:root{--page-1:#f7f6fb;--page-2:#eeecf7;--surface:#fff;--surface-2:#f6f6fa;--surface-3:#ededf4;--ink:#191926;--ink-2:#565565;--ink-3:#8f8ea1;--line:#e8e7f1;--line-strong:#d9d8e6;--accent:#4f46e5;--accent-strong:#4338ca;--accent-soft:#eef1ff;--accent-2:#8b5cf6;--success:#059669;--success-deep:#046c4e;--success-soft:#e8f7f1;--danger:#dc2626;--shadow-phone:0 48px 90px -40px #19163c73, 0 12px 32px -18px #19163c47;--shadow-card:0 10px 30px -18px #19163c40;--font-display:"Space Grotesk", "Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);color:var(--ink);background:var(--page-2);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}ul{list-style:none}hr{border:none}strong{font-weight:600}:is(a,button,input):focus-visible{outline:2px solid var(--accent);outline-offset:2px}.stage{background:radial-gradient(900px 620px at 12% -8%, #4f46e526, transparent 55%), radial-gradient(820px 560px at 108% 12%, #8b5cf624, transparent 52%), radial-gradient(700px 700px at 50% 118%, #4f46e51a, transparent 55%), linear-gradient(180deg, var(--page-1), var(--page-2));flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100dvh;padding:24px 16px;display:flex}.stage-credit{color:var(--ink-2);font-size:13px}.stage-credit a{color:inherit;text-underline-offset:3px;font-weight:600;text-decoration-color:#4f46e566}.stage-credit a:hover{color:var(--accent)}.phone{background:var(--surface);width:min(402px,100%);height:min(880px,100dvh - 88px);min-height:600px;box-shadow:var(--shadow-phone);border:1px solid #19163c1a;border-radius:40px;flex-direction:column;display:flex;position:relative;overflow:hidden}.statusbar{letter-spacing:.01em;flex:none;justify-content:space-between;align-items:center;height:44px;padding:0 26px;font-size:13px;font-weight:600;display:flex}.statusbar-icons{align-items:center;gap:6px;display:flex}.phone-screen{overscroll-behavior:contain;scrollbar-width:none;flex:1;min-height:0;overflow-y:auto}.phone-screen::-webkit-scrollbar{display:none}.home-indicator{pointer-events:none;z-index:60;background:#19163c29;border-radius:99px;width:118px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.screen-anim{flex-direction:column;min-height:100%;animation:.28s screen-in;display:flex}@keyframes screen-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.screen{flex-direction:column;flex:1;padding:8px 24px 26px;display:flex}.btn{letter-spacing:.005em;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;height:54px;font-size:16px;font-weight:600;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .12s;display:flex}.btn svg{width:19px;height:19px}.btn:active{transform:scale(.985)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 14px 26px -14px #4f46e58c}.btn-primary:hover{background:var(--accent-strong)}.btn-secondary{background:var(--surface);color:var(--ink);border:1.5px solid var(--line-strong)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.btn-saved{background:var(--success-soft);color:var(--success-deep)}.topbar{justify-content:space-between;align-items:center;height:48px;margin:0 -8px;display:flex}.icon-btn{border-radius:14px;place-items:center;width:42px;height:42px;transition:background .18s,transform .12s;display:grid;position:relative}.icon-btn:hover{background:var(--surface-2)}.icon-btn:active{transform:scale(.94)}.icon-btn svg{width:22px;height:22px}.badge-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 2px var(--surface);border-radius:50%;position:absolute;top:9px;right:10px}.hero{margin-top:6px}.hero-title{font-family:var(--font-display);letter-spacing:-.02em;font-size:36px;font-weight:700;line-height:1.05}.hero-tagline{color:var(--ink-2);letter-spacing:.01em;margin-top:5px;font-size:15.5px;font-weight:500}.hero-media{aspect-ratio:16/9;background:var(--surface-3);box-shadow:var(--shadow-card);border-radius:22px;margin-top:14px;position:relative;overflow:hidden}.hero-media img{object-fit:cover;width:100%;height:100%}.hero-media:after{content:"";background:linear-gradient(200deg,#19163c00 55%,#19163c61);position:absolute;inset:0}.hero-chip{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border-radius:99px;align-items:center;gap:7px;padding:7px 12px;font-size:12.5px;font-weight:600;display:inline-flex;position:absolute;bottom:12px;left:12px}.hero-chip svg{width:14px;height:14px;color:var(--accent)}.section{margin-top:20px}.section-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:19px;font-weight:700}.news-list{margin-top:2px}.news-item{align-items:center;gap:14px;min-width:0;padding:12px 0;display:flex}.news-item+.news-item{border-top:1px solid var(--line)}.news-item>div{min-width:0}.news-thumb{object-fit:cover;background:var(--surface-3);border-radius:16px;flex:none;width:54px;height:54px}.news-title{font-size:15px;font-weight:600}.news-desc{color:var(--ink-2);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;overflow:hidden}.cta-stack{flex-direction:column;gap:12px;margin-top:auto;padding-top:20px;display:flex}.made-with{text-align:center;color:var(--ink-2);margin-top:8px;font-size:12px}.made-with a{color:inherit;font-weight:600}.made-with a:hover{color:var(--accent)}.subhead{align-items:center;height:48px;margin:0 -10px;display:flex}.back-btn{border-radius:12px;align-items:center;gap:2px;padding:8px 14px 8px 8px;font-size:15.5px;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.back-btn:hover{background:var(--surface-2);color:var(--accent)}.back-btn svg{width:20px;height:20px}.features-body{flex-direction:column;flex:1;justify-content:center;display:flex}.carousel{margin-top:2px}.carousel-viewport{overflow:hidden}.carousel-track{transition:transform .5s cubic-bezier(.22,.61,.36,1);display:flex}.carousel-slide{flex:0 0 100%;min-width:100%}.slide-media{aspect-ratio:1;background:var(--surface-3);box-shadow:var(--shadow-card);border-radius:22px;overflow:hidden}.slide-media img{object-fit:cover;width:100%;height:100%}.slide-title{text-align:center;font-family:var(--font-display);letter-spacing:-.015em;margin-top:20px;font-size:25px;font-weight:700}.slide-body{text-align:center;max-width:320px;color:var(--ink-2);margin:9px auto 0;font-size:14px;line-height:1.6}.dots{justify-content:center;gap:8px;display:flex}.dots--top{margin:2px 0 14px}.dots--bottom{margin:18px 0 4px}.dot{border:1.5px solid var(--ink-3);background:0 0;border-radius:99px;width:9px;height:9px;padding:0;transition:width .25s,background .2s,border-color .2s}.dot:hover{border-color:var(--accent)}.dot[aria-current=true]{background:var(--accent);border-color:var(--accent);width:24px}.screen-title{font-family:var(--font-display);letter-spacing:-.02em;margin-top:4px;font-size:29px;font-weight:700}.screen-sub{color:var(--ink-2);margin-top:7px;font-size:14px;line-height:1.6}.reg-form{flex-direction:column;flex:1;gap:14px;margin-top:18px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field-label{color:var(--ink-2);letter-spacing:.01em;font-size:13.5px;font-weight:600}.field-optional{color:var(--ink-3);font-weight:500}.field-input{border:1.5px solid var(--line-strong);background:var(--surface);width:100%;height:49px;color:var(--ink);border-radius:14px;padding:0 16px;font-size:15px;transition:border-color .18s,box-shadow .18s}.field-input::placeholder{color:var(--ink-3)}.field-input:hover{border-color:#c4c3d8}.field-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #4f46e524}.field-input[aria-invalid=true]{border-color:var(--danger)}.field-error{color:var(--danger);font-size:12.5px;font-weight:500}.reg-submit{margin-top:6px;padding-top:4px}.confirm-head{text-align:center;flex-direction:column;align-items:center;margin-top:16px;display:flex}.confirm-mark{width:82px;height:82px;color:var(--success)}.confirm-ring{stroke-dasharray:258;stroke-dashoffset:258px;animation:.7s cubic-bezier(.33,0,.2,1) .15s forwards stroke-draw}.confirm-check{stroke-dasharray:50;stroke-dashoffset:50px;animation:.4s ease-out .7s forwards stroke-draw}@keyframes stroke-draw{to{stroke-dashoffset:0}}.confirm-title{font-family:var(--font-display);letter-spacing:-.02em;margin-top:15px;font-size:29px;font-weight:700}.confirm-sub{max-width:300px;color:var(--ink-2);margin-top:7px;font-size:14px;line-height:1.6}.event-card{border:1px solid var(--line);background:var(--surface);width:100%;box-shadow:var(--shadow-card);border-radius:22px;margin-top:22px;padding:20px}.event-card-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:16.5px;font-weight:700}.event-rows{flex-direction:column;gap:11px;margin-top:13px;display:flex}.event-row{align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.event-row-icon{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:12px;flex:none;place-items:center;display:grid}.event-row-icon svg{width:19px;height:19px}.event-card .btn{height:50px;margin-top:16px}.confirm-footer{margin-top:auto;padding-top:18px}.confirm-divider{background:var(--line);height:1px;margin-bottom:18px}.modal-overlay{z-index:70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14122675;align-items:flex-end;animation:.22s fade-in;display:flex;position:absolute;inset:0}.modal-sheet{background:var(--surface);border-radius:24px 24px 0 0;width:100%;padding:14px 22px 26px;animation:.32s cubic-bezier(.22,.61,.36,1) sheet-up;box-shadow:0 -18px 50px -20px #14122666}@keyframes fade-in{0%{opacity:0}}@keyframes sheet-up{0%{opacity:.4;transform:translateY(28px)}}.sheet-grab{background:var(--line-strong);border-radius:99px;width:40px;height:5px;margin:0 auto 14px}.sheet-head{justify-content:space-between;align-items:center;display:flex}.sheet-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:19px;font-weight:700}.sheet-close{background:var(--surface-2);width:36px;height:36px;color:var(--ink-2);border-radius:12px;place-items:center;transition:background .18s,color .18s;display:grid}.sheet-close:hover{background:var(--surface-3);color:var(--ink)}.sheet-close svg{width:18px;height:18px}.sheet-event{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;flex-direction:column;gap:8px;margin-top:14px;padding:14px 16px;display:flex}.sheet-event-name{font-size:15px;font-weight:600}.sheet-event-meta{color:var(--ink-2);align-items:center;gap:8px;font-size:13.5px;display:flex}.sheet-event-meta svg{width:15px;height:15px;color:var(--accent)}.sheet-actions{flex-direction:column;gap:10px;margin-top:18px;display:flex}.sheet-note{text-align:center;color:var(--ink-2);margin-top:12px;font-size:12.5px}.subhead--titled{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.subhead--titled .back-btn{justify-self:start}.subhead-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:17px;font-weight:700}.notif-summary{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:4px 0 10px;display:flex}.notif-unread{color:var(--ink-2);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:inline-flex}.notif-unread-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.link-btn{color:var(--accent);border-radius:8px;padding:6px 2px;font-size:13.5px;font-weight:600;transition:color .18s,opacity .18s}.link-btn:hover{color:var(--accent-strong);text-underline-offset:3px;text-decoration:underline}.link-btn:disabled{opacity:.45;cursor:default;text-decoration:none}.notif-group{margin-top:14px}.notif-group-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:15px;font-weight:700}.notif-list{margin-top:2px}.notif-list li+li{border-top:1px solid var(--line)}.notif-item{text-align:left;border-radius:14px;align-items:center;gap:12px;width:calc(100% + 16px);margin:0 -8px;padding:11px 8px;transition:background .18s;display:flex}.notif-item:hover{background:var(--surface-2)}.notif-icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:13px;flex:none;place-items:center;display:grid}.notif-icon svg{width:19px;height:19px}.notif-body{flex:1;min-width:0}.notif-message{-webkit-line-clamp:2;color:var(--ink);-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.is-read .notif-message{color:var(--ink-2);font-weight:500}.notif-meta{flex-direction:column;flex:none;align-items:flex-end;gap:6px;display:flex}.notif-time{color:var(--ink-2);white-space:nowrap;font-size:12px;font-weight:500}.notif-state--unread{background:var(--accent);border-radius:50%;width:8px;height:8px}.notif-state--read{width:14px;height:14px;color:var(--ink-3)}.notif-empty{text-align:center;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-card);border-radius:22px;flex-direction:column;align-items:center;margin-top:18px;padding:30px 24px;display:flex}.notif-empty-icon{background:var(--surface-2);width:56px;height:56px;color:var(--ink-3);border-radius:18px;place-items:center;display:grid}.notif-empty-icon svg{width:26px;height:26px}.notif-empty-title{font-family:var(--font-display);margin-top:14px;font-size:17px;font-weight:700}.notif-empty-body{max-width:250px;color:var(--ink-2);margin-top:6px;font-size:13.5px;line-height:1.55}.notif-prefs{margin-top:auto;padding-top:18px}.notif-prefs-btn{border:1px solid var(--line);background:var(--surface-2);text-align:left;border-radius:16px;align-items:center;gap:12px;width:100%;padding:14px 16px;font-size:15px;font-weight:600;transition:border-color .18s,background .18s,color .18s;display:flex}.notif-prefs-btn:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.prefs-gear{width:20px;height:20px;color:var(--ink-2)}.notif-prefs-btn:hover .prefs-gear{color:var(--accent)}.prefs-chevron{width:18px;height:18px;color:var(--ink-3);margin-left:auto}.pref-list{margin-top:8px}.pref-row{justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.pref-row+.pref-row{border-top:1px solid var(--line)}.pref-copy{min-width:0}.pref-label{font-size:14.5px;font-weight:600;display:block}.pref-desc{color:var(--ink-2);margin-top:2px;font-size:12.5px;display:block}.switch{background:var(--line-strong);border-radius:99px;flex:none;width:46px;height:27px;padding:0;transition:background .2s;position:relative}.switch:after{content:"";background:#fff;border-radius:50%;width:21px;height:21px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #19163c40}.switch.is-on{background:var(--accent)}.switch.is-on:after{transform:translate(19px)}@media (width<=480px){.stage{gap:0;padding:0}.phone{border:none;border-radius:0;width:100%;height:100dvh;min-height:100dvh}.stage-credit{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
