@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap);:root{--bg-primary:#0a0e1a;--bg-secondary:#111827;--bg-card:#161d2e;--bg-elevated:#1e2a40;--accent:#f59e0b;--accent-dim:#f59e0b26;--green:#10b981;--green-dim:#10b9811f;--red:#ef4444;--red-dim:#ef44441f;--blue:#3b82f6;--blue-dim:#3b82f61f;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#475569;--border:#ffffff12;--border-hover:#ffffff24;--font-display:"Rajdhani",sans-serif;--font-body:"Inter",sans-serif;--radius:12px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#0a0e1a;background:var(--bg-primary);color:#f1f5f9;color:var(--text-primary);font-family:Inter,sans-serif;font-family:var(--font-body)}.layout,body{min-height:100vh}.layout{display:flex;flex-direction:column}#root,body,html{height:100%}.navbar{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0e1af2;border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);display:flex;height:60px;justify-content:space-between;padding:0 1.25rem;position:sticky;top:0;z-index:100}.navbar-brand{color:#f59e0b;color:var(--accent);font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:1.4rem;font-weight:700;letter-spacing:.5px;text-decoration:none}.navbar-brand span{color:#f1f5f9;color:var(--text-primary)}.nav-links{display:flex;gap:4px}.nav-link{align-items:center;border-radius:8px;border-radius:var(--radius-sm);color:#94a3b8;color:var(--text-secondary);display:flex;font-size:.85rem;font-weight:500;gap:6px;padding:6px 14px;transition:all .15s}.nav-link.active,.nav-link:hover{background:#1e2a40;background:var(--bg-elevated);color:#f1f5f9;color:var(--text-primary)}.nav-link.active{color:#f59e0b;color:var(--accent)}.nav-user{align-items:center;display:flex;font-size:.82rem;gap:10px}.points-badge{background:#f59e0b26;background:var(--accent-dim);border:1px solid #f59e0b4d;border-radius:20px;color:#f59e0b;color:var(--accent);font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:4px 12px}.truncate-1{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{flex:1 1;margin:0 auto;max-width:1600px;padding:1.25rem;width:100%}.bottom-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0e1af7;border-top:1px solid #ffffff12;border-top:1px solid var(--border);bottom:0;display:none;left:0;padding:4px 0 calc(env(safe-area-inset-bottom, 0px) + 4px);position:fixed;right:0;z-index:120}.bottom-nav-inner{align-items:center;display:flex;justify-content:space-around}.bottom-nav-item{align-items:center;border-radius:8px;border-radius:var(--radius-sm);color:#475569;color:var(--text-muted);display:flex;flex:1 1;flex-direction:column;font-size:.6rem;font-weight:500;gap:3px;min-width:0;padding:3px 8px;text-decoration:none;transition:all .15s}.bottom-nav-item.active{color:#f59e0b;color:var(--accent)}.bottom-nav-item svg{height:19px;width:19px}.bottom-nav-item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card{background:#161d2e;background:var(--bg-card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:1rem 1.25rem}.card:hover{border-color:#ffffff24;border-color:var(--border-hover)}.player-card{background:#161d2e;background:var(--bg-card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;display:flex;flex-direction:column;gap:10px;padding:1rem;transition:all .18s}.player-card:hover{background:#1e2a40;background:var(--bg-elevated);border-color:#ffffff24;border-color:var(--border-hover);transform:translateY(-1px)}.player-card-header{align-items:center;display:flex;gap:10px}.player-avatar{font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.95rem;height:42px;width:42px}.player-name{font-size:.9rem;font-weight:500;line-height:1.2}.player-meta{color:#94a3b8;color:var(--text-secondary);font-size:.75rem;margin-top:2px}.price-section{align-items:flex-end;display:flex;justify-content:space-between}.price-current{color:#f1f5f9;color:var(--text-primary);font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:1.3rem;font-weight:700}.price-change{border-radius:20px;font-size:.75rem;padding:2px 8px}.price-change.up{background:#10b9811f;background:var(--green-dim);color:#10b981;color:var(--green)}.price-change.down{background:#ef44441f;background:var(--red-dim);color:#ef4444;color:var(--red)}.price-change.flat{background:#94a3b81a;color:#94a3b8;color:var(--text-secondary)}.live-badge{align-items:center;background:#ef444426;border:1px solid #ef44444d;color:#ef4444;color:var(--red);display:inline-flex;font-size:.68rem;gap:4px;letter-spacing:.5px;padding:2px 8px}.live-dot{animation:pulse 1.4s infinite;background:#ef4444;background:var(--red);border-radius:50%;height:6px;width:6px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.stats-row{display:flex;gap:8px}.stat-chip{align-items:center;background:#111827;background:var(--bg-secondary);border-radius:6px;color:#94a3b8;color:var(--text-secondary);display:flex;font-size:.72rem;gap:4px;padding:3px 8px}.stat-chip strong{color:#f1f5f9;color:var(--text-primary);font-weight:500}.btn{border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:9px 20px;transition:all .15s}.btn-buy{background:#10b981;background:var(--green);color:#fff}.btn-buy:hover{background:#059669}.btn-sell{background:#ef4444;background:var(--red);color:#fff}.btn-sell:hover{background:#dc2626}.btn-outline{background:#0000;border:1px solid #ffffff24;border:1px solid var(--border-hover);color:#94a3b8;color:var(--text-secondary)}.btn-outline:hover{border-color:#f59e0b;border-color:var(--accent);color:#f59e0b;color:var(--accent)}.btn:disabled{cursor:not-allowed;opacity:.4}.players-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.25rem}.filter-chip{background:#0000;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:20px;color:#94a3b8;color:var(--text-secondary);cursor:pointer;font-size:.8rem;font-weight:500;padding:5px 14px;transition:all .15s}.filter-chip:hover{border-color:#ffffff24;border-color:var(--border-hover);color:#f1f5f9;color:var(--text-primary)}.filter-chip.active{background:#f59e0b26;background:var(--accent-dim);border-color:#f59e0b66;color:#f59e0b;color:var(--accent)}.page-header{margin-bottom:1.25rem}.page-title{font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:1.6rem;font-weight:700;letter-spacing:.5px}.page-subtitle{color:#94a3b8;color:var(--text-secondary);font-size:.83rem;margin-top:3px}.metrics-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:1.25rem}.metric-card{background:#161d2e;background:var(--bg-card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:.875rem 1rem}.metric-label{color:#475569;color:var(--text-muted);font-size:.72rem;letter-spacing:.8px;margin-bottom:4px;text-transform:uppercase}.metric-value{font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:1.35rem;font-weight:700}.metric-value.green{color:#10b981;color:var(--green)}.metric-value.red{color:#ef4444;color:var(--red)}.metric-value.accent{color:#f59e0b;color:var(--accent)}.leaderboard-row{align-items:center;border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:12px 1rem;transition:background .15s}.leaderboard-row:hover{background:#1e2a40;background:var(--bg-elevated)}.rank-badge{font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:1rem;font-weight:700;min-width:28px;text-align:center}.rank-1{color:#fbbf24}.rank-2{color:#94a3b8}.rank-3{color:#cd7c2f}.auth-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:1.5rem}.auth-card{background:#161d2e;background:var(--bg-card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:16px;max-width:400px;padding:2rem;width:100%}.auth-title{font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:1.8rem;font-weight:700;margin-bottom:4px}.auth-subtitle{color:#94a3b8;color:var(--text-secondary);font-size:.83rem;margin-bottom:1.5rem}.form-group{margin-bottom:14px}.form-label{color:#94a3b8;color:var(--text-secondary);display:block;font-size:.8rem;font-weight:500;margin-bottom:5px}.form-input{background:#111827;background:var(--bg-secondary);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#f1f5f9;color:var(--text-primary);font-family:Inter,sans-serif;font-family:var(--font-body);font-size:.9rem;outline:none;padding:10px 14px;transition:border-color .15s;width:100%}.form-input:focus{border-color:#f59e0b;border-color:var(--accent)}.btn-primary{background:#f59e0b;background:var(--accent);border-radius:var(--radius-sm);color:#000;font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.9rem;font-weight:700;letter-spacing:.5px;margin-top:4px;padding:11px;transition:opacity .15s;width:100%}.btn-primary:hover{opacity:.9}.auth-toggle{color:#94a3b8;color:var(--text-secondary);font-size:.82rem;margin-top:1rem;text-align:center}.auth-toggle button{background:none;border:none;color:#f59e0b;color:var(--accent);cursor:pointer;font-weight:500}.alert{border-radius:8px;border-radius:var(--radius-sm);font-size:.82rem;margin-bottom:12px;padding:10px 14px}.alert-error{background:#ef44441f;background:var(--red-dim);border:1px solid #ef44444d;color:#ef4444;color:var(--red)}.alert-success{background:#10b9811f;background:var(--green-dim);border:1px solid #10b9814d;color:#10b981;color:var(--green)}.loading-screen{align-items:center;display:flex;justify-content:center;min-height:100vh}.spinner{animation:spin .7s linear infinite;border:3px solid #ffffff12;border-radius:50%;border-top-color:#f59e0b;border:3px solid var(--border);border-top-color:var(--accent);height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}.portfolio-item{align-items:center;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:flex;gap:14px;margin-bottom:10px;padding:1rem 1.25rem}.portfolio-item,.search-input{background:#161d2e;background:var(--bg-card)}.search-input{border:1px solid #ffffff12;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#f1f5f9;color:var(--text-primary);font-family:Inter,sans-serif;font-family:var(--font-body);font-size:.87rem;max-width:280px;outline:none;padding:9px 14px 9px 36px;width:100%}.search-input:focus{border-color:#f59e0b;border-color:var(--accent)}.search-wrap{position:relative}.search-icon{color:#475569;color:var(--text-muted);left:10px;position:absolute;top:50%;transform:translateY(-50%)}.toast{animation:slideUp .2s ease;background:#1e2a40;background:var(--bg-elevated);border:1px solid #ffffff24;border:1px solid var(--border-hover);border-radius:12px;border-radius:var(--radius);bottom:80px;font-size:.85rem;left:50%;padding:10px 20px;position:fixed;transform:translateX(-50%);z-index:200}.toast.success{border-color:#10b98166}.toast.error{border-color:#ef444466}@keyframes slideUp{0%{opacity:0;transform:translateX(-50%) translateY(10px)}}.role-badge{border-radius:20px;font-size:.65rem;font-weight:600;letter-spacing:.5px;padding:2px 7px;text-transform:uppercase}.role-bat{background:#3b82f61f;color:#60a5fa}.role-bowl{background:#f59e0b1f;color:#f59e0b;color:var(--accent)}.role-all{background:#8b5cf61f;color:#a78bfa}.role-wk{background:#10b9811f;color:#10b981;color:var(--green)}.chart-wrap{padding:.5rem 0}@media (max-width:768px){.nav-links,.nav-user .nav-logout{display:none}.bottom-nav{display:block}.main-content{padding:1rem .875rem 74px}.site-footer{margin-bottom:calc(60px + env(safe-area-inset-bottom, 0px))}.players-grid{gap:8px;grid-template-columns:1fr 1fr}.player-card{padding:.75rem}.metrics-row{grid-template-columns:1fr 1fr}.portfolio-item{flex-wrap:wrap;gap:10px}}@media (max-width:400px){.players-grid{gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.player-card{padding:.65rem}.player-name{font-size:.82rem}.price-current{font-size:1.05rem}.bottom-nav-item{font-size:.56rem;padding:2px 4px}.bottom-nav-item svg{height:17px;width:17px}}.highlight-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}@media (max-width:768px){.highlight-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.player-photo-wrap{border-radius:50%;flex-shrink:0;overflow:hidden}.player-photo-wrap img{height:100%;object-fit:cover;object-position:top center;width:100%}.landing-page{background:linear-gradient(180deg,#0f172a,#1a1f2a 50%,#0f172a);color:#fff;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden}.landing-page a svg,.landing-page button svg,.landing-page svg{display:inline-block;vertical-align:middle}.landing-navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172af2;border-bottom:1px solid #e2e8f01a;padding:0 2rem;position:fixed;top:0;width:100%;z-index:50}.navbar-container{align-items:center;display:flex;height:64px;justify-content:space-between;margin:0 auto;max-width:1400px}.navbar-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#dc2626);background-clip:text;-webkit-background-clip:text;font-size:24px;font-weight:700;text-decoration:none}.navbar-logo-image{display:block;height:auto;max-width:38vw;object-fit:contain;width:128px}.navbar-links{align-items:center;display:flex;gap:32px}.nav-link{color:#e2e8f0;cursor:pointer;font-size:14px;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#ff6b35}.nav-buttons{align-items:center;display:flex;gap:16px}.btn-login{background:#0000;border:1px solid #ff6b35;border-radius:8px;color:#ff6b35;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s ease}.btn-login:hover{background:#ff6b351a}.btn-register{background:linear-gradient(135deg,#ff6b35,#dc2626);border:none;border-radius:8px;box-shadow:0 0 20px #ff6b354d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s ease}.btn-register:hover{box-shadow:0 0 30px #ff6b3580;transform:translateY(-2px)}.hero-badge{background:#ff6b351f;border:1px solid #ff6b3559;border-radius:20px;color:#ff6b35;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.04em;margin-bottom:20px;padding:5px 14px}.hero-section{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:40px 2rem 80px}.hero-section h1{font-size:56px;font-weight:700;line-height:1.2;margin-bottom:16px}.hero-section h1 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff8c00,#f33);-webkit-background-clip:text;background-clip:text}.hero-section p{color:#a0a8b8;font-size:20px;line-height:1.6;margin-bottom:32px}.hero-buttons{display:flex;gap:16px;margin-bottom:32px}.btn-primary{align-items:center;background:linear-gradient(135deg,#ff6b35,#dc2626);border:none;border-radius:8px;box-shadow:0 0 20px #ff6b354d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:12px 32px;transition:all .3s ease}.btn-primary svg{stroke:currentColor;stroke-width:2;fill:none;color:#fff;height:20px;width:20px}.btn-primary:hover{box-shadow:0 0 30px #ff6b3580;transform:translateY(-2px)}.btn-secondary{align-items:center;background:#0000;border:2px solid #64748b;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:12px 32px;transition:all .3s ease}.btn-secondary svg{stroke:currentColor;stroke-width:2;fill:none;color:#fff;height:20px;width:20px}.btn-secondary:hover{border-color:#ff6b35;color:#ff6b35}.btn-secondary:hover svg{stroke:#ff6b35;color:#ff6b35}.hero-stats{display:flex;gap:32px;margin-top:32px}.stat{display:flex;flex-direction:column}.stat-value{color:#ff6b35;font-size:32px;font-weight:700}.stat-label{color:#64748b;font-size:12px;margin-top:4px}.hero-image{position:relative}.hero-dashboard{background:#0f172af2;border:1px solid #ff6b354d;border-radius:24px;box-shadow:0 0 60px #ff6b3526,0 40px 80px #0006;overflow:hidden}.dashboard-header{align-items:center;background:#ff6b350d;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:16px 20px}.dashboard-title{align-items:center;color:#f1f5f9;display:flex;font-size:14px;font-weight:700;gap:8px}.dashboard-logo-dot{background:linear-gradient(135deg,#ff6b35,#dc2626);border-radius:50%;display:inline-block;height:10px;width:10px}.live-badge{animation:pulse-badge 2s ease-in-out infinite;background:#10b9811f;border:1px solid #10b9814d;border-radius:20px;color:#10b981;font-size:11px;font-weight:600;padding:3px 10px}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.6}}.dashboard-chart{border-bottom:1px solid #ffffff0d;padding:16px 20px 8px}.chart-label{color:#94a3b8;font-size:12px;margin-bottom:8px}.price-chart{display:block;height:80px;width:100%}.chart-change{font-size:12px;font-weight:600;margin-top:4px}.dashboard-players{padding:8px 0}.player-row{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;gap:12px;padding:10px 20px;transition:background .2s}.player-row:last-child{border-bottom:none}.player-row:hover{background:#ff6b350a}.player-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:36px;justify-content:center;width:36px}.player-info{flex:1 1;min-width:0}.player-name{color:#f1f5f9;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-team{color:#64748b;font-size:11px;margin-top:1px}.player-price-col{flex-shrink:0;text-align:right}.player-price{color:#f1f5f9;font-size:13px;font-weight:700}.price-change{font-size:11px;font-weight:600;margin-top:1px}.positive{color:#10b981}.negative{color:#ef4444}.dashboard-footer-stats{align-items:center;background:#ff6b350d;border-top:1px solid #ffffff0f;display:flex;gap:0;padding:14px 20px}.folio-stat{flex:1 1;text-align:center}.folio-divider{background:#ffffff14;height:32px;width:1px}.folio-label{color:#64748b;font-size:10px;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.folio-value{color:#f1f5f9;font-size:14px;font-weight:700}.folio-value.positive{color:#10b981}.market-visualization{background:#0f172acc;border:1px solid #ff6b3533;border-radius:20px;margin-top:48px;overflow:hidden}.market-viz-header{align-items:center;border-bottom:1px solid #ffffff0f;color:#94a3b8;display:flex;font-size:13px;font-weight:600;justify-content:space-between;padding:14px 20px}.market-viz-chart{padding:16px 20px}.multi-chart{display:block;height:200px;width:100%}.market-viz-legend{border-top:1px solid #ffffff0d;display:flex;flex-wrap:wrap;gap:24px;padding:12px 20px 16px}.legend-item{align-items:center;color:#94a3b8;display:flex;font-size:12px;gap:6px}.legend-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.footer-icon{align-items:center;display:inline-flex;flex-shrink:0;font-size:14px;height:18px;justify-content:center;line-height:1;width:18px}.footer-icon svg{stroke:currentColor;stroke-width:2;fill:none;color:#ff6b35;display:block;height:16px;width:16px}.features-section{background:#141c2d80;border-top:1px solid #e2e8f01a;padding:80px 2rem}.section-container{margin:0 auto;max-width:1400px}.section-title{font-size:40px;font-weight:700;margin-bottom:16px;text-align:center}.section-subtitle{color:#a0a8b8;font-size:20px;margin:0 auto 64px;max-width:800px;text-align:center}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:32px}.feature-card{background:#0f172a;border:1px solid #1e293b;border-radius:16px;padding:32px;transition:all .3s ease}.feature-card:hover{border-color:#ff6b3580;box-shadow:0 20px 40px #ff6b351a;transform:translateY(-4px)}.feature-icon{align-items:center;background:#ff6b351a;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.feature-icon svg{stroke:currentColor;stroke-width:2;color:#ff6b35;height:24px;width:24px}.feature-icon svg *{fill:none;stroke:#ff6b35}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:12px}.feature-card p{color:#94a3b8;font-size:14px;line-height:1.6}.how-it-works{background:linear-gradient(180deg,#0f172a80,#141c2d80);padding:80px 2rem}.steps-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:48px}.step-card{background:#0f172a;border:1px solid #1e293b;border-radius:16px;padding:24px;position:relative;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#ff6b35,#dc2626);border-radius:8px;color:#fff;display:flex;font-weight:700;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.step-card h3{font-size:16px;font-weight:600;margin-bottom:8px}.step-icon-wrap{align-items:center;background:#ff6b351a;border:1px solid #ff6b3540;border-radius:12px;color:#ff6b35;display:flex;height:44px;justify-content:center;margin:10px auto 14px;width:44px}.step-card p{color:#94a3b8;font-size:13px}.step-arrow{align-items:center;color:#ff6b35;display:flex;justify-content:center;position:absolute;right:-20px;top:50%}.step-arrow svg{stroke:currentColor;stroke-width:2;fill:none;color:#ff6b35;height:24px;width:24px}.infographic{display:none}.ticker-wrap{background:#0a0e1af7;border-bottom:1px solid #ff6b3533;margin-top:64px;overflow:hidden;position:sticky;top:64px;white-space:nowrap;z-index:48}.ticker-track{animation:ticker-scroll 30s linear infinite;display:inline-flex;will-change:transform}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ticker-item{align-items:center;border-right:1px solid #ffffff0f;display:inline-flex;font-family:DM Mono,Courier New,monospace;font-size:12px;gap:6px;padding:7px 22px}.t-name{color:#e2e8f0;font-weight:700}.t-price{color:#f1f5f9}.t-change.positive{color:#10b981}.t-change.negative{color:#ef4444}.hero-chart-paths{animation:hero-chart-wave 3.8s ease-in-out infinite alternate;transform-origin:center center}@keyframes hero-chart-wave{0%{transform:translateY(0)}to{transform:translateY(-7px)}}.mc-line1{animation:mc-wave1 3.5s ease-in-out infinite alternate}.mc-line2{animation:mc-wave2 4.2s ease-in-out .6s infinite alternate}.mc-line3{animation:mc-wave3 2.9s ease-in-out 1.2s infinite alternate}@keyframes mc-wave1{0%{transform:translateY(0)}to{transform:translateY(-9px)}}@keyframes mc-wave2{0%{transform:translateY(-4px)}to{transform:translateY(7px)}}@keyframes mc-wave3{0%{transform:translateY(3px)}to{transform:translateY(-6px)}}.chart-change,.folio-value,.player-price{transition:color .4s ease}.intel-player-stats{border-top:1px solid #ffffff0f;margin-top:10px;padding:10px 0 4px}.player-stat-row{align-items:flex-start;border-bottom:1px solid #ffffff0a;display:flex;gap:10px;padding:8px 0}.player-stat-row:last-child{border-bottom:none}.pstat-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:34px;justify-content:center;width:34px}.pstat-info{flex:1 1;min-width:0}.pstat-name{align-items:center;color:#e2e8f0;display:flex;flex-wrap:wrap;font-size:12px;font-weight:600;gap:6px}.pstat-scores{color:#94a3b8;font-family:DM Mono,Courier New,monospace;font-size:11px;letter-spacing:.04em;margin-top:3px}.pstat-meta{color:#64748b;font-size:10px;margin-top:2px}.form-badge{border-radius:10px;font-size:9px;font-weight:700;letter-spacing:.04em;padding:2px 7px;white-space:nowrap}.form-badge.hot{background:#ef444426;border:1px solid #ef44444d;color:#ef4444}.form-badge.peak{background:#f59e0b26;border:1px solid #f59e0b4d;color:#f59e0b}.stats-section{background:linear-gradient(135deg,#ff6b351a,#dc26261a);border-bottom:1px solid #ff6b354d;border-top:1px solid #ff6b354d;padding:48px 2rem}.stats-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1400px;text-align:center}.stat-item h4{color:#ff6b35;font-size:40px;font-weight:700;margin-bottom:8px}.stat-item p{color:#a0a8b8;font-size:14px}.testimonials-section{padding:80px 2rem}.testimonials-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#0f172a;border:1px solid #1e293b;border-radius:16px;padding:24px}.stars{color:#f59e0b;font-size:16px;margin-bottom:16px}.testimonial-text{color:#a0a8b8;font-size:14px;line-height:1.6;margin-bottom:16px}.testimonial-author{font-size:14px;font-weight:600;margin-bottom:4px}.testimonial-role{color:#64748b;font-size:12px}.faq-section{background:#141c2d80;border-top:1px solid #e2e8f01a;padding:80px 2rem}.faq-container{margin:0 auto;max-width:800px}.faq-item{background:#0f172a;border:1px solid #1e293b;border-radius:12px;margin-bottom:16px}.faq-question{align-items:center;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:20px}.faq-question:hover{background:#ff6b350d}.faq-q-inner{align-items:center;display:flex;flex:1 1;gap:10px}.faq-help-icon{color:#ff6b35;flex-shrink:0;opacity:.75}.faq-answer{color:#a0a8b8;display:none;font-size:14px;line-height:1.6;padding:0 20px 20px}.faq-item.active .faq-answer{display:block}.faq-icon{stroke:currentColor;stroke-width:2;fill:none;color:#ff6b35;display:inline-block;flex-shrink:0;height:20px;transition:transform .3s ease;width:20px}.faq-item.active .faq-icon{transform:rotate(90deg)}.cta-section{padding:80px 2rem}.cta-container{background:linear-gradient(135deg,#ff6b3526,#dc262626);border:1px solid #ff6b354d;border-radius:24px;margin:0 auto;max-width:800px;padding:64px 32px;text-align:center}.cta-container h2{font-size:36px;font-weight:700;margin-bottom:16px}.cta-container p{color:#a0a8b8;font-size:18px;margin-bottom:32px}.cta-buttons{align-items:center;display:flex;flex-direction:column;gap:16px}.footer{background:#0a0e1a;border-top:1px solid #1e293b;padding:48px 2rem}.footer-container{margin:0 auto;max-width:1400px}.footer-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.footer-col h4{font-weight:600;margin-bottom:16px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{align-items:center;color:#94a3b8;display:flex;font-size:14px;gap:8px;text-decoration:none;transition:color .3s ease}.footer-col ul li a:hover{color:#ff6b35}.footer-col p{color:#64748b;font-size:13px;line-height:1.6}.footer-bottom{border-top:1px solid #1e293b;padding-top:32px;text-align:center}.footer-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:16px}.footer-links a{color:#94a3b8;font-size:12px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ff6b35}.footer-copyright,.footer-disclaimer{color:#64748b;font-size:12px}.footer-disclaimer{margin-top:16px}.intel-showcase{background:linear-gradient(180deg,#0a0e1a99,#141c2dcc);border-bottom:1px solid #ffffff0d;border-top:1px solid #ffffff0d;padding:80px 2rem}.intel-header{margin-bottom:56px;text-align:center}.intel-badge{align-items:center;background:#2ecc711f;border:1px solid #2ecc7159;border-radius:4px;color:#2ecc71;display:inline-flex;font-size:11px;font-weight:700;gap:7px;letter-spacing:.12em;padding:5px 14px;text-transform:uppercase}.intel-badge svg{stroke:currentColor;fill:none;stroke-width:2;color:#2ecc71;height:16px;width:16px}.intel-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2ecc71,#10b981);-webkit-background-clip:text;background-clip:text}.intel-layout{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1.1fr .9fr}.intel-mockup{background:#0c0c0e;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 0 60px #2ecc7114,0 40px 80px #00000080;overflow:hidden}.intel-mockup-header{align-items:center;background:#2ecc710d;border-bottom:1px solid #ffffff0f;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:16px 20px}.intel-match-title{align-items:center;color:#f0ede8;display:flex;font-size:15px;font-weight:700;gap:8px}.intel-match-sub{color:#7a7a85;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.intel-win-prob{border-bottom:1px solid #ffffff0d;padding:16px 20px}.win-prob-label{align-items:center;color:#7a7a85;display:flex;font-size:9px;font-weight:700;gap:6px;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.win-prob-label svg{stroke:currentColor;fill:none;stroke-width:2;height:12px;width:12px}.win-prob-bars{display:flex;flex-direction:column;gap:8px}.win-team{gap:10px}.win-team,.win-team-avatar{align-items:center;display:flex}.win-team-avatar{border-radius:6px;flex-shrink:0;font-size:9px;font-weight:800;height:28px;justify-content:center;width:28px}.win-team-avatar.rcb{background:linear-gradient(135deg,#dc2626,#ff6b35);color:#fff}.win-team-avatar.csk{background:linear-gradient(135deg,#d97706,#f59e0b);color:#1a1a1a}.win-bar-wrap{background:#ffffff0f;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.win-bar{border-radius:3px;height:100%}.win-bar.rcb-bar{background:linear-gradient(90deg,#ff6b35,#dc2626)}.win-bar.csk-bar{background:linear-gradient(90deg,#f59e0b,#d97706)}.win-pct{color:#f0ede8;flex-shrink:0;font-size:13px;font-weight:700;text-align:right;width:34px}.win-pct.muted{color:#7a7a85}.intel-predictions{border-bottom:1px solid #ffffff0d;padding:14px 20px}.intel-section-tag{align-items:center;color:#7a7a85;display:flex;font-size:9px;font-weight:700;gap:6px;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.intel-section-tag svg{stroke:currentColor;fill:none;stroke-width:2;height:11px;width:11px}.intel-pred-card{align-items:center;border-bottom:1px solid #ffffff0a;display:flex;gap:12px;padding:10px 0}.intel-pred-card:last-child{border-bottom:none;padding-bottom:0}.pred-avatar{align-items:center;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:800;height:34px;justify-content:center;width:34px}.pred-info{flex:1 1;min-width:0}.pred-name{align-items:center;color:#f0ede8;display:flex;flex-wrap:wrap;font-size:13px;font-weight:600;gap:7px;margin-bottom:3px}.pred-impact{border-radius:2px;font-size:8px;font-weight:700;letter-spacing:.1em;padding:2px 7px}.pred-impact.high{background:#2ecc712e;border:1px solid #2ecc714d;color:#2ecc71}.pred-impact.medium{background:#f1c40f24;border:1px solid #f1c40f4d;color:#f1c40f}.pred-range{color:#7a7a85;font-family:DM Mono,Courier New,monospace;font-size:11px;margin-bottom:5px}.pred-meter{background:#ffffff0f;border-radius:2px;height:3px;overflow:hidden}.pred-meter-fill{animation:meter-fill 1.2s cubic-bezier(.4,0,.2,1) forwards;border-radius:2px;height:100%}@keyframes meter-fill{0%{width:0!important}}.pred-conf{color:#f0ede8;flex-shrink:0;font-size:15px;font-weight:800;text-align:right;width:36px}.intel-conditions{border-bottom:1px solid #ffffff0d;display:flex;flex-direction:column;gap:8px;padding:14px 20px}.cond-item{align-items:center;display:flex;gap:12px;justify-content:space-between}.cond-label{color:#7a7a85;flex-shrink:0;font-size:11px}.cond-value{color:#f0ede8;font-size:11px;font-weight:600;text-align:right}.cond-value.green{color:#2ecc71}.cond-value.yellow{color:#f1c40f}.intel-cta-btn{align-items:center;background:linear-gradient(135deg,#2ecc71,#10b981);border:none;color:#0c0c0e;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;justify-content:center;padding:14px;transition:all .3s ease;width:100%}.intel-cta-btn:hover{opacity:.9;transform:none}.intel-cta-btn svg{stroke:currentColor;fill:none;stroke-width:2.5;height:16px;width:16px}.intel-features{padding-top:8px}.intel-feature-item{border-bottom:1px solid #ffffff0f;display:flex;gap:16px;padding:20px 0}.intel-feature-item:last-of-type{border-bottom:none}.intel-feature-icon{align-items:center;background:#2ecc711a;border:1px solid #2ecc7133;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.intel-feature-icon svg{stroke:currentColor;fill:none;stroke-width:2;color:#2ecc71;height:20px;width:20px}.intel-feature-title{color:#f0ede8;font-size:14px;font-weight:700;margin-bottom:4px}.intel-feature-desc{color:#7a7a85;font-size:13px;line-height:1.55}@media (max-width:768px){.intel-layout{gap:32px;grid-template-columns:1fr}.intel-showcase{padding:50px 1rem}.landing-navbar{padding:0 1rem}.navbar-container{height:56px}.navbar-links{display:none}.nav-buttons{gap:8px}.btn-login,.btn-register{font-size:12px;padding:6px 12px}.hero-section{gap:40px;grid-template-columns:1fr;padding:40px 1rem 60px}.hero-section h1{font-size:36px}.hero-section p{font-size:16px}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;width:100%}.hero-stats{align-items:flex-start;flex-direction:row;flex-wrap:nowrap;gap:10px;justify-content:space-between}.hero-stats .stat{flex:1 1;min-width:0;text-align:center}.cta-section,.faq-section,.features-section,.how-it-works,.testimonials-section{padding:50px 1rem}.section-title{font-size:28px}.section-subtitle{font-size:16px}.features-grid,.steps-grid{grid-template-columns:1fr}.step-arrow{display:none}.stats-grid{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.cta-container{padding:40px 24px}.cta-container h2{font-size:28px}.footer-grid{gap:32px;grid-template-columns:1fr 1fr}}@media (max-width:480px){.hero-section h1{font-size:28px}.section-title{font-size:24px}.stats-grid{grid-template-columns:1fr}.hero-stats{gap:8px}.hero-stats .stat{text-align:center}.stat-value{font-size:21px;line-height:1.1}.stat-label{font-size:11px;line-height:1.2}.nav-buttons{gap:4px}.btn-login,.btn-register{font-size:11px;padding:4px 8px}}
/*# sourceMappingURL=main.b45b5f03.css.map*/