*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#0f1117;min-height:100vh;font-family:DM Sans,system-ui,sans-serif}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#1e2130;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#2a2d3e}input,textarea,button,select{font-family:inherit;font-size:1rem}h1{letter-spacing:-.01em;margin-bottom:1.5rem;font-family:Barlow Condensed,system-ui,sans-serif;font-size:2rem;font-weight:700}h2{color:#8b8fa8;margin-bottom:1rem;font-size:1.1rem;font-weight:600}@keyframes shimmer{0%{background-position:-400% 0}to{background-position:400% 0}}.skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/400% 100%;border-radius:6px;animation:1.6s ease-in-out infinite shimmer}.loading{color:#8b8fa8;justify-content:center;align-items:center;height:100vh;display:flex}.empty-text{color:#8b8fa8;font-size:.95rem}.tag{color:#ff6500;background:#2a2d3e;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:.85rem;display:inline-flex}.tag button{color:#8b8fa8;cursor:pointer;background:0 0;border:none;padding:0;line-height:1}.ai-badge{letter-spacing:.06em;color:#ff6500;background:#ff650026;border:1px solid #ff65004d;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700}.metric-select{color:#ff6500;cursor:pointer;background:#0f1120;border:1px solid #2a2d3e;border-radius:6px;outline:none;padding:2px 8px;font-size:.85rem;transition:border-color .15s}.metric-select:hover{border-color:#ff6500}.analytics-empty-btn{color:#ff6500;background:#1a1d2e;border:1px solid #ff650059;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.analytics-empty-btn:hover{background:#ff65001f}.demo-overlay{z-index:200;background:#000000bf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}@keyframes demo-slide-in{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.demo-modal{background:#0f1117;border:1px solid #ff650059;border-radius:14px;flex-direction:column;gap:16px;width:100%;max-width:740px;max-height:90vh;padding:24px;animation:.3s cubic-bezier(.25,.46,.45,.94) both demo-slide-in;display:flex;overflow-y:auto}.demo-modal-header{align-items:center;gap:10px;display:flex}.demo-badge{letter-spacing:.08em;color:#ff6500;background:#ff650026;border:1px solid #ff650059;border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:.65rem;font-weight:700}.demo-modal-title{color:#fff;flex:1;font-size:.95rem;font-weight:600}.demo-close{color:#8b8fa8;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:1.4rem;line-height:1}.demo-close:hover{color:#fff}.demo-modal-sub{color:#8b8fa8;margin:0;font-size:.88rem}.demo-modal-footer{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.demo-dismiss{color:#8b8fa8;cursor:pointer;background:0 0;border:none;padding:0;font-size:.88rem}.demo-dismiss:hover{color:#fff}.weekly-report-btn{color:#8b8fa8;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:background .2s,color .2s,transform .2s cubic-bezier(.34,1.56,.64,1),border-color .2s;display:flex}.weekly-report-btn:hover{color:#fff;background:#1a1d2e;border-left-color:#ff650066;transform:translate(4px)}.weekly-report-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-left:auto;box-shadow:0 0 6px #22c55eb3}.weekly-drawer-backdrop{z-index:250;background:#0006;position:fixed;inset:0}.weekly-drawer{z-index:260;background:#0f1117;border-right:1px solid #1e2130;flex-direction:column;width:360px;height:100vh;animation:.22s cubic-bezier(.22,1,.36,1) weekly-slide-in;display:flex;position:fixed;top:0;left:220px}@keyframes weekly-slide-in{0%{transform:translate(-110%)}to{transform:translate(0)}}.weekly-drawer-header{border-bottom:1px solid #1e2130;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:24px 24px 20px;display:flex}.weekly-drawer-title{letter-spacing:.06em;color:#ff6500;font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:800;display:block}.weekly-drawer-dates{color:#4a4d60;margin-top:3px;font-size:.76rem;display:block}.weekly-drawer-close{color:#4a4d60;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px 8px;font-size:.85rem;transition:color .15s}.weekly-drawer-close:hover{color:#8b8fa8}.weekly-drawer-content{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.weekly-drawer-content::-webkit-scrollbar{width:4px}.weekly-drawer-content::-webkit-scrollbar-track{background:0 0}.weekly-drawer-content::-webkit-scrollbar-thumb{background:#1e2130;border-radius:2px}.weekly-modal-stats{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.weekly-stat{background:#1a1d2e;border-radius:10px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.weekly-stat-value{color:#fff;font-size:1.4rem;font-weight:700}.weekly-stat-label{color:#8b8fa8;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem}.weekly-stat--positive{color:#22c55e}.weekly-stat--negative{color:#ef4444}.weekly-section-label{color:#8b8fa8;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.weekly-modal-summary{background:#1a1d2e;border-radius:10px;flex-direction:column;gap:10px;padding:16px;display:flex}.weekly-modal-summary p{color:#c8cbd8;margin:0;font-size:.92rem;line-height:1.6}@media (width<=768px){.weekly-drawer{z-index:350;width:100vw;left:0}.weekly-drawer-header{padding-left:64px}}.feedback-btn{color:#8b8fa8;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:background .2s,color .2s,transform .2s cubic-bezier(.34,1.56,.64,1),border-color .2s;display:flex}.feedback-btn:hover{color:#fff;background:#1a1d2e;border-left-color:#ff650066;transform:translate(4px)}.feedback-drawer-backdrop{z-index:250;background:#0006;position:fixed;inset:0}.feedback-drawer{z-index:260;background:#0f1117;border-right:1px solid #1e2130;flex-direction:column;width:360px;height:100vh;animation:.22s cubic-bezier(.22,1,.36,1) feedback-slide-in;display:flex;position:fixed;top:0;left:220px}@keyframes feedback-slide-in{0%{transform:translate(-110%)}to{transform:translate(0)}}.feedback-drawer-header{border-bottom:1px solid #1e2130;flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 24px 20px;display:flex}.feedback-drawer-title{letter-spacing:.06em;color:#ff6500;font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:800}.feedback-drawer-close{color:#4a4d60;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:.85rem;transition:color .15s}.feedback-drawer-close:hover{color:#8b8fa8}.feedback-drawer-content{flex:1;padding:24px;overflow-y:auto}.feedback-drawer-content::-webkit-scrollbar{width:4px}.feedback-drawer-content::-webkit-scrollbar-track{background:0 0}.feedback-drawer-content::-webkit-scrollbar-thumb{background:#1e2130;border-radius:2px}.feedback-form{flex-direction:column;gap:16px;display:flex}.feedback-field{flex-direction:column;gap:6px;display:flex}.feedback-label{color:#8b8fa8;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.feedback-optional{text-transform:none;letter-spacing:0;color:#555870;font-weight:400}.feedback-stars{gap:4px;display:flex}.feedback-star{cursor:pointer;color:#2a2d3e;background:0 0;border:none;padding:0;font-size:1.8rem;line-height:1;transition:color .15s,transform .15s}.feedback-star--active{color:#ff6500}.feedback-star:hover{transform:scale(1.15)}.feedback-textarea{color:#fff;resize:vertical;background:#1a1d2e;border:1px solid #2a2d3e;border-radius:8px;min-height:60px;padding:10px 12px;font-family:inherit;font-size:.88rem;transition:border-color .2s}.feedback-textarea::placeholder{color:#555870}.feedback-textarea:focus{border-color:#ff650080;outline:none}.feedback-submit{color:#fff;cursor:pointer;background:#ff6500;border:none;border-radius:8px;margin-top:4px;padding:12px;font-size:.92rem;font-weight:600;transition:opacity .2s,transform .2s}.feedback-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.feedback-submit:disabled{opacity:.4;cursor:not-allowed}.feedback-error{color:#ef4444;margin:0;font-size:.85rem}.feedback-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 0;display:flex}.feedback-success-icon{color:#22c55e;background:#22c55e26;border:2px solid #22c55e66;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.feedback-success p{color:#c8cbd8;margin:0;font-size:.95rem}@media (width<=768px){.feedback-drawer{z-index:350;width:100vw;left:0}}.changelog-backdrop{z-index:250;background:#0006;position:fixed;inset:0}.changelog-drawer{z-index:260;background:#0f1117;border-right:1px solid #1e2130;flex-direction:column;width:360px;height:100vh;animation:.22s cubic-bezier(.22,1,.36,1) changelog-slide-in;display:flex;position:fixed;top:0;left:220px}@keyframes changelog-slide-in{0%{transform:translate(-110%)}to{transform:translate(0)}}.changelog-header{border-bottom:1px solid #1e2130;flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 24px 20px;display:flex}.changelog-title{letter-spacing:.06em;color:#ff6500;font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:800}.changelog-close{color:#4a4d60;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:.85rem;transition:color .15s}.changelog-close:hover{color:#8b8fa8}.changelog-entries{flex:1;padding:28px 24px 28px 20px;position:relative;overflow-y:auto}.changelog-entries::-webkit-scrollbar{width:4px}.changelog-entries::-webkit-scrollbar-track{background:0 0}.changelog-entries::-webkit-scrollbar-thumb{background:#1e2130;border-radius:2px}.changelog-entries:before{content:"";background:linear-gradient(#ff6500 0%,#ff650040 35%,#ff65000d 100%);width:1px;position:absolute;top:28px;bottom:28px;left:32px}.changelog-entry{padding-bottom:28px;padding-left:28px;position:relative}.changelog-entry:last-child{padding-bottom:0}.changelog-entry-dot{background:#0f1117;border:1.5px solid #2a2d3e;border-radius:50%;width:10px;height:10px;transition:border-color .2s;position:absolute;top:5px;left:-5px}.changelog-entry-latest .changelog-entry-dot{background:#ff6500;border-color:#ff6500;box-shadow:0 0 10px #ff65008c}.changelog-entry-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.changelog-entry-date{color:#4a4d60;font-size:.76rem}.changelog-entry-badge{letter-spacing:.07em;text-transform:uppercase;border-radius:3px;padding:2px 6px;font-family:Courier New,monospace;font-size:.67rem;font-weight:700}.changelog-badge-new{color:#ff6500;background:#ff65001a;border:1px solid #ff650038}.changelog-badge-improvement{color:#2196f3;background:#2196f31a;border:1px solid #2196f338}.changelog-badge-fix{color:#ffc107;background:#ffc1071a;border:1px solid #ffc10738}.changelog-entry-title{letter-spacing:.01em;color:#8b8fa8;margin:0 0 8px;font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:700}.changelog-entry-latest .changelog-entry-title{color:#fff}.changelog-entry-items{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.changelog-entry-items li{color:#3a3d50;padding-left:14px;font-size:.84rem;line-height:1.45;position:relative}.changelog-entry-items li:before{content:"·";color:#3a3d50;position:absolute;left:4px}.changelog-entry-latest .changelog-entry-items li,.changelog-entry-latest .changelog-entry-items li:before{color:#6b7080}.changelog-sidebar-btn{color:#8b8fa8;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:background .2s,color .2s,transform .2s cubic-bezier(.34,1.56,.64,1),border-color .2s;display:flex}.changelog-sidebar-btn:hover{color:#fff;background:#1a1d2e;border-left-color:#ff650066;transform:translate(4px)}.changelog-sidebar-btn.changelog-btn-active{color:#fff;background:#1a1d2e;border-left-color:#ff6500;transform:translate(4px)}.changelog-new-dot{background:#ff6500;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-left:auto;box-shadow:0 0 6px #ff6500b3}@media (width<=768px){.changelog-drawer{z-index:350;width:100vw;left:0}.changelog-header{padding-left:64px}}.layout{min-height:100vh;display:flex}.app-glow{pointer-events:none;z-index:0;border-radius:50%;position:fixed}.app-glow-1{background:radial-gradient(circle,#ff650029 0%,#ff65000d 40%,#0000 70%);width:650px;height:650px;top:-200px;right:-150px}.app-glow-2{background:radial-gradient(circle,#0064ff24 0%,#0064ff0a 40%,#0000 70%);width:550px;height:550px;bottom:-100px;left:70px}.sidebar{z-index:10;background:#13151f;border-right:1px solid #1e2130;flex-direction:column;width:220px;height:100vh;padding:24px 16px;display:flex;position:fixed;top:0;left:0}.sidebar-logo{color:#ff6500;letter-spacing:-.01em;align-items:center;gap:9px;margin-bottom:2rem;padding:0 8px;font-size:1.1rem;font-weight:700;display:flex}.sidebar-links{flex-direction:column;flex:1;gap:4px;display:flex}.sidebar-links a{color:#8b8fa8;border-left:2px solid #0000;border-radius:8px;padding:10px 12px;font-size:.95rem;transition:background .2s,color .2s,transform .2s cubic-bezier(.34,1.56,.64,1),border-color .2s}.sidebar-links a:hover{color:#fff;background:#1a1d2e;border-left-color:#ff650066;transform:translate(4px)}.sidebar-links a.active{color:#fff;background:#1a1d2e;border-left-color:#ff6500;transform:translate(4px)}.sidebar-divider{background:#1e2130;flex-shrink:0;height:1px;margin:6px 8px}.sidebar-bottom{flex-direction:column;gap:8px;padding:0 4px;display:flex}.sidebar-user{color:#8b8fa8;padding:4px 8px;font-size:.85rem}.logout-btn{color:#8b8fa8;cursor:pointer;text-align:left;background:0 0;border:1px solid #1e2130;border-radius:8px;padding:8px 12px;transition:border-color .2s,color .2s,transform .2s cubic-bezier(.34,1.56,.64,1)}.shortcuts-sidebar-btn{color:#8b8fa8;cursor:pointer;text-align:left;background:0 0;border:1px solid #1e2130;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:.85rem;transition:border-color .2s,color .2s,transform .2s cubic-bezier(.34,1.56,.64,1);display:flex}.shortcuts-sidebar-btn:hover{color:#fff;border-color:#ff650066;transform:translate(4px)}.logout-btn:hover{color:#ff6500;border-color:#ff6500;transform:translate(4px)}.main-content{box-sizing:border-box;width:100%;max-width:960px;margin-left:max(220px,50vw - 378px);margin-right:auto;padding:2rem 2.5rem}.hamburger{z-index:600;cursor:pointer;background:#13151f;border:1px solid #1e2130;border-radius:8px;flex-direction:column;gap:5px;padding:8px 10px;display:none;position:fixed;top:14px;left:14px}.hamburger span{background:#8b8fa8;border-radius:2px;width:20px;height:2px;display:block}.sidebar-backdrop{z-index:150;background:#00000080;display:none;position:fixed;inset:0}@media (width<=768px){.hamburger{display:flex}.sidebar-backdrop{z-index:400;display:block}.sidebar{z-index:500;transition:transform .25s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.shortcuts-drawer{z-index:350;width:100vw;left:0}.main-content{max-width:100%;margin-left:0;padding:3.5rem 1rem 2rem}}.shortcuts-backdrop{z-index:250;background:#0006;position:fixed;inset:0}.shortcuts-drawer{z-index:260;background:#0f1117;border-right:1px solid #1e2130;width:260px;animation:.22s cubic-bezier(.22,1,.36,1) shortcuts-slide-in;position:fixed;top:0;left:220px}@keyframes shortcuts-slide-in{0%{transform:translate(-110%)}to{transform:translate(0)}}.shortcuts-drawer-header{border-bottom:1px solid #1e2130;justify-content:space-between;align-items:center;padding:24px 24px 20px;display:flex}.shortcuts-drawer-title{letter-spacing:.06em;color:#ff6500;font-family:Barlow Condensed,sans-serif;font-size:1.4rem;font-weight:800}.shortcuts-close{color:#4a4d60;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:.85rem;transition:color .15s}.shortcuts-close:hover{color:#8b8fa8}.shortcuts-list{flex-direction:column;gap:10px;padding:20px 24px 24px;display:flex}.shortcut-row{color:#8b8fa8;align-items:center;gap:12px;font-size:.9rem;display:flex}.shortcut-divider{border-top:1px solid #ffffff0f;margin-top:6px;padding-top:10px}kbd{color:#fff;text-align:center;background:#0f1117;border:1px solid #ffffff1f;border-radius:5px;min-width:28px;padding:2px 8px;font-family:inherit;font-size:.82rem}*{box-sizing:border-box}.landing{color:#fff;background:#0a0c12;min-height:100vh;font-family:DM Sans,system-ui,sans-serif;position:relative;overflow-x:hidden}.bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:52px 52px;position:fixed;inset:0}.bg-glow{pointer-events:none;z-index:0;border-radius:50%;position:fixed}.bg-glow-1{background:radial-gradient(circle,#ff650033 0%,#ff65000f 40%,#0000 70%);width:760px;height:760px;top:-280px;right:-180px}.bg-glow-2{background:radial-gradient(circle,#0064ff24 0%,#0064ff0a 40%,#0000 70%);width:620px;height:620px;bottom:80px;left:-180px}.bg-glow-3{background:radial-gradient(circle,#00b4ff12 0%,#0000 65%);width:480px;height:480px;top:45%;left:38%}.landing-nav{z-index:10;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 64px;display:flex;position:relative}.landing-nav-logo{color:#ff6500;letter-spacing:.06em;text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-size:1.35rem;font-weight:800}.landing-nav-free{color:#ffffff38;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}.hero-split{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;padding:80px 64px 96px;display:grid;position:relative}.hero-left{flex-direction:column;display:flex}.hero-eyebrow{color:#ff6500;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;margin-bottom:22px;font-size:.72rem;font-weight:600;animation:.55s both fadeUp;display:inline-flex}.hero-eyebrow-dot{background:#ff6500;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.2s ease-in-out infinite blink;box-shadow:0 0 8px #ff6500cc}@keyframes blink{0%,to{opacity:1;box-shadow:0 0 8px #ff6500cc}50%{opacity:.45;box-shadow:0 0 18px #ff650080}}.hero-title{letter-spacing:-.01em;color:#fff;margin:0 0 26px;font-family:Barlow Condensed,sans-serif;font-size:clamp(3rem,5.2vw,4.8rem);font-weight:800;line-height:.95;animation:.55s 80ms both fadeUp}.hero-title-accent{color:#ff6500}.hero-subtitle{color:#ffffff80;max-width:430px;margin:0 0 36px;font-size:1rem;line-height:1.72;animation:.55s .16s both fadeUp}.hero-cta-block{flex-direction:column;align-items:flex-start;gap:14px;animation:.55s .24s both fadeUp;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-hint{color:#ffffff38;letter-spacing:.02em;margin:0;font-size:.76rem}.hero-right{flex-direction:column;gap:14px;animation:.65s .18s both fadeUp;display:flex}.mock-dashboard{background:#0a0d16f5;border:1px solid #ff65002e;border-radius:16px;padding:22px 24px 20px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ff65000a,0 20px 56px #0000008c,0 0 80px #ff65000d}.mock-dashboard:before{content:"";background:linear-gradient(90deg,#0000,#ff650073,#0000);height:1px;position:absolute;top:0;left:24px;right:24px}.mock-dashboard-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.mock-dashboard-title{color:#ffffffa6;font-size:.82rem;font-weight:600}.mock-dashboard-badge{color:#ffffff47;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:20px;padding:3px 10px;font-size:.68rem}.mock-chart{height:150px;margin-bottom:14px;position:relative}.mock-chart-gridlines{pointer-events:none;position:absolute;inset:0}.mock-gridline{background:#ffffff0d;height:1px;position:absolute;left:0;right:0}.mock-chart-bars{align-items:flex-end;gap:10px;padding:0 4px;display:flex;position:absolute;inset:0}.mock-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:5px;height:100%;display:flex}.mock-bar{transform-origin:bottom;border-radius:4px 4px 0 0;justify-content:center;align-items:flex-start;width:100%;padding-top:4px;animation:.7s cubic-bezier(.34,1.3,.64,1) both barGrow;display:flex;position:relative}@keyframes barGrow{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.bar-low{background:linear-gradient(#e5393559,#e53935)}.bar-mid{background:linear-gradient(#ff65004d,#ff6500d9)}.bar-high{background:linear-gradient(#43a04766,#43a047)}.mock-bar-val{color:#ffffffbf;font-size:.62rem;font-weight:700;line-height:1}.mock-bar-label{color:#ffffff4d;white-space:nowrap;font-size:.62rem}.mock-insight-row{border-top:1px solid #ffffff0f;align-items:center;gap:8px;padding-top:14px;display:flex}.mock-insight-dot{background:#43a047;border-radius:50%;flex-shrink:0;width:6px;height:6px}.mock-insight-text{color:#ffffff73;font-size:.78rem}.mock-insight-text strong{color:#43a047;font-weight:600}.mock-score-card{background:#0a0d16f5;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;gap:10px;padding:16px 20px;display:flex}.mock-score-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:.07em;font-size:.7rem}.mock-score-row{align-items:baseline;gap:12px;display:flex}.mock-score-value{color:#fff;font-family:Barlow Condensed,sans-serif;font-size:2.4rem;font-weight:800;line-height:1}.mock-score-delta{color:#43a047;font-size:.8rem;font-weight:500}.mock-score-track{background:#ffffff12;border-radius:2px;height:4px;overflow:hidden}.mock-score-fill{transform-origin:0;background:linear-gradient(90deg,#ff6500,#ff9a00);border-radius:2px;height:100%;animation:1s .5s both fillSlide}@keyframes fillSlide{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.section-eyebrow{color:#ff6500;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;font-size:.7rem;font-weight:600}.section-title{color:#fff;letter-spacing:-.01em;margin:0 0 48px;font-family:Barlow Condensed,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800}.how-section{z-index:10;border-top:1px solid #ffffff0d;max-width:1200px;margin:0 auto;padding:80px 64px;position:relative}.steps-row{grid-template-columns:repeat(3,1fr);display:grid;position:relative}.step-card{border-right:1px solid #ffffff0f;padding:0 48px 0 0;position:relative}.step-card:first-child{padding-left:0}.step-card:nth-child(2){padding-left:48px}.step-card:last-child{border-right:none;padding-left:48px;padding-right:0}.step-num{color:#ff65001a;margin-bottom:14px;font-family:Barlow Condensed,sans-serif;font-size:3.2rem;font-weight:800;line-height:1}.step-icon-wrap{margin-bottom:14px}.step-title{color:#fff;letter-spacing:.01em;margin:0 0 8px;font-family:Barlow Condensed,sans-serif;font-size:1.25rem;font-weight:700}.step-desc{color:#ffffff6b;margin:0;font-size:.87rem;line-height:1.68}.step-arrow{display:none}.stats-section{z-index:10;border-top:1px solid #ffffff0d;max-width:1200px;margin:0 auto;padding:80px 64px;position:relative}.stats-cards{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.stat-card{background:#0a0d16d9;border:1px solid #ffffff12;border-radius:16px;padding:24px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.stat-card:hover{border-color:#ff650038;box-shadow:0 4px 32px #ff650012}.stat-card-label{color:#ffffff61;margin-bottom:14px;font-size:.78rem;line-height:1.45;display:block}.stat-card-main{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:18px;display:flex}.stat-card-value{color:#fff;letter-spacing:-.02em;font-family:Barlow Condensed,sans-serif;font-size:2.2rem;font-weight:800;line-height:1}.stat-card-delta{font-size:.76rem;font-weight:600;line-height:1.35}.stat-card-delta.positive{color:#4caf50}.stat-card-delta.negative{color:#ef5350}.stat-mini-bars{align-items:flex-end;gap:4px;height:36px;display:flex}.stat-mini-bar{background:#ffffff12;border-radius:2px 2px 0 0;flex:1}.stat-mini-bar.bar-good{background:#4caf5073}.features-section{z-index:10;border-top:1px solid #ffffff0d;max-width:1200px;margin:0 auto;padding:80px 64px;position:relative}.features-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.feature-card{background:#0a0d16d9;border:1px solid #ffffff0f;border-radius:16px;padding:28px 30px;transition:border-color .2s,background .2s;position:relative;overflow:hidden}.feature-card:after{content:"";background:linear-gradient(90deg,#ff6500,#ff650000);width:0;height:2px;transition:width .35s;position:absolute;bottom:0;left:0}.feature-card:hover{background:#ff650006;border-color:#ff65002e}.feature-card:hover:after{width:100%}.feature-icon{margin-bottom:16px;display:block}.feature-title{color:#fff;letter-spacing:.02em;margin:0 0 8px;font-family:Barlow Condensed,sans-serif;font-size:1.2rem;font-weight:700}.feature-desc{color:#ffffff6b;margin:0;font-size:.87rem;line-height:1.67}.bottom-cta{z-index:10;text-align:center;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:16px;padding:100px 64px;display:flex;position:relative;overflow:hidden}.bottom-cta-glow{pointer-events:none;background:radial-gradient(#ff65001a 0%,#0000 65%);border-radius:50%;width:700px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bottom-cta-title{color:#fff;letter-spacing:-.01em;margin:0;font-family:Barlow Condensed,sans-serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:800}.bottom-cta-sub{color:#fff6;max-width:380px;margin:0 0 8px;font-size:1rem;line-height:1.6}.landing-footer{z-index:10;color:#ffffff2e;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:18px 64px;font-size:.78rem;display:flex;position:relative}.footer-links{gap:24px;display:flex}.footer-links a{color:#ffffff2e;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#ffffff80}.privacy-checkbox{color:#ffffff61;cursor:pointer;align-items:center;gap:8px;font-size:.82rem;line-height:1.4;display:flex}.privacy-checkbox input{accent-color:#ff6500;cursor:pointer;flex-shrink:0;width:16px;height:16px}.hero-privacy-link{color:#ffffff80;text-underline-offset:2px;margin:0 2px;text-decoration:underline;transition:color .15s}.hero-privacy-link:hover{color:#fff}.faceit-login-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;min-width:220px;padding:13px 32px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:opacity .15s,box-shadow .15s;display:flex}.faceit-login-btn:hover:not(:disabled){opacity:.88;box-shadow:0 4px 28px #ffffff24}.faceit-login-btn:disabled{opacity:.3;cursor:not-allowed}@media (width<=960px){.hero-split{grid-template-columns:1fr;gap:40px;padding:48px 24px 64px}.hero-title{font-size:3.2rem}.steps-row{grid-template-columns:1fr}.step-card{border-bottom:1px solid #ffffff0f;border-right:none;padding:28px 0!important}.step-card:last-child{border-bottom:none}.stats-cards,.features-grid{grid-template-columns:1fr}.how-section,.stats-section,.features-section,.bottom-cta{padding:56px 24px}.landing-nav{padding:16px 24px}.landing-footer{text-align:center;flex-direction:column;gap:10px;padding:18px 24px}}@media (width<=600px){.hero-title{font-size:2.7rem}.mock-dashboard{padding:18px}.mock-chart{height:120px}}.cookie-banner{z-index:9999;background:#13151f;border:1px solid #ffffff1a;border-radius:14px;width:calc(100% - 48px);max-width:640px;padding:16px 20px;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 40px #00000080}.cookie-banner-content{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.cookie-banner-text{color:#ffffff8c;flex:1;min-width:200px;margin:0;font-size:.85rem;line-height:1.5}.cookie-banner-link{color:#ffffffb3;text-underline-offset:2px;text-decoration:underline}.cookie-banner-link:hover{color:#fff}.cookie-banner-actions{flex-shrink:0;gap:8px;display:flex}.cookie-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 18px;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;transition:opacity .15s}.cookie-btn:hover{opacity:.8}.cookie-btn-decline{color:#ffffff80;background:#ffffff12}.cookie-btn-accept{color:#fff;background:#ff6500}@media (width<=500px){.cookie-banner{border-radius:14px 14px 0 0;width:100%;bottom:0}.cookie-banner-content{flex-direction:column;align-items:flex-start;gap:12px}.cookie-banner-actions{width:100%}.cookie-btn{text-align:center;flex:1}}
