@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";
:root{--bg-body:#000;--bg-sidebar:#000;--bg-card:#0f0f0f;--bg-card-lighter:#1a1a1a;--primary-blue:#06f;--text-white:#fff;--text-gray:#888;--text-muted:#555;--success:#2981eb;--danger:#ff3d00;--border-color:#1f1f1f;--font-family:"Inter",sans-serif;--pnl-font:"Poppins","Inter",sans-serif}html[data-theme=dark],html:not([data-theme]){--bg-body:#000;--bg-sidebar:#000;--bg-card:#0f0f0f;--bg-card-lighter:#1a1a1a;--primary-blue:#06f;--text-white:#fff;--text-gray:#888;--text-muted:#555;--success:#2981eb;--danger:#ff3d00;--border-color:#1f1f1f;--pnl-font:"Poppins","Inter",sans-serif}html[data-theme=light]{--bg-body:#f7f8fc;--bg-sidebar:#fff;--bg-card:#fff;--bg-card-lighter:#f1f3f7;--primary-blue:#06f;--text-white:#0a0a0e;--text-gray:#374151;--text-muted:#6b7280;--success:#2981eb;--danger:#ff3d00;--border-color:#e5e7eb;--card-gradient-start:#fffffff2;--card-gradient-end:#f8f9fafa;--card-border:#00000014;--pnl-font:"Poppins","Inter",sans-serif}html[data-theme=dark],html:not([data-theme]){--card-gradient-start:#121216f2;--card-gradient-end:#0a0a0cfa;--card-border:#ffffff0f;--switcher-trigger-bg:#ffffff08;--switcher-trigger-border:#ffffff14;--switcher-trigger-hover-bg:#ffffff0f;--switcher-trigger-hover-border:#ffffff1f;--switcher-dropdown-bg:#1a1a1f;--switcher-dropdown-border:#ffffff1a;--switcher-dropdown-shadow:0 10px 40px #00000080;--switcher-text-primary:#fff;--switcher-text-muted:#666;--switcher-icon-color:#888;--switcher-icon-bg:#ffffff0d;--switcher-option-hover:#ffffff0a;--switcher-option-active:#0066ff14;--switcher-divider:#ffffff0f;--switcher-badge-bg:#ffffff0d;--switcher-scrollbar:#ffffff1a;--am-section-bg:#ffffff05;--am-section-border:#ffffff0d;--am-option-bg:#ffffff05;--am-option-border:#ffffff0f;--am-option-hover:#ffffff0a;--am-option-hover-border:#ffffff1a;--am-icon-bg:#8080801a;--am-card-bg:linear-gradient(135deg,#ffffff08 0%,#ffffff03 100%);--am-card-border:#ffffff0f;--am-card-hover:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);--am-card-hover-border:#ffffff1a;--am-divider:#ffffff0d;--am-stat-bg:#ffffff05;--am-stat-border:#ffffff0a}html[data-theme=light]{--switcher-trigger-bg:#fff;--switcher-trigger-border:#00000014;--switcher-trigger-hover-bg:#f9fafb;--switcher-trigger-hover-border:#0000001f;--switcher-dropdown-bg:#fff;--switcher-dropdown-border:#00000014;--switcher-dropdown-shadow:0 10px 40px #0000001f;--switcher-text-primary:#1f2937;--switcher-text-muted:#6b7280;--switcher-icon-color:#9ca3af;--switcher-icon-bg:#0000000a;--switcher-option-hover:#00000008;--switcher-option-active:#0066ff0f;--switcher-divider:#0000000f;--switcher-badge-bg:#0000000a;--switcher-scrollbar:#0000001a;--am-section-bg:#00000005;--am-section-border:#0000000f;--am-option-bg:#fff;--am-option-border:#00000014;--am-option-hover:#00000005;--am-option-hover-border:#0000001f;--am-icon-bg:#0000000a;--am-card-bg:#fff;--am-card-border:#00000014;--am-card-hover:#fafbfc;--am-card-hover-border:#0000001f;--am-divider:#0000000f;--am-stat-bg:#00000005;--am-stat-border:#0000000d}.theme-card{background:linear-gradient(145deg,var(--card-gradient-start,#121216f2),var(--card-gradient-end,#0a0a0cfa));border:1px solid var(--card-border,#ffffff0f);transition:background .2s,border-color .2s}html[data-theme=light] .theme-card{background:linear-gradient(145deg,#fffffff2,#f8f9fafa);border-color:#00000014}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--bg-body);height:100%}body{background-color:var(--bg-body);color:var(--text-white);font-family:var(--font-family);height:100vh;margin:0;padding:0}#__next{background-color:var(--bg-body);height:100vh;overflow:hidden}.global-auth-bar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000a6;border-bottom:1px solid #ffffff0f;width:100%;position:sticky;top:0}.global-auth-content{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:10px 24px;display:flex}.global-auth-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:600}.global-auth-actions{align-items:center;gap:10px;display:flex}.micro-btn.primary{background-color:var(--primary-blue);color:#fff;border-color:#0000}.auth-gate{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:calc(100vh - 60px);padding:40px 20px;display:flex}.auth-gate h1{font-size:28px;font-weight:600}.auth-gate p{color:var(--text-gray);max-width:480px;line-height:1.6}.auth-gate .auth-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border-color);flex-direction:column;flex-shrink:0;width:280px;padding:30px;display:flex}.logo{color:var(--text-white);align-items:center;gap:8px;margin-bottom:40px;font-size:24px;font-weight:700;display:flex}.logo span{color:var(--primary-blue)}.user-welcome{margin-bottom:40px}.user-welcome h2{color:#e0e0e0;margin-bottom:8px;font-size:24px;font-weight:600}.user-welcome h2 span{color:#fff}.user-welcome p{color:var(--text-gray);font-size:13px;line-height:1.4}.menu-section{margin-bottom:30px}.menu-title{color:var(--text-muted);margin-bottom:15px;padding-left:15px;font-size:12px}.menu-item{color:var(--text-gray);border-radius:12px;align-items:center;margin-bottom:5px;padding:12px 15px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.menu-item:hover{color:var(--text-white);background-color:#ffffff0d}.menu-item.active{background-color:var(--primary-blue);color:var(--text-white);box-shadow:0 4px 15px #0066ff4d}.menu-item svg{width:20px;height:20px;margin-right:12px}.sidebar-bottom-card{border:1px solid var(--border-color);background:linear-gradient(145deg,#ffffff0a,#0003);border-radius:16px;flex-direction:column;gap:4px;margin-top:auto;padding:8px;display:flex}.support-card-item{color:var(--text-gray);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-family);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.support-card-item:hover{color:var(--text-white);background:#ffffff0f}.support-card-item svg{flex-shrink:0;width:18px;height:18px}.support-card-item span{flex:1}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.feedback-modal{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;width:100%;max-width:480px;margin:20px;animation:.25s slideUp;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feedback-modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.feedback-modal-header h3{color:var(--text-white);font-size:18px;font-weight:600}.modal-close-btn svg{width:18px;height:18px}.feedback-modal-body{flex-direction:column;gap:16px;padding:24px;display:flex}.feedback-modal-body label{color:var(--text-gray);margin-bottom:-8px;font-size:13px;font-weight:500}.feedback-select{background:var(--bg-card-lighter);border:1px solid var(--border-color);width:100%;color:var(--text-white);font-size:14px;font-family:var(--font-family);cursor:pointer;border-radius:10px;outline:none;padding:12px 16px;transition:border-color .2s}.feedback-select:focus{border-color:var(--primary-blue)}.feedback-select option{background:var(--bg-card);color:var(--text-white)}.feedback-textarea{background:var(--bg-card-lighter);border:1px solid var(--border-color);width:100%;color:var(--text-white);font-size:14px;font-family:var(--font-family);resize:vertical;border-radius:10px;outline:none;min-height:120px;padding:14px 16px;transition:border-color .2s}.feedback-textarea:focus{border-color:var(--primary-blue)}.feedback-textarea::placeholder{color:var(--text-muted)}.feedback-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.btn-primary{background:var(--primary-blue);color:#fff;font-size:14px;font-weight:500;font-family:var(--font-family);cursor:pointer;border:none;border-radius:10px;padding:10px 20px;transition:all .2s}.btn-primary:hover{background:#0052cc;transform:translateY(-1px)}.btn-secondary{border:1px solid var(--border-color);color:var(--text-gray);font-size:14px;font-weight:500;font-family:var(--font-family);cursor:pointer;background:0 0;border-radius:10px;padding:10px 20px;transition:all .2s}.btn-secondary:hover{color:var(--text-white);background:#ffffff0d}.notification-btn{position:relative}.notification-badge{background:var(--danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;animation:2s infinite badgePulse;display:flex;position:absolute;top:-4px;right:-4px}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.notification-panel{width:340px;padding:0;overflow:hidden}.notification-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.notification-header h4{margin:0;font-size:15px}.unread-count{color:var(--primary-blue);font-size:12px;font-weight:500}.notification-list{max-height:320px;overflow-y:auto}.notification-item{border-bottom:1px solid var(--border-color);cursor:pointer;align-items:flex-start;gap:12px;padding:14px 18px;transition:background .2s;display:flex;position:relative}.notification-item:last-child{border-bottom:none}.notification-icon{background:var(--bg-card-lighter);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.notif-type-icon{width:18px;height:18px}.notif-type-icon.alert{stroke:#ff9500}.notif-type-icon.reminder{stroke:var(--primary-blue)}.notif-type-icon.mention{stroke:#af52de}.notif-type-icon.trade{stroke:var(--success)}.notification-content{flex:1;min-width:0}.notification-title{color:var(--text-white);margin-bottom:4px;font-size:13px;font-weight:500;display:block}.notification-content small{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.notification-dismiss{opacity:0;width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.notification-item:hover .notification-dismiss{opacity:1}.notification-dismiss:hover{color:var(--text-white);background:#ffffff14}.notification-dismiss svg{width:14px;height:14px}.notification-empty{text-align:center;color:var(--text-muted);padding:40px 20px}.notification-empty svg{opacity:.5;width:48px;height:48px;margin-bottom:12px}.notification-empty p{font-size:14px}.notification-footer{border-top:1px solid var(--border-color);background:#0003;gap:8px;padding:12px 18px;display:flex}.notification-footer .micro-btn{flex:1;padding:8px 12px;font-size:12px}.notification-footer .micro-btn.secondary{border:1px solid var(--border-color);background:0 0}.main-content{background-color:var(--bg-body);box-sizing:border-box;flex:1;padding:10px 16px;overflow:hidden auto}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track{background:0 0}.main-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.main-content::-webkit-scrollbar-thumb:hover{background:#ffffff26}.main-content{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent}.main-content>*{box-sizing:border-box;max-width:100%}.nav-pills{gap:10px;display:flex}.nav-pill{background-color:var(--bg-card-lighter);color:var(--text-gray);border-radius:20px;padding:8px 20px;font-size:14px;text-decoration:none;transition:all .2s}.nav-pill:hover,.nav-pill.active{color:var(--text-white);background-color:#2a2a2a}.setting-row{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:10px 0;font-size:13px;display:flex}.setting-row:last-child{border-bottom:none}.toggle-chip{border:1px solid var(--border-color);background:var(--bg-card-lighter);border-radius:999px;width:36px;height:20px;position:relative}.toggle-chip:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:left .2s;position:absolute;top:2px;left:2px}.toggle-chip.active{background:var(--primary-blue);border-color:var(--primary-blue)}.toggle-chip.active:after{left:calc(100% - 16px)}.avatar{border-radius:50%;width:40px;height:40px;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.user-info{flex-direction:column;display:flex}.user-name{font-size:14px;font-weight:600}.user-email{color:var(--text-gray);font-size:12px}.dashboard-grid{grid-template-rows:auto auto auto;grid-template-columns:380px 1fr;gap:25px;display:grid}.card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;padding:25px}.total-holding{background:linear-gradient(135deg,#1a1a1a 0%,#050505 100%);flex-direction:column;justify-content:space-between;min-height:220px;display:flex;position:relative;overflow:hidden}.total-holding:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.card-header{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex;position:relative}.card-title{color:var(--text-gray);font-size:16px;font-weight:500}.header-actions{gap:10px;display:flex}.circle-btn{width:32px;height:32px;color:var(--text-white);cursor:pointer;background:linear-gradient(145deg,#ffffff0f,#0000004d);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:background .2s,border-color .2s,transform .2s;display:flex;box-shadow:inset 0 1px #ffffff12,0 6px 12px #00000059}.circle-btn:hover{border-color:var(--primary-blue);background:linear-gradient(145deg,#0066ff59,#0066ff26);transform:translateY(-1px)}.holding-value{color:var(--text-white);z-index:1;margin-bottom:10px;font-size:42px;font-weight:700;position:relative}.holding-return{color:var(--success);z-index:1;align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex;position:relative}.holding-return svg{width:16px;height:16px}.my-portfolio{flex-direction:column;display:flex}.portfolio-cards{gap:15px;padding-bottom:5px;display:flex;overflow-x:auto}.portfolio-cards::-webkit-scrollbar{height:0}.stock-card{border:1px solid var(--border-color);background-color:#000;border-radius:16px;flex-direction:column;justify-content:space-between;min-width:180px;height:140px;padding:15px;display:flex;position:relative}.stock-card:before{content:"";border-radius:0 3px 3px 0;width:3px;position:absolute;top:20px;bottom:20px;left:0}.stock-card.positive:before{background-color:var(--success)}.stock-card.negative:before{background-color:var(--danger)}.stock-value{margin-bottom:5px;font-size:18px;font-weight:600}.stock-change{margin-bottom:auto;font-size:12px}.stock-change.positive{color:var(--success)}.stock-change.negative{color:var(--danger)}.stock-footer{justify-content:space-between;align-items:flex-end;display:flex}.stock-ident{flex-direction:column;gap:4px;display:flex}.stock-icon{color:var(--text-gray);font-size:16px}.stock-symbol{color:var(--text-gray);font-size:12px;font-weight:600}.stock-units{color:var(--text-muted);font-size:11px}.performance-chart{grid-column:1/-1;min-height:350px}.time-filters{border:1px solid var(--border-color);background-color:#000;border-radius:20px;gap:5px;padding:4px;display:flex}.time-filter{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:16px;padding:6px 16px;font-size:12px}.time-filter.active{background-color:var(--primary-blue);color:var(--text-white)}.bottom-section{grid-column:1/-1;grid-template-columns:2fr 1fr;gap:25px;display:grid}.table-controls{gap:10px;display:flex}.tab-pill{color:var(--text-gray);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:20px;padding:6px 16px;font-size:12px}.tab-pill.active{background-color:var(--primary-blue);color:var(--text-white);border-color:var(--primary-blue)}table{border-collapse:collapse;width:100%;margin-top:20px}th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding-bottom:15px;font-size:12px;font-weight:500}td{border-bottom:1px solid var(--border-color);vertical-align:middle;padding:15px 0;font-size:14px}tr:last-child td{border-bottom:none}.cell-stock{align-items:center;gap:12px;display:flex}.cell-icon{background-color:#1a1a1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.cell-symbol{font-weight:600}.sparkline{width:80px;height:30px}.watchlist-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:14px 0;display:flex}.watchlist-item:last-child{border-bottom:none}.calendar-wrapper{margin-top:10px}.calendar-head{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.calendar-month{font-size:16px;font-weight:600}.calendar-meta{color:var(--text-gray);font-size:12px}.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.calendar-grid.calendar-weekdays{margin-bottom:8px}.calendar-weekday{text-align:center;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:11px}.calendar-cell{background:var(--bg-card-lighter);border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:70px;padding:10px 8px;transition:border .2s,transform .2s;display:flex}.calendar-cell .day-number{color:var(--text-muted);font-size:12px}.calendar-cell .pnl-value{font-size:13px;font-weight:600}.calendar-cell.positive{background:linear-gradient(145deg,#2981eb1f,#0000);border-color:#2981eb73}.calendar-cell.negative{background:linear-gradient(145deg,#ff3d001f,#0000);border-color:#ff3d0073}.calendar-cell.neutral{border-color:#ffffff14}.calendar-cell.empty{opacity:.35;border-style:dashed}.calendar-cell:hover{border-color:var(--primary-blue);transform:translateY(-2px)}.calendar-legend{color:var(--text-muted);gap:14px;margin-top:18px;font-size:12px;display:flex}.calendar-legend span{align-items:center;gap:6px;display:flex}.legend-dot.pos{background:#00c853}.legend-dot.neg{background:#ff3d00}.legend-dot.flat{background:#666}.w-price{text-align:right;font-weight:600}.w-change{text-align:right;font-size:12px}.journal-sidebar{flex-direction:column;gap:20px;display:flex;overflow-y:auto}.journal-trade-list{flex-direction:column;gap:12px;max-height:65vh;padding-right:8px;display:flex;overflow-y:auto}.journal-trade-item{text-align:left;border:1px solid var(--border-color);cursor:pointer;background:linear-gradient(145deg,#1a1a1ce6,#0f0f10f2);border-radius:14px;flex-direction:column;gap:8px;width:100%;padding:14px 16px;transition:all .18s;display:flex}.journal-trade-item:hover{border-color:#ffffff1f;transform:translate(3px)}.journal-trade-item.active{border-color:var(--primary-blue);background:linear-gradient(145deg,#0066ff14,#0f0f10f2);box-shadow:0 12px 30px #0066ff26}.journal-trade-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.journal-trade-top .symbol{color:var(--text-white);font-size:15px;font-weight:700}.journal-trade-meta{color:var(--text-muted);align-items:center;gap:10px;font-size:12px;display:flex}.journal-trade-meta .price{font-variant-numeric:tabular-nums;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px}.journal-trade-meta .pnl{font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums;color:var(--success)}.journal-trade-meta .pnl.negative{color:#ef4444}.journal-trade-meta .pnl:has(+.negative){color:#ef4444}.journal-trade-date{color:var(--text-muted);font-size:11px}.pill{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.pill.success{color:#2981eb;background:#2981eb1f;border-color:#2981eb40}.pill.danger{color:#ef4444;background:#ef44441f;border-color:#ef444440}.pill.muted{color:#999;background:#ffffff0a;border-color:#ffffff14}.pill.checklist{border-style:dashed;justify-content:center}.journal-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.journal-trade-title{align-items:center;gap:10px;font-size:20px;font-weight:700;display:flex}.journal-trade-sub{color:var(--text-muted);align-items:center;gap:8px;font-size:12px;display:flex}.journal-trade-sub .divider{opacity:.5}.journal-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.journal-sections{flex-direction:column;gap:16px;display:flex}.journal-field{flex-direction:column;gap:8px;display:flex}.journal-field label{text-transform:uppercase;letter-spacing:.04em;color:#888;font-size:12px}.journal-field textarea,.journal-field input,.journal-field select{color:var(--text-white);background:#00000073;border:1px solid #ffffff14;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .15s}.journal-field textarea{resize:vertical;min-height:90px;line-height:1.5}.journal-field textarea:focus,.journal-field input:focus,.journal-field select:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #0066ff1f}.journal-split{grid-template-columns:1fr 1fr;gap:14px;display:grid}.journal-checklist .checklist-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}@media (max-width:1024px){.journal-grid{grid-template-columns:1fr;height:auto}.journal-split{grid-template-columns:1fr}.journal-trade-list{max-height:none}.journal-header{flex-direction:column;align-items:flex-start}.journal-actions{justify-content:flex-end;width:100%}}.journal-trade-card{background:var(--bg-card-lighter);border:1px solid var(--border-color);cursor:pointer;border-radius:16px;padding:18px;transition:all .2s}.journal-trade-card:hover{border-color:var(--primary-blue);transform:translate(4px)}.journal-trade-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.journal-symbol{font-size:16px;font-weight:600}.journal-pnl{font-size:14px;font-weight:600}.journal-trade-meta{color:var(--text-muted);gap:12px;font-size:12px;display:flex}.journal-main{flex-direction:column;gap:20px;display:flex;overflow-y:auto}.journal-detail-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;padding-bottom:20px;display:flex}.journal-detail-symbol{margin-bottom:8px;font-size:28px;font-weight:700}.journal-detail-pnl{font-size:24px;font-weight:700}.journal-stats-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-top:20px;display:grid}.journal-stat{background:var(--bg-card-lighter);border:1px solid var(--border-color);text-align:center;border-radius:14px;padding:16px}.journal-stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px;font-size:11px}.journal-stat-value{font-size:18px;font-weight:600}.journal-section{margin-top:10px}.journal-section-title{color:var(--text-gray);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.journal-section-title svg{width:16px;height:16px}.journal-notes-box{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:16px;min-height:120px;padding:20px}.journal-notes-box p{color:var(--text-gray);font-size:14px;line-height:1.7}.journal-notes-box.editable{cursor:text;transition:border-color .2s}.journal-notes-box.editable:hover{border-color:var(--primary-blue)}.journal-notes-box.editable:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 3px #0066ff1a}.journal-notes-textarea{width:100%;color:var(--text-white);resize:none;min-height:100px;font-size:14px;line-height:1.7;font-family:var(--font-family);background:0 0;border:none}.journal-notes-textarea:focus{outline:none}.journal-notes-textarea::placeholder{color:var(--text-muted)}.journal-tags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.journal-tag{color:var(--primary-blue);cursor:pointer;background:#0066ff26;border:1px solid #0066ff4d;border-radius:20px;padding:6px 14px;font-size:12px;transition:all .2s}.journal-tag:hover{background:#0066ff40}.journal-tag.add-tag{color:var(--text-muted);background:0 0;border-style:dashed}.journal-tag.emotion{color:#ffc107;background:#ffc10726;border-color:#ffc1074d}.journal-tag.strategy{color:#9c27b0;background:#9c27b026;border-color:#9c27b04d}.journal-tag.mistake{color:var(--danger);background:#ff3d0026;border-color:#ff3d004d}.journal-screenshots{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-top:12px;display:grid}.journal-screenshot{aspect-ratio:16/10;background:var(--bg-card-lighter);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.journal-screenshot:hover{border-color:var(--primary-blue);transform:scale(1.02)}.journal-screenshot img{object-fit:cover;width:100%;height:100%}.journal-screenshot.add-screenshot{color:var(--text-muted);border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.journal-screenshot.add-screenshot svg{width:24px;height:24px}.journal-checklist{flex-direction:column;gap:10px;display:flex}.journal-checklist-item{background:var(--bg-card-lighter);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;transition:all .2s;display:flex}.journal-checklist-item:hover{border-color:var(--primary-blue)}.journal-checklist-item.checked{border-color:var(--primary-blue);background:#2981eb14}.journal-checkbox{border:2px solid var(--border-color);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.journal-checklist-item.checked .journal-checkbox{background:var(--success);border-color:var(--success)}.journal-checkbox svg{stroke:#fff;opacity:0;width:12px;height:12px}.journal-checklist-item.checked .journal-checkbox svg{opacity:1}.journal-rating{gap:8px;margin-top:12px;display:flex}.journal-rating-star{background:var(--bg-card-lighter);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.journal-rating-star svg{fill:#0000;width:18px;height:18px;stroke:var(--text-muted)}.journal-rating-star:hover,.journal-rating-star.active{background:#ffc10726;border-color:#ffc107}.journal-rating-star.active svg{fill:#ffc107;stroke:#ffc107}.journal-empty-state{text-align:center;height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.journal-empty-state svg{opacity:.3;width:64px;height:64px;margin-bottom:20px}.journal-empty-state h3{color:var(--text-gray);margin-bottom:8px;font-size:18px}.journal-empty-state p{max-width:300px;font-size:14px}.journal-action-bar{border-top:1px solid var(--border-color);gap:10px;margin-top:20px;padding-top:20px;display:flex}.journal-action-bar .btn{flex:1}.modal{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.modal.active{display:flex}.modal-content{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;width:500px;padding:30px}.form-label{color:var(--text-gray);margin-bottom:8px;font-size:14px;display:block}.form-input{background:var(--bg-card-lighter);border:1px solid var(--border-color);color:#fff;border-radius:12px;width:100%;padding:12px}.btn{cursor:pointer;border:none;border-radius:12px;padding:12px 24px;font-weight:600}.btn-primary{background:var(--primary-blue);color:#fff;width:100%}.btn-secondary{color:var(--text-gray);background:0 0}.analysis-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:25px;display:grid}.stat-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;padding:20px;display:flex}.stat-label{color:var(--text-gray);margin-bottom:8px;font-size:12px}.stat-sub{margin-top:4px;font-size:12px}.community-grid{grid-template-columns:2fr 1fr;gap:25px;height:100%;display:grid}.feed-post{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;margin-bottom:20px;padding:20px}.post-header{align-items:center;gap:12px;margin-bottom:15px;display:flex}.post-avatar{border-radius:50%;width:40px;height:40px;overflow:hidden}.post-avatar img{object-fit:cover;width:100%;height:100%}.post-meta{flex-direction:column;display:flex}.post-author{color:var(--text-white);font-size:14px;font-weight:600}.post-time{color:var(--text-gray);font-size:12px}.post-content{color:#e0e0e0;margin-bottom:15px;font-size:14px;line-height:1.5}.post-tag{color:var(--primary-blue);cursor:pointer;font-weight:500}.post-actions{border-top:1px solid var(--border-color);gap:20px;padding-top:15px;display:flex}.action-btn{color:var(--text-gray);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:13px;transition:all .2s;display:flex}.action-btn:hover{color:var(--primary-blue)}.create-post-card{margin-bottom:25px}.create-input{background:var(--bg-card-lighter);border:1px solid var(--border-color);color:#fff;resize:none;width:100%;font-family:var(--font-family);border-radius:12px;margin-bottom:15px;padding:15px}.create-actions{justify-content:space-between;align-items:center;display:flex}.trending-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.trending-item:last-child{border-bottom:none}.trend-rank{color:var(--text-muted);width:20px;font-size:14px}.trend-info{flex:1;margin-left:10px}.trend-tag{font-size:14px;font-weight:600}.trend-posts{color:var(--text-gray);font-size:11px}.market-grid{grid-template-columns:2fr 1fr;gap:25px;display:grid}.news-section{flex-direction:column;gap:25px;display:flex}.news-card{border-bottom:1px solid var(--border-color);padding:18px 0}.news-card:last-child{border-bottom:none}.news-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--primary-blue);align-items:center;gap:6px;font-size:11px;display:inline-flex}.news-title{margin:8px 0;font-size:16px;font-weight:600}.news-summary{color:var(--text-gray);font-size:13px;line-height:1.5}.news-meta{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:12px;font-size:12px;display:flex}.market-sidebar .snapshot-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:14px 0;display:flex}.market-sidebar .snapshot-item:last-child{border-bottom:none}.snapshot-symbol{color:var(--text-muted);font-size:13px}.snapshot-price{font-size:18px;font-weight:600}.snapshot-change-positive{color:var(--success);font-size:12px}.snapshot-change-negative{color:var(--danger);font-size:12px}.micro-btn{border:1px solid var(--border-color);color:var(--text-gray);cursor:pointer;background-color:#ffffff0d;border-radius:999px;padding:6px 12px;font-size:12px}.profile-grid{grid-template-columns:1.5fr 1fr;gap:25px;display:grid}.support-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.support-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:20px}.support-card h4{margin-bottom:6px}.support-card p{color:var(--text-gray);font-size:13px;line-height:1.5}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.hidden{display:none!important}.auth-gate{background-color:var(--bg-body);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.cl-rootBox [data-testid=phone-input],.cl-formFieldInput[type=tel],.cl-phoneInput{display:none!important}.cl-card{background-color:var(--bg-card)!important;border:1px solid var(--border-color)!important;color:var(--text-white)!important;border-radius:24px!important}.cl-headerTitle{color:var(--text-white)!important}.cl-headerSubtitle,.cl-formFieldLabel{color:var(--text-gray)!important}.cl-formFieldInput{background-color:var(--bg-card-lighter)!important;border:1px solid var(--border-color)!important;color:var(--text-white)!important}.cl-formFieldInput:focus{border-color:var(--primary-blue)!important}.cl-alert{border-color:var(--danger)!important;color:var(--danger)!important;background-color:#ff3d001a!important}.cl-alert[data-testid*=phone]{display:none!important}.cl-alert:has([class*=phone]){display:none!important}[class*=phoneInput],[class*=phone-input]{display:none!important}.embedded-dashboard{width:100%;height:100vh;display:flex}.dashboard-grid-v2{flex-direction:column;gap:20px;padding-bottom:40px;display:flex}.dashboard-content-row{grid-template-columns:1.5fr 1fr;gap:20px;display:grid}.dashboard-col-left{flex-direction:column;gap:20px;display:flex}.dashboard-col-right{flex-direction:column;display:flex}.dashboard-loading,.trades-loading{height:300px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.stats-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.stat-card-v2{background:linear-gradient(145deg,#141414e6,#0a0a0af2);border:1px solid #ffffff0f;border-radius:16px;align-items:flex-start;gap:16px;padding:20px;transition:all .2s;display:flex}.stat-card-v2:hover{border-color:#ffffff1a;transform:translateY(-2px)}.stat-card-v2.primary{background:linear-gradient(135deg,#0066ff26,#003c961a);border-color:#0066ff4d}.stat-icon{background:#0066ff26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-icon svg{width:22px;height:22px;stroke:var(--primary-blue)}.stat-icon.unrealized{background:#ffc10726}.stat-icon.unrealized svg{stroke:#ffc107}.stat-icon.realized{background:#2981eb26}.stat-icon.realized svg{stroke:#2981eb}.stat-icon.winrate{background:#0066ff26}.stat-icon.winrate svg{stroke:#06f}.stat-content{flex-direction:column;gap:4px;display:flex}.stat-value.negative{color:#ef4444}.stat-sub{color:var(--text-muted);font-size:11px}.card-v2{background:#0f0f0ff2;border:1px solid #ffffff0f;border-radius:20px;padding:24px}.card-header-v2{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-title-group{align-items:center;gap:12px;display:flex}.card-v2 .card-title{color:var(--text-white);font-size:15px;font-weight:600}.live-indicator{color:#2981eb;text-transform:uppercase;letter-spacing:.05em;background:#2981eb26;border:1px solid #2981eb4d;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-flex}.live-dot{background:#2981eb;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-live}@keyframes pulse-live{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.positions-card{grid-column:auto}.positions-list{flex-direction:column;gap:10px;max-height:300px;padding-right:4px;display:flex;overflow-y:auto}.positions-list::-webkit-scrollbar{width:4px}.positions-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.position-row{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.position-row:hover{background:#ffffff0a;transform:translate(4px)}.position-row.positive{border-left:3px solid #2981eb}.position-row.negative{border-left:3px solid #ef4444}.position-info{flex-direction:column;gap:2px;display:flex}.position-symbol{color:var(--text-white);font-size:14px;font-weight:600}.position-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.separator{color:#ffffff1a}.position-pnl{font-size:14px;font-weight:600;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums;text-align:right}.position-pnl.positive{color:var(--success)}.position-pnl.negative{color:#ef4444}.empty-state-mini{text-align:center;color:var(--text-muted);background:#ffffff05;border:1px dashed #ffffff0f;border-radius:12px;padding:40px 20px;font-size:13px}.chart-card{flex-direction:column;height:100%;min-height:340px;display:flex}.chart-container{flex:1;min-height:240px;position:relative}.empty-state-chart{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.empty-state-chart svg{opacity:.3;width:48px;height:48px}.time-filters-v2{background:#0006;border:1px solid #ffffff0f;border-radius:10px;gap:4px;padding:4px;display:flex}.time-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:11px;font-weight:500;transition:all .15s}.time-btn:hover{color:var(--text-white)}.time-btn.active{background:var(--primary-blue);color:#fff}.calendar-card{min-height:380px}.calendar-month-label{color:var(--text-muted);font-size:12px}.calendar-v2{margin-top:10px}.calendar-weekdays-v2{grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:8px;display:grid}.calendar-weekdays-v2 .weekday{text-align:center;color:var(--text-muted);text-transform:uppercase;font-size:10px;font-weight:500}.calendar-days{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendar-day{aspect-ratio:1;background:#19191999;border:1px solid #ffffff0a;border-radius:10px;flex-direction:column;justify-content:space-between;padding:6px;transition:all .15s;display:flex}.calendar-day:hover:not(.empty){border-color:var(--primary-blue);transform:scale(1.05)}.calendar-day.empty{opacity:.3;background:0 0;border:1px dashed #ffffff0a}.calendar-day.profit{background:#2981eb1f;border-color:#2981eb4d}.calendar-day.loss{background:#ef44441f;border-color:#ef44444d}.calendar-day .day-num{color:var(--text-muted);font-size:10px}.calendar-day .day-pnl{font-size:9px;font-weight:600}.calendar-day.profit .day-pnl{color:#2981eb}.calendar-day.loss .day-pnl{color:#ef4444}.calendar-legend-v2{color:var(--text-muted);gap:16px;margin-top:16px;font-size:11px;display:flex}.legend-item{align-items:center;gap:6px;display:flex}.calendar-legend-v2 .legend-dot{border-radius:50%;width:8px;height:8px}.calendar-legend-v2 .legend-dot.profit{background:#2981eb}.calendar-legend-v2 .legend-dot.loss{background:#ef4444}.trades-container{flex-direction:column;gap:24px;display:flex}.trades-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.trades-header-left{flex-direction:column;gap:8px;display:flex}.trades-title{color:var(--text-white);font-size:24px;font-weight:700}.connection-status{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;display:flex}.connection-status .status-dot{border-radius:50%;width:8px;height:8px}.connection-status.connected .status-dot{background:#2981eb;box-shadow:0 0 8px #2981eb80}.connection-status.disconnected .status-dot{background:#6b7280}.connection-status.rate-limited .status-dot{background:#f59e0b;animation:2s infinite pulse;box-shadow:0 0 8px #f59e0b80}.connection-status.loading{color:var(--text-muted)}.connection-status.loading .loading-dot{background:#6b7280;animation:1.5s ease-in-out infinite loading-pulse}@keyframes loading-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.rate-limit-badge{color:#f59e0b;text-transform:uppercase;letter-spacing:.5px;background:#f59e0b33;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600}.connection-status.syncing .status-dot{background:#2981eb;animation:1.5s infinite pulse;box-shadow:0 0 8px #2981eb80}.sync-badge{color:#2981eb;text-transform:uppercase;letter-spacing:.5px;background:#2981eb26;border-radius:4px;align-items:center;gap:6px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.connection-status .last-sync{color:var(--text-muted);border-left:1px solid var(--border-color);margin-left:8px;padding-left:8px;font-size:11px}.trades-header-right{gap:10px;display:flex}.btn-v2{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.btn-v2 svg{width:16px;height:16px}.btn-v2.primary{color:#fff;background:linear-gradient(145deg,#0073ff 0%,#0052cc 100%);box-shadow:0 4px 12px #0066ff4d}.btn-v2.primary:hover{background:linear-gradient(145deg,#06f 0%,#0047b3 100%);transform:translateY(-1px);box-shadow:0 6px 20px #06f6}.btn-v2.primary:active{transform:translateY(0)}.btn-v2.secondary{color:var(--text-white);background:#ffffff0f;border:1px solid #ffffff1a}.btn-v2.secondary:hover{background:#ffffff1a}.btn-v2.ghost{color:#888;background:0 0;border:1px solid #ffffff1a}.btn-v2.ghost:hover{color:var(--text-white);background:#ffffff0f;border-color:#ffffff26}.btn-v2:disabled{opacity:.5;cursor:not-allowed}.btn-v2.full-width{width:100%}.btn-v2.danger{color:#fff;background:#ef4444}.btn-v2.danger:hover{background:#dc2626}.btn-v2.danger-ghost{color:#ef4444;background:0 0;border:1px solid #ef44444d}.btn-v2.danger-ghost:hover{background:#ef44441a;border-color:#ef4444}.btn-icon{cursor:pointer;opacity:.4;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:flex}.btn-icon svg{width:14px;height:14px}.btn-icon:hover{opacity:1}.btn-icon.delete{color:#ef4444}.btn-icon.delete:hover{background:#ef444426}.btn-icon:disabled{opacity:.3;cursor:not-allowed}.btn-spinner-small{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite spin}.action-cell{text-align:center;width:40px}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;justify-content:center;align-items:center;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-content{transform-origin:50%;background:linear-gradient(145deg,#1a1a1c 0%,#0f0f10 100%);border:1px solid #ffffff14;border-radius:20px;width:92%;max-width:520px;padding:28px;animation:.25s ease-out modalScaleIn;box-shadow:0 24px 80px #0009,inset 0 0 0 1px #ffffff0d}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-content h3{color:var(--text-white);letter-spacing:-.02em;margin-bottom:20px;font-size:20px;font-weight:600}.modal-content p{color:var(--text-muted);margin-bottom:24px;font-size:14px;line-height:1.5}.modal-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin}.connect-card{background:#0f0f0ff2;border:1px solid #ffffff0f;border-radius:20px;padding:28px}.connect-header{margin-bottom:24px}.connect-header h2{color:var(--text-white);margin-bottom:6px;font-size:18px;font-weight:600}.connect-header p{color:var(--text-muted);font-size:13px}.connect-form{flex-direction:column;gap:18px;display:flex}.connect-card-v2{background:linear-gradient(145deg,#121216fa,#0c0c0ffa);border:1px solid #ffffff0f;border-radius:20px;max-width:420px;margin:0 auto 24px;padding:32px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000004d,inset 0 0 0 1px #ffffff08}.connect-card-v2:before{content:"";background:linear-gradient(90deg,#0000,#0066ff4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.connect-close-btn{color:#fff6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.connect-close-btn:hover{color:#fffc;background:#ffffff14;border-color:#ffffff1a}.connect-card-header{text-align:center;margin-bottom:28px}.connect-icon{background:linear-gradient(135deg,#0066ff26,#0066ff0d);border:1px solid #06f3;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.connect-icon svg{color:#06f;width:26px;height:26px}.connect-card-header h2{color:#fff;letter-spacing:-.02em;margin:0 0 6px;font-size:20px;font-weight:600}.connect-card-header p{color:#ffffff80;margin:0;font-size:13px}.platform-toggle{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;margin-bottom:24px;padding:4px;display:flex;position:relative}.platform-btn{z-index:1;color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:10px 16px;font-size:13px;font-weight:600;transition:color .25s;position:relative}.platform-btn.active{color:#fff}.platform-btn:hover:not(.active){color:#ffffffb3}.platform-slider{background:linear-gradient(135deg,#06f,#0052cc);border-radius:8px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:4px;box-shadow:0 2px 8px #0066ff4d}.platform-slider.right{transform:translate(100%)}.connect-form-v2{flex-direction:column;gap:16px;display:flex}.form-field{flex-direction:column;gap:8px;display:flex}.form-field label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.form-field label svg{opacity:.6}.form-input{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:all .2s}.form-input::placeholder{color:#ffffff40}.form-input:hover{background:#ffffff0a;border-color:#ffffff1f}.form-input:focus{background:#0066ff0d;border-color:#0066ff80;box-shadow:0 0 0 3px #0066ff1a}.form-row-v2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.connect-error{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.4;display:flex}.connect-error svg{margin-top:1px}.connect-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f,#0052cc);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:8px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #0066ff40}.connect-btn:hover:not(:disabled){background:linear-gradient(135deg,#0073ff,#005ce6);transform:translateY(-1px);box-shadow:0 6px 20px #0066ff59}.connect-btn:active:not(:disabled){transform:translateY(0)}.connect-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.connect-spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.connect-footer{border-top:1px solid #ffffff0a;justify-content:center;margin-top:20px;padding-top:16px;display:flex}.connect-brokers{color:#ffffff59;align-items:center;gap:6px;font-size:12px;display:flex}.connect-brokers svg{color:#10b981}html[data-theme=light] .connect-card-v2{background:linear-gradient(145deg,#fff,#f8f9fa);border-color:#00000014;box-shadow:0 4px 24px #00000014,inset 0 0 0 1px #00000005}html[data-theme=light] .connect-card-v2:before{background:linear-gradient(90deg,#0000,#06f3,#0000)}html[data-theme=light] .connect-close-btn{color:#0006;background:#00000008;border-color:#0000000f}html[data-theme=light] .connect-close-btn:hover{color:#000000b3;background:#0000000f}html[data-theme=light] .connect-card-header h2{color:#1a1a1a}html[data-theme=light] .connect-card-header p{color:#00000080}html[data-theme=light] .platform-toggle{background:#00000008;border-color:#0000000f}html[data-theme=light] .platform-btn{color:#00000080}html[data-theme=light] .platform-btn.active{color:#fff}html[data-theme=light] .form-field label{color:#00000080}html[data-theme=light] .form-input{color:#1a1a1a;background:#00000005;border-color:#0000001a}html[data-theme=light] .form-input::placeholder{color:#0000004d}html[data-theme=light] .form-input:hover{background:#00000008;border-color:#00000026}html[data-theme=light] .form-input:focus{background:#0066ff05;border-color:#0066ff80}html[data-theme=light] .connect-footer{border-color:#0000000f}html[data-theme=light] .connect-brokers{color:#0006}@media (max-width:480px){.connect-card-v2{margin:0 0 20px;padding:24px 20px}.form-row-v2{grid-template-columns:1fr}.connect-card-header h2{font-size:18px}}.connect-overlay{z-index:10;-webkit-backdrop-filter:blur(3px);background:#0009;border-radius:16px;justify-content:center;align-items:center;animation:.3s overlayFadeIn;display:flex;position:absolute;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.connect-overlay .connect-card-v2{max-width:400px;margin:0;animation:.35s cubic-bezier(.16,1,.3,1) overlayCardSlide}@keyframes overlayCardSlide{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}html[data-theme=light] .connect-overlay{background:#f7f8fcb3}.connect-modal{z-index:1000;border-radius:0;inset:0;position:fixed!important}.connect-modal .connect-card-v2{max-width:420px}.section-trades{position:relative}.section-trades.has-overlay .trades-table-wrapper{min-height:400px}.section-trades.has-overlay .trades-table,.section-trades.has-overlay .pagination{opacity:.5;pointer-events:none}.form-group-v2{flex-direction:column;gap:8px;display:flex}.form-group-v2 label{color:#888;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:500}.form-group-v2 input,.form-group-v2 select,.form-group-v2 textarea{color:var(--text-white);background:#00000080;border:1px solid #ffffff1a;border-radius:12px;padding:14px 16px;font-family:inherit;font-size:14px;transition:all .2s}.form-group-v2 input:hover,.form-group-v2 select:hover,.form-group-v2 textarea:hover{border-color:#ffffff2e}.form-group-v2 input:focus,.form-group-v2 select:focus,.form-group-v2 textarea:focus{border-color:var(--primary-blue);background:#0009;outline:none;box-shadow:0 0 0 3px #0066ff26}.form-group-v2 input::placeholder,.form-group-v2 textarea::placeholder{color:#555}.form-group-v2 select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:44px}.form-group-v2 select option{color:var(--text-white);background:#1a1a1c;padding:12px}.form-group-v2 textarea{resize:vertical;min-height:80px;line-height:1.5}.form-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;padding:12px 16px;font-size:13px}.symbol-autocomplete,.symbol-autocomplete-input-wrapper{width:100%;position:relative}.symbol-autocomplete input{text-transform:uppercase;width:100%;padding-right:36px}.symbol-autocomplete-spinner{pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.symbol-autocomplete-spinner .spinner-ring{border:2px solid #ffffff1a;border-top-color:var(--primary-blue,#06f);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.symbol-autocomplete-dropdown{background:var(--bg-card-lighter,#1a1a1a);border:1px solid var(--border-color,#2a2d36);z-index:1000;border-radius:10px;max-height:280px;animation:.15s ease-out dropdownFadeIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 32px #00000080}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.symbol-autocomplete-dropdown::-webkit-scrollbar{width:6px}.symbol-autocomplete-dropdown::-webkit-scrollbar-track{background:0 0}.symbol-autocomplete-dropdown::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.symbol-autocomplete-item{cursor:pointer;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:10px 14px;transition:background .1s;display:flex}.symbol-autocomplete-item:last-child{border-bottom:none}.symbol-autocomplete-item:hover,.symbol-autocomplete-item.highlighted{background:#0066ff1a}.symbol-autocomplete-item-left{align-items:center;gap:10px;display:flex}.symbol-autocomplete-item .symbol-name{color:var(--text-white,#fff);font-size:14px;font-weight:600}.symbol-autocomplete-item .symbol-description{color:var(--text-muted,#888);font-size:12px}.symbol-autocomplete-item .symbol-contract-size{color:var(--text-muted,#666);white-space:nowrap;background:#ffffff0d;border-radius:4px;padding:3px 8px;font-size:11px}.symbol-autocomplete-empty{text-align:center;color:var(--text-muted,#888);padding:16px;font-size:13px}.symbol-autocomplete-skeleton{padding:4px 0}.symbol-autocomplete-skeleton .skeleton-item{justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.skeleton-line{background:linear-gradient(90deg,#ffffff0f 0%,#ffffff1f 50%,#ffffff0f 100%) 0 0/200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite shimmer}.skeleton-line.skeleton-symbol{width:80px;height:16px}.skeleton-line.skeleton-size{width:50px;height:14px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.symbol-autocomplete-loading-more{color:var(--text-muted,#888);border-top:1px solid #ffffff0a;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:12px;display:flex}.loading-dots{gap:3px;display:flex}.loading-dots span{background:var(--primary-blue,#06f);border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite both bounce}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}html[data-theme=light] .symbol-autocomplete-dropdown{background:#fff;border-color:#e5e7eb;box-shadow:0 8px 32px #0000001f}html[data-theme=light] .symbol-autocomplete-dropdown::-webkit-scrollbar-thumb{background:#0003}html[data-theme=light] .symbol-autocomplete-item{border-bottom-color:#0000000d}html[data-theme=light] .symbol-autocomplete-item:hover,html[data-theme=light] .symbol-autocomplete-item.highlighted{background:#0066ff14}html[data-theme=light] .symbol-autocomplete-item .symbol-contract-size{background:#0000000d}html[data-theme=light] .skeleton-line{background:linear-gradient(90deg,#0000000f 0%,#0000001f 50%,#0000000f 100%) 0 0/200% 100%}html[data-theme=light] .symbol-autocomplete-spinner .spinner-ring{border-color:#0000001a;border-top-color:var(--primary-blue,#06f)}.toast{border-radius:12px;align-items:center;gap:10px;padding:12px 18px;font-size:13px;animation:.2s slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.toast svg{flex-shrink:0;width:18px;height:18px}.toast.success{color:#2981eb;background:#2981eb1a;border:1px solid #2981eb4d}.toast.error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.toast.info{color:var(--primary-blue);background:#0066ff1a;border:1px solid #0066ff4d}.section-live,.section-trades{background:#0f0f0ff2;border:1px solid #ffffff0f;border-radius:20px;padding:24px}.section-live{background:linear-gradient(145deg,#2981eb0d,#0f0f0ff2);border-color:#2981eb33}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-header h2{color:var(--text-white);align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.section-count{color:var(--text-muted);font-size:12px}.live-badge{color:#2981eb;text-transform:uppercase;letter-spacing:.08em;background:#2981eb26;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.streamer-mode-badge{text-transform:uppercase;letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:20px;align-items:center;gap:6px;margin-right:8px;padding:6px 12px;font-size:10px;font-weight:700;animation:2s ease-in-out infinite streamer-pulse;display:flex;box-shadow:0 2px 8px #ef44444d}.streamer-mode-badge svg{width:14px;height:14px}.streamer-mode-badge.mobile{margin-right:6px;padding:4px 8px;font-size:0}.streamer-mode-badge.mobile svg{width:16px;height:16px}@keyframes streamer-pulse{0%,to{opacity:1;box-shadow:0 2px 8px #ef44444d}50%{opacity:.85;box-shadow:0 2px 16px #ef444480}}.trades-table-wrapper{overflow-x:auto}.trades-table{border-collapse:collapse;width:100%}.trades-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0f;padding:12px 16px;font-size:11px;font-weight:500}.trades-table td{color:var(--text-white);border-bottom:1px solid #ffffff0a;padding:14px 16px;font-size:13px}.trades-table tr:last-child td{border-bottom:none}.trades-table tr:hover td{background:#ffffff05}.trades-table .live-row td{background:#2981eb08}.trades-table .live-row:hover td{background:#2981eb0f}.symbol-cell{align-items:center;gap:10px;display:flex}.symbol-name{font-weight:600}.type-badge{border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.type-badge.long{color:#2981eb;background:#2981eb26}.type-badge.short{color:#ef4444;background:#ef444426}.price-cell{font-variant-numeric:tabular-nums;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px}.date-cell{color:var(--text-muted);font-size:12px}.pnl-value{font-weight:600;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums}.pnl-value.negative{color:#ef4444}.pnl-cell{flex-direction:column;gap:2px;display:flex}.swap-indicator{font-size:10px;font-weight:500;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums;opacity:1;background:#ffffff0d;border-radius:3px;padding:1px 4px}.swap-indicator.positive{color:var(--success)}.swap-indicator.negative{color:#f59e0b}.source-badge{border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.source-badge.synced,.source-badge.fortress{color:var(--primary-blue);background:#0066ff1f}.source-badge.manual{color:#8b5cf6;background:#8b5cf61f}.source-icon{font-size:12px}.empty-row{text-align:center}.empty-state-table{color:var(--text-muted);flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.empty-state-table svg{opacity:.3;width:40px;height:40px}.empty-state-subtext{color:#ffffff80;text-align:center;max-width:300px;margin-top:4px;font-size:12px;line-height:1.5}.empty-state-subtext.small{color:#ffffff59;margin-top:8px;font-size:11px}body.theme-light .empty-state-subtext,html[data-theme=light] .empty-state-subtext{color:#64748b}body.theme-light .empty-state-subtext.small,html[data-theme=light] .empty-state-subtext.small{color:#94a3b8}.section-header-left,.section-header-right{align-items:center;gap:12px;display:flex}.filter-toggle.has-filters{background:#0066ff1a;border-color:#06f6}.filter-toggle .filter-count{color:#06f;margin-left:4px;font-size:18px;line-height:1}.filters-panel{background:#0f0f12cc;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:16px;margin-bottom:20px;padding:20px;display:flex}.filters-row{flex-wrap:wrap;gap:24px;display:flex}.filter-buttons{flex-wrap:wrap;gap:6px;display:flex}.filter-btn{color:#888;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.filter-btn:hover{color:#fff;background:#ffffff14}.filter-btn.active{color:#06f;background:#0066ff26;border-color:#06f6}.filter-btn.profitable.active{color:#2981eb;background:#2981eb26;border-color:#2981eb66}.filter-btn.loss.active{color:#ef4444;background:#ef444426;border-color:#ef444466}.filter-btn.long.active{color:#2981eb;background:#2981eb26;border-color:#2981eb66}.filter-btn.short.active{color:#ef4444;background:#ef444426;border-color:#ef444466}.filter-group.time-filter .filter-buttons{flex-wrap:wrap}.filter-group.custom-dates{margin-left:auto}.date-inputs{align-items:center;gap:10px;display:flex}.date-inputs input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;outline:none;padding:8px 12px;font-size:12px}.date-inputs input:focus{border-color:#0066ff80}.date-inputs span{color:#666;font-size:12px}.filters-actions{border-top:1px solid #ffffff0a;justify-content:flex-end;padding-top:8px;display:flex}.clear-filters{color:#888!important;font-size:12px!important}.clear-filters:hover{color:#ef4444!important}.pagination{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;margin-top:20px;padding:20px 0 0;display:flex}.pagination-info{color:#666;font-size:13px}.pagination-controls{align-items:center;gap:4px;display:flex}.pagination-btn{color:#888;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.pagination-btn:hover:not(:disabled){color:#fff;background:#ffffff14}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.pagination-pages{gap:4px;margin:0 8px;display:flex}.pagination-page{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.pagination-page:hover{color:#fff;background:#ffffff14}.pagination-page.active{color:#fff;background:#06f;border-color:#06f}@media (max-width:768px){.section-header{flex-direction:column;align-items:flex-start;gap:16px}.section-header-right{flex-wrap:wrap;width:100%}.filters-row{flex-direction:column}.filter-group.custom-dates{margin-left:0}.pagination{flex-direction:column;gap:16px}.pagination-info{order:2}}@media (max-width:1200px){.stats-row{grid-template-columns:repeat(2,1fr)}.dashboard-grid-v2{grid-template-columns:1fr}}@media (max-width:768px){.stats-row,.form-row{grid-template-columns:1fr}.trades-header{flex-direction:column;align-items:stretch}.trades-header-right{flex-wrap:wrap}}.journal-grid{grid-template-columns:360px 1fr;gap:24px;height:calc(100vh - 140px);display:grid}.journal-sidebar{flex-direction:column;display:flex}.journal-sidebar-card{background:linear-gradient(145deg,#121214f2,#0a0a0cfa);border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;height:100%;padding:20px;display:flex;box-shadow:0 8px 32px #0000004d}.journal-sidebar-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.journal-sidebar-title{color:var(--text-white);font-size:16px;font-weight:600}.journal-entry-count{color:var(--primary-blue);background:#0066ff26;border:1px solid #0066ff4d;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:500}.journal-tabs{background:#0003;border-radius:12px;gap:4px;margin-bottom:16px;padding:4px;display:flex}.journal-tab{color:#666;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.journal-tab:hover{color:#888;background:#ffffff08}.journal-tab.active{color:var(--text-white);background:#ffffff0f}.tab-count{color:#888;background:#ffffff14;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:600}.journal-tab.active .tab-count{color:#06f;background:#06f3}.tab-count.journaled{color:#2981eb;background:#2981eb26}.tab-count.pending{color:#f59e0b;background:#f59e0b26}.journal-trade-list{flex-direction:column;flex:1;gap:10px;padding-right:4px;display:flex;overflow-y:auto}.journal-trade-list::-webkit-scrollbar{width:4px}.journal-trade-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.journal-empty-list{color:var(--text-muted);justify-content:center;align-items:center;padding:40px 20px;font-size:13px;display:flex}.journal-trade-card{cursor:pointer;text-align:left;background:#19191ccc;border:1px solid #ffffff0f;border-radius:14px;width:100%;padding:14px 16px;transition:all .2s}.journal-trade-card:hover{background:#1e1e23e6;border-color:#06f6;transform:translate(4px)}.journal-trade-card.selected{border-color:var(--primary-blue);background:linear-gradient(145deg,#0066ff1f,#00327814);box-shadow:0 0 20px #0066ff26,inset 0 0 0 1px #0066ff1a}.jtc-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.jtc-top .symbol-logo{margin-right:8px}.jtc-symbol{color:var(--text-white);margin-right:auto;font-size:15px;font-weight:600}.jtc-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600}.jtc-badge.journaled{color:#2981eb;background:#2981eb26}.jtc-badge.new{color:#888;background:#64646e4d}.jtc-badge.live{color:#2981eb;background:#2981eb26;align-items:center;gap:6px;display:inline-flex}.jtc-badge-pulse{background:#2981eb;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite pulse-live}.jtc-middle{align-items:center;gap:10px;margin-bottom:6px;display:flex}.jtc-type{font-size:12px;font-weight:500}.jtc-type.long{color:#2981eb}.jtc-type.short{color:#ef4444}.jtc-entry{color:var(--text-muted);font-size:12px}.jtc-pnl{font-size:13px;font-weight:600;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums}.jtc-pnl.positive{color:var(--success)}.jtc-pnl.negative{color:#ef4444}.jtc-date{color:#666;font-size:11px}.journal-main{flex-direction:column;min-height:0;display:flex}.journal-main-card{background:linear-gradient(145deg,#121214f2,#0a0a0cfa);border:1px solid #ffffff0f;border-radius:20px;height:100%;padding:28px;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.journal-chart-section{border-top:1px solid #ffffff0f;margin-top:32px;padding-top:24px}.trade-chart-container{background:linear-gradient(#0a0a0f 0%,#0d0d14 100%);border:1px solid #ffffff14;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 24px #0006,inset 0 1px #ffffff08}.trade-chart-container.expanded{z-index:1000;border-radius:20px;position:fixed;inset:20px}.trade-chart-header{background:#ffffff05;border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.trade-chart-header-left{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.trade-chart-symbol{align-items:center;gap:10px;display:flex}.trade-chart-icon{background:linear-gradient(135deg,#22c55e26,#22c55e0d);border:1px solid #22c55e33;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.trade-chart-icon svg{color:#2981eb;width:18px;height:18px}.trade-chart-symbol-emoji{background:#2981eb1a;border:1px solid #2981eb33;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;line-height:1;display:flex;position:relative}.trade-chart-symbol-emoji .symbol-emoji-primary{font-size:24px;line-height:1}.trade-chart-symbol-emoji.dual-flag{width:48px;height:40px}.trade-chart-symbol-emoji.dual-flag .symbol-emoji-primary{z-index:2;font-size:22px;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.trade-chart-symbol-emoji.dual-flag .symbol-emoji-secondary{z-index:1;opacity:.9;font-size:18px;position:absolute;bottom:4px;right:4px}.trade-chart-symbol-text{color:#fff;letter-spacing:.5px;font-size:18px;font-weight:700}.trade-chart-type{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.trade-chart-type.long{color:#2981eb;background:#22c55e1f;border:1px solid #22c55e40}.trade-chart-type.short{color:#ef4444;background:#ef44441f;border:1px solid #ef444440}.trade-chart-stats{align-items:center;gap:20px;display:flex}.trade-chart-stat{flex-direction:column;gap:2px;display:flex}.trade-chart-stat-label{text-transform:uppercase;letter-spacing:.5px;color:#94a3b8b3;font-size:10px;font-weight:500}.trade-chart-stat-value{font-variant-numeric:tabular-nums;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.trade-chart-stat-value.profit{color:#2981eb}.trade-chart-stat-value.loss{color:#ef4444}.trade-chart-header-right{align-items:center;gap:12px;display:flex}.trade-chart-timeframes{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:2px;padding:3px;display:flex}.trade-chart-tf-btn{color:#94a3b8cc;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.trade-chart-tf-btn:hover:not(:disabled){color:#e2e8f0;background:#ffffff0f}.trade-chart-tf-btn.active{color:#fff;background:linear-gradient(135deg,#06f,#0052cc);box-shadow:0 2px 8px #0066ff4d}.trade-chart-tf-btn:disabled{opacity:.5;cursor:not-allowed}.trade-chart-controls{align-items:center;gap:6px;display:flex}.trade-chart-control-btn{color:#94a3b8cc;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.trade-chart-control-btn:hover{color:#fff;background:#ffffff14;border-color:#ffffff26}.trade-chart-control-btn svg{width:16px;height:16px}.trade-chart-control-btn.highlighted{border-color:var(--primary-blue);animation:1s ease-in-out infinite highlightPulse;box-shadow:0 0 0 2px #2981eb4d}@keyframes highlightPulse{0%,to{box-shadow:0 0 0 2px #2981eb4d}50%{box-shadow:0 0 0 4px #2981eb80}}.fit-view-btn-container{position:relative}.fit-view-callout{background:var(--primary-blue);color:#fff;white-space:nowrap;z-index:100;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:500;animation:.5s ease-out calloutBounce;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 4px 12px #2981eb66}@keyframes calloutBounce{0%{opacity:0;transform:translateY(-8px)}60%{transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fit-view-callout-arrow{background:var(--primary-blue);width:12px;height:12px;position:absolute;top:-6px;right:12px;transform:rotate(45deg)}.fit-view-callout-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-size:16px;line-height:1;transition:color .2s}.fit-view-callout-close:hover{color:#fff}.trade-chart-body{background:#0a0a0f;height:360px;position:relative}.trade-chart-container.expanded .trade-chart-body{height:calc(100vh - 180px)}.trade-chart-surface{width:100%;height:100%;transition:opacity .3s}.trade-chart-surface.hidden{opacity:0}.chart-skeleton{background:#0a0a0f;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.chart-skeleton-bars{opacity:.15;justify-content:center;align-items:flex-end;gap:4px;display:flex;position:absolute;inset:20px}.chart-skeleton-bar{background:linear-gradient(#2981eb 0%,#2563eb 50%,#ef4444 100%);border-radius:2px;width:8px;animation:1.5s ease-in-out infinite skeletonPulse}@keyframes skeletonPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:.6;transform:scaleY(1.1)}}.chart-skeleton-overlay{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0fe6;border-radius:16px;flex-direction:column;align-items:center;gap:16px;padding:32px;display:flex;position:relative}.chart-skeleton-spinner{border:3px solid #0066ff26;border-top-color:#06f;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spinnerRotate}@keyframes spinnerRotate{to{transform:rotate(360deg)}}.chart-skeleton-overlay span{color:#94a3b8e6;letter-spacing:.3px;font-size:13px;font-weight:500}.chart-error-state{text-align:center;background:#0a0a0f;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:absolute;inset:0}.chart-error-icon{color:#94a3b84d;width:64px;height:64px;margin-bottom:20px}.chart-error-icon svg{width:100%;height:100%}.chart-error-title{color:#ffffffe6;margin-bottom:8px;font-size:16px;font-weight:600}.chart-error-message{color:#94a3b8b3;max-width:320px;margin-bottom:20px;font-size:13px;line-height:1.5}.chart-error-retry{color:#fff;cursor:pointer;background:#2981eb26;border:1px solid #2981eb4d;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .2s}.chart-error-retry:hover{background:#2981eb40;border-color:#2981eb80}.trade-chart-footer{background:#ffffff05;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.trade-chart-footer-left,.trade-chart-footer-right{align-items:center;gap:16px;display:flex}.trade-chart-powered{color:#94a3b880;align-items:center;gap:6px;font-size:11px;font-weight:500;display:flex}.trade-chart-powered svg{opacity:.6}.trade-chart-fallback{color:#f59e0bcc;background:#f59e0b1a;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;display:flex}.trade-chart-fallback svg{width:12px;height:12px}.trade-chart-timeframe-label{color:#94a3b899;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.pnl-popup{z-index:100;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ff2;border-radius:16px;padding:24px 40px;animation:.4s cubic-bezier(.34,1.56,.64,1) pnlPopupIn;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff1a}@keyframes pnlPopupIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.pnl-popup-header{text-transform:uppercase;letter-spacing:1px;color:#94a3b8b3;margin-bottom:8px;font-size:12px;font-weight:600}.pnl-popup-value{font-variant-numeric:tabular-nums;margin-bottom:4px;font-size:32px;font-weight:700}.pnl-popup.profit .pnl-popup-value{color:#22c55e;text-shadow:0 0 30px #22c55e66}.pnl-popup.loss .pnl-popup-value{color:#ef4444;text-shadow:0 0 30px #ef444466}.pnl-popup-label{font-size:13px;font-weight:500}.pnl-popup.profit .pnl-popup-label{color:#22c55ecc}.pnl-popup.loss .pnl-popup-label{color:#ef4444cc}.pnl-popup.profit{border:1px solid #22c55e4d}.pnl-popup.loss{border:1px solid #ef44444d}@media (max-width:768px){.trade-chart-header{padding:12px 16px}.trade-chart-header-left{gap:12px}.trade-chart-stats{display:none}.trade-chart-symbol-text{font-size:15px}.trade-chart-body{height:280px}.trade-chart-timeframes{overflow-x:auto}.trade-chart-tf-btn{padding:5px 10px;font-size:11px}}.journal-main-card::-webkit-scrollbar{width:6px}.journal-main-card::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:6px}.journal-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.journal-empty-icon{background:linear-gradient(145deg,#0066ff1a,#003c960d);border:1px solid #06f3;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;animation:3s ease-in-out infinite float;display:flex}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}}.journal-empty-icon svg{width:36px;height:36px;stroke:var(--primary-blue);opacity:.7}.journal-empty-state h3{color:var(--text-white);margin-bottom:8px;font-size:18px;font-weight:600}.journal-empty-state p{color:var(--text-muted);max-width:320px;font-size:14px;line-height:1.6}.journal-detail-header{z-index:10;background:linear-gradient(145deg,#121214fa,#0a0a0c);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;margin-top:-28px;margin-bottom:28px;padding-top:28px;padding-bottom:24px;transition:all .2s;display:flex;position:sticky;top:-28px}.journal-detail-header.compact{border-bottom:1px solid #ffffff0f;align-items:center;margin-bottom:8px;padding-top:8px;padding-bottom:8px}.journal-detail-header.compact .jdh-left{flex-direction:row;align-items:center;gap:10px}.journal-detail-header.compact .jdh-title-row{gap:6px}.journal-detail-header.compact .jdh-symbol{font-size:15px}.journal-detail-header.compact .jdh-outcome,.journal-detail-header.compact .ta-score-badge{padding:2px 6px;font-size:8px}.journal-detail-header.compact .jdh-meta{gap:4px;font-size:10px}.journal-detail-header.compact .jdh-type{padding:2px 6px;font-size:9px}.journal-detail-header.compact .jdh-actions{gap:4px}.journal-detail-header.compact .jdh-icon-btn{width:28px;height:28px}.journal-detail-header.compact .jdh-actions .btn-v2{padding:4px 10px;font-size:11px}.journal-detail-header.compact .jdh-hide-compact{display:none}.journal-detail-header.compact .jdh-right{transform-origin:100%;transform:scale(.8)}.journal-detail-header.compact .ta-pnl-display{gap:2px;padding:6px 12px}.journal-detail-header.compact .ta-pnl-label{font-size:9px}.journal-detail-header.compact .ta-pnl-value{font-size:16px}.jdh-left{flex-direction:column;gap:8px;transition:all .2s;display:flex}.jdh-title-row{align-items:center;gap:12px;transition:gap .2s;display:flex}.jdh-symbol{color:var(--text-white);letter-spacing:-.02em;font-size:26px;font-weight:700;transition:font-size .2s}.jdh-outcome{text-transform:uppercase;letter-spacing:.04em;border-radius:8px;padding:5px 12px;font-size:11px;font-weight:700;transition:all .2s}.jdh-outcome.winner{color:#2981eb;background:linear-gradient(135deg,#2981eb33,#2981eb1a);border:1px solid #2981eb4d}.jdh-outcome.loser{color:#ef4444;background:linear-gradient(135deg,#ef444433,#ef44441a);border:1px solid #ef44444d}.jdh-meta{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;display:flex}.jdh-type{font-weight:500}.jdh-type.long{color:#2981eb}.jdh-type.short{color:#ef4444}.jdh-sep{color:#444}.jdh-actions{align-items:center;gap:8px;display:flex}.jdh-icon-btn{width:36px;height:36px;color:var(--text-gray);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.jdh-icon-btn:hover{color:var(--text-white);background:#ffffff1a;border-color:#ffffff26}.jdh-icon-btn:disabled{opacity:.5;cursor:not-allowed}.jdh-actions .btn-v2.ghost{align-items:center;gap:6px;padding:8px 14px;font-size:13px;display:flex}.jdh-actions .btn-v2.primary{padding:8px 18px;font-size:13px}.journal-form-sections{flex-direction:column;gap:24px;display:flex}.jf-section{flex-direction:column;gap:10px;display:flex}.jf-section-full{width:100%}.jf-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.jf-label{color:#888;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.jf-label svg{width:16px;height:16px;stroke:var(--primary-blue);opacity:.7}.jf-rating-value{color:var(--primary-blue);background:#0066ff1a;border-radius:8px;margin-left:auto;padding:2px 10px;font-size:14px;font-weight:700}.jf-textarea,.jf-input{width:100%;color:var(--text-white);resize:none;background:#0006;border:1px solid #ffffff14;border-radius:14px;padding:16px;font-family:inherit;font-size:14px;transition:all .2s}.jf-textarea{min-height:120px}.jf-textarea-sm{min-height:90px}.jf-textarea:hover,.jf-input:hover{border-color:#ffffff26}.jf-textarea:focus,.jf-input:focus{border-color:var(--primary-blue);background:#00000080;outline:none;box-shadow:0 0 0 3px #0066ff1a}.jf-textarea::placeholder,.jf-input::placeholder{color:#555}.jf-slider-wrap{background:#0000004d;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}.jf-slider{appearance:none;cursor:pointer;background:linear-gradient(90deg,#ef444466 0%,#f59e0b66 30%,#2981eb66 70%,#2981eb99 100%);border-radius:8px;width:100%;height:8px}.jf-slider::-webkit-slider-thumb{appearance:none;cursor:grab;background:linear-gradient(145deg,#fff,#e0e0e0);border-radius:50%;width:22px;height:22px;transition:transform .15s;box-shadow:0 2px 8px #0000004d}.jf-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.jf-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(.95)}.jf-slider::-moz-range-thumb{cursor:grab;background:linear-gradient(145deg,#fff,#e0e0e0);border:none;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #0000004d}.jf-slider-labels{color:#666;justify-content:space-between;font-size:11px;display:flex}.jf-checklist-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;display:grid}.jf-checklist-item{cursor:pointer;background:#19191ccc;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex;position:relative}.jf-checklist-item:hover{background:#1e1e23e6;border-color:#06f6}.jf-checklist-item.checked{background:linear-gradient(145deg,#2981eb1f,#2981eb0f);border-color:#2981eb66}.jf-check-box{border:2px solid #ffffff26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex}.jf-checklist-item.checked .jf-check-box{background:#2981eb;border-color:#2981eb}.jf-check-box svg{stroke:#fff;width:12px;height:12px}.jf-check-label{color:var(--text-white);flex:1;font-size:13px}.jf-check-remove{color:#ef4444;cursor:pointer;opacity:0;background:#ef444433;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:14px;transition:opacity .2s;display:flex;position:absolute;top:8px;right:8px}.jf-checklist-item:hover .jf-check-remove{opacity:1}.jf-check-remove:hover{background:#ef444466}.jf-checklist-add{background:#0000004d;border:1px dashed #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;display:flex}.jf-checklist-add-input{color:var(--text-white);background:0 0;border:none;flex:1;font-size:13px}.jf-checklist-add-input:focus{outline:none}.jf-checklist-add-input::placeholder{color:#555}.jf-checklist-add-btn{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.jf-checklist-add-btn:hover{background:#0052cc;transform:scale(1.05)}.jf-checklist-add-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.jf-checklist-add-btn svg{width:14px;height:14px}.jf-screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.jf-screenshot-item{aspect-ratio:16/10;background:#0000004d;border:1px solid #ffffff0f;border-radius:12px;position:relative;overflow:hidden}.jf-screenshot-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.jf-screenshot-item:hover img{transform:scale(1.05)}.jf-screenshot-remove{color:#ef4444;cursor:pointer;opacity:0;background:#000000b3;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.jf-screenshot-item:hover .jf-screenshot-remove{opacity:1}.jf-screenshot-remove:hover{background:#ef44444d;border-color:#ef4444}.jf-screenshot-remove svg{width:14px;height:14px}.jf-screenshot-upload{aspect-ratio:16/10;cursor:pointer;color:#666;background:#0003;border:2px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:12px;transition:all .2s;display:flex}.jf-screenshot-upload:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#0066ff0d}.jf-screenshot-upload svg{width:24px;height:24px}@media (max-width:1024px){.journal-grid{grid-template-columns:1fr;height:auto}.journal-sidebar-card{height:auto;max-height:400px}.jf-row{grid-template-columns:1fr}}.analysis-container{flex-direction:column;gap:20px;display:flex}.analysis-loading{height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.analysis-header{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:16px;display:flex}.analysis-header-left{flex-direction:column;gap:6px;display:flex}.analysis-title{color:var(--text-white);letter-spacing:-.02em;align-items:center;gap:12px;font-size:24px;font-weight:700;display:flex}.analysis-title svg{width:28px;height:28px;stroke:var(--primary-blue)}.analysis-subtitle{color:#666;font-size:13px}.analysis-filters{flex-wrap:wrap;gap:16px;display:flex}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-group label{color:#555;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:600}.filter-pills{flex-wrap:wrap;gap:4px;display:flex}.filter-pill{color:#777;cursor:pointer;background:#19191ee6;border:1px solid #ffffff0d;border-radius:8px;padding:7px 12px;font-size:11px;font-weight:500;transition:all .2s}.filter-pill:hover{color:var(--text-white);background:#232328e6;border-color:#ffffff1f}.filter-pill.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff;box-shadow:0 2px 8px #0066ff4d}.filter-pill.winners.active{color:#2981eb;background:#2981eb33;border-color:#2981eb80;box-shadow:0 2px 8px #2981eb33}.filter-pill.losers.active{color:#ef4444;background:#ef444433;border-color:#ef444480;box-shadow:0 2px 8px #ef444433}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metric-card{background:linear-gradient(145deg,#121216f2,#0c0c0efa);border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:10px;padding:18px;transition:all .25s;display:flex;position:relative;overflow:hidden}.metric-card:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-blue),transparent);opacity:0;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.metric-card:hover{border-color:#ffffff1a;transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.metric-card:hover:before{opacity:1}.metric-card.primary{background:linear-gradient(145deg,#0066ff1a,#0032820f);border-color:#06f3}.metric-card.primary:before{opacity:1}.metric-icon{background:#0066ff1f;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.metric-icon svg{width:20px;height:20px;stroke:var(--primary-blue)}.metric-icon.winrate{background:#2981eb1f}.metric-icon.winrate svg{stroke:#2981eb}.metric-icon.profit-factor{background:#8b5cf61f}.metric-icon.profit-factor svg{stroke:#8b5cf6}.metric-icon.expectancy{background:#f59e0b1f}.metric-icon.expectancy svg{stroke:#f59e0b}.metric-content{flex-direction:column;gap:2px;display:flex}.metric-label{color:#666;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.metric-value{color:var(--text-white);letter-spacing:-.02em;font-size:26px;font-weight:700}.metric-value.positive{color:var(--success)}.metric-value.negative{color:#ef4444}.metric-detail{color:#555;font-size:11px}.metric-hint{color:#444;border-top:1px solid #ffffff0a;margin-top:auto;padding-top:8px;font-size:10px}.metric-progress{background:#ffffff0d;border-radius:4px;height:4px;margin-top:4px;overflow:hidden}.metric-progress-bar{background:linear-gradient(90deg,#2981eb,#60a5fa);border-radius:4px;height:100%;transition:width .5s}.analysis-two-col{grid-template-columns:340px 1fr;gap:14px;display:grid}.analysis-three-col{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.analysis-card,.quick-stats-card,.equity-card,.distribution-card,.recent-trades-card{background:linear-gradient(145deg,#101014f2,#0a0a0cfa);border:1px solid #ffffff0d;border-radius:16px;padding:20px}.section-title{color:var(--text-white);align-items:center;gap:10px;margin-bottom:4px;font-size:14px;font-weight:600;display:flex}.section-title svg{stroke:#666;width:18px;height:18px}.section-subtitle{color:#555;margin-bottom:16px;font-size:11px}.quick-stat{background:#19191e99;border:1px solid #ffffff0a;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.qs-label{color:#555;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:500}.equity-card .equity-chart{height:180px;margin-top:8px;position:relative}.equity-svg{width:100%;height:100%}.chart-empty-state{color:#444;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.chart-empty-state svg{opacity:.5;width:48px;height:48px}.chart-empty-state p{font-size:12px}.direction-comparison{flex-direction:column;gap:10px;display:flex}.direction-item{background:#19191e99;border:1px solid #ffffff0a;border-radius:12px;padding:14px}.direction-item.long{border-left:3px solid #2981eb}.direction-item.short{border-left:3px solid #ef4444}.direction-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.direction-icon{flex-shrink:0;width:28px;height:28px}.direction-item.long .direction-icon{color:#2981eb}.direction-item.short .direction-icon{color:#ef4444}.direction-name{color:var(--text-white);font-size:13px;font-weight:600}.direction-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.direction-stat{text-align:center}.ds-label{color:#555;text-transform:uppercase;margin-bottom:2px;font-size:9px;font-weight:500;display:block}.ds-value{color:var(--text-white);font-size:13px;font-weight:700}.ds-value.positive{color:var(--success)}.ds-value.negative{color:#ef4444}.day-bars{flex-direction:column;gap:8px;display:flex}.day-bar-item{align-items:center;gap:10px;display:flex}.day-name{color:#666;width:32px;font-size:11px;font-weight:600}.day-bar-track{background:#ffffff08;border-radius:6px;flex:1;height:22px;overflow:hidden}.day-bar-fill{border-radius:6px;min-width:2px;height:100%;transition:width .4s}.day-bar-fill.positive{background:linear-gradient(90deg,#2981eb,#2563eb)}.day-bar-fill.negative{background:linear-gradient(90deg,#ef4444,#dc2626)}.day-pnl{text-align:right;width:60px;font-size:11px;font-weight:600}.day-pnl.positive{color:var(--success)}.day-pnl.negative{color:#ef4444}.symbol-row{background:#19191e99;border:1px solid #ffffff0a;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;transition:all .2s;display:flex}.symbol-row:hover{background:#1e1e23b3;border-color:#ffffff14}.symbol-rank{color:#444;width:18px;font-size:11px;font-weight:700}.symbol-meta{color:#555;font-size:10px}.symbol-pnl{font-size:12px;font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums}.empty-list{text-align:center;color:#444;padding:24px;font-size:12px}.calendar-section{background:linear-gradient(145deg,#101014f2,#0a0a0cfa);border:1px solid #ffffff0d;border-radius:16px;padding:20px}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.calendar-nav{align-items:center;gap:10px;display:flex}.calendar-nav-btn{color:#666;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.calendar-nav-btn:hover{color:var(--text-white);background:#ffffff14}.calendar-nav-btn svg{width:16px;height:16px}.calendar-month-display{color:var(--text-white);text-align:center;min-width:130px;font-size:14px;font-weight:600}.calendar-grid-analysis{flex-direction:column;gap:6px;display:flex}.calendar-weekdays-row{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendar-weekday-label{text-align:center;color:#555;text-transform:uppercase;padding:6px;font-size:10px;font-weight:600}.calendar-days-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendar-day-cell{aspect-ratio:1.3;cursor:pointer;background:#16161a99;border:1px solid #ffffff08;border-radius:10px;flex-direction:column;justify-content:space-between;min-height:60px;padding:8px;transition:all .2s;display:flex}.calendar-day-cell:hover:not(.empty){z-index:1;transform:scale(1.03);box-shadow:0 4px 12px #0000004d}.calendar-day-cell.empty{opacity:.3;background:0 0;border:1px dashed #ffffff08}.calendar-day-cell.no-trade{background:#1a1a1e80}.calendar-day-cell.profit{background:linear-gradient(145deg,#2981eb1f,#2981eb0a);border-color:#2981eb40}.calendar-day-cell.loss{background:linear-gradient(145deg,#ef44441f,#ef44440a);border-color:#ef444440}.calendar-day-num{color:#777;font-size:11px;font-weight:500}.calendar-day-pnl{font-size:10px;font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums}.calendar-day-pnl.positive{color:var(--success)}.calendar-day-pnl.negative{color:#ef4444}.calendar-day-count{color:#555;font-size:9px}.calendar-legend{justify-content:center;gap:20px;margin-top:16px;display:flex}.calendar-content-split{grid-template-columns:1fr 1fr;gap:24px;margin-top:16px;display:grid}.calendar-grid-wrapper{flex-direction:column;display:flex}.calendar-grid-wrapper .calendar-legend{margin-top:12px}.calendar-day-cell.clickable{cursor:pointer}.calendar-day-cell.selected{box-shadow:0 0 12px #0066ff4d;border:2px solid #06f!important}.calendar-trade-panel{background:#121216cc;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;max-height:420px;display:flex}.trade-panel-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px;display:flex}.trade-panel-header h4{color:var(--text-white);align-items:center;gap:8px;margin:0;font-size:14px;font-weight:600;display:flex}.trade-panel-header h4 svg{color:#06f;width:16px;height:16px}.trade-panel-close{color:#666;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.trade-panel-close:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.trade-panel-close svg{width:14px;height:14px}.trade-panel-content{flex:1;padding:16px;overflow-y:auto}.trade-panel-empty{text-align:center;color:#555;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:200px;display:flex}.trade-panel-empty svg{opacity:.4;width:48px;height:48px;margin-bottom:12px}.trade-panel-empty p{max-width:180px;font-size:13px;line-height:1.5}.trade-panel-summary{border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;padding-bottom:16px;display:grid}.summary-stat{text-align:center}.summary-label{color:#555;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:500;display:block}.summary-value{font-size:14px;font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums;color:var(--text-white)}.summary-value.positive{color:var(--success)}.summary-value.negative{color:#ef4444}.trade-panel-list{flex-direction:column;gap:8px;display:flex}.trade-panel-item{background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;padding:12px;transition:all .2s;display:flex}.trade-panel-item:hover{background:#ffffff0a;border-color:#ffffff14}.trade-item-left{align-items:center;gap:10px;display:flex}.trade-item-type{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.trade-item-type.long{color:#2981eb;background:#2981eb26}.trade-item-type.short{color:#ef4444;background:#ef444426}.trade-item-info{flex-direction:column;gap:2px;display:flex}.trade-item-symbol{color:var(--text-white);font-size:13px;font-weight:600}.trade-item-meta{color:#666;font-size:11px}.trade-item-pnl{font-size:13px;font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums}.trade-item-pnl.positive{color:var(--success)}.trade-item-pnl.negative{color:#ef4444}.trade-panel-item.clickable{cursor:pointer}.trade-panel-item.clickable:hover{background:#2981eb14;border-color:#2981eb33;transform:translate(2px)}.trade-item-right{align-items:center;gap:8px;display:flex}.trade-item-arrow{color:#666;opacity:0;width:16px;height:16px;transition:all .2s;transform:translate(-4px)}.trade-panel-item.clickable:hover .trade-item-arrow{opacity:1;color:#2981eb;transform:translate(0)}@media (max-width:1200px){.calendar-content-split{grid-template-columns:1fr}.calendar-trade-panel{max-height:300px}}.legend-item{color:#666;align-items:center;gap:6px;font-size:11px;display:flex}.legend-dot.profit{background:linear-gradient(145deg,#2981eb80,#2981eb40);border:1px solid #2981eb66}.legend-dot.loss{background:linear-gradient(145deg,#ef444480,#ef444440);border:1px solid #ef444466}.legend-dot.no-trade{background:#28282d80;border:1px solid #ffffff14}.distribution-card{flex-direction:column;display:flex}.distribution-visual{flex-direction:column;gap:16px;margin-top:8px;display:flex}.distribution-bar{background:#19191e80;border-radius:10px;height:44px;display:flex;overflow:hidden}.distribution-fill{color:#fff;justify-content:center;align-items:center;min-width:40px;font-size:11px;font-weight:600;transition:width .5s;display:flex}.distribution-fill.wins{background:linear-gradient(90deg,#2981eb,#2563eb)}.distribution-fill.losses{background:linear-gradient(90deg,#dc2626,#ef4444)}.distribution-empty{color:#444;flex:1;justify-content:center;align-items:center;font-size:11px;display:flex}.distribution-breakdown{flex-direction:column;gap:10px;display:flex}.breakdown-item{align-items:center;gap:10px;display:flex}.breakdown-dot{border-radius:4px;width:10px;height:10px}.breakdown-dot.positive{background:#2981eb}.breakdown-dot.negative{background:#ef4444}.breakdown-dot.neutral{background:var(--primary-blue)}.breakdown-info{flex:1;justify-content:space-between;align-items:center;display:flex}.breakdown-label{color:#666;font-size:11px}.breakdown-value{font-size:13px;font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums}.breakdown-value.positive{color:var(--success)}.breakdown-value.negative{color:#ef4444}.recent-trades-list{flex-direction:column;gap:6px;max-height:280px;display:flex;overflow-y:auto}.recent-trade-row{background:#19191e80;border:1px solid #ffffff08;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;transition:all .2s;display:flex}.recent-trade-row:hover{background:#1e1e2399;border-color:#ffffff0f}.trade-type-badge{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.trade-type-badge.long{color:#2981eb;background:#2981eb26}.trade-type-badge.short{color:#ef4444;background:#ef444426}.trade-info{flex-direction:column;flex:1;gap:2px;display:flex}.trade-date{color:#555;font-size:10px}.trade-pnl{font-size:12px;font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums}.trade-pnl.positive{color:var(--success)}.trade-pnl.negative{color:#ef4444}@media (max-width:1400px){.metrics-grid{grid-template-columns:repeat(2,1fr)}.analysis-three-col{grid-template-columns:1fr 1fr}.analysis-three-col>:last-child{grid-column:1/-1}}@media (max-width:1024px){.analysis-two-col,.analysis-three-col{grid-template-columns:1fr}.analysis-header{flex-direction:column}}@media (max-width:768px){.metrics-grid{grid-template-columns:1fr}.filter-pills{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.quick-stats-grid{grid-template-columns:1fr}}.app-layout{background-color:var(--bg-body);height:100vh;display:flex;overflow:hidden}.sidebar-v3{background:linear-gradient(#0a0a0a 0%,#000 100%);border-right:1px solid #ffffff0f;flex-direction:column;width:280px;min-width:280px;height:100%;padding:20px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.sidebar-v3.collapsed{width:72px;min-width:72px;padding:18px 10px;overflow:visible}.sidebar-scrollable{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.sidebar-scrollable::-webkit-scrollbar{width:4px}.sidebar-scrollable::-webkit-scrollbar-track{background:0 0}.sidebar-scrollable::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.sidebar-scrollable::-webkit-scrollbar-thumb:hover{background:#fff3}html[data-theme=light] .sidebar-scrollable::-webkit-scrollbar-thumb{background:#0000001a}html[data-theme=light] .sidebar-scrollable::-webkit-scrollbar-thumb:hover{background:#0003}.sidebar-collapse-btn{color:#666;cursor:pointer;z-index:100;background:linear-gradient(135deg,#0d0d14 0%,#12121a 100%);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:80px;right:-14px;box-shadow:0 2px 8px #0006}.sidebar-collapse-btn:hover{color:#fff;background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);border-color:#0000;transform:scale(1.1);box-shadow:0 4px 20px #0066ff80,0 0 30px #00d4ff33}.sidebar-collapse-btn:active{transform:scale(.95)}.sidebar-collapse-btn svg{width:14px;height:14px;transition:transform .2s}.sidebar-collapse-btn:hover svg{transform:translate(-1px)}.sidebar-v3.collapsed .sidebar-collapse-btn{background:linear-gradient(135deg,#0d0d14 0%,#12121a 100%);border:1px solid #ffffff14;border-radius:10px;width:32px;height:32px;top:80px;right:-18px;box-shadow:0 4px 12px #00000080,0 0 0 1px #ffffff08}.sidebar-v3.collapsed .sidebar-collapse-btn:hover{background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);transform:scale(1.1);box-shadow:0 4px 20px #0066ff80,0 0 30px #00d4ff33}.sidebar-v3.collapsed .sidebar-collapse-btn:active{transform:scale(.95)}.sidebar-v3.collapsed .sidebar-collapse-btn svg{width:14px;height:14px}.sidebar-v3.collapsed .sidebar-collapse-btn:hover svg{transform:translate(1px)}.logo-v3{align-items:center;gap:12px;margin-bottom:24px;padding:8px 12px;display:flex}.logo-icon{background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.logo-icon svg{stroke:#fff;width:22px;height:22px}.logo-text{white-space:nowrap;letter-spacing:-.5px;font-size:22px;font-weight:800}.logo-text .trade{color:#fff}.logo-text .fx{background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.logo-text .book{color:#888;font-weight:600}.logo-accent{background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.beta-badge{letter-spacing:.5px;color:#000;text-transform:uppercase;background:linear-gradient(135deg,#f59e0b 0%,#f97316 100%);border-radius:4px;align-self:flex-start;margin-top:2px;margin-left:-4px;padding:3px 6px;font-size:9px;font-weight:700}.sidebar-v3.collapsed .beta-badge{display:none}.sidebar-v3.collapsed .logo-v3{justify-content:center;padding:8px}.user-card-v3{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:12px;margin-bottom:24px;padding:12px;transition:all .2s;display:flex}.user-card-v3:hover{background:#ffffff0d;border-color:#ffffff1a}.user-card-v3.clickable{cursor:pointer;text-align:left;width:100%}.user-card-v3.clickable:hover{background:#0066ff0d;border-color:#0066ff4d}.user-card-arrow{color:#555;width:16px;height:16px;margin-left:auto;transition:transform .2s,color .2s}.user-card-v3.clickable:hover .user-card-arrow{color:#06f;transform:translate(2px)}.user-avatar{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex;position:relative;overflow:hidden}.user-avatar img{object-fit:cover;border-radius:12px;width:100%;height:100%}.user-status-dot{background:#2981eb;border:2px solid #0a0a0a;border-radius:50%;width:10px;height:10px;position:absolute;bottom:2px;right:2px}.user-info{flex-direction:column;gap:2px;display:flex;overflow:hidden}.user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.user-email{color:#555;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.user-name-row{align-items:center;gap:8px;display:flex}.subscription-tier-badge{letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;transition:all .2s;display:inline-flex}.subscription-tier-badge .tier-icon{width:10px;height:10px}.subscription-tier-badge.free{color:#9ca3af;background:#6b728026;border:1px solid #6b728033}.subscription-tier-badge.pro{color:#60a5fa;background:linear-gradient(135deg,#2981eb26 0%,#2563eb33 100%);border:1px solid #2981eb4d;box-shadow:0 0 12px #2981eb26}.subscription-tier-badge.pro .tier-icon{filter:drop-shadow(0 0 3px #2981eb80)}.subscription-tier-badge.elite{color:#fbbf24;background:linear-gradient(135deg,#fbbf2426 0%,#f59e0b33 100%);border:1px solid #fbbf244d;box-shadow:0 0 12px #fbbf2433}.subscription-tier-badge.elite .tier-icon{filter:drop-shadow(0 0 3px #fbbf2499)}.sidebar-v3.collapsed .user-card-v3{justify-content:center;padding:8px}.sidebar-v3.collapsed .menu-text,.sidebar-v3.collapsed .menu-label,.sidebar-v3.collapsed .submenu,.sidebar-v3.collapsed .submenu-toggle,.sidebar-v3.collapsed .coming-soon-badge,.sidebar-v3.collapsed .active-indicator{display:none}.menu-section-v3{flex-direction:column;flex:1;gap:4px;display:flex}.menu-label{color:#444;letter-spacing:.1em;margin-bottom:8px;padding:0 12px;font-size:10px;font-weight:600}.menu-items{flex-direction:column;gap:4px;display:flex}.menu-item-v3{color:#888;border-radius:12px;flex-wrap:nowrap;align-items:center;gap:12px;height:44px;padding:0 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.menu-item-v3:hover{color:#fff;background:#ffffff0d}.menu-item-v3.coming-soon{opacity:1;cursor:pointer;position:relative}.menu-item-v3.coming-soon:hover{color:#fff;background:#ffffff0d}.menu-item-v3.active{color:#fff;background:linear-gradient(135deg,#06f3 0%,#00d4ff1a 100%)}.menu-item-v3 .coming-soon-badge,.sidebar-v3 .coming-soon-badge{color:#2981eb;letter-spacing:.3px;text-transform:uppercase;white-space:nowrap;background:#2981eb1a;border:1px solid #2981eb33;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:8px;font-weight:600;line-height:1;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.menu-item-v3.active:before{content:"";background:linear-gradient(#06f 0%,#00d4ff 100%);border-radius:0 3px 3px 0;width:3px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.menu-icon{flex-shrink:0;width:20px;height:20px}.menu-icon svg{width:100%;height:100%}.menu-text{white-space:nowrap}.active-indicator{background:#06f;border-radius:50%;width:6px;height:6px;position:absolute;right:14px;box-shadow:0 0 10px #06f}.sidebar-v3.collapsed .menu-item-v3{border-radius:14px;justify-content:center;align-items:center;gap:0;height:44px;padding:0}.sidebar-v3.collapsed .menu-item-v3.active:before{display:none}.sidebar-v3.collapsed .menu-item-v3.active{background:linear-gradient(135deg,#0066ff38 0%,#00d4ff1f 100%);box-shadow:0 10px 30px #0066ff24,inset 0 0 0 1px #ffffff0f}.sidebar-v3.collapsed .menu-item-v3.has-submenu{padding:0!important}.sidebar-v3.collapsed .menu-item-v3.has-submenu .menu-item-main{border-radius:14px;justify-content:center;align-items:center;gap:0;width:100%;height:44px;padding:0;display:flex}.sidebar-bottom-v3{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:16px}.bottom-items{flex-direction:column;gap:2px;display:flex}.bottom-item-v3{color:#666;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.bottom-item-v3:hover{color:#fff;background:#ffffff0d}.sidebar-v3.collapsed .bottom-item-v3{border-radius:14px;justify-content:center;gap:0;height:44px;padding:0}.coming-soon-menu-wrapper{margin:12px 8px}.coming-soon-menu-btn{cursor:pointer;background:linear-gradient(135deg,#2981eb1a 0%,#2563eb0d 100%);border:1px solid #2981eb33;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:all .3s;display:flex;position:relative;overflow:hidden}.coming-soon-menu-btn:before{content:"";background:linear-gradient(90deg,#0000,#2981eb80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.coming-soon-menu-btn:hover{background:linear-gradient(135deg,#2981eb26 0%,#2563eb1a 100%);border-color:#2981eb59;transform:translateY(-1px)}.coming-soon-menu-btn.active{background:linear-gradient(135deg,#2981eb33 0%,#2563eb26 100%);border-color:#2981eb66}.coming-soon-menu-icon{color:#2981eb;justify-content:center;align-items:center;width:20px;height:20px;animation:8s linear infinite spin-slow;display:flex}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.coming-soon-menu-icon svg{width:100%;height:100%}.coming-soon-menu-text{color:#2981eb;text-align:left;flex:1;font-size:13px;font-weight:600}.coming-soon-menu-badge{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#2981eb,#2563eb);border-radius:6px;padding:3px 8px;font-size:9px;font-weight:700;box-shadow:0 2px 8px #2981eb66}.sidebar-v3.collapsed .coming-soon-menu-wrapper{margin:12px 4px}.sidebar-v3.collapsed .coming-soon-menu-btn{justify-content:center;padding:12px}.main-content{background:var(--bg-body);flex-direction:column;flex:1;display:flex;overflow:hidden}.view-container{flex:1;padding:24px;overflow-y:auto}.view-container::-webkit-scrollbar{width:8px}.view-container::-webkit-scrollbar-track{background:0 0}.view-container::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.view-container::-webkit-scrollbar-thumb:hover{background:#ffffff26}html[data-theme=light] .view-container{background:0 0}html[data-theme=light] .view-container::-webkit-scrollbar-thumb{background:#00000026}html[data-theme=light] .view-container::-webkit-scrollbar-thumb:hover{background:#00000040}.main-content.community-view{overscroll-behavior:contain;position:relative;padding:0!important;overflow:hidden!important}.view-container.community-view{overscroll-behavior:contain;height:100%;position:relative;padding:0!important;overflow:hidden!important}.community-servers-layout{overscroll-behavior:contain;position:relative}.dashboard-v3{flex-direction:column;gap:24px;width:100%;max-width:1800px;margin:0 auto;display:flex}.dashboard-loading-v3{flex-direction:column;justify-content:center;align-items:center;gap:24px;height:400px;display:flex}.loading-pulse{width:60px;height:60px;position:relative}.pulse-ring{border:2px solid #0066ff4d;border-radius:50%;animation:1.5s ease-out infinite pulseRing;position:absolute;inset:0}.pulse-core{background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);border-radius:50%;animation:1.5s ease-in-out infinite pulseCore;position:absolute;inset:15px}@keyframes pulseRing{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}@keyframes pulseCore{0%,to{transform:scale(1)}50%{transform:scale(.9)}}.dashboard-loading-v3 p{color:#555;font-size:14px}.dashboard-loading-skeleton{animation:.2s ease-out fadeIn}@keyframes dashboard-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-text{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:6px;animation:1.5s ease-in-out infinite dashboard-shimmer}.skeleton-circle{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite dashboard-shimmer}.skeleton-card{background:linear-gradient(145deg,#0f0f0fe6 0%,#050505f2 100%);border:1px solid #ffffff0f}.skeleton-card .skeleton-icon{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:12px;width:40px;height:40px;animation:1.5s ease-in-out infinite dashboard-shimmer}.skeleton-card .skeleton-label{width:80px;height:14px;margin-bottom:8px}.skeleton-card .skeleton-value{width:120px;height:28px}.skeleton-card .skeleton-sub{width:100px;height:12px;margin-top:12px}.skeleton-chart-card{background:linear-gradient(145deg,#0f0f0fe6 0%,#050505f2 100%);border:1px solid #ffffff0f;border-radius:20px;padding:24px}.skeleton-chart-area{background:linear-gradient(90deg,#ffffff05 25%,#ffffff0d 50%,#ffffff05 75%) 0 0/200% 100%;border-radius:12px;width:100%;height:280px;animation:1.5s ease-in-out infinite dashboard-shimmer;position:relative;overflow:hidden}.skeleton-chart-area:before{content:"";background:linear-gradient(#0000 0%,#0066ff08 100%);border-radius:0 0 12px 12px;height:60%;position:absolute;bottom:0;left:0;right:0}.skeleton-position{background:#ffffff05!important;border:1px solid #ffffff0a!important}.skeleton-activity{opacity:.6}.skeleton-day{animation:1.5s ease-in-out infinite dashboard-shimmer;background:#ffffff05!important}.skeleton-symbol{padding:12px 0}html[data-theme=light] .skeleton-text,html[data-theme=light] .skeleton-circle{background:linear-gradient(90deg,#0000000a 25%,#00000014 50%,#0000000a 75%) 0 0/200% 100%}html[data-theme=light] .skeleton-card{background:linear-gradient(145deg,#ffffffe6 0%,#f5f5f5f2 100%);border-color:#0000000f}html[data-theme=light] .skeleton-card .skeleton-icon{background:linear-gradient(90deg,#0000000a 25%,#00000014 50%,#0000000a 75%) 0 0/200% 100%}html[data-theme=light] .skeleton-chart-card{background:linear-gradient(145deg,#ffffffe6 0%,#f5f5f5f2 100%);border-color:#0000000f}html[data-theme=light] .skeleton-chart-area{background:linear-gradient(90deg,#00000005 25%,#0000000d 50%,#00000005 75%) 0 0/200% 100%}html[data-theme=light] .skeleton-chart-area:before{background:linear-gradient(#0000 0%,#0066ff05 100%)}html[data-theme=light] .skeleton-position{background:#00000005!important;border-color:#0000000a!important}html[data-theme=light] .skeleton-day{background:#00000005!important}.stats-grid-v3{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card-v3{background:linear-gradient(145deg,#0f0f0fe6 0%,#050505f2 100%);border:1px solid #ffffff0f;border-radius:20px;padding:24px;transition:all .3s;position:relative;overflow:hidden}.stat-card-v3:hover{border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.stat-card-v3.primary{background:linear-gradient(145deg,#0066ff1f 0%,#00286414 100%);border-color:#0066ff40}.stat-card-v3.primary:hover{border-color:#06f6;box-shadow:0 20px 40px #0066ff26}.stat-glow{pointer-events:none;background:radial-gradient(circle,#0066ff26 0%,#0000 70%);width:150px;height:150px;position:absolute;top:-50%;right:-50%}.stat-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.stat-icon-wrap{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon-wrap svg{width:24px;height:24px}.stat-icon-wrap.gradient-blue{color:#08f;background:linear-gradient(135deg,#06f3 0%,#00d4ff1a 100%)}.stat-icon-wrap.gradient-yellow{color:#ffc107;background:linear-gradient(135deg,#ffc10733 0%,#ff98001a 100%)}.stat-icon-wrap.gradient-green{color:var(--success);background:linear-gradient(135deg,#2981eb33 0%,#2981eb1a 100%)}.stat-icon-wrap.gradient-purple{color:#06f;background:linear-gradient(135deg,#06f3 0%,#00aaff1a 100%)}.stat-badge{color:#08f;text-transform:uppercase;letter-spacing:.05em;background:#0066ff26;border:1px solid #0066ff4d;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:600}.stat-body{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.stat-label-v3{color:#555;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:500}.stat-value-v3{color:#fff;font-size:28px;font-weight:700;line-height:1.2}.stat-value-v3.positive{color:var(--success)}.stat-value-v3.negative{color:#ef4444}.stat-footer{align-items:center;display:flex}.stat-change{color:#666;align-items:center;gap:4px;font-size:12px;display:flex}.stat-change svg{width:14px;height:14px}.stat-change.positive{color:var(--success)}.stat-sub-v3{color:#555;font-size:12px}.win-rate-bar{background:#ffffff0f;border-radius:3px;width:100%;height:6px;overflow:hidden}.win-rate-fill{background:linear-gradient(90deg,#06f 0%,#0af 100%);border-radius:3px;height:100%;transition:width .5s}.dashboard-main-v3{grid-template-columns:1.6fr 1fr;align-items:start;gap:24px;display:grid}.dashboard-left-v3{flex-direction:column;gap:24px;display:flex}.dashboard-right-v3{flex-direction:column;align-self:start;gap:24px;display:flex}.dashboard-bottom-v3{grid-template-columns:1fr 1fr;align-items:start;gap:24px;margin-top:24px;display:grid}.card-v3{background:linear-gradient(145deg,#0c0c0cf2 0%,#050505fa 100%);border:1px solid #ffffff0f;border-radius:20px;padding:24px;transition:all .3s}.card-v3:hover{border-color:#ffffff14}.card-header-v3{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-title-section{flex-direction:column;gap:4px;display:flex}.card-title-v3{color:#fff;font-size:16px;font-weight:600}.card-subtitle-v3{color:#555;font-size:12px}.chart-card-v3{min-height:400px}.chart-wrapper-v3{height:300px;position:relative}.time-filters-v3{background:#0006;border:1px solid #ffffff0f;border-radius:12px;gap:4px;padding:4px;display:flex}.time-btn-v3{color:#555;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .2s}.time-btn-v3:hover{color:#fff}.time-btn-v3.active{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);box-shadow:0 4px 12px #0066ff4d}.performance-chart-card{background:linear-gradient(165deg,#0c0c0ef2 0%,#060608fa 100%);border:1px solid #ffffff0f;border-radius:24px;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.performance-chart-card:before{display:none}.performance-chart-card.positive-trend,.performance-chart-card.negative-trend{border-color:#ffffff0f}.performance-chart-header{z-index:2;justify-content:space-between;align-items:flex-start;gap:24px;padding:28px 32px 20px;display:flex;position:relative}.performance-info{flex-direction:column;gap:8px;display:flex}.performance-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.performance-label svg{opacity:.6;width:16px;height:16px}.performance-label .live-badge.chart-live{color:#2981eb;background:#2981eb26;border:1px solid #2981eb4d;border-radius:10px;margin-left:4px;padding:2px 8px;font-size:9px}.performance-label .live-badge.chart-live .live-pulse{background:#2981eb;width:5px;height:5px}.performance-value-row{align-items:baseline;gap:16px;display:flex}.performance-value{font-size:38px;font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;letter-spacing:-.025em;color:#ffffffe6;font-variant-numeric:tabular-nums;white-space:nowrap;line-height:1;transition:all .4s}.performance-value.size-md{font-size:32px}.performance-value.size-sm{font-size:28px}.performance-value.size-xs{font-size:24px}.performance-value.positive{color:var(--success)}.performance-value.negative{color:#ef4444}.performance-change{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:24px;align-items:center;gap:4px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex}.performance-change svg{width:14px;height:14px}.performance-change.positive{color:#2981eb;background:linear-gradient(135deg,#2981eb33,#2981eb1a);border:1px solid #2981eb40;box-shadow:0 2px 12px #2981eb26}.performance-change.negative{color:#ef4444;background:linear-gradient(135deg,#ef444433,#ef44441a);border:1px solid #ef444440;box-shadow:0 2px 12px #ef444426}.time-range-selector{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;gap:0;padding:4px;display:flex;position:relative;overflow:hidden}.time-range-btn{color:#ffffff80;cursor:pointer;z-index:2;text-align:center;background:0 0;border:none;border-radius:6px;flex:1;padding:6px 14px;font-size:12px;font-weight:500;transition:color .15s;position:relative}.time-range-btn:hover:not(.active){color:#fffc}.time-range-btn.active{color:#fff}.time-range-indicator{z-index:1;background:#ffffff1a;border-radius:6px;width:calc(20% - 1.6px);height:calc(100% - 8px);transition:transform .2s ease-out;position:absolute;top:4px;left:4px}.performance-chart-body{height:320px;padding:0 16px 24px;position:relative}.performance-chart-body.chart-transitioning{opacity:.6;transition:opacity .15s ease-out}.performance-chart-body:not(.chart-transitioning){opacity:1;transition:opacity .3s ease-out}.chart-canvas-wrapper{background:0 0;border-radius:16px;height:100%;position:relative}.chart-canvas-wrapper:before{display:none}.chart-canvas-wrapper canvas{z-index:1;position:relative;width:100%!important;height:100%!important}.cumulative-pnl-chart{cursor:pointer;width:100%;height:100%;min-height:280px;position:relative}.cumulative-pnl-chart canvas{width:100%;height:100%;display:block}.chart-tooltip{box-sizing:border-box;text-align:left;z-index:1000;pointer-events:none;-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f0f12fa 0%,#0a0a0cfa 100%);border:1px solid #ffffff14;border-radius:16px;min-width:140px;padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;animation:.12s cubic-bezier(.16,1,.3,1) tooltipFadeIn;position:absolute;box-shadow:0 4px 24px #0006,inset 0 0 0 1px #ffffff0a,inset 0 1px #ffffff0f}.chart-tooltip.profit-theme{border-color:#2981eb33;box-shadow:0 4px 24px #0006,inset 0 0 0 1px #2981eb14,0 0 30px -10px #2981eb33}.chart-tooltip.loss-theme{border-color:#ef444433;box-shadow:0 4px 24px #0006,inset 0 0 0 1px #ef444414,0 0 30px -10px #ef444433}.chart-tooltip.neutral-theme{border-color:#9ca3af33;box-shadow:0 4px 24px #0006,inset 0 0 0 1px #9ca3af14,0 0 30px -10px #9ca3af26}@keyframes tooltipFadeIn{0%{opacity:0;transform:scale(.96)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}.chart-tooltip-date{color:#ffffff80;letter-spacing:.03em;margin-bottom:8px;font-size:11px;font-weight:500}.chart-tooltip-value{letter-spacing:-.03em;margin-bottom:6px;font-size:24px;font-weight:700;line-height:1}.chart-tooltip-value.profit{color:#2981eb;text-shadow:0 0 20px #2981eb66}.chart-tooltip-value.loss{color:#ef4444;text-shadow:0 0 20px #ef444466}.chart-tooltip-value.neutral{color:#9ca3af;text-shadow:0 0 20px #9ca3af4d}.chart-tooltip-label{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:600}.chart-canvas-wrapper .cumulative-pnl-chart{position:absolute;inset:0}.chart-canvas-wrapper .cumulative-pnl-chart canvas{transition:opacity .15s ease-out}.performance-chart-card.positive-trend .chart-canvas-wrapper,.performance-chart-card.negative-trend .chart-canvas-wrapper{box-shadow:none}.chart-canvas-wrapper{background:0 0}.chart-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.empty-chart-icon{color:#ffffff26;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.empty-chart-icon svg{width:100%;height:100%}.chart-empty-state h4{color:#fff6;margin:0;font-size:16px;font-weight:600}.chart-empty-state p{color:#ffffff40;max-width:240px;margin:0;font-size:13px;line-height:1.5}@media (max-width:768px){.performance-chart-header{flex-direction:column;gap:16px;padding:20px}.performance-value{font-size:28px}.performance-value.size-md{font-size:24px}.performance-value.size-sm{font-size:22px}.performance-value.size-xs{font-size:20px}.time-range-selector{width:100%}.time-range-btn{padding:6px 8px}.time-range-indicator{width:calc(20% - 1.6px)}.performance-chart-body{height:250px;padding:0 16px 20px}.chart-tooltip{border-radius:12px;min-width:120px;padding:12px 16px}.chart-tooltip-value{font-size:20px}.chart-tooltip-date{margin-bottom:6px;font-size:10px}.chart-tooltip-label{font-size:8px}}.empty-state-v3{color:#444;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;min-height:200px;display:flex}.empty-state-v3.compact{background:#ffffff05;border:1px dashed #ffffff14;border-radius:12px;min-height:120px;padding:24px}.empty-state-v3 svg{opacity:.3;width:48px;height:48px}.empty-state-v3 span{font-size:14px;font-weight:500}.empty-state-v3 p{color:#333;font-size:12px}.empty-icon{background:#ffffff08;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.positions-card-v3 .card-header-v3{align-items:center}.positions-title-row{justify-content:space-between;align-items:center;gap:12px;width:100%;flex-direction:row!important}.positions-title-row .card-title-v3{margin:0}.positions-title-row .positions-total{margin-left:auto}.live-badge{color:var(--success);letter-spacing:.08em;background:#2981eb1a;border:1px solid #2981eb40;border-radius:20px;align-items:center;gap:8px;margin-left:12px;padding:6px 12px;font-size:10px;font-weight:700;display:inline-flex}.live-pulse{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.live-badge.streaming{color:#10b981;background:#10b98126;border-color:#10b98159}.live-badge.streaming .live-pulse{background:#10b981}.live-badge.live-blue{color:#2981eb;background:#2981eb26;border-color:#2981eb59}.live-badge.live-blue .live-pulse,.live-pulse.blue{background:#2981eb}.streaming-indicator{color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:12px;align-items:center;gap:6px;margin-right:12px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.streaming-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite streamingPulse}@keyframes streamingPulse{0%,to{opacity:1;box-shadow:0 0 #10b98166}50%{opacity:.8;box-shadow:0 0 0 4px #10b98100}}.pnl-value.streaming{transition:color .2s}.positions-total{color:#666;font-size:13px}.positions-total span{font-weight:600}.positions-total span.positive{color:var(--success)}.positions-total span.negative{color:#ef4444}.positions-grid-v3{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.position-card-v3{background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;padding:16px;transition:all .2s}.position-card-v3:hover{background:#ffffff0a;transform:translateY(-2px)}.position-card-v3.positive{border-left:3px solid var(--success)}.position-card-v3.negative{border-left:3px solid #ef4444}.position-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.position-symbol-v3{color:#fff;font-size:14px;font-weight:700}.position-type{text-transform:uppercase;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600}.position-type.long{color:var(--success);background:#2981eb26}.position-type.short{color:#ef4444;background:#ff6b6b26}.position-details{gap:16px;margin-bottom:12px;display:flex}.position-stat{flex-direction:column;gap:2px;display:flex}.position-stat .label{color:#444;text-transform:uppercase;font-size:10px}.position-stat .value{color:#888;font-size:12px;font-weight:500}.position-pnl-v3{color:var(--text-white);font-size:16px;font-weight:700}.position-pnl-v3.positive{color:var(--success)}.position-pnl-v3.negative{color:#ef4444}.quick-stats-v3{padding:20px}.quick-stats-v3 .card-title-v3{margin-bottom:16px}.quick-stats-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.quick-stat{background:#ffffff05;border-radius:12px;flex-direction:column;gap:4px;padding:14px;display:flex}.quick-stat.full{grid-column:1/-1}.qs-label{color:#555;text-transform:uppercase;letter-spacing:.05em;font-size:11px}.qs-value{color:#fff;font-size:18px;font-weight:700}.qs-value.positive{color:var(--success)}.qs-value.negative{color:#ef4444}.calendar-card-v3{flex-direction:column;padding:20px;display:flex}.calendar-month{color:#555;font-size:12px}.calendar-v3{flex-direction:column;gap:0;margin-top:8px;margin-bottom:0;display:flex}.calendar-weekdays{grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:6px;display:grid}.weekday-v3{text-align:center;color:#444;padding:6px 0;font-size:11px;font-weight:600}.calendar-grid-v3{grid-template-columns:repeat(7,1fr);grid-auto-rows:1fr;gap:6px;margin-bottom:0;display:grid}.calendar-day-v3{aspect-ratio:1;cursor:pointer;background:#14141499;border:1px solid #ffffff0a;border-radius:10px;flex-direction:column;justify-content:space-between;min-width:0;padding:8px;transition:all .2s;display:flex;position:relative;overflow:hidden}.calendar-day-v3.clickable{cursor:pointer}.calendar-day-v3:hover:not(.empty){z-index:1;border-color:#06f6;transform:scale(1.08)}.day-trades-modal{z-index:10000;opacity:1;visibility:visible;background:#151518;border:1px solid #ffffff1f;border-radius:16px;width:260px;padding:20px;animation:.2s cubic-bezier(.16,1,.3,1) modalFadeIn;position:fixed;box-shadow:0 20px 40px #000c,0 0 0 1px #ffffff0d}.day-trades-modal .modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.day-trades-modal h4{color:#fff;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:600}.day-trades-modal .trade-count{color:#666;margin-top:2px;font-size:12px;display:block}.day-trades-modal .close-btn{color:#444;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;margin-top:-2px;margin-right:-4px;transition:all .2s;display:flex}.day-trades-modal .close-btn:hover{color:#fff;background:#ffffff0d}.day-trades-modal .trades-list-mini{flex-direction:column;max-height:240px;margin-bottom:20px;padding-right:4px;display:flex;overflow-y:auto}.day-trades-modal .trades-list-mini::-webkit-scrollbar{width:3px}.day-trades-modal .trades-list-mini::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.day-trades-modal .trade-item-mini{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:12px 0;transition:all .2s;display:flex}.day-trades-modal .trade-item-mini:last-child{border-bottom:none}.day-trades-modal .trade-main{flex-direction:row;align-items:center;gap:8px;display:flex}.day-trades-modal .symbol{color:#efeff1;font-size:14px;font-weight:500}.day-trades-modal .type{text-transform:uppercase;letter-spacing:.02em;opacity:1;font-size:10px;font-weight:700}.day-trades-modal .type.long{color:var(--success)}.day-trades-modal .type.short{color:#ef4444}.day-trades-modal .pnl{font-size:14px;font-weight:600;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums;color:var(--text-white)}.day-trades-modal .pnl.positive{color:var(--success)}.day-trades-modal .pnl.negative{color:#ef4444}.day-trades-modal .view-all-btn{color:#efeff1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.day-trades-modal .view-all-btn:hover{background:#ffffff1a;border-color:#ffffff26;transform:translateY(-1px)}.day-trades-modal .view-all-btn svg{opacity:.6;width:14px;height:14px}.detailed-trades-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#000c;animation:.2s ease-out fadeIn;position:fixed;inset:0}.detailed-trades-modal{z-index:10001;background:#151518;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:90vw;max-width:1200px;height:80vh;max-height:700px;animation:.3s cubic-bezier(.16,1,.3,1) modalSlideIn;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 25px 50px -12px #00000080}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.detailed-trades-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.detailed-trades-title h3{color:#fff;margin:0;font-size:18px;font-weight:600}.detailed-trades-count{color:#666;margin-top:2px;font-size:13px;display:block}.detailed-trades-close{color:#888;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.detailed-trades-close:hover{color:#fff;background:#ffffff1a}.detailed-trades-close svg{width:18px;height:18px}.detailed-trades-content{flex:1;display:flex;overflow:hidden}.detailed-trades-list{border-right:1px solid #ffffff0f;width:320px;min-width:320px;padding:12px;overflow-y:auto}.detailed-trades-list::-webkit-scrollbar{width:4px}.detailed-trades-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.detailed-trade-item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:4px;padding:14px 16px;transition:all .2s;display:flex}.detailed-trade-item:hover{background:#ffffff08}.detailed-trade-item.selected{background:#2981eb1a;border-color:#2981eb4d}.detailed-trade-info{flex-direction:column;gap:6px;display:flex}.detailed-trade-symbol-row{align-items:center;gap:8px;display:flex}.detailed-trade-symbol{color:#fff;font-size:15px;font-weight:600}.detailed-trade-type{text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.detailed-trade-type.long{color:var(--success);background:#2981eb26}.detailed-trade-type.short{color:#ef4444;background:#ef444426}.detailed-trade-prices{color:#888;gap:12px;font-size:12px;display:flex}.detailed-trade-meta{color:#555;gap:12px;font-size:11px;display:flex}.detailed-trade-pnl{font-size:15px;font-weight:600;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums}.detailed-trade-pnl.profit{color:var(--success)}.detailed-trade-pnl.loss{color:#ef4444}.detailed-trades-chart{background:#0a0a0f;flex-direction:column;flex:1;display:flex;overflow:hidden}.detailed-chart-header{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.detailed-chart-info{align-items:center;gap:10px;display:flex}.detailed-chart-symbol{color:#fff;font-size:18px;font-weight:600}.detailed-chart-type{text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:700}.detailed-chart-type.long{color:var(--success);background:#2981eb26}.detailed-chart-type.short{color:#ef4444;background:#ef444426}.detailed-chart-outcome{border-radius:4px;padding:3px 10px;font-size:11px;font-weight:600}.detailed-chart-outcome.winner{color:var(--success);background:#2981eb26}.detailed-chart-outcome.loser{color:#ef4444;background:#ef444426}.detailed-chart-stats{gap:20px;display:flex}.detailed-chart-stat{flex-direction:column;gap:2px;display:flex}.detailed-chart-stat .label{color:#666;text-transform:uppercase;font-size:11px}.detailed-chart-stat .value{color:#efeff1;font-size:14px;font-weight:500}.detailed-chart-stat .value.profit{color:var(--success)}.detailed-chart-stat .value.loss{color:#ef4444}.detailed-chart-container{flex:1;min-height:0;padding:16px}.detailed-chart-container .trade-chart-container{height:100%}.detailed-chart-empty{color:#555;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.detailed-chart-empty svg{opacity:.3;width:48px;height:48px}.detailed-chart-empty p{margin:0;font-size:14px}@media (max-width:900px){.detailed-trades-modal{width:95vw;height:90vh;max-height:none}.detailed-trades-content{flex-direction:column}.detailed-trades-list{width:100%;min-width:unset;border-bottom:1px solid #ffffff0f;border-right:none;max-height:200px}.detailed-trades-chart{min-height:300px}.detailed-chart-header{flex-direction:column;align-items:flex-start}}.calendar-day-v3.empty{opacity:.5;background:0 0;border:1px dashed #ffffff08}.calendar-day-v3.profit{background:#2981eb1a;border-color:#2981eb40}.calendar-day-v3.loss{background:#ff6b6b1a;border-color:#ff6b6b40}.day-number{color:#555;font-size:11px;font-weight:500}.day-pnl-v3{letter-spacing:-.03em;white-space:nowrap;max-width:100%;font-size:clamp(8px,1.2vw,11px);font-weight:700}.calendar-day-v3.profit .day-pnl-v3{color:var(--success)}.calendar-day-v3.loss .day-pnl-v3{color:#ef4444}.calendar-legend-v3{justify-content:center;gap:16px;margin-top:0;margin-bottom:0;display:flex}.legend-item-v3{color:#555;align-items:center;gap:6px;font-size:11px;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px}.legend-dot.profit{background:var(--success)}.legend-dot.loss{background:#ef4444}.top-symbols-v3{padding:20px}.symbols-list{flex-direction:column;gap:10px;display:flex}.symbol-row-v3{background:#ffffff05;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.symbol-row-v3:hover{background:#ffffff0a}.symbol-rank{color:#08f;background:#0066ff26;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.symbol-info{flex-direction:column;flex:1;gap:2px;display:flex}.symbol-name{color:#fff;font-size:13px;font-weight:600}.symbol-trades{color:#555;font-size:11px}.symbol-pnl{color:var(--text-white);font-size:13px;font-weight:700}.symbol-pnl.positive{color:var(--success)}.symbol-pnl.negative{color:#ef4444}.activity-card-v3{padding:20px}.activity-count{color:#555;background:#ffffff0d;border-radius:20px;padding:4px 10px;font-size:12px}.activity-list-v3{flex-direction:column;gap:12px;display:flex}.activity-item-v3{background:#ffffff05;border-radius:12px;align-items:center;gap:16px;padding:14px 16px;transition:all .2s;display:flex}.activity-item-v3:hover{background:#ffffff0a}.activity-indicator{border-radius:2px;width:4px;height:40px}.activity-indicator.profit{background:linear-gradient(#2981eb 0%,#60a5fa 100%)}.activity-indicator.loss{background:linear-gradient(#ef4444 0%,#ff8e8e 100%)}.activity-content{flex-direction:column;flex:1;gap:4px;display:flex}.activity-main{align-items:center;gap:8px;display:flex}.activity-symbol{color:#fff;font-size:14px;font-weight:600}.activity-type{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600}.activity-type.long{color:var(--success);background:#2981eb26}.activity-type.short{color:#ef4444;background:#ff6b6b26}.activity-date{color:#555;font-size:12px}.activity-details{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.activity-qty{color:#666;font-size:12px}.activity-pnl{color:var(--text-white);font-size:15px;font-weight:700}.activity-pnl.positive{color:var(--success)}.activity-pnl.negative{color:#ef4444}@media (max-width:1600px){.stats-grid-v3{grid-template-columns:repeat(4,1fr)}}@media (max-width:1400px){.stats-grid-v3{grid-template-columns:repeat(2,1fr)}.dashboard-main-v3,.dashboard-bottom-v3{grid-template-columns:1fr}.positions-grid-v3{grid-template-columns:repeat(3,1fr)}}@media (max-width:1200px){.sidebar-v3{width:72px;min-width:72px;padding:18px 10px}.sidebar-v3 .logo-text,.sidebar-v3 .user-info,.sidebar-v3 .menu-label,.sidebar-v3 .menu-text,.sidebar-v3 .beta-badge{display:none}.sidebar-v3 .logo-v3,.sidebar-v3 .user-card-v3,.sidebar-v3 .menu-item-v3,.sidebar-v3 .bottom-item-v3{justify-content:center}.sidebar-v3 .logo-v3,.sidebar-v3 .user-card-v3{padding:8px}.sidebar-v3 .coming-soon-menu-wrapper{margin:12px 4px}.sidebar-v3 .coming-soon-menu-btn{justify-content:center;padding:12px}.sidebar-v3 .coming-soon-menu-btn .menu-text{display:none}.sidebar-v3 .menu-item-v3,.sidebar-v3 .bottom-item-v3{padding:12px}.sidebar-v3 .menu-item-v3.active:before,.sidebar-v3 .submenu,.sidebar-v3 .submenu-toggle,.sidebar-v3 .coming-soon-badge,.sidebar-v3 .submenu-text,.sidebar-v3 .active-indicator{display:none}.sidebar-v3 .menu-item-v3.has-submenu{padding:0!important}.sidebar-v3 .menu-item-v3.has-submenu .menu-item-main{justify-content:center;padding:12px}.sidebar-collapse-btn{display:none}}@media (max-width:1024px){.stats-grid-v3{grid-template-columns:repeat(2,1fr)}.view-container{padding:16px}.positions-grid-v3{grid-template-columns:repeat(2,1fr)}.activity-list-v3{gap:8px}}@media (max-width:768px){.sidebar-v3{z-index:1000;width:280px;min-width:280px;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar-v3.expanded{transform:translate(0)}.sidebar-v3 .logo-text,.sidebar-v3 .user-info,.sidebar-v3 .menu-label,.sidebar-v3 .menu-text{display:block}.sidebar-v3 .logo-v3,.sidebar-v3 .menu-item-v3,.sidebar-v3 .bottom-item-v3{justify-content:flex-start}.sidebar-v3 .user-card-v3{justify-content:flex-start;padding:12px}.sidebar-v3 .menu-item-v3{height:44px;padding:0 14px}.sidebar-v3 .bottom-item-v3{padding:10px 14px}.sidebar-v3 .submenu,.sidebar-v3 .submenu-toggle{display:flex}.sidebar-v3 .coming-soon-badge{display:inline-flex}.sidebar-v3 .submenu-text{display:block}.sidebar-v3 .menu-item-v3.has-submenu{padding:0 8px 0 0!important}.sidebar-v3 .menu-item-v3.has-submenu .menu-item-main{justify-content:flex-start;padding:12px 14px}.stats-grid-v3,.positions-grid-v3{grid-template-columns:1fr}.quick-stats-grid{grid-template-columns:1fr 1fr}.stat-value-v3{font-size:24px}.card-header-v3{flex-direction:column;align-items:flex-start;gap:12px}.time-filters-v3{justify-content:space-between;width:100%}.time-btn-v3{flex:1;padding:8px 10px}}@media (max-width:480px){.view-container{padding:12px}.card-v3{border-radius:16px;padding:16px}.stat-card-v3{padding:16px}.quick-stats-grid{grid-template-columns:1fr}.calendar-day-v3{border-radius:8px;padding:5px}.day-pnl-v3{letter-spacing:-.04em;letter-spacing:-.05em;font-size:clamp(5px,2vw,8px)}.calendar-day-v3{padding:3px}.day-number{font-size:9px}}.app-layout.sidebar-collapsed .sidebar-v3{width:72px;min-width:72px}.main-wrapper{background-color:var(--bg-body);flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.top-nav{background:var(--bg-sidebar);border-bottom:1px solid var(--border-color);z-index:999;isolation:isolate;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:12px 24px;display:flex;position:relative}.top-nav-left{align-items:center;gap:16px;min-width:0;display:flex}.page-info{flex-direction:column;gap:2px;display:flex}.page-title{color:var(--text-white);margin:0;font-size:20px;font-weight:600;line-height:1.2}.page-date{color:var(--text-muted);font-size:12px}.top-nav-center{flex:1;justify-content:center;max-width:480px;display:flex}.search-container{width:100%;position:relative}.search-trigger{background:var(--bg-card);border:1px solid var(--border-color);width:100%;color:var(--text-muted);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;transition:all .2s;display:flex}.search-trigger:hover{border-color:var(--primary-blue);background:var(--bg-card-lighter)}.search-trigger svg{flex-shrink:0;width:18px;height:18px}.search-placeholder{text-align:left;flex:1;font-size:14px}.search-shortcut{background:var(--bg-card-lighter);color:var(--text-muted);border:1px solid var(--border-color);border-radius:6px;padding:4px 8px;font-family:inherit;font-size:11px}.search-container.expanded .search-trigger{border-color:var(--primary-blue);background:var(--bg-card-lighter)}.search-input{background:var(--bg-card);border:1px solid var(--primary-blue);width:100%;color:var(--text-white);border-radius:12px;outline:none;padding:10px 16px 10px 44px;font-size:14px;position:absolute;top:0;left:0}.search-input::placeholder{color:var(--text-muted)}.command-palette-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:10vh;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}.command-palette{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:640px;animation:.2s ease-out slideDown;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.command-palette-header{border-bottom:1px solid var(--border-color);align-items:center;gap:12px;padding:16px 20px;display:flex}.command-palette-search-icon{width:20px;height:20px;color:var(--text-muted);flex-shrink:0}.command-palette-input{color:var(--text-white);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:16px}.command-palette-input::placeholder{color:var(--text-muted)}.command-palette-shortcut{border:1px solid var(--border-color);color:var(--text-muted);background:#ffffff14;border-radius:6px;padding:4px 8px;font-family:inherit;font-size:11px;font-weight:500}.command-palette-results{max-height:400px;padding:8px;overflow-y:auto}.command-palette-results::-webkit-scrollbar{width:6px}.command-palette-results::-webkit-scrollbar-track{background:0 0}.command-palette-results::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.command-palette-results::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.command-palette-group{margin-bottom:8px}.command-palette-group:last-child{margin-bottom:0}.command-palette-group-header{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);padding:8px 12px 6px;font-size:11px;font-weight:600}.command-palette-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:all .15s;display:flex}.command-palette-item:hover,.command-palette-item.selected{background:var(--bg-card-lighter)}.command-palette-item.selected{outline:1px solid var(--primary-blue)}.command-palette-item-icon{width:36px;height:36px;color:var(--text-gray);background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.command-palette-item-icon svg{width:18px;height:18px}.command-palette-item-icon.symbol-icon{color:var(--primary-blue);background:linear-gradient(145deg,#2981eb26 0%,#2981eb0d 100%)}.command-palette-item-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.command-palette-item-label{color:var(--text-white);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.command-palette-trade-type{text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.command-palette-trade-type.long{color:#10b981;background:#10b98126}.command-palette-trade-type.short{color:#ef4444;background:#ef444426}.command-palette-item-description{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.command-palette-item-action{color:var(--text-muted);opacity:0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.command-palette-item-action svg{width:16px;height:16px}.command-palette-item:hover .command-palette-item-action,.command-palette-item.selected .command-palette-item-action{opacity:1}.command-palette-item-pnl{font-size:13px;font-weight:600;font-family:var(--font-mono,monospace)}.command-palette-item-pnl.positive{color:#10b981}.command-palette-item-pnl.negative{color:#ef4444}.command-palette-empty{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.command-palette-empty svg{opacity:.5;width:40px;height:40px}.command-palette-empty p{margin:0;font-size:14px}.command-palette-footer{border-top:1px solid var(--border-color);background:#0003;align-items:center;gap:16px;padding:12px 20px;display:flex}.command-palette-hint{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.command-palette-hint kbd{border:1px solid var(--border-color);background:#ffffff14;border-radius:4px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-family:inherit;font-size:11px;font-weight:500;display:inline-flex}html[data-theme=light] .command-palette-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a99}html[data-theme=light] .command-palette{background:#fff;border:1px solid #0000001a;box-shadow:0 0 0 1px #0000000d,0 10px 15px -3px #0000001a,0 20px 40px -4px #00000026}html[data-theme=light] .command-palette-header{background:#fff;border-color:#e5e7eb}html[data-theme=light] .command-palette-search-icon{color:#6b7280}html[data-theme=light] .command-palette-input{color:#111827}html[data-theme=light] .command-palette-input::placeholder{color:#9ca3af}html[data-theme=light] .command-palette-shortcut{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}html[data-theme=light] .command-palette-results{background:#fff}html[data-theme=light] .command-palette-group-header{color:#6b7280}html[data-theme=light] .command-palette-item{color:#374151}html[data-theme=light] .command-palette-item:hover,html[data-theme=light] .command-palette-item.selected{background:#f3f4f6}html[data-theme=light] .command-palette-item.selected{outline-color:#2563eb}html[data-theme=light] .command-palette-item-icon{color:#6b7280;background:#f3f4f6}html[data-theme=light] .command-palette-item-icon.symbol-icon{color:#2563eb;background:#2563eb1a}html[data-theme=light] .command-palette-item-label{color:#111827}html[data-theme=light] .command-palette-item-description{color:#6b7280}html[data-theme=light] .command-palette-item-action{color:#9ca3af}html[data-theme=light] .command-palette-trade-type.long{color:#059669;background:#10b9811a}html[data-theme=light] .command-palette-trade-type.short{color:#dc2626;background:#ef44441a}html[data-theme=light] .command-palette-item-pnl.positive{color:#059669}html[data-theme=light] .command-palette-item-pnl.negative{color:#dc2626}html[data-theme=light] .command-palette-empty{color:#6b7280}html[data-theme=light] .command-palette-footer{background:#f9fafb;border-color:#e5e7eb}html[data-theme=light] .command-palette-hint{color:#6b7280}html[data-theme=light] .command-palette-hint kbd{color:#374151;background:#fff;border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.top-nav-right{align-items:center;gap:8px;display:flex}.nav-item{position:relative}.nav-icon-btn{width:40px;height:40px;color:var(--text-gray);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.nav-icon-btn:hover{background:var(--bg-card);border-color:var(--border-color);color:var(--text-white)}.nav-icon-btn svg{width:20px;height:20px}.quick-action-btn{color:#fff;background:linear-gradient(145deg,#0073ff 0%,#0052cc 100%);border-color:#0000;box-shadow:0 4px 12px #0066ff4d}.quick-action-btn:hover{color:#fff;background:linear-gradient(145deg,#06f 0%,#0047b3 100%);border-color:#0000;transform:translateY(-1px);box-shadow:0 6px 20px #06f6}.quick-action-btn:active{transform:translateY(0)}.theme-switcher-btn{background:#ffffff0d;border:1px solid #ffffff1a;position:relative;overflow:hidden}.theme-switcher-btn:hover{background:#ffffff1a;border-color:#ffffff26}.theme-switcher-btn.animating{pointer-events:none}.theme-icon-wrapper{width:20px;height:20px;position:relative}.theme-icon{width:20px;height:20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.sun-icon{color:#f59e0b}.moon-icon{color:#8b5cf6}.theme-icon-wrapper.dark .sun-icon{opacity:0;transform:rotate(-90deg)scale(.5)}.theme-icon-wrapper.dark .moon-icon,.theme-icon-wrapper.light .sun-icon{opacity:1;transform:rotate(0)scale(1)}.theme-icon-wrapper.light .moon-icon{opacity:0;transform:rotate(90deg)scale(.5)}@keyframes theme-ripple-reveal{0%{clip-path:circle(0px at var(--ripple-x,50%)var(--ripple-y,50%))}to{clip-path:circle(var(--ripple-radius,150%)at var(--ripple-x,50%)var(--ripple-y,50%))}}::view-transition-old(root){z-index:1;animation:none}::view-transition-new(root){z-index:9999;animation:.7s cubic-bezier(.4,0,.2,1) forwards theme-ripple-reveal}::view-transition-image-pair(root){isolation:isolate}::view-transition-group(root){animation-duration:.7s}html[data-theme=light] .theme-switcher-btn{background:#0000000d;border-color:#0000001a}html[data-theme=light] .theme-switcher-btn:hover{background:#00000014;border-color:#00000026}.nav-time{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-gray);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:120px;min-width:120px;padding:8px 12px;font-size:13px;font-weight:500;display:flex}.nav-time svg{flex-grow:0;flex-shrink:0;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px}.notification-btn.has-notifications{position:relative}.notification-badge{background:var(--danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;display:flex;position:absolute;top:4px;right:4px}.user-menu-container{margin-left:8px}.user-menu-trigger{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:6px 10px 6px 6px;transition:all .2s;display:flex}.user-menu-trigger:hover{border-color:var(--primary-blue);background:var(--bg-card-lighter)}.user-avatar-small{background:linear-gradient(135deg,var(--primary-blue),#0052cc);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative;overflow:visible}.user-avatar-small img{object-fit:cover;border-radius:8px;width:100%;height:100%}.user-avatar-small span{color:#fff;font-size:12px;font-weight:600}.user-menu-trigger .chevron{width:16px;height:16px;color:var(--text-muted);transition:transform .2s}.user-menu-trigger .chevron.open{transform:rotate(180deg)}.dropdown-menu{background:var(--bg-card);border:1px solid var(--border-color);z-index:9999;opacity:1;visibility:visible;pointer-events:auto;border-radius:16px;min-width:280px;animation:.2s dropdownSlide;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 40px #0006}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.dropdown-header span{color:var(--text-white);font-size:14px;font-weight:600}.mark-all-read{color:var(--primary-blue);cursor:pointer;background:0 0;border:none;font-size:12px;transition:opacity .2s}.mark-all-read:hover{opacity:1}.dropdown-header-actions{align-items:center;gap:12px;display:flex}.enable-desktop-notif{background:var(--bg-card-lighter);border:1px solid var(--border-color);color:var(--text-gray);cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;transition:all .2s;display:flex}.enable-desktop-notif:hover{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--text-white)}.enable-desktop-notif svg{flex-shrink:0}.desktop-notif-enabled{color:var(--profit-green);align-items:center;display:flex}.dropdown-content{max-height:320px;overflow-y:auto}.dropdown-footer{border-top:1px solid var(--border-color);padding:12px 16px}.dropdown-footer button{border:1px solid var(--border-color);width:100%;color:var(--text-gray);cursor:pointer;background:0 0;border-radius:8px;padding:10px;font-size:13px;transition:all .2s}.dropdown-footer button:hover{background:var(--bg-card-lighter);color:var(--text-white);border-color:var(--primary-blue)}.dropdown-divider{background:var(--border-color);height:1px}.notification-item{cursor:pointer;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.notification-item:hover{background:var(--bg-card-lighter)}.notification-item.unread{background:#0066ff0d}.notification-item.unread:before{content:"";background:var(--primary-blue);width:3px;position:absolute;top:0;bottom:0;left:0}.notification-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.notification-icon svg{width:18px;height:18px}.notification-icon.trade{color:var(--success);background:#2981eb26}.notification-icon.alert{color:var(--danger);background:#ff3d0026}.notification-icon.achievement{color:#ffc107;background:#ffc10726}.notification-icon.system{color:var(--primary-blue);background:#0066ff26}.notification-icon.server_invite{color:#8b5cf6;background:#8b5cf626}.notification-icon.server_member_invite{color:#3b82f6;background:#3b82f626}.notification-item.server-invite{background:#8b5cf60d}.notification-item.server-invite.unread{background:#8b5cf614}.notification-actions{gap:8px;margin-top:8px;display:flex}.notification-action-btn{cursor:pointer;border:none;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s}.notification-action-btn.accept{background:var(--success);color:#fff}.notification-action-btn.accept:hover:not(:disabled){background:#00b341}.notification-action-btn.decline{color:var(--text-muted);background:#ffffff1a}.notification-action-btn.decline:hover:not(:disabled){color:var(--danger);background:#ff3d0033}.notification-action-btn.dismiss{color:var(--text-muted);background:#ffffff1a}.notification-action-btn.dismiss:hover:not(:disabled){color:var(--text-gray);background:#ffffff26}.notification-action-btn:disabled{opacity:.6;cursor:not-allowed}.notification-content{flex-direction:column;gap:2px;min-width:0;display:flex}.notification-title{color:var(--text-white);font-size:13px;font-weight:600}.notification-message{color:var(--text-gray);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;overflow:hidden}.notification-time{color:var(--text-muted);margin-top:2px;font-size:11px}.empty-notifications{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.empty-notifications svg{opacity:.5;width:48px;height:48px}.empty-notifications p{font-size:14px}.quick-actions-dropdown{min-width:220px}.quick-action-item{width:100%;color:var(--text-gray);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-size:13px;transition:all .2s;display:flex}.quick-action-item:hover{background:var(--bg-card-lighter);color:var(--text-white)}.quick-action-icon{background:var(--bg-card-lighter);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.quick-action-icon svg{width:16px;height:16px}.quick-action-item:hover .quick-action-icon{background:var(--primary-blue);color:#fff}.user-dropdown{min-width:260px}.user-dropdown-header{align-items:center;gap:12px;padding:16px;display:flex}.user-avatar-medium{background:linear-gradient(135deg,var(--primary-blue),#0052cc);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.user-avatar-medium img{object-fit:cover;width:100%;height:100%}.user-avatar-medium span{color:#fff;font-size:16px;font-weight:600}.user-dropdown-info{flex-direction:column;flex:1;min-width:0;display:flex}.user-dropdown-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.user-dropdown-name{color:var(--text-white);font-size:14px;font-weight:600}.user-dropdown-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.avatar-tier-indicator{border:2px solid var(--bg-card);border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;bottom:-2px;right:-2px}.avatar-tier-indicator .tier-icon{width:8px;height:8px}.avatar-tier-indicator.pro{background:linear-gradient(135deg,#2981eb 0%,#2563eb 100%);box-shadow:0 0 8px #2981eb80}.avatar-tier-indicator.pro .tier-icon{color:#fff}.avatar-tier-indicator.elite{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);box-shadow:0 0 8px #fbbf2480}.avatar-tier-indicator.elite .tier-icon{color:#1a1a1a}.dropdown-item{width:100%;color:var(--text-gray);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:10px 16px;font-size:13px;transition:all .2s;display:flex}.dropdown-item:hover{background:var(--bg-card-lighter);color:var(--text-white)}.dropdown-item svg{flex-shrink:0;width:18px;height:18px}.dropdown-item.logout-item{color:var(--danger)}.dropdown-item.logout-item:hover{background:#ff3d001a}.dropdown-item.admin-switch-item{color:#ff6b00}.dropdown-item.admin-switch-item:hover{background:#ff6b001a}.dropdown-item.admin-switch-item svg{color:#ff6b00}.dropdown-item.affiliate-switch-item{color:#8b5cf6}.dropdown-item.affiliate-switch-item:hover{background:#8b5cf61a}.dropdown-item.affiliate-switch-item svg{color:#8b5cf6}@media (max-width:1024px){.top-nav{padding:12px 16px}.top-nav-center,.nav-time{display:none}}@media (max-width:768px){.top-nav{min-height:56px;padding:10px 12px}.page-title{font-size:16px}.page-date{display:none}.nav-icon-btn{width:36px;height:36px}.nav-icon-btn svg{width:18px;height:18px}.user-menu-trigger{padding:4px}.user-menu-trigger .chevron{display:none}.dropdown-menu{min-width:240px}}@media (max-width:480px){.top-nav-right{gap:4px}.user-menu-container{margin-left:4px}}.menu-item-wrapper{position:relative}.menu-item-v3.has-submenu{justify-content:space-between;align-items:center;gap:4px;display:flex;position:relative;padding:0 8px 0 0!important}.menu-item-v3.has-submenu .menu-item-main{color:inherit;flex:1;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:all .2s;display:flex}.menu-item-v3.has-submenu .menu-item-main:hover{color:#fff}.menu-item-v3.has-submenu:hover{background:#ffffff0d}.menu-item-v3.has-submenu.active{background:linear-gradient(135deg,#06f3 0%,#00d4ff1a 100%)}.menu-item-v3.has-submenu.active:before{content:"";background:linear-gradient(#06f 0%,#00d4ff 100%);border-radius:0 4px 4px 0;width:4px;height:70%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.submenu-toggle{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.submenu-toggle:hover{color:#fff;background:#ffffff14}.submenu-toggle svg{width:14px;height:14px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.submenu-toggle.expanded{color:#06f}.submenu-toggle.expanded:hover{background:#0066ff26}.submenu-toggle.expanded svg{transform:rotate(180deg)}.submenu{flex-direction:column;gap:2px;margin:0;padding:6px 0;animation:.25s submenuSlide;display:flex;position:relative}@keyframes submenuSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.submenu-item{color:#ffffff80;border-radius:8px;flex-wrap:nowrap;align-items:center;gap:10px;height:38px;margin:0 8px;padding:0 14px 0 52px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.submenu-item:hover{color:#fff;background:#ffffff0f}.submenu-item.active{color:#fff;background:#0066ff1f}.submenu-item.active:before{content:"";background:#06f;border-radius:0 3px 3px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.submenu-item.coming-soon{opacity:.75;cursor:pointer}.submenu-item.coming-soon:hover{color:#fff9;background:#ffffff0d}.submenu-item.requires-pro{opacity:.6;cursor:pointer}.submenu-item.requires-pro:hover{opacity:1;background:#ffffff0d}.pro-badge{text-transform:uppercase;letter-spacing:.5px;color:#06f;background:#06f3;border-radius:4px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:700}.submenu-icon{color:#fff6;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:color .2s;display:flex}.submenu-icon svg{width:16px;height:16px}.submenu-item:hover .submenu-icon{color:#fff}.submenu-item.active .submenu-icon{color:#06f}.submenu-text{white-space:nowrap}.sidebar-v3.collapsed .submenu,.sidebar-v3.collapsed .submenu-toggle{display:none}.leaderboard-view{max-width:1400px;margin:0 auto;padding:24px}.leaderboard-header{margin-bottom:32px}.leaderboard-title-section{align-items:center;gap:16px;margin-bottom:24px;display:flex}.leaderboard-icon-wrap{color:gold;background:linear-gradient(135deg,#ffd70033 0%,#ff8c001a 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.leaderboard-icon-wrap svg{width:28px;height:28px}.leaderboard-title{color:#fff;margin:0;font-size:32px;font-weight:700;line-height:1.2}.leaderboard-subtitle{color:#888;margin:4px 0 0;font-size:14px}.leaderboard-period-tabs{flex-wrap:wrap;gap:12px;display:flex}.period-tab{color:#888;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.period-tab:hover{color:#fff;background:#ffffff0f;border-color:#ffffff1a}.period-tab.active{color:#fff;background:linear-gradient(135deg,#06f3 0%,#00d4ff1a 100%);border-color:#06f6}.period-icon{justify-content:center;align-items:center;width:18px;height:18px;display:flex}.period-icon svg{width:100%;height:100%}.leaderboard-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px;display:grid}.stat-item{background:linear-gradient(145deg,#0c0c0cf2 0%,#050505fa 100%);border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.stat-item:hover{border-color:#ffffff1a;transform:translateY(-2px)}.stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon.gradient-blue{color:#06f;background:linear-gradient(135deg,#06f3 0%,#00d4ff1a 100%)}.stat-icon.gradient-green{color:var(--success);background:linear-gradient(135deg,#2981eb33 0%,#00d9f51a 100%)}.stat-icon.gradient-purple{color:#9333ea;background:linear-gradient(135deg,#9333ea33 0%,#a855f71a 100%)}.stat-icon.gradient-gold{color:gold;background:linear-gradient(135deg,#ffd70033 0%,#ff8c001a 100%)}.stat-icon svg{width:24px;height:24px}.stat-content{flex-direction:column;flex:1;gap:4px;display:flex}.stat-value{color:#fff;font-size:20px;font-weight:700}.stat-value.positive{color:var(--success)}.leaderboard-content{background:linear-gradient(145deg,#0c0c0cf2 0%,#050505fa 100%);border:1px solid #ffffff0f;border-radius:20px;padding:24px}.leaderboard-tab-switcher{border-bottom:1px solid #ffffff0f;gap:8px;margin-bottom:24px;padding-bottom:16px;display:flex}.tab-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.tab-btn:hover{color:#fff;background:#ffffff0d}.tab-btn.active{color:#fff;background:linear-gradient(135deg,#06f3 0%,#00d4ff1a 100%)}.tab-btn svg{width:18px;height:18px}.leaderboard-list{flex-direction:column;gap:12px;display:flex}.leaderboard-item{background:#ffffff05;border:1px solid #ffffff0a;border-radius:16px;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:20px;padding:20px;transition:all .3s;animation:.4s backwards fadeInUp;display:grid}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.leaderboard-item:hover{background:#ffffff0a;border-color:#ffffff14;transform:translateY(-2px)}.leaderboard-item.top-three{background:linear-gradient(135deg,#ffd70014 0%,#ff8c000a 100%);border-color:#ffd70033}.item-rank{justify-content:center;align-items:center;display:flex}.rank-badge{border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:700;display:flex}.rank-badge.gold{color:gold;background:linear-gradient(135deg,#ffd70033 0%,#ff8c001a 100%);border:1px solid #ffd7004d}.rank-badge.silver{color:silver;background:linear-gradient(135deg,#c0c0c033 0%,#a9a9a91a 100%);border:1px solid #c0c0c04d}.rank-badge.bronze{color:#cd7f32;background:linear-gradient(135deg,#cd7f3233 0%,#b873331a 100%);border:1px solid #cd7f324d}.rank-badge.normal{color:#888;background:#ffffff0d;border:1px solid #ffffff14}.rank-badge svg{width:16px;height:16px}.item-user{align-items:center;gap:12px;display:flex}.leaderboard-avatar{border:2px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.leaderboard-avatar img{object-fit:cover;width:100%;height:100%}.leaderboard-avatar span{color:#fff;font-size:16px;font-weight:700}.user-info{flex-direction:column;gap:2px;display:flex}.user-name{color:#fff;font-size:15px;font-weight:600}.user-handle{color:#888;font-size:12px}.item-trade{align-items:center;gap:8px;display:flex}.trade-symbol{color:#fff;font-size:16px;font-weight:700}.trade-type{text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.trade-type.long{color:var(--success);background:#2981eb26;border:1px solid #2981eb4d}.trade-type.short{color:#ef4444;background:#ff6b6b26;border:1px solid #ff6b6b4d}.item-details{flex-direction:column;gap:4px;min-width:120px;display:flex}.detail-row{justify-content:space-between;gap:12px;display:flex}.detail-label{color:#888;text-transform:uppercase;font-size:11px}.detail-value{color:#fff;font-size:12px;font-weight:600}.item-date{color:#888;min-width:80px;font-size:12px}.item-pnl{flex-direction:column;align-items:flex-end;gap:4px;min-width:120px;display:flex}.item-pnl.large{min-width:150px}.pnl-value{font-size:18px;font-weight:700}.pnl-value.positive{color:var(--success)}.pnl-label{color:#888;text-transform:uppercase;font-size:11px}.item-stats{gap:20px;display:flex}.trader-stat{flex-direction:column;gap:4px;display:flex}.trader-stat .stat-value{color:#fff;font-size:16px;font-weight:700}.trader-stat .stat-label{color:#888;font-size:11px}.leaderboard-loading{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.leaderboard-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.empty-icon{color:#888;background:#ffffff08;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.empty-icon svg{width:40px;height:40px}.leaderboard-empty h3{color:#fff;margin:0 0 8px;font-size:20px;font-weight:700}.leaderboard-empty p{color:#888;margin:0;font-size:14px}@media (max-width:1024px){.leaderboard-item{grid-template-columns:auto 1fr auto;gap:16px}.item-details,.item-date{display:none}}@media (max-width:768px){.leaderboard-view{padding:16px}.leaderboard-title{font-size:24px}.leaderboard-stats{grid-template-columns:repeat(2,1fr)}.leaderboard-item{grid-template-columns:auto 1fr;gap:12px}.item-trade,.item-stats{grid-column:1/-1}.item-pnl{grid-column:1/-1;align-items:flex-start}}@media (max-width:480px){.leaderboard-stats{grid-template-columns:1fr}.period-tab{flex:1;justify-content:center}.period-label{font-size:12px}}.mobile-layout{display:none!important}.desktop-layout{display:flex!important}@media (max-width:768px){.desktop-layout{display:none!important}.mobile-layout{background:var(--bg-body);flex-direction:column;height:100dvh;overflow:hidden;display:flex!important}}.mobile-header{z-index:100;-webkit-backdrop-filter:blur(20px);background:linear-gradient(#0f0f0ffa 0%,#0a0a0af2 100%);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;min-height:60px;padding:12px 16px;display:flex;position:sticky;top:0}.mobile-header-left{align-items:center;gap:12px;display:flex}.mobile-menu-btn{width:40px;height:40px;color:var(--text-white);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.mobile-menu-btn:active{background:#ffffff1a;transform:scale(.95)}.mobile-menu-btn svg{width:22px;height:22px}.mobile-page-title h1{color:var(--text-white);margin:0;font-size:18px;font-weight:700}.mobile-header-right{align-items:center;gap:8px;display:flex}.mobile-header-item{position:relative}.mobile-header-btn{width:40px;height:40px;color:var(--text-gray);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.mobile-header-btn:active{transform:scale(.95)}.mobile-header-btn svg{width:20px;height:20px}.mobile-header-btn.has-badge{color:var(--text-white)}.mobile-badge{background:var(--danger);color:#fff;border:2px solid var(--bg-body);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.mobile-avatar-btn{background:linear-gradient(135deg,var(--primary-blue),#00d4ff);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;overflow:hidden}.mobile-avatar-btn:active{transform:scale(.95)}.mobile-avatar-btn img{object-fit:cover;width:100%;height:100%}.mobile-avatar-initials{color:#fff;font-size:14px;font-weight:700}.mobile-dropdown{z-index:1000;background:linear-gradient(#1a1a1c 0%,#111113 100%);border:1px solid #ffffff14;border-radius:16px;min-width:280px;animation:.2s mobileDropdownIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff08}@keyframes mobileDropdownIn{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.mobile-dropdown-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px;display:flex}.mobile-dropdown-header span{color:var(--text-white);font-size:14px;font-weight:600}.mark-all-btn{color:var(--primary-blue);cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:500}.mobile-dropdown-content{max-height:300px;overflow-y:auto}.mobile-dropdown-divider{background:#ffffff0f;height:1px;margin:4px 0}.mobile-dropdown-item{width:100%;color:var(--text-gray);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.mobile-dropdown-item:active{background:#ffffff0d}.mobile-dropdown-item svg{flex-shrink:0;width:18px;height:18px}.mobile-dropdown-item.logout{color:var(--danger)}.mobile-user-info{align-items:center;gap:12px;padding:16px;display:flex}.mobile-user-avatar{background:linear-gradient(135deg,var(--primary-blue),#00d4ff);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.mobile-user-avatar img{object-fit:cover;width:100%;height:100%}.mobile-user-avatar span{color:#fff;font-size:16px;font-weight:700}.mobile-user-details{flex-direction:column;gap:4px;display:flex}.mobile-user-name{color:var(--text-white);font-size:15px;font-weight:600}.mobile-tier-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;align-items:center;width:fit-content;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.mobile-tier-badge.free{color:#888;background:#88888826}.mobile-tier-badge.pro{color:var(--primary-blue);background:#0066ff26}.mobile-tier-badge.elite{color:gold;background:linear-gradient(135deg,#ffd70026,#ffa50026)}.mobile-empty-state{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.mobile-empty-state svg{opacity:.5;width:40px;height:40px;margin-bottom:12px}.mobile-empty-state p{margin:0;font-size:13px}.mobile-notification-item{cursor:pointer;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:flex-start;padding:14px 16px;transition:background .15s;display:flex}.mobile-notification-item:active{background:#ffffff08}.mobile-notification-item.unread{background:#0066ff0d}.mobile-notification-item .notification-content{flex:1}.mobile-notification-item .notification-title{color:var(--text-white);margin-bottom:4px;font-size:13px;font-weight:500;display:block}.mobile-notification-item .notification-message{color:var(--text-muted);font-size:12px;line-height:1.4;display:block}.mobile-notification-item .notification-time{color:var(--text-muted);flex-shrink:0;margin-left:12px;font-size:11px}.mobile-sidebar-overlay{z-index:998;pointer-events:none;background:0 0;transition:background .3s;position:fixed;inset:0}.mobile-sidebar-overlay.active{pointer-events:auto;-webkit-backdrop-filter:blur(4px);background:#000000b3}.mobile-sidebar{z-index:999;background:linear-gradient(#0f0f11 0%,#080809 100%);border-right:1px solid #ffffff0f;flex-direction:column;width:280px;max-width:85vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(-100%)}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 16px;display:flex}.mobile-logo{flex-shrink:0;align-items:center;gap:10px;width:40px;height:40px;display:flex}.mobile-logo .logo-img{object-fit:contain;width:40px;height:40px}.mobile-logo .logo-icon svg{color:#fff;width:20px;height:20px}.mobile-logo .logo-text{font-size:18px;font-weight:700}.mobile-logo .trade{color:var(--text-white)}.mobile-logo .fx{color:var(--primary-blue)}.mobile-logo .book{color:var(--text-gray)}.mobile-sidebar-close{width:36px;height:36px;color:var(--text-gray);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.mobile-sidebar-close:active{background:#ffffff1a}.mobile-sidebar-close svg{width:18px;height:18px}.mobile-sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex;overflow-y:auto}.mobile-sidebar-item{color:var(--text-gray);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.mobile-sidebar-item:active{background:#ffffff0d}.mobile-sidebar-item.active{color:var(--text-white);background:linear-gradient(135deg,#0066ff26,#00d4ff1a);border:1px solid #0066ff4d}.mobile-sidebar-item .item-icon{font-size:18px}.mobile-sidebar-item .item-label{flex:1}.mobile-main-content{-webkit-overflow-scrolling:touch;background-color:var(--bg-body);flex:1;padding-bottom:80px;overflow:hidden auto}.mobile-view-container{min-height:100%;padding:16px}.mobile-main-content.community-view{overscroll-behavior:contain;padding-bottom:80px;position:relative;overflow:hidden!important}.mobile-view-container.community-view{overscroll-behavior:contain;height:100%;position:relative;padding:0!important;overflow:hidden!important}.mobile-bottom-nav{padding:8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom));z-index:100;-webkit-backdrop-filter:blur(20px);background:linear-gradient(#121214fa 0%,#0a0a0c 100%);border-top:1px solid #ffffff0f;position:fixed;bottom:0;left:0;right:0}.mobile-nav-container{justify-content:space-around;align-items:center;max-width:500px;margin:0 auto;display:flex}.mobile-nav-item{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:60px;padding:8px 16px;transition:all .2s;display:flex;position:relative}.mobile-nav-item:active{transform:scale(.95)}.mobile-nav-item.active{color:var(--primary-blue)}.mobile-nav-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.mobile-nav-icon svg{width:22px;height:22px}.mobile-nav-item.active .mobile-nav-icon{background:#0066ff26;border-radius:10px;width:36px;height:36px;padding:6px}.mobile-nav-label{text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600}.mobile-nav-indicator{background:var(--primary-blue);width:4px;height:4px;box-shadow:0 0 8px var(--primary-blue);border-radius:50%;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.mobile-nav-item-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.mobile-community-menu{z-index:1001;-webkit-backdrop-filter:blur(20px);background:linear-gradient(#16181efc 0%,#0e1014 100%);border:1px solid #ffffff1f;border-radius:20px;padding:0;animation:.25s cubic-bezier(.32,.72,0,1) communityMenuSlide;position:fixed;bottom:80px;left:12px;right:12px;overflow:visible;transform:none;box-shadow:0 -12px 48px #00000080,0 0 0 1px #ffffff0d}@keyframes communityMenuSlide{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.mobile-community-menu-header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-community-menu-header span{color:#fff;letter-spacing:.3px;font-size:15px;font-weight:700}.mobile-community-close{color:#888;cursor:pointer;background:#ffffff14;border:none;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.mobile-community-close:active{color:#fff;background:#ffffff26;transform:scale(.95)}.mobile-community-close svg{width:16px;height:16px}.mobile-community-menu-items{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:10px;padding:12px;display:grid}.mobile-community-item{color:#bbb;cursor:pointer;text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:90px;padding:18px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex;position:relative}.mobile-community-item:active{background:#ffffff1a;transform:scale(.97)}.mobile-community-item.active{color:#fff;background:linear-gradient(145deg,#0066ff40 0%,#00d4ff26 100%);border-color:#0066ff4d}.mobile-community-icon{background:#ffffff0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.mobile-community-icon svg{width:22px;height:22px}.mobile-community-item.active .mobile-community-icon{color:#00d4ff;background:#06f3}.mobile-community-label{font-size:12px;line-height:1.2}.mobile-community-check{color:#fff;background:#06f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:8px}.mobile-community-check svg{width:12px;height:12px}.mobile-community-item.coming-soon{opacity:.7;cursor:not-allowed}.mobile-community-item.coming-soon:active{transform:scale(1)}.mobile-community-item.requires-pro{opacity:.6}.mobile-community-item.requires-pro:active{opacity:1}.mobile-community-pro-badge{text-transform:uppercase;letter-spacing:.5px;color:#06f;background:#06f3;border:1px solid #0066ff4d;border-radius:8px;padding:2px 6px;font-size:9px;font-weight:700;position:absolute;top:8px;right:8px}.mobile-community-coming-soon{color:#f97316;letter-spacing:.3px;text-transform:uppercase;background:#f9731626;border:1px solid #f973164d;border-radius:8px;padding:2px 6px;font-size:9px;font-weight:700;position:absolute;top:8px;right:8px}.mobile-logo{color:#00d4ff;background:linear-gradient(135deg,#06f3 0%,#00d4ff26 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mobile-logo svg{width:20px;height:20px}@media (max-width:768px){.auth-gate{min-height:100vh;padding:40px 24px}.auth-gate-logo{align-items:center;gap:12px;margin-bottom:32px;display:flex}.auth-gate-logo .logo-icon{background:linear-gradient(135deg,var(--primary-blue),#00d4ff);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.auth-gate-logo .logo-icon svg{color:#fff;width:26px;height:26px}.auth-gate-logo .logo-text{font-size:22px;font-weight:700}.auth-gate-logo .trade{color:var(--text-white)}.auth-gate-logo .fx{color:var(--primary-blue)}.auth-gate-logo .book{color:var(--text-gray)}.auth-gate h1{font-size:28px;line-height:1.2}.auth-gate p{font-size:15px}.auth-actions{flex-direction:column;width:100%}.auth-actions .micro-btn{width:100%;padding:14px 24px;font-size:15px}.global-chat-container{height:100%!important}.global-chat-sidebar{display:none!important}.global-chat-main{border:none!important;width:100%!important}.friends-container{height:100%!important}.friends-sidebar{display:none!important}.friends-main{width:100%!important}.stats-grid-v3{grid-template-columns:1fr 1fr;gap:12px}.stat-card-v3{border-radius:16px;padding:16px}.stat-value-v3{font-size:20px}.stat-label-v3{font-size:11px}.account-header-v3{flex-direction:column;align-items:stretch;gap:16px}.account-actions{flex-wrap:wrap}.quick-stats-grid{grid-template-columns:1fr}.chart-container-v3{min-height:250px}.chart-header-v3{flex-direction:column;align-items:flex-start;gap:12px}.time-filters{flex-wrap:nowrap;width:100%;padding:3px;overflow-x:auto}.time-filter{flex-shrink:0;padding:6px 12px}.card{border-radius:20px;padding:20px}.card-header{flex-direction:column;align-items:flex-start;gap:12px}.trades-table-wrapper{margin:0 -16px;padding:0 16px;overflow-x:auto}.trades-table{min-width:600px}.trades-header{flex-direction:column;align-items:stretch;gap:16px}.trades-header-right{flex-wrap:wrap;gap:8px}.trade-filter-btn{flex:1;justify-content:center;min-width:80px}.journal-grid{grid-template-columns:1fr;gap:16px;height:auto}.journal-sidebar{max-height:none}.journal-sidebar-card{border-radius:16px;padding:16px}.journal-trade-list{max-height:300px}.journal-detail-symbol{font-size:22px}.journal-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.journal-stat{border-radius:12px;padding:12px}.journal-stat-value{font-size:15px}.analysis-grid{grid-template-columns:1fr}.analysis-card{border-radius:16px;padding:16px}.profile-header{text-align:center;flex-direction:column;align-items:center;gap:16px}.profile-avatar-container{margin:0 auto}.profile-tabs{margin:0 -16px;padding-bottom:8px;padding-left:16px;padding-right:16px;overflow-x:auto}.profile-tab{white-space:nowrap;flex-shrink:0}.leaderboard-header{flex-direction:column;gap:16px}.period-tabs{width:100%;overflow-x:auto}.period-tab{flex-shrink:0}.leaderboard-item{flex-direction:column;gap:12px;padding:16px}.community-grid{grid-template-columns:1fr}.community-card{border-radius:16px;padding:16px}.leaderboard-view{padding:12px!important}.leaderboard-header{flex-direction:column;gap:12px;padding:12px 0}.leaderboard-title-section{flex-direction:row;gap:12px}.leaderboard-icon-wrap{width:40px!important;height:40px!important}.leaderboard-icon-wrap svg{width:20px!important;height:20px!important}.leaderboard-title{font-size:20px!important}.leaderboard-subtitle{font-size:12px!important}.leaderboard-period-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;padding-bottom:4px;overflow-x:auto;gap:6px!important}.leaderboard-period-tabs::-webkit-scrollbar{display:none}.period-tab{flex-shrink:0;padding:8px 14px!important;font-size:12px!important}.period-icon{width:16px!important;height:16px!important}.leaderboard-item{flex-direction:column;gap:12px;border-radius:14px!important;padding:14px!important}.leaderboard-item.trader-item{grid-template-rows:auto auto!important;grid-template-columns:auto 1fr!important;gap:12px!important;display:grid!important}.leaderboard-item .item-rank{grid-row:1/3;align-self:center}.leaderboard-item .item-user{grid-area:1/2}.leaderboard-item .item-stats{grid-area:2/2;justify-content:flex-start!important;gap:16px!important}.leaderboard-item .item-pnl{text-align:right;position:absolute;top:14px;right:14px}.leaderboard-item .item-pnl .pnl-value{font-size:15px!important}.leaderboard-item .item-pnl .pnl-label{font-size:10px!important}.leaderboard-avatar{width:40px!important;height:40px!important}.leaderboard-item .user-name{font-size:14px!important}.leaderboard-item .user-handle{font-size:11px!important}.leaderboard-item .trader-stat .stat-value{font-size:14px!important}.leaderboard-item .trader-stat .stat-label{font-size:10px!important}.rank-badge{min-width:40px!important;font-size:11px!important}.rank-badge svg{width:14px!important;height:14px!important}.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:24px}.calendar-grid{gap:4px}.calendar-cell{border-radius:10px;min-height:50px;padding:6px}.calendar-cell .day-number,.calendar-cell .pnl-value{font-size:10px}.form-row{grid-template-columns:1fr}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;font-size:16px}.btn-primary,.btn-secondary{padding:12px 20px;font-size:14px}.modal-overlay{padding:16px}.feedback-modal,.modal-content{border-radius:20px;max-width:100%;margin:0}.positions-grid-v3{grid-template-columns:1fr}.position-card-v3{border-radius:16px;padding:16px}.top-nav{display:none}}@media (min-width:769px) and (max-width:1024px){.stats-grid-v3{grid-template-columns:repeat(3,1fr)}.journal-grid{grid-template-columns:300px 1fr}.positions-grid-v3,.pricing-grid{grid-template-columns:repeat(2,1fr)}.leaderboard-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.mobile-header{padding:10px 12px}.mobile-menu-btn,.mobile-header-btn,.mobile-avatar-btn{width:36px;height:36px}.mobile-page-title h1{font-size:16px}.mobile-bottom-nav{padding:6px 8px;padding-bottom:calc(6px + env(safe-area-inset-bottom))}.mobile-nav-item{min-width:50px;padding:6px 10px}.mobile-nav-icon svg{width:20px;height:20px}.mobile-nav-label{font-size:9px}.mobile-view-container{padding:12px}.stats-grid-v3{grid-template-columns:1fr}.stat-card-v3{padding:14px}.stat-value-v3{font-size:18px}.card{border-radius:16px;padding:16px}.calendar-cell{min-height:40px;padding:4px}.calendar-cell .day-number,.calendar-cell .pnl-value{font-size:9px}}@media (hover:none) and (pointer:coarse){.mobile-nav-item:hover{background:0 0}.mobile-nav-item:active{background:#ffffff0d}.mobile-sidebar-item:hover,.mobile-dropdown-item:hover{background:0 0}button,a,.clickable{min-width:44px;min-height:44px}.mobile-nav-item,.mobile-sidebar-item,.mobile-header-btn,.mobile-avatar-btn{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}}@media (max-width:896px) and (orientation:landscape){.mobile-header{min-height:50px;padding:8px 16px}.mobile-bottom-nav{padding:4px 16px}.mobile-nav-item{flex-direction:row;gap:8px;padding:8px 16px}.mobile-nav-item.active .mobile-nav-icon{width:28px;height:28px;padding:4px}.mobile-main-content{padding-bottom:60px}}@supports (padding-top:env(safe-area-inset-top)){.mobile-header{padding-top:calc(12px + env(safe-area-inset-top))}.mobile-sidebar{padding-top:env(safe-area-inset-top)}.mobile-bottom-nav{padding-bottom:calc(8px + env(safe-area-inset-bottom))}}@media (max-width:768px){html[data-theme=light] .mobile-header{background:linear-gradient(#fffffffa 0%,#f7f8fcf2 100%)}html[data-theme=light] .mobile-bottom-nav{background:linear-gradient(#fffffffa 0%,#f7f8fc 100%)}html[data-theme=light] .mobile-sidebar,html[data-theme=light] .mobile-dropdown{background:linear-gradient(#fff 0%,#f7f8fc 100%)}html[data-theme=light] .mobile-menu-btn,html[data-theme=light] .mobile-header-btn{background:#00000008;border-color:#00000014}html[data-theme=light] .mobile-sidebar-item.active{background:linear-gradient(135deg,#0066ff1a,#00d4ff0d)}html[data-theme=light] .mobile-community-menu{background:linear-gradient(#fffffffa 0%,#fafafc 100%);border-color:#0000001a;box-shadow:0 -12px 48px #00000026,0 0 0 1px #0000000d}html[data-theme=light] .mobile-community-menu-header{background:#00000005;border-color:#0000000f}html[data-theme=light] .mobile-community-menu-header span{color:#1a1a1a}html[data-theme=light] .mobile-community-close{color:#666;background:#0000000d}html[data-theme=light] .mobile-community-close:active{color:#333;background:#0000001a}html[data-theme=light] .mobile-community-item{color:#444;background:#0000000a;border-color:#0000000f}html[data-theme=light] .mobile-community-item:active{color:#1a1a1a;background:#00000014}html[data-theme=light] .mobile-community-item.active{color:#05d;background:linear-gradient(145deg,#0066ff26 0%,#00d4ff1a 100%);border-color:#0066ff40}html[data-theme=light] .mobile-community-icon{background:#0000000d}html[data-theme=light] .mobile-community-item.active .mobile-community-icon{color:#06f;background:#0066ff26}html[data-theme=light] .mobile-community-label{color:inherit}html[data-theme=light] .mobile-community-item.coming-soon{opacity:.7}html[data-theme=light] .mobile-community-coming-soon{color:#f97316;background:#f973161f;border-color:#f9731640}html[data-theme=light] .mobile-logo{background:linear-gradient(135deg,#0066ff1a 0%,#00d4ff14 100%)}.mobile-main-content::-webkit-scrollbar{width:0;display:none}.mobile-main-content{-ms-overflow-style:none;scrollbar-width:none}.mobile-dropdown-content::-webkit-scrollbar{width:4px}.mobile-dropdown-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}*{-webkit-tap-highlight-color:transparent}.mobile-nav-item,.mobile-sidebar-item,.mobile-header-btn,.mobile-avatar-btn,.mobile-dropdown-item{will-change:transform;transform:translateZ(0)}}html[data-theme=light] body{background-color:var(--bg-body)!important;color:var(--text-white)!important}html[data-theme=light] div{color:inherit}html[data-theme=light] [style*="rgba(255, 255, 255"],html[data-theme=light] [style*="rgba(255,255,255"]{background:var(--bg-card-lighter)!important}html[data-theme=light] [style*="background: #0"],html[data-theme=light] [style*="background: #1"],html[data-theme=light] [style*="background:#0"],html[data-theme=light] [style*="background:#1"],html[data-theme=light] [style*="background: linear-gradient(145deg, rgba(18"],html[data-theme=light] [style*="background: linear-gradient(135deg, rgba(0, 0, 0"]{background:var(--bg-card)!important}html[data-theme=light] [style*="color: #fff"],html[data-theme=light] [style*="color:#fff"],html[data-theme=light] [style*="color: white"],html[data-theme=light] [style*=color\:white],html[data-theme=light] [style*="color: #e"],html[data-theme=light] [style*="color:#e"],html[data-theme=light] [style*="color: #E"]{color:var(--text-white)!important}html[data-theme=light] [style*="color: #666"],html[data-theme=light] [style*="color:#666"]{color:var(--text-muted)!important}html[data-theme=light] [style*="color: #888"],html[data-theme=light] [style*="color:#888"]{color:var(--text-gray)!important}html[data-theme=light] [style*="color: #999"],html[data-theme=light] [style*="color:#999"],html[data-theme=light] [style*="color: #aaa"],html[data-theme=light] [style*="color:#aaa"]{color:var(--text-muted)!important}html[data-theme=light] [style*="border: 1px solid rgba(255, 255, 255"],html[data-theme=light] [style*="border: 1px solid rgba(255,255,255"],html[data-theme=light] [style*="borderColor: rgba(255"]{border-color:var(--border-color)!important}html[data-theme=light] .main-content{scrollbar-color:#00000026 transparent;background-color:var(--bg-body)!important;background:var(--bg-body)!important}html[data-theme=light] .main-content::-webkit-scrollbar-thumb{background:#00000026}html[data-theme=light] .main-content::-webkit-scrollbar-thumb:hover{background:#00000040}html[data-theme=light] .sidebar-v3{background:linear-gradient(180deg,var(--bg-sidebar)0%,#f5f6fa 100%);border-color:var(--border-color)}html[data-theme=light] .sidebar-collapse-btn{color:var(--text-gray);background:#00000008;border-color:#0000001a}html[data-theme=light] .sidebar-collapse-btn:hover{color:#fff;background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);border-color:#0000;box-shadow:0 4px 20px #0066ff80,0 0 30px #00d4ff33}html[data-theme=light] .sidebar-v3.collapsed .sidebar-collapse-btn{background:var(--bg-card);border-color:var(--border-color);color:var(--text-gray);box-shadow:0 4px 12px #0000001a,0 0 0 1px #0000000d}html[data-theme=light] .sidebar-v3.collapsed .sidebar-collapse-btn:hover{color:#fff;background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);border-color:#0000;box-shadow:0 4px 20px #0066ff80,0 0 30px #00d4ff33}html[data-theme=light] .logo-v3 .logo-icon{background:0 0}html[data-theme=light] .logo-v3 .logo-text .trade,html[data-theme=light] .logo-v3 .logo-text .book{color:var(--text-white)}html[data-theme=light] .user-card-v3{background:#00000008;border-color:#0000000f}html[data-theme=light] .user-card-v3:hover{background:#0000000f;border-color:#0000001a}html[data-theme=light] .user-avatar{background:linear-gradient(145deg,#e8eaef 0%,#d1d5dc 100%)}html[data-theme=light] .user-name{color:var(--text-white)}html[data-theme=light] .user-email,html[data-theme=light] .user-card-arrow,html[data-theme=light] .menu-label{color:var(--text-muted)}html[data-theme=light] .menu-item-v3{color:var(--text-gray)}html[data-theme=light] .menu-item-v3:hover{color:var(--text-white);background:#0000000a}html[data-theme=light] .menu-item-v3.active{color:var(--primary-blue);background:linear-gradient(135deg,#0066ff1f 0%,#00d4ff0f 100%)}html[data-theme=light] .menu-item-v3.active .menu-icon{color:var(--primary-blue)}html[data-theme=light] .menu-item-v3.has-submenu{color:var(--text-gray)}html[data-theme=light] .menu-item-v3.has-submenu:hover{background:#0000000a}html[data-theme=light] .menu-item-v3.has-submenu .menu-item-main{color:inherit}html[data-theme=light] .menu-item-v3.has-submenu .menu-item-main:hover,html[data-theme=light] .menu-item-v3.has-submenu:hover .menu-icon{color:var(--text-white)}html[data-theme=light] .menu-item-v3.has-submenu.active .menu-item-main,html[data-theme=light] .menu-item-v3.has-submenu.active .menu-icon{color:var(--primary-blue)}html[data-theme=light] .coming-soon-badge{color:#2563eb;background:#2981eb14;border-color:#2981eb26}html[data-theme=light] .submenu{background:0 0}html[data-theme=light] .submenu-item{color:var(--text-gray)}html[data-theme=light] .submenu-item:hover{color:var(--text-white);background:#0000000a}html[data-theme=light] .submenu-item.active{color:var(--primary-blue);background:#0066ff14}html[data-theme=light] .submenu-item.active .submenu-icon{color:var(--primary-blue)}html[data-theme=light] .submenu-icon{color:var(--text-gray)}html[data-theme=light] .submenu-item:hover .submenu-icon{color:var(--text-white)}html[data-theme=light] .submenu-toggle{color:var(--text-muted);background:#00000008}html[data-theme=light] .submenu-toggle:hover{color:var(--text-white);background:#0000000f}html[data-theme=light] .submenu-toggle.expanded{color:var(--primary-blue);background:#0066ff1a}html[data-theme=light] .bottom-item-v3{color:var(--text-gray)}html[data-theme=light] .bottom-item-v3:hover{color:var(--text-white);background:#0000000a}html[data-theme=light] .coming-soon-menu-btn{background:linear-gradient(135deg,#2981eb14 0%,#2563eb0a 100%);border-color:#2981eb26}html[data-theme=light] .coming-soon-menu-btn:hover{background:linear-gradient(135deg,#2981eb1f 0%,#2563eb14 100%);border-color:#2981eb40}html[data-theme=light] .coming-soon-menu-btn.active{background:linear-gradient(135deg,#2981eb26 0%,#2563eb1a 100%);border-color:#2981eb4d}html[data-theme=light] .coming-soon-menu-icon,html[data-theme=light] .coming-soon-menu-text{color:#2563eb}html[data-theme=light] .top-nav{background:linear-gradient(180deg,var(--bg-sidebar)0%,#f7f8fcf2 100%);border-color:var(--border-color)}html[data-theme=light] .page-title{color:var(--text-white)}html[data-theme=light] .page-date{color:var(--text-muted)}html[data-theme=light] .search-container{background:#00000008;border-color:#00000014}html[data-theme=light] .search-container:hover{border-color:#00000026}html[data-theme=light] .search-trigger{color:var(--text-gray)}html[data-theme=light] .search-placeholder{color:var(--text-muted)}html[data-theme=light] .search-shortcut{color:var(--text-muted);background:#0000000f}html[data-theme=light] .search-input{color:var(--text-white)}html[data-theme=light] .search-input::placeholder{color:var(--text-muted)}html[data-theme=light] .nav-icon-btn{color:var(--text-gray)}html[data-theme=light] .nav-icon-btn:hover{color:var(--text-white);background:#0000000d}html[data-theme=light] .nav-time{color:var(--text-gray);background:#00000008}html[data-theme=light] .dropdown-menu{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 12px 40px #0000001f,0 0 0 1px #0000000d}html[data-theme=light] .dropdown-header{border-color:var(--border-color)}html[data-theme=light] .dropdown-header span{color:var(--text-white)}html[data-theme=light] .enable-desktop-notif{border-color:var(--border-color);color:var(--text-gray);background:#0000000a}html[data-theme=light] .enable-desktop-notif:hover{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}html[data-theme=light] .dropdown-item{color:var(--text-gray)}html[data-theme=light] .dropdown-item:hover{color:var(--text-white);background:#0000000a}html[data-theme=light] .dropdown-divider{background:var(--border-color)}html[data-theme=light] .logout-item:hover{background:#ef444414}html[data-theme=light] .user-menu-trigger{color:var(--text-gray)}html[data-theme=light] .user-avatar-small{background:linear-gradient(145deg,#e8eaef 0%,#d1d5dc 100%)}html[data-theme=light] .user-dropdown-name{color:var(--text-white)}html[data-theme=light] .user-dropdown-email{color:var(--text-muted)}html[data-theme=light] .quick-action-item{color:var(--text-gray)}html[data-theme=light] .quick-action-item:hover{color:var(--text-white);background:#0000000a}html[data-theme=light] .quick-action-icon{background:#0000000a}html[data-theme=light] .notifications-dropdown .notification-item{border-color:var(--border-color)}html[data-theme=light] .notification-item:hover{background:#00000008}html[data-theme=light] .notification-item.unread{background:#0066ff0a}html[data-theme=light] .notification-title{color:var(--text-white)}html[data-theme=light] .notification-message{color:var(--text-gray)}html[data-theme=light] .notification-time{color:var(--text-muted)}html[data-theme=light] .notification-icon{background:#0000000d}html[data-theme=light] .empty-notifications{color:var(--text-muted)}html[data-theme=light] .dropdown-footer{border-color:var(--border-color);background:#00000005}html[data-theme=light] .mark-all-read{color:var(--primary-blue)}html[data-theme=light] .dashboard-v3{background:var(--bg-body)}html[data-theme=light] .stat-card-v3{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 2px 8px #0000000a}html[data-theme=light] .stat-card-v3:hover{border-color:#0000001f;box-shadow:0 8px 24px #00000014}html[data-theme=light] .stat-card-v3.primary{background:linear-gradient(145deg,#0066ff0f 0%,#00286408 100%);border-color:#0066ff26}html[data-theme=light] .stat-card-v3.primary:hover{border-color:#0066ff40;box-shadow:0 12px 32px #0066ff1a}html[data-theme=light] .stat-icon-wrap{background:#0000000a}html[data-theme=light] .stat-icon-wrap.gradient-blue{background:linear-gradient(135deg,#0066ff26 0%,#00d4ff1a 100%)}html[data-theme=light] .stat-icon-wrap.gradient-yellow{background:linear-gradient(135deg,#ffc10726 0%,#ff98001a 100%)}html[data-theme=light] .stat-icon-wrap.gradient-green{background:linear-gradient(135deg,#2981eb26 0%,#2981eb1a 100%)}html[data-theme=light] .stat-icon-wrap.gradient-purple{background:linear-gradient(135deg,#9c27b026 0%,#673ab71a 100%)}html[data-theme=light] .stat-badge{color:var(--primary-blue);background:#0066ff1a}html[data-theme=light] .stat-label-v3{color:var(--text-gray)}html[data-theme=light] .stat-value-v3{color:var(--text-white)}html[data-theme=light] .stat-value-v3.positive{color:var(--success)}html[data-theme=light] .stat-value-v3.negative{color:#ef4444}html[data-theme=light] .stat-sub-v3{color:var(--text-muted)}html[data-theme=light] .stat-change{color:var(--text-gray)}html[data-theme=light] .win-rate-bar{background:#0000000f}html[data-theme=light] .performance-chart-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .performance-chart-header{border-color:var(--border-color)}html[data-theme=light] .performance-label{color:var(--text-gray)}html[data-theme=light] .performance-value{color:var(--text-white)}html[data-theme=light] .performance-value.positive{color:var(--success)}html[data-theme=light] .performance-value.negative{color:#ef4444}html[data-theme=light] .time-range-selector{background:#0000000a}html[data-theme=light] .time-range-btn{color:var(--text-gray)}html[data-theme=light] .time-range-btn:hover{color:var(--text-white)}html[data-theme=light] .time-range-btn.active{color:#fff}html[data-theme=light] .time-range-indicator{background:var(--primary-blue)}html[data-theme=light] .chart-empty-state{color:var(--text-muted)}html[data-theme=light] .chart-empty-state h4{color:var(--text-gray)}html[data-theme=light] .card-v3{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .card-title-v3{color:var(--text-white)}html[data-theme=light] .position-card-v3{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .position-card-v3.positive{background:linear-gradient(145deg,#2981eb0f 0%,var(--bg-card-lighter)100%);border-color:#2981eb33}html[data-theme=light] .position-card-v3.negative{background:linear-gradient(145deg,#ff3d000f 0%,var(--bg-card-lighter)100%);border-color:#ff3d0033}html[data-theme=light] .position-symbol-v3{color:var(--text-white)}html[data-theme=light] .position-stat .label{color:var(--text-muted)}html[data-theme=light] .position-stat .value{color:var(--text-gray)}html[data-theme=light] .live-badge{background:#2981eb1a}html[data-theme=light] .streamer-mode-badge{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef444440}html[data-theme=light] .streamer-mode-badge svg{color:#fff}html[data-theme=light] .positions-total span{color:var(--text-gray)}html[data-theme=light] .positions-total span.positive{color:var(--success)}html[data-theme=light] .positions-total span.negative{color:#ef4444}html[data-theme=light] .position-pnl-v3.positive{color:var(--success)}html[data-theme=light] .position-pnl-v3.negative{color:#ef4444}html[data-theme=light] .empty-state-v3,html[data-theme=light] .activity-count{color:var(--text-muted)}html[data-theme=light] .activity-item-v3{border-color:var(--border-color)}html[data-theme=light] .activity-symbol{color:var(--text-white)}html[data-theme=light] .activity-date,html[data-theme=light] .activity-qty{color:var(--text-muted)}html[data-theme=light] .activity-pnl.positive{color:var(--success)}html[data-theme=light] .activity-pnl.negative{color:#ef4444}html[data-theme=light] .calendar-v3 .weekday-v3{color:var(--text-muted)}html[data-theme=light] .calendar-day-v3{background:var(--bg-card-lighter);border-color:#0000000f}html[data-theme=light] .calendar-day-v3 .day-number{color:var(--text-gray)}html[data-theme=light] .calendar-day-v3.profit{background:linear-gradient(145deg,#2981eb1a 0%,var(--bg-card-lighter)100%);border-color:#2981eb40}html[data-theme=light] .calendar-day-v3.loss{background:linear-gradient(145deg,#ff3d001a 0%,var(--bg-card-lighter)100%);border-color:#ff3d0040}html[data-theme=light] .calendar-legend-v3{color:var(--text-muted)}html[data-theme=light] .day-trades-modal{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 16px 48px #00000026}html[data-theme=light] .day-trades-modal .modal-header{border-color:var(--border-color)}html[data-theme=light] .day-trades-modal h4{color:var(--text-white)}html[data-theme=light] .day-trades-modal .trade-count,html[data-theme=light] .day-trades-modal .close-btn{color:var(--text-muted)}html[data-theme=light] .day-trades-modal .close-btn:hover{color:var(--text-white);background:#0000000f}html[data-theme=light] .trade-item-mini{border-color:var(--border-color)}html[data-theme=light] .trade-item-mini .symbol,html[data-theme=light] .day-trades-modal .pnl{color:var(--text-white)}html[data-theme=light] .day-trades-modal .pnl.positive{color:var(--success)}html[data-theme=light] .day-trades-modal .pnl.negative{color:#ef4444}html[data-theme=light] .view-all-btn{color:var(--text-gray);border-color:var(--border-color);background:#0000000a}html[data-theme=light] .view-all-btn:hover{color:var(--primary-blue);background:#0066ff14;border-color:#06f3}html[data-theme=light] .detailed-trades-backdrop{background:#00000080}html[data-theme=light] .detailed-trades-modal{border-color:var(--border-color);background:#fff;box-shadow:0 25px 50px -12px #00000040}html[data-theme=light] .detailed-trades-header{border-color:var(--border-color)}html[data-theme=light] .detailed-trades-title h3{color:var(--text-white)}html[data-theme=light] .detailed-trades-count{color:var(--text-muted)}html[data-theme=light] .detailed-trades-close{border-color:var(--border-color);color:var(--text-muted);background:#0000000a}html[data-theme=light] .detailed-trades-close:hover{color:var(--text-white);background:#00000014}html[data-theme=light] .detailed-trades-list{border-color:var(--border-color)}html[data-theme=light] .detailed-trade-item:hover{background:#00000008}html[data-theme=light] .detailed-trade-item.selected{background:#0066ff14;border-color:#06f3}html[data-theme=light] .detailed-trade-symbol{color:var(--text-white)}html[data-theme=light] .detailed-trade-prices,html[data-theme=light] .detailed-trade-meta{color:var(--text-muted)}html[data-theme=light] .detailed-trades-chart{background:#f8fafc}html[data-theme=light] .detailed-chart-header{border-color:var(--border-color)}html[data-theme=light] .detailed-chart-symbol{color:var(--text-white)}html[data-theme=light] .detailed-chart-stat .label{color:var(--text-muted)}html[data-theme=light] .detailed-chart-stat .value{color:var(--text-white)}html[data-theme=light] .detailed-chart-empty{color:var(--text-muted)}html[data-theme=light] .symbol-row-v3{border-color:var(--border-color)}html[data-theme=light] .symbol-rank{color:var(--text-muted)}html[data-theme=light] .symbol-name{color:var(--text-white)}html[data-theme=light] .symbol-trades{color:var(--text-muted)}html[data-theme=light] .symbol-pnl.positive{color:var(--success)}html[data-theme=light] .symbol-pnl.negative{color:#ef4444}html[data-theme=light] .quick-stats-v3{background:var(--bg-card)}html[data-theme=light] .quick-stat{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .qs-label{color:var(--text-muted)}html[data-theme=light] .qs-value{color:var(--text-white)}html[data-theme=light] .qs-value.positive{color:var(--success)}html[data-theme=light] .qs-value.negative{color:#ef4444}html[data-theme=light] table th{color:var(--text-muted);border-color:var(--border-color)}html[data-theme=light] table td{border-color:var(--border-color);color:var(--text-white)}html[data-theme=light] .trades-table th{border-color:var(--border-color)}html[data-theme=light] .trades-table td{color:var(--text-white);border-color:#0000000f}html[data-theme=light] .trades-table tr:hover td{background:#00000005}html[data-theme=light] .cell-icon{background:var(--bg-card-lighter)}html[data-theme=light] .date-cell{color:var(--text-muted)}html[data-theme=light] .form-input,html[data-theme=light] .form-group-v2 input,html[data-theme=light] .form-group-v2 select,html[data-theme=light] .form-group-v2 textarea{background:var(--bg-card-lighter);border-color:var(--border-color);color:var(--text-white)}html[data-theme=light] .form-group-v2 input:hover,html[data-theme=light] .form-group-v2 select:hover,html[data-theme=light] .form-group-v2 textarea:hover{border-color:#0003}html[data-theme=light] .form-group-v2 input:focus,html[data-theme=light] .form-group-v2 select:focus,html[data-theme=light] .form-group-v2 textarea:focus{border-color:var(--primary-blue);background:var(--bg-card)}html[data-theme=light] .form-group-v2 input::placeholder,html[data-theme=light] .form-group-v2 textarea::placeholder{color:var(--text-muted)}html[data-theme=light] .form-group-v2 label{color:var(--text-gray)}html[data-theme=light] .form-group-v2 select option{background:var(--bg-card);color:var(--text-white)}html[data-theme=light] .btn-v2.secondary{border-color:var(--border-color);color:var(--text-gray);background:#0000000a}html[data-theme=light] .btn-v2.secondary:hover{color:var(--text-white);background:#00000014}html[data-theme=light] .btn-v2.ghost{color:var(--text-gray);border-color:var(--border-color);background:0 0}html[data-theme=light] .btn-v2.ghost:hover{color:var(--text-white);background:#0000000a}html[data-theme=light] .btn-secondary{border-color:var(--border-color);color:var(--text-gray);background:#0000000a}html[data-theme=light] .btn-secondary:hover{color:var(--text-white);background:#00000014}html[data-theme=light] .micro-btn{border-color:var(--border-color);color:var(--text-gray);background:#0000000a}html[data-theme=light] .micro-btn:hover{color:var(--text-white);background:#00000014}html[data-theme=light] .modal-overlay{background:#0006}html[data-theme=light] .modal-content{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 24px 80px #0003}html[data-theme=light] .modal-content h3{color:var(--text-white)}html[data-theme=light] .modal-content p{color:var(--text-gray)}html[data-theme=light] .modal-close-btn{color:var(--text-muted)}html[data-theme=light] .modal-close-btn:hover{color:var(--text-white);background:#0000000f}html[data-theme=light] .feedback-modal{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .feedback-modal-header{border-color:var(--border-color)}html[data-theme=light] .feedback-modal-header h3{color:var(--text-white)}html[data-theme=light] .feedback-modal-body label{color:var(--text-gray)}html[data-theme=light] .feedback-select,html[data-theme=light] .feedback-textarea{background:var(--bg-card-lighter);border-color:var(--border-color);color:var(--text-white)}html[data-theme=light] .feedback-select option{background:var(--bg-card);color:var(--text-white)}html[data-theme=light] .feedback-textarea::placeholder{color:var(--text-muted)}html[data-theme=light] .card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .card-header{border-color:var(--border-color)}html[data-theme=light] .card-title{color:var(--text-gray)}html[data-theme=light] .section-live,html[data-theme=light] .section-trades{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .section-live{background:linear-gradient(145deg,#2981eb0a,var(--bg-card));border-color:#2981eb26}html[data-theme=light] .section-header h2{color:var(--text-white)}html[data-theme=light] .section-count{color:var(--text-muted)}html[data-theme=light] .connect-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .connect-header h2{color:var(--text-white)}html[data-theme=light] .connect-header p{color:var(--text-muted)}html[data-theme=light] .total-holding{background:linear-gradient(135deg,var(--bg-card)0%,var(--bg-card-lighter)100%)}html[data-theme=light] .total-holding:before{background:radial-gradient(circle,#0066ff0d 0%,#0000 60%)}html[data-theme=light] .holding-value{color:var(--text-white)}html[data-theme=light] .stock-card{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .stock-value{color:var(--text-white)}html[data-theme=light] .stock-symbol{color:var(--text-gray)}html[data-theme=light] .stock-units{color:var(--text-muted)}html[data-theme=light] .circle-btn{border-color:var(--border-color);color:var(--text-gray);box-shadow:none;background:#0000000a}html[data-theme=light] .circle-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#0066ff1a}html[data-theme=light] .time-filters{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .time-filter{color:var(--text-gray)}html[data-theme=light] .tab-pill{color:var(--text-gray);border-color:var(--border-color)}html[data-theme=light] .nav-pill{background:var(--bg-card-lighter);color:var(--text-gray)}html[data-theme=light] .nav-pill:hover,html[data-theme=light] .nav-pill.active{color:var(--text-white);background:#00000014}html[data-theme=light] .journal-trade-item{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .journal-trade-item:hover{border-color:#00000026}html[data-theme=light] .journal-trade-item.active{background:linear-gradient(145deg,#0066ff0f,var(--bg-card));border-color:#0066ff40}html[data-theme=light] .journal-trade-top .symbol{color:var(--text-white)}html[data-theme=light] .journal-trade-meta{color:var(--text-muted)}html[data-theme=light] .journal-field textarea,html[data-theme=light] .journal-field input,html[data-theme=light] .journal-field select{background:var(--bg-card-lighter);border-color:var(--border-color);color:var(--text-white)}html[data-theme=light] .journal-field label{color:var(--text-gray)}html[data-theme=light] .journal-trade-card.selected{background:#fff;border-color:#0066ff80}html[data-theme=light] .journal-symbol{color:var(--text-white)}html[data-theme=light] .journal-stat{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .journal-stat-label{color:var(--text-muted)}html[data-theme=light] .journal-stat-value{color:var(--text-white)}html[data-theme=light] .journal-section-title{color:var(--text-gray)}html[data-theme=light] .journal-notes-box{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .journal-notes-box p{color:var(--text-gray)}html[data-theme=light] .journal-notes-textarea{color:var(--text-white)}html[data-theme=light] .journal-notes-textarea::placeholder{color:var(--text-muted)}html[data-theme=light] .journal-screenshot{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .journal-screenshot.add-screenshot{color:var(--text-muted)}html[data-theme=light] .journal-checklist-item{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .journal-checkbox{border-color:var(--border-color)}html[data-theme=light] .journal-rating-star{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .journal-rating-star svg{stroke:var(--text-muted)}html[data-theme=light] .journal-empty-state{color:var(--text-muted)}html[data-theme=light] .journal-empty-state h3{color:var(--text-gray)}html[data-theme=light] .journal-action-bar{border-color:var(--border-color)}html[data-theme=light] .calendar-cell{background:var(--bg-card-lighter);border-color:#0000000f}html[data-theme=light] .calendar-cell .day-number{color:var(--text-muted)}html[data-theme=light] .calendar-cell.positive{background:linear-gradient(145deg,#2981eb14,var(--bg-card-lighter));border-color:#2981eb4d}html[data-theme=light] .calendar-cell.negative{background:linear-gradient(145deg,#ff3d0014,var(--bg-card-lighter));border-color:#ff3d004d}html[data-theme=light] .calendar-cell.neutral{border-color:#00000014}html[data-theme=light] .calendar-legend{color:var(--text-muted)}html[data-theme=light] .watchlist-item{border-color:var(--border-color)}html[data-theme=light] .w-price{color:var(--text-white)}html[data-theme=light] .feed-post{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .post-author{color:var(--text-white)}html[data-theme=light] .post-time,html[data-theme=light] .post-content{color:var(--text-gray)}html[data-theme=light] .post-actions{border-color:var(--border-color)}html[data-theme=light] .action-btn{color:var(--text-gray)}html[data-theme=light] .create-input{background:var(--bg-card-lighter);border-color:var(--border-color);color:var(--text-white)}html[data-theme=light] .trending-item{border-color:var(--border-color)}html[data-theme=light] .trend-rank{color:var(--text-muted)}html[data-theme=light] .trend-tag{color:var(--text-white)}html[data-theme=light] .trend-posts{color:var(--text-gray)}html[data-theme=light] .news-card{border-color:var(--border-color)}html[data-theme=light] .news-title{color:var(--text-white)}html[data-theme=light] .news-summary{color:var(--text-gray)}html[data-theme=light] .news-meta{color:var(--text-muted)}html[data-theme=light] .snapshot-item{border-color:var(--border-color)}html[data-theme=light] .snapshot-symbol{color:var(--text-muted)}html[data-theme=light] .snapshot-price{color:var(--text-white)}html[data-theme=light] .support-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .support-card h4{color:var(--text-white)}html[data-theme=light] .support-card p,html[data-theme=light] .support-card-item{color:var(--text-gray)}html[data-theme=light] .support-card-item:hover{color:var(--text-white);background:#0000000a}html[data-theme=light] .setting-row{border-color:var(--border-color)}html[data-theme=light] .toggle-chip{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .swap-indicator{background:#0000000a}html[data-theme=light] .profile-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .auth-gate{background-color:var(--bg-body)}html[data-theme=light] .auth-gate h1{color:var(--text-white)}html[data-theme=light] .auth-gate p{color:var(--text-gray)}html[data-theme=light] .cl-card{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=light] .chart-tooltip{background:var(--bg-card);border-color:var(--border-color);color:var(--text-white)}html[data-theme=light] .sidebar-bottom-card{border-color:var(--border-color);background:linear-gradient(145deg,#00000008,#0000000f)}html[data-theme=light] .dashboard-loading-v3{color:var(--text-gray)}html[data-theme=light] .loading-pulse .pulse-ring{border-color:#0066ff4d}html[data-theme=light] .loading-pulse .pulse-core{background:var(--primary-blue)}html[data-theme=light] .stat-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .stat-label{color:var(--text-gray)}html[data-theme=light] .stat-value{color:var(--text-white)}html[data-theme=light] .pill.muted{color:var(--text-muted);background:#0000000a;border-color:#0000001a}html[data-theme=light] .account-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .subscription-page,body.theme-light .subscription-page{color:#0a0a0e!important;background:0 0!important}html[data-theme=light] .subscription-page .hero h1,body.theme-light .subscription-page .hero h1{color:#0a0a0e!important}html[data-theme=light] .subscription-page .hero p,body.theme-light .subscription-page .hero p{color:#6b7280!important}html[data-theme=light] .subscription-page .billing-switch,body.theme-light .subscription-page .billing-switch{background:#f1f3f7!important;border:1px solid #e5e7eb!important}html[data-theme=light] .subscription-page .billing-switch span,body.theme-light .subscription-page .billing-switch span{color:#6b7280!important}html[data-theme=light] .subscription-page .billing-switch span.active,body.theme-light .subscription-page .billing-switch span.active{color:#0a0a0e!important}html[data-theme=light] .subscription-page .billing-switch button,body.theme-light .subscription-page .billing-switch button{background:#d1d5db!important}html[data-theme=light] .subscription-page .billing-switch .knob,body.theme-light .subscription-page .billing-switch .knob{background:#fff!important;box-shadow:0 2px 4px #0000001a!important}html[data-theme=light] .subscription-page .discount,body.theme-light .subscription-page .discount{color:#2981eb!important;background:#2981eb1a!important}html[data-theme=light] .subscription-page .message.success,body.theme-light .subscription-page .message.success{color:#2981eb!important;background:#2981eb1a!important;border-color:#2981eb33!important}html[data-theme=light] .subscription-page .message.error,body.theme-light .subscription-page .message.error{color:#ef4444!important;background:#ef44441a!important;border-color:#ef444433!important}html[data-theme=light] .subscription-page .current-plan-card,body.theme-light .subscription-page .current-plan-card{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 1px 3px #0000000d!important}html[data-theme=light] .subscription-page .plan-renewal,body.theme-light .subscription-page .plan-renewal{color:#6b7280!important}html[data-theme=light] .subscription-page .manage-btn,body.theme-light .subscription-page .manage-btn{color:#374151!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .subscription-page .manage-btn:hover:not(:disabled),body.theme-light .subscription-page .manage-btn:hover:not(:disabled){background:#e5e7eb!important;border-color:#d1d5db!important}html[data-theme=light] .subscription-page .btn-spinner,body.theme-light .subscription-page .btn-spinner{border-color:#06f #0000001a #0000001a!important}html[data-theme=light] .subscription-page .plan-card,body.theme-light .subscription-page .plan-card{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 1px 3px #0000000d!important}html[data-theme=light] .subscription-page .plan-card:hover,body.theme-light .subscription-page .plan-card:hover{background:#fff!important;border-color:#06f3!important;transform:translateY(-4px)!important;box-shadow:0 8px 24px #00000014!important}html[data-theme=light] .subscription-page .plan-card.popular,body.theme-light .subscription-page .plan-card.popular{background:linear-gradient(#0066ff0a 0%,#fff 100%)!important;border-color:#0066ff4d!important;box-shadow:0 4px 16px #0066ff1a!important}html[data-theme=light] .subscription-page .plan-card.current,body.theme-light .subscription-page .plan-card.current{background:linear-gradient(#2981eb0a 0%,#fff 100%)!important;border-color:#2981eb4d!important}html[data-theme=light] .subscription-page .popular-badge,body.theme-light .subscription-page .popular-badge{color:#fff!important;background:#06f!important;box-shadow:0 4px 12px #0066ff4d!important}html[data-theme=light] .subscription-page .current-badge,body.theme-light .subscription-page .current-badge{color:#2981eb!important;background:#2981eb1a!important}html[data-theme=light] .subscription-page .plan-header h3,body.theme-light .subscription-page .plan-header h3{color:#0a0a0e!important}html[data-theme=light] .subscription-page .plan-header p,body.theme-light .subscription-page .plan-header p{color:#6b7280!important}html[data-theme=light] .subscription-page .plan-price,body.theme-light .subscription-page .plan-price{border-top-color:#e5e7eb!important;border-bottom-color:#e5e7eb!important}html[data-theme=light] .subscription-page .plan-price .amount,body.theme-light .subscription-page .plan-price .amount{color:#0a0a0e!important}html[data-theme=light] .subscription-page .plan-price .period,body.theme-light .subscription-page .plan-price .period{color:#6b7280!important}html[data-theme=light] .subscription-page .plan-price .yearly-note,body.theme-light .subscription-page .plan-price .yearly-note{color:#2981eb!important}html[data-theme=light] .subscription-page .plan-features li,body.theme-light .subscription-page .plan-features li{color:#374151!important}html[data-theme=light] .subscription-page .feature-check-icon,body.theme-light .subscription-page .feature-check-icon{color:#2981eb!important}html[data-theme=light] .subscription-page .plan-btn,body.theme-light .subscription-page .plan-btn{color:#374151!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .subscription-page .plan-btn:hover:not(:disabled),body.theme-light .subscription-page .plan-btn:hover:not(:disabled){color:#0a0a0e!important;background:#e5e7eb!important;border-color:#d1d5db!important}html[data-theme=light] .subscription-page .plan-btn.primary,body.theme-light .subscription-page .plan-btn.primary{color:#fff!important;background:#06f!important;border-color:#06f!important}html[data-theme=light] .subscription-page .plan-btn.primary:hover:not(:disabled),body.theme-light .subscription-page .plan-btn.primary:hover:not(:disabled){background:#0052cc!important;border-color:#0052cc!important}html[data-theme=light] .subscription-page .plan-btn.current,body.theme-light .subscription-page .plan-btn.current{color:#2981eb!important;background:#2981eb1a!important;border-color:#2981eb4d!important}html[data-theme=light] .subscription-page .comparison-header h2,body.theme-light .subscription-page .comparison-header h2{color:#0a0a0e!important}html[data-theme=light] .subscription-page .comparison-header p,body.theme-light .subscription-page .comparison-header p{color:#6b7280!important}html[data-theme=light] .subscription-page .comparison-table,body.theme-light .subscription-page .comparison-table{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 1px 3px #0000000d!important}html[data-theme=light] .subscription-page .table-header,body.theme-light .subscription-page .table-header{background:#f9fafb!important;border-bottom-color:#e5e7eb!important}html[data-theme=light] .subscription-page .feature-label,body.theme-light .subscription-page .feature-label{color:#6b7280!important}html[data-theme=light] .subscription-page .plan-label,body.theme-light .subscription-page .plan-label{color:#0a0a0e!important}html[data-theme=light] .subscription-page .plan-label.popular,body.theme-light .subscription-page .plan-label.popular{color:#06f!important;background:#0066ff14!important}html[data-theme=light] .subscription-page .category-group,body.theme-light .subscription-page .category-group{border-bottom-color:#e5e7eb!important}html[data-theme=light] .subscription-page .category-name,body.theme-light .subscription-page .category-name{color:#6b7280!important;background:#f9fafb!important}html[data-theme=light] .subscription-page .feature-row,body.theme-light .subscription-page .feature-row{border-bottom-color:#f3f4f6!important}html[data-theme=light] .subscription-page .feature-name,body.theme-light .subscription-page .feature-name,html[data-theme=light] .subscription-page .feature-value,body.theme-light .subscription-page .feature-value{color:#374151!important}html[data-theme=light] .subscription-page .feature-value.popular,body.theme-light .subscription-page .feature-value.popular{background:#0066ff0a!important}html[data-theme=light] .subscription-page .check,body.theme-light .subscription-page .check{color:#2981eb!important}html[data-theme=light] .subscription-page .dash,body.theme-light .subscription-page .dash{color:#d1d5db!important}html[data-theme=light] .subscription-page .text-value,body.theme-light .subscription-page .text-value{color:#374151!important}html[data-theme=light] .subscription-page .faq h2,body.theme-light .subscription-page .faq h2{color:#0a0a0e!important}html[data-theme=light] .subscription-page .faq-item,body.theme-light .subscription-page .faq-item{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 1px 3px #0000000d!important}html[data-theme=light] .subscription-page .faq-item:hover,body.theme-light .subscription-page .faq-item:hover{border-color:#06f3!important;box-shadow:0 4px 12px #00000014!important}html[data-theme=light] .subscription-page .faq-item h4,body.theme-light .subscription-page .faq-item h4{color:#0a0a0e!important}html[data-theme=light] .subscription-page .faq-item p,body.theme-light .subscription-page .faq-item p{color:#6b7280!important}html[data-theme=light] .subscription-page .plan-badge.pro,body.theme-light .subscription-page .plan-badge.pro{color:#fff!important;background:#06f!important}html[data-theme=light] .subscription-page .plan-badge.elite,body.theme-light .subscription-page .plan-badge.elite{color:#fff!important;background:linear-gradient(135deg,#9333ea 0%,#c026d3 100%)!important}html[data-theme=light] .subscription-page .status-badge.active,body.theme-light .subscription-page .status-badge.active{color:#2981eb!important;background:#2981eb1a!important}html[data-theme=light] .subscription-page .status-badge.cancelled,body.theme-light .subscription-page .status-badge.cancelled{color:#ff9800!important;background:#ff98001a!important}html[data-theme=light] .subscription-tier-badge{background:#0000000d}html[data-theme=light] .subscription-tier-badge.pro{color:var(--primary-blue);background:#0066ff1a}html[data-theme=light] .subscription-tier-badge.elite{color:#d4a106;background:#ffc1071a}html[data-theme=light] .subscription-page [style*="color: #fff"],html[data-theme=light] .subscription-page [style*="color: #ccc"],html[data-theme=light] .subscription-page [style*="color: #888"],html[data-theme=light] .subscription-page [style*="color: #666"],body.theme-light .subscription-page [style*="color: #fff"],body.theme-light .subscription-page [style*="color: #ccc"],body.theme-light .subscription-page [style*="color: #888"],body.theme-light .subscription-page [style*="color: #666"]{color:inherit!important}html[data-theme=light] .subscription-page [style*="background: rgba(255,255,255,0.02"],html[data-theme=light] .subscription-page [style*="background: rgba(255,255,255,0.03"],html[data-theme=light] .subscription-page [style*="background: rgba(255,255,255,0.04"],html[data-theme=light] .subscription-page [style*="background: rgba(255,255,255,0.05"],html[data-theme=light] .subscription-page [style*="background: rgba(255,255,255,0.08"],body.theme-light .subscription-page [style*="background: rgba(255,255,255,0.02"],body.theme-light .subscription-page [style*="background: rgba(255,255,255,0.03"],body.theme-light .subscription-page [style*="background: rgba(255,255,255,0.04"],body.theme-light .subscription-page [style*="background: rgba(255,255,255,0.05"],body.theme-light .subscription-page [style*="background: rgba(255,255,255,0.08"]{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .subscription-page [style*="border: 1px solid rgba(255,255,255"],html[data-theme=light] .subscription-page [style*="border-top: 1px solid rgba(255,255,255"],html[data-theme=light] .subscription-page [style*="border-bottom: 1px solid rgba(255,255,255"],body.theme-light .subscription-page [style*="border: 1px solid rgba(255,255,255"],body.theme-light .subscription-page [style*="border-top: 1px solid rgba(255,255,255"],body.theme-light .subscription-page [style*="border-bottom: 1px solid rgba(255,255,255"]{border-color:#e5e7eb!important}html[data-theme=light] .subscription-page .plan-card,body.theme-light .subscription-page .plan-card{transition:all .3s cubic-bezier(.4,0,.2,1)!important}html[data-theme=light] .subscription-page .plan-card:hover,body.theme-light .subscription-page .plan-card:hover{transform:translateY(-4px)!important}html[data-theme=light] .subscription-page .plan-card.popular:hover,body.theme-light .subscription-page .plan-card.popular:hover{box-shadow:0 12px 32px #0066ff26!important}html[data-theme=light] .profile-settings-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .metric-card,body.theme-light .metric-card{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .metric-card:hover,body.theme-light .metric-card:hover{border-color:#06f3!important;box-shadow:0 8px 24px #00000014!important}html[data-theme=light] .metric-card.primary,body.theme-light .metric-card.primary{background:linear-gradient(145deg,#0066ff0f,#00328208)!important;border-color:#0066ff26!important}html[data-theme=light] .metric-label{color:var(--text-muted)!important}html[data-theme=light] .metric-detail{color:var(--text-gray)!important}html[data-theme=light] .metric-hint{color:var(--text-muted)!important}html[data-theme=light] .analysis-card,html[data-theme=light] .quick-stats-card,html[data-theme=light] .equity-card,html[data-theme=light] .distribution-card,html[data-theme=light] .recent-trades-card,body.theme-light .analysis-card,body.theme-light .quick-stats-card,body.theme-light .equity-card,body.theme-light .distribution-card,body.theme-light .recent-trades-card{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .analysis-card:hover,html[data-theme=light] .quick-stats-card:hover,html[data-theme=light] .equity-card:hover,body.theme-light .analysis-card:hover,body.theme-light .quick-stats-card:hover,body.theme-light .equity-card:hover{border-color:#0066ff26!important;box-shadow:0 8px 24px #0000000f!important}html[data-theme=light] .analysis-card-title,html[data-theme=light] .card-title{color:var(--text-white)!important}html[data-theme=light] .quick-stat-item,body.theme-light .quick-stat-item{background:#f9fafb!important;border-color:#e5e7eb!important}html[data-theme=light] .quick-stat-label{color:var(--text-muted)!important}html[data-theme=light] .quick-stat-value{color:var(--text-white)!important}html[data-theme=light] .stat-card-v2{background:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=light] .stat-card-v2:hover{border-color:#0000001a!important}html[data-theme=light] .stat-card-v2.primary{background:linear-gradient(135deg,#0066ff14,#003c960a)!important;border-color:#0066ff26!important}html[data-theme=light] .filters-panel,body.theme-light .filters-panel{background:#f1f3f7e6!important;border-color:#e5e7eb!important}html[data-theme=light] .filter-group label,body.theme-light .filter-group label{color:#6b7280!important}html[data-theme=light] .filter-btn,body.theme-light .filter-btn{color:#374151!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .filter-btn:hover,body.theme-light .filter-btn:hover{color:#0a0a0e!important;background:#0000000a!important;border-color:#d1d5db!important}html[data-theme=light] .filter-btn.active,body.theme-light .filter-btn.active{color:#06f!important;background:#0066ff1a!important;border-color:#0066ff4d!important}html[data-theme=light] .filter-btn.profitable.active,body.theme-light .filter-btn.profitable.active{color:#2981eb!important;background:#2981eb1a!important;border-color:#2981eb4d!important}html[data-theme=light] .filter-btn.loss.active,body.theme-light .filter-btn.loss.active{color:#ef4444!important;background:#ef44441a!important;border-color:#ef44444d!important}html[data-theme=light] .date-inputs input,body.theme-light .date-inputs input{color:#0a0a0e!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .date-inputs input:focus,body.theme-light .date-inputs input:focus{border-color:#0066ff80!important}html[data-theme=light] .date-inputs span,body.theme-light .date-inputs span{color:#6b7280!important}html[data-theme=light] .filter-pills,body.theme-light .filter-pills{background:0 0!important}html[data-theme=light] .filter-pill,body.theme-light .filter-pill{color:#374151!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .filter-pill:hover,body.theme-light .filter-pill:hover{color:#0a0a0e!important;background:#0000000a!important;border-color:#d1d5db!important}html[data-theme=light] .filter-pill.active,body.theme-light .filter-pill.active{color:#fff!important;background:#06f!important;border-color:#06f!important;box-shadow:0 2px 8px #06f3!important}html[data-theme=light] .filter-pill.winners.active,body.theme-light .filter-pill.winners.active{color:#2981eb!important;background:#2981eb26!important;border-color:#2981eb66!important;box-shadow:0 2px 8px #2981eb26!important}html[data-theme=light] .filter-pill.losers.active,body.theme-light .filter-pill.losers.active{color:#ef4444!important;background:#ef444426!important;border-color:#ef444466!important;box-shadow:0 2px 8px #ef444426!important}html[data-theme=light] .direction-comparison,body.theme-light .direction-comparison{background:0 0!important}html[data-theme=light] .direction-item,body.theme-light .direction-item{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .direction-item:hover,body.theme-light .direction-item:hover{border-color:#0066ff26!important}html[data-theme=light] .direction-name,body.theme-light .direction-name{color:#0a0a0e!important}html[data-theme=light] .direction-stats,body.theme-light .direction-stats{color:#6b7280!important}html[data-theme=light] .calendar-section,body.theme-light .calendar-section{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .calendar-header,body.theme-light .calendar-header{color:#0a0a0e!important}html[data-theme=light] .calendar-nav-btn,body.theme-light .calendar-nav-btn{color:#6b7280!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .calendar-nav-btn:hover,body.theme-light .calendar-nav-btn:hover{color:#0a0a0e!important;background:#0000000a!important}html[data-theme=light] .calendar-month-display,body.theme-light .calendar-month-display{color:#0a0a0e!important}html[data-theme=light] .calendar-grid,body.theme-light .calendar-grid{background:0 0!important}html[data-theme=light] .calendar-day,body.theme-light .calendar-day{color:#374151!important}html[data-theme=light] .calendar-day.has-trades,body.theme-light .calendar-day.has-trades{background:#0066ff14!important;border-color:#06f3!important}html[data-theme=light] .calendar-day.selected,body.theme-light .calendar-day.selected{color:#fff!important;background:#06f!important}html[data-theme=light] .calendar-weekday-label,body.theme-light .calendar-weekday-label{color:var(--text-gray)!important}html[data-theme=light] .calendar-day-cell,body.theme-light .calendar-day-cell{background:var(--bg-card-lighter)!important;border-color:#00000014!important}html[data-theme=light] .calendar-day-cell.empty,body.theme-light .calendar-day-cell.empty{background:0 0!important;border-color:#0000000f!important}html[data-theme=light] .calendar-day-cell.no-trade,body.theme-light .calendar-day-cell.no-trade{background:var(--bg-card-lighter)!important;border-color:#00000014!important}html[data-theme=light] .calendar-day-cell.profit,body.theme-light .calendar-day-cell.profit{background:linear-gradient(145deg,#2981eb1a 0%,var(--bg-card-lighter)100%)!important;border-color:#2981eb40!important}html[data-theme=light] .calendar-day-cell.loss,body.theme-light .calendar-day-cell.loss{background:linear-gradient(145deg,#ef44441a 0%,var(--bg-card-lighter)100%)!important;border-color:#ef444440!important}html[data-theme=light] .calendar-day-cell.selected,body.theme-light .calendar-day-cell.selected{border-color:#06f!important;box-shadow:0 0 12px #06f3!important}html[data-theme=light] .calendar-day-num,body.theme-light .calendar-day-num{color:var(--text-gray)!important}html[data-theme=light] .calendar-day-pnl.positive,body.theme-light .calendar-day-pnl.positive{color:#2981eb!important}html[data-theme=light] .calendar-day-pnl.negative,body.theme-light .calendar-day-pnl.negative{color:#ef4444!important}html[data-theme=light] .calendar-day-count,body.theme-light .calendar-day-count{color:var(--text-muted)!important}html[data-theme=light] .calendar-legend,body.theme-light .calendar-legend{color:var(--text-gray)!important}html[data-theme=light] .calendar-section .section-title,body.theme-light .calendar-section .section-title{color:var(--text-white)!important}html[data-theme=light] .calendar-section .section-subtitle,body.theme-light .calendar-section .section-subtitle{color:var(--text-muted)!important}html[data-theme=light] .calendar-trade-panel,body.theme-light .calendar-trade-panel{background:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=light] .trade-panel-header,body.theme-light .trade-panel-header{border-bottom-color:var(--border-color)!important}html[data-theme=light] .trade-panel-header h4,body.theme-light .trade-panel-header h4{color:var(--text-white)!important}html[data-theme=light] .trade-panel-close,body.theme-light .trade-panel-close{border-color:var(--border-color)!important;color:var(--text-muted)!important;background:#0000000a!important}html[data-theme=light] .trade-panel-close:hover,body.theme-light .trade-panel-close:hover{color:#ef4444!important;background:#ef44441a!important;border-color:#ef44444d!important}html[data-theme=light] .trade-panel-empty,body.theme-light .trade-panel-empty{color:var(--text-muted)!important}html[data-theme=light] .trade-panel-empty svg,body.theme-light .trade-panel-empty svg{opacity:.5!important}html[data-theme=light] .trade-panel-empty p,body.theme-light .trade-panel-empty p{color:var(--text-muted)!important}html[data-theme=light] .trade-panel-summary,body.theme-light .trade-panel-summary{border-bottom-color:var(--border-color)!important}html[data-theme=light] .summary-label,body.theme-light .summary-label{color:var(--text-muted)!important}html[data-theme=light] .summary-value,body.theme-light .summary-value{color:var(--text-white)!important}html[data-theme=light] .summary-value.positive,body.theme-light .summary-value.positive{color:#2981eb!important}html[data-theme=light] .summary-value.negative,body.theme-light .summary-value.negative{color:#ef4444!important}html[data-theme=light] .trade-panel-item,body.theme-light .trade-panel-item{background:var(--bg-card-lighter)!important;border-color:var(--border-color)!important}html[data-theme=light] .trade-panel-item:hover,body.theme-light .trade-panel-item:hover{background:#0000000a!important;border-color:#0000001f!important}html[data-theme=light] .trade-panel-item.clickable:hover,body.theme-light .trade-panel-item.clickable:hover{background:#2981eb14!important;border-color:#2981eb33!important}html[data-theme=light] .trade-item-arrow,body.theme-light .trade-item-arrow{color:#888!important}html[data-theme=light] .trade-panel-item.clickable:hover .trade-item-arrow,body.theme-light .trade-panel-item.clickable:hover .trade-item-arrow{color:#2981eb!important}html[data-theme=light] .trade-item-symbol,body.theme-light .trade-item-symbol{color:var(--text-white)!important}html[data-theme=light] .trade-item-meta,body.theme-light .trade-item-meta{color:var(--text-muted)!important}html[data-theme=light] .trade-item-pnl.positive,body.theme-light .trade-item-pnl.positive{color:#2981eb!important}html[data-theme=light] .trade-item-pnl.negative,body.theme-light .trade-item-pnl.negative{color:#ef4444!important}html[data-theme=light] .symbol-row,body.theme-light .symbol-row{background:#f9fafb!important;border-color:#e5e7eb!important}html[data-theme=light] .symbol-row:hover,body.theme-light .symbol-row:hover{background:#f3f4f6!important;border-color:#0066ff26!important}html[data-theme=light] .symbol-rank,body.theme-light .symbol-rank{color:#9ca3af!important}html[data-theme=light] .symbol-name,body.theme-light .symbol-name{color:#0a0a0e!important}html[data-theme=light] .symbol-meta,body.theme-light .symbol-meta{color:#6b7280!important}html[data-theme=light] .symbol-pnl,body.theme-light .symbol-pnl{color:#0a0a0e!important}html[data-theme=light] .symbol-pnl.positive,body.theme-light .symbol-pnl.positive{color:#2981eb!important}html[data-theme=light] .symbol-pnl.negative,body.theme-light .symbol-pnl.negative{color:#ef4444!important}html[data-theme=light] .empty-list,body.theme-light .empty-list{color:#9ca3af!important}html[data-theme=light] .recent-trade-row,body.theme-light .recent-trade-row{background:#f9fafb!important;border-color:#e5e7eb!important}html[data-theme=light] .recent-trade-row:hover,body.theme-light .recent-trade-row:hover{background:#f3f4f6!important;border-color:#0066ff26!important}html[data-theme=light] .trade-type-badge,body.theme-light .trade-type-badge{background:#f3f4f6!important}html[data-theme=light] .trade-type-badge.long,body.theme-light .trade-type-badge.long{color:#2981eb!important;background:#2981eb1f!important}html[data-theme=light] .trade-type-badge.short,body.theme-light .trade-type-badge.short{color:#ef4444!important;background:#ef44441f!important}html[data-theme=light] .trade-symbol,body.theme-light .trade-symbol{color:#0a0a0e!important}html[data-theme=light] .trade-date,body.theme-light .trade-date{color:#6b7280!important}html[data-theme=light] .trade-pnl,body.theme-light .trade-pnl{color:#0a0a0e!important}html[data-theme=light] .trade-pnl.positive,body.theme-light .trade-pnl.positive{color:#2981eb!important}html[data-theme=light] .trade-pnl.negative,body.theme-light .trade-pnl.negative{color:#ef4444!important}html[data-theme=light] .leaderboard-view{background:0 0!important}html[data-theme=light] .leaderboard-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .leaderboard-item,body.theme-light .leaderboard-item{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .leaderboard-item:hover,body.theme-light .leaderboard-item:hover{background:#f9fafb!important;border-color:#0066ff26!important}html[data-theme=light] .leaderboard-item.top-three,body.theme-light .leaderboard-item.top-three{background:linear-gradient(135deg,#ffd70014 0%,#ff8c000a 100%)!important;border-color:#ffd70033!important}html[data-theme=light] .leaderboard-rank{color:var(--text-muted)}html[data-theme=light] .leaderboard-name,html[data-theme=light] .user-name{color:var(--text-white)!important}html[data-theme=light] .leaderboard-stats,html[data-theme=light] .user-handle{color:var(--text-gray)!important}html[data-theme=light] .trader-stat .stat-label{color:var(--text-muted)!important}html[data-theme=light] .trader-stat .stat-value{color:var(--text-white)!important}html[data-theme=light] .leaderboard-period-tabs{background:var(--bg-card-lighter)!important;border-color:var(--border-color)!important}html[data-theme=light] .period-tab{color:var(--text-gray)!important}html[data-theme=light] .period-tab:hover{color:var(--text-white)!important;background:#00000008!important}html[data-theme=light] .period-tab.active{background:var(--primary-blue)!important;color:#fff!important}html[data-theme=light] .leaderboard-content,body.theme-light .leaderboard-content{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .leaderboard-tab-switcher,body.theme-light .leaderboard-tab-switcher{border-bottom-color:#e5e7eb!important}html[data-theme=light] .tab-btn,body.theme-light .tab-btn{color:#6b7280!important}html[data-theme=light] .tab-btn:hover,body.theme-light .tab-btn:hover{color:#0a0a0e!important;background:#0000000a!important}html[data-theme=light] .tab-btn.active,body.theme-light .tab-btn.active{color:#06f!important;background:#0066ff1a!important}html[data-theme=light] .global-chat-container{background:0 0!important}html[data-theme=light] .global-chat-main,html[data-theme=light] .global-chat-sidebar{background:var(--bg-card)!important;border-color:var(--border-color)!important}body.theme-light .global-chat-main{background:#fff!important;border-color:#e5e7eb!important}body.theme-light .global-chat-main>div{background:0 0!important}body.theme-light .global-chat-main>div:nth-child(2){background:#f9fafb!important}body.theme-light .global-chat-main>div:first-child{background:#00000005!important;border-bottom-color:#e5e7eb!important}body.theme-light .global-chat-main h2{color:#0a0a0e!important}body.theme-light .global-chat-main p{color:#6b7280!important}body.theme-light .discord-message{color:#0a0a0e!important}body.theme-light .discord-message:hover{background:#00000005!important}body.theme-light .discord-message div[style*="color: #fff"],body.theme-light .discord-message div[style*="color: white"]{color:#0a0a0e!important}body.theme-light .chat-input-wrapper{background:#fff!important;border-color:#e5e7eb!important}body.theme-light .chat-input-wrapper input{color:#0a0a0e!important;background:#f1f3f7!important}html[data-theme=light] .community-sidebar{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .chat-message{background:var(--bg-card-lighter)}html[data-theme=light] .chat-input-container{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .chat-input{background:var(--bg-card-lighter);border-color:var(--border-color)}body.theme-light .global-chat-sidebar{background:#fff!important;border-color:#e5e7eb!important}body.theme-light .global-chat-sidebar h3{color:#0a0a0e!important}body.theme-light .global-chat-sidebar span{color:#374151!important}html[data-theme=light] .global-chat-container,html[data-theme=light] .friends-container,body.theme-light .global-chat-container,body.theme-light .friends-container{background:0 0!important}html[data-theme=light] .global-chat-main,html[data-theme=light] .friends-main,body.theme-light .global-chat-main,body.theme-light .friends-main,html[data-theme=light] .global-chat-sidebar,html[data-theme=light] .friends-sidebar,body.theme-light .global-chat-sidebar,body.theme-light .friends-sidebar{background:#fff!important;border-color:#e5e7eb!important}body.theme-light .global-chat-main [style*=linear-gradient\(180deg],body.theme-light .friends-main [style*=linear-gradient\(180deg],body.theme-light .global-chat-main [style*=linear-gradient\(145deg],body.theme-light .friends-main [style*=linear-gradient\(145deg]{background:#fff!important}body.theme-light .global-chat-main [style*="background: rgba(8"]{background:#f9fafb!important}body.theme-light .friends-main [style*="background: linear-gradient(145deg, rgba(0, 102, 255"]{background:#0066ff14!important}body.theme-light .global-chat-main [style*="rgba(10, 10"],body.theme-light .friends-main [style*="rgba(10, 10"]{background:#00000005!important}body.theme-light [style*=TRENDING]~div,body.theme-light [style*=ONLINE\ USERS]~div{background:#fff!important}html[data-theme=light] .friends-container{background:0 0!important}html[data-theme=light] .friends-main,html[data-theme=light] .friends-sidebar{background:var(--bg-card)!important;border-color:var(--border-color)!important}body.theme-light .friends-main{background:#fff!important;border-color:#e5e7eb!important}body.theme-light .friends-main>div{background:#f9fafb!important}body.theme-light .friends-main h1,body.theme-light .friends-main h2,body.theme-light .friends-main h3{color:#0a0a0e!important}body.theme-light .friends-main p{color:#6b7280!important}body.theme-light .friends-sidebar{background:#fff!important;border-color:#e5e7eb!important}body.theme-light .friends-sidebar h3{color:#0a0a0e!important}body.theme-light .friend-item{background:var(--bg-card-lighter)!important;border-color:var(--border-color)!important}body.theme-light .friend-item:hover{background:#00000005!important}html[data-theme=light] .server-modal-overlay,body.theme-light .server-modal-overlay{background:#0006!important}html[data-theme=light] .server-modal,body.theme-light .server-modal{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 24px 64px #00000026!important}html[data-theme=light] .server-modal-header,body.theme-light .server-modal-header{border-bottom-color:#e5e7eb!important}html[data-theme=light] .server-modal-header h2,body.theme-light .server-modal-header h2{color:#0a0a0e!important}html[data-theme=light] .server-modal-content,body.theme-light .server-modal-content{background:#fff!important}html[data-theme=light] .server-modal-footer,body.theme-light .server-modal-footer{background:#f9fafb!important;border-top-color:#e5e7eb!important}html[data-theme=light] .server-modal-body,body.theme-light .server-modal-body{background:#fff!important}html[data-theme=light] .server-input,html[data-theme=light] .server-textarea,body.theme-light .server-input,body.theme-light .server-textarea{color:#0a0a0e!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .server-input:focus,html[data-theme=light] .server-textarea:focus,body.theme-light .server-input:focus,body.theme-light .server-textarea:focus{border-color:#0066ff80!important;box-shadow:0 0 0 3px #0066ff1a!important}html[data-theme=light] .server-input::placeholder,html[data-theme=light] .server-textarea::placeholder,body.theme-light .server-input::placeholder,body.theme-light .server-textarea::placeholder{color:#9ca3af!important}html[data-theme=light] .channel-modal,html[data-theme=light] .category-modal,body.theme-light .channel-modal,body.theme-light .category-modal{background:linear-gradient(#fff 0%,#f9fafb 100%)!important;border-color:#0000001a!important;box-shadow:0 25px 80px #00000026,0 0 0 1px #0000000d!important}html[data-theme=light] .channel-modal .server-modal-header,html[data-theme=light] .category-modal .server-modal-header,body.theme-light .channel-modal .server-modal-header,body.theme-light .category-modal .server-modal-header{background:#00000005!important;border-color:#00000014!important}html[data-theme=light] .channel-modal .server-modal-header h2,html[data-theme=light] .category-modal .server-modal-header h2,body.theme-light .channel-modal .server-modal-header h2,body.theme-light .category-modal .server-modal-header h2{color:#0a0a0e!important}html[data-theme=light] .channel-modal .server-modal-footer,html[data-theme=light] .category-modal .server-modal-footer,body.theme-light .channel-modal .server-modal-footer,body.theme-light .category-modal .server-modal-footer{background:#00000005!important;border-color:#00000014!important}html[data-theme=light] .channel-modal .form-group input,html[data-theme=light] .channel-modal .form-group textarea,html[data-theme=light] .channel-modal .form-group select,html[data-theme=light] .category-modal .form-group input,html[data-theme=light] .category-modal .form-group textarea,body.theme-light .channel-modal .form-group input,body.theme-light .channel-modal .form-group textarea,body.theme-light .channel-modal .form-group select,body.theme-light .category-modal .form-group input,body.theme-light .category-modal .form-group textarea{color:#0a0a0e!important;background:#f3f4f6!important;border-color:#e5e7eb!important}html[data-theme=light] .channel-modal .form-group input:hover,html[data-theme=light] .channel-modal .form-group textarea:hover,html[data-theme=light] .category-modal .form-group input:hover,html[data-theme=light] .category-modal .form-group textarea:hover,body.theme-light .channel-modal .form-group input:hover,body.theme-light .channel-modal .form-group textarea:hover,body.theme-light .category-modal .form-group input:hover,body.theme-light .category-modal .form-group textarea:hover{background:#ebeef3!important;border-color:#d1d5db!important}html[data-theme=light] .channel-modal .form-group input:focus,html[data-theme=light] .channel-modal .form-group textarea:focus,html[data-theme=light] .category-modal .form-group input:focus,html[data-theme=light] .category-modal .form-group textarea:focus,body.theme-light .channel-modal .form-group input:focus,body.theme-light .channel-modal .form-group textarea:focus,body.theme-light .category-modal .form-group input:focus,body.theme-light .category-modal .form-group textarea:focus{background:#fff!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important}html[data-theme=light] .channel-modal .form-group input::placeholder,html[data-theme=light] .channel-modal .form-group textarea::placeholder,html[data-theme=light] .category-modal .form-group input::placeholder,html[data-theme=light] .category-modal .form-group textarea::placeholder,body.theme-light .channel-modal .form-group input::placeholder,body.theme-light .channel-modal .form-group textarea::placeholder,body.theme-light .category-modal .form-group input::placeholder,body.theme-light .category-modal .form-group textarea::placeholder{color:#9ca3af!important}html[data-theme=light] .channel-name-input-wrapper:hover,body.theme-light .channel-name-input-wrapper:hover{background:#ebeef3!important;border-color:#d1d5db!important}html[data-theme=light] .channel-name-input-wrapper:focus-within,body.theme-light .channel-name-input-wrapper:focus-within{background:#fff!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important}html[data-theme=light] .channel-name-input-wrapper input,body.theme-light .channel-name-input-wrapper input{color:#0a0a0e!important}html[data-theme=light] .server-settings-section label,html[data-theme=light] .form-group label,body.theme-light .server-settings-section label,body.theme-light .form-group label{color:#374151!important}html[data-theme=light] .input-hint,html[data-theme=light] .form-hint,body.theme-light .input-hint,body.theme-light .form-hint{color:#6b7280!important}html[data-theme=light] .channel-modal .btn-secondary,html[data-theme=light] .category-modal .btn-secondary,body.theme-light .channel-modal .btn-secondary,body.theme-light .category-modal .btn-secondary{color:#374151!important;background:#f3f4f6!important;border-color:#e5e7eb!important}html[data-theme=light] .channel-modal .btn-secondary:hover,html[data-theme=light] .category-modal .btn-secondary:hover,body.theme-light .channel-modal .btn-secondary:hover,body.theme-light .category-modal .btn-secondary:hover{color:#0a0a0e!important;background:#e5e7eb!important}html[data-theme=light] .form-group-checkbox,body.theme-light .form-group-checkbox{background:#00000008!important;border-color:#00000014!important}html[data-theme=light] .form-group-checkbox:hover,body.theme-light .form-group-checkbox:hover{background:#0000000d!important;border-color:#0000001a!important}html[data-theme=light] .checkbox-label .checkbox-custom,body.theme-light .checkbox-label .checkbox-custom{background:#f3f4f6!important;border-color:#d1d5db!important}html[data-theme=light] .checkbox-label:hover .checkbox-custom,body.theme-light .checkbox-label:hover .checkbox-custom{border-color:#9ca3af!important}html[data-theme=light] .checkbox-title,body.theme-light .checkbox-title{color:#0a0a0e!important}html[data-theme=light] .checkbox-title svg,body.theme-light .checkbox-title svg,html[data-theme=light] .checkbox-description,body.theme-light .checkbox-description{color:#6b7280!important}html[data-theme=light] .checkbox-text,body.theme-light .checkbox-text{color:#374151!important}html[data-theme=light] .server-select:hover,body.theme-light .server-select:hover{background:#ebeef3!important;border-color:#d1d5db!important}html[data-theme=light] .server-select:focus,body.theme-light .server-select:focus{background:#fff!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important}html[data-theme=light] .server-modal-close,html[data-theme=light] .modal-close-btn,body.theme-light .server-modal-close,body.theme-light .modal-close-btn{color:#6b7280!important}html[data-theme=light] .server-modal-close:hover,html[data-theme=light] .modal-close-btn:hover,body.theme-light .server-modal-close:hover,body.theme-light .modal-close-btn:hover{color:#0a0a0e!important;background:#0000000f!important}html[data-theme=light] .server-members-list,html[data-theme=light] .access-members-list,body.theme-light .server-members-list,body.theme-light .access-members-list{background:#f9fafb!important;border-radius:8px!important}html[data-theme=light] .server-member-item,html[data-theme=light] .access-member-item,body.theme-light .server-member-item,body.theme-light .access-member-item{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .server-member-item:hover,html[data-theme=light] .access-member-item:hover,body.theme-light .server-member-item:hover,body.theme-light .access-member-item:hover{background:#f9fafb!important}html[data-theme=light] .server-member-name,html[data-theme=light] .member-name,body.theme-light .server-member-name,body.theme-light .member-name{color:#0a0a0e!important}html[data-theme=light] .server-member-username,body.theme-light .server-member-username,html[data-theme=light] .server-member-you,body.theme-light .server-member-you,html[data-theme=light] .server-members-count,body.theme-light .server-members-count,html[data-theme=light] .server-members-loading,html[data-theme=light] .server-members-empty,body.theme-light .server-members-loading,body.theme-light .server-members-empty{color:#6b7280!important}html[data-theme=light] .server-members-search,html[data-theme=light] .member-search,body.theme-light .server-members-search,body.theme-light .member-search{background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .server-members-search input,html[data-theme=light] .member-search input,body.theme-light .server-members-search input,body.theme-light .member-search input{color:#0a0a0e!important;background:0 0!important}html[data-theme=light] .server-members-search svg,html[data-theme=light] .member-search svg,body.theme-light .server-members-search svg,body.theme-light .member-search svg{color:#9ca3af!important}html[data-theme=light] .delete-warning,html[data-theme=light] .delete-server-warning,html[data-theme=light] .leave-server-warning,body.theme-light .delete-warning,body.theme-light .delete-server-warning,body.theme-light .leave-server-warning{background:#fef2f2!important;border:1px solid #fca5a5!important;border-radius:12px!important;padding:20px!important}html[data-theme=light] .delete-warning h3,html[data-theme=light] .delete-server-warning h3,body.theme-light .delete-warning h3,body.theme-light .delete-server-warning h3{color:#dc2626!important}html[data-theme=light] .delete-warning p,html[data-theme=light] .delete-server-warning p,html[data-theme=light] .leave-server-warning p,body.theme-light .delete-warning p,body.theme-light .delete-server-warning p,body.theme-light .leave-server-warning p{color:#374151!important}html[data-theme=light] .leave-server-hint,body.theme-light .leave-server-hint{color:#6b7280!important}html[data-theme=light] .context-menu,html[data-theme=light] .category-context-menu,html[data-theme=light] .channel-context-menu,body.theme-light .context-menu,body.theme-light .category-context-menu,body.theme-light .channel-context-menu{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 8px 24px #0000001f!important}html[data-theme=light] .context-menu button,html[data-theme=light] .category-context-menu button,html[data-theme=light] .channel-context-menu button,body.theme-light .context-menu button,body.theme-light .category-context-menu button,body.theme-light .channel-context-menu button{color:#374151!important}html[data-theme=light] .context-menu button:hover,html[data-theme=light] .category-context-menu button:hover,html[data-theme=light] .channel-context-menu button:hover,body.theme-light .context-menu button:hover,body.theme-light .category-context-menu button:hover,body.theme-light .channel-context-menu button:hover{background:#f3f4f6!important}html[data-theme=light] .context-menu button.danger,html[data-theme=light] .category-context-menu button.danger,html[data-theme=light] .channel-context-menu button.danger,body.theme-light .context-menu button.danger,body.theme-light .category-context-menu button.danger,body.theme-light .channel-context-menu button.danger{color:#dc2626!important}html[data-theme=light] .context-menu-divider,body.theme-light .context-menu-divider{background:#e5e7eb!important}html[data-theme=light] .server-info-icon,body.theme-light .server-info-icon{background:#f3f4f6!important}html[data-theme=light] .server-info-details h3,body.theme-light .server-info-details h3{color:#0a0a0e!important}html[data-theme=light] .server-info-section label,body.theme-light .server-info-section label{color:#6b7280!important}html[data-theme=light] .server-info-section p,body.theme-light .server-info-section p{color:#374151!important}html[data-theme=light] .server-info-stats,body.theme-light .server-info-stats,html[data-theme=light] .server-stat,body.theme-light .server-stat{color:#6b7280!important}html[data-theme=light] .server-icon-type-toggle,body.theme-light .server-icon-type-toggle{background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .icon-type-btn,body.theme-light .icon-type-btn{color:#6b7280!important}html[data-theme=light] .icon-type-btn.active,body.theme-light .icon-type-btn.active{color:#0a0a0e!important;background:#fff!important;box-shadow:0 1px 3px #0000001a!important}html[data-theme=light] .emoji-picker-trigger,body.theme-light .emoji-picker-trigger{color:#374151!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .emoji-picker-dropdown,body.theme-light .emoji-picker-dropdown{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 8px 24px #0000001f!important}html[data-theme=light] .emoji-option,body.theme-light .emoji-option{background:0 0!important}html[data-theme=light] .emoji-option:hover,body.theme-light .emoji-option:hover{background:#f3f4f6!important}html[data-theme=light] .emoji-option.selected,body.theme-light .emoji-option.selected{background:#0066ff1a!important}html[data-theme=light] .image-upload-btn,body.theme-light .image-upload-btn{color:#374151!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .image-upload-btn:hover,body.theme-light .image-upload-btn:hover{background:#e5e7eb!important}html[data-theme=light] .image-upload-hint,body.theme-light .image-upload-hint{color:#6b7280!important}html[data-theme=light] .server-confirm-overlay,body.theme-light .server-confirm-overlay{background:#0006!important}html[data-theme=light] .server-confirm-dialog,body.theme-light .server-confirm-dialog{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 24px 48px #00000026!important}html[data-theme=light] .server-confirm-dialog h3,body.theme-light .server-confirm-dialog h3{color:#0a0a0e!important}html[data-theme=light] .server-confirm-dialog p,body.theme-light .server-confirm-dialog p{color:#374151!important}html[data-theme=light] .channel-name-input-wrapper,body.theme-light .channel-name-input-wrapper{background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .channel-name-input-wrapper input,body.theme-light .channel-name-input-wrapper input{color:#0a0a0e!important;background:0 0!important}html[data-theme=light] .channel-hash-prefix,body.theme-light .channel-hash-prefix{color:#6b7280!important}html[data-theme=light] .access-target-info,body.theme-light .access-target-info{color:#0a0a0e!important;background:#f3f4f6!important;border-radius:8px!important}html[data-theme=light] .access-description,body.theme-light .access-description{color:#6b7280!important}html[data-theme=light] .access-toggle-btn,body.theme-light .access-toggle-btn{color:#374151!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .access-toggle-btn:hover,body.theme-light .access-toggle-btn:hover{background:#e5e7eb!important}html[data-theme=light] .access-toggle-btn.has-access,body.theme-light .access-toggle-btn.has-access{color:#2981eb!important;background:#2981eb1a!important;border-color:#2981eb4d!important}html[data-theme=light] .no-members,body.theme-light .no-members{color:#6b7280!important}html[data-theme=light] .modal-error,body.theme-light .modal-error{color:#dc2626!important;background:#fef2f2!important;border-color:#fca5a5!important}html[data-theme=light] .server-dropdown-menu,body.theme-light .server-dropdown-menu{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 8px 24px #0000001f!important}html[data-theme=light] .server-dropdown-item,body.theme-light .server-dropdown-item{color:#374151!important}html[data-theme=light] .server-dropdown-item:hover,body.theme-light .server-dropdown-item:hover{background:#f3f4f6!important}html[data-theme=light] .server-dropdown-item-danger,body.theme-light .server-dropdown-item-danger{color:#dc2626!important}html[data-theme=light] .server-dropdown-item-danger:hover,body.theme-light .server-dropdown-item-danger:hover{background:#fef2f2!important}html[data-theme=light] .server-dropdown-divider,body.theme-light .server-dropdown-divider{background:#e5e7eb!important}html[data-theme=light] .server-dropdown-info,body.theme-light .server-dropdown-info{color:#6b7280!important}html[data-theme=light] .server-dropdown-badge,body.theme-light .server-dropdown-badge{color:#6b7280!important;background:#f1f3f7!important}html[data-theme=light] .settings-tabs,body.theme-light .settings-tabs{background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .settings-tab,body.theme-light .settings-tab{color:#6b7280!important}html[data-theme=light] .settings-tab:hover,body.theme-light .settings-tab:hover{color:#374151!important}html[data-theme=light] .settings-tab.active,body.theme-light .settings-tab.active{color:#0a0a0e!important;background:#fff!important;box-shadow:0 1px 3px #0000001a!important}html[data-theme=light] .toggle-switch,body.theme-light .toggle-switch{background:#d1d5db!important}html[data-theme=light] .toggle-switch.active,body.theme-light .toggle-switch.active{background:#06f!important}html[data-theme=light] .toggle-switch .toggle-knob,body.theme-light .toggle-switch .toggle-knob{background:#fff!important}html[data-theme=light] .radio-group,body.theme-light .radio-group{background:#f9fafb!important;border-color:#e5e7eb!important}html[data-theme=light] .radio-option,body.theme-light .radio-option{color:#374151!important}html[data-theme=light] .radio-option.selected,body.theme-light .radio-option.selected{background:#0066ff14!important;border-color:#0066ff4d!important}html[data-theme=light] .radio-option-label,body.theme-light .radio-option-label{color:#0a0a0e!important}html[data-theme=light] .radio-option-description,body.theme-light .radio-option-description{color:#6b7280!important}html[data-theme=light] .server-select,body.theme-light .server-select{color:#0a0a0e!important;background:#f1f3f7!important;border-color:#e5e7eb!important}html[data-theme=light] .server-select option,body.theme-light .server-select option{color:#0a0a0e!important;background:#fff!important}html[data-theme=light] .color-picker,body.theme-light .color-picker{background:#f9fafb!important;border-color:#e5e7eb!important}html[data-theme=light] .color-option,body.theme-light .color-option{border-color:#e5e7eb!important}html[data-theme=light] .color-option.selected,body.theme-light .color-option.selected{border-color:#06f!important;box-shadow:0 0 0 2px #06f3!important}html[data-theme=light] .channel-type-option,body.theme-light .channel-type-option{background:#f9fafb!important;border-color:#e5e7eb!important}html[data-theme=light] .channel-type-option:hover,body.theme-light .channel-type-option:hover{background:#f3f4f6!important;border-color:#d1d5db!important}html[data-theme=light] .channel-type-option.selected,body.theme-light .channel-type-option.selected{background:#0066ff0f!important;border-color:#0066ff59!important}html[data-theme=light] .channel-type-icon,body.theme-light .channel-type-icon{background:#0000000a!important}html[data-theme=light] .channel-type-option.selected .channel-type-icon,body.theme-light .channel-type-option.selected .channel-type-icon{background:#0066ff1a!important}html[data-theme=light] .channel-type-icon svg,body.theme-light .channel-type-icon svg{color:#6b7280!important}html[data-theme=light] .channel-type-option.selected .channel-type-icon svg,body.theme-light .channel-type-option.selected .channel-type-icon svg{color:#06f!important}html[data-theme=light] .channel-type-label,body.theme-light .channel-type-label{color:#0a0a0e!important}html[data-theme=light] .channel-type-desc,body.theme-light .channel-type-desc{color:#6b7280!important}html[data-theme=light] .channel-type-check,body.theme-light .channel-type-check{border-color:#d1d5db!important}html[data-theme=light] .channel-type-option.selected .channel-type-check,body.theme-light .channel-type-option.selected .channel-type-check{background:#06f!important;border-color:#06f!important}html[data-theme=light] .notification-option,body.theme-light .notification-option{background:#f9fafb!important;border-color:#0000!important}html[data-theme=light] .notification-option:hover,body.theme-light .notification-option:hover{background:#f3f4f6!important}html[data-theme=light] .notification-option.selected,body.theme-light .notification-option.selected{background:#0066ff0f!important;border-color:#0066ff4d!important}html[data-theme=light] .server-settings-section[style*="rgba(255, 255, 255, 0.03)"],body.theme-light .server-settings-section[style*="rgba(255, 255, 255, 0.03)"]{background:#f9fafb!important}html[data-theme=light] .journal-grid,html[data-theme=light] .journal-sidebar,html[data-theme=light] .journal-main,body.theme-light .journal-sidebar,body.theme-light .journal-main{background:0 0!important}html[data-theme=light] .journal-sidebar-card,html[data-theme=light] .journal-main-card,body.theme-light .journal-sidebar-card,body.theme-light .journal-main-card{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 1px 3px #00000014!important}html[data-theme=light] .journal-card{background:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=light] .journal-card:hover{border-color:#0066ff26!important}html[data-theme=light] .journal-sidebar-title{color:var(--text-white)!important}html[data-theme=light] .journal-tabs{background:var(--bg-card-lighter)!important}html[data-theme=light] .journal-tab{color:var(--text-gray)!important}html[data-theme=light] .journal-tab.active{background:var(--bg-card)!important;color:var(--text-white)!important}html[data-theme=light] .journal-trade-card{box-shadow:none!important;background:#fff!important;border:1px solid #e5e7eb!important}html[data-theme=light] .journal-trade-card:hover{background:#fff!important;border-color:#0066ff4d!important}html[data-theme=light] .journal-trade-card.selected{background:#fff padding-box padding-box!important;border-color:#0066ff80!important;box-shadow:0 0 0 3px #0066ff1a!important}html[data-theme=light] .journal-entry{background:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=light] .journal-entry-header,html[data-theme=light] .journal-detail-header{color:var(--text-white)!important;border-color:#0000001a!important}html[data-theme=light] .jdh-icon-btn,body.theme-light .jdh-icon-btn{color:var(--text-gray)!important;background:#0000000a!important;border-color:#0000001a!important}html[data-theme=light] .jdh-icon-btn:hover,body.theme-light .jdh-icon-btn:hover{color:var(--text-white)!important;background:#00000014!important;border-color:#00000026!important}html[data-theme=light] .journal-entry-content{color:var(--text-gray)!important}html[data-theme=light] .journal-empty-state,html[data-theme=light] .journal-empty-list{color:var(--text-muted)!important}html[data-theme=light] .journal-main-card,body.theme-light .journal-main-card{background:#fff!important}html[data-theme=light] .journal-main-card *,body.theme-light .journal-main-card *{background-color:#0000}html[data-theme=light] .journal-form-sections,body.theme-light .journal-form-sections,html[data-theme=light] .jf-section,body.theme-light .jf-section,html[data-theme=light] .jf-section-full,body.theme-light .jf-section-full,html[data-theme=light] .jf-row,body.theme-light .jf-row,html[data-theme=light] .journal-detail-header,body.theme-light .journal-detail-header{background:#fff!important}html[data-theme=light] .jf-label,body.theme-light .jf-label{color:var(--text-gray)!important}html[data-theme=light] .journal-chart-section,body.theme-light .journal-chart-section{background:#fff!important}html[data-theme=light] .jtc-symbol,body.theme-light .jtc-symbol{color:#0a0a0e!important}html[data-theme=light] .jtc-badge,body.theme-light .jtc-badge{color:#6b7280!important;background:#0000000f!important}html[data-theme=light] .jtc-badge.journaled,body.theme-light .jtc-badge.journaled{color:#2981eb!important;background:#2981eb1f!important}html[data-theme=light] .jtc-badge.new,body.theme-light .jtc-badge.new{color:#9ca3af!important;background:#0000000f!important}html[data-theme=light] .jtc-badge.live,body.theme-light .jtc-badge.live{color:#2981eb!important;background:#2981eb1f!important}html[data-theme=light] .jtc-type,body.theme-light .jtc-type{color:#6b7280!important}html[data-theme=light] .jtc-type.long,body.theme-light .jtc-type.long{color:#2981eb!important}html[data-theme=light] .jtc-type.short,body.theme-light .jtc-type.short{color:#ef4444!important}html[data-theme=light] .jtc-entry,body.theme-light .jtc-entry{color:#6b7280!important}html[data-theme=light] .jtc-pnl,body.theme-light .jtc-pnl{color:#0a0a0e!important}html[data-theme=light] .jtc-pnl.positive,body.theme-light .jtc-pnl.positive{color:#2981eb!important}html[data-theme=light] .jtc-pnl.negative,body.theme-light .jtc-pnl.negative{color:#ef4444!important}html[data-theme=light] .jtc-date,body.theme-light .jtc-date{color:#9ca3af!important}html[data-theme=light] .journal-entry-count,body.theme-light .journal-entry-count{color:#6b7280!important}html[data-theme=light] .tab-count,body.theme-light .tab-count{color:#6b7280!important;background:#0000000f!important}html[data-theme=light] .tab-count.journaled,body.theme-light .tab-count.journaled{color:#2981eb!important;background:#2981eb1f!important}html[data-theme=light] .tab-count.pending,body.theme-light .tab-count.pending{color:#d97706!important;background:#fbbf241f!important}html[data-theme=dark] .jf-textarea,html[data-theme=dark] .jf-input,html:not([data-theme]) .jf-textarea,html:not([data-theme]) .jf-input{color:#fff!important;background:#0006!important;border:1px solid #ffffff14!important}html[data-theme=dark] .jf-textarea:hover,html[data-theme=dark] .jf-input:hover,html:not([data-theme]) .jf-textarea:hover,html:not([data-theme]) .jf-input:hover{background:#00000073!important;border-color:#ffffff26!important}html[data-theme=dark] .jf-textarea:focus,html[data-theme=dark] .jf-input:focus,html:not([data-theme]) .jf-textarea:focus,html:not([data-theme]) .jf-input:focus{border-color:var(--primary-blue)!important;background:#00000080!important;box-shadow:0 0 0 3px #0066ff26!important}html[data-theme=dark] .jf-textarea::placeholder,html[data-theme=dark] .jf-input::placeholder,html:not([data-theme]) .jf-textarea::placeholder,html:not([data-theme]) .jf-input::placeholder{color:#666!important}html[data-theme=dark] .jf-slider-wrap,html:not([data-theme]) .jf-slider-wrap{background:#0000004d!important;border:1px solid #ffffff0f!important}html[data-theme=dark] .jf-slider-labels,html:not([data-theme]) .jf-slider-labels{color:#666!important}html[data-theme=dark] .jf-checklist-item,html:not([data-theme]) .jf-checklist-item{background:#ffffff08!important;border:1px solid #ffffff14!important}html[data-theme=dark] .jf-checklist-item:hover,html:not([data-theme]) .jf-checklist-item:hover{background:#ffffff0f!important;border-color:#0066ff4d!important}html[data-theme=dark] .jf-checklist-item.checked,html:not([data-theme]) .jf-checklist-item.checked{background:linear-gradient(145deg,#0066ff26,#0066ff0d)!important;border-color:#0066ff4d!important}html[data-theme=dark] .jf-check-box,html:not([data-theme]) .jf-check-box{background:0 0!important;border:2px solid #fff3!important}html[data-theme=dark] .jf-checklist-item.checked .jf-check-box,html:not([data-theme]) .jf-checklist-item.checked .jf-check-box{background:var(--primary-blue)!important;border-color:var(--primary-blue)!important}html[data-theme=dark] .jf-check-label,html:not([data-theme]) .jf-check-label{color:#fff!important}html[data-theme=dark] .jf-checklist-add,html:not([data-theme]) .jf-checklist-add{background:#ffffff05!important;border:1px dashed #ffffff1a!important}html[data-theme=dark] .jf-checklist-add-input,html:not([data-theme]) .jf-checklist-add-input{color:#fff!important}html[data-theme=dark] .jf-checklist-add-input::placeholder,html:not([data-theme]) .jf-checklist-add-input::placeholder{color:#555!important}html[data-theme=dark] .jf-screenshot-upload,html:not([data-theme]) .jf-screenshot-upload{background:#ffffff05!important;border:2px dashed #ffffff1a!important}html[data-theme=light] .jf-textarea,html[data-theme=light] .jf-input{border:1px solid var(--border-color)!important;color:var(--text-white)!important;background:#fff!important}html[data-theme=light] .jf-textarea:hover,html[data-theme=light] .jf-input:hover{background:#fff!important;border-color:#0066ff4d!important}html[data-theme=light] .jf-textarea:focus,html[data-theme=light] .jf-input:focus{border-color:var(--primary-blue)!important;background:#fff!important;box-shadow:0 0 0 3px #0066ff1a!important}html[data-theme=light] .jf-textarea::placeholder,html[data-theme=light] .jf-input::placeholder{color:var(--text-muted)!important}html[data-theme=light] .jf-slider-wrap{border:1px solid var(--border-color)!important;background:#f9fafb!important}html[data-theme=light] .jf-slider-labels{color:var(--text-muted)!important}html[data-theme=light] .jf-checklist-item{border:1px solid var(--border-color)!important;background:#fff!important}html[data-theme=light] .jf-checklist-item:hover{background:#f9fafb!important;border-color:#0066ff4d!important}html[data-theme=light] .jf-checklist-item.checked{background:linear-gradient(145deg,#2981eb14,#2981eb0a)!important;border-color:#2981eb4d!important}html[data-theme=light] .jf-check-box{border:2px solid var(--border-color)!important;background:#fff!important}html[data-theme=light] .jf-checklist-item.checked .jf-check-box{background:#2981eb!important;border-color:#2981eb!important}html[data-theme=light] .jf-check-label{color:var(--text-white)!important}html[data-theme=light] .jf-checklist-add{border:1px dashed var(--border-color)!important;background:#f9fafb!important}html[data-theme=light] .jf-checklist-add-input{color:var(--text-white)!important}html[data-theme=light] .jf-checklist-add-input::placeholder{color:var(--text-muted)!important}html[data-theme=light] .jf-screenshot-upload{border:2px dashed var(--border-color)!important;color:var(--text-muted)!important;background:#f9fafb!important}html[data-theme=light] .jf-screenshot-upload:hover{border-color:var(--primary-blue)!important;color:var(--primary-blue)!important;background:#0066ff0d!important}html[data-theme=light] .jf-screenshot-item{border:1px solid var(--border-color)!important;background:#fff!important}html[data-theme=light] .trade-chart-container{border:1px solid var(--border-color)!important;background:#fff!important;box-shadow:0 4px 24px #00000014,inset 0 1px #00000005!important}html[data-theme=light] .trade-chart-header{border-bottom:1px solid var(--border-color)!important;background:#f9fafb!important}html[data-theme=light] .trade-chart-symbol-text{color:var(--text-white)!important}html[data-theme=light] .trade-chart-symbol-emoji{background:#2981eb14!important;border-color:#2981eb26!important}html[data-theme=light] .trade-chart-stat-label{color:var(--text-muted)!important}html[data-theme=light] .trade-chart-stat-value{color:var(--text-white)!important}html[data-theme=light] .trade-chart-stat-value.profit{color:#2981eb!important}html[data-theme=light] .trade-chart-stat-value.loss{color:#ef4444!important}html[data-theme=light] .trade-chart-timeframes{border:1px solid var(--border-color)!important;background:#f9fafb!important}html[data-theme=light] .trade-chart-tf-btn{color:var(--text-gray)!important}html[data-theme=light] .trade-chart-tf-btn:hover:not(:disabled){color:var(--text-white)!important;background:#0000000d!important}html[data-theme=light] .trade-chart-tf-btn.active{color:#fff!important;background:linear-gradient(135deg,#06f,#0052cc)!important}html[data-theme=light] .trade-chart-control-btn{border:1px solid var(--border-color)!important;color:var(--text-gray)!important;background:#f9fafb!important}html[data-theme=light] .trade-chart-control-btn:hover{color:var(--text-white)!important;background:#0000000d!important;border-color:#0000001a!important}html[data-theme=light] .trade-chart-body,html[data-theme=light] .chart-skeleton{background:#fff!important}html[data-theme=light] .chart-skeleton-overlay{background:#fffffff2!important}html[data-theme=light] .chart-skeleton-overlay span{color:var(--text-gray)!important}html[data-theme=light] .chart-error-state{background:#fff!important}html[data-theme=light] .chart-error-icon{color:#0003!important}html[data-theme=light] .chart-error-title{color:var(--text-white)!important}html[data-theme=light] .chart-error-message{color:var(--text-gray)!important}html[data-theme=light] .trade-chart-footer{border-top:1px solid var(--border-color)!important;background:#f9fafb!important}html[data-theme=light] .trade-chart-powered,html[data-theme=light] .trade-chart-timeframe-label{color:var(--text-muted)!important}html[data-theme=light] .fit-view-callout{color:#fff!important;background:#1a1a2e!important;box-shadow:0 4px 16px #0003!important}html[data-theme=light] .fit-view-callout-arrow{background:#1a1a2e!important}html[data-theme=light] .fit-view-callout-close{color:#ffffffb3!important}html[data-theme=light] .fit-view-callout-close:hover{color:#fff!important}html[data-theme=light] .trade-row{background:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=light] .trade-row:hover{background:var(--bg-card-lighter)!important}html[data-theme=light] .user-welcome h2{color:var(--text-gray)}html[data-theme=light] .user-welcome h2 span{color:var(--text-white)}html[data-theme=light] .calendar-month{color:var(--text-muted)}html[data-theme=light] .notification-footer{border-color:var(--border-color);background:#00000005}html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4,html[data-theme=light] h5,html[data-theme=light] h6{color:var(--text-white)!important}html[data-theme=light] p{color:var(--text-gray)}html[data-theme=light] span,html[data-theme=light] .main-content>div>div{color:inherit}html[data-theme=light] .main-content>div>div>div[style*="background: linear-gradient"],html[data-theme=light] .main-content>div>div>div[style*=background\:linear-gradient]{background:var(--bg-card)!important;border-color:var(--border-color)!important}html[data-theme=light] div[style*="background: linear-gradient(135deg, rgba(0, 102, 255"]{background:linear-gradient(135deg,#0066ff14 0%,#8b5cf60d 50%,#2981eb0a 100%)!important}html[data-theme=light] div[style*="background: linear-gradient(145deg, rgba(18, 18, 22"],html[data-theme=light] div[style*="background: linear-gradient(145deg, rgba(15, 15, 15"],html[data-theme=light] div[style*="background: rgba(15, 15, 15"]{background:var(--bg-card)!important}html[data-theme=light] div[style*="background: rgba(0, 0, 0, 0."]{background:#00000005!important}html[data-theme=light] div[style*="background: rgba(255, 255, 255, 0.0"]{background:var(--bg-card-lighter)!important}html[data-theme=light] div[style*="background: rgba(255, 255, 255, 0.1"]{background:#00000008!important}html[data-theme=light] input[style*=background],html[data-theme=light] textarea[style*=background],html[data-theme=light] select[style*=background]{background:var(--bg-card-lighter)!important;border-color:var(--border-color)!important;color:var(--text-white)!important}html[data-theme=light] button[style*="background: rgba(255, 255, 255, 0.0"]{border-color:var(--border-color)!important;background:#0000000a!important}html[data-theme=light] button[style*="background: transparent"]{color:var(--text-gray)!important}.settings-section{background:linear-gradient(145deg,#121216f2,#0a0a0cfa);border:1px solid #ffffff0f;border-radius:20px;margin-bottom:16px;padding:24px}.settings-section-header{margin-bottom:20px}.settings-section-title{color:#fff;margin-bottom:4px;font-size:16px;font-weight:600}.settings-section-description{color:#666;margin:0;font-size:13px}.settings-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.settings-row:last-child{border-bottom:none}.settings-row-info{flex:1}.settings-row-label{color:#fff;margin-bottom:4px;font-size:14px}.settings-row-description{color:#666;font-size:12px}html[data-theme=light] [style*="color: #fff"],html[data-theme=light] [style*="color: white"],html[data-theme=light] [style*="color: \"#fff\""],html[data-theme=light] [style*="color: \"white\""]{color:#1a1a2e!important}html[data-theme=light] [style*="color: #888"],html[data-theme=light] [style*="color: \"#888\""]{color:#64748b!important}html[data-theme=light] [style*="color: #666"],html[data-theme=light] [style*="color: \"#666\""]{color:#94a3b8!important}html[data-theme=light] [style*="linear-gradient(145deg, rgba(18"]{background:linear-gradient(145deg,#fffffff2,#f8f9fafa)!important}html[data-theme=light] .settings-section{background:#fffc!important;border-color:#00000014!important}html[data-theme=light] .settings-section-title{color:#1a1a2e!important}html[data-theme=light] .settings-section-description{color:#64748b!important}html[data-theme=light] .settings-section-header h3{color:#1a1a2e!important}html[data-theme=light] .settings-section-header p{color:#64748b!important}html[data-theme=light] .settings-row{border-color:#0000000f!important}html[data-theme=light] .settings-row-label{color:#1a1a2e!important}html[data-theme=light] .settings-row-description{color:#64748b!important}html[data-theme=light] .settings-row-info .settings-row-label{color:#1a1a2e!important}html[data-theme=light] .settings-row-info .settings-row-description{color:#64748b!important}html[data-theme=light] [style*="background: rgba(0, 0, 0, 0.8)"]{background:#00000080!important}html[data-theme=light] [style*="rgba(15, 15, 20"]{background:#fffffffa!important}html[data-theme=light] [style*="rgba(18, 18, 22"]{background:#f8fafcfa!important}html[data-theme=light] [style*="background: rgba(255, 255, 255, 0.05)"]{color:#1a1a2e!important;background:#0000000a!important}html[data-theme=light] [style*="border: 1px solid rgba(255, 255, 255, 0.1)"]{border-color:#0000001a!important}html[data-theme=light] select[style*=background],html[data-theme=light] input[style*=background],html[data-theme=light] textarea[style*=background]{color:#1a1a2e!important;background:#f8fafcf2!important;border-color:#0000001a!important}html[data-theme=light] [style*="background: rgba(0, 102, 255, 0.05)"]{background:#0066ff14!important}html[data-theme=light] [style*="background: rgba(0, 0, 0, 0.3)"]{background:#ffffffe6!important;border-color:#0000001a!important}html[data-theme=light] [style*="background: rgba(255, 255, 255, 0.02)"]{background:#00000005!important}html[data-theme=light] .settings-section svg,html[data-theme=light] .settings-row svg{color:#475569!important}.toggle-switch{cursor:pointer;background:#ffffff1a;border:none;border-radius:13px;flex-shrink:0;width:48px;height:26px;padding:0;transition:background .2s;position:relative}.toggle-switch.enabled{background:linear-gradient(90deg,#06f,#0af)}.toggle-switch.disabled{cursor:not-allowed;opacity:.5}.toggle-switch-knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:left .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.toggle-switch-knob.enabled{left:25px}html[data-theme=light] .toggle-switch{background:#0000001a}html[data-theme=light] .toggle-switch.enabled{background:linear-gradient(90deg,#06f,#0af)}html[data-theme=light] .toggle-switch-knob{box-shadow:0 2px 4px #00000026}.onboarding-overlay{background:var(--bg-body);z-index:9999;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.onboarding-container{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;flex-direction:column;width:100%;max-width:540px;max-height:90vh;display:flex;position:relative;overflow:hidden}.onboarding-progress{background:var(--border-color);flex-shrink:0;width:100%;height:3px}.onboarding-progress-bar{background:var(--primary-blue);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.onboarding-skip-btn{color:var(--text-muted);cursor:pointer;z-index:10;font-size:13px;font-weight:500;font-family:var(--font-family);background:0 0;border:none;border-radius:8px;padding:8px 14px;transition:all .2s;position:absolute;top:16px;right:16px}.onboarding-skip-btn:hover{color:var(--text-gray);background:#ffffff0d}.onboarding-content{flex:1;padding:48px 40px 32px;overflow:hidden auto}.onboarding-content::-webkit-scrollbar{width:6px}.onboarding-content::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.onboarding-step{animation:.35s ease-out stepFadeIn}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.onboarding-title{color:var(--text-white);text-align:center;letter-spacing:-.02em;margin-bottom:8px;font-size:28px;font-weight:700}.onboarding-subtitle{color:var(--text-gray);text-align:center;margin-bottom:36px;font-size:15px;line-height:1.5}.welcome-step{text-align:center}.welcome-animation{margin-bottom:28px}.welcome-icon-container{justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex;position:relative}.welcome-icon{width:64px;height:64px;color:var(--primary-blue);z-index:2;position:relative}.welcome-glow{background:radial-gradient(circle,#0066ff26 0%,#0000 70%);border-radius:50%;width:100px;height:100px;animation:3s ease-in-out infinite pulseGlow;position:absolute}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.welcome-features{flex-direction:column;gap:12px;margin-top:28px;display:flex}.welcome-feature{background:var(--bg-card-lighter);text-align:left;border-radius:14px;align-items:center;gap:14px;padding:14px 16px;transition:background .2s;display:flex}.welcome-feature:hover{background:#ffffff0f}.feature-icon{width:40px;height:40px;color:var(--primary-blue);background:#0066ff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-icon svg{width:20px;height:20px}.feature-text h4{color:var(--text-white);margin:0 0 2px;font-size:14px;font-weight:600}.feature-text p{color:var(--text-gray);margin:0;font-size:13px}.affiliate-welcome-banner{text-align:left;background:linear-gradient(135deg,#6366f126,#8b5cf61a);border:1px solid #6366f140;border-radius:16px;align-items:center;gap:14px;margin-top:24px;padding:16px 20px;display:flex}.affiliate-welcome-icon{color:#6366f1;background:#6366f133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.affiliate-welcome-icon svg{width:24px;height:24px}.affiliate-welcome-content{flex-direction:column;gap:2px;display:flex}.affiliate-welcome-label{color:var(--text-gray);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.affiliate-welcome-name{color:var(--text-white);font-size:16px;font-weight:600}.affiliate-welcome-server{color:#a5b4fc;align-items:center;gap:6px;margin-top:2px;font-size:13px;display:flex}.step-header{text-align:center;margin-bottom:28px}.step-icon{width:52px;height:52px;color:var(--primary-blue);background:#0066ff1a;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.step-icon svg{width:26px;height:26px}.step-header h2{color:var(--text-white);margin:0 0 6px;font-size:22px;font-weight:600}.step-header p{color:var(--text-gray);margin:0;font-size:14px}.profile-step{max-width:420px;margin:0 auto}.avatar-section{flex-direction:column;align-items:center;margin-bottom:28px;display:flex}.avatar-preview{width:96px;height:96px;margin-bottom:12px;position:relative}.avatar-image{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;width:96px;height:96px}.avatar-placeholder{color:#fff;border:2px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:32px;font-weight:700;display:flex}.avatar-loading{background:#0009;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.avatar-upload-btn{border:1px solid var(--border-color);color:var(--text-gray);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-family);background:0 0;border-radius:8px;padding:8px 16px;transition:all .2s}.avatar-upload-btn:hover{border-color:var(--text-gray);color:var(--text-white);background:#ffffff0d}.avatar-upload-btn:disabled{opacity:.5;cursor:not-allowed}.form-label{color:var(--text-white);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.form-label .optional{color:var(--text-muted);font-weight:400}.form-input,.form-textarea{background:var(--bg-card-lighter);border:1px solid var(--border-color);width:100%;color:var(--text-white);font-size:14px;font-family:var(--font-family);border-radius:10px;outline:none;padding:12px 14px;transition:border-color .2s,background .2s}.form-input:focus,.form-textarea:focus{border-color:var(--primary-blue);background:#0066ff08}.form-input.error{border-color:var(--danger)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-textarea{resize:vertical;min-height:72px}.form-error{color:var(--danger);align-items:center;gap:6px;margin-top:6px;font-size:12px;display:flex}.form-error svg{flex-shrink:0;width:14px;height:14px}.form-hint{color:var(--text-muted);margin-top:6px;font-size:12px;display:block}.form-hint.char-count{text-align:right}.username-input-wrapper{align-items:center;display:flex;position:relative}.username-prefix{color:var(--text-muted);pointer-events:none;font-size:14px;font-weight:500;position:absolute;left:14px}.username-input{padding-left:30px!important}.username-checking,.username-available{align-items:center;display:flex;position:absolute;right:12px}.username-available svg{width:18px;height:18px;color:var(--success)}.privacy-step{max-width:460px;margin:0 auto}.privacy-main-toggle{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.privacy-option{background:var(--bg-card-lighter);cursor:pointer;border:2px solid #0000;border-radius:14px;align-items:center;gap:14px;padding:16px;transition:all .2s;display:flex}.privacy-option:hover{background:#ffffff0f}.privacy-option.active{border-color:var(--primary-blue);background:#0066ff0f}.privacy-option-icon{width:44px;height:44px;color:var(--primary-blue);background:#0066ff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.privacy-option-icon svg{width:22px;height:22px}.privacy-option-content{flex:1;min-width:0}.privacy-option-content h4{color:var(--text-white);margin:0 0 2px;font-size:14px;font-weight:600}.privacy-option-content p{color:var(--text-gray);margin:0;font-size:13px}.privacy-option-check{background:var(--primary-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.privacy-option-check svg{width:14px;height:14px}.privacy-settings-list{margin-top:24px}.privacy-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px;font-size:13px;font-weight:600}.privacy-toggle-item{background:var(--bg-card-lighter);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 14px;display:flex}.privacy-toggle-info{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.privacy-toggle-icon{width:18px;height:18px;color:var(--text-gray);flex-shrink:0}.privacy-toggle-info>div{min-width:0}.privacy-toggle-info h4{color:var(--text-white);margin:0;font-size:13px;font-weight:500}.privacy-toggle-info p{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.preferences-step{max-width:480px;margin:0 auto}.preferences-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.preference-card{background:var(--bg-card-lighter);text-align:center;border-radius:14px;padding:20px}.preference-card.full-width{grid-column:1/-1}.preference-icon{width:44px;height:44px;color:var(--primary-blue);background:#0066ff1a;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.preference-icon svg{width:22px;height:22px}.preference-card h4{color:var(--text-white);margin:0 0 4px;font-size:14px;font-weight:600}.preference-card>p{color:var(--text-muted);margin:0 0 14px;font-size:12px}.preference-select{background:var(--bg-card);border:1px solid var(--border-color);width:100%;color:var(--text-white);font-size:14px;font-family:var(--font-family);cursor:pointer;border-radius:8px;outline:none;padding:10px 12px;transition:border-color .2s}.preference-select:focus{border-color:var(--primary-blue)}.preference-select option{background:var(--bg-card)}.risk-slider{align-items:center;gap:14px;margin-bottom:8px;display:flex}.slider{background:var(--border-color);appearance:none;border-radius:3px;outline:none;flex:1;height:6px}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--primary-blue);cursor:pointer;border-radius:50%;width:18px;height:18px;transition:transform .15s;box-shadow:0 2px 8px #06f6}.slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.slider::-moz-range-thumb{background:var(--primary-blue);cursor:pointer;border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 8px #06f6}.risk-value{color:var(--primary-blue);text-align:right;min-width:44px;font-size:16px;font-weight:600}.risk-labels{color:var(--text-muted);justify-content:space-between;font-size:11px;display:flex}.complete-step{text-align:center}.complete-header{margin-bottom:20px}.complete-icon-wrapper{background:linear-gradient(145deg,#22c55e26,#22c55e0d);border:1px solid #22c55e40;border-radius:24px;justify-content:center;align-items:center;width:88px;height:88px;display:inline-flex;position:relative}.complete-icon-glow{background:radial-gradient(circle,#22c55e33 0%,#0000 70%);border-radius:32px;animation:2.5s ease-in-out infinite pulseGlow;position:absolute;inset:-8px}.complete-icon{color:#22c55e;z-index:2;width:44px;height:44px;animation:.4s cubic-bezier(.34,1.56,.64,1) scaleIn;position:relative}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.complete-card{background:linear-gradient(145deg,var(--bg-card-lighter),var(--bg-card));border:1px solid var(--border-color);border-radius:20px;margin-top:24px;padding:0;animation:.5s ease-out slideUp;overflow:hidden}.complete-profile-header{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#0066ff14,#8b5cf60d);align-items:center;gap:14px;padding:20px 24px;display:flex}.complete-avatar{flex-shrink:0;width:56px;height:56px;position:relative}.complete-avatar img,.complete-avatar-initials{object-fit:cover;border:3px solid var(--bg-card);border-radius:50%;width:100%;height:100%;box-shadow:0 4px 12px #0003}.complete-avatar-initials{color:#fff;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.complete-avatar-badge{border:2px solid var(--bg-card);background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;bottom:-2px;right:-2px}.complete-avatar-badge svg{color:#fff;width:12px;height:12px}.complete-profile-info{text-align:left;flex:1}.complete-profile-info h3{color:var(--text-white);margin:0 0 2px;font-size:18px;font-weight:700}.complete-username{color:var(--text-gray);font-size:13px}.complete-privacy-badge{background:var(--bg-card);color:var(--text-gray);border:1px solid var(--border-color);border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;display:flex}.complete-privacy-badge svg{width:14px;height:14px}.complete-rules-section{border-bottom:1px solid var(--border-color);padding:20px 24px}.complete-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin:0 0 16px;font-size:12px;font-weight:600;display:flex}.complete-section-title svg{width:16px;height:16px;color:var(--primary-blue)}.complete-rules-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.complete-rule-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex}.complete-rule-item:hover{border-color:#0066ff4d;transform:translateY(-1px)}.complete-rule-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.complete-rule-icon svg{width:20px;height:20px}.complete-rule-icon.risk{color:#ef4444;background:#ef44441a}.complete-rule-icon.loss{color:#f97316;background:#f973161a}.complete-rule-icon.trades{color:#3b82f6;background:#3b82f61a}.complete-rule-icon.rr{color:#22c55e;background:#22c55e1a}.complete-rule-content{flex-direction:column;gap:2px;display:flex}.complete-rule-content .complete-rule-value{color:var(--text-white);font-size:18px;font-weight:700}.complete-rule-content .complete-rule-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:11px}.complete-preferences-section{border-bottom:1px solid var(--border-color);grid-template-columns:repeat(2,1fr);gap:0;display:grid}.complete-pref-group{padding:18px 24px}.complete-pref-group:first-child{border-right:1px solid var(--border-color)}.complete-pref-group .complete-section-title{margin-bottom:12px}.complete-tags{flex-wrap:wrap;gap:8px;display:flex}.complete-tag{border-radius:16px;align-items:center;padding:6px 12px;font-size:12px;font-weight:500;display:inline-flex}.complete-tag.session{color:#3b82f6;background:linear-gradient(135deg,#3b82f626,#3b82f614);border:1px solid #3b82f640}.complete-tag.pair{color:#22c55e;background:linear-gradient(135deg,#22c55e26,#22c55e14);border:1px solid #22c55e40}.complete-tag.more{color:#8b5cf6;background:#8b5cf61a;border:1px solid #8b5cf640}.complete-tag.empty{background:var(--bg-card);color:var(--text-muted);border:1px dashed var(--border-color)}.complete-footer-settings{background:#0003;justify-content:center;align-items:center;gap:20px;padding:16px 24px;display:flex}.complete-setting-item{color:var(--text-gray);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.complete-setting-item svg{width:16px;height:16px;color:var(--primary-blue)}.complete-setting-divider{background:var(--border-color);width:1px;height:20px}html[data-theme=light] .complete-card{background:linear-gradient(145deg,#fff,#f8fafc);border-color:#00000014}html[data-theme=light] .complete-profile-header{background:linear-gradient(135deg,#0066ff0f,#8b5cf608)}html[data-theme=light] .complete-rule-item{background:#f8fafce6}html[data-theme=light] .complete-footer-settings{background:#00000008}html[data-theme=light] .complete-profile-info h3,html[data-theme=light] .complete-rule-content .complete-rule-value{color:#1a1a2e}@media (max-width:500px){.complete-rules-grid,.complete-preferences-section{grid-template-columns:1fr}.complete-pref-group:first-child{border-right:none;border-bottom:1px solid var(--border-color)}.complete-profile-header{flex-wrap:wrap;gap:12px}.complete-privacy-badge{justify-content:center;width:100%}}.onboarding-navigation{border-top:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:20px 40px;display:flex}.nav-btn{cursor:pointer;font-size:14px;font-weight:500;font-family:var(--font-family);border:none;border-radius:10px;align-items:center;gap:6px;padding:11px 20px;transition:all .2s;display:inline-flex}.nav-btn svg{width:16px;height:16px}.nav-btn.back-btn{color:var(--text-gray);border:1px solid var(--border-color);background:0 0}.nav-btn.back-btn:hover{color:var(--text-white);background:#ffffff0d}.nav-btn.next-btn.primary,.nav-btn.complete-btn.primary{background:var(--primary-blue);color:#fff;margin-left:auto}.nav-btn.next-btn.primary:hover,.nav-btn.complete-btn.primary:hover{background:#0052cc;transform:translateY(-1px)}.nav-btn.next-btn.primary:disabled,.nav-btn.complete-btn.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.nav-btn.full-width{justify-content:center;width:100%}.step-indicators{border-top:1px solid var(--border-color);flex-shrink:0;justify-content:center;gap:6px;padding:16px 40px;display:flex}.step-indicator{background:var(--border-color);border-radius:50%;width:8px;height:8px;transition:all .3s}.step-indicator.active{background:var(--primary-blue);border-radius:4px;width:24px}.step-indicator.completed{background:var(--success)}.loading-spinner{border:2px solid #ffffff26;border-top-color:var(--primary-blue);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spinLoader}.loading-spinner.small{width:14px;height:14px}@keyframes spinLoader{to{transform:rotate(360deg)}}.onboarding-step-pills{z-index:10;justify-content:center;gap:8px;padding:20px 40px 0;display:flex;position:relative}.step-pill{background:var(--bg-card-lighter);width:28px;height:28px;color:var(--text-muted);border:2px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.step-pill.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff;transform:scale(1.1);box-shadow:0 0 20px #06f6}.step-pill.completed{background:var(--success);border-color:var(--success);color:#fff}.step-pill-number{font-size:11px}.title-highlight{color:var(--primary-blue)}.welcome-header{text-align:center;margin-bottom:24px}.welcome-icon-wrapper{background:#0066ff1a;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;display:flex}.welcome-icon-wrapper .welcome-icon{width:36px;height:36px;color:var(--primary-blue)}.complete-header{text-align:center;margin-bottom:24px}.complete-icon-wrapper{background:#10b9811a;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;display:flex}.complete-icon-wrapper .complete-icon{color:#10b981;width:36px;height:36px}.feature-icon-blue{color:var(--primary-blue);background:#0066ff1a}.feature-icon-purple{color:#8b5cf6;background:#8b5cf61a}.feature-icon-green{color:#10b981;background:#10b9811a}.feature-icon-amber{color:#f59e0b;background:#f59e0b1a}.step-icon-gradient{background:linear-gradient(135deg,#0066ff26,#8b5cf626)}.trading-rules-step{width:100%;max-width:520px;margin:0 auto;overflow-x:hidden}.rules-section{margin-bottom:28px}.rules-section-title{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:14px;font-size:13px;font-weight:600;display:flex}.rules-section-title svg{width:16px;height:16px;color:var(--primary-blue)}.rules-hint{text-transform:none;color:var(--text-muted);font-size:12px;font-weight:400}.info-tooltip-wrapper{vertical-align:middle;align-items:center;margin-left:4px;display:inline-flex;position:relative}.info-icon{width:14px;height:14px;color:var(--text-muted);cursor:help;transition:color .2s}.info-icon:hover{color:var(--primary-blue)}.info-tooltip{background:var(--bg-card);border:1px solid var(--border-color);width:260px;color:var(--text-gray);text-transform:none;letter-spacing:normal;opacity:0;visibility:hidden;z-index:9999;pointer-events:none;border-radius:10px;padding:12px 14px;font-size:12px;font-weight:400;line-height:1.5;transition:opacity .2s,visibility .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0006}.info-tooltip:after{content:"";border:6px solid #0000;border-top-color:var(--border-color);position:absolute;top:100%;left:50%;transform:translate(-50%)}.info-tooltip-wrapper:hover .info-tooltip{opacity:1;visibility:visible}.rules-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;display:grid}.rule-card{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;min-width:0;height:100%;padding:16px;transition:all .2s;display:flex}.rule-card:hover{border-color:#0066ff4d}.rule-card-header{align-items:flex-start;gap:12px;min-height:52px;margin-bottom:14px;display:flex}.rule-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.rule-icon svg{width:18px;height:18px}.rule-icon-red{color:#ef4444;background:#ef44441a}.rule-icon-orange{color:#f59e0b;background:#f59e0b1a}.rule-icon-blue{color:var(--primary-blue);background:#0066ff1a}.rule-icon-purple{color:#8b5cf6;background:#8b5cf61a}.rule-info h4{color:var(--text-white);margin:0 0 2px;font-size:13px;font-weight:600}.rule-info p{color:var(--text-muted);margin:0;font-size:11px}.rule-input-group{align-items:center;gap:8px;margin-bottom:10px;display:flex}.rule-input{background:var(--bg-card);border:1px solid var(--border-color);min-width:0;color:var(--text-white);text-align:center;font-size:18px;font-weight:600;font-family:var(--font-family);border-radius:8px;outline:none;flex:1;width:80px;padding:10px 12px;transition:border-color .2s}.rule-input:focus{border-color:var(--primary-blue)}.rule-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rule-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rule-unit{color:var(--text-muted);text-align:left;flex-shrink:0;width:45px;font-size:13px;font-weight:500}.rule-slider-container{margin-top:10px;margin-bottom:6px}.rule-slider{appearance:none;background:linear-gradient(to right,#06f3,var(--border-color));cursor:pointer;border-radius:4px;outline:none;width:100%;height:8px;transition:background .15s}.rule-slider:hover{background:linear-gradient(90deg,#0066ff4d,#ffffff1a)}.rule-slider::-webkit-slider-thumb{appearance:none;background:var(--primary-blue);cursor:grab;border:3px solid #ffffffe6;border-radius:50%;width:20px;height:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 8px #06f6}.rule-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 12px #0066ff80}.rule-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.05)}.rule-slider::-moz-range-thumb{background:var(--primary-blue);cursor:grab;border:3px solid #ffffffe6;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #06f6}.rule-slider::-moz-range-track{background:linear-gradient(to right,#06f3,var(--border-color));border-radius:4px;height:8px}.rule-slider-labels{color:var(--text-muted);justify-content:space-between;margin-top:8px;font-size:10px;display:flex}.rule-quick-select{gap:6px;margin-top:auto;padding-top:10px;display:flex}.quick-btn{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-gray);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-family);border-radius:6px;flex:1;padding:8px;transition:all .2s}.quick-btn:hover{color:var(--text-white);background:#0066ff0d;border-color:#0066ff4d}.quick-btn.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.rr-selector{flex-wrap:wrap;gap:8px;display:flex}.rr-option{background:var(--bg-card-lighter);border:2px solid var(--border-color);text-align:center;cursor:pointer;min-width:80px;font-family:var(--font-family);border-radius:12px;flex:1;padding:14px 12px;transition:all .2s}.rr-option:hover{background:#0066ff08;border-color:#0066ff4d}.rr-option.active{border-color:var(--primary-blue);background:#0066ff14}.rr-label{color:var(--text-white);margin-bottom:4px;font-size:16px;font-weight:700;display:block}.rr-option.active .rr-label{color:var(--primary-blue)}.rr-desc{color:var(--text-muted);font-size:10px;display:block}.rr-custom{position:relative}.rr-custom-icon{width:16px;height:16px;color:var(--text-muted);margin-bottom:4px}.rr-option.rr-custom.active .rr-custom-icon{color:var(--primary-blue)}.rr-custom-input{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:14px;padding:12px 16px;display:flex}.rr-custom-prefix{color:var(--text-white);font-size:18px;font-weight:600}.rr-custom-field{background:var(--bg-card);border:1px solid var(--border-color);width:80px;color:var(--text-white);text-align:center;font-size:18px;font-weight:600;font-family:var(--font-family);border-radius:8px;outline:none;padding:8px 12px;transition:border-color .2s}.rr-custom-field:focus{border-color:var(--primary-blue)}.rr-custom-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rr-custom-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sessions-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.session-card{background:var(--bg-card-lighter);border:2px solid var(--border-color);text-align:center;cursor:pointer;font-family:var(--font-family);border-radius:14px;padding:16px 12px;transition:all .2s;position:relative}.session-card:hover{border-color:#0066ff4d;transform:translateY(-2px)}.session-card.active{border-color:var(--primary-blue);background:#0066ff0f}.session-icon-wrapper{background:#0066ff14;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 10px;transition:all .2s;display:flex}.session-card.active .session-icon-wrapper{background:#0066ff26}.session-icon{width:24px;height:24px;color:var(--primary-blue)}.session-name{color:var(--text-white);margin-bottom:4px;font-size:13px;font-weight:600;display:block}.session-time{color:var(--text-muted);font-size:10px;display:block}.session-check{background:var(--primary-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:8px}.session-check svg{width:12px;height:12px}.pairs-grid{flex-wrap:wrap;gap:8px;display:flex}.pair-chip{background:var(--bg-card-lighter);border:1px solid var(--border-color);color:var(--text-gray);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-family);border-radius:20px;align-items:center;gap:6px;padding:8px 14px;transition:all .2s;display:inline-flex}.pair-chip:hover{color:var(--text-white);border-color:#0066ff4d}.pair-chip.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.pairs-count{color:var(--text-muted);text-align:right;margin-top:12px;font-size:12px}.summary-rules{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);justify-content:center;gap:16px;margin:16px 0;padding:16px 0;display:flex}.summary-rule{text-align:center}.summary-rule-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:10px;display:block}.summary-rule-value{color:var(--primary-blue);font-size:18px;font-weight:700;display:block}.pairs-badge{color:#8b5cf6;background:#8b5cf61a}html[data-theme=light] .onboarding-overlay{background:var(--bg-body)}html[data-theme=light] .onboarding-container{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .onboarding-skip-btn:hover{background:#0000000d}html[data-theme=light] .welcome-feature,html[data-theme=light] .privacy-toggle-item,html[data-theme=light] .preference-card,html[data-theme=light] .complete-summary{background:var(--bg-card-lighter)}html[data-theme=light] .form-input,html[data-theme=light] .form-textarea,html[data-theme=light] .preference-select{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .privacy-option{background:var(--bg-card-lighter)}html[data-theme=light] .privacy-option:hover{background:#00000008}html[data-theme=light] .nav-btn.back-btn{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .nav-btn.back-btn:hover{background:#0000000d}html[data-theme=light] .slider{background:#0000001a}html[data-theme=light] .rule-card,html[data-theme=light] .rr-option,html[data-theme=light] .session-card,html[data-theme=light] .pair-chip{background:var(--bg-card-lighter)}html[data-theme=light] .rule-input,html[data-theme=light] .quick-btn{background:var(--bg-card)}html[data-theme=light] .rule-slider{background:#0000001a}@media (max-width:640px){.onboarding-overlay{padding:0}.onboarding-container{border:none;border-radius:0;max-width:100%;max-height:100vh}.onboarding-content{padding:40px 24px 24px}.onboarding-title{font-size:24px}.onboarding-subtitle{margin-bottom:28px;font-size:14px}.onboarding-navigation{padding:16px 24px}.step-indicators{padding:14px 24px}.preferences-grid{grid-template-columns:1fr}.privacy-option{padding:14px}.privacy-toggle-info p{display:none}.trading-rules-step{max-width:100%}.rules-grid,.sessions-grid{grid-template-columns:1fr}.rr-selector{flex-direction:column}.rr-option{min-width:auto}.onboarding-step-pills{gap:6px;padding:16px 20px 0}.step-pill{width:24px;height:24px}.summary-rules{gap:12px}.summary-rule-value{font-size:16px}}body.theme-light .main-content{background-color:var(--bg-body)!important;background:var(--bg-body)!important}body.theme-light [style*="background: #0"],body.theme-light [style*="background:#0"],body.theme-light [style*="background: #1"],body.theme-light [style*="background:#1"]{background-color:var(--bg-card)!important}body.theme-light [style*="linear-gradient(145deg, rgba(18"],body.theme-light [style*="linear-gradient(145deg, rgba(15"],body.theme-light [style*="linear-gradient(145deg, rgba(10"],body.theme-light [style*="linear-gradient(135deg, #1a"],body.theme-light [style*="linear-gradient(135deg, rgba(26"]{background:var(--bg-card)!important}body.theme-light .main-content>div{color:var(--text-white)}body.theme-light .view-container{background:0 0!important}body.theme-light .view-container::-webkit-scrollbar-thumb{background:#00000026!important}body.theme-light .view-container::-webkit-scrollbar-thumb:hover{background:#00000040!important}body.theme-light .main-content h1,body.theme-light .main-content h2,body.theme-light .main-content h3,body.theme-light .main-content h4{color:var(--text-white)!important}body.theme-light .main-content p{color:var(--text-gray)}body.theme-light .main-content>div>div{--inline-bg-override:var(--bg-card)}body.theme-light .main-content div[style*=gradient]{background:var(--bg-card)!important;border-color:var(--border-color)!important}body.theme-light .main-content div[style*="padding: 48px"],body.theme-light .main-content div[style*="padding: 40px"]{border-color:var(--border-color)!important}body.theme-light input[style],body.theme-light textarea[style],body.theme-light select[style]{background-color:var(--bg-card-lighter)!important;border-color:var(--border-color)!important;color:var(--text-white)!important}body.theme-light input::placeholder,body.theme-light textarea::placeholder{color:var(--text-muted)!important}body.theme-light button[style*="background: rgba(255"],body.theme-light button[style*="background:rgba(255"]{border-color:var(--border-color)!important;color:var(--text-gray)!important;background-color:#0000000a!important}body.theme-light button[style*="background: transparent"],body.theme-light button[style*=background\:transparent]{color:var(--text-gray)!important;border-color:var(--border-color)!important}body.theme-light button[style*="border: 1px solid rgba(255"]{border-color:var(--border-color)!important}body.theme-light [style*="color: #fff"],body.theme-light [style*="color:#fff"],body.theme-light [style*="color: white"],body.theme-light [style*=color\:white],body.theme-light [style*="color: rgb(255, 255, 255)"],body.theme-light [style*="color: #FFFFFF"],body.theme-light [style*="color:#FFFFFF"]{color:var(--text-white)!important}body.theme-light [style*="color: #e0e0e0"],body.theme-light [style*="color:#e0e0e0"],body.theme-light [style*="color: #E0E0E0"],body.theme-light [style*="color: #ccc"],body.theme-light [style*="color:#ccc"],body.theme-light [style*="color: #ddd"]{color:var(--text-gray)!important}body.theme-light [style*="color: #666"],body.theme-light [style*="color:#666"],body.theme-light [style*="color: #888"],body.theme-light [style*="color:#888"],body.theme-light [style*="color: #999"],body.theme-light [style*="color:#999"],body.theme-light [style*="color: #555"],body.theme-light [style*="color:#555"],body.theme-light [style*="color: #777"]{color:var(--text-muted)!important}body.theme-light [style*="background: rgba(0, 0, 0, 0."],body.theme-light [style*="background:rgba(0, 0, 0, 0."],body.theme-light [style*="background: rgba(0,0,0,0."]{background-color:#00000005!important}body.theme-light [style*="background: rgba(255, 255, 255, 0.0"],body.theme-light [style*="background:rgba(255, 255, 255, 0.0"],body.theme-light [style*="background: rgba(255,255,255,0.0"]{background-color:var(--bg-card-lighter)!important}body.theme-light [style*="background: rgba(255, 255, 255, 0.1"],body.theme-light [style*="background:rgba(255, 255, 255, 0.1"]{background-color:#00000008!important}body.theme-light [style*="border: 1px solid rgba(255, 255, 255"],body.theme-light [style*="border:1px solid rgba(255, 255, 255"],body.theme-light [style*="border: 1px solid rgba(255,255,255"]{border-color:var(--border-color)!important}body.theme-light [style*="borderBottom: 1px solid rgba(255"],body.theme-light [style*="border-bottom: 1px solid rgba(255"]{border-bottom-color:var(--border-color)!important}body.theme-light [style*="border-radius: 20px"][style*=padding],body.theme-light [style*="borderRadius: 20px"][style*=padding],body.theme-light [style*="border-radius: 24px"][style*=padding],body.theme-light [style*="borderRadius: 24px"][style*=padding],body.theme-light [style*="border-radius: 28px"][style*=padding]{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}body.theme-light [style*="border-radius: 14px"],body.theme-light [style*="borderRadius: 14px"],body.theme-light [style*="border-radius: 16px"],body.theme-light [style*="borderRadius: 16px"]{border-color:var(--border-color)!important}body.theme-light .main-content [style*="flex-direction: column"][style*=gap]{color:var(--text-white)}body.theme-light [style*="background: linear-gradient(145deg, rgba(255, 255, 255"]{background:#00000005!important}body.theme-light [style*="background: rgba(0, 102, 255, 0.1"],body.theme-light [style*="background:rgba(0, 102, 255, 0.1"]{background:#0066ff14!important}body.theme-light select option{background:var(--bg-card)!important;color:var(--text-white)!important}body.theme-light ::-webkit-scrollbar-thumb{background:#00000026}body.theme-light ::-webkit-scrollbar-thumb:hover{background:#00000040}body.theme-light ::-webkit-scrollbar-track{background:0 0}body.theme-light .main-content [style*="display: flex"][style*="padding: 16px"][style*=border-radius]{background:var(--bg-card-lighter)!important;border-color:var(--border-color)!important}body.theme-light .settings-section-description,body.theme-light .settings-row-description{color:var(--text-muted)!important}body.theme-light .settings-section-title,body.theme-light .settings-row-label{color:var(--text-white)!important}body.theme-light .settings-section{background:var(--bg-card)!important;border-color:var(--border-color)!important}body.theme-light .settings-row{border-bottom-color:var(--border-color)!important}body.theme-light [style*="background: rgba(0, 102, 255, 0.1"]{background:#0066ff14!important}body.theme-light .main-content span[style*="color: #"],body.theme-light .main-content div[style*="color: #"]{color:inherit!important}body.theme-light [style*="color: #fff"]{color:var(--text-white)!important}body.theme-light button[style*="background: var(--primary-blue)"],body.theme-light button[style*="background: #0066FF"],body.theme-light button[style*="background:#0066FF"]{background:var(--primary-blue)!important;color:#fff!important}body.theme-light tr:hover td{background:#00000005!important}body.theme-light [style*="text-align: center"][style*="color: #"]{color:var(--text-muted)!important}body.theme-light [style*="font-weight: 600"][style*="color: #fff"],body.theme-light [style*="font-weight: 700"][style*="color: #fff"],body.theme-light [style*="fontWeight: 600"][style*="color: #fff"],body.theme-light [style*="fontWeight: 700"][style*="color: #fff"]{color:var(--text-white)!important}body.theme-light a{color:var(--primary-blue)}body.theme-light [style*="font-family: 'SF Mono'"],body.theme-light [style*="fontFamily: 'SF Mono'"],body.theme-light code{background:var(--bg-card-lighter);color:var(--text-white)}body.theme-light .feed-post,body.theme-light .post-card{background:var(--bg-card)!important;border-color:var(--border-color)!important}body.theme-light .post-content,body.theme-light .post-author{color:var(--text-white)!important}body.theme-light .post-time,body.theme-light .post-meta{color:var(--text-muted)!important}.help-view-container{box-sizing:border-box;max-width:100%;padding-right:12px}.help-hero-section{border:1px solid var(--border-color);background:linear-gradient(135deg,#0066ff1f 0%,#8b5cf614 50%,#2981eb0f 100%);border-radius:28px;margin-bottom:28px;padding:48px 40px;position:relative;overflow:hidden}.help-hero-title{color:var(--text-white);margin:0;font-size:32px;font-weight:700}.help-hero-subtitle{color:var(--text-gray);margin:0;font-size:15px}.help-tab-nav{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:14px;gap:6px;width:fit-content;margin-bottom:28px;padding:6px;display:flex}.help-tab-btn{color:var(--text-gray);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-family);background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;transition:all .2s;display:flex}.help-tab-btn:hover{color:var(--text-white)}.help-tab-btn.active{background:var(--primary-blue);color:#fff}.support-card-v2{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;border-radius:20px;padding:28px;transition:all .3s;position:relative;overflow:hidden}.support-card-v2:hover{border-color:var(--primary-blue);transform:translateY(-4px)}.support-card-v2 h3{color:var(--text-white);margin-bottom:8px;font-size:18px;font-weight:600}.support-card-v2 p{color:var(--text-gray);margin-bottom:16px;font-size:13px;line-height:1.6}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;margin-bottom:12px;overflow:hidden}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--text-white);font-size:15px;font-weight:500;font-family:var(--font-family);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.faq-question:hover{background:#ffffff08}.faq-answer{color:var(--text-gray);padding:0 24px 20px;font-size:14px;line-height:1.7}.ticket-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;margin-bottom:12px;padding:18px 20px}.ticket-title{color:var(--text-white);font-size:15px;font-weight:600}.ticket-meta{color:var(--text-muted);font-size:12px}html[data-theme=light] .help-hero-section{background:linear-gradient(135deg,#0066ff0f 0%,#8b5cf60a 50%,#2981eb08 100%)}html[data-theme=light] .help-hero-orb,html[data-theme=light] .help-hero-section .help-hero-orb,body.theme-light .help-hero-orb,body.theme-light .help-hero-section .help-hero-orb{opacity:0!important;visibility:hidden!important;display:none!important}html[data-theme=light] .help-tab-nav{background:var(--bg-card-lighter)}html[data-theme=light] .help-tab-btn{color:var(--text-gray)}html[data-theme=light] .help-tab-btn:hover{color:var(--text-white);background:#0000000a}html[data-theme=light] .faq-question:hover{background:#00000005}.landing-page{--landing-bg-color:#020a14;--landing-bg-secondary:#0a1628;--landing-primary:#2981eb;--landing-secondary:#06b6d4;--landing-text-main:#fff;--landing-text-muted:#94a3b8;--landing-glass-bg:#ffffff08;--landing-glass-border:#ffffff14;--landing-glass-highlight:#ffffff26;--landing-neon-glow:0 0 40px #2981eb33;--landing-profit-green:#2981eb;--landing-loss-red:#ef4444;--landing-container-width:1240px;--landing-card-bg:#0f172ae6;--landing-card-bg-solid:#0f172a;--landing-shadow-color:#0000004d;--landing-grid-color:#ffffff08;--landing-overlay-color:#020a14a6;background-color:var(--landing-bg-color);min-height:100vh;color:var(--landing-text-main);width:100%;font-family:Inter,sans-serif;overflow-x:hidden}.landing-page.light-theme{--landing-bg-color:#f8fafc;--landing-bg-secondary:#f1f5f9;--landing-primary:#2563eb;--landing-secondary:#0891b2;--landing-text-main:#0f172a;--landing-text-muted:#64748b;--landing-glass-bg:#00000005;--landing-glass-border:#00000014;--landing-glass-highlight:#0000000d;--landing-neon-glow:0 0 40px #2563eb26;--landing-profit-green:#2563eb;--landing-loss-red:#dc2626;--landing-card-bg:#ffffffe6;--landing-card-bg-solid:#fff;--landing-shadow-color:#0000001a;--landing-grid-color:#0000000a;--landing-overlay-color:#f8fafcb3;background-color:var(--landing-bg-color)}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{font-family:Outfit,sans-serif}.landing-page a{color:inherit;text-decoration:none;transition:all .3s}.landing-page ul{list-style:none}.landing-page img{max-width:100%;display:block}.landing-page .bg-grid{z-index:-2;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:fixed;top:0;left:0}.landing-page.light-theme .bg-grid{background-image:linear-gradient(var(--landing-grid-color)1px,transparent 1px),linear-gradient(90deg,var(--landing-grid-color)1px,transparent 1px)}.landing-page .bg-grid-overlay{z-index:-1;pointer-events:none;background:linear-gradient(#0000 0% 30%,#020a1466 40%,#020a148c 50% 100%);width:100%;height:100%;position:fixed;top:0;left:0}.landing-page.light-theme .bg-grid-overlay{background:linear-gradient(#0000 0% 30%,#f8fafc4d 40%,#f8fafc80 50% 100%)}.landing-page .grid-cells-container{z-index:-2;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.landing-page .grid-cell{opacity:0;background:0 0;border-radius:4px;width:58px;height:58px;position:absolute}.landing-page .grid-cell.pulse{animation:1.5s ease-out forwards landingCellPulse}.landing-page .grid-cell.pulse-blue{background:#2981eb1f}.landing-page .grid-cell.pulse-cyan{background:#06b6d414}.landing-page .grid-cell.pulse-green{background:#22c55e0f}@keyframes landingCellPulse{0%{opacity:0}20%{opacity:1}to{opacity:0}}.landing-page .glow-orb{filter:blur(80px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#2981eb40 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite landingOrbPulse;position:fixed}.landing-page .glow-top{background:radial-gradient(circle,#2981eb4d 0%,#0000 70%);width:800px;height:800px;animation:10s ease-in-out infinite landingOrbPulseTop;top:-200px;left:50%;transform:translate(-50%)}.landing-page .glow-left{background:radial-gradient(circle,#06b6d426 0%,#0000 70%);animation-delay:-2s;top:30%;left:-200px}.landing-page .glow-right{background:radial-gradient(circle,#22c55e26 0%,#0000 70%);animation-delay:-4s;top:60%;left:auto;right:-200px}.landing-page.light-theme .glow-orb{opacity:.3}@keyframes landingOrbPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes landingOrbPulseTop{0%,to{transform:translate(-50%)scale(1)}50%{transform:translate(-50%)scale(1.15)}}.landing-page .crosshair{color:#fff3;z-index:-1;font-family:monospace;font-size:1.2rem;animation:6s ease-in-out infinite landingCrosshairFloat;position:fixed}.landing-page .crosshair:nth-child(2){animation-delay:-2s}.landing-page .crosshair:nth-child(3){animation-delay:-4s}@keyframes landingCrosshairFloat{0%,to{opacity:.2;transform:translateY(0)rotate(0)}50%{opacity:.4;transform:translateY(-20px)rotate(90deg)}}.landing-page .container{max-width:var(--landing-container-width);box-sizing:border-box;width:100%;margin-left:auto;margin-right:auto;padding:0 24px;position:relative}.landing-page .text-gradient-blue{background:linear-gradient(135deg,#60a5fa 0%,#93c5fd 50%,#60a5fa 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite landingShimmerText}.landing-page.light-theme .text-gradient-blue{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 50%,#1e3a8a 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes landingShimmerText{0%{background-position:0%}to{background-position:200%}}.landing-page .badge{color:#93c5fd;text-transform:uppercase;letter-spacing:1px;background:#2981eb1a;border:1px solid #2981eb4d;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.8rem;font-weight:500;transition:all .3s;animation:3s ease-in-out infinite landingBadgePulse;display:inline-flex;box-shadow:0 0 15px #2981eb26}.landing-page .badge:hover{transform:scale(1.05);box-shadow:0 0 25px #2981eb4d}.landing-page .badge:after{content:"✨";margin-left:5px;animation:2s ease-in-out infinite landingSparkle}.landing-page.light-theme .badge{color:#1e40af;background:#1e40af1f;border-color:#1e40af4d}@keyframes landingBadgePulse{0%,to{box-shadow:0 0 15px #2981eb26}50%{box-shadow:0 0 25px #2981eb59}}@keyframes landingSparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.landing-page .btn{cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex;position:relative;overflow:hidden}.landing-page .btn-primary{color:#fff;background:linear-gradient(90deg,#2563eb 0%,#2981eb 50%,#2563eb 100%) 0 0/200%;animation:3s infinite landingGradientShift;box-shadow:0 0 20px #2563eb66,inset 0 1px #fff3}@keyframes landingGradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.landing-page .btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 0 40px #2563eb99,0 10px 30px -10px #2563eb80,inset 0 1px #ffffff4d}.landing-page .btn-primary:active{transform:translateY(0)scale(.98)}.landing-page .btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:2.5s ease-in-out infinite landingBtnShimmer;position:absolute;top:0;left:-100%}@keyframes landingBtnShimmer{0%{left:-100%}50%,to{left:100%}}.landing-page .btn-outline{border:1px solid var(--landing-glass-border);color:var(--landing-text-main);background:#ffffff08;position:relative;overflow:hidden}.landing-page .btn-outline:before{content:"";background:linear-gradient(90deg,#0000,#2981eb33,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.landing-page .btn-outline:hover{border-color:var(--landing-primary);background:#2981eb1a;transform:translateY(-2px);box-shadow:0 5px 20px #2981eb33}.landing-page .btn-outline:hover:before{left:100%}.landing-page.light-theme .btn-outline{color:var(--landing-text-main);background:#00000005;border-color:#00000026}.landing-page.light-theme .btn-outline:hover{border-color:var(--landing-primary);background:#2981eb14}.landing-page .btn.full-width{width:100%;margin-top:30px}.landing-page .btn.large{padding:16px 40px;font-size:1.1rem}.landing-page .landing-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020a14b3;border-bottom:1px solid #ffffff0d;padding:18px 0;transition:all .4s cubic-bezier(.23,1,.32,1);position:fixed;top:0;left:0;right:0}.landing-page .landing-header.scrolled{background:#020a14f2;border-bottom:1px solid #2981eb26;padding:12px 0;box-shadow:0 5px 30px #0006,0 0 0 1px #2981eb1a,inset 0 1px #ffffff0d}.landing-page.light-theme .landing-header{background:#f8fafccc;border-bottom-color:#0000000d}.landing-page.light-theme .landing-header.scrolled{background:#f8fafcf2;box-shadow:0 5px 30px #0000001a}.landing-page .nav-content{justify-content:space-between;align-items:center;display:flex}.landing-page .logo{letter-spacing:-.5px;color:#fff;align-items:center;gap:10px;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.landing-page .logo:hover{color:#2981eb;transform:scale(1.02)}.landing-page.light-theme .logo{color:#0f172a}.landing-page.light-theme .logo:hover{color:#2563eb}.landing-page .nav-links{gap:40px;display:flex}.landing-page .nav-links a{color:var(--landing-text-muted);font-size:.9rem;font-weight:500;transition:all .3s;position:relative}.landing-page .nav-links a:after{content:"";background:linear-gradient(90deg,var(--landing-primary),var(--landing-secondary));border-radius:2px;width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.landing-page .nav-links a:hover{color:var(--landing-text-main);text-shadow:0 0 10px #2981eb80}.landing-page .nav-links a:hover:after{width:100%}.landing-page .nav-actions{align-items:center;gap:20px;display:flex}.landing-page .theme-toggle{border:1px solid var(--landing-glass-border);background:var(--landing-glass-bg);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .6s;display:flex;position:relative;overflow:hidden}.landing-page .theme-toggle:hover{border-color:var(--landing-primary);background:#2981eb1a;transform:scale(1.05)}.landing-page .theme-toggle i{font-size:1.1rem;transition:all .6s cubic-bezier(.68,-.55,.265,1.55);position:absolute}.landing-page .theme-icon-dark{opacity:1;color:#fff;transform:rotate(0)scale(1)}.landing-page .theme-icon-light{opacity:0;color:#0f172a;transform:rotate(-90deg)scale(.5)}.landing-page.light-theme .theme-icon-light{opacity:1;color:#0f172a;transform:rotate(0)scale(1)}.landing-page.light-theme .theme-icon-dark{opacity:0;transform:rotate(90deg)scale(.5)}.landing-page.light-theme .theme-toggle{background:#0000000d;border-color:#00000026}.landing-page .ripple-edge{pointer-events:none;z-index:99999;box-shadow:0 0 0 3px var(--landing-primary),0 0 20px 2px var(--landing-primary),0 0 40px 4px #2981eb66,inset 0 0 20px 2px #2981eb33;opacity:0;border-radius:50%;position:fixed;transform:translate(-50%,-50%)}.landing-page .ripple-edge.dark-to-light{box-shadow:0 0 0 3px #2981eb,0 0 30px 5px #2981eb99,0 0 60px 10px #2981eb4d,inset 0 0 30px 5px #ffffff4d}.landing-page .ripple-edge.light-to-dark{box-shadow:0 0 0 3px #6366f1,0 0 30px 5px #6366f199,0 0 60px 10px #6366f14d,inset 0 0 30px 5px #0000004d}.landing-page .landing-hero{text-align:center;padding-top:180px;padding-bottom:100px;position:relative;overflow:hidden}.landing-page .landing-hero h1{letter-spacing:-2px;margin-bottom:24px;font-size:5rem;font-weight:700;line-height:1.1}.landing-page .landing-hero p{color:var(--landing-text-muted);max-width:600px;margin:0 auto 40px;font-size:1.25rem}.landing-page .hero-buttons{justify-content:center;gap:20px;display:flex}.landing-page .hero-img-container{transform-style:preserve-3d;opacity:0;will-change:transform,opacity;background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;margin-top:80px;padding:10px;transition:box-shadow .3s,border-color .3s;position:relative;transform:perspective(1200px)rotateX(15deg)rotateY(-5deg)translateY(50px)scale(.95);box-shadow:0 0 100px -30px #2981eb66}.landing-page .hero-img-container.active{opacity:1;animation:6s ease-in-out .8s infinite landingHero3DFloat;transform:perspective(1200px)rotateX(0)rotateY(0)translateY(0)scale(1)}@keyframes landingHero3DFloat{0%,to{transform:perspective(1200px)rotateX(0)rotateY(0)translateY(0)}25%{transform:perspective(1200px)rotateX(1.5deg)rotateY(-1deg)translateY(-8px)}50%{transform:perspective(1200px)rotateX(-1deg)rotateY(1.5deg)translateY(-12px)}75%{transform:perspective(1200px)rotateX(.5deg)rotateY(-.5deg)translateY(-5px)}}.landing-page .hero-img-container.scroll-3d-active{box-shadow:0 50px 100px -20px #000000b3,0 0 60px #2981eb4d;animation:none!important}.landing-page .hero-img-container img{border-radius:12px;width:100%;box-shadow:0 20px 50px #000c}.landing-page.light-theme .hero-img-container{background:#ffffff80;border-color:#0000001a;box-shadow:0 0 100px -30px #2981eb33}.landing-page .floating-card{border:1px solid var(--landing-glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141ef2;border-radius:16px;padding:15px;transition:all .3s;animation:4s ease-in-out infinite landingFloatCard;position:absolute;box-shadow:0 10px 40px #00000080}.landing-page .floating-card:hover{transform:translateY(-5px)scale(1.02)!important;box-shadow:0 15px 50px #0009,0 0 20px #2981eb33!important}.landing-page .floating-card:nth-child(2){animation-delay:-1s}.landing-page .floating-card:nth-child(3){animation-delay:-2s}@keyframes landingFloatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.landing-page .hero-img-container.scroll-3d-active .floating-card{opacity:0;pointer-events:none}.landing-page .pnl-card{width:200px;top:10%;right:-20px}.landing-page .winrate-card{width:180px;bottom:15%;left:-20px}.landing-page .floating-card .card-label{color:#aaa;margin-bottom:5px;font-size:.75rem}.landing-page .floating-card .card-value{font-size:1.5rem;font-weight:700}.landing-page .floating-card .card-value.profit{color:var(--landing-profit-green)}.landing-page .floating-card .card-value.blue{color:var(--landing-primary);font-size:1.3rem}.landing-page .floating-card .card-change{margin-top:3px;font-size:.7rem}.landing-page .floating-card .card-change.profit{color:var(--landing-profit-green)}.landing-page .winrate-bars{gap:3px;margin-top:8px;display:flex}.landing-page .winrate-bars .bar{border-radius:2px;flex:1;height:4px}.landing-page .winrate-bars .bar.win{background:var(--landing-profit-green)}.landing-page .winrate-bars .bar.loss{background:var(--landing-loss-red);flex:.5}.landing-page .section{padding:120px 0;position:relative}.landing-page .section-header{text-align:center;max-width:800px;margin:0 auto 80px}.landing-page .section-header h2{letter-spacing:-1px;opacity:0;margin-bottom:20px;font-size:3.5rem;transition:all .8s cubic-bezier(.23,1,.32,1);transform:translateY(20px)}.landing-page .section-header.active h2{opacity:1;transform:translateY(0)}.landing-page .section-header p{color:var(--landing-text-muted);opacity:0;font-size:1.1rem;transition:all .8s cubic-bezier(.23,1,.32,1) .2s;transform:translateY(20px)}.landing-page .section-header.active p{opacity:1;transform:translateY(0)}.landing-page .reveal{opacity:0;transition:all 1s cubic-bezier(.16,1,.3,1);transform:translateY(60px)}.landing-page .reveal.active{opacity:1;transform:translateY(0)}.landing-page .feature-grid{gap:120px;display:grid}.landing-page .community-grid{gap:60px}.landing-page .feature-item{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:80px;transition:all .8s cubic-bezier(.23,1,.32,1);display:grid;transform:translate(-30px)}.landing-page .feature-item.reversed{direction:rtl;transform:translate(30px)}.landing-page .feature-item.reversed .feature-text{direction:ltr}.landing-page .feature-item.active{opacity:1;transform:translate(0)}.landing-page .feature-icon{margin-bottom:15px;font-size:1.5rem}.landing-page .feature-icon.primary{color:var(--landing-primary)}.landing-page .feature-icon.secondary{color:var(--landing-secondary)}.landing-page .feature-icon.green{color:var(--landing-profit-green)}.landing-page .feature-text h3{margin-bottom:20px;font-size:2.5rem;line-height:1.1}.landing-page .feature-text p{color:var(--landing-text-muted);margin-bottom:30px;font-size:1.1rem}.landing-page .feature-list{color:var(--landing-text-muted);margin-bottom:20px;padding:0;font-size:.9rem}.landing-page .feature-list li{align-items:center;gap:10px;margin-bottom:8px;display:flex}.landing-page .feature-list li i{color:var(--landing-primary)}.landing-page .feature-list.secondary li i{color:var(--landing-secondary)}.landing-page .feature-list.green li i{color:var(--landing-profit-green)}.landing-page .feature-visual{border:1px solid var(--landing-glass-border);transform-style:preserve-3d;background:radial-gradient(circle at 100% 0,#ffffff0d,#0000);border-radius:24px;padding:10px;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative}.landing-page .feature-visual:hover{transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)translateZ(20px);box-shadow:20px 20px 60px #0006,-5px -5px 20px #2981eb1a}.landing-page .feature-visual img{border:1px solid #00000080;border-radius:16px;width:100%;transition:all .5s}.landing-page .feature-visual:hover img{transform:scale(1.02);box-shadow:0 10px 40px #2981eb33}.landing-page .how-section{background:#ffffff03}.landing-page .bento-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;display:grid}.landing-page .bento-card{background:var(--landing-card-bg);border:1px solid var(--landing-glass-border);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:320px;padding:30px;transition:all .4s;display:flex;position:relative;overflow:hidden}.landing-page .bento-card:hover{border-color:#2981eb4d;transform:translateY(-5px);box-shadow:0 20px 40px -10px #00000080}.landing-page.light-theme .bento-card{background:#fff;border-color:#00000014;box-shadow:0 4px 20px #0000000d}.landing-page.light-theme .bento-card:hover{border-color:var(--landing-primary);box-shadow:0 15px 30px #0000001a}.landing-page .bento-card h3{color:var(--landing-text-main);margin-bottom:10px;font-size:1.25rem}.landing-page .bento-card p{color:var(--landing-text-muted);font-size:.95rem;line-height:1.5}.landing-page .card-visual{background:#ffffff05;border-radius:16px;justify-content:center;align-items:center;height:140px;margin-bottom:24px;display:flex;position:relative;overflow:hidden}.landing-page.light-theme .card-visual{background:#f8fafc}.landing-page .step-num{letter-spacing:1px;margin-bottom:8px;font-size:.8rem;font-weight:800;display:block}.landing-page .step-num.primary{color:var(--landing-primary)}.landing-page .step-num.secondary{color:var(--landing-secondary)}.landing-page .step-num.green{color:var(--landing-profit-green)}.landing-page .notif-card{background:#1e293bcc;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;width:80%;padding:12px;display:flex;box-shadow:0 10px 20px #0003}.landing-page.light-theme .notif-card{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #0000000d}.landing-page .notif-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.landing-page .notif-icon.primary{background:var(--landing-primary)}.landing-page .notif-icon.green{background:var(--landing-profit-green);color:#000}.landing-page .notif-text{color:#fff;font-weight:700}.landing-page .notif-lines{flex:1}.landing-page .notif-line{background:#ffffff1a;border-radius:4px;width:80%;height:6px;margin-bottom:6px}.landing-page .notif-line.short{width:60%}.landing-page.light-theme .notif-line{background:#e2e8f0}.landing-page .chart-bar-container{align-items:flex-end;gap:6px;height:60px;display:flex}.landing-page .chart-bar{opacity:.4;border-radius:4px;width:10px;transition:all .3s}.landing-page .chart-bar.secondary{background:var(--landing-secondary)}.landing-page .chart-bar:first-child{height:30%}.landing-page .chart-bar:nth-child(2){height:50%}.landing-page .chart-bar:nth-child(3){height:40%}.landing-page .chart-bar:nth-child(4){opacity:1;height:70%;box-shadow:0 0 15px var(--landing-secondary)}.landing-page .bento-card:hover .chart-bar:first-child{height:40%}.landing-page .bento-card:hover .chart-bar:nth-child(2){height:60%}.landing-page .bento-card:hover .chart-bar:nth-child(3){height:50%}.landing-page .bento-card:hover .chart-bar:nth-child(4){height:80%}.landing-page .pricing-toggle{border:1px solid var(--landing-glass-border);z-index:20;pointer-events:auto;background:#ffffff0d;border-radius:100px;align-items:center;margin-top:20px;padding:6px;display:inline-flex;position:relative}.landing-page.light-theme .pricing-toggle{background:#00000008;border-color:#00000014}.landing-page .pricing-btn{color:var(--landing-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50px;align-items:center;gap:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.landing-page .pricing-btn.active{background:var(--landing-primary);color:#fff;box-shadow:0 4px 15px #2981eb4d}.landing-page .pricing-btn:hover:not(.active){color:var(--landing-text-main)}.landing-page.light-theme .pricing-btn.active{background:#2563eb}.landing-page .save-badge{color:#2981eb;background:#22c55e33;border-radius:20px;padding:2px 8px;font-size:.7rem;font-weight:700}.landing-page .pricing-btn.active .save-badge{color:#fff;background:#fff3}.landing-page.light-theme .save-badge{color:#2563eb;background:#22c55e26}.landing-page .pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:30px;margin-top:60px;display:grid}.landing-page .price-card{-webkit-backdrop-filter:blur(20px);background:linear-gradient(#0f172ae6 0%,#0a0f1ef2 100%);border:1px solid #ffffff14;border-top-color:#ffffff1f;border-radius:24px;margin-top:20px;padding:50px 30px 40px;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:visible;box-shadow:0 4px 24px #0000004d,inset 0 0 0 1px #ffffff08}.landing-page .price-card:before{content:"";opacity:0;background:radial-gradient(circle,#2981eb14 0%,#0000 60%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.landing-page .price-card:hover:before{opacity:1}.landing-page .price-card:hover{border-color:#2981eb59;transform:translateY(-10px);box-shadow:0 25px 50px #0006,0 0 40px #2981eb1a,inset 0 0 0 1px #2981eb1a}.landing-page .price-card.featured{z-index:5;background:linear-gradient(#2981eb1f 0%,#0f172af2 40%,#0a0f1efa 100%);border-color:#2981eb80 #2981eb66 #2981eb66;animation:3s ease-in-out infinite landingFeaturedGlow;transform:scale(1.05);box-shadow:0 8px 32px #0006,0 0 60px -10px #2981eb40,inset 0 0 0 1px #2981eb26}@keyframes landingFeaturedGlow{0%,to{box-shadow:0 0 50px -20px #2981eb4d}50%{box-shadow:0 0 70px -15px #2981eb80}}.landing-page .price-card.featured:hover{transform:scale(1.08)translateY(-5px)}.landing-page.light-theme .price-card{background:linear-gradient(#fffffff2 0%,#f1f5f9fa 100%);border-color:#00000014;box-shadow:0 4px 24px #00000014}.landing-page.light-theme .price-card.featured{background:linear-gradient(#2981eb14 0%,#fffffffa 40%);border-color:#2981eb4d}.landing-page .popular-badge{background:var(--landing-primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:10;border-radius:20px;padding:6px 16px;font-size:.7rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #2981eb4d}.landing-page.light-theme .popular-badge{color:#fff;background:#2563eb;box-shadow:0 2px 8px #2563eb4d}.landing-page .price-card h3{margin-bottom:0;font-size:1.5rem}.landing-page .price-desc{color:var(--landing-text-muted);margin-top:10px;font-size:.9rem}.landing-page .price-big{color:#fff;margin:20px 0;font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:700;transition:all .3s}.landing-page .price-card:hover .price-big{text-shadow:0 0 20px #ffffff4d}.landing-page .price-big span{color:var(--landing-text-muted);font-size:1rem;font-weight:400}.landing-page.light-theme .price-card h3,.landing-page.light-theme .price-card h4,.landing-page.light-theme .price-card .price-big{color:#0f172a}.landing-page.light-theme .price-card .price-big span,.landing-page.light-theme .price-card p,.landing-page.light-theme .price-card li{color:#475569}.landing-page.light-theme .price-card.featured .price-big{color:#1e40af}.landing-page .price-features{margin:0;padding:0}.landing-page .price-features li{color:#cbd5e1;gap:10px;margin-bottom:15px;font-size:.95rem;list-style:none;transition:all .3s;display:flex}.landing-page .price-features li:hover{color:#fff;transform:translate(5px)}.landing-page .price-features i{color:var(--landing-primary);transition:all .3s}.landing-page .price-features li:hover i{text-shadow:0 0 10px var(--landing-primary);transform:scale(1.2)}.landing-page.light-theme .price-card .btn-outline{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.landing-page.light-theme .price-card .btn-outline:hover{border-color:var(--landing-primary);background:#e2e8f0}.landing-page .faq-container{max-width:900px}.landing-page .faq-grid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.landing-page .faq-item{border-bottom:1px solid var(--landing-glass-border);margin-bottom:15px;padding-bottom:15px;transition:all .3s}.landing-page .faq-item:hover{border-color:#2981eb4d}.landing-page .faq-head{cursor:pointer;justify-content:space-between;align-items:center;padding:10px 0;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex}.landing-page .faq-head:hover{color:var(--landing-primary)}.landing-page .faq-head i{color:var(--landing-text-muted);font-size:.9rem;transition:all .4s cubic-bezier(.23,1,.32,1)}.landing-page .faq-item.active .faq-head i{color:var(--landing-primary);transform:rotate(45deg)}.landing-page .faq-body{max-height:0;color:var(--landing-text-muted);font-size:.95rem;line-height:1.6;transition:all .4s cubic-bezier(.23,1,.32,1);overflow:hidden}.landing-page .faq-item.active .faq-body{max-height:200px;padding-top:10px;padding-bottom:10px}.landing-page .cta-box{-webkit-backdrop-filter:blur(20px);text-align:center;background:linear-gradient(#0f172ad9 0%,#0a0f1ef2 100%);border:1px solid #ffffff14;border-top-color:#ffffff1f;border-radius:40px;margin-bottom:80px;padding:100px 40px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000004d,0 0 80px #2981eb14,inset 0 0 0 1px #ffffff08}.landing-page .cta-box:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#fff6,#0000);height:1px;animation:3s ease-in-out infinite landingCtaShimmer;position:absolute;top:0;left:0;right:0}@keyframes landingCtaShimmer{0%,to{opacity:.3}50%{opacity:1}}.landing-page .cta-box:after{content:"";pointer-events:none;background:radial-gradient(at top,#2981eb26 0%,#0000 60%);width:80%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-page .cta-box:hover{border-color:#2981eb4d;box-shadow:0 8px 32px #0006,0 0 100px #2981eb26,inset 0 0 0 1px #2981eb1a}.landing-page .cta-bg-fx{pointer-events:none;background-image:radial-gradient(circle,#2981eb26 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.landing-page .cta-glow-left,.landing-page .cta-glow-right{filter:blur(60px);pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.landing-page .cta-glow-left{background:radial-gradient(circle,#2981eb1a 0%,#0000 70%);top:-50%;left:-20%}.landing-page .cta-glow-right{background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);bottom:-50%;right:-20%}.landing-page .cta-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.landing-page .cta-box h2{margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.1}.landing-page .cta-box p{color:var(--landing-text-muted);margin-bottom:40px;font-size:1.2rem;line-height:1.6}.landing-page .cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.landing-page.light-theme .cta-box{background:linear-gradient(#e0f2fe 0%,#dbeafe 50%,#bfdbfe 100%);border-color:#2981eb33;box-shadow:0 4px 24px #2981eb1a}.landing-page.light-theme .cta-box:after{background:radial-gradient(at top,#2981eb1a 0%,#0000 60%)}.landing-page.light-theme .cta-box h2,.landing-page.light-theme .cta-box p{color:#0f172a}.landing-page.light-theme .cta-box p{color:#334155}.landing-page .landing-footer{border-top:1px solid var(--landing-glass-border);color:var(--landing-text-muted);padding:80px 0 40px;font-size:.9rem}.landing-page .foot-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px;display:grid}.landing-page .foot-col h5{color:#fff;margin-bottom:24px;font-size:1rem}.landing-page .foot-col ul{margin:0;padding:0}.landing-page .foot-col ul li{margin-bottom:12px;list-style:none}.landing-page .foot-col ul li a{transition:all .3s;display:inline-block}.landing-page .foot-col ul li a:hover{color:var(--landing-primary);text-shadow:0 0 10px var(--landing-primary);transform:translate(5px)}.landing-page .footer-logo{margin-bottom:20px}.landing-page .copyright{border-top:1px solid var(--landing-glass-border);justify-content:space-between;align-items:center;padding-top:30px;display:flex}.landing-page .built-by{opacity:.5}.landing-page.light-theme .landing-footer{color:#fff;background:#0f172a}.landing-page.light-theme .landing-footer .landing-text-muted,.landing-page.light-theme .landing-footer p,.landing-page.light-theme .landing-footer a{color:#94a3b8}.landing-page.light-theme .landing-footer h5{color:#fff}@media (max-width:1024px){.landing-page .bento-grid{grid-template-columns:repeat(2,1fr)}.landing-page .bento-card:nth-child(3){grid-column:span 2}}@media (max-width:900px){.landing-page .landing-hero h1{font-size:3rem}.landing-page .feature-item,.landing-page .bento-grid,.landing-page .pricing-grid,.landing-page .faq-grid,.landing-page .foot-grid{grid-template-columns:1fr;gap:50px}.landing-page .feature-item.reversed{direction:ltr}.landing-page .nav-links{display:none}.landing-page .price-card.featured{transform:scale(1)}.landing-page .bento-card:nth-child(3){grid-column:span 1}.landing-page .hero-buttons,.landing-page .cta-buttons{flex-direction:column;align-items:center}.landing-page .floating-card{display:none}.landing-page .section-header h2,.landing-page .cta-box h2{font-size:2.5rem}.landing-page .feature-text h3{font-size:2rem}}@media (max-width:768px){.landing-page .bento-grid{grid-template-columns:1fr}.landing-page .copyright{text-align:center;flex-direction:column;gap:16px}}.auth-page{background:#050507;min-height:100vh;display:flex}.auth-branding{background:linear-gradient(135deg,#0a0a0f 0%,#0d0d12 50%,#080810 100%);flex-shrink:0;justify-content:center;align-items:center;width:50%;padding:60px;display:flex;position:relative;overflow:hidden}.auth-branding-content{z-index:10;max-width:480px;animation:.8s ease-out fadeInLeft;position:relative}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.auth-brand-logo{color:#fff;align-items:center;gap:14px;margin-bottom:48px;font-size:28px;font-weight:700;display:flex}.auth-brand-logo svg{color:#fff}.auth-brand-logo .accent{color:#06f}.auth-tagline{margin-bottom:48px}.auth-tagline h1{color:#fff;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1.1}.auth-tagline p{color:#aaa;max-width:400px;font-size:18px;line-height:1.6}.auth-features{flex-direction:column;gap:24px;margin-bottom:48px;display:flex}.auth-feature{opacity:0;align-items:flex-start;gap:16px;animation:.6s ease-out forwards featureSlideIn;display:flex}@keyframes featureSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.feature-icon{background:linear-gradient(135deg,#0066ff26 0%,#0066ff0d 100%);border:1px solid #06f3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.auth-feature:hover .feature-icon{background:linear-gradient(135deg,#0066ff40 0%,#0066ff1a 100%);border-color:#06f6;transform:scale(1.1);box-shadow:0 0 20px #06f3}.feature-icon svg{color:#06f;width:24px;height:24px}.feature-text h3{color:#fff;margin-bottom:4px;font-size:16px;font-weight:600;transition:color .3s}.auth-feature:hover .feature-text h3{color:#06f}.feature-text p{color:#999;font-size:14px;line-height:1.5}.auth-stats{border-top:1px solid #ffffff0f;gap:40px;padding-top:32px;animation:.8s ease-out .5s both fadeInUp;display:flex}.auth-stat{flex-direction:column;gap:4px;display:flex}.stat-value{color:#fff;background:linear-gradient(135deg,#fff 0%,#06f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700}[data-theme=light] .stat-value,body.theme-light .stat-value,html[data-theme=light] .stat-value{color:#111827!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#111827!important;background-clip:unset!important}.stat-label{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:13px}.branding-bg-gradient{pointer-events:none;background:radial-gradient(at 30% 20%,#0066ff1f 0%,#0000 50%),radial-gradient(at 70% 80%,#0066ff0f 0%,#0000 50%);position:absolute;inset:0}.branding-bg-pattern{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite gridMove;position:absolute;inset:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.branding-glow-1{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#06f3 0%,#0000 60%);width:600px;height:600px;animation:8s ease-in-out infinite floatGlow1;position:absolute;top:-20%;left:-10%}@keyframes floatGlow1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,20px)scale(1.1)}}.branding-glow-2{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#0066ff1f 0%,#0000 60%);width:500px;height:500px;animation:10s ease-in-out infinite floatGlow2;position:absolute;bottom:-20%;right:-10%}@keyframes floatGlow2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,-30px)scale(1.15)}}.floating-orb{pointer-events:none;opacity:.6;border-radius:50%;position:absolute}.orb-1{background:#06f;width:8px;height:8px;animation:6s ease-in-out infinite floatOrb1;top:20%;right:15%;box-shadow:0 0 20px #0066ff80}.orb-2{background:#39f;width:6px;height:6px;animation:8s ease-in-out infinite floatOrb2;top:60%;right:25%;box-shadow:0 0 15px #3399ff80}.orb-3{background:#06f;width:10px;height:10px;animation:7s ease-in-out infinite floatOrb3;bottom:30%;right:10%;box-shadow:0 0 25px #06f6}.orb-4{background:#fff;width:4px;height:4px;animation:5s ease-in-out infinite floatOrb4;top:40%;right:30%;box-shadow:0 0 10px #ffffff4d}.orb-5{background:linear-gradient(135deg,#06f,#39f);width:12px;height:12px;animation:9s ease-in-out infinite floatOrb5;top:75%;right:20%;box-shadow:0 0 30px #0066ff4d}@keyframes floatOrb1{0%,to{transform:translate(0)}25%{transform:translate(20px,-30px)}50%{transform:translate(-10px,-50px)}75%{transform:translate(15px,-20px)}}@keyframes floatOrb2{0%,to{transform:translate(0)}33%{transform:translate(-30px,20px)}66%{transform:translate(20px,-30px)}}@keyframes floatOrb3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-25px,-40px)scale(1.2)}}@keyframes floatOrb4{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(30px,20px)}}@keyframes floatOrb5{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-20px,-35px)rotate(180deg)}}.auth-form-side{background:linear-gradient(#0a0a0c 0%,#08080a 100%);border-left:1px solid #ffffff0f;flex-shrink:0;justify-content:center;align-items:center;width:50%;display:flex;position:relative}.auth-form-container{z-index:10;width:100%;max-width:420px;padding:48px 40px;animation:.8s ease-out fadeInRight;position:relative}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.auth-mobile-logo{color:#fff;justify-content:center;align-items:center;gap:10px;margin-bottom:32px;font-size:22px;font-weight:700;animation:.6s ease-out fadeInDown;display:none}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-mobile-logo svg{color:#fff}.auth-mobile-logo .accent{color:#06f}.form-bg-grid{pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.form-glow{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#0066ff0f 0%,#0000 70%);width:500px;height:500px;animation:4s ease-in-out infinite formGlowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes formGlowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.clerk-captcha-container{justify-content:center;margin:16px 0;display:flex}.auth-form-footer{text-align:center;border-top:1px solid #ffffff0a;margin-top:32px;padding-top:24px}.auth-form-footer p{color:#888;font-size:12px}.custom-auth-form{width:100%}.auth-form-header{text-align:center;margin-bottom:32px}.auth-form-header h1{color:#fff;margin-bottom:8px;font-size:28px;font-weight:700}.auth-form-header p{color:#999;font-size:15px;line-height:1.5}.auth-form-header strong{color:#fff}.verification-icon,.success-icon{background:linear-gradient(135deg,#0066ff26 0%,#0066ff0d 100%);border:1px solid #06f3;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.verification-icon svg,.success-icon svg{color:#06f;width:32px;height:32px}.success-icon{background:linear-gradient(135deg,#2981eb26 0%,#2981eb0d 100%);border-color:#2981eb33}.success-icon svg{color:#00c853}.restricted-icon{background:linear-gradient(135deg,#f59e0b26 0%,#f59e0b0d 100%);border:1px solid #f59e0b4d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.restricted-icon svg{color:#f59e0b;width:32px;height:32px}.restricted-message{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:16px;margin-bottom:24px;padding:20px;display:flex}.restricted-info{align-items:flex-start;gap:14px;display:flex}.restricted-info>svg{color:#666;flex-shrink:0;width:22px;height:22px;margin-top:2px}.restricted-info>div{flex:1}.restricted-title{color:#fff;margin:0 0 4px;font-size:14px;font-weight:600}.restricted-description{color:#888;margin:0;font-size:13px;line-height:1.5}.social-auth-btn{color:#fff;cursor:pointer;background:#141416;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.social-auth-btn:hover{background:#1a1a1e;border-color:#ffffff1f;transform:translateY(-1px)}.social-auth-btn svg{flex-shrink:0}.auth-divider{align-items:center;gap:16px;margin:24px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#ffffff0f;flex:1;height:1px}.auth-divider span{color:#888;white-space:nowrap;font-size:13px}.auth-option-wrapper{width:100%;position:relative}.last-used-label{color:#10b981;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;background:#10b9811a;border:1px solid #10b98133;border-radius:20px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.auth-option-wrapper .last-used-label{position:absolute;top:-8px;right:-8px}.auth-divider .last-used-label{margin-left:8px}.form-group{margin-bottom:20px}.form-group label{color:#aaa;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.label-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.label-row label{margin-bottom:0}.forgot-password-link{color:#06f;cursor:pointer;background:0 0;border:none;font-size:13px;transition:color .2s}.forgot-password-link:hover{color:#39f}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-row .form-group{margin-bottom:20px}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#777;pointer-events:none;width:20px;height:20px;transition:color .2s;position:absolute;left:16px}.input-wrapper input{color:#fff;background:#0f0f11;border:1px solid #ffffff14;border-radius:12px;width:100%;padding:14px 16px 14px 48px;font-size:15px;transition:all .2s}.input-wrapper input::placeholder{color:#666}.input-wrapper input:focus{border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff1a}.input-wrapper input:focus+.input-icon,.input-wrapper input:focus~.input-icon{color:#06f}.password-toggle{cursor:pointer;color:#777;background:0 0;border:none;padding:4px;transition:color .2s;position:absolute;right:16px}.password-toggle:hover{color:#aaa}.password-toggle svg{width:20px;height:20px}.password-strength{align-items:center;gap:12px;margin-top:10px;display:flex}.strength-bars{flex:1;gap:4px;display:flex}.strength-bar{background:#ffffff14;border-radius:2px;flex:1;height:4px;transition:all .2s}.strength-bar.active.level-1{background:#ff3d00}.strength-bar.active.level-2{background:#ffa000}.strength-bar.active.level-3,.strength-bar.active.level-4{background:#00c853}.strength-label{font-size:12px;font-weight:500}.strength-label.level-1{color:#ff3d00}.strength-label.level-2{color:#ffa000}.strength-label.level-3,.strength-label.level-4{color:#00c853}.verification-input-group{justify-content:center;display:flex}.verification-code-input{color:#fff;text-align:center;letter-spacing:8px;background:#0f0f11;border:1px solid #ffffff14;border-radius:12px;width:100%;max-width:200px;padding:16px 20px;font-size:24px;font-weight:600;transition:all .2s}.verification-code-input:focus{border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff1a}.verification-code-input::placeholder{color:#555;letter-spacing:8px}.auth-error{color:#ff6b4a;text-align:center;background:#ff3d001a;border:1px solid #ff3d0033;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:14px}.auth-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 20px #0066ff4d}.auth-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px #06f6}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-submit-btn svg{width:18px;height:18px}.btn-loading{align-items:center;gap:10px;display:flex}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.auth-back-btn{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:16px;padding:12px;font-size:14px;transition:color .2s;display:flex}.auth-back-btn:hover{color:#ccc}.auth-back-btn svg{width:18px;height:18px}.resend-code{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.resend-code span{color:#999;font-size:14px}.resend-code button{color:#06f;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:500;transition:color .2s}.resend-code button:hover{color:#39f}.waitlist-section{margin-top:24px;margin-bottom:16px}.waitlist-toggle-btn{color:#66b3ff;cursor:pointer;background:linear-gradient(135deg,#0066ff1a 0%,#3399ff1a 100%);border:1px solid #0066ff4d;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.waitlist-toggle-btn:hover{color:#9cf;background:linear-gradient(135deg,#06f3 0%,#39f3 100%);border-color:#0066ff80;transform:translateY(-1px)}.waitlist-toggle-btn svg{width:18px;height:18px}.waitlist-form-container{background:linear-gradient(135deg,#0066ff14 0%,#3399ff0d 100%);border:1px solid #0066ff40;border-radius:16px;padding:20px;animation:.3s slideDown}.waitlist-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.waitlist-header h3{color:#9cf;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;display:flex}.waitlist-close-btn{color:#888;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.waitlist-close-btn:hover{color:#ccc;background:#ffffff1a}.waitlist-close-btn svg{width:14px;height:14px}.waitlist-description{color:#9ca3af;margin:0 0 16px;font-size:13px;line-height:1.5}.waitlist-form{flex-direction:column;gap:12px;display:flex}.waitlist-input-group{gap:10px;display:flex}.waitlist-input-group .input-wrapper{flex:1}.waitlist-input-group input{background:#0000004d;border:1px solid #0066ff4d;height:46px}.waitlist-input-group input:focus{border-color:#06f9;box-shadow:0 0 0 3px #0066ff26}.waitlist-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f 0%,#39f 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:all .2s;display:flex}.waitlist-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1a75ff 0%,#4da6ff 100%);transform:translateY(-1px);box-shadow:0 4px 12px #06f6}.waitlist-submit-btn:disabled{opacity:.5;cursor:not-allowed}.waitlist-submit-btn svg{width:18px;height:18px}.waitlist-submit-btn .spinner{border-width:2px;width:18px;height:18px}.waitlist-message{border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:flex}.waitlist-message svg{flex-shrink:0;width:18px;height:18px}.waitlist-message.already-exists{color:#fcd34d;background:#f59e0b1a;border:1px solid #f59e0b4d}.waitlist-message.already-exists svg{color:#f59e0b}.waitlist-message.error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.waitlist-message.error svg{color:#ef4444}.waitlist-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:20px;display:flex}.waitlist-success svg{color:#10b981;width:48px;height:48px}.waitlist-success p{color:#10b981;margin:0;font-size:18px;font-weight:600}.waitlist-success span{color:#9ca3af;font-size:13px}.waitlist-inline-form{background:linear-gradient(135deg,#0066ff1a 0%,#3399ff14 100%);border:1px solid #0066ff4d;border-radius:16px;margin-top:20px;padding:20px}.waitlist-inline-form.compact{padding:16px}.waitlist-inline-header{color:#9cf;align-items:center;gap:10px;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.waitlist-inline-header svg{color:#39f;width:20px;height:20px}.waitlist-inline-input-row{flex-direction:column;gap:12px;display:flex}.waitlist-inline-form .waitlist-input-group{gap:10px;display:flex}.waitlist-inline-form .input-wrapper{flex:1}.waitlist-inline-form input{color:#fff;background:#0006;border:1px solid #0066ff4d;border-radius:12px;height:48px;padding-left:44px;font-size:14px}.waitlist-inline-form input:focus{border-color:#06f9;outline:none;box-shadow:0 0 0 3px #0066ff26}.waitlist-inline-form input::placeholder{color:#6b7280}.waitlist-inline-form .waitlist-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f 0%,#39f 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;min-width:140px;height:48px;padding:0 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.waitlist-inline-form .waitlist-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1a75ff 0%,#4da6ff 100%);transform:translateY(-1px);box-shadow:0 4px 12px #06f6}.waitlist-inline-form .waitlist-submit-btn:disabled{opacity:.5;cursor:not-allowed}.waitlist-inline-form .waitlist-submit-btn svg{width:16px;height:16px}.waitlist-inline-form .waitlist-submit-btn .btn-text{display:block}.waitlist-inline-message{border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:flex}.waitlist-inline-message svg{flex-shrink:0;width:18px;height:18px}.waitlist-inline-message.already-exists{color:#fcd34d;background:#f59e0b1a;border:1px solid #f59e0b4d}.waitlist-inline-message.already-exists svg{color:#f59e0b}.waitlist-inline-message.error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.waitlist-inline-message.error svg{color:#ef4444}.waitlist-success-inline{background:linear-gradient(135deg,#10b9811a 0%,#10b9810d 100%);border:1px solid #10b9814d;border-radius:16px;align-items:center;gap:14px;margin-top:20px;padding:20px;display:flex}.waitlist-success-inline svg{color:#10b981;flex-shrink:0;width:40px;height:40px}.waitlist-success-inline div{flex-direction:column;gap:4px;display:flex}.waitlist-success-inline p{color:#10b981;margin:0;font-size:16px;font-weight:600}.waitlist-success-inline span{color:#9ca3af;font-size:13px}@media (max-width:480px){.waitlist-inline-form .waitlist-input-group{flex-direction:column}.waitlist-inline-form .waitlist-submit-btn{width:100%;min-width:unset}}.auth-footer-text{text-align:center;color:#999;margin-top:24px;font-size:14px}.auth-footer-text a{color:#06f;font-weight:500;text-decoration:none;transition:color .2s}.auth-footer-text a:hover{color:#39f}.auth-terms{text-align:center;color:#888;margin-top:20px;font-size:12px;line-height:1.6}.auth-terms a{color:#999;text-decoration:underline;transition:color .2s}.auth-terms a:hover{color:#ccc}.sso-callback-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.sso-spinner{border:3px solid #06f3;border-top-color:#06f;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.sso-callback-loading p{color:#888;font-size:15px}.auth-loading-inline{justify-content:center;align-items:center;padding:40px;display:flex}.auth-loading{background:#050507;justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-loading-spinner{border:3px solid #06f3;border-top-color:#06f;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@media (max-width:1024px){.auth-branding{padding:40px}.auth-tagline h1{font-size:36px}.auth-form-side{width:480px;min-width:420px}}@media (max-width:900px){.auth-page{flex-direction:column}.auth-branding{display:none}.auth-form-side{width:100%;min-width:unset;border-left:none;min-height:100vh}.auth-form-container{max-width:400px;padding:32px 24px}.auth-mobile-logo{display:flex}.auth-form-footer{margin-top:24px}}@media (max-width:480px){.auth-form-container{padding:24px 20px}.auth-form-header h1{font-size:24px}.form-row{grid-template-columns:1fr;gap:0}.social-auth-btn{padding:12px 16px;font-size:14px}.auth-submit-btn{padding:14px 20px}.verification-code-input{letter-spacing:6px;font-size:20px}}.auth-theme-toggle{z-index:1000;position:fixed;top:24px;right:24px}.auth-theme-switcher{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;box-shadow:0 4px 20px #0003}.auth-theme-switcher:hover{background:#ffffff1a;border-color:#fff3;transform:scale(1.05);box-shadow:0 6px 30px #0000004d}.auth-theme-switcher:active{transform:scale(.95)}.auth-theme-switcher.animating{pointer-events:none}.auth-theme-icon-wrapper{width:24px;height:24px;position:relative}.auth-theme-icon{width:24px;height:24px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:absolute;top:0;left:0}.auth-theme-icon-wrapper.dark .sun-icon{opacity:1;color:#ffd93d;transform:rotate(0)scale(1)}.auth-theme-icon-wrapper.dark .moon-icon{opacity:0;color:#8b9dc3;transform:rotate(-90deg)scale(.5)}.auth-theme-icon-wrapper.light .sun-icon{opacity:0;color:#ffd93d;transform:rotate(90deg)scale(.5)}.auth-theme-icon-wrapper.light .moon-icon{opacity:1;color:#6366f1;transform:rotate(0)scale(1)}@media (max-width:900px){.auth-theme-toggle{top:16px;right:16px}.auth-theme-switcher{border-radius:12px;width:44px;height:44px}.auth-theme-icon-wrapper,.auth-theme-icon{width:22px;height:22px}}body.theme-light .auth-page,html[data-theme=light] .auth-page{background:#f8fafc}body.theme-light .auth-branding,html[data-theme=light] .auth-branding{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 50%,#e0e7ff 100%)}body.theme-light .auth-brand-logo,html[data-theme=light] .auth-brand-logo,body.theme-light .auth-brand-logo svg,html[data-theme=light] .auth-brand-logo svg{color:#1e293b}body.theme-light .auth-tagline h1,html[data-theme=light] .auth-tagline h1{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}body.theme-light .auth-tagline p,html[data-theme=light] .auth-tagline p{color:#64748b}body.theme-light .feature-text h3,html[data-theme=light] .feature-text h3{color:#1e293b}body.theme-light .feature-text p,html[data-theme=light] .feature-text p{color:#64748b}body.theme-light .feature-icon,html[data-theme=light] .feature-icon{background:linear-gradient(135deg,#0066ff1f 0%,#0066ff0f 100%);border-color:#0066ff40}body.theme-light .auth-feature:hover .feature-icon,html[data-theme=light] .auth-feature:hover .feature-icon{background:linear-gradient(135deg,#06f3 0%,#0066ff1a 100%);border-color:#06f6;box-shadow:0 0 25px #06f3}body.theme-light .auth-feature:hover .feature-text h3,html[data-theme=light] .auth-feature:hover .feature-text h3{color:#06f}body.theme-light .auth-stats,html[data-theme=light] .auth-stats{border-top-color:#00000014}body.theme-light .stat-label,html[data-theme=light] .stat-label{color:#64748b}body.theme-light .branding-bg-gradient,html[data-theme=light] .branding-bg-gradient{background:radial-gradient(at 30% 20%,#0066ff14 0%,#0000 50%),radial-gradient(at 70% 80%,#6366f10f 0%,#0000 50%)}body.theme-light .branding-bg-pattern,html[data-theme=light] .branding-bg-pattern{background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px)}body.theme-light .branding-glow-1,html[data-theme=light] .branding-glow-1{background:radial-gradient(circle,#0066ff1f 0%,#0000 60%)}body.theme-light .branding-glow-2,html[data-theme=light] .branding-glow-2{background:radial-gradient(circle,#6366f114 0%,#0000 60%)}body.theme-light .auth-form-side,html[data-theme=light] .auth-form-side{background:linear-gradient(#fff 0%,#f8fafc 100%);border-left-color:#00000014}body.theme-light .form-bg-grid,html[data-theme=light] .form-bg-grid{background-image:linear-gradient(#00000005 1px,#0000 1px),linear-gradient(90deg,#00000005 1px,#0000 1px)}body.theme-light .form-glow,html[data-theme=light] .form-glow{background:radial-gradient(circle,#0066ff0a 0%,#0000 70%)}body.theme-light .auth-mobile-logo,html[data-theme=light] .auth-mobile-logo,body.theme-light .auth-mobile-logo svg,html[data-theme=light] .auth-mobile-logo svg,body.theme-light .auth-form-header h1,html[data-theme=light] .auth-form-header h1{color:#1e293b}body.theme-light .auth-form-header p,html[data-theme=light] .auth-form-header p{color:#64748b}body.theme-light .auth-form-header strong,html[data-theme=light] .auth-form-header strong{color:#1e293b}body.theme-light .social-auth-btn,html[data-theme=light] .social-auth-btn{color:#1e293b;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f}body.theme-light .social-auth-btn:hover,html[data-theme=light] .social-auth-btn:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}body.theme-light .auth-divider:before,body.theme-light .auth-divider:after,html[data-theme=light] .auth-divider:before,html[data-theme=light] .auth-divider:after{background:#e2e8f0}body.theme-light .auth-divider span,html[data-theme=light] .auth-divider span{color:#94a3b8}body.theme-light .last-used-label,html[data-theme=light] .last-used-label{color:#059669;background:#10b98114;border-color:#10b98140}body.theme-light .form-group label,html[data-theme=light] .form-group label{color:#475569}body.theme-light .input-wrapper input,html[data-theme=light] .input-wrapper input{color:#1e293b;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a}body.theme-light .input-wrapper input::placeholder,html[data-theme=light] .input-wrapper input::placeholder{color:#94a3b8}body.theme-light .input-wrapper input:focus,html[data-theme=light] .input-wrapper input:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1f,0 1px 2px #0000000a}body.theme-light .input-icon,html[data-theme=light] .input-icon{color:#94a3b8}body.theme-light .input-wrapper input:focus~.input-icon,html[data-theme=light] .input-wrapper input:focus~.input-icon{color:#06f}body.theme-light .password-toggle,html[data-theme=light] .password-toggle{color:#94a3b8}body.theme-light .password-toggle:hover,html[data-theme=light] .password-toggle:hover{color:#64748b}body.theme-light .strength-bar,html[data-theme=light] .strength-bar{background:#e2e8f0}body.theme-light .verification-code-input,html[data-theme=light] .verification-code-input{color:#1e293b;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a}body.theme-light .verification-code-input:focus,html[data-theme=light] .verification-code-input:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1f,0 1px 2px #0000000a}body.theme-light .verification-code-input::placeholder,html[data-theme=light] .verification-code-input::placeholder{color:#cbd5e1}body.theme-light .forgot-password-link,html[data-theme=light] .forgot-password-link{color:#06f}body.theme-light .forgot-password-link:hover,html[data-theme=light] .forgot-password-link:hover{color:#0052cc}body.theme-light .auth-error,html[data-theme=light] .auth-error{color:#dc2626;background:#ef444414;border-color:#ef444433}body.theme-light .auth-submit-btn,html[data-theme=light] .auth-submit-btn{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);box-shadow:0 4px 16px #0066ff40}body.theme-light .auth-submit-btn:hover:not(:disabled),html[data-theme=light] .auth-submit-btn:hover:not(:disabled){box-shadow:0 6px 24px #0066ff59}body.theme-light .auth-back-btn,html[data-theme=light] .auth-back-btn{color:#64748b}body.theme-light .auth-back-btn:hover,html[data-theme=light] .auth-back-btn:hover{color:#475569}body.theme-light .resend-code span,html[data-theme=light] .resend-code span{color:#64748b}body.theme-light .resend-code button,html[data-theme=light] .resend-code button{color:#06f}body.theme-light .resend-code button:hover,html[data-theme=light] .resend-code button:hover{color:#0052cc}body.theme-light .waitlist-toggle-btn,html[data-theme=light] .waitlist-toggle-btn{color:#06f;background:linear-gradient(135deg,#0066ff14 0%,#3399ff14 100%);border-color:#0066ff40}body.theme-light .waitlist-toggle-btn:hover,html[data-theme=light] .waitlist-toggle-btn:hover{color:#0052cc;background:linear-gradient(135deg,#0066ff1f 0%,#3399ff1f 100%);border-color:#06f6}body.theme-light .waitlist-form-container,html[data-theme=light] .waitlist-form-container{background:linear-gradient(135deg,#0066ff0a 0%,#3399ff05 100%);border-color:#06f3}body.theme-light .waitlist-header h3,html[data-theme=light] .waitlist-header h3{color:#06f}body.theme-light .waitlist-close-btn,html[data-theme=light] .waitlist-close-btn{color:#64748b;background:#0000000a;border-color:#00000014}body.theme-light .waitlist-close-btn:hover,html[data-theme=light] .waitlist-close-btn:hover{color:#475569;background:#00000014}body.theme-light .waitlist-description,html[data-theme=light] .waitlist-description{color:#64748b}body.theme-light .waitlist-input-group input,html[data-theme=light] .waitlist-input-group input{color:#1e293b;background:#fff;border-color:#0066ff40}body.theme-light .waitlist-input-group input:focus,html[data-theme=light] .waitlist-input-group input:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}body.theme-light .waitlist-success span,html[data-theme=light] .waitlist-success span{color:#64748b}body.theme-light .waitlist-inline-form,html[data-theme=light] .waitlist-inline-form{background:linear-gradient(135deg,#0066ff0f 0%,#3399ff0a 100%);border-color:#06f3}body.theme-light .waitlist-inline-header,html[data-theme=light] .waitlist-inline-header{color:#06f}body.theme-light .waitlist-inline-form input,html[data-theme=light] .waitlist-inline-form input{color:#1e293b;background:#fff;border-color:#0066ff40}body.theme-light .waitlist-inline-form input::placeholder,html[data-theme=light] .waitlist-inline-form input::placeholder{color:#94a3b8}body.theme-light .waitlist-success-inline span,html[data-theme=light] .waitlist-success-inline span{color:#64748b}body.theme-light .restricted-message,html[data-theme=light] .restricted-message{background:#00000005;border-color:#e2e8f0}body.theme-light .restricted-info>svg,html[data-theme=light] .restricted-info>svg{color:#94a3b8}body.theme-light .restricted-title,html[data-theme=light] .restricted-title{color:#1e293b}body.theme-light .restricted-description,html[data-theme=light] .restricted-description{color:#64748b}body.theme-light .auth-form-footer,html[data-theme=light] .auth-form-footer{border-top-color:#e2e8f0}body.theme-light .auth-form-footer p,html[data-theme=light] .auth-form-footer p{color:#94a3b8}body.theme-light .auth-footer-text,html[data-theme=light] .auth-footer-text{color:#64748b}body.theme-light .auth-footer-text a,html[data-theme=light] .auth-footer-text a{color:#06f}body.theme-light .auth-footer-text a:hover,html[data-theme=light] .auth-footer-text a:hover{color:#0052cc}body.theme-light .auth-terms,html[data-theme=light] .auth-terms{color:#94a3b8}body.theme-light .auth-terms a,html[data-theme=light] .auth-terms a{color:#64748b}body.theme-light .auth-terms a:hover,html[data-theme=light] .auth-terms a:hover{color:#475569}body.theme-light .sso-callback-loading p,html[data-theme=light] .sso-callback-loading p{color:#64748b}body.theme-light .auth-loading,html[data-theme=light] .auth-loading{background:#f8fafc}body.theme-light .verification-icon,html[data-theme=light] .verification-icon{background:linear-gradient(135deg,#0066ff1a 0%,#0066ff0a 100%);border-color:#06f3}body.theme-light .success-icon,html[data-theme=light] .success-icon{background:linear-gradient(135deg,#10b9811a 0%,#10b9810a 100%);border-color:#10b98133}body.theme-light .restricted-icon,html[data-theme=light] .restricted-icon{background:linear-gradient(135deg,#f59e0b1a 0%,#f59e0b0a 100%);border-color:#f59e0b40}body.theme-light .auth-theme-switcher,html[data-theme=light] .auth-theme-switcher{background:#ffffffe6;border-color:#0000001a;box-shadow:0 4px 20px #00000014}body.theme-light .auth-theme-switcher:hover,html[data-theme=light] .auth-theme-switcher:hover{background:#fff;border-color:#00000026;box-shadow:0 6px 30px #0000001f}.coming-soon-view{max-width:1400px;margin:0 auto;padding:32px}.coming-soon-hero{background:linear-gradient(145deg,#121216fa,#0a0a0cf2);border:1px solid #2981eb26;border-radius:24px;margin-bottom:32px;padding:48px;position:relative;overflow:hidden}.coming-soon-hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.coming-soon-orb{filter:blur(60px);border-radius:50%;position:absolute}.coming-soon-orb-1{background:radial-gradient(circle,#2981eb40 0%,#0000 70%);width:400px;height:400px;animation:8s ease-in-out infinite float;top:-150px;right:-100px}.coming-soon-orb-2{background:radial-gradient(circle,#2563eb33 0%,#0000 70%);width:300px;height:300px;animation:10s ease-in-out infinite reverse float;bottom:-100px;left:-50px}.coming-soon-orb-3{background:radial-gradient(circle,#60a5fa26 0%,#0000 70%);width:200px;height:200px;animation:4s ease-in-out infinite pulse;top:50%;left:50%;transform:translate(-50%,-50%)}.coming-soon-hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.coming-soon-hero-content .coming-soon-badge{color:#60a5fa;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#2981eb26;border:1px solid #2981eb4d;border-radius:50px;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;padding:10px 20px;font-size:12px;font-weight:600;display:inline-flex;position:static;top:auto;right:auto;transform:none}.coming-soon-badge-dot{background:#2981eb;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #2981ebb3}50%{opacity:1;box-shadow:0 0 0 8px #2981eb00}}.coming-soon-title{color:#fff;width:100%;margin:0 0 16px;font-size:48px;font-weight:800;line-height:1.2}.coming-soon-title-highlight{background:linear-gradient(135deg,#2981eb,#60a5fa,#93c5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.coming-soon-subtitle{color:#888;width:100%;max-width:600px;margin:0;font-size:18px;line-height:1.6}.coming-soon-subscribe{gap:12px;max-width:480px;margin:0 auto;display:flex}.coming-soon-subscribe-input-wrapper{flex:1;position:relative}.coming-soon-subscribe-icon{color:#666;width:20px;height:20px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.coming-soon-subscribe-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px 14px 48px;font-size:14px;transition:all .3s}.coming-soon-subscribe-input:focus{background:#ffffff14;border-color:#2981eb80}.coming-soon-subscribe-input::placeholder{color:#666}.coming-soon-subscribe-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2981eb,#2563eb);border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #2981eb66}.coming-soon-subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #2981eb80}.coming-soon-stats{background:linear-gradient(145deg,#121216f2,#0a0a0cfa);border:1px solid #ffffff0f;border-radius:20px;justify-content:center;align-items:center;gap:48px;margin-bottom:40px;padding:32px;display:flex}.coming-soon-stat{text-align:center}.coming-soon-stat-value{color:#2981eb;margin-bottom:4px;font-size:32px;font-weight:800;display:block}.coming-soon-stat-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:13px}.coming-soon-stat-divider{background:#ffffff14;width:1px;height:48px}.coming-soon-section{margin-bottom:40px}.coming-soon-section-header{margin-bottom:24px}.coming-soon-section-title{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.coming-soon-section-desc{color:#666;font-size:14px}.coming-soon-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.coming-soon-card{cursor:pointer;background:linear-gradient(145deg,#121216f2,#0a0a0cfa);border:1px solid #ffffff0f;border-radius:20px;padding:28px;transition:all .3s;position:relative;overflow:hidden}.coming-soon-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#2981eb,#0000);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.coming-soon-card:hover{border-color:#2981eb4d;transform:translateY(-4px)}.coming-soon-card:hover:before{opacity:1}.coming-soon-card.active{background:linear-gradient(145deg,#2981eb0d,#0a0a0cfa);border-color:#2981eb66}.coming-soon-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.coming-soon-card-icon{color:#2981eb;background:linear-gradient(135deg,#2981eb33,#2981eb0d);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.coming-soon-card-icon svg{width:26px;height:26px}.coming-soon-card-status{text-transform:uppercase;letter-spacing:.3px;border:1px solid;border-radius:6px;padding:5px 10px;font-size:10px;font-weight:700}.coming-soon-card-title{color:#fff;margin-bottom:12px;font-size:18px;font-weight:700}.coming-soon-card-desc{color:#888;margin-bottom:20px;font-size:14px;line-height:1.6}.coming-soon-card-progress{margin-bottom:16px}.coming-soon-card-progress-header{color:#666;justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.coming-soon-card-progress-bar{background:#ffffff0f;border-radius:3px;height:6px;overflow:hidden}.coming-soon-card-progress-fill{background:linear-gradient(90deg,#2981eb,#60a5fa);border-radius:3px;height:100%;transition:width .5s}.coming-soon-card-eta{color:#666;align-items:center;gap:8px;font-size:13px;display:flex}.coming-soon-card-eta svg{color:#2981eb;width:16px;height:16px}.coming-soon-timeline{background:linear-gradient(145deg,#121216f2,#0a0a0cfa);border:1px solid #ffffff0f;border-radius:20px;gap:0;padding:32px;display:flex;position:relative}.coming-soon-timeline-item{flex:1;padding-left:36px;position:relative}.coming-soon-timeline-marker{z-index:1;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;width:16px;height:16px;position:absolute;top:4px;left:0}.coming-soon-timeline-item.current .coming-soon-timeline-marker{background:#2981eb;border-color:#2981eb;box-shadow:0 0 20px #2981eb80}.coming-soon-timeline-pulse{border:2px solid #2981eb;border-radius:50%;animation:2s ease-in-out infinite timeline-pulse;position:absolute;inset:-4px}@keyframes timeline-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(1.5)}}.coming-soon-timeline-line{background:linear-gradient(90deg,#2981eb4d,#ffffff1a);height:2px;position:absolute;top:12px;left:16px;right:0}.coming-soon-timeline-item.current .coming-soon-timeline-line{background:linear-gradient(90deg,#2981eb,#2981eb4d)}.coming-soon-timeline-content{padding-top:8px}.coming-soon-timeline-quarter{color:#fff;margin-bottom:12px;font-size:18px;font-weight:700}.coming-soon-timeline-item.current .coming-soon-timeline-quarter{color:#2981eb}.coming-soon-timeline-list{margin:0;padding:0;list-style:none}.coming-soon-timeline-list li{color:#888;padding:6px 0 6px 20px;font-size:14px;position:relative}.coming-soon-timeline-list li:before{content:"";background:#2981eb80;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.coming-soon-timeline-item.current .coming-soon-timeline-list li:before{background:#2981eb}.coming-soon-cta{background:linear-gradient(135deg,#2981eb1a 0%,#2563eb0d 100%);border:1px solid #2981eb33;border-radius:20px;justify-content:space-between;align-items:center;gap:32px;padding:32px 40px;display:flex}.coming-soon-cta-content{flex:1}.coming-soon-cta-title{color:#fff;margin-bottom:8px;font-size:20px;font-weight:700}.coming-soon-cta-desc{color:#888;font-size:14px}.coming-soon-cta-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2981eb,#2563eb);border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 20px #2981eb66}.coming-soon-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #2981eb80}.coming-soon-cta-btn svg{width:18px;height:18px}html[data-theme=light] .coming-soon-hero{background:linear-gradient(145deg,#fff,#f8fafc);border-color:#2981eb1f}html[data-theme=light] .coming-soon-title{color:#1e293b}html[data-theme=light] .coming-soon-subtitle{color:#64748b}html[data-theme=light] .coming-soon-subscribe-input{color:#1e293b;background:#00000008;border-color:#0000001a}html[data-theme=light] .coming-soon-subscribe-input:focus{background:#0000000d}html[data-theme=light] .coming-soon-stats,html[data-theme=light] .coming-soon-card,html[data-theme=light] .coming-soon-timeline{background:#fff;border-color:#00000014}html[data-theme=light] .coming-soon-card:hover{border-color:#2981eb40;box-shadow:0 8px 30px #00000014}html[data-theme=light] .coming-soon-card-title,html[data-theme=light] .coming-soon-section-title,html[data-theme=light] .coming-soon-timeline-quarter,html[data-theme=light] .coming-soon-cta-title{color:#1e293b}html[data-theme=light] .coming-soon-card-desc,html[data-theme=light] .coming-soon-section-desc,html[data-theme=light] .coming-soon-timeline-list li,html[data-theme=light] .coming-soon-cta-desc{color:#64748b}html[data-theme=light] .coming-soon-stat-label,html[data-theme=light] .coming-soon-card-progress-header,html[data-theme=light] .coming-soon-card-eta{color:#94a3b8}html[data-theme=light] .coming-soon-cta{background:linear-gradient(135deg,#2981eb14 0%,#2563eb08 100%);border-color:#2981eb26}@media (max-width:768px){.coming-soon-view{padding:20px}.coming-soon-hero{padding:32px 24px}.coming-soon-title{font-size:32px}.coming-soon-subtitle{font-size:15px}.coming-soon-subscribe{flex-direction:column}.coming-soon-stats{flex-direction:column;gap:24px}.coming-soon-stat-divider{width:80px;height:1px}.coming-soon-grid{grid-template-columns:1fr}.coming-soon-timeline{flex-direction:column;gap:24px}.coming-soon-timeline-line{display:none}.coming-soon-cta{text-align:center;flex-direction:column}}.admin-layout{background:var(--bg-body)}.admin-layout .main-wrapper{background:linear-gradient(180deg,var(--bg-body)0%,#ff3d0005 100%)}.admin-main{flex-direction:column;flex:1;display:flex}.admin-content{flex:1;padding:0;overflow-y:auto}.admin-layout .view-container{min-height:calc(100vh - 32px)}[data-theme=light] .admin-layout{background:var(--bg-body)}[data-theme=light] .admin-layout .main-wrapper{background:linear-gradient(180deg,var(--bg-body)0%,#ff3d0005 100%)}@media (max-width:1400px){.admin-layout .view-container{padding:0}}@media (max-width:1200px){.admin-content{padding:0}}@media (max-width:1024px){.admin-layout{display:flex!important}.admin-layout .admin-sidebar{z-index:1000;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.admin-layout .admin-sidebar.open{transform:translate(0)}.admin-layout .main-wrapper{width:100%;margin-left:0}.admin-layout .view-container{min-height:calc(100vh - 16px)}}@media (max-width:768px){.admin-layout{flex-direction:column;display:flex!important}.admin-layout .admin-sidebar{z-index:1000;width:280px;max-width:85vw;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.admin-layout .admin-sidebar.open{transform:translate(0)}.admin-layout .main-wrapper{width:100%;margin-left:0;padding-top:60px}.admin-content{overflow-x:hidden}.admin-layout .view-container{min-height:calc(100vh - 60px)}}.admin-mobile-toggle{background:var(--bg-card,#0f0f0f);border:1px solid var(--border-color,#1f1f1f);cursor:pointer;z-index:999;width:44px;height:44px;color:var(--text-white,#fff);border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:none;position:fixed;top:12px;left:12px}.admin-mobile-toggle:hover{background:var(--bg-card-lighter,#1a1a1a)}.admin-mobile-toggle svg{width:20px;height:20px}@media (max-width:1024px){.admin-mobile-toggle{display:flex}}.admin-sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;visibility:hidden;background:#0009;transition:opacity .3s,visibility .3s;display:none;position:fixed;inset:0}.admin-sidebar-overlay.visible{opacity:1;visibility:visible}@media (max-width:1024px){.admin-sidebar-overlay{display:block}}@media (max-width:480px){.admin-layout .admin-sidebar{border-radius:0;width:100%;max-width:100%}.admin-mobile-toggle{width:40px;height:40px;top:8px;left:8px}.admin-layout .main-wrapper{padding-top:56px}}.server-sidebar{scrollbar-width:none;background:#08080cf2;flex-direction:column;align-items:center;gap:8px;width:72px;min-width:72px;padding:12px 0;display:flex;overflow-y:auto}.server-sidebar::-webkit-scrollbar{display:none}.server-icon{cursor:pointer;width:48px;height:48px;color:var(--text-gray);background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.server-icon:hover,.server-icon.active{background:var(--primary-blue);color:#fff;border-radius:16px}.server-icon.active:before{content:"";background:#fff;border-radius:0 4px 4px 0;width:4px;height:40px;position:absolute;left:-12px}.server-icon.home-server{color:var(--primary-blue);background:#0066ff26}.server-icon.home-server:hover,.server-icon.home-server.active{background:var(--primary-blue);color:#fff}.server-icon.add-server{color:var(--text-muted);background:0 0;border:2px dashed #ffffff26}.server-icon.add-server:hover{border-color:var(--profit-green);color:var(--profit-green);background:#22c55e1a;border-radius:16px}.server-emoji{font-size:22px;line-height:1}.server-initials{letter-spacing:-.5px;font-size:14px;font-weight:600}.server-svg-icon{stroke:currentColor;width:24px;height:24px}.server-custom-img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.server-divider{background:#ffffff14;border-radius:1px;width:32px;height:2px;margin:4px 0}.server-list{scrollbar-width:none;flex-direction:column;flex:1;gap:8px;padding:0 12px;display:flex;overflow-y:auto}.server-list::-webkit-scrollbar{display:none}.channel-list{background:#0f0f0f;border-right:1px solid #ffffff0f;flex-direction:column;width:240px;min-width:240px;display:flex}.channel-list-header{cursor:pointer;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 12px;transition:background .15s;display:flex;position:relative}.channel-list-header:hover{background:#ffffff05}.server-header-info{align-items:center;gap:10px;min-width:0;display:flex}.server-header-emoji{font-size:20px}.server-header-name{color:var(--text-white);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.server-dropdown-btn{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.server-dropdown-btn:hover{color:var(--text-white);background:#ffffff0f}.server-dropdown-btn.active{color:var(--text-white);background:#ffffff1a}.server-dropdown-btn.active svg{transform:rotate(180deg)}.server-dropdown-btn svg{transition:transform .2s}.server-header-image{border-radius:6px;flex-shrink:0;width:22px;height:22px}.server-dropdown{z-index:1000;margin-top:4px;position:absolute;top:100%;left:8px;right:8px}.server-dropdown-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121218fa;border:1px solid #ffffff1a;border-radius:8px;padding:6px;box-shadow:0 8px 32px #0006}.server-dropdown-item{cursor:pointer;width:100%;color:var(--text-gray);text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;transition:all .15s;display:flex}.server-dropdown-item:hover{color:var(--text-white);background:#ffffff0f}.server-dropdown-item svg{opacity:.7;flex-shrink:0}.server-dropdown-item span{flex:1}.server-dropdown-item-danger{color:#ef4444}.server-dropdown-item-danger:hover{color:#f87171;background:#ef44441a}.server-dropdown-badge{color:var(--text-muted);background:#ffffff1a;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.server-dropdown-divider{background:#ffffff0f;height:1px;margin:6px 0}.server-dropdown-info{color:var(--text-muted);align-items:center;gap:8px;padding:8px 12px;font-size:11px;display:flex}.server-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.server-modal{background:linear-gradient(#16161cfa 0%,#101014fc 100%);border:1px solid #ffffff14;border-radius:12px;flex-direction:column;width:100%;max-width:480px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000080}.server-modal-sm{max-width:400px}.server-modal-lg{max-width:560px;max-height:85vh}.server-modal-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.server-modal-header h2{color:var(--text-white);margin:0;font-size:18px;font-weight:600}.server-modal-close{cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.server-modal-close:hover{color:var(--text-white);background:#ffffff0f}.server-modal-content{flex:1;padding:24px;overflow-y:auto}.server-modal-footer{background:#0003;border-top:1px solid #ffffff0f;justify-content:flex-end;align-items:center;gap:12px;padding:16px 24px;display:flex}.server-info-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.server-info-icon{background:#ffffff0d;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.server-info-details h3{color:var(--text-white);margin:0 0 8px;font-size:20px;font-weight:600}.server-default-badge{color:#3b82f6;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#2981eb33,#2981eb1a);border:1px solid #2981eb4d;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.server-info-section{margin-bottom:20px}.server-info-section label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:8px;font-size:11px;font-weight:600;display:block}.server-info-section p{color:var(--text-gray);margin:0;font-size:14px;line-height:1.6}.server-info-stats{background:#ffffff08;border-radius:8px;gap:24px;padding:16px;display:flex}.server-stat{color:var(--text-gray);align-items:center;gap:8px;font-size:13px;display:flex}.server-stat svg{color:var(--text-muted)}.server-settings-section{margin-bottom:24px}.server-settings-section label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:600;display:block}.server-input{width:100%;color:var(--text-white);background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;padding:12px 14px;font-size:14px;transition:all .2s}.server-input:focus{border-color:#2981eb80;outline:none;box-shadow:0 0 0 3px #2981eb1a}.server-input::placeholder{color:var(--text-muted)}.server-textarea{width:100%;color:var(--text-white);resize:vertical;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;min-height:80px;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.server-textarea:focus{border-color:#2981eb80;outline:none;box-shadow:0 0 0 3px #2981eb1a}.server-textarea::placeholder{color:var(--text-muted)}.input-hint{color:var(--text-muted);margin-top:6px;font-size:11px;display:block}.server-icon-settings{align-items:flex-start;gap:20px;display:flex}.server-icon-preview{background:#ffffff0d;border:2px dashed #ffffff1a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.server-emoji-preview{font-size:42px}.server-icon-options{flex-direction:column;flex:1;gap:12px;display:flex}.server-icon-type-toggle{background:#0000004d;border-radius:8px;gap:4px;padding:4px;display:flex}.icon-type-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s}.icon-type-btn:hover{color:var(--text-gray)}.icon-type-btn.active{color:#3b82f6;background:#2981eb33}.emoji-picker-section{position:relative}.emoji-picker-trigger{color:var(--text-gray);cursor:pointer;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:14px;transition:all .15s;display:flex}.emoji-picker-trigger:hover{background:#0006;border-color:#ffffff26}.emoji-picker-dropdown{z-index:100;background:#121218fa;border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:repeat(8,1fr);gap:4px;margin-top:8px;padding:8px;display:grid;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 32px #0006}.emoji-option{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:all .15s;display:flex}.emoji-option:hover{background:#ffffff14}.emoji-option.selected{background:#2981eb33}.image-upload-section{flex-direction:column;gap:8px;display:flex}.image-upload-btn{color:#3b82f6;cursor:pointer;background:#2981eb1a;border:1px solid #2981eb4d;border-radius:8px;justify-content:center;align-items:center;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.image-upload-btn:hover{background:#2981eb26}.image-upload-hint{color:var(--text-muted);font-size:11px}.server-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s}.server-btn:disabled{opacity:.5;cursor:not-allowed}.server-btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.server-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}.server-btn-secondary{color:var(--text-gray);background:#ffffff0f}.server-btn-secondary:hover:not(:disabled){color:var(--text-white);background:#ffffff1a}.server-btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.server-btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.server-btn-warning{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.server-btn-warning:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-1px)}.server-members-search{background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}.server-members-search svg{color:var(--text-muted);flex-shrink:0}.server-members-search input{color:var(--text-white);background:0 0;border:none;flex:1;font-size:14px}.server-members-search input:focus{outline:none}.server-members-search input::placeholder{color:var(--text-muted)}.server-members-count{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:12px;font-weight:600}.server-members-list{flex-direction:column;gap:2px;max-height:400px;display:flex;overflow-y:auto}.server-members-loading,.server-members-empty{text-align:center;color:var(--text-muted);padding:40px 20px;font-size:14px}.server-member-item{border-radius:8px;align-items:center;gap:12px;padding:10px 12px;transition:background .15s;display:flex}.server-member-item:hover{background:#ffffff0a}.server-member-info{flex:1;min-width:0}.server-member-name{color:var(--text-white);align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.server-member-you{color:var(--text-muted);font-size:11px;font-weight:400}.server-member-username{color:var(--text-muted);margin-top:2px;font-size:12px}.server-member-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex}.server-member-item:hover .server-member-actions{opacity:1}.member-action-btn{cursor:pointer;width:28px;height:28px;color:var(--text-muted);background:#ffffff0f;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.member-action-btn:hover{color:var(--text-white)}.member-action-btn.promote:hover{color:#22c55e;background:#22c55e26}.member-action-btn.demote:hover{color:#fbbf24;background:#fbbf2426}.member-action-btn.kick:hover{color:#ef4444;background:#ef444426}.member-action-btn.transfer:hover{color:#a855f7;background:#a855f726}.member-action-btn:disabled{opacity:.5;cursor:not-allowed}.server-confirm-overlay{z-index:10;background:#000c;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.server-confirm-dialog{text-align:center;background:#16161cfa;border:1px solid #ffffff1a;border-radius:12px;max-width:360px;padding:24px}.server-confirm-dialog h3{color:var(--text-white);margin:0 0 12px;font-size:16px;font-weight:600}.server-confirm-dialog p{color:var(--text-gray);margin:0 0 20px;font-size:14px;line-height:1.5}.server-confirm-actions{justify-content:center;gap:12px;display:flex}.leave-server-warning{text-align:center;padding:20px 0}.leave-server-warning svg{color:#fbbf24;margin-bottom:16px}.leave-server-warning p{color:var(--text-white);margin:0 0 8px;font-size:16px}.leave-server-hint{color:var(--text-muted);font-size:13px;display:block}.delete-server-warning{text-align:center;padding:20px 0 24px}.delete-server-warning svg{margin-bottom:16px}.delete-server-warning h3{color:#ef4444;margin:0 0 12px;font-size:16px;font-weight:600}.delete-server-warning p{color:var(--text-gray);margin:0;font-size:14px;line-height:1.5}.channel-list-content{flex:1;padding:8px;overflow-y:auto}.channel-category{padding:16px 8px 4px 4px}.channel-category-name{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:11px;font-weight:700}.channel-item{cursor:pointer;width:100%;color:var(--text-gray);text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:14px;transition:all .15s;display:flex}.channel-item:hover{color:var(--text-white);background:#ffffff0a}.channel-item.active{color:var(--text-white);background:#ffffff14}.channel-unread-dot{background:#fff;border-radius:50%;width:8px;min-width:8px;height:8px;margin-left:auto;animation:1.5s ease-in-out infinite unread-pulse;box-shadow:0 0 6px #fff9}@keyframes unread-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 6px #fff9}50%{opacity:.85;transform:scale(.9);box-shadow:0 0 3px #fff6}}.channel-hash{color:var(--text-muted);width:20px;font-size:18px;font-weight:500}.channel-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.channel-list-footer{border-top:1px solid #ffffff0f;padding:12px}.server-member-count{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.channel-list-empty{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;font-size:13px;display:flex}.server-browser-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.server-browser-modal{background:var(--bg-card);border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;width:100%;max-width:720px;max-height:80vh;display:flex;overflow:hidden}.server-browser-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.server-browser-header h2{color:var(--text-white);font-size:20px;font-weight:600}.modal-close-btn{width:32px;height:32px;color:var(--text-gray);cursor:pointer;background:#ffffff0f;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.modal-close-btn:hover{color:var(--text-white);background:#ffffff1a}.server-browser-search{border-bottom:1px solid #ffffff0a;align-items:center;gap:12px;padding:16px 24px;display:flex}.server-browser-search svg{color:var(--text-muted);flex-shrink:0}.server-browser-search input{color:var(--text-white);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px}.server-browser-search input::placeholder{color:var(--text-muted)}.server-browser-content{flex:1;padding:20px 24px;overflow-y:auto}.server-browser-loading{flex-direction:column;gap:16px;display:flex}.skeleton-card{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:12px;height:100px;animation:1.5s infinite shimmer}.server-browser-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.server-browser-empty svg{color:var(--text-muted);opacity:.5;margin-bottom:16px}.server-browser-empty p{color:var(--text-gray);margin-bottom:4px;font-size:16px;font-weight:500}.server-browser-empty span{color:var(--text-muted);font-size:13px}.server-browser-grid{flex-direction:column;gap:12px;display:flex}.server-card{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.server-card:hover{background:#ffffff0a;border-color:#ffffff14}.server-card-icon{background:#0066ff1a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.server-card-emoji{font-size:28px}.server-card-initials{color:var(--primary-blue);font-size:18px;font-weight:600}.server-card-img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.server-card-svg{stroke:#ff6b00;width:28px;height:28px}.server-card-info{flex:1;min-width:0}.server-card-info h3{color:var(--text-white);margin-bottom:4px;font-size:15px;font-weight:600}.server-card-desc{color:var(--text-gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:13px;display:-webkit-box;overflow:hidden}.server-card-meta{color:var(--text-muted);align-items:center;gap:12px;font-size:12px;display:flex}.server-card-members{align-items:center;gap:4px;display:flex}.server-card-owner{color:var(--text-muted);align-items:center;gap:4px;display:flex}.server-card-owner .crown-icon{color:#f59e0b;flex-shrink:0}.server-card-action{flex-shrink:0}.server-join-btn{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:500;transition:all .2s}.server-join-btn:hover:not(:disabled){background:#0052cc;transform:translateY(-1px)}.server-join-btn:disabled{opacity:.6;cursor:not-allowed}.server-joined-badge{color:var(--profit-green);background:#22c55e1a;border:1px solid #22c55e33;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:500}.community-servers-layout{height:100%;display:flex;overflow:hidden}html[data-theme=light] .server-sidebar{background:#00000008}html[data-theme=light] .server-icon{color:var(--text-gray);background:#0000000a}html[data-theme=light] .server-icon:hover,html[data-theme=light] .server-icon.active{background:var(--primary-blue);color:#fff}html[data-theme=light] .server-icon.home-server{background:#0066ff14}html[data-theme=light] .server-divider{background:#00000014}html[data-theme=light] .channel-list{background:#f5f5f5;border-color:#00000014}html[data-theme=light] .channel-list-header{border-color:#0000000f}html[data-theme=light] .channel-list-header:hover{background:#00000005}html[data-theme=light] .channel-item:hover{background:#0000000a}html[data-theme=light] .channel-item.active{background:#0000000f}html[data-theme=light] .channel-unread-dot{background:#06f;box-shadow:0 0 6px #0066ff80}html[data-theme=light] .channel-list-footer{border-color:#0000000f}html[data-theme=light] .server-browser-modal{background:var(--bg-card);border-color:#00000014}html[data-theme=light] .server-browser-header{border-color:#0000000f}html[data-theme=light] .server-browser-search{border-color:#0000000a}html[data-theme=light] .server-card{background:#00000005;border-color:#0000000f}html[data-theme=light] .server-card:hover{background:#0000000a;border-color:#00000014}@media (max-width:768px){.server-sidebar{width:60px;min-width:60px}.server-icon{width:40px;height:40px}.server-emoji{font-size:18px}.channel-list{display:none}.community-servers-layout .channel-list.show-mobile{z-index:100;width:240px;display:flex;position:fixed;top:0;bottom:0;left:60px}.server-browser-modal{border-radius:0;max-width:100%;max-height:100%}}.community-hub-redesign{height:100%;padding:32px;overflow-y:auto}.community-hub-grid{grid-template-columns:1fr 340px;gap:24px;max-width:1200px;margin:0 auto;display:grid}.community-hub-left{flex-direction:column;display:flex}.community-hub-right{flex-direction:column;gap:12px;display:flex}.lounge-card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;height:100%;min-height:280px;padding:28px;transition:border-color .2s,box-shadow .2s;display:flex}.lounge-card:hover{border-color:#0066ff4d;box-shadow:0 0 0 1px #0066ff1a}.lounge-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.lounge-icon{background:var(--primary-blue);border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.lounge-icon svg{color:#fff;width:24px;height:24px}.lounge-status{align-items:center;gap:8px;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.status-text{color:var(--text-gray);font-size:13px}.lounge-content{flex:1}.lounge-content h2{color:var(--text-white);margin:0 0 12px;font-size:24px;font-weight:600}.lounge-content p{color:var(--text-gray);max-width:500px;margin:0;font-size:14px;line-height:1.6}.lounge-footer{border-top:1px solid var(--border-color);color:var(--primary-blue);align-items:center;gap:8px;margin-top:24px;padding-top:20px;font-size:14px;font-weight:500;transition:gap .2s;display:flex}.lounge-footer svg{width:18px;height:18px;transition:transform .2s}.lounge-card:hover .lounge-footer{gap:12px}.lounge-card:hover .lounge-footer svg{transform:translate(4px)}.quick-card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:16px;padding:20px;transition:border-color .2s;display:flex}.quick-card:hover:not(.disabled){border-color:#ffffff1f}.quick-card.disabled{opacity:.5;cursor:default}.quick-card-icon{background:#0066ff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.quick-card-icon svg{width:22px;height:22px;color:var(--primary-blue)}.quick-card-content{flex:1;min-width:0}.quick-card-content h3{color:var(--text-white);margin:0 0 4px;font-size:15px;font-weight:600}.quick-card-content p{color:var(--text-muted);margin:0;font-size:13px}.quick-card-arrow{width:18px;height:18px;color:var(--text-muted);opacity:0;flex-shrink:0;transition:opacity .2s,transform .2s}.quick-card:hover:not(.disabled) .quick-card-arrow{opacity:1;transform:translate(2px)}.coming-soon-badge{text-transform:uppercase;letter-spacing:.3px;color:var(--text-muted);background:#ffffff0d;border-radius:4px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:500}html[data-theme=light] .lounge-card,html[data-theme=light] .quick-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .lounge-card:hover{border-color:#0066ff4d}html[data-theme=light] .quick-card:hover:not(.disabled){border-color:#0000001f}html[data-theme=light] .lounge-footer{border-top-color:var(--border-color);color:var(--primary-blue)}html[data-theme=light] .lounge-footer .enter-text{color:var(--primary-blue)}html[data-theme=light] .lounge-footer svg{stroke:var(--primary-blue)}html[data-theme=light] .status-text{color:var(--text-gray)}html[data-theme=light] .lounge-content h2{color:var(--text-white)}html[data-theme=light] .lounge-content p{color:var(--text-gray)}html[data-theme=light] .quick-card-content h3{color:var(--text-white)}html[data-theme=light] .quick-card-content p{color:var(--text-gray)}html[data-theme=light] .coming-soon-badge{color:var(--text-gray);background:#0000000a}@media (max-width:900px){.community-hub-redesign{padding:20px}.community-hub-grid{grid-template-columns:1fr;gap:16px}.lounge-card{min-height:auto}.community-hub-right{flex-flow:wrap}.quick-card{flex:1;min-width:200px}}@media (max-width:600px){.community-hub-redesign{padding:16px}.lounge-card{padding:20px}.lounge-content h2{font-size:20px}.community-hub-right{flex-direction:column}.quick-card{min-width:0}}.community-view-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0c10f2;border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;padding:12px 20px;display:flex}.community-view-header h2{color:#fff;margin:0;font-size:16px;font-weight:600}.back-to-hub-btn{color:#888;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.back-to-hub-btn:hover{color:#fff;background:#ffffff14;border-color:#ffffff1f}.back-to-hub-btn svg{flex-shrink:0}html[data-theme=light] .community-view-header{background:#fffffff2;border-bottom-color:#00000014}html[data-theme=light] .community-view-header h2{color:#1a1a2e}html[data-theme=light] .back-to-hub-btn{color:#666;background:#0000000a;border-color:#00000014}html[data-theme=light] .back-to-hub-btn:hover{color:#1a1a2e;background:#00000014;border-color:#0000001f}.channel-chat-wrapper{flex:1;display:flex;overflow:hidden}.members-panel{background:var(--bg-card);border-left:1px solid var(--border-color);flex-direction:column;transition:width .2s;display:flex;overflow:hidden}.members-panel.open{width:240px}.members-panel.collapsed{width:52px}.members-panel-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;min-height:52px;padding:12px;display:flex}.members-toggle-btn{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:6px 8px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.members-toggle-btn:hover{color:var(--text-white);background:#ffffff0f}.members-toggle-btn svg{flex-shrink:0;width:18px;height:18px}.members-count{color:var(--text-muted);background:#ffffff0f;border-radius:10px;padding:2px 8px;font-size:12px}.members-panel-content{flex:1;padding:12px 0;overflow-y:auto}.members-section{margin-bottom:16px}.members-section-header{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);align-items:center;gap:6px;padding:0 12px 8px;font-size:11px;font-weight:600;display:flex}.online-indicator-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.members-list{flex-direction:column;display:flex;overflow:visible}.member-item{cursor:pointer;align-items:center;gap:10px;padding:8px 12px;transition:background .15s;display:flex;overflow:visible}.member-item:hover{background:#ffffff0a}.member-item.offline{opacity:.5}.member-avatar-wrapper{flex-shrink:0;position:relative;overflow:visible}.member-status{border:2px solid var(--bg-card);z-index:2;box-sizing:content-box;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.member-status.online{background:#22c55e}.member-status.offline{background:#555}.member-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.member-name{color:var(--text-white);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.member-role{text-transform:uppercase;letter-spacing:.3px;border-radius:3px;width:fit-content;padding:2px 6px;font-size:10px;font-weight:600}.member-role.owner{color:#ffc107;background:#ffc10726}.member-role.admin{color:#06f;background:#0066ff26}.members-empty{text-align:center;color:var(--text-muted);padding:20px 12px;font-size:13px}html[data-theme=light] .members-panel{background:var(--bg-card);border-left-color:var(--border-color)}html[data-theme=light] .members-toggle-btn:hover,html[data-theme=light] .members-count{background:#0000000a}html[data-theme=light] .member-item:hover{background:#00000008}html[data-theme=light] .member-status{border-color:var(--bg-card)}@media (max-width:900px){.members-panel.open{width:200px}}@media (max-width:768px){.members-panel{display:none}}.channel-chat-container{background:linear-gradient(#0c0c10fa 0%,#08080cfc 100%);flex-direction:column;flex:1;display:flex;overflow:hidden}.channel-chat-loading{color:#888;flex:1;justify-content:center;align-items:center;display:flex}.channel-chat-messages{flex-direction:column;flex:1;min-height:0;padding:16px 0;display:flex;overflow-y:auto}.channel-chat-messages:before{content:"";flex:auto}.channel-welcome,.channel-empty{text-align:center;flex-direction:column;align-items:center;padding:32px 20px;display:flex}.channel-welcome-icon,.channel-empty-icon{background:linear-gradient(135deg,#6366f133 0%,#8b5cf633 100%);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:16px;display:flex}.channel-welcome-icon svg,.channel-empty-icon svg{color:#6366f1;width:32px;height:32px}.channel-welcome h3,.channel-empty h3{color:#fff;margin:0 0 8px;font-size:20px;font-weight:700}.channel-welcome p,.channel-empty p{color:#666;max-width:400px;margin:0;font-size:14px}.chat-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex;position:relative;overflow:hidden}.chat-avatar-initials{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.chat-avatar-img{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .15s ease-in;position:relative}.chat-avatar-img.loaded{opacity:1}.chat-message{gap:16px;padding:2px 16px 2px 72px;transition:background .1s;display:flex;position:relative}.chat-message:hover{background:#ffffff05}.chat-message.first-in-group{margin-top:8px;padding:12px 16px 4px}.chat-message.deleted{opacity:.5}.chat-message.optimistic{opacity:.7}.chat-message.optimistic.failed{opacity:.5}.chat-message-avatar{flex-shrink:0;width:40px}.chat-message-content{flex:1;min-width:0}.chat-message-header{align-items:baseline;gap:8px;margin-bottom:2px;display:flex}.chat-message-author{font-size:14px;font-weight:600}.chat-message-time{color:#555;font-size:11px}.chat-message-reply{color:#666;border-left:2px solid #444;align-items:center;gap:6px;margin-bottom:4px;padding-left:12px;font-size:12px;display:flex}.chat-message-reply .reply-author{color:#888}.chat-message-reply .reply-content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-message-text{color:#dcddde;word-break:break-word;font-size:14px;line-height:1.5}.chat-message-image{border-radius:8px;max-width:400px;margin-top:8px;overflow:hidden}.chat-message-image img{object-fit:contain;cursor:pointer;border-radius:8px;width:100%;height:auto;max-height:400px;transition:opacity .2s;display:block}.chat-message-image img:hover{opacity:.9}.chat-image-thumbnail{cursor:pointer;max-width:280px;max-height:200px;position:relative;overflow:hidden}.chat-image-thumbnail.loading{background:#ffffff0d;min-width:150px;min-height:100px}.chat-image-thumbnail img{object-fit:cover;max-width:280px;max-height:200px;transition:transform .2s,opacity .3s}.chat-image-thumbnail:hover img{transform:scale(1.02)}.chat-image-placeholder{background:#ffffff08;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.chat-image-placeholder .loading-spinner-small{border:2px solid #ffffff1a;border-top-color:var(--accent-color);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}.chat-image-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.chat-image-thumbnail:hover .chat-image-overlay{opacity:1}.chat-image-overlay svg{color:#fff;width:32px;height:32px}.image-preview-modal-overlay{z-index:10000;background:#000000e6;justify-content:center;align-items:center;padding:40px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.image-preview-modal{max-width:95vw;max-height:95vh;animation:.2s zoomIn;position:relative}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.image-preview-modal img{object-fit:contain;border-radius:8px;max-width:95vw;max-height:90vh;box-shadow:0 20px 60px #00000080}.image-preview-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:-40px;right:0}.image-preview-close:hover{background:#fff3;transform:scale(1.1)}.image-preview-close svg{width:20px;height:20px}.channel-skeleton-loading{flex-direction:column;gap:16px;padding:20px;display:flex}.skeleton-message{opacity:0;gap:12px;animation:.3s forwards skeletonFadeIn;display:flex}@keyframes skeletonFadeIn{to{opacity:1}}.skeleton-avatar{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:1.5s infinite skeletonShimmer}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-content{flex-direction:column;flex:1;gap:8px;display:flex}.skeleton-header{align-items:center;gap:10px;display:flex}.skeleton-name{background:linear-gradient(90deg,#ffffff14 25%,#ffffff26 50%,#ffffff14 75%) 0 0/200% 100%;border-radius:4px;width:100px;height:14px;animation:1.5s infinite skeletonShimmer}.skeleton-time{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff14 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:3px;width:50px;height:10px;animation:1.5s infinite skeletonShimmer}.skeleton-text{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:4px;height:14px;animation:1.5s infinite skeletonShimmer}.skeleton-text.short{height:12px;margin-top:4px}html[data-theme=light] .skeleton-avatar{background:linear-gradient(90deg,#0000000d 25%,#0000001a 50%,#0000000d 75%) 0 0/200% 100%;animation:1.5s infinite skeletonShimmer}html[data-theme=light] .skeleton-name{background:linear-gradient(90deg,#00000014 25%,#0000001f 50%,#00000014 75%) 0 0/200% 100%}html[data-theme=light] .skeleton-time,html[data-theme=light] .skeleton-text{background:linear-gradient(90deg,#0000000d 25%,#00000014 50%,#0000000d 75%) 0 0/200% 100%}.new-messages-divider{align-items:center;gap:12px;margin:8px 0;padding:16px 20px;display:flex}.new-messages-line{background:linear-gradient(90deg,#0000 0%,#ef4444 10% 90%,#0000 100%);flex:1;height:1px}.new-messages-text{text-transform:uppercase;letter-spacing:.5px;color:#ef4444;white-space:nowrap;padding:0 4px;font-size:11px;font-weight:600}html[data-theme=light] .new-messages-line{background:linear-gradient(90deg,#0000 0%,#dc2626 10% 90%,#0000 100%)}html[data-theme=light] .new-messages-text{color:#dc2626}.chat-message-image-error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:10px;margin-top:4px;padding:12px 16px;font-size:13px;display:flex}.chat-message-image-error svg{opacity:.7;flex-shrink:0;width:20px;height:20px}.chat-trade-card{border-radius:8px;align-items:center;gap:12px;margin-top:8px;padding:10px 12px;display:flex}.chat-trade-card.profit{background:#2981eb26;border-left:3px solid #2981eb}.chat-trade-card.loss{background:#ef444426;border-left:3px solid #ef4444}.chat-trade-card .trade-info{flex-direction:column;gap:2px;display:flex}.chat-trade-card .trade-symbol{color:#fff;font-size:14px;font-weight:600}.chat-trade-card .trade-type{color:#888;font-size:12px}.chat-trade-card .trade-pnl{margin-left:auto;font-size:14px;font-weight:600}.chat-trade-card.profit .trade-pnl{color:#2981eb}.chat-trade-card.loss .trade-pnl{color:#ef4444}.chat-reactions{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.reaction-btn{cursor:pointer;color:#dcddde;background:#ffffff0d;border:1px solid #0000;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:12px;transition:all .15s;display:flex}.reaction-btn:hover{background:#ffffff1a}.reaction-btn.active{background:#06f3;border-color:#06f6}.chat-message-actions{background:#202225f2;border:1px solid #ffffff1a;border-radius:6px;gap:4px;padding:4px;display:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.chat-message:hover .chat-message-actions{display:flex}.chat-message-actions button{cursor:pointer;color:#888;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px 8px;font-size:14px;transition:all .15s;display:flex}.chat-message-actions button:hover{color:#fff;background:#ffffff1a}.chat-message-actions button svg{width:16px;height:16px}.channel-reply-indicator{background:#0066ff1a;border-top:1px solid #06f3;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.channel-reply-indicator .reply-info{color:#888;font-size:12px}.channel-reply-indicator .reply-mention{color:#06f}.channel-reply-indicator .reply-cancel{color:#888;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.channel-reply-indicator .reply-cancel:hover{color:#fff}.channel-reply-indicator .reply-cancel svg{width:16px;height:16px}.channel-input-area{background:#0a0a0ecc;border-top:1px solid #ffffff0f;padding:16px}.channel-readonly-banner{color:var(--text-muted);background:#ffffff05;border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.channel-readonly-banner svg{opacity:.5;width:16px;height:16px}html[data-theme=light] .channel-readonly-banner{color:#888;background:#00000005;border-top-color:#0000000f}.channel-link-error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:8px 12px;font-size:12px;display:flex}.channel-link-error svg{flex-shrink:0;width:16px;height:16px}.channel-input-wrapper{align-items:flex-end;gap:12px;display:flex}.channel-input{color:#fff;resize:none;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;outline:none;flex:1;min-height:44px;max-height:120px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.channel-input:focus{border-color:#6366f180}.channel-input::placeholder{color:#555}.channel-send-btn{color:#555;cursor:not-allowed;background:#ffffff0d;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.channel-send-btn svg{width:20px;height:20px}.channel-send-btn.active{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);box-shadow:0 4px 12px #0066ff4d}.channel-send-btn.active:hover{transform:scale(1.05)}.channel-image-btn{width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.channel-image-btn svg{width:20px;height:20px}.channel-image-btn:hover:not(:disabled){color:var(--accent-color);background:#ffffff1a}.channel-image-btn:disabled{opacity:.5;cursor:not-allowed}.channel-image-btn .loading-spinner-small{border:2px solid #ffffff1a;border-top-color:var(--accent-color);border-radius:50%;width:18px;height:18px;animation:1s linear infinite spin}.channel-pending-image{background:#ffffff08;border-radius:12px;flex-direction:column;gap:8px;margin-bottom:8px;padding:12px;display:flex}.pending-image-preview{border:1px solid #ffffff1a;border-radius:8px;max-width:200px;display:inline-block;position:relative;overflow:hidden}.pending-image-preview img{object-fit:contain;border-radius:8px;max-width:100%;max-height:150px;display:block}.pending-image-remove{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:6px;right:6px}.pending-image-remove:hover{background:#ef4444e6;transform:scale(1.1)}.pending-image-remove svg{width:14px;height:14px}.pending-image-hint{color:var(--text-muted);font-size:12px}html[data-theme=light] .channel-chat-container{background:linear-gradient(#fafbfc 0%,#f1f5f9 100%)}html[data-theme=light] .channel-welcome h3,html[data-theme=light] .channel-empty h3{color:#1a1a2e}html[data-theme=light] .channel-welcome p,html[data-theme=light] .channel-empty p{color:#666}html[data-theme=light] .chat-message:hover{background:#00000005}html[data-theme=light] .chat-message-text{color:#333}html[data-theme=light] .chat-message-time{color:#888}html[data-theme=light] .chat-message-actions{background:#fff;border-color:#0000001a;box-shadow:0 2px 8px #0000001a}html[data-theme=light] .reaction-btn{color:#333;background:#0000000d}html[data-theme=light] .reaction-btn:hover{background:#0000001a}html[data-theme=light] .channel-input-area{background:#ffffffe6;border-top-color:#00000014}html[data-theme=light] .channel-input{color:#1a1a2e;background:#f1f5f9;border-color:#0000001a}html[data-theme=light] .channel-input::placeholder{color:#888}html[data-theme=light] .channel-send-btn{color:#888;background:#e2e8f0}html[data-theme=light] .channel-send-btn.active{color:#fff;background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);box-shadow:0 4px 12px #0066ff40}html[data-theme=light] .channel-image-btn{color:#666;background:#e2e8f0}html[data-theme=light] .channel-image-btn:hover:not(:disabled){color:var(--accent-color);background:#d1d5db}html[data-theme=light] .channel-pending-image{background:#00000008}html[data-theme=light] .pending-image-preview{border-color:#0000001a}html[data-theme=light] .pending-image-remove{background:#0009}.reaction-picker-container{position:relative}.emoji-picker{z-index:100;background:#202225fa;border:1px solid #ffffff1a;border-radius:8px;gap:4px;margin-bottom:8px;padding:8px;display:flex;position:absolute;bottom:100%;right:0;box-shadow:0 8px 24px #0006}.emoji-picker-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .15s;display:flex}.emoji-picker-btn:hover{background:#ffffff1a;transform:scale(1.15)}.typing-indicator{background:#0a0a0e99;border-top:1px solid #ffffff0a;align-items:center;gap:8px;padding:8px 16px;display:flex}.typing-dots{gap:4px;display:flex}.typing-dots span{background:#888;border-radius:50%;width:6px;height:6px;animation:1.4s infinite typingDot}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.typing-text{color:#888;font-size:12px;font-style:italic}.chat-mention{color:#7289da;cursor:pointer;background:#7289da1a;border-radius:4px;padding:0 4px;font-weight:500;transition:background .15s}.chat-mention:hover{background:#7289da33}.mention-autocomplete{z-index:50;background:#202225fa;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:4px;position:absolute;bottom:100%;left:16px;right:16px;overflow:hidden;box-shadow:0 8px 24px #0006}.mention-option{color:#dcddde;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:14px;transition:background .15s;display:flex}.mention-option:hover{background:#ffffff14}.chat-message-edit{flex-direction:column;gap:8px;display:flex}.chat-message-edit textarea{color:#fff;resize:none;background:#0000004d;border:1px solid #06f6;border-radius:8px;outline:none;width:100%;min-height:60px;padding:10px 12px;font-family:inherit;font-size:14px}.edit-actions{justify-content:flex-end;gap:8px;display:flex}.edit-actions .cancel-btn,.edit-actions .save-btn{cursor:pointer;border:none;border-radius:4px;padding:6px 12px;font-size:12px;transition:all .15s}.edit-actions .cancel-btn{color:#888;background:0 0}.edit-actions .cancel-btn:hover{color:#fff}.edit-actions .save-btn{color:#fff;background:#06f}.edit-actions .save-btn:hover{background:#0052cc}.chat-message-edited{color:#666;margin-left:8px;font-size:10px}.pinned-messages-bar{background:#0066ff0d;border-bottom:1px solid #0066ff1a;padding:8px 16px}.pinned-messages-toggle{color:#888;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:4px 0;font-size:12px;transition:color .15s;display:flex}.pinned-messages-toggle:hover{color:#fff}.pinned-messages-toggle svg{width:14px;height:14px}.pinned-messages-toggle .chevron{margin-left:auto;transition:transform .2s}.pinned-messages-toggle .chevron.open{transform:rotate(180deg)}.pinned-messages-dropdown{flex-direction:column;gap:6px;margin-top:8px;display:flex}.pinned-message-item{background:#ffffff08;border-radius:6px;flex-direction:column;gap:4px;padding:8px 12px;display:flex}.pinned-author{color:#7289da;font-size:12px;font-weight:600}.pinned-content{color:#dcddde;font-size:13px;line-height:1.4}.chat-message.pinned{background:#0066ff08;border-left:2px solid #06f6}.pinned-indicator{color:#06f;align-items:center;gap:4px;margin-bottom:4px;padding-left:52px;font-size:10px;display:flex}.pinned-indicator svg{width:12px;height:12px}.chat-message-actions .delete-btn{color:#888}.chat-message-actions .delete-btn:hover{color:#ef4444;background:#ef444433}.add-reaction-btn{color:#888!important}.add-reaction-btn:hover{color:#fff!important}.chat-message-actions button.active{color:#06f}html[data-theme=light] .emoji-picker{background:#fff;border-color:#0000001a;box-shadow:0 8px 24px #00000026}html[data-theme=light] .emoji-picker-btn:hover{background:#0000000d}html[data-theme=light] .typing-indicator{background:#fffc;border-top-color:#0000000d}html[data-theme=light] .typing-text{color:#666}html[data-theme=light] .mention-autocomplete{background:#fff;border-color:#0000001a;box-shadow:0 8px 24px #00000026}html[data-theme=light] .mention-option{color:#333}html[data-theme=light] .mention-option:hover{background:#0000000d}html[data-theme=light] .chat-message-edit textarea{color:#333;background:#f1f5f9;border-color:#06f6}html[data-theme=light] .pinned-messages-bar{background:#0066ff0d}html[data-theme=light] .pinned-message-item{background:#00000008}html[data-theme=light] .pinned-content{color:#333}html[data-theme=light] .chat-message.pinned{background:#0066ff08}.lounge-skeleton-sidebar{background:var(--bg-card);border-right:1px solid var(--border-color);flex-direction:column;align-items:center;gap:8px;width:72px;padding:12px 0;display:flex}.lounge-skeleton-server-icon{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:50%;width:48px;height:48px;animation:1.5s ease-in-out infinite shimmer}.lounge-skeleton-channels{background:var(--bg-card);border-right:1px solid var(--border-color);flex-direction:column;gap:8px;width:240px;padding:16px 12px;display:flex}.lounge-skeleton-header{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;width:60%;height:20px;margin-bottom:12px;animation:1.5s ease-in-out infinite shimmer}.lounge-skeleton-channel{background:linear-gradient(90deg,#ffffff08 25%,#ffffff0f 50%,#ffffff08 75%) 0 0/200% 100%;border-radius:6px;width:100%;height:32px;animation:1.5s ease-in-out infinite shimmer}.lounge-skeleton-channel.short{width:70%}.lounge-skeleton-divider{background:var(--border-color);width:80%;height:1px;margin:8px 0}.lounge-skeleton-chat{background:linear-gradient(#0c0c10fa 0%,#08080cfc 100%);flex-direction:column;flex:1;display:flex}.lounge-skeleton-chat-header{border-bottom:1px solid var(--border-color);align-items:center;height:48px;padding:0 16px;display:flex}.lounge-skeleton-chat-title{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;width:120px;height:18px;animation:1.5s ease-in-out infinite shimmer}.lounge-skeleton-messages{flex-direction:column;flex:1;gap:20px;padding:16px;display:flex;overflow:hidden}.lounge-skeleton-message{gap:16px;display:flex}.lounge-skeleton-avatar{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:1.5s ease-in-out infinite shimmer}.lounge-skeleton-message-content{flex-direction:column;flex:1;gap:8px;display:flex}.lounge-skeleton-username{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;width:100px;height:14px;animation:1.5s ease-in-out infinite shimmer}.lounge-skeleton-username.short{width:70px}.lounge-skeleton-text{background:linear-gradient(90deg,#ffffff08 25%,#ffffff0f 50%,#ffffff08 75%) 0 0/200% 100%;border-radius:4px;width:280px;height:16px;animation:1.5s ease-in-out infinite shimmer}.lounge-skeleton-text.short{width:180px}.lounge-skeleton-text.shorter{width:100px}.lounge-skeleton-input{background:linear-gradient(90deg,#ffffff05 25%,#ffffff0d 50%,#ffffff05 75%) 0 0/200% 100%;border-radius:8px;height:68px;margin:0 16px 16px;animation:1.5s ease-in-out infinite shimmer}html[data-theme=light] .lounge-skeleton-sidebar,html[data-theme=light] .lounge-skeleton-channels{background:#fff;border-color:#e5e7eb}html[data-theme=light] .lounge-skeleton-chat{background:#f9fafb}html[data-theme=light] .lounge-skeleton-server-icon,html[data-theme=light] .lounge-skeleton-header,html[data-theme=light] .lounge-skeleton-chat-title,html[data-theme=light] .lounge-skeleton-avatar,html[data-theme=light] .lounge-skeleton-username{background:linear-gradient(90deg,#0000000a 25%,#00000014 50%,#0000000a 75%) 0 0/200% 100%}html[data-theme=light] .lounge-skeleton-channel,html[data-theme=light] .lounge-skeleton-text,html[data-theme=light] .lounge-skeleton-input{background:linear-gradient(90deg,#00000008 25%,#0000000f 50%,#00000008 75%) 0 0/200% 100%}html[data-theme=light] .lounge-skeleton-chat-header{border-color:#e5e7eb}html[data-theme=light] .rank-badge.gold{color:#b8860b;background:linear-gradient(135deg,#ffd70040 0%,#ffb40026 100%);border-color:#ffb40066}html[data-theme=light] .rank-badge.silver{color:#5c5c5c;background:linear-gradient(135deg,#78787833 0%,#6464641f 100%);border-color:#64646459}html[data-theme=light] .rank-badge.bronze{color:#8b5a2b;background:linear-gradient(135deg,#b46e3238 0%,#a0642d1f 100%);border-color:#a0642d66}html[data-theme=light] .rank-badge.normal{color:#4b5563;background:#0000000f;border-color:#0000001a}html[data-theme=light] .rank-badge svg{opacity:.9}html[data-theme=light] .leaderboard-title{color:#0a0a0e!important}html[data-theme=light] .leaderboard-subtitle{color:#6b7280!important}html[data-theme=light] .leaderboard-empty h3{color:#374151!important}html[data-theme=light] .leaderboard-empty p,html[data-theme=light] .leaderboard-loading span{color:#6b7280!important}html[data-theme=light] .item-pnl .pnl-value.positive{color:#059669!important}html[data-theme=light] .item-pnl .pnl-label{color:#6b7280!important}.channel-list-skeleton{pointer-events:none}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-animate{position:relative}.skeleton-server-icon{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:8px;width:28px;height:28px;animation:1.5s ease-in-out infinite skeleton-shimmer}.skeleton-server-name{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:6px;flex:1;height:18px;animation:1.5s ease-in-out .1s infinite skeleton-shimmer}.skeleton-dropdown-btn{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;width:20px;height:20px;animation:1.5s ease-in-out .2s infinite skeleton-shimmer}.skeleton-category{margin-top:12px;padding:8px 12px}.skeleton-category:first-child{margin-top:0}.skeleton-category-name{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;width:80px;height:12px;animation:1.5s ease-in-out infinite skeleton-shimmer}.skeleton-channel{align-items:center;gap:8px;padding:8px 16px;display:flex}.skeleton-channel-hash{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;width:18px;height:18px;animation:1.5s ease-in-out infinite skeleton-shimmer}.skeleton-channel-name{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;flex:1;max-width:120px;height:14px;animation:1.5s ease-in-out infinite skeleton-shimmer}.skeleton-channel:nth-child(odd) .skeleton-channel-name{max-width:100px}.skeleton-member-count{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:4px;width:80px;height:14px;animation:1.5s ease-in-out infinite skeleton-shimmer}.channel-list-admin-actions{border-bottom:1px solid #ffffff0f;gap:8px;padding:8px 12px;display:flex}.admin-action-btn{color:#888;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;transition:all .2s;display:flex}.admin-action-btn:hover{color:#2981eb;background:#0066ff1a;border-color:#0066ff4d}.admin-action-btn svg{width:14px;height:14px}.category-section{margin-bottom:4px}.category-header{cursor:default;align-items:center;gap:4px;padding:8px 8px 4px;display:flex;position:relative}.category-collapse-btn{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:transform .2s;display:flex}.category-collapse-btn:hover{color:#888}.category-section.collapsed .category-collapse-btn{transform:rotate(-90deg)}.category-header .channel-category-name{text-transform:uppercase;letter-spacing:.05em;color:#888;flex:1;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}.category-header .private-icon{opacity:.7}.category-add-btn{color:#666;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:all .2s;display:flex}.category-header:hover .category-add-btn{opacity:1}.category-add-btn:hover{color:#fff;background:#ffffff1a}.category-channels{padding-left:4px}.category-empty{color:#555;padding:8px 16px 8px 24px;font-size:12px;font-style:italic}.channel-item-wrapper{position:relative}.channel-item .channel-icon.private{opacity:.6;flex-shrink:0;width:16px;height:16px}.context-menu{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14141cfa;border:1px solid #ffffff1a;border-radius:8px;min-width:180px;padding:6px;position:absolute;box-shadow:0 8px 24px #0006}.category-context-menu{top:100%;left:20px}.channel-context-menu{top:0;right:0;transform:translate(100%)}.context-menu button{color:#ccc;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;transition:all .15s;display:flex}.context-menu button:hover{color:#fff;background:#ffffff14}.context-menu button.danger{color:#f87171}.context-menu button.danger:hover{color:#f87171;background:#f8717126}.context-menu button svg{flex-shrink:0;width:16px;height:16px}.context-menu-divider{background:#ffffff14;height:1px;margin:6px 0}.channel-modal,.category-modal,.manage-access-modal,.delete-confirm-modal{background:linear-gradient(#1c1c23fa 0%,#121216fc 100%);border:1px solid #ffffff14;border-radius:16px;width:95%;max-width:480px;box-shadow:0 25px 80px #0009,inset 0 0 0 1px #ffffff08}.channel-modal .server-modal-header,.category-modal .server-modal-header{background:#ffffff05;border-bottom:1px solid #ffffff0f;padding:24px 28px 20px}.channel-modal .server-modal-header h2,.category-modal .server-modal-header h2{letter-spacing:-.02em;color:#fff;font-size:20px;font-weight:600}.channel-modal .server-modal-body,.category-modal .server-modal-body{flex-direction:column;gap:20px;max-height:60vh;padding:24px 28px;display:flex;overflow-y:auto}.channel-modal .server-modal-footer,.category-modal .server-modal-footer{background:#00000026;border-top:1px solid #ffffff0f;gap:12px;padding:20px 28px}.channel-modal .form-group,.category-modal .form-group{margin-bottom:0}.channel-modal .form-group label,.category-modal .form-group label{text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;margin-bottom:10px;font-size:12px;font-weight:600;display:block}.channel-modal .form-group input,.channel-modal .form-group textarea,.channel-modal .form-group select,.category-modal .form-group input,.category-modal .form-group textarea{color:#fff;background:#00000059;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .2s}.channel-modal .form-group input:hover,.channel-modal .form-group textarea:hover,.channel-modal .form-group select:hover,.category-modal .form-group input:hover,.category-modal .form-group textarea:hover{background:#0006;border-color:#ffffff2e}.channel-modal .form-group input:focus,.channel-modal .form-group textarea:focus,.channel-modal .form-group select:focus,.category-modal .form-group input:focus,.category-modal .form-group textarea:focus{background:#00000073;border-color:#3b82f699;outline:none;box-shadow:0 0 0 3px #3b82f61f}.channel-modal .form-group input::placeholder,.channel-modal .form-group textarea::placeholder,.category-modal .form-group input::placeholder,.category-modal .form-group textarea::placeholder{color:#ffffff59}.channel-modal .form-group textarea,.category-modal .form-group textarea{resize:vertical;min-height:80px;line-height:1.5}.modal-error{color:#f87171;background:#ef44441f;border:1px solid #ef444440;border-radius:10px;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:500;display:flex}.modal-error:before{content:"!";background:#ef444433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex}.channel-modal .btn-primary,.category-modal .btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #3b82f640}.channel-modal .btn-primary:hover:not(:disabled),.category-modal .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659}.channel-modal .btn-primary:disabled,.category-modal .btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.channel-modal .btn-secondary,.category-modal .btn-secondary{color:#fffc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.channel-modal .btn-secondary:hover,.category-modal .btn-secondary:hover{color:#fff;background:#ffffff1a;border-color:#ffffff26}.channel-name-input-wrapper{background:#00000059;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:0;transition:all .2s;display:flex;overflow:hidden}.channel-name-input-wrapper:hover{background:#0006;border-color:#ffffff2e}.channel-name-input-wrapper:focus-within{background:#00000073;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f61f}.channel-hash-prefix{color:#fff6;-webkit-user-select:none;user-select:none;padding:14px 0 14px 16px;font-size:16px;font-weight:500}.channel-name-input-wrapper input{color:#fff;flex:1;font-size:15px;box-shadow:none!important;background:0 0!important;border:none!important;padding:14px 16px 14px 6px!important}.channel-name-input-wrapper input:focus{outline:none;box-shadow:none!important}.form-hint{color:#ffffff73;margin-top:8px;font-size:12px;line-height:1.4;display:block}.form-group-checkbox{background:#0003;border:1px solid #ffffff0f;border-radius:12px;padding:16px;transition:all .2s}.form-group-checkbox:hover{background:#00000040;border-color:#ffffff1a}.checkbox-label{cursor:pointer;align-items:flex-start;gap:14px;display:flex}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{background:#0006;border:2px solid #fff3;border-radius:6px;flex-shrink:0;width:22px;min-width:22px;height:22px;min-height:22px;max-height:22px;margin-top:2px;transition:all .2s;position:relative}.checkbox-label:hover .checkbox-custom{border-color:#ffffff4d}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-color:#3b82f6}.checkbox-custom:after{content:"";opacity:0;border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;width:5px;height:10px;transition:opacity .2s;position:absolute;top:3px;left:7px;transform:rotate(45deg)}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{opacity:1}.checkbox-text{flex-direction:column;gap:4px;display:flex}.checkbox-title{color:#fff;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.checkbox-title svg{color:#fff9;width:16px;height:16px}.checkbox-description{color:#ffffff80;font-size:13px;line-height:1.5}.channel-modal .form-group-checkbox,.category-modal .form-group-checkbox{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:16px}.channel-modal .form-group-checkbox .checkbox-label,.category-modal .form-group-checkbox .checkbox-label{text-transform:none;font-size:inherit;letter-spacing:normal;color:inherit;align-items:flex-start;gap:14px;margin-bottom:0;display:flex}.channel-modal .form-group-checkbox .checkbox-custom,.category-modal .form-group-checkbox .checkbox-custom{background:#ffffff14;border:2px solid #fff3;border-radius:5px;flex-shrink:0;width:20px;min-width:20px;height:20px;min-height:20px;max-height:20px;margin-top:2px}.channel-modal .form-group-checkbox .checkbox-label:hover .checkbox-custom,.category-modal .form-group-checkbox .checkbox-label:hover .checkbox-custom{background:#ffffff1f;border-color:#ffffff59}.channel-modal .form-group-checkbox .checkbox-label input[type=checkbox]:checked+.checkbox-custom,.category-modal .form-group-checkbox .checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-color:#3b82f6}.channel-modal .form-group-checkbox .checkbox-text,.category-modal .form-group-checkbox .checkbox-text{flex-direction:column;flex:1;gap:4px;display:flex}.channel-modal .form-group-checkbox .checkbox-title,.category-modal .form-group-checkbox .checkbox-title{text-transform:none;letter-spacing:normal;color:#fff;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.channel-modal .form-group-checkbox .checkbox-title svg,.category-modal .form-group-checkbox .checkbox-title svg{color:#fff9;flex-shrink:0;width:16px;height:16px}.channel-modal .form-group-checkbox .checkbox-description,.category-modal .form-group-checkbox .checkbox-description{text-transform:none;letter-spacing:normal;color:#ffffff80;font-size:13px;line-height:1.5}.channel-modal-enhanced{max-width:520px}.channel-type-options{flex-direction:column;gap:10px;display:flex}.channel-type-option{cursor:pointer;background:#0003;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:all .2s;display:flex}.channel-type-option:hover{background:#0000004d;border-color:#ffffff1f;transform:translate(2px)}.channel-type-option.selected{background:#3b82f61a;border-color:#3b82f666;box-shadow:inset 0 0 0 1px #3b82f61a}.channel-type-option input[type=radio]{display:none}.channel-type-icon{background:#ffffff0f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.channel-type-option.selected .channel-type-icon{background:#3b82f633}.channel-type-icon svg{color:#ffffff80;transition:color .2s}.channel-type-option:hover .channel-type-icon svg{color:#ffffffb3}.channel-type-option.selected .channel-type-icon svg{color:#3b82f6}.channel-type-text{flex-direction:column;flex:1;gap:3px;display:flex}.channel-type-label{color:#fff;font-size:14px;font-weight:600}.channel-type-desc{color:#ffffff80;font-size:13px}.channel-type-check{opacity:0;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex}.channel-type-option.selected .channel-type-check{opacity:1;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-color:#3b82f6}.channel-type-check svg{color:#fff}.server-select{color:#fff;cursor:pointer;appearance:none;background:#00000059 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 14px center no-repeat;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:14px 40px 14px 16px;font-size:15px;transition:all .2s}.server-select:hover{background-color:#0006;border-color:#ffffff2e}.server-select:focus{background-color:#00000073;border-color:#3b82f699;outline:none;box-shadow:0 0 0 3px #3b82f61f}.server-select option{color:#fff;background:#1a1a1e;padding:10px}.channel-modal .server-modal-body::-webkit-scrollbar{width:6px}.category-modal .server-modal-body::-webkit-scrollbar{width:6px}.channel-modal .server-modal-body::-webkit-scrollbar-track{background:0 0}.category-modal .server-modal-body::-webkit-scrollbar-track{background:0 0}.channel-modal .server-modal-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.category-modal .server-modal-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.channel-modal .server-modal-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}.category-modal .server-modal-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}.access-target-info{background:#0000004d;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;display:flex}.access-target-info svg{color:#f59e0b;opacity:.8}.access-target-info span{color:#fff;font-weight:500}.access-description{color:#888;margin-bottom:16px;font-size:13px;line-height:1.5}.member-search{background:#0006;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:10px;margin-bottom:12px;padding:10px 14px;display:flex}.member-search svg{color:#666}.member-search input{color:#fff;background:0 0;border:none;flex:1;font-size:14px}.member-search input:focus{outline:none}.member-search input::placeholder{color:#555}.access-members-list{flex-direction:column;gap:4px;max-height:300px;display:flex;overflow-y:auto}.access-member-item{background:#0003;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;transition:background .2s;display:flex}.access-member-item:hover{background:#0000004d}.access-member-info{align-items:center;gap:10px;display:flex}.access-member-info .member-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.access-member-info .member-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.access-member-info .member-name{color:#fff;font-size:14px}.access-toggle-btn{color:#888;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;transition:all .2s;display:flex}.access-toggle-btn:hover{color:#2981eb;background:#0066ff1a;border-color:#0066ff4d}.access-toggle-btn.has-access{color:#22c55e;background:#22c55e1a;border-color:#22c55e4d}.access-toggle-btn.has-access:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.access-toggle-btn svg{width:14px;height:14px}.no-members{text-align:center;color:#666;padding:24px;font-size:14px}.delete-warning{background:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:16px;padding:16px;display:flex}.delete-warning svg{color:#f87171;flex-shrink:0;margin-top:2px}.delete-warning p{color:#f87171;margin:0;font-size:14px;line-height:1.5}.uncategorized-channels{margin-bottom:8px}.uncategorized-channels .channel-category{justify-content:space-between;align-items:center;padding:8px 12px 4px;display:flex}.uncategorized-channels .channel-category-name{text-transform:uppercase;letter-spacing:.05em;color:#888;font-size:11px;font-weight:600}.uncategorized-channels .category-add-btn{opacity:0}.uncategorized-channels:hover .category-add-btn{opacity:1}html[data-theme=light] .channel-list-skeleton .skeleton-server-icon,html[data-theme=light] .channel-list-skeleton .skeleton-server-name,html[data-theme=light] .channel-list-skeleton .skeleton-dropdown-btn,html[data-theme=light] .channel-list-skeleton .skeleton-category-name,html[data-theme=light] .channel-list-skeleton .skeleton-channel-hash,html[data-theme=light] .channel-list-skeleton .skeleton-channel-name,html[data-theme=light] .channel-list-skeleton .skeleton-member-count{background:linear-gradient(90deg,#0000000f 25%,#0000001f 50%,#0000000f 75%) 0 0/200% 100%}html[data-theme=light] .admin-action-btn{color:#666;background:#0000000a;border-color:#0000001a}html[data-theme=light] .admin-action-btn:hover{color:#06f;background:#0066ff14;border-color:#06f3}html[data-theme=light] .context-menu{background:#fffffffa;border-color:#0000001a;box-shadow:0 8px 24px #00000026}html[data-theme=light] .context-menu button{color:#333}html[data-theme=light] .context-menu button:hover{color:#000;background:#0000000d}html[data-theme=light] .context-menu button.danger{color:#dc2626}html[data-theme=light] .context-menu button.danger:hover{background:#dc26261a}html[data-theme=light] .context-menu-divider{background:#00000014}html[data-theme=light] .channel-name-input-wrapper{background:#0000000a;border-color:#00000026}html[data-theme=light] .channel-name-input-wrapper input{color:#333}html[data-theme=light] .channel-hash-prefix{color:#888}html[data-theme=light] .form-group-checkbox{background:#00000008;border-color:#00000014}html[data-theme=light] .checkbox-custom{background:#0000000a;border-color:#0003}html[data-theme=light] .checkbox-title{color:#333}html[data-theme=light] .checkbox-description{color:#666}html[data-theme=light] .channel-modal .form-group-checkbox,html[data-theme=light] .category-modal .form-group-checkbox{background:#00000008;border-color:#00000014}html[data-theme=light] .channel-modal .form-group-checkbox .checkbox-label,html[data-theme=light] .category-modal .form-group-checkbox .checkbox-label{text-transform:none;letter-spacing:normal}html[data-theme=light] .channel-modal .form-group-checkbox .checkbox-custom,html[data-theme=light] .category-modal .form-group-checkbox .checkbox-custom{background:#0000000f;border-color:#0003}html[data-theme=light] .channel-modal .form-group-checkbox .checkbox-label:hover .checkbox-custom,html[data-theme=light] .category-modal .form-group-checkbox .checkbox-label:hover .checkbox-custom{background:#00000014;border-color:#0000004d}html[data-theme=light] .channel-modal .form-group-checkbox .checkbox-title,html[data-theme=light] .category-modal .form-group-checkbox .checkbox-title{text-transform:none;letter-spacing:normal;color:#1a1a1a}html[data-theme=light] .channel-modal .form-group-checkbox .checkbox-title svg,html[data-theme=light] .category-modal .form-group-checkbox .checkbox-title svg{color:#6b7280}html[data-theme=light] .channel-modal .form-group-checkbox .checkbox-description,html[data-theme=light] .category-modal .form-group-checkbox .checkbox-description{text-transform:none;letter-spacing:normal;color:#6b7280}html[data-theme=light] .access-target-info{background:#0000000a;border-color:#00000014}html[data-theme=light] .access-target-info span{color:#333}html[data-theme=light] .access-description{color:#666}html[data-theme=light] .member-search{background:#0000000a;border-color:#0000001a}html[data-theme=light] .member-search input{color:#333}html[data-theme=light] .member-search input::placeholder{color:#888}html[data-theme=light] .access-member-item{background:#00000008}html[data-theme=light] .access-member-item:hover{background:#0000000f}html[data-theme=light] .access-member-info .member-name{color:#333}html[data-theme=light] .access-toggle-btn{color:#666;background:#0000000a;border-color:#0000001a}html[data-theme=light] .access-toggle-btn:hover{background:#0066ff14}html[data-theme=light] .access-toggle-btn.has-access{background:#22c55e14;border-color:#22c55e33}html[data-theme=light] .no-members{color:#888}html[data-theme=light] .delete-warning{background:#ef444414;border-color:#ef444426}html[data-theme=light] .category-collapse-btn{color:#888}html[data-theme=light] .category-collapse-btn:hover,html[data-theme=light] .category-header .channel-category-name{color:#666}html[data-theme=light] .category-add-btn{color:#888}html[data-theme=light] .category-add-btn:hover{color:#333;background:#00000014}html[data-theme=light] .category-empty{color:#888}.trade-simulation-container{background:linear-gradient(#0a0a0f 0%,#0d0d14 100%);border:1px solid #ffffff14;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0006,inset 0 1px #ffffff08}.trade-simulation-container.expanded{z-index:1000;border-radius:20px;position:fixed;inset:20px}.trade-simulation-header{background:#ffffff05;border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.trade-simulation-header-left{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.trade-simulation-header-right{align-items:center;gap:12px;display:flex}.trade-chart-type-toggle{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:2px;padding:3px;display:flex}.trade-chart-type-btn{color:#94a3b8b3;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:36px;height:32px;transition:all .2s;display:flex}.trade-chart-type-btn:hover{color:#e2e8f0;background:#ffffff0f}.trade-chart-type-btn.active{color:#fff;background:linear-gradient(135deg,#06f,#0052cc);box-shadow:0 2px 8px #0066ff4d}.trade-chart-type-btn svg{width:18px;height:18px}.playback-controls{background:#0003;border-bottom:1px solid #ffffff0a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex}.playback-controls.disabled{opacity:.5;pointer-events:none}.playback-btn:disabled,.playback-speed-btn:disabled{opacity:.4;cursor:not-allowed}.playback-controls-left{align-items:center;gap:8px;display:flex}.playback-controls-center{align-items:center;gap:12px;display:flex}.playback-controls-right{align-items:center;gap:16px;display:flex}.playback-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.playback-btn svg{width:16px;height:16px}.playback-btn.play{color:#fff;background:linear-gradient(135deg,#2981eb,#1d6fd3);box-shadow:0 2px 8px #2981eb4d}.playback-btn.play:hover{background:linear-gradient(135deg,#3b8ef5,#2981eb);transform:translateY(-1px)}.playback-btn.pause{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b4d}.playback-btn.pause:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.playback-btn.reset{color:#94a3b8e6;background:#ffffff0f;border:1px solid #ffffff14}.playback-btn.reset:hover{color:#fff;background:#ffffff1a}.playback-speed-selector{align-items:center;gap:6px;display:flex}.playback-speed-label{color:#94a3b899;text-transform:uppercase;letter-spacing:.5px;margin-right:4px;font-size:11px;font-weight:500}.playback-speed-btn{color:#94a3b8b3;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:600;transition:all .2s}.playback-speed-btn:hover{color:#e2e8f0;background:#ffffff14}.playback-speed-btn.active{color:#fff;background:#2981eb33;border-color:#2981eb66}.playback-info{color:#94a3b8b3;align-items:center;gap:12px;font-size:12px;display:flex}.playback-time{font-variant-numeric:tabular-nums;background:#ffffff0a;border-radius:6px;padding:4px 10px;font-family:Inter,-apple-system,sans-serif}.playback-progress-text{font-variant-numeric:tabular-nums;font-family:Inter,-apple-system,sans-serif}.playback-progress{background:#00000026;padding:8px 20px 16px;position:relative}.playback-progress.hidden{display:none}.playback-progress-track{background:#ffffff14;border-radius:3px;height:6px;position:relative;overflow:visible}.playback-progress-fill{background:linear-gradient(90deg,#2981eb,#3b8ef5);border-radius:3px;height:100%;transition:width .1s linear;position:absolute;top:0;left:0}.playback-progress-marker{z-index:2;border-radius:50%;width:12px;height:12px;transition:left .1s linear;position:absolute;top:50%;transform:translate(-50%,-50%)}.playback-progress-marker.entry{background:#22c55e;border:2px solid #22c55e4d;box-shadow:0 0 8px #22c55e66}.playback-progress-marker.current{background:#fff;border:2px solid #2981eb;width:14px;height:14px;box-shadow:0 0 8px #2981eb80}.playback-progress-marker.exit{background:#f59e0b;border:2px solid #f59e0b4d;box-shadow:0 0 8px #f59e0b66}.playback-progress-labels{justify-content:space-between;height:14px;margin-top:6px;display:flex;position:relative}.playback-progress-labels span{text-transform:uppercase;letter-spacing:.5px;color:#94a3b880;font-size:9px;font-weight:500;position:absolute;transform:translate(-50%)}.trade-chart-mode-label{color:#94a3b899;background:#2981eb1a;border:1px solid #2981eb33;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:500}html[data-theme=light] .trade-simulation-container{background:linear-gradient(#fff 0%,#f8fafc 100%);border-color:#00000014;box-shadow:0 4px 24px #0000000f,inset 0 1px #fffc}html[data-theme=light] .trade-simulation-header{background:#00000005;border-bottom-color:#0000000f}html[data-theme=light] .playback-controls{background:#00000005;border-bottom-color:#0000000a}html[data-theme=light] .playback-btn.reset{color:#64748b;background:#0000000a;border-color:#00000014}html[data-theme=light] .playback-btn.reset:hover{color:#374151;background:#00000014}html[data-theme=light] .playback-speed-label{color:#94a3b8}html[data-theme=light] .playback-speed-btn{color:#64748b;background:#00000008;border-color:#0000000f}html[data-theme=light] .playback-speed-btn:hover{color:#374151;background:#0000000f}html[data-theme=light] .playback-speed-btn.active{color:#2981eb;background:#2981eb1a;border-color:#2981eb4d}html[data-theme=light] .playback-info{color:#64748b}html[data-theme=light] .playback-time{background:#0000000a}html[data-theme=light] .playback-progress{background:#00000005}html[data-theme=light] .playback-progress-track{background:#0000000f}html[data-theme=light] .playback-progress-labels span{color:#94a3b8}html[data-theme=light] .trade-chart-type-toggle{background:#00000008;border-color:#0000000f}html[data-theme=light] .trade-chart-type-btn{color:#64748b}html[data-theme=light] .trade-chart-type-btn:hover{color:#374151;background:#0000000d}html[data-theme=light] .trade-chart-mode-label{color:#2981eb;background:#2981eb14}.timeframe-warning{color:#f59e0b;background:#f59e0b1a;border-bottom:1px solid #f59e0b33;align-items:center;gap:10px;padding:10px 20px;font-size:12px;line-height:1.4;display:flex}.timeframe-warning svg{flex-shrink:0;width:18px;height:18px}.trade-chart-tf-btn.warning{color:#94a3b880;position:relative}.trade-chart-tf-btn.warning:not(.active):hover{color:#f59e0bcc}.tf-warning-dot{background:#f59e0b;border-radius:50%;width:6px;height:6px;position:absolute;top:2px;right:2px}.playback-progress:hover .playback-progress-track{height:8px}.playback-progress:hover .playback-progress-marker{transform:translate(-50%,-50%)scale(1.2)}.playback-progress:active .playback-progress-marker.current{transform:translate(-50%,-50%)scale(1.3);box-shadow:0 0 12px #2981eb99}.playback-speed-selector{flex-wrap:wrap;max-width:400px}.playback-speed-btn{text-align:center;min-width:42px}html[data-theme=light] .timeframe-warning{color:#d97706;background:#f59e0b14;border-bottom-color:#f59e0b26}html[data-theme=light] .trade-chart-tf-btn.warning{color:#64748b80}html[data-theme=light] .trade-chart-tf-btn.warning:not(.active):hover{color:#d97706}html[data-theme=light] .pnl-popup{background:#fffffffa;box-shadow:0 20px 60px #00000026,0 0 0 1px #00000014}html[data-theme=light] .pnl-popup-header{color:#475569cc}html[data-theme=light] .pnl-popup.profit{border:1px solid #22c55e66}html[data-theme=light] .pnl-popup.loss{border:1px solid #ef444466}@media (max-width:768px){.trade-simulation-header{padding:12px 16px}.trade-simulation-header-left{gap:12px}.playback-controls{flex-direction:column;align-items:stretch;gap:12px;padding:10px 16px}.playback-controls-left,.playback-controls-center,.playback-controls-right{justify-content:center}.playback-progress{padding:8px 16px 16px}.trade-chart-stats{display:none}.playback-speed-selector{justify-content:center}.timeframe-warning{padding:8px 16px;font-size:11px}}@keyframes skeleton-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.skel-box{background:linear-gradient(90deg,var(--bg-card-lighter)0%,#ffffff14 50%,var(--bg-card-lighter)100%);background-size:200% 100%;flex-shrink:0;animation:1.5s ease-in-out infinite skeleton-shimmer}html[data-theme=light] .skel-box{background:linear-gradient(90deg,#e2e8f0 0%,#f1f5f9 50%,#e2e8f0 100%) 0 0/200% 100%}.skel-circle{border-radius:50%!important}.skel-container{width:100%;padding:24px;animation:.2s ease-out skeleton-fade-in}.skel-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:20px}html[data-theme=light] .skel-card{background:#fff;border-color:#e5e7eb}.skel-mb-16{margin-bottom:16px}.skel-mb-20{margin-bottom:20px}.skel-mt-4{margin-top:4px}.skel-mt-8{margin-top:8px}.skel-mt-12{margin-top:12px}.skel-mt-16{margin-top:16px}.skel-mt-24{margin-top:24px}.skel-center{margin-left:auto;margin-right:auto}.skel-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.skel-header-actions{gap:12px;display:flex}.skel-filters{gap:12px;margin-bottom:24px;display:flex}.skel-card-header{justify-content:space-between;align-items:center;display:flex}.skel-card-footer{border-top:1px solid var(--border-color);justify-content:space-between;padding-top:16px;display:flex}.skel-list{flex-direction:column;gap:4px;display:flex}.skel-list-item{border-bottom:1px solid var(--border-color);align-items:center;gap:12px;padding:10px 0;display:flex}.skel-list-item:last-child{border-bottom:none}.skel-list-item-content{flex-direction:column;flex:1;gap:4px;display:flex}.skel-chart-area{background:linear-gradient(90deg,var(--bg-card-lighter)0%,#ffffff0f 50%,var(--bg-card-lighter)100%);background-size:200% 100%;border-radius:12px;height:200px;animation:1.5s ease-in-out infinite skeleton-shimmer}html[data-theme=light] .skel-chart-area{background:linear-gradient(90deg,#e2e8f0 0%,#f1f5f9 50%,#e2e8f0 100%) 0 0/200% 100%}.skel-dashboard .skel-stats-row{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.skel-stat-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;gap:10px;padding:20px;display:flex}.skel-dashboard .skel-main-grid{grid-template-columns:2fr 1fr;gap:20px;display:grid}.skel-left-col,.skel-right-col{flex-direction:column;gap:20px;display:flex}.skel-positions-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.skel-position-item{background:var(--bg-card-lighter);border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}.skel-calendar-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.skel-table{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;margin-bottom:24px;overflow:hidden}.skel-table-header{background:var(--bg-card-lighter);border-bottom:1px solid var(--border-color);align-items:center;gap:24px;padding:16px 20px;display:flex}.skel-table-row{border-bottom:1px solid var(--border-color);align-items:center;gap:24px;padding:16px 20px;display:flex}.skel-table-row:last-child{border-bottom:none}.skel-pagination{justify-content:center;gap:8px;display:flex}.skel-journal-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.skel-journal-card{flex-direction:column;display:flex}.skel-journal-body{flex-direction:column;gap:8px;margin:16px 0;display:flex}.skel-metrics-row{grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0;display:grid}.skel-metric-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}.skel-analysis-grid{grid-template-columns:2fr 1fr;gap:20px;display:grid}.skel-main-chart{grid-row:span 2}.skel-stats-list{flex-direction:column;gap:12px;display:flex}.skel-stat-row{justify-content:space-between;display:flex}.skel-community{gap:0;height:calc(100vh - 160px);min-height:500px;display:flex}.skel-sidebar{border-right:1px solid var(--border-color);background:var(--bg-card);width:260px;padding:20px}.skel-channel-item{align-items:center;gap:12px;padding:10px 0;display:flex}.skel-chat-main{flex-direction:column;flex:1;display:flex}.skel-chat-header{border-bottom:1px solid var(--border-color);padding:16px 20px}.skel-messages{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex;overflow:hidden}.skel-message{gap:12px;display:flex}.skel-message-content{flex-direction:column;flex:1;gap:6px;display:flex}.skel-message-meta{align-items:center;gap:8px;display:flex}.skel-chat-input{border-top:1px solid var(--border-color);padding:16px 20px}.skel-leaderboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;display:flex}.skel-title-section{align-items:center;gap:16px;display:flex}.skel-period-tabs{gap:8px;display:flex}.skel-leaderboard-list{flex-direction:column;gap:12px;display:flex}.skel-leaderboard-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:20px;padding:20px;display:flex}.skel-leaderboard-item.skel-top-three{background:linear-gradient(135deg,#2981eb0d 0%,var(--bg-card)100%)}.skel-user-info{flex:1;min-width:120px}.skel-stats{gap:32px;display:flex}.skel-pnl{text-align:right;min-width:100px}.skel-profile-header{align-items:center;gap:24px;margin-bottom:24px;padding:32px;display:flex}.skel-profile-info{flex:1}.skel-tabs{border-bottom:1px solid var(--border-color);gap:8px;margin-bottom:24px;padding-bottom:16px;display:flex}.skel-settings-row{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 0;display:flex}.skel-settings-row:last-child{border-bottom:none}.skel-market-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.skel-market-card{flex-direction:column;gap:12px;display:flex}.skel-mini-chart{background:linear-gradient(90deg,var(--bg-card-lighter)0%,#ffffff0f 50%,var(--bg-card-lighter)100%);background-size:200% 100%;border-radius:8px;height:60px;animation:1.5s ease-in-out infinite skeleton-shimmer}html[data-theme=light] .skel-mini-chart{background:linear-gradient(90deg,#e2e8f0 0%,#f1f5f9 50%,#e2e8f0 100%) 0 0/200% 100%}.skel-center-header{text-align:center;margin-bottom:40px}.skel-center-header>*{margin-left:auto;margin-right:auto}.skel-plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1000px;margin:0 auto;display:grid}.skel-plan-card{text-align:center;flex-direction:column;padding:32px 24px;display:flex}.skel-plan-card.skel-featured{border:2px solid var(--primary-blue);background:linear-gradient(135deg,#2981eb0d 0%,var(--bg-card)100%)}.skel-features{margin:24px 0}.skel-feature-row{align-items:center;gap:12px;padding:8px 0;display:flex}.skel-help-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;max-width:900px;margin:0 auto;display:grid}.skel-help-card{text-align:center;padding:28px}.skel-admin-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.skel-admin-stat{flex-direction:column;gap:12px;display:flex}.skel-admin-stat-header{align-items:center;gap:12px;display:flex}.skel-admin-content{grid-template-columns:2fr 1fr;gap:24px;display:grid}.skel-user-row{border-bottom:1px solid var(--border-color);align-items:center;gap:12px;padding:12px 0;display:flex}.skel-user-row:last-child{border-bottom:none}.skel-affiliate-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.skel-affiliate-stat{flex-direction:column;gap:8px;display:flex}.skel-affiliate-content{grid-template-columns:1fr 2fr;gap:24px;display:grid}.skel-referral-row{border-bottom:1px solid var(--border-color);align-items:center;gap:16px;padding:14px 0;display:flex}.skel-referral-row:last-child{border-bottom:none}@media (max-width:1024px){.skel-dashboard .skel-main-grid{grid-template-columns:1fr}.skel-dashboard .skel-stats-row{grid-template-columns:repeat(2,1fr)}.skel-analysis-grid{grid-template-columns:1fr}.skel-main-chart{grid-row:auto}.skel-admin-content,.skel-affiliate-content{grid-template-columns:1fr}.skel-leaderboard-header{flex-direction:column;align-items:flex-start}}@media (max-width:768px){.skel-container{padding:16px}.skel-dashboard .skel-stats-row{grid-template-columns:1fr 1fr}.skel-positions-grid{grid-template-columns:1fr}.skel-metrics-row{grid-template-columns:repeat(2,1fr)}.skel-community{flex-direction:column;height:auto}.skel-sidebar{border-right:none;border-bottom:1px solid var(--border-color);width:100%}.skel-profile-header{text-align:center;flex-direction:column}.skel-leaderboard-item{flex-wrap:wrap;gap:12px}.skel-stats{display:none}.skel-admin-stats,.skel-affiliate-stats{grid-template-columns:repeat(2,1fr)}.skel-journal-grid{grid-template-columns:1fr}}@media (max-width:480px){.skel-dashboard .skel-stats-row,.skel-metrics-row,.skel-plans-grid,.skel-admin-stats,.skel-affiliate-stats{grid-template-columns:1fr}.skel-table-header,.skel-table-row{gap:12px;padding:12px 16px}}.profile-info-tab{flex-direction:column;gap:24px;display:flex}.profile-data-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.profile-data-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;align-items:center;gap:14px;padding:16px 18px;transition:all .2s;display:flex}html[data-theme=light] .profile-data-card{background:#ffffffe6;border-color:#00000014;box-shadow:0 1px 3px #0000000d}.profile-data-card:hover{border-color:var(--primary-blue);transform:translateY(-2px)}.profile-data-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.profile-data-content{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-data-label{color:var(--text-muted);font-size:12px;font-weight:500}html[data-theme=light] .profile-data-label{color:#64748b}.profile-data-value{color:var(--text-white);font-size:16px;font-weight:600}html[data-theme=light] .profile-data-value{color:#1a1a2e}.profile-preferences-section{flex-direction:column;gap:24px;display:flex}.profile-preference-group{flex-direction:column;gap:12px;display:flex}.profile-preference-title{color:var(--text-white);align-items:center;gap:8px;margin:0;font-size:14px;font-weight:600;display:flex}html[data-theme=light] .profile-preference-title{color:#1a1a2e}.profile-preference-title svg{color:var(--primary-blue)}.profile-tags-container{flex-wrap:wrap;gap:10px;display:flex}.profile-tag{border-radius:20px;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.profile-tag.session-tag{color:#3b82f6;background:linear-gradient(135deg,#3b82f626,#3b82f614);border:1px solid #3b82f64d}html[data-theme=light] .profile-tag.session-tag{background:linear-gradient(135deg,#3b82f61f,#3b82f60f);border-color:#3b82f640}.profile-tag.pair-tag{color:#22c55e;background:linear-gradient(135deg,#22c55e26,#22c55e14);border:1px solid #22c55e4d}html[data-theme=light] .profile-tag.pair-tag{background:linear-gradient(135deg,#22c55e1f,#22c55e0f);border-color:#22c55e40}.profile-tag.empty-tag{color:var(--text-muted);border:1px dashed var(--border-color);background:#ffffff0d}html[data-theme=light] .profile-tag.empty-tag{background:#00000008;border-color:#0000001a}.profile-display-settings{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.profile-display-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;align-items:center;gap:16px;padding:20px;display:flex}html[data-theme=light] .profile-display-item{background:#ffffffe6;border-color:#00000014;box-shadow:0 1px 3px #0000000d}.profile-display-icon{width:48px;height:48px;color:var(--primary-blue);background:#0066ff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-display-content{flex-direction:column;gap:4px;display:flex}.profile-display-label{color:var(--text-muted);font-size:12px;font-weight:500}html[data-theme=light] .profile-display-label{color:#64748b}.profile-display-value{color:var(--text-white);font-size:18px;font-weight:700}html[data-theme=light] .profile-display-value{color:#1a1a2e}.profile-empty-state{text-align:center;border:1px dashed var(--border-color);background:#ffffff05;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}html[data-theme=light] .profile-empty-state{background:#00000005;border-color:#0000001a}.profile-empty-state p{color:var(--text-white);margin:16px 0 8px;font-size:16px;font-weight:600}html[data-theme=light] .profile-empty-state p{color:#1a1a2e}.profile-empty-state span{color:var(--text-muted);font-size:13px}html[data-theme=light] .profile-empty-state span{color:#64748b}.profile-onboarding-banner{background:linear-gradient(135deg,#0066ff1f,#6366f114);border:1px solid #0066ff40;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:8px;padding:20px 24px;display:flex}html[data-theme=light] .profile-onboarding-banner{background:linear-gradient(135deg,#0066ff14,#6366f10d);border-color:#06f3}.profile-onboarding-content{flex:1;align-items:center;gap:16px;display:flex}.profile-onboarding-icon{color:#fff;background:linear-gradient(135deg,#06f,#6366f1);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.profile-onboarding-text h3{color:var(--text-white);margin:0 0 4px;font-size:16px;font-weight:600}html[data-theme=light] .profile-onboarding-text h3{color:#1a1a2e}.profile-onboarding-text p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.4}html[data-theme=light] .profile-onboarding-text p{color:#64748b}.profile-onboarding-button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#06f,#0052cc);border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.profile-onboarding-button:hover{background:linear-gradient(135deg,#0052cc,#003d99);transform:translateY(-2px);box-shadow:0 4px 12px #0066ff4d}@media (max-width:768px){.profile-data-grid,.profile-display-settings{grid-template-columns:1fr}.profile-data-card{padding:14px 16px}.profile-display-item{padding:16px}.profile-onboarding-banner{text-align:center;flex-direction:column;align-items:stretch;padding:20px}.profile-onboarding-content{flex-direction:column;gap:12px}.profile-onboarding-button{justify-content:center}}.logo-img{object-fit:contain;width:100%;height:100%}.logo-img.logo-light{display:block}.logo-img.logo-dark,html[data-theme=light] .logo-img.logo-light,body.theme-light .logo-img.logo-light{display:none}html[data-theme=light] .logo-img.logo-dark,body.theme-light .logo-img.logo-dark{display:block}.sidebar-v3 .logo-icon{border:none;width:48px;height:48px;padding:0;background:0 0!important}.sidebar-v3 .logo-icon .logo-img{width:48px;height:48px}.mobile-logo{flex-shrink:0;width:40px;height:40px}.mobile-logo .logo-img{width:40px;height:40px}.admin-logo{align-items:center;gap:12px;margin-bottom:16px;padding:8px 12px;display:flex}.admin-logo-icon{flex-shrink:0;width:44px;height:44px}.admin-logo-icon .logo-img{width:44px;height:44px}.admin-sidebar.collapsed .admin-logo{justify-content:center;padding:8px}.admin-sidebar.collapsed .admin-logo-content{display:none}.affiliate-sidebar .affiliate-logo{align-items:center;gap:12px;margin-bottom:16px;padding:8px 12px;display:flex}.affiliate-logo-icon{flex-shrink:0;width:44px;height:44px}.affiliate-logo-icon .logo-img{width:44px;height:44px}.affiliate-sidebar.collapsed .affiliate-logo{justify-content:center;padding:8px}.affiliate-sidebar.collapsed .affiliate-logo-content{display:none}
