@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg:#fff;--bg2:#f8f7ff;--purple:#7c5cbf;--purple-mid:#9b7fd4;--purple-light:#f0ebff;--green:#7aab8a;--green-light:#e8f5ed;--white:#fff;--text:#111827;--muted:#4b5563;--subtle:#7c3aed0f;--border:#e5e7eb;--card:#fff;--glow:#7c3aed14;--shadow:0 1px 3px #00000014, 0 4px 16px #0000000f;--shadow-lg:0 8px 40px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 24px}:root{--nav-h:68px}main{padding-top:var(--nav-h)}nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#ffffffeb;padding:14px 0;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{color:var(--purple);align-items:center;gap:10px;font-size:18px;font-weight:800;display:flex}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--muted);font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--purple)}.nav-cta{background:var(--purple);border-radius:8px;padding:9px 20px;font-size:14px;font-weight:600;transition:opacity .2s;color:#fff!important}.nav-cta:hover{opacity:.88}.hero{background:linear-gradient(160deg,#faf8ff 0%,#fff 60%);padding:140px 0 80px}.hero-content{max-width:680px}.hero-badge{background:var(--purple-light);color:var(--purple);border:1px solid #ddd6fe;border-radius:99px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.03em;color:var(--text);margin-bottom:20px;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#7c5cbf,#9b7fd4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-sub{color:var(--muted);max-width:520px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.btn-primary{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:12px 24px;font-size:15px;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-secondary{background:var(--bg2);color:var(--text);border:1px solid var(--border);border-radius:8px;align-items:center;gap:6px;padding:12px 24px;font-size:15px;font-weight:600;transition:border-color .2s,transform .2s;display:inline-flex}.btn-secondary:hover{border-color:var(--purple);transform:translateY(-1px)}.card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:28px}.card-icon{margin-bottom:12px;font-size:28px}.card h3{color:var(--text);margin-bottom:6px;font-size:16px;font-weight:700}.card p{color:var(--muted);font-size:14px;line-height:1.6}.product-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;gap:14px;padding:32px;transition:box-shadow .2s,transform .2s;display:flex}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-card h2{color:var(--text);font-size:22px;font-weight:800}.product-card p{color:var(--muted);font-size:15px;line-height:1.7}.card-tag{letter-spacing:.05em;text-transform:uppercase;border-radius:99px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.tag-live{color:#065f46;background:#d1fae5}.tag-building{color:#92400e;background:#fef3c7}section{padding:80px 0}.page-hero{background:linear-gradient(160deg,#faf8ff 0%,#fff 100%);padding:120px 0 60px}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--purple);margin-bottom:12px;font-size:12px;font-weight:700}.section-title{letter-spacing:-.02em;color:var(--text);margin-bottom:16px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.2}.section-sub{color:var(--muted);max-width:600px;margin-bottom:48px;font-size:17px;line-height:1.7}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}.nav-drawer{z-index:200;background:#0006;position:fixed;inset:0}.nav-drawer-inner{background:#fff;flex-direction:column;gap:4px;width:min(280px,85vw);height:100%;padding:80px 28px 32px;display:flex;position:absolute;top:0;right:0;box-shadow:-4px 0 20px #0000001f}.nav-drawer-link{color:var(--text);border-bottom:1px solid var(--border);padding:12px 0;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .15s}.nav-drawer-link:hover{color:var(--purple)}.nav-drawer-cta{border-bottom:none;margin-top:16px;font-size:1rem;color:var(--purple)!important}@media (width<=768px){.grid-2,.grid-3,.about-grid{grid-template-columns:1fr}.hero{padding:120px 0 60px}.nav-cta{display:none}.nav-hamburger{display:flex}.nav-links{display:none}.container{padding:0 16px}.essay-body{font-size:.97rem;line-height:1.75}.essay-body h2{margin:2rem 0 .6rem;font-size:1.2rem}.essay-body h3{margin:1.5rem 0 .4rem;font-size:1.05rem}.essay-body blockquote{padding:.6rem 1rem;font-size:.95rem}.essay-body ul,.essay-body ol{padding-left:1.2rem}.page-hero .container{padding-top:24px}.page-hero h1{font-size:1.6rem!important}.page-hero .section-sub{font-size:.95rem}}.glow-divider{background:var(--border);height:1px;margin:0}.value-list{flex-direction:column;gap:20px;list-style:none;display:flex}.value-list li{align-items:flex-start;gap:12px;display:flex}.value-list li span:first-child{color:var(--purple);flex-shrink:0;margin-top:2px;font-size:14px}.value-list li span:last-child{color:var(--muted);font-size:16px;line-height:1.7}.value-list li strong{color:var(--text)}.person-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;gap:16px;padding:32px;display:flex}.person-avatar{background:var(--purple-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:36px;display:flex}footer{background:var(--bg2);border-top:1px solid var(--border);padding:48px 0 32px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:48px;max-width:1100px;margin:0 auto;padding:0 24px;display:flex}.footer-brand p{color:var(--muted);max-width:280px;margin-top:12px;font-size:14px;line-height:1.6}.footer-links{flex-wrap:wrap;gap:48px;display:flex}.footer-col h4{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:12px;font-weight:700}.footer-col a{color:var(--muted);margin-bottom:10px;font-size:14px;transition:color .2s;display:block}.footer-col a:hover{color:var(--purple)}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1100px;margin:32px auto 0;padding:24px 24px 0;display:flex}.footer-bottom p{color:var(--muted);font-size:13px}.health-dashboard{background:#f6f8fb;min-height:100vh}.health-hero{border-bottom:1px solid var(--border);background:linear-gradient(145deg,#f3efff 0%,#f8fbff 50%,#eef8f1 100%);padding:72px 0 38px}.health-hero-row{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.health-hero h1{margin-bottom:10px}.health-hero p{max-width:680px;color:var(--muted)}.health-controls{flex-shrink:0;align-items:center;gap:12px;display:flex}.health-controls select{border:1px solid var(--border);color:var(--text);font:inherit;background:#fff;border-radius:9px;padding:9px 12px;font-size:13px}.health-body{padding:34px 0 80px}.health-status-card{text-align:center;border:1px solid var(--border);min-height:340px;box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.health-status-card h2{margin:16px 0 5px}.health-status-card p{color:var(--muted);margin-bottom:20px}.health-spinner{border:3px solid var(--purple-light);border-top-color:var(--purple);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite health-spin}@keyframes health-spin{to{transform:rotate(360deg)}}.health-metric-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px;display:grid}.health-metric-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;flex-direction:column;padding:21px;display:flex;position:relative;overflow:hidden}.health-metric-card:before{content:"";background:var(--metric-color);width:4px;position:absolute;top:0;bottom:0;left:0}.health-metric-label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.health-metric-card strong{color:var(--metric-color);margin:8px 0 2px;font-size:clamp(1.55rem,2.5vw,2rem);line-height:1.25}.health-metric-card>span:last-child{color:var(--muted);font-size:12px}.health-grid-main{grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:22px;margin-bottom:22px;display:grid}.health-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:22px;display:grid}.health-chart-card,.health-coach-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:18px;min-width:0;padding:24px}.health-card-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.health-card-heading h2,.health-coach-card h2{font-size:17px;line-height:1.3}.health-card-heading p{color:var(--muted);margin-top:3px;font-size:12px}.health-card-heading>strong{white-space:nowrap;font-size:20px}.health-line-chart{width:100%;height:190px;display:block;overflow:visible}.chart-grid-line{stroke:#e9edf2;stroke-width:1px;vector-effect:non-scaling-stroke}.health-chart-axis{color:#8a94a3;justify-content:space-between;font-size:10px;display:flex}.health-empty{color:var(--muted);text-align:center;padding:40px 0;font-size:14px}.sleep-stage-list{flex-direction:column;gap:9px;display:flex}.sleep-stage-row{color:var(--muted);grid-template-columns:38px 1fr 58px;align-items:center;gap:10px;font-size:11px;display:grid}.sleep-stage-row strong{color:var(--text);text-align:right;font-size:11px}.sleep-stage-bar{background:#edf1f5;border-radius:99px;height:10px;display:flex;overflow:hidden}.sleep-stage-bar i{height:100%;display:block}.stage-light{background:#8cb9ea}.stage-deep{background:#6758b8}.stage-rem{background:#b181d7}.sleep-legend{color:var(--muted);justify-content:flex-end;gap:18px;margin-top:18px;font-size:11px;display:flex}.sleep-legend span:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.legend-light:before{background:#8cb9ea}.legend-deep:before{background:#6758b8}.legend-rem:before{background:#b181d7}.health-coach-card{color:#fff;background:linear-gradient(150deg,#231e37 0%,#322850 100%);border:none}.health-coach-card .section-label{color:#c6b5f3}.health-coach-card h2{margin-bottom:18px;font-size:22px}.health-coach-card ul{flex-direction:column;gap:12px;padding-left:20px;display:flex}.health-coach-card li{color:#eee9fa;font-size:13px;line-height:1.55}.health-disclaimer{color:#ada5be;border-top:1px solid #ffffff1f;margin-top:20px;padding-top:14px;font-size:10px;line-height:1.5}.workout-list{flex-direction:column;display:flex}.workout-row{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:24px;padding:13px 0;display:flex}.workout-row:first-child{border-top:none}.workout-row>div{flex-direction:column;display:flex}.workout-row>div:last-child{text-align:right}.workout-row strong{text-transform:capitalize;font-size:13px}.workout-row span{color:var(--muted);font-size:11px}@media (width<=850px){.health-metric-grid{grid-template-columns:repeat(2,1fr)}.health-grid-main,.health-chart-grid{grid-template-columns:1fr}}@media (width<=560px){.health-hero{padding:46px 0 28px}.health-hero-row{flex-direction:column;align-items:flex-start;gap:18px}.health-body{padding-top:18px}.health-metric-grid{gap:10px}.health-metric-card{padding:16px 14px}.health-metric-card strong{font-size:1.4rem}.health-chart-card,.health-coach-card{padding:18px}.health-line-chart{height:150px}.sleep-stage-row{grid-template-columns:34px 1fr 54px;gap:7px}}
