*,*::before,*::after{box-sizing:border-box}html{min-height:100%;background:#101418;color-scheme:dark}body{min-height:100vh;margin:0;background:linear-gradient(180deg,rgb(255 255 255/4%),transparent 18rem),#101418;color:#f3f6f8;font-family:ibm plex sans,avenir next,segoe ui variable,segoe ui,sans-serif}a{color:inherit}button,input,select{font:inherit}.shell{width:min(72rem,calc(100vw - 2rem));margin:0 auto;padding:4rem 0}.hero{display:grid;gap:1.25rem;width:min(58rem,100%);margin:12vh auto 0;transition:margin 180ms ease}.hero.compact{margin-top:1.75rem}.brand{display:inline-flex;align-items:center;gap:1rem;width:fit-content;text-decoration:none}.brand-logo{width:4.75rem;height:4.75rem;object-fit:contain}.brand-copy{display:grid;gap:.35rem}.brand-copy p{margin:0;color:#aab4bf;font-size:.8rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.brand h1{margin:0;font-size:3.4rem;line-height:1;font-weight:700;letter-spacing:0}.search-form{margin:0}.search-frame{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.75rem;border:1px solid #3f4a55;border-radius:8px;background:#171d23;box-shadow:0 1rem 2.5rem rgb(0 0 0/22%)}.search-frame:focus-within{border-color:#71e4bd;box-shadow:0 0 0 4px rgb(113 228 189/14%)}.search-icon{width:1.4rem;height:1.4rem;flex:none;fill:#aab4bf}#query{min-width:0;padding:.7rem 0;border:0;outline:none;background:0 0;color:#f3f6f8;font-size:1.1rem}#query::placeholder{color:#89939f}.search-actions{display:grid;grid-template-columns:auto minmax(12rem,14rem);align-items:stretch}.search-button,.site-filter{border:1px solid #71e4bd;background:#71e4bd;color:#06110d;font-weight:700;cursor:pointer;transition:background-color 140ms ease,border-color 140ms ease,opacity 140ms ease}.search-button{min-width:9rem;border-radius:8px 0 0 8px;padding:.9rem 1.25rem}.site-filter-shell{position:relative;min-width:0}.site-filter{width:100%;height:100%;margin-left:-1px;border-radius:0 8px 8px 0;padding:.9rem 2.75rem .9rem 1rem;appearance:none}.search-button:hover,.site-filter:hover{border-color:#9af1d1;background:#9af1d1}.search-button:disabled,.site-filter:disabled{cursor:wait;opacity:.72}.site-filter-caret{position:absolute;top:50%;right:1rem;width:1.1rem;height:1.1rem;transform:translateY(-50%);fill:#06110d;pointer-events:none}.site-filter:focus-visible,.search-button:focus-visible,.result-card:focus-visible,.brand:focus-visible{outline:2px solid #71e4bd;outline-offset:4px}.results{width:100%;margin:2rem auto 0}.results-head{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;margin-bottom:1rem}.meta,.feedback{margin:0;color:#aab4bf;font-size:.95rem}.results-list{display:grid;gap:1rem}.result-shell,.error-card,.empty-state{overflow:hidden;border:1px solid #303943;border-radius:8px;background:#171d23;box-shadow:0 .65rem 1.75rem rgb(0 0 0/18%);transition:border-color 140ms ease,background-color 140ms ease}.result-card{display:grid;grid-template-columns:15rem minmax(0,1fr);gap:1.25rem;width:100%;padding:1.25rem;border-radius:inherit;text-decoration:none;transition:background-color 140ms ease}.result-shell:hover,.result-shell:focus-within{border-color:#71e4bd}.result-shell:hover .result-card,.result-shell:focus-within .result-card{background:#1d252d}.result-media{position:relative;display:block;overflow:hidden;aspect-ratio:16/10;border:1px solid #303943;border-radius:8px;background:#202831}.result-media-image{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.result-media-placeholder{position:absolute;inset:0;display:grid;place-items:center;padding:1rem;color:#aab4bf;font-size:.9rem;text-align:center}.result-media.is-empty{background:linear-gradient(135deg,rgb(255 255 255/6%),transparent),#202831}.result-main{display:grid;gap:.75rem;min-width:0;align-content:start}.result-site-copy{display:flex;min-width:0}.result-url{color:#aab4bf;font-size:.9rem;overflow-wrap:anywhere;transition:color 140ms ease}.result-url strong{color:#d7dde3;font-weight:700;transition:color 140ms ease}.result-shell:hover .result-url,.result-shell:focus-within .result-url,.result-shell:hover .result-url strong,.result-shell:focus-within .result-url strong{color:#71e4bd}.result-title{margin:0;color:#f3f6f8;font-size:1.25rem;font-weight:700;line-height:1.3;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:.08em;text-underline-offset:.16em;text-wrap:pretty;transition:color 140ms ease,text-decoration-color 140ms ease}.result-shell:hover .result-title,.result-shell:focus-within .result-title{color:#fff;text-decoration-color:initial}.result-snippet{margin:0;color:#d7dde3;font-size:1rem;line-height:1.65}.empty-state,.error-card{padding:1.5rem}.empty-state h2,.error-card h2{margin:0 0 .6rem;font-size:1.2rem}.empty-state p,.error-card p{margin:0;color:#aab4bf}.error-message{max-width:100%;margin:1rem 0 0;overflow:auto;color:#aab4bf;font-size:.9rem;white-space:pre-wrap;word-break:break-word}.loading{display:flex;justify-content:center;gap:.65rem;padding:1.6rem 0}.loading-dot{width:.65rem;height:.65rem;border-radius:50%;background:#71e4bd;animation:pulse 1s ease-in-out infinite}.loading-dot:nth-child(2){animation-delay:.12s}.loading-dot:nth-child(3){animation-delay:.24s}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;border:0;white-space:nowrap;clip:rect(0,0,0,0)}@keyframes pulse{0%,100%{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@media(max-width:820px){.shell{width:min(100vw - 1rem,100%);padding-top:1.25rem}.hero{margin-top:8vh}.brand{gap:.85rem}.brand-logo{width:4rem;height:4rem}.brand h1{font-size:2.4rem}.search-frame{grid-template-columns:auto 1fr}.search-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr);gap:.5rem}.search-button,.site-filter{border-radius:8px}.site-filter{margin-left:0}.results-head{flex-direction:column;align-items:flex-start}.result-card{grid-template-columns:1fr}}