:root { --bg:#292825; --panel:#3a3834; --panel-soft:#48453f; --text:#f4f1e9; --muted:#c0b9ad; --line:#57534c; --accent:#d6b46a; --accent-strong:#f0cd7a; --shadow:0 28px 90px rgba(0,0,0,.26); }
* { box-sizing:border-box; }
body { margin:0; min-height:100vh; font-family:Inter,ui-sans-serif,system-ui,sans-serif; background:radial-gradient(circle at top left,rgba(214,180,106,.14),transparent 34rem),linear-gradient(135deg,#24231f,var(--bg)); color:var(--text); }
.shell { width:min(920px,calc(100% - 32px)); margin:0 auto; padding:72px 0; }
.hero { margin-bottom:28px; }
.eyebrow { margin:0 0 10px; color:var(--accent); text-transform:uppercase; letter-spacing:.18em; font-size:.75rem; font-weight:700; }
h1,h2 { margin:0; letter-spacing:-.04em; }
h1 { max-width:760px; font-size:clamp(2.5rem,8vw,5.8rem); line-height:.92; }
h2 { font-size:clamp(1.7rem,4vw,3rem); }
.subtitle { max-width:620px; margin:22px 0 0; color:var(--muted); font-size:1.08rem; line-height:1.6; }
.search-card,.result-card { background:linear-gradient(180deg,#3d3b37,var(--panel)); border:1px solid var(--line); border-radius:28px; box-shadow:var(--shadow); }
.search-card { padding:24px; }
label { display:block; color:var(--muted); font-size:.9rem; font-weight:700; }
.search-row { display:grid; grid-template-columns:1fr auto; gap:12px; margin-top:10px; }
input,select,button { font:inherit; }
input[type="search"],select { width:100%; border:1px solid var(--line); background:var(--panel); color:var(--text); border-radius:16px; padding:15px 16px; outline:none; }
input[type="search"]:focus,select:focus { border-color:var(--accent); }
button,.article-link { border:0; border-radius:16px; background:var(--accent); color:#1a1304; font-weight:800; padding:15px 18px; cursor:pointer; text-decoration:none; }
button:hover,.article-link:hover { background:var(--accent-strong); }
.options-row { display:flex; align-items:end; gap:18px; margin-top:18px; flex-wrap:wrap; }
.options-row select { margin-top:8px; min-width:180px; }
.checkbox-label { display:flex; align-items:center; gap:8px; padding-bottom:14px; }
.result-card { margin-top:22px; padding:30px; }
.hidden { display:none; }
.result-card.error { border-color:rgba(239,154,154,.45); }
.paragraph { font-size:1.18rem; line-height:1.75; max-width:760px; }
.muted,.suggestions p { color:var(--muted); }
.article-link { display:inline-block; margin-top:12px; }
.suggestions { margin-top:18px; display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.suggestions p { width:100%; margin:0; }
.suggestion { background:var(--panel-soft); color:var(--text); border:1px solid var(--line); padding:10px 12px; width:auto; }
@media (max-width:640px) { .shell{padding:38px 0}.search-row{grid-template-columns:1fr}.search-row button{width:100%} }
