.discovery{max-width:1040px;margin:0 auto;padding:76px 0 26px;color:var(--theme-text)}
.discovery-heading{text-align:center;margin:0 auto 27px;max-width:720px}
.discovery-eyebrow{font-size:13px;letter-spacing:.09em;color:var(--theme-text-muted);margin:0 0 17px}
.discovery-heading h1{font-size:clamp(28px,3.6vw,42px);font-weight:600;letter-spacing:-.03em;line-height:1.4;margin:0 0 16px}
.discovery-description{font-size:15px;line-height:1.8;color:var(--theme-text-muted);margin:0}
.discovery-form{max-width:760px;margin:auto;border:1px solid var(--theme-border);border-radius:22px;background:var(--theme-surface);padding:18px 20px 14px;box-shadow:0 6px 24px rgb(var(--theme-shadow-rgb)/4%)}
.discovery-form:focus-within{border-color:var(--theme-focus)}
.discovery textarea{display:block;width:100%;min-height:68px;resize:vertical;background:transparent;border:0;border-radius:6px;font:inherit;font-size:17px;line-height:1.7;color:var(--theme-text);padding:0 2px;margin-bottom:12px}
.discovery textarea::placeholder{color:var(--theme-text-muted)}
.discovery textarea:focus{outline:2px solid var(--theme-focus);outline-offset:5px}
.discovery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}
.discovery-toolbar label{min-width:0;flex:1}
.discovery-toolbar select{width:100%;min-height:44px;background:var(--theme-surface-muted);border:0;border-radius:9px;padding:7px 10px;color:var(--theme-text-muted);font:inherit;font-size:13px;text-overflow:ellipsis}
.discovery-submit,.discovery-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;border:1px solid transparent;border-radius:12px;padding:10px 16px;font:inherit;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}
.discovery-submit{background:var(--theme-action);color:var(--theme-on-action)}
.discovery-submit svg{width:20px;height:20px;flex-shrink:0}
.discovery-secondary{color:var(--theme-text);background:var(--theme-surface);border-color:var(--theme-border)}
.discovery-examples{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:18px 0 0}
.discovery-examples button{min-height:36px;border:1px solid var(--theme-border);border-radius:22px;background:transparent;color:var(--theme-text-muted);font:inherit;font-size:12px;padding:7px 12px;cursor:pointer}
.discovery-examples button:hover,.discovery-secondary:hover{background:var(--theme-surface-muted);color:var(--theme-text)}
.discovery-status{max-width:760px;margin:18px auto 0;font-size:14px;line-height:1.8;color:var(--theme-text-muted)}
.discovery-status:empty{display:none}
.discovery[aria-busy=true] .discovery-submit{opacity:.7}
.discovery-browse{display:flex;justify-content:center;align-items:center;gap:14px;width:fit-content;min-height:44px;margin:31px auto 4px;font-size:13px;color:var(--theme-text-muted)}
.discovery-results{margin:30px 0 0}
.discovery-results[hidden]{display:none}
.discovery-results-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.discovery-results h2{font-size:19px;margin:0}
.discovery-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0}
.discovery-card{border:1px solid var(--theme-border);border-radius:16px;overflow:hidden;background:var(--theme-surface);min-width:0}
.discovery-card>a{height:100%;display:flex;flex-direction:column;padding:21px;color:var(--theme-text);text-decoration:none}
.discovery-card:hover{border-color:var(--theme-focus)}
.discovery-card-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px;font-size:12px;color:var(--theme-text-muted)}
.discovery-card h3{font-size:20px;line-height:1.5;margin:17px 0 10px;overflow-wrap:anywhere}
.discovery-reason{font-size:13px;color:var(--theme-text);margin:0 0 10px;line-height:1.7}
.discovery-ingredients{font-size:12px;color:var(--theme-text-muted);line-height:1.7;margin:0 0 19px;overflow-wrap:anywhere}
.discovery-card-link{display:flex;justify-content:space-between;gap:12px;margin-top:auto;padding-top:13px;border-top:1px solid var(--theme-border);font-size:13px;font-weight:600}
.discovery-fine{font-size:12px;line-height:1.8;color:var(--theme-text-muted);margin:10px 0}
.discovery-actions{margin:22px 0 12px;text-align:center}
.discovery-conditions{margin:8px 0 18px;font-size:13px}
.discovery-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.discovery-tags span{padding:5px 10px;border-radius:8px;background:var(--theme-surface-muted);color:var(--theme-text);font-size:12px;overflow-wrap:anywhere;max-width:100%}
.discovery-conditions summary{cursor:pointer;min-height:44px;align-content:center;color:var(--theme-text-muted);width:fit-content}
.discovery-conditions form{border:1px solid var(--theme-border);border-radius:14px;background:var(--theme-surface-muted);padding:20px;margin-top:8px}
.discovery-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.discovery-fields label{display:flex;flex-direction:column;gap:7px;font-size:13px;min-width:0}
.discovery-fields input{width:100%;min-height:44px;background:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:8px;padding:9px;font:inherit;font-size:16px}
.discovery-checkbox{display:flex;align-items:center;gap:10px;min-height:44px;margin-top:12px}
.discovery-checkbox input{width:18px;height:18px;accent-color:var(--theme-action)}
.discovery :is(a,button,select,summary,input):focus-visible{outline:3px solid var(--theme-focus);outline-offset:3px}
.discovery.has-results{padding-top:32px}
.discovery.has-results .discovery-eyebrow{display:none}
.discovery.has-results .discovery-heading h1{font-size:28px}
.browse-heading{padding-top:20px;border-top:1px solid var(--theme-border);scroll-margin-top:96px;font-size:19px;font-weight:600;color:var(--theme-text);margin:0 0 18px}
@media(prefers-reduced-motion:no-preference){html:has(.discovery){scroll-behavior:smooth}}
@media(max-width:760px){.discovery{padding:44px 0 14px}.discovery-heading{margin-bottom:22px}.discovery-eyebrow{font-size:12px;margin-bottom:12px}.discovery-heading h1{font-size:29px}.discovery-description{font-size:13px;padding:0 10px}.discovery-form{padding:16px 14px 12px;border-radius:18px}.discovery textarea{font-size:16px;min-height:64px}.discovery-toolbar{gap:8px}.discovery-toolbar select{font-size:12px;padding:7px;max-width:100%}.discovery-submit{font-size:12px;padding:9px 11px;gap:6px}.discovery-examples{gap:6px;margin-top:14px}.discovery-examples button{font-size:11px;padding:7px 10px}.discovery-browse{margin-top:22px}.discovery-cards{grid-template-columns:1fr}.discovery-card>a{padding:19px}.discovery-fields{grid-template-columns:1fr}.discovery-results h2{font-size:18px}.discovery.has-results{padding-top:24px}.discovery.has-results .discovery-heading h1{font-size:25px}.discovery.has-results .discovery-description{display:none}}
@media(max-width:760px){.discovery-toolbar>.discovery-submit{width:44px;height:44px;flex:0 0 44px;padding:0;border-radius:50%}.discovery-toolbar>.discovery-submit>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}
