:root {
  color: #20212a;
  background: #f6f7fb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Noto Sans SC", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: radial-gradient(circle at 50% -20%, #ecebff 0, #f6f7fb 40%, #f8f9fb 100%); }
a { color: inherit; text-decoration: none; }
.page-shell { width: min(1080px, calc(100% - 40px)); margin: 0 auto; min-height: 100vh; padding-bottom: 32px; }
.topbar { height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(30, 31, 40, .08); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #5548dc; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .04em; box-shadow: 0 10px 24px rgba(85, 72, 220, .2); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; letter-spacing: .01em; }
.brand small { margin-top: 3px; color: #848592; font-size: 12px; }
.identity { display: flex; align-items: center; gap: 8px; color: #6f707c; font-size: 13px; }
.identity-dot { width: 7px; height: 7px; border-radius: 50%; background: #aaa; box-shadow: 0 0 0 4px rgba(120, 120, 130, .08); }
.identity.online .identity-dot { background: #2aac6e; box-shadow: 0 0 0 4px rgba(42, 172, 110, .1); }
.identity.offline .identity-dot { background: #e29b28; box-shadow: 0 0 0 4px rgba(226, 155, 40, .1); }
.hero { padding: 72px 0 42px; max-width: 680px; }
.eyebrow { margin: 0 0 14px; color: #6156d9; font-size: 12px; font-weight: 750; letter-spacing: .18em; }
.hero h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.1; letter-spacing: -.045em; }
.hero > p:last-child { margin: 18px 0 0; color: #757681; font-size: 15px; line-height: 1.8; }
.apps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.app-card { min-height: 206px; display: flex; gap: 20px; padding: 26px; border: 1px solid rgba(32, 33, 42, .08); border-radius: 20px; background: rgba(255, 255, 255, .88); box-shadow: 0 12px 36px rgba(47, 48, 64, .055); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
a.app-card:hover { transform: translateY(-3px); border-color: rgba(85, 72, 220, .24); box-shadow: 0 18px 42px rgba(47, 48, 64, .1); }
.app-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #f0efff; color: #5649dc; }
.pos .app-icon { background: #eaf7f2; color: #238661; }
.future .app-icon { background: #f1f2f5; color: #90919b; }
.app-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.app-copy { min-width: 0; flex: 1; }
.app-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.app-heading h2 { margin: 4px 0 0; font-size: 20px; letter-spacing: -.02em; }
.app-copy p { min-height: 48px; margin: 13px 0 21px; color: #777884; font-size: 13px; line-height: 1.75; }
.status { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; color: #9a9aa3; font-size: 11px; font-weight: 500; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #b5b5bd; }
.status b { font-weight: 500; }
.status.online { color: #238661; }
.status.online i { background: #2aac6e; }
.status.offline { color: #b86d38; }
.status.offline i { background: #d78143; }
.soon { color: #999aa4; font-size: 11px; }
.enter { color: #4e43cb; font-size: 13px; font-weight: 650; }
.pos .enter { color: #238661; }
.enter b { margin-left: 5px; font-size: 16px; }
.enter.muted { color: #a0a1aa; font-weight: 500; }
.future { grid-column: span 2; min-height: 144px; background: rgba(255, 255, 255, .58); box-shadow: none; }
.future .app-copy p { min-height: 0; margin-bottom: 12px; }
.session-card { margin-top: 18px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(32, 33, 42, .08); border-radius: 16px; background: rgba(255, 255, 255, .7); }
.session-card strong { font-size: 14px; }
.session-card p { margin: 5px 0 0; color: #858691; font-size: 12px; }
.session-card a { flex: 0 0 auto; padding: 10px 17px; border-radius: 10px; background: #5548dc; color: #fff; font-size: 13px; font-weight: 650; }
footer { padding-top: 36px; text-align: center; color: #a0a1aa; font-size: 11px; }

@media (max-width: 700px) {
  .page-shell { width: min(100% - 28px, 520px); }
  .topbar { height: 72px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .identity { max-width: 145px; justify-content: flex-end; text-align: right; font-size: 11px; }
  .hero { padding: 48px 4px 30px; }
  .hero h1 { font-size: 34px; }
  .hero > p:last-child { font-size: 13px; line-height: 1.7; }
  .apps { grid-template-columns: 1fr; gap: 12px; }
  .app-card, .future { grid-column: auto; min-height: 0; padding: 20px; border-radius: 16px; }
  .app-copy p { min-height: 0; margin: 10px 0 16px; }
  .app-icon { width: 42px; height: 42px; border-radius: 12px; }
  .app-icon svg { width: 22px; height: 22px; }
  .app-heading h2 { font-size: 17px; }
  .session-card { align-items: flex-start; flex-direction: column; }
  .session-card a { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
