:root{font-family:Inter,ui-rounded,system-ui,-apple-system,sans-serif;color:#17203b;background:#fffaf2;--ink:#17203b;--purple:#6654d9;--purple-dark:#4938b8;--yellow:#ffd760;--cream:#fffaf2;--panel:#fff;--line:#dcd8ea;--muted:#62677a;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 85% 2%,#eee8ff 0,transparent 28rem),var(--cream)}button,input,select{font:inherit}button,a,input,select{outline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #2477d4}.app-shell{width:min(100% - 32px,980px);margin:auto;min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:72px;display:flex;align-items:center}.brand{border:0;background:transparent;color:var(--ink);display:flex;align-items:center;gap:10px;padding:10px 0;font-size:1.25rem;font-weight:900;cursor:pointer}.brand svg{color:var(--purple)}main{flex:1}.hero{text-align:center;max-width:820px;margin:auto}.hero.compact{padding:clamp(30px,6vh,62px) 0 28px}.hello{display:inline-block;background:var(--yellow);padding:8px 14px;border-radius:999px;font-weight:800;margin:0 0 18px}.hero h1{font-size:clamp(2.6rem,8vw,5.2rem);line-height:.98;letter-spacing:-.055em;margin:0}.intro{font-size:clamp(1.05rem,2.4vw,1.25rem);line-height:1.55;color:var(--muted);max-width:700px;margin:22px auto}.lookup-panel,.results{background:#ffffffeb;border:1px solid var(--line);border-radius:28px;padding:clamp(22px,5vw,40px);box-shadow:0 18px 50px #2a1f6317}.lookup-panel h2,.result-heading h2{margin-top:0;font-size:clamp(1.5rem,4vw,2.2rem)}.lookup-form{display:grid;gap:18px}.lookup-form label{display:grid;gap:8px;font-weight:850}.lookup-form input,.lookup-form select{width:100%;min-height:54px;border:2px solid #aaa4bd;border-radius:14px;background:#fff;color:var(--ink);padding:12px}.language-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.primary,.suggest{min-height:54px;border-radius:15px;font-weight:850;cursor:pointer}.primary{border:2px solid var(--purple);background:var(--purple);color:#fff;box-shadow:0 6px 0 var(--purple-dark);padding:13px 22px}.primary:disabled{opacity:.6;cursor:not-allowed}.suggest{justify-self:start;display:flex;align-items:center;gap:8px;background:#fff;border:2px solid var(--ink);padding:10px 18px}.source-note{color:var(--muted);line-height:1.5;margin:20px 0 0;font-size:.92rem}.error{background:#fff0f0;color:#8b1a1a;padding:14px;border-radius:12px;font-weight:750;margin:20px 0}.results{margin-top:28px}.result-heading{display:flex;justify-content:space-between;align-items:start;gap:24px}.card-kicker{color:var(--purple-dark);font-weight:900;letter-spacing:.03em}.age{flex:0 0 auto;background:#eaf7ee;color:#185a2b;padding:9px 12px;border-radius:999px;font-size:.86rem;font-weight:800}.age.stale_cache{background:#fff1ce;color:#754d00}.candidate-list{display:grid;gap:12px}.candidate{min-height:50px;border:2px solid var(--purple);border-radius:14px;background:#fff;color:var(--purple-dark);font-weight:900;cursor:pointer}.candidate:hover{background:#f0edff}.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:18px}.offer-card{border:1px solid var(--line);border-radius:20px;padding:20px;background:#fff}.offer-head{display:flex;justify-content:space-between;align-items:start;gap:12px}.offer-head h3{font-size:1.45rem;margin:6px 0 12px}.country{background:#ede9ff;color:var(--purple-dark);border-radius:999px;padding:5px 9px;font-size:.82rem;font-weight:900}.offer-head strong{text-transform:capitalize}.offer-card dl{display:grid;gap:8px;margin:0}.offer-card dl div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #eeeaf5;padding:7px 0}.offer-card dt{font-weight:800}.offer-card dd{text-align:right;margin:0}.vpn-note{background:#f6f4ff;border-left:4px solid var(--purple);padding:12px;line-height:1.45;font-size:.92rem}.provider-link{display:flex;justify-content:center;align-items:center;gap:8px;background:var(--purple);color:#fff;text-decoration:none;padding:13px;border-radius:12px;font-weight:900}footer{text-align:center;color:var(--muted);line-height:1.5;padding:42px 10px 30px;font-size:.9rem}@media(max-width:680px){.language-fields{grid-template-columns:1fr}.result-heading{display:block}.age{display:inline-block}.lookup-panel,.results{border-radius:20px;padding:20px}.app-shell{width:min(100% - 20px,980px)}}
