:root{--bg:#08090a;--panel:#0f1011;--surface:rgba(255,255,255,.035);--surface2:rgba(255,255,255,.055);--text:#f7f8f8;--secondary:#d0d6e0;--muted:#8a8f98;--line:rgba(255,255,255,.08);--accent:#7170ff;--green:#47d18c;--amber:#f7c873}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:radial-gradient(900px 500px at 75% -10%,rgba(113,112,255,.13),transparent 60%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-feature-settings:"cv01","ss03";min-height:100vh}a{color:inherit}.topbar{position:sticky;top:0;z-index:10;background:rgba(8,9,10,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.topbar-inner{max-width:1180px;margin:auto;height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:590}.brand-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),#5250b8);box-shadow:0 10px 35px rgba(113,112,255,.25);font-weight:590}.brand-icon.small{width:30px;height:30px;border-radius:8px}.account{display:flex;align-items:center;gap:18px;font-size:13px;color:var(--muted)}.account a{text-decoration:none;color:var(--secondary)}.shell{max-width:1180px;margin:auto;padding:72px 24px 42px}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:30px 0 88px}.eyebrow{margin:0 0 14px;font:500 11px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--accent);letter-spacing:.12em}.hero h1{font-size:clamp(42px,7vw,76px);line-height:.98;letter-spacing:-.055em;font-weight:510;margin:0}.hero h1 span{color:var(--muted)}.hero-copy{max-width:550px;color:var(--muted);font-size:17px;line-height:1.6;margin:26px 0 0}.budget-ring{width:190px;height:190px;border:1px solid var(--line);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;background:radial-gradient(circle,rgba(113,112,255,.1),transparent 68%)}.budget-ring strong{font-size:42px;letter-spacing:-.05em;font-weight:510}.budget-ring span{text-align:center;color:var(--muted);font-size:12px;line-height:1.5;margin-top:7px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading h2{font-size:28px;letter-spacing:-.035em;font-weight:510;margin:0}.updated{font-size:12px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.event-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:24px;min-width:0;display:flex;flex-direction:column;transition:.18s ease}.event-card:hover{background:var(--surface2);transform:translateY(-2px)}.event-card.featured{border-color:rgba(113,112,255,.45);box-shadow:0 20px 70px rgba(0,0,0,.2)}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px}.rank{font:500 12px ui-monospace,monospace;color:#62666d}.qualifies,.watch-pill{font-size:11px;color:var(--green);border:1px solid rgba(71,209,140,.2);background:rgba(71,209,140,.06);border-radius:99px;padding:6px 9px}.location{text-transform:uppercase;font:500 10px ui-monospace,monospace;letter-spacing:.1em;color:var(--muted);margin-bottom:8px}.event-card h3{font-size:21px;line-height:1.25;letter-spacing:-.025em;font-weight:590;margin:0}.dates{color:var(--muted);font-size:12px;line-height:1.55;min-height:38px}.price-row{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:14px 0 6px}.price-row div{display:flex;flex-direction:column;gap:5px}.price-row span,.details span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.price-row strong{font-size:25px;letter-spacing:-.04em;font-weight:510}.price-row .margin strong{font-size:17px;color:var(--green);padding-top:5px}.details{padding:10px 0}.details div{margin:10px 0}.details b{font-size:12px;font-weight:510;line-height:1.5;display:block;margin-top:4px;color:var(--secondary);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.uncertainty{font-size:11px;line-height:1.5;color:var(--amber);margin-top:auto;padding-top:15px}.actions{display:flex;gap:8px;margin-top:18px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border:1px solid var(--line);border-radius:7px;text-decoration:none;font-size:12px;font-weight:510;background:rgba(255,255,255,.025)}.button:hover{background:rgba(255,255,255,.07)}.button.primary{background:var(--accent);border-color:var(--accent);color:white}.watch-section{padding:88px 0 44px}.watch-list{border-top:1px solid var(--line)}.watch-list article{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:20px 2px}.watch-list h3{font-size:15px;font-weight:510;margin:0 0 6px}.watch-list p{font-size:12px;color:var(--muted);margin:0}.watch-pill{color:var(--muted);border-color:var(--line);background:var(--surface)}footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px;font-size:11px;color:#62666d}.warning,.alert{border:1px solid rgba(247,200,115,.25);background:rgba(247,200,115,.07);color:var(--amber);border-radius:10px;padding:12px 15px;margin-bottom:25px;font-size:13px}.alert{border-color:rgba(255,110,110,.25);background:rgba(255,110,110,.07);color:#ffaaaa}.empty{grid-column:1/-1;padding:40px;border:1px solid var(--line);border-radius:14px;color:var(--muted);text-align:center}.login-page{display:grid;place-items:center;padding:24px}.login-card{width:min(460px,100%);padding:46px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.03);box-shadow:0 30px 100px rgba(0,0,0,.35)}.login-card h1{font-size:38px;line-height:1.05;letter-spacing:-.05em;font-weight:510;margin:20px 0}.muted{color:var(--muted);line-height:1.6}.google-button{display:flex;align-items:center;justify-content:center;gap:10px;background:#f7f8f8;color:#151619;text-decoration:none;border-radius:8px;height:48px;font-size:14px;font-weight:590;margin-top:28px}.google-g{font-size:19px;color:#4285f4;font-weight:600}.login-note{text-align:center;color:#62666d;font-size:11px;margin:16px 0 0}@media(max-width:900px){.cards{grid-template-columns:1fr}.event-card{padding:22px}.details b{-webkit-line-clamp:2}.hero{padding-bottom:60px}.budget-ring{width:160px;height:160px}.account-email{display:none}}@media(max-width:620px){.shell{padding:42px 16px 28px}.topbar-inner{padding:0 16px}.hero{align-items:flex-start;flex-direction:column}.hero h1{font-size:46px}.budget-ring{width:auto;height:auto;border-radius:12px;align-self:stretch;display:grid;grid-template-columns:auto 1fr;padding:18px 20px;text-align:left}.budget-ring strong{font-size:34px}.budget-ring span{text-align:left;margin:0 0 0 18px}.section-heading{align-items:flex-start;flex-direction:column}.updated{margin-top:-10px}.actions{flex-direction:column}.button{width:100%}.login-card{padding:32px 24px}.login-card h1{font-size:33px}footer{gap:12px;flex-direction:column}}
