*,: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}}.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}}.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:300;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{display:block}.sidebar{z-index:200;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}.landing{color:#fff;background:#0a0c12;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.bg-glow{pointer-events:none;z-index:0;border-radius:50%;position:fixed}.bg-glow-1{background:radial-gradient(circle,#ff650038 0%,#ff650014 40%,#0000 70%);width:700px;height:700px;top:-250px;right:-150px}.bg-glow-2{background:radial-gradient(circle,#0064ff2e 0%,#0064ff0f 40%,#0000 70%);width:600px;height:600px;bottom:-100px;left:-150px}.bg-glow-3{background:radial-gradient(circle,#00b4ff1a 0%,#0000 65%);width:400px;height:400px;top:40%;left:30%}.landing-nav{z-index:10;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:24px 48px;display:flex;position:relative}.landing-nav-logo{color:#ff6500;letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.landing-nav-cta{color:#8b8fa8;font-size:.9rem;text-decoration:none;transition:color .15s}.landing-nav-cta:hover{color:#fff}.hero{z-index:10;text-align:center;max-width:720px;margin:0 auto;padding:80px 32px 64px;position:relative}.hero-glass{-webkit-backdrop-filter:blur(24px);background:#0f111ed1;border:1px solid #ffffff14;border-radius:24px;padding:48px 48px 40px;box-shadow:0 8px 40px #0006,inset 0 1px #ffffff0d}.hero-badge{color:#ff6500;letter-spacing:.03em;text-transform:uppercase;background:#ff65001a;border:1px solid #ff650040;border-radius:100px;margin-bottom:28px;padding:5px 14px;font-size:.78rem;font-weight:500;display:inline-block}.hero-title{letter-spacing:-.01em;color:#fff;margin-bottom:20px;font-family:Barlow Condensed,system-ui,sans-serif;font-size:clamp(2.8rem,5vw,4rem);font-weight:800;line-height:1.05}.hero-title-accent{color:#ff6500}.hero-subtitle{color:#8b8fa8;max-width:500px;margin:0 auto 40px;font-size:1.05rem;line-height:1.65}.hero-form{flex-direction:column;align-items:center;gap:12px;display:flex}.hero-input-row{gap:10px;width:100%;max-width:480px;display:flex}.hero-input{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;flex:1;padding:13px 18px;font-size:.95rem;transition:border-color .15s}.hero-input::placeholder{color:#4a4d60}.hero-input:focus{border-color:#ff6500}.hero-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6500;border:none;border-radius:10px;align-items:center;gap:8px;padding:13px 22px;font-size:.95rem;font-weight:600;transition:all .15s;display:flex;box-shadow:0 0 24px #ff65004d}.hero-btn:hover:not(:disabled){background:#ff7a20;box-shadow:0 0 32px #ff650073}.hero-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.hero-error{color:#f44336;font-size:.88rem}.hero-hint{color:#6b7080;font-size:.82rem}.faceit-login-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:auto;min-width:220px;padding:14px 32px;font-size:1rem;font-weight:600;transition:opacity .15s;display:flex}.faceit-login-btn:hover{opacity:.85}.hero-divider{color:#4a4d60;align-items:center;gap:12px;width:100%;max-width:420px;font-size:.82rem;display:flex}.hero-divider:before,.hero-divider:after{content:"";background:#1e2130;flex:1;height:1px}.privacy-checkbox{color:#8b8fa8;cursor:pointer;align-items:center;gap:8px;font-size:.85rem;display:flex}.privacy-checkbox input{accent-color:#ff6500;cursor:pointer;width:16px;height:16px}.hero-privacy-link{color:#8b8fa8;text-decoration:underline;transition:color .15s}.hero-privacy-link:hover{color:#fff}.preview{z-index:10;text-align:center;padding:0 32px 80px;position:relative}.preview-label{color:#4a4d60;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.82rem}.preview-cards{flex-wrap:wrap;justify-content:center;gap:14px;max-width:780px;margin:0 auto;display:flex}.preview-card{text-align:left;-webkit-backdrop-filter:blur(16px);background:#0f111ecc;border:1px solid #ffffff14;border-radius:14px;flex:1;min-width:220px;max-width:260px;padding:20px 24px;transition:border-color .2s,box-shadow .2s;box-shadow:0 4px 20px #0000004d}.preview-card:hover{border-color:#ff65004d;box-shadow:0 4px 28px #ff65001a}.preview-card-label{color:#8b8fa8;margin-bottom:12px;font-size:.82rem;line-height:1.4;display:block}.preview-card-bottom{align-items:baseline;gap:10px;display:flex}.preview-card-value{color:#fff;letter-spacing:-.02em;font-size:1.8rem;font-weight:700}.preview-card-delta{font-size:.85rem;font-weight:600}.preview-card-delta.positive{color:#4caf50}.preview-card-delta.negative{color:#f44336}@media (width<=768px){.hero-glass,.preview-card{-webkit-backdrop-filter:none}}
