@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap";:root{--primary:#059669;--primary-dark:#047857;--primary-light:#d1fae5;--info:#2563eb;--info-light:#dbeafe;--success:#16a34a;--success-light:#dcfce7;--success-deep:#047857;--warning:#d97706;--warning-light:#fef3c7;--danger:#dc2626;--danger-light:#fee2e2;--danger-deep:#991b1b;--text:#0f172a;--text-secondary:#64748b;--border:#e2e8f0;--bg:#f1f5f9;--white:#fff;--radius:10px;--shadow:0 1px 3px #0f172a0f;--shadow-md:0 4px 12px #0f172a14}[data-theme=dark]{--primary:#34d399;--primary-dark:#6ee7b7;--primary-light:#34d39929;--info:#60a5fa;--info-light:#60a5fa29;--success:#4ade80;--success-light:#4ade8029;--success-deep:#10b981;--warning:#fbbf24;--warning-light:#fbbf2429;--danger:#f87171;--danger-light:#f871712e;--danger-deep:#dc2626;--text:#f1f5f9;--text-secondary:#94a3b8;--border:#2d3b4e;--bg:#131e2e;--white:#1c2b3e;--shadow:0 1px 3px #00000059;--shadow-md:0 4px 14px #00000073}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.5;transition:background .2s,color .2s}a{color:inherit;text-decoration:none}button{cursor:pointer;border-radius:var(--radius);border:none;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s}.btn-primary{background:var(--primary);color:#fff;width:100%;padding:12px;font-size:15px}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:var(--white);color:var(--primary);border:1.5px solid var(--primary)}.btn-outline:hover{background:var(--primary-light)}input,select,textarea{border:1.5px solid var(--border);border-radius:var(--radius);background:var(--white);width:100%;color:var(--text);outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}input:focus,select:focus{border-color:var(--primary)}.card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:1.25rem}.badge{border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.badge-blue{background:var(--info-light);color:var(--info)}.badge-green{background:var(--success-light);color:var(--success)}.badge-yellow{background:var(--warning-light);color:var(--warning)}.badge-red{background:var(--danger-light);color:var(--danger)}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{background:var(--bg);min-height:100vh;display:flex}.sidebar{background:var(--bg);border-right:1px solid var(--border);z-index:100;flex-direction:column;width:240px;display:flex;position:fixed;top:0;bottom:0;left:0}.main-content{flex:1;min-height:100vh;margin-left:240px;padding:24px}.logo{color:var(--primary);border-bottom:1px solid var(--border);letter-spacing:-.5px;padding:20px;font-size:22px;font-weight:700}.nav-item{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:calc(100% - 16px);margin:2px 8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.nav-item:hover{background:var(--white);color:var(--text)}.nav-item.active{background:var(--primary-light);color:var(--primary)}.page-header{margin-bottom:24px}.page-header h1{font-size:22px;font-weight:600}.page-header p{color:var(--text-secondary);margin-top:4px;font-size:14px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:24px;display:grid}.stat-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:16px}.stat-card .stat-val{font-size:26px;font-weight:700}.stat-card .stat-lbl{color:var(--text-secondary);margin-top:2px;font-size:12px}.theme-toggle{color:var(--text-secondary);cursor:pointer;border:1px solid var(--border);background:var(--white);text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:calc(100% - 16px);margin:2px 8px 8px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.theme-toggle:hover{border-color:var(--primary);color:var(--text)}@media (width<=768px){.sidebar{transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;padding:16px 16px 80px}.stats-grid{grid-template-columns:repeat(2,1fr)}.bottom-nav{background:var(--white);border-top:1px solid var(--border);z-index:100;padding:8px 0;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:2px;padding:6px;font-size:10px;display:flex}.bottom-nav-item.active{color:var(--primary)}}@media (width>=769px){.bottom-nav{display:none}}.home{--hbg:#17181c;--hcard:#1f2024;--hcard2:#26282d;--hp:#059669;--hp-dark:#10b981;--hp-light:#05966929;--hred:#e41e1f;--htext:#f1f5f9;--hts:#94a3b8;--hborder:#2d3038;--hwhite:#fff;color:var(--htext);background:var(--hbg);font-family:Inter,system-ui,sans-serif;line-height:1.6}.home *{box-sizing:border-box}.home-section-light{--hbg:#fff;--hcard:#f8fafc;--hcard2:#f1f5f9;--htext:#0f172a;--hts:#64748b;--hborder:#e2e8f0;background:var(--hbg);color:var(--htext)}.home-section-tint{--hbg:#f8fafc;--hcard:#fff;--hcard2:#f1f5f9;--htext:#0f172a;--hts:#64748b;--hborder:#e2e8f0;background:var(--hbg);color:var(--htext)}.home h1,.home h2,.home h3{color:var(--htext);margin:0;font-family:Newsreader,Georgia,serif;font-weight:500;line-height:1.15}.home p{margin:0}.home a{color:inherit;text-decoration:none}.home ol,.home ul{margin:0;padding:0;list-style:none}.home-eyebrow{color:var(--hp-dark);letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:600;display:block}.home-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.home-btn-primary{background:var(--hp);color:#fff}.home-btn-primary:hover{background:var(--hp-dark)}.home-btn-outline{color:var(--htext);border:1.5px solid var(--hborder);background:0 0}.home-btn-outline:hover{border-color:var(--hp);color:var(--hp-dark)}.home-btn-lg{padding:14px 26px;font-size:16px}.home-btn-sm{padding:9px 18px;font-size:14px}.home-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--hborder);z-index:20;background:#17181ce6;position:sticky;top:0}.home-nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1160px;margin:0 auto;padding:10px 24px;display:flex}.home-logo{align-items:center;display:flex}.home-logo-img{width:auto;height:58px;display:block}.home-footer-logo{width:auto;height:76px;margin:0 auto 14px;display:block}.home-nav-links{color:#c7cbd1;flex:1;justify-content:center;gap:26px;font-size:14px;display:flex}.home-nav-links a:hover{color:var(--hp-dark)}.home-nav-link-disabled{color:#565a63;cursor:default}.home-nav-actions{align-items:center;gap:16px;display:flex}.home-nav-signin{color:#c7cbd1;font-size:14px;font-weight:500}.home-nav-signin:hover{color:var(--htext)}.home-hero{background:radial-gradient(at 100% 0,#0596691a,#0000 55%);padding:64px 24px 56px}.home-hero-inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;max-width:1160px;margin:0 auto;display:grid}.home-hero-copy{min-width:0}.home-badge{color:var(--hp-dark);background:var(--hp-light);border:1px solid #05966959;border-radius:999px;margin-bottom:18px;padding:5px 14px;font-size:12.5px;font-weight:600;display:inline-block}.home-h1{flex-direction:column;gap:4px;margin-bottom:20px;font-size:46px;display:flex}.home-h1-accent{color:var(--hp-dark)}.home-hero-sub{color:var(--hts);max-width:46ch;margin-bottom:28px;font-size:17px}.home-hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:26px;display:flex}.home-hero-mini-features{color:var(--hts);flex-wrap:wrap;gap:22px;font-size:13px;display:flex}.home-hero-mini-features div{align-items:center;gap:7px;display:flex}.home-dot{background:var(--hp);border-radius:50%;width:6px;height:6px;display:inline-block}.home-hero-visual{justify-content:center;align-items:flex-end;min-height:380px;display:flex;position:relative}.home-hero-photo{filter:drop-shadow(0 20px 40px #00000073);width:100%;max-width:380px;display:block}.home-float-card{background:var(--hcard);border:1px solid var(--hborder);border-radius:12px;flex-direction:column;gap:2px;padding:10px 14px;display:flex;position:absolute;box-shadow:0 10px 30px #00000059}.home-float-lbl{color:var(--hts);font-size:11px}.home-float-val{color:var(--htext);font-size:17px;font-weight:700}.home-float-val-up small{color:var(--hp-dark);margin-left:4px;font-size:11px;font-weight:600}.home-float-card-1{top:4%;right:0}.home-float-card-2{bottom:14%;left:-4%}.home-float-card-3{bottom:-2%;right:8%}.home-finder{margin-top:-8px;margin-bottom:40px;padding:0 24px}.home-finder-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:18px;max-width:1160px;margin:0 auto;padding:20px 26px;display:flex;box-shadow:0 12px 32px #00000059}.home-finder-text h3{color:#0f172a}.home-finder-text p{color:#64748b}.home-finder-icon{background:var(--hp-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.home-finder-text{flex:1}.home-finder-text h3{margin-bottom:3px;font-size:17px}.home-finder-text p{color:var(--hts);font-size:13.5px}.home-finder-btn{flex-shrink:0}.home-section-head{text-align:center;max-width:640px;margin:0 auto 40px}.home-section-head-row{text-align:left;max-width:1160px;margin-bottom:28px}.home-h2{font-size:30px}.home-tour{max-width:1160px;margin:0 auto;padding:64px 24px 24px}.home-tour-list{flex-direction:column;gap:56px;margin-bottom:48px;display:flex}.home-tour-row{grid-template-columns:.9fr 1.1fr;align-items:center;gap:44px;display:grid}.home-tour-row-reverse{grid-template-columns:1.1fr .9fr}.home-tour-row-reverse .home-tour-shot{order:2}.home-tour-shot{border:1px solid var(--hborder);border-radius:14px;overflow:hidden;box-shadow:0 10px 30px #0f172a1f}.home-tour-shot img{width:100%;display:block}.home-tour-copy h3{margin-bottom:12px;font-size:22px}.home-tour-copy p{color:var(--hts);margin-bottom:12px;font-size:15px}.home-tour-usage{background:var(--hp-light);border-radius:10px;padding:12px 16px;color:var(--htext)!important;font-size:13.5px!important}.home-tour-usage strong{color:var(--hp-dark)}.home-feature-grid-secondary{grid-template-columns:repeat(2,1fr);max-width:720px;margin:0 auto}.home-feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-feature-card{background:var(--hcard);border:1px solid var(--hborder);border-radius:16px;padding:24px}.home-feature-card-large{background:var(--hp-light);border-color:#0000;grid-column:span 3;padding:30px 34px}.home-feature-card-large h3{font-size:20px}.home-feature-card-large p{max-width:70ch;font-size:14.5px}.home-feature-icon{background:var(--hp-light);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:flex}.home-feature-card-large .home-feature-icon{background:#ffffff80}.home-feature-card h3{margin-bottom:8px;font-size:17px}.home-feature-card p{color:var(--hts);font-size:13.5px}.home-mission{padding:72px 24px}.home-mission-inner{text-align:center;max-width:900px;margin:0 auto}.home-mission-lead{color:var(--hts);max-width:62ch;margin:0 auto 40px;font-size:17px}.home-mission-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-mission-card{background:var(--hcard);border:1px solid var(--hborder);border-radius:16px;padding:24px}.home-mission-card h3{margin-bottom:10px;font-family:Newsreader,serif;font-size:16.5px}.home-mission-card p{color:var(--hts);font-size:13.5px}.home-pricing-lead{color:var(--hts);max-width:68ch;margin:0 auto;font-size:15px}.home-price-amount{color:var(--htext);margin:10px 0 6px;font-family:Newsreader,serif;font-size:30px;font-weight:600}.home-price-amount span{color:var(--hts);font-size:13px;font-weight:400}.home-price-list{flex-direction:column;gap:8px;margin-top:16px;display:flex}.home-price-list li{color:var(--hts);padding-left:18px;font-size:13px;position:relative}.home-price-list li:before{content:"";background:var(--hp);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:0}.home-price-card-soon{opacity:.75}.home-price-badge-soon{background:var(--hcard2);color:var(--hts)}.home-courtesy{padding:56px 24px 72px}.home-courtesy-row{flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:0 auto;display:flex}.home-courtesy-badge{color:var(--hts);border:1px solid var(--hborder);border-radius:999px;padding:8px 18px;font-family:Newsreader,serif;font-size:14px;font-weight:500}.home-stats{background:linear-gradient(135deg,#0f1013,#1a1c22);border-radius:20px;max-width:1112px;margin:0 auto 64px;padding:36px 24px}.home-stats-inner{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.home-stat{text-align:center;flex-direction:column;gap:4px;display:flex}.home-stat-num{color:var(--hp-dark);font-family:Newsreader,serif;font-size:24px;font-weight:600}.home-stat-lbl{color:var(--hts);font-size:12.5px}.home-tracks{max-width:1160px;margin:0 auto;padding:0 24px 72px}.home-tracks-row{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.home-track-card{background:var(--hcard);border:1px solid var(--hborder);border-radius:14px;padding:20px 18px}.home-track-card-soon{opacity:.6}.home-track-badge{border-radius:999px;margin-bottom:12px;padding:3px 9px;font-size:10.5px;font-weight:600;display:inline-block}.home-track-badge-live{background:var(--hp-light);color:var(--hp-dark)}.home-track-badge-soon{background:var(--hcard2);color:var(--hts)}.home-track-card h3{margin-bottom:4px;font-size:16px}.home-track-card p{color:var(--hts);font-size:12px}.home-quote-section{background:var(--hcard);padding:64px 24px}.home-quote-inner{text-align:center;max-width:760px;margin:0 auto}.home-quote{color:var(--htext);margin-bottom:16px;font-family:Newsreader,serif;font-size:26px;font-style:italic;line-height:1.4}.home-quote-attr{color:var(--hts);font-size:14px}.home-steps{padding:72px 24px}.home-steps-list{grid-template-columns:repeat(4,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}.home-steps-list li{flex-direction:column;gap:10px;display:flex}.home-step-num{color:var(--hp);font-family:Newsreader,serif;font-size:24px;font-weight:600}.home-steps-list h3{margin-bottom:4px;font-size:15.5px}.home-steps-list p{color:var(--hts);font-size:13px}.home-story{background:var(--hcard);padding:72px 24px}.home-story-inner{max-width:680px;margin:0 auto}.home-story-inner .home-h2{margin-bottom:24px}.home-story-inner p{color:var(--hts);margin-bottom:18px;font-size:15.5px}.home-story-inner p:last-of-type{color:var(--htext);margin-bottom:0;font-weight:500}.home-pricing{max-width:1000px;margin:0 auto;padding:72px 24px}.home-pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-price-card{background:var(--hcard);border:1px solid var(--hborder);border-radius:16px;padding:26px;position:relative}.home-price-card h3{margin-bottom:10px;font-size:20px}.home-price-desc{color:var(--hts);font-size:13.5px}.home-price-card-featured{border:2px solid var(--hp)}.home-price-badge{background:var(--hp);color:#fff;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:-12px;left:24px}.home-final-cta{padding:80px 24px}.home-final-cta-inner{background:linear-gradient(135deg,#16211c,#1b241f);border:1px solid #05966940;border-radius:24px;grid-template-columns:1.2fr .8fr;align-items:center;gap:32px;max-width:1000px;margin:0 auto;padding:48px;display:grid}.home-final-cta-copy .home-h2{margin-bottom:14px}.home-final-cta-copy>p{color:var(--hts);margin-bottom:20px;font-size:15px}.home-final-cta-list{flex-wrap:wrap;gap:10px 20px;margin-bottom:26px;display:flex}.home-final-cta-list li{color:#d5d8dd;padding-left:18px;font-size:13.5px;position:relative}.home-final-cta-list li:before{content:"";background:var(--hp);border-radius:50%;width:8px;height:8px;position:absolute;top:7px;left:0}.home-final-photo{filter:drop-shadow(0 16px 30px #0006);width:100%;max-width:260px;margin:0 auto;display:block}.home-footer{border-top:1px solid var(--hborder);background:#0f1013;padding:44px 24px}.home-footer-inner{text-align:center;max-width:1160px;margin:0 auto}.home-footer-inner p{color:var(--hts);margin-bottom:6px;font-size:13px}.home-footer-copy{color:#565a63}@media (width<=900px){.home-hero-inner{grid-template-columns:1fr}.home-hero-visual{order:-1;max-width:320px;margin:0 auto}.home-h1{font-size:34px}.home-h2{font-size:24px}.home-feature-grid{grid-template-columns:repeat(2,1fr)}.home-feature-card-large{grid-column:span 2}.home-stats-inner{grid-template-columns:repeat(2,1fr);gap:20px}.home-tracks-row,.home-steps-list{grid-template-columns:repeat(2,1fr)}.home-pricing-grid{grid-template-columns:1fr}.home-final-cta-inner{grid-template-columns:1fr;padding:32px}.home-final-photo{order:-1;max-width:170px}.home-tour-row,.home-tour-row-reverse{grid-template-columns:1fr}.home-tour-row-reverse .home-tour-shot{order:0}.home-mission-grid,.home-feature-grid-secondary{grid-template-columns:1fr}.home-nav-links{display:none}}
