:root{--bg:#080a0d;--panel:#101319;--ink:#f5f2e9;--muted:#9ca3ad;--line:#292e37;--accent:#d7ff65}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}.site-header{height:76px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,64px);position:relative;z-index:3}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:650;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border:1px solid #59616d;border-radius:50%;font-family:Georgia,serif;font-style:italic}.site-header nav,.site-header nav a{display:flex;gap:26px}.site-header nav a,footer a{font-size:14px;color:#bdc2ca;text-decoration:none}.site-header nav a:hover,footer a:hover{color:white}.hero{min-height:calc(100vh - 76px);padding:clamp(80px,11vw,155px) clamp(20px,8vw,120px) 100px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:680px;height:680px;right:-250px;top:-150px;border:1px solid #252a31;border-radius:50%;box-shadow:0 0 0 100px #0b0d11,0 0 0 101px #242932,0 0 0 200px #090b0e;z-index:-1}.eyebrow,.section-label{text-transform:uppercase;font-size:12px;letter-spacing:.16em;color:var(--muted);font-weight:650}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 14px var(--accent)}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;margin:0}h1{font-size:clamp(56px,9vw,132px);line-height:.84;max-width:1000px;margin-top:25px}h2{font-size:clamp(42px,6vw,76px);line-height:.96}.hero-purpose{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(24px,3vw,42px);line-height:1.12;letter-spacing:-.035em;max-width:860px;margin-top:30px;color:#d9dde3}.lede{font-size:clamp(18px,2vw,23px);line-height:1.55;color:#b9bec6;max-width:740px;margin:38px 0 30px}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{display:inline-flex;padding:13px 20px;border-radius:999px;background:var(--accent);color:#0a0c0e;text-decoration:none;font-weight:700}.text-link{color:#e7e9ec;text-underline-offset:5px}.calendar-card{width:min(480px,100%);margin:90px 0 0 auto;border:1px solid #303640;background:rgba(16,19,25,.92);border-radius:18px;padding:18px;box-shadow:0 35px 90px rgba(0,0,0,.42)}.calendar-top{display:flex;justify-content:space-between;color:#a6adb6;font-size:12px;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--line);padding:2px 4px 14px}.schedule-row{display:grid;grid-template-columns:58px 1fr;gap:12px;padding:18px 8px;border-bottom:1px solid #242932}.schedule-row:last-child{border:0}.schedule-row.active{margin:6px -4px;padding-left:12px;padding-right:12px;background:#1a2018;border:1px solid #3f4b28;border-radius:10px}.time{font-variant-numeric:tabular-nums;color:#8d949e}.schedule-row strong,.schedule-row small{display:block}.schedule-row small{color:#8d949e;margin-top:3px}.purpose{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:130px clamp(20px,8vw,120px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0c0f13}.purpose-copy{font-size:19px;color:#b8bec7;max-width:650px}.purpose-copy p:first-child{margin-top:0}.features{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.features article{padding:70px clamp(24px,4vw,60px);min-height:310px;border-right:1px solid var(--line)}.features article:last-child{border:0}.features article>span{font-size:12px;color:#69717c}.features h3{font:400 30px/1.1 Georgia,serif;margin:55px 0 15px}.features p{color:#9da4ae;max-width:330px}.oauth-note{padding:130px clamp(20px,8vw,120px);max-width:1100px}.oauth-note p:not(.section-label){font-size:20px;color:#aeb4bd;max-width:750px;margin:30px 0}footer{border-top:1px solid var(--line);padding:45px clamp(20px,4vw,64px);display:grid;grid-template-columns:1fr auto auto;align-items:end;gap:40px;background:#060709}footer p{color:#858c96;margin:7px 0 0;font-size:14px}footer nav{display:flex;gap:22px;flex-wrap:wrap}.copyright{white-space:nowrap}.legal-shell{max-width:980px;margin:0 auto;padding:95px 24px 120px}.legal-shell header{padding-bottom:50px;border-bottom:1px solid var(--line)}.legal-shell h1{font-size:clamp(52px,8vw,92px)}.legal-shell .intro{font-size:20px;color:#aeb4bd;max-width:720px;margin:26px 0 0}.effective{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#7f8791;margin-top:24px}.legal-content{max-width:760px;padding-top:35px}.legal-content section{padding:32px 0;border-bottom:1px solid #20242b}.legal-content h2{font-size:32px;letter-spacing:-.025em}.legal-content p,.legal-content li{color:#abb2bc}.legal-content li{margin:9px 0}.back{display:inline-block;margin-bottom:35px;color:#aeb4bd;text-underline-offset:5px}@media(max-width:760px){.site-header nav a:first-child{display:none}.site-header nav{gap:16px}.hero{padding-top:75px}.purpose{grid-template-columns:1fr;gap:35px;padding-top:90px;padding-bottom:90px}.features{grid-template-columns:1fr}.features article{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.features article:last-child{border:0}footer{grid-template-columns:1fr;align-items:start}.calendar-card{margin-top:65px}h1{font-size:clamp(54px,17vw,82px)}}