:root{--ink:#172039;--muted:#697089;--line:#e7e9f1;--blue:#3568f4;--blue-dark:#214ed0;--canvas:#f7f8fc;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,a{font:inherit}a{color:inherit;text-decoration:none}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;background:#ffffffeb;justify-content:space-between;align-items:center;height:74px;padding:0 4vw;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;display:inline-flex}.brand-symbol{grid-template-columns:repeat(2,8px);gap:2px;display:grid;transform:rotate(-10deg)}.brand-symbol i{background:var(--blue);border-radius:3px;height:8px;display:block}.brand-symbol i:first-child{grid-row:span 2;height:18px}.brand-symbol i:last-child{background:#79a2ff}.brand-name{letter-spacing:-.04em;font-size:21px;font-weight:750}.brand-divider{background:#dfe2eb;width:1px;height:20px;margin-left:3px}.brand-os{color:var(--muted);font-size:16px;font-weight:600}.top-actions{align-items:center;gap:17px;display:flex}.workspace-label{color:var(--muted);font-size:13px;font-weight:550}.avatar{color:#284ea9;cursor:pointer;background:#e8eeff;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:750;display:flex}.avatar:hover{background:#dce6ff}.workspace{max-width:1240px;margin:0 auto;padding:66px 28px 88px}.eyebrow{color:var(--blue-dark);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:9px;font-size:13px;font-weight:700;display:flex}.pulse{background:var(--blue);border:4px solid #dce6ff;border-radius:50%;width:13px;height:13px;display:block}.intro-row{justify-content:space-between;align-items:flex-end;gap:56px;margin-top:20px;display:flex}.intro-row h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(42px,5vw,66px);font-weight:720;line-height:1.04}.intro-row p{color:var(--muted);max-width:690px;margin:22px 0 0;font-size:17px;line-height:1.7}.date-card{background:var(--white);border:1px solid var(--line);border-radius:18px;flex-direction:column;flex:0 0 180px;padding:19px 21px;display:flex;box-shadow:0 8px 30px #202b500a}.date-card span,.date-card small{color:var(--muted);font-size:12px}.date-card strong{margin:7px 0 4px;font-size:20px}.filters{border-bottom:1px solid var(--line);scrollbar-width:none;gap:6px;margin-top:54px;padding-bottom:12px;display:flex;overflow-x:auto}.filters::-webkit-scrollbar{display:none}.filters button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;padding:9px 13px;font-size:13px;font-weight:600}.filters button:hover{color:var(--ink);background:#eceff7}.filters button.active{background:var(--ink);color:#fff}.section-heading{justify-content:space-between;align-items:end;margin:44px 0 20px;display:flex}.section-heading h2{letter-spacing:-.025em;margin:0;font-size:22px}.section-heading p{color:var(--muted);margin:6px 0 0;font-size:13px}.section-heading>span{color:var(--muted);font-size:12px}.app-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.app-card{background:var(--white);border:1px solid var(--line);border-radius:22px;flex-direction:column;min-height:315px;padding:24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.app-card.available:hover{border-color:#c9d5f7;transform:translateY(-4px);box-shadow:0 18px 46px #25376b1a}.app-card.available:focus-visible{outline-offset:3px;outline:3px solid #9db7ff}.app-card.unavailable{background:#ffffff9e}.card-top,.card-footer{justify-content:space-between;align-items:center;display:flex}.app-mark{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:800;display:flex}.app-mark.violet{color:#6542c5;background:#eee8ff}.app-mark.amber{color:#a86809;background:#fff1d8}.app-mark.teal{color:#13745d;background:#dcf5ee}.app-mark.blue{color:#265ed9;background:#e3edff}.app-mark.rose{color:#ad3f5b;background:#fde9ee}.status{color:#6e7484;background:#f0f2f7;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:700;display:flex}.status.active{color:#177356;background:#e6f7ef}.status.beta{color:#315db9;background:#e8efff}.status i{background:#20a477;border-radius:50%;width:6px;height:6px}.card-copy{margin-top:27px}.category{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.card-copy h3{letter-spacing:-.025em;margin:8px 0 10px;font-size:21px}.card-copy p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.card-footer{color:var(--muted);border-top:1px solid #eff0f4;margin-top:auto;padding-top:17px;font-size:12px;font-weight:650}.available .card-footer{color:var(--blue-dark)}footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;max-width:1184px;margin:0 auto;padding:25px 0 34px;font-size:12px;display:flex}footer span{color:var(--ink);font-weight:750}footer p{margin:0}@media (max-width:900px){.app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.date-card{display:none}}@media (max-width:620px){.topbar{height:66px;padding:0 20px}.workspace-label{display:none}.workspace{padding:44px 18px 64px}.intro-row h1{font-size:42px}.intro-row p{font-size:15px}.filters{margin-top:38px}.app-grid{grid-template-columns:1fr}.app-card{min-height:295px}footer{flex-direction:column;align-items:flex-start;gap:8px;margin:0 18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}.account-copy{text-align:right;flex-direction:column;display:flex}.account-copy strong{font-size:12px}.account-copy span{color:var(--muted);margin-top:2px;font-size:11px}.signout{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px;font-size:12px;font-weight:650}.signout:hover{color:var(--ink);background:#edf0f7}.login-shell{background:radial-gradient(circle at 75% 10%,#dce8ff 0,transparent 32%),var(--canvas);justify-content:center;align-items:center;min-height:100vh;padding:28px;display:flex}.login-card{border:1px solid var(--line);background:#fff;border-radius:28px;width:100%;max-width:470px;padding:42px;box-shadow:0 28px 80px #1c2d5c1f}.login-brand{align-items:center;gap:10px;display:flex}.login-copy{margin:48px 0 30px}.login-kicker{color:var(--blue-dark);letter-spacing:.12em;font-size:11px;font-weight:750}.login-copy h1{letter-spacing:-.05em;margin:13px 0;font-size:42px;line-height:1.06}.login-copy p{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.google-login{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:12px;width:100%;padding:14px 18px;font-weight:650;display:flex}.google-login:hover{background:#25304d}.google-g{color:#4285f4;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:23px;height:23px;font-weight:800;display:flex}.login-note{color:var(--muted);text-align:center;margin:16px 15px 0;font-size:11px;line-height:1.5}.login-alert{color:#8f2632;background:#fff0f1;border:1px solid #facbd0;border-radius:12px;flex-direction:column;gap:3px;margin-bottom:17px;padding:12px 14px;font-size:12px;display:flex}@media (max-width:620px){.account-copy{display:none}.signout{padding:7px}.login-card{padding:30px 24px}.login-copy h1{font-size:36px}}
