@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;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:"Poppins",sans-serif;--pnl-font:"Poppins",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}textarea{background-color:#0000}.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}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:100px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#ffffff26}::-webkit-scrollbar-thumb:active{background:#fff3}::-webkit-scrollbar-corner{background:0 0}*{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#00000014}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#00000026}html[data-theme=light] ::-webkit-scrollbar-thumb:active{background:#0003}html[data-theme=light] *{scrollbar-color:#00000014 transparent}html[data-theme=dark],html:not([data-theme]){--icon-primary:#fff;--icon-secondary:#888;--icon-muted:#555;--icon-accent:#06f;--icon-success:#10b981;--icon-danger:#ff3d00;--icon-warning:#f59e0b;--icon-info:#3b82f6;--icon-hover:#fff;--icon-active:#06f;--icon-disabled:#333}html[data-theme=light]{--icon-primary:#1f2937;--icon-secondary:#6b7280;--icon-muted:#9ca3af;--icon-accent:#06f;--icon-success:#059669;--icon-danger:#dc2626;--icon-warning:#d97706;--icon-info:#2563eb;--icon-hover:#111827;--icon-active:#06f;--icon-disabled:#d1d5db}.icon{flex-shrink:0;transition:color .15s,transform .15s}.icon-primary{color:var(--icon-primary)}.icon-secondary{color:var(--icon-secondary)}.icon-muted{color:var(--icon-muted)}.icon-accent{color:var(--icon-accent)}.icon-success{color:var(--icon-success)}.icon-danger{color:var(--icon-danger)}.icon-warning{color:var(--icon-warning)}.icon-info{color:var(--icon-info)}.icon-xs{width:12px;height:12px}.icon-sm{width:16px;height:16px}.icon-md{width:20px;height:20px}.icon-lg{width:24px;height:24px}.icon-xl{width:32px;height:32px}.icon-interactive{cursor:pointer}.icon-interactive:hover{color:var(--icon-hover);transform:scale(1.05)}.icon-interactive:active{transform:scale(.95)}.icon-spin{animation:1s linear infinite icon-spin}@keyframes icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-pulse{animation:2s ease-in-out infinite icon-pulse}@keyframes icon-pulse{0%,to{opacity:1}50%{opacity:.5}}*{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{opacity:1}50%{opacity:.6}}.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}@media (min-width:769px){.main-content.has-marquee{padding-top:0;padding-bottom:0}}.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;isolation:isolate;background:linear-gradient(145deg,#1a1a1ce6,#0f0f10f2);border-radius:14px;flex-direction:column;gap:8px;width:100%;padding:14px 16px;transition:all .18s;display:flex;position:relative;overflow:hidden}.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;overflow:hidden}.journal-trade-top .symbol{color:var(--text-white);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.journal-trade-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex;overflow:hidden}.journal-trade-meta .price{font-variant-numeric:tabular-nums;white-space:nowrap;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);white-space:nowrap}.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-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}.account-selector-wrapper{align-items:center;gap:6px;display:flex;position:relative}.account-selector-trigger{background:var(--account-trigger-bg,#ffffff08);border:1px solid var(--account-trigger-border,#ffffff14);cursor:default;color:var(--text-white);border-radius:12px;align-items:center;gap:10px;padding:8px 14px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.account-selector-trigger.interactive{cursor:pointer}.account-selector-trigger.interactive:hover{background:var(--account-trigger-hover-bg,#ffffff0f);border-color:var(--account-trigger-hover-border,#ffffff26)}.account-selector-trigger.open{background:var(--account-trigger-active-bg,#10b9810f);border-color:#10b98140}.account-selector-trigger .status-indicator{border-radius:50%;flex-shrink:0;width:8px;height:8px}.account-selector-trigger .status-indicator.connected{background:#10b981;box-shadow:0 0 8px #10b98180}.account-selector-trigger .status-indicator.syncing{background:#3b82f6;animation:1.5s infinite pulse;box-shadow:0 0 8px #3b82f680}.account-selector-trigger .status-indicator.rate-limited{background:#f59e0b;box-shadow:0 0 8px #f59e0b80}.account-selector-trigger .status-indicator.connecting{background:0 0;position:relative}.account-selector-trigger .status-indicator.connecting .connecting-pulse{background:var(--primary-blue);border-radius:50%;animation:1s ease-in-out infinite connecting-pulse;position:absolute;inset:0}@keyframes connecting-pulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.account-selector-trigger .status-indicator.disconnected{background:var(--text-muted);opacity:.5}.account-selector-trigger .connecting-badge{color:var(--primary-blue);margin-left:6px;font-size:11px;animation:1.5s ease-in-out infinite fade-pulse}@keyframes fade-pulse{0%,to{opacity:.6}50%{opacity:1}}.account-selector-trigger .account-name{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.account-selector-trigger .chevron-icon{width:16px;height:16px;color:var(--text-muted);flex-shrink:0;transition:transform .2s}.account-selector-trigger .chevron-icon.open{transform:rotate(180deg)}.account-selector-trigger .sync-badge{background:0 0;margin-left:auto;padding:0}.account-selector-trigger .account-login-id{color:var(--text-muted);font-weight:400}.account-visibility-toggle{cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.account-visibility-toggle:hover{color:var(--text-white);background:#ffffff0d;border-color:#ffffff1a}html[data-theme=light] .account-visibility-toggle:hover{color:#1f2937;background:#0000000d;border-color:#0000001a}.account-dropdown{background:var(--dropdown-bg,#1a1a1f);border:1px solid var(--dropdown-border,#ffffff1a);z-index:100;border-radius:14px;min-width:280px;animation:.15s dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 10px 40px #0006}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.account-dropdown .dropdown-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:14px 16px 10px;font-size:11px;font-weight:600}.account-dropdown .dropdown-item{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:all .15s;display:flex}.account-dropdown .dropdown-item:hover{background:var(--dropdown-item-hover,#ffffff0a)}.account-dropdown .dropdown-item.active{background:var(--dropdown-item-active,#0066ff14)}.account-dropdown .dropdown-item .item-icon{width:32px;height:32px;color:var(--text-muted);background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.account-dropdown .dropdown-item .item-icon.all{color:#06f;background:#0066ff1f}.account-dropdown .dropdown-item .item-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.account-dropdown .dropdown-item .item-name{color:var(--text-white);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.account-dropdown .dropdown-item .item-meta{color:var(--text-muted);font-size:12px}.account-dropdown .dropdown-item .check-icon{color:#06f;flex-shrink:0}.account-dropdown .dropdown-divider{background:var(--dropdown-divider,#ffffff0f);height:1px;margin:6px 16px}.account-dropdown .dropdown-item.add-account{border-top:none}.account-dropdown .dropdown-item.add-account:hover{background:#10b9811a}.account-dropdown .dropdown-item.add-account .item-icon.add{color:#10b981;background:#10b98126}.account-dropdown .dropdown-item.add-account .item-name{color:#10b981;font-weight:500}.account-dropdown .dropdown-item.add-account .item-meta{color:#10b981b3}html[data-theme=light] .account-dropdown .dropdown-item.add-account:hover{background:#10b98114}html[data-theme=light] .account-dropdown .dropdown-item.add-account .item-icon.add{background:#10b9811f}html[data-theme=light] .account-dropdown .dropdown-item.add-account .item-meta{color:#10b981cc}.dropdown-upgrade-prompt{color:var(--text-muted);background:#0066ff0d;align-items:center;gap:8px;padding:12px 16px;font-size:12px;display:flex}.dropdown-upgrade-prompt svg{color:#06f;flex-shrink:0}html[data-theme=light] .dropdown-upgrade-prompt{color:#6b7280;background:#0066ff14}html[data-theme=light] .account-selector-trigger{color:#1f2937;background:#fff;border-color:#0000001a}html[data-theme=light] .account-selector-trigger.interactive:hover{background:#f9fafb;border-color:#00000026}html[data-theme=light] .account-selector-trigger.open{background:#10b9810d;border-color:#10b98133}html[data-theme=light] .account-selector-trigger .chevron-icon{color:#6b7280}html[data-theme=light] .account-selector-trigger .status-indicator.connected{box-shadow:0 0 6px #10b98166}html[data-theme=light] .account-selector-trigger .status-indicator.syncing{box-shadow:0 0 6px #3b82f666}html[data-theme=light] .account-dropdown{background:#fff;border-color:#0000001a;box-shadow:0 4px 6px -1px #0000001a,0 10px 30px -5px #00000026}html[data-theme=light] .account-dropdown .dropdown-header{color:#6b7280}html[data-theme=light] .account-dropdown .dropdown-item:hover{background:#f3f4f6}html[data-theme=light] .account-dropdown .dropdown-item.active{background:#0066ff14}html[data-theme=light] .account-dropdown .dropdown-item .item-icon{color:#6b7280;background:#f3f4f6}html[data-theme=light] .account-dropdown .dropdown-item .item-icon.all{color:#06f;background:#0066ff1a}html[data-theme=light] .account-dropdown .dropdown-item .item-name{color:#1f2937}html[data-theme=light] .account-dropdown .dropdown-item .item-meta{color:#6b7280}html[data-theme=light] .account-dropdown .dropdown-divider{background:#00000014}.trades-header-right{gap:10px;display:flex}.free-plan-notice{color:#cfe0ff;background:#0066ff14;border:1px solid #0066ff2e;border-radius:12px;margin-top:10px;padding:10px 12px;font-size:13px;line-height:1.4}html[data-theme=light] .free-plan-notice{color:#1f2937;background:#0066ff0f;border-color:#0066ff26}.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-v2.danger-outline{color:#ef4444;background:0 0;border:1px solid #ef444466}.btn-v2.danger-outline:hover{background:#ef44441a;border-color:#ef4444}.unsaved-dialog-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}.unsaved-dialog{background:var(--bg-card,#0f0f0f);border:1px solid var(--border-color,#1f1f1f);text-align:center;border-radius:16px;width:90%;max-width:420px;padding:28px;animation:.2s ease-out scaleIn;box-shadow:0 20px 60px #0006}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.unsaved-dialog-icon{color:#f59e0b;background:#f59e0b1a;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.unsaved-dialog-title{color:var(--text-white,#fff);margin:0 0 8px;font-size:18px;font-weight:600}.unsaved-dialog-message{color:var(--text-gray,#888);margin:0 0 24px;font-size:14px;line-height:1.5}.unsaved-dialog-actions{justify-content:center;gap:12px;display:flex}.unsaved-dialog-actions .btn-v2{min-width:90px}html[data-theme=light] .unsaved-dialog-overlay{background:#0006}html[data-theme=light] .unsaved-dialog{background:#fff;border-color:#e5e7eb;box-shadow:0 20px 60px #00000026}html[data-theme=light] .unsaved-dialog-title{color:#0a0a0e}html[data-theme=light] .unsaved-dialog-message{color:#6b7280}.jtc-badge.legacy{color:#f59e0b;background:#fbbf2426}.journal-tab.active .tab-count.legacy{color:#f59e0b;background:#fbbf241f}.jdh-outcome.legacy{color:#f59e0b;background:linear-gradient(135deg,#fbbf2433,#fbbf241a);border:1px solid #fbbf244d}.legacy-ticket{color:var(--text-muted);font-family:monospace;font-size:11px}.legacy-panel{flex-direction:column;gap:20px;padding-bottom:24px;display:flex}.legacy-journal-content{flex-direction:column;gap:16px;padding:0 24px;display:flex}.legacy-field{flex-direction:column;gap:6px;display:flex}.legacy-field-text{color:var(--text-gray);white-space:pre-wrap;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.6}.legacy-tags{flex-wrap:wrap;gap:6px;display:flex}.legacy-tag{color:#f59e0b;background:#fbbf241a;border:1px solid #fbbf2433;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:500}.legacy-relink-section{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;margin:0 24px;padding:20px}.legacy-relink-title{color:var(--text-white);align-items:center;gap:8px;margin:0 0 6px;font-size:14px;font-weight:600;display:flex}.legacy-relink-desc{color:var(--text-muted);margin:0 0 14px;font-size:12px}.legacy-relink-search{color:var(--text-muted);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:10px;margin-bottom:12px;padding:10px 14px;display:flex}.legacy-relink-input{color:var(--text-white);background:0 0;border:none;outline:none;flex:1;font-size:13px}.legacy-relink-input::placeholder{color:var(--text-muted)}.legacy-relink-list{flex-direction:column;gap:6px;max-height:300px;display:flex;overflow-y:auto}.legacy-relink-empty{text-align:center;color:var(--text-muted);padding:20px;font-size:12px}.legacy-relink-item{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:4px 12px;padding:10px 12px;transition:border-color .15s;display:grid}.legacy-relink-item:hover{border-color:#ffffff1f}.legacy-relink-item.suggested{background:#fbbf240d;border-color:#fbbf244d}.legacy-relink-item-info{align-items:center;gap:8px;font-size:13px;display:flex}.legacy-relink-symbol{color:var(--text-white);font-weight:600}.legacy-relink-item-meta{color:var(--text-muted);align-items:center;gap:8px;font-size:11px;display:flex}.legacy-match-badge{text-transform:uppercase;color:#f59e0b;background:#fbbf2426;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.legacy-link-btn{grid-area:1/2/-1;align-self:center;gap:4px;padding:6px 12px!important;font-size:12px!important}html[data-theme=light] .jtc-badge.legacy,body.theme-light .jtc-badge.legacy{color:#d97706!important;background:#fbbf241f!important}html[data-theme=light] .journal-tab.active .tab-count.legacy,body.theme-light .journal-tab.active .tab-count.legacy{color:#d97706!important;background:#fbbf241a!important}html[data-theme=light] .jdh-outcome.legacy{color:#d97706;background:linear-gradient(135deg,#fbbf2426,#fbbf2414);border-color:#fbbf2440}html[data-theme=light] .legacy-field-text{color:#374151;background:#00000005;border-color:#e5e7eb}html[data-theme=light] .legacy-tag{color:#d97706;background:#fbbf2414;border-color:#fbbf2433}html[data-theme=light] .legacy-relink-section{background:#00000003;border-color:#e5e7eb}html[data-theme=light] .legacy-relink-search{background:#00000005;border-color:#e5e7eb}html[data-theme=light] .legacy-relink-input{color:#0a0a0e}html[data-theme=light] .legacy-relink-item{background:#00000003;border-color:#e5e7eb}html[data-theme=light] .legacy-relink-item:hover{border-color:#d1d5db}html[data-theme=light] .legacy-relink-item.suggested{background:#fbbf240a;border-color:#d977064d}html[data-theme=light] .legacy-match-badge{color:#d97706;background:#fbbf241f}.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}.disconnect-account-info{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;margin-bottom:16px;padding:16px}.disconnect-account-info .account-badge{align-items:center;gap:12px;display:flex}.disconnect-account-info .badge-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.disconnect-account-info .badge-details{flex-direction:column;gap:2px;display:flex}.disconnect-account-info .badge-name{color:var(--text-white);font-size:15px;font-weight:600}.disconnect-account-info .badge-login{color:var(--text-muted);font-size:13px;font-family:var(--font-mono)}.disconnect-account-info .disconnect-note{color:var(--text-muted);border-top:1px solid #ffffff0f;margin-top:12px;margin-bottom:0;padding-top:12px;font-size:12px}.sync-options-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}.sync-options-modal{background:linear-gradient(145deg,#1a1a1c 0%,#0f0f10 100%);border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:420px;animation:.25s ease-out modalScaleIn;overflow:hidden;box-shadow:0 24px 80px #0009}.sync-modal-header{text-align:center;padding:24px 24px 16px}.sync-icon-wrapper{color:#06f;background:#0066ff26;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;display:flex}.sync-modal-header h3{color:var(--text-white);margin:0 0 4px;font-size:18px;font-weight:600}.sync-modal-header p{color:var(--text-gray);margin:0;font-size:13px}.sync-modal-body{padding:0 24px 24px}.sync-description{color:var(--text-gray);margin:0 0 16px;font-size:13px;line-height:1.5}.sync-options-list{flex-direction:column;gap:10px;display:flex}.sync-option-btn{cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:all .15s;display:flex}.sync-option-btn:hover:not(:disabled){background:#0066ff0d;border-color:#0066ff4d}.sync-option-btn:disabled{opacity:.5;cursor:not-allowed}.sync-opt-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sync-opt-icon.positions{color:#10b981;background:#10b98126}.sync-opt-icon.recent,.sync-opt-icon.full{color:#06f;background:#0066ff26}.sync-opt-content{flex-direction:column;gap:2px;display:flex}.sync-opt-title{color:var(--text-white);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.sync-opt-desc{color:var(--text-gray);font-size:12px}.sync-option-btn.full-history{background:#0066ff0d;border:1px solid #06f3}.sync-option-btn.full-history:hover:not(:disabled){background:#0066ff1a;border-color:#06f6}.sync-opt-icon.reset{color:#ef4444;background:#ef444426}.sync-divider{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:12px;margin:16px 0 8px;font-size:11px;font-weight:600;display:flex}.sync-divider:before,.sync-divider:after{content:"";background:var(--border-color);flex:1;height:1px}.sync-option-btn.reset-trades{background:#ef44440d;border:1px solid #ef444433}.sync-option-btn.reset-trades:hover:not(:disabled){background:#ef44441a;border-color:#ef444466}.reset-warning{background:#ef44441a;border:1px solid #ef444433;border-radius:8px;padding:16px}.reset-warning p{color:var(--text-white);margin:0 0 12px;font-size:14px}.reset-warning p:last-child{margin-bottom:0}.reset-warning ul{margin:0 0 12px;padding-left:20px}.reset-warning li{color:var(--text-gray);margin-bottom:4px;font-size:13px}.btn-v2.danger{color:#fff;background:#ef4444;border:none;align-items:center;gap:8px;display:flex}.btn-v2.danger:hover:not(:disabled){background:#dc2626}.btn-v2.danger:disabled{opacity:.5;cursor:not-allowed}.pro-badge-small{color:#3b8eff;text-transform:uppercase;letter-spacing:.5px;background:#06f3;border:1px solid #06f6;border-radius:4px;align-items:center;padding:2px 6px;font-size:9px;font-weight:700;display:inline-flex}.sync-modal-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.syncing-indicator{color:var(--text-gray);align-items:center;gap:8px;font-size:13px;display:flex}html[data-theme=light] .sync-options-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006}html[data-theme=light] .sync-options-modal{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .sync-option-btn{border-color:var(--border-color);background:#00000008}html[data-theme=light] .sync-option-btn:hover:not(:disabled){background:#0066ff0d}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin}.legacy-account-banner{background:#eab30814;border:1px solid #eab30840;border-radius:12px;align-items:flex-start;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex}.legacy-account-banner .banner-icon{color:#eab308;background:#eab30826;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.legacy-account-banner .banner-content{flex:1;min-width:0}.legacy-account-banner .banner-content h4{color:#fbbf24;margin:0 0 4px;font-size:14px;font-weight:600}.legacy-account-banner .banner-content p{color:var(--text-muted);margin:0 0 10px;font-size:13px;line-height:1.4}.legacy-account-banner .banner-accounts{flex-wrap:wrap;gap:8px;display:flex}.legacy-account-banner .legacy-account-tag{color:#fbbf24;font-size:12px;font-weight:500;font-family:var(--font-mono);background:#eab3081f;border:1px solid #eab30833;border-radius:6px;align-items:center;padding:4px 10px;display:inline-flex}.legacy-account-banner .btn-v2{flex-shrink:0;align-self:center}@media (max-width:640px){.legacy-account-banner{flex-direction:column;align-items:stretch}.legacy-account-banner .btn-v2{align-self:flex-start;margin-top:8px}}.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}.server-field,.server-input-wrapper{position:relative}.server-loading{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.connect-spinner.small{border-width:2px;width:14px;height:14px}.server-suggestions{z-index:100;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:10px;max-height:280px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 32px #0006}.server-group{padding:4px 0}.server-group:not(:last-child){border-bottom:1px solid #ffffff0f}.server-group-header{color:#fff6;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;padding:8px 12px 4px;font-size:10px;font-weight:600;display:flex}.server-group-header svg{opacity:.6}.server-option{text-align:left;color:#ffffffd9;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 12px 10px 30px;font-size:13px;transition:background .15s;display:block}.server-option:hover,.server-option.highlighted{color:#fff;background:#0066ff26}.server-more{color:#ffffff59;padding:6px 12px 8px 30px;font-size:11px;font-style:italic}.server-hint{color:#ffffff80;background:#ffffff0d;border-left:3px solid #06f;border-radius:8px;margin-top:8px;padding:8px 12px;font-size:12px}.server-loading-dropdown{padding:16px}.server-loading-content{color:#fff9;justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.server-loading-content .connect-spinner.small{border-width:2px;border-color:#06f #06f3 #06f3;width:16px;height:16px}.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] .server-suggestions{background:#fff;border-color:#0000001a;box-shadow:0 8px 32px #0000001f}html[data-theme=light] .server-group:not(:last-child){border-bottom-color:#0000000f}html[data-theme=light] .server-group-header{color:#00000073}html[data-theme=light] .server-option{color:#000c}html[data-theme=light] .server-option:hover,html[data-theme=light] .server-option.highlighted{color:#06f;background:#0066ff14}html[data-theme=light] .server-more{color:#00000059}html[data-theme=light] .server-loading-content{color:#00000080}html[data-theme=light] .server-hint{color:#00000080;background:#0066ff0d}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}.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}.market-closed-badge{text-transform:uppercase;letter-spacing:.03em;color:#f87171;background:#ef44441f;border-radius:4px;flex-shrink:0;align-items:center;margin-left:4px;padding:2px 5px;font-size:9px;font-weight:600;display:inline-flex}.pending-order-badge{text-transform:uppercase;letter-spacing:.03em;color:#f59e0b;background:#f59e0b1f;border-radius:4px;flex-shrink:0;align-items:center;margin-left:4px;padding:2px 6px;font-size:9px;font-weight:600;display:inline-flex}html[data-theme=light] .pending-order-badge{color:#d97706;background:#d977061a}.pending-order-row td{opacity:.7}.pending-order-row:hover td{opacity:1}.pending-hidden-note{color:var(--text-muted);font-weight:400}.pending-toggle-btn{color:var(--text-gray);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:12px;font-weight:550;transition:all .15s;display:inline-flex}.pending-toggle-btn:hover{background:var(--bg-card-lighter);color:var(--text-white)}.pending-toggle-btn.active{color:#f59e0b;background:#f59e0b14;border-color:#f59e0b40}html[data-theme=light] .pending-toggle-btn.active{color:#d97706;background:#d977060f;border-color:#d9770633}.mtc-list{flex-direction:column;gap:6px;padding:0 2px;display:flex}.mtc-card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:12px;transition:border-color .15s}.mtc-card:active{border-color:var(--text-muted)}.mtc-card.mtc-expanded{border-color:#2981eb4d}.mtc-row{align-items:center;gap:8px;min-height:48px;padding:12px 14px;display:flex}.mtc-symbol{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.mtc-symbol-name{color:var(--text-white);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.mtc-pnl{font-size:13px;font-weight:600;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.mtc-pnl.positive{color:var(--success)}.mtc-pnl.negative{color:var(--danger)}.mtc-pnl.streaming{text-shadow:0 0 8px #2981eb4d}.mtc-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.mtc-chevron-open{transform:rotate(180deg)}.mtc-details{border-top:1px solid var(--border-color);flex-direction:column;gap:8px;margin-top:0;padding:10px 14px 12px;display:flex}.mtc-detail-row{justify-content:space-between;align-items:center;display:flex}.mtc-label{color:var(--text-muted);font-size:12px;font-weight:500}.mtc-value{color:var(--text-gray);font-variant-numeric:tabular-nums;font-size:12px}.mtc-value.positive{color:var(--success)}.mtc-value.negative{color:var(--danger)}.mtc-actions{border-top:1px solid var(--border-color);align-items:center;gap:8px;margin-top:2px;padding-top:6px;display:flex}.mtc-empty{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;font-size:13px;display:flex}html[data-theme=light] .mtc-card{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .mtc-card.mtc-expanded{border-color:#0066ff4d}.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}.trade-dates{flex-direction:column;gap:2px;display:flex}.trade-date-row{align-items:center;gap:6px;font-size:11px;line-height:1.4;display:flex}.trade-date-row .date-label{color:var(--text-muted);min-width:36px;font-weight:500}.trade-date-row .date-value{color:var(--text-gray);font-variant-numeric:tabular-nums}.pnl-value{font-weight:600;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums;white-space:nowrap}.pnl-value.negative{color:#ef4444}.pnl-cell{flex-direction:column;align-items:flex-start;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-wrapper{margin-bottom:16px;position:relative}.journal-tabs-wrapper:before,.journal-tabs-wrapper:after{content:"";z-index:2;pointer-events:none;opacity:0;width:32px;transition:opacity .25s;position:absolute;top:0;bottom:0}.journal-tabs-wrapper:before{background:linear-gradient(to right,var(--bg-card)0%,#0f0f0f99 40%,transparent 100%);border-radius:12px 0 0 12px;left:0}.journal-tabs-wrapper:after{background:linear-gradient(to left,var(--bg-card)0%,#0f0f0f99 40%,transparent 100%);border-radius:0 12px 12px 0;right:0}.journal-tabs-wrapper.fade-left:before,.journal-tabs-wrapper.fade-right:after{opacity:1}html[data-theme=light] .journal-tabs-wrapper:before{background:linear-gradient(to right,var(--bg-card-lighter)0%,#f1f3f799 40%,transparent 100%)}html[data-theme=light] .journal-tabs-wrapper:after{background:linear-gradient(to left,var(--bg-card-lighter)0%,#f1f3f799 40%,transparent 100%)}.journal-tabs{border:1px solid var(--border-color);scroll-behavior:smooth;scrollbar-width:none;background:#ffffff0a;border-radius:10px;gap:2px;padding:3px;display:flex;overflow-x:auto}.journal-tabs::-webkit-scrollbar{display:none}.journal-tab{white-space:nowrap;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:none;justify-content:center;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s,color .15s,box-shadow .15s;display:flex}.journal-tab:hover{color:var(--text-gray);background:#ffffff0f}.journal-tab.active{color:var(--text-white);background:#ffffff14}.tab-count{color:inherit;text-align:center;background:#ffffff0f;border-radius:4px;min-width:18px;padding:1px 6px;font-size:11px;font-weight:600;line-height:1.4}.journal-tab.active .tab-count{color:#06f;background:#0066ff26}.journal-tab.active .tab-count.journaled{color:#2981eb;background:#2981eb26}.journal-tab.active .tab-count.pending{color:#f59e0b;background:#f59e0b1f}.journal-header-right{align-items:center;gap:8px;display:flex}.journal-live-toggle{cursor:pointer;color:var(--text-muted);background:0 0;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;transition:all .15s;display:flex}.journal-live-toggle:hover{color:var(--text-gray);border-color:#fff3}.journal-live-toggle:has(input:checked){color:#22c55e;background:#22c55e1a;border-color:#22c55e4d}.journal-live-toggle input[type=checkbox]{accent-color:#22c55e;cursor:pointer;width:10px;height:10px;margin:0}.journal-live-toggle span{-webkit-user-select:none;user-select:none;font-weight:500}.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}button.journal-trade-card,.journal-trade-card{cursor:pointer;text-align:left;isolation:isolate;width:100%;min-height:fit-content;font-family:inherit;font-size:inherit;appearance:none;background:#19191cfa;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:6px;padding:14px 16px;line-height:normal;transition:all .2s;display:flex;position:relative}.journal-trade-card>*{flex-shrink:0}.journal-trade-card .jtc-middle,.journal-trade-card .jtc-date{visibility:visible;opacity:1;display:flex}.journal-trade-card .jtc-date{display:block}.journal-trade-card:hover{background:#1e1e23fa;border-color:#06f6;transform:translate(4px)}.journal-trade-card.selected{border-color:var(--primary-blue);background:linear-gradient(145deg,#0066ff26,#141419fa);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{z-index:1;align-items:center;gap:10px;margin-bottom:4px;display:flex;position:relative}.jtc-type{font-size:12px;font-weight:600}.jtc-type.long{color:#2981eb}.jtc-type.short{color:#ef4444}.jtc-entry{color:var(--text-gray);font-variant-numeric:tabular-nums;font-size:12px}.jtc-pnl{font-size:13px;font-weight:700;font-family:var(--pnl-font,"Poppins"),"Inter",sans-serif;font-variant-numeric:tabular-nums;white-space:nowrap}.jtc-pnl.positive{color:var(--success)}.jtc-pnl.negative{color:#ef4444}.jtc-date{color:var(--text-gray);z-index:1;font-size:11px;position:relative}.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;overflow:visible}.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;overflow:visible}.fit-view-callout{background:var(--primary-blue);color:#fff;white-space:nowrap;z-index:1000;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:500;animation:.5s ease-out calloutBounce,2s ease-in-out .5s infinite calloutPulse;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 4px 16px #2981eb80,0 0 0 1px #2981eb4d}@keyframes calloutPulse{0%,to{box-shadow:0 4px 16px #2981eb80,0 0 0 1px #2981eb4d}50%{box-shadow:0 4px 20px #2981ebb3,0 0 0 2px #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%;min-height:200px;transition:opacity .3s}.trade-chart-surface.hidden{opacity:0;pointer-events:none}.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}.trade-chart-manual-placeholder{background:linear-gradient(135deg,#94a3b808 0%,#94a3b803 100%);border:1px dashed #94a3b826;border-radius:8px;justify-content:center;align-items:center;margin:0 16px;display:flex}.trade-chart-manual-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;max-width:320px;padding:40px 24px;display:flex}.trade-chart-manual-icon{color:#94a3b866;width:48px;height:48px}.trade-chart-manual-title{color:#94a3b8cc;margin:0;font-size:15px;font-weight:600}.trade-chart-manual-desc{color:#94a3b880;margin:0;font-size:13px;line-height:1.5}.trade-chart-manual-badge{color:#94a3b899;background:#94a3b814;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:500;display:flex}.trade-chart-manual-badge svg{width:12px;height:12px}.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;backface-visibility:hidden;background:#121214;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;display:flex;position:sticky;top:-28px;transform:translateZ(0)}.journal-detail-header.compact{border-bottom:1px solid #ffffff0f;align-items:center;margin-bottom:12px;padding-top:12px;padding-bottom:12px}.journal-detail-header.compact .jdh-left{flex-direction:row;align-items:center;gap:12px}.journal-detail-header.compact .jdh-title-row{gap:8px}.journal-detail-header.compact .jdh-symbol{font-size:18px}.journal-detail-header.compact .jdh-outcome,.journal-detail-header.compact .ta-score-badge{padding:3px 8px;font-size:10px}.journal-detail-header.compact .jdh-meta{gap:6px;font-size:12px}.journal-detail-header.compact .jdh-type{padding:3px 8px;font-size:10px}.journal-detail-header.compact .jdh-actions{gap:6px}.journal-detail-header.compact .jdh-icon-btn{width:32px;height:32px}.journal-detail-header.compact .jdh-actions .btn-v2{padding:6px 12px;font-size:12px}.journal-detail-header.compact .jdh-hide-compact{display:none}.journal-detail-header.compact .jdh-right{transform-origin:100%;transform:scale(.9)}.journal-detail-header.compact .ta-pnl-display{gap:3px;padding:8px 14px}.journal-detail-header.compact .ta-pnl-label{font-size:10px}.journal-detail-header.compact .ta-pnl-value{font-size:20px}.jdh-left{flex-direction:column;gap:8px;transition:gap .2s,flex-direction .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:padding .2s,font-size .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{flex-direction:column;display:flex;overflow:hidden}.equity-card .ec-header{flex-shrink:0;margin-bottom:0}.equity-card .equity-chart{flex:1;min-height:0;position:relative;overflow:hidden}.ec-grid-line{stroke:#ffffff0d;stroke-width:1px}.ec-zero-line{stroke:#ffffff1f;stroke-width:1px;stroke-dasharray:4 3}.ec-axis-label{fill:#555;font-family:inherit;font-size:9px}.ec-crosshair{stroke:#ffffff26;stroke-width:1px;stroke-dasharray:3 2}.ec-tooltip-bg{fill:#141418eb;stroke:#ffffff14;stroke-width:1px}.ec-tooltip-date{fill:#888;font-family:inherit;font-size:10px}.ec-tooltip-value{font-family:inherit;font-size:12px;font-weight:600}.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}.ec-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.ec-tabs{background:#ffffff0a;border-radius:8px;flex-shrink:0;gap:4px;padding:3px;display:flex}.ec-tab{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:500;transition:all .2s}.ec-tab:hover{color:#999}.ec-tab.active{color:#fff;background:#06f}.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}.sp-section{padding:22px 24px 24px}.sp-header{margin-bottom:18px}.sp-timeline{margin-bottom:22px}.sp-timeline-bar{background:#ffffff08;border:1px solid #ffffff0a;border-radius:8px;height:32px;position:relative;overflow:hidden}.sp-timeline-segment{justify-content:center;align-items:center;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0}.sp-timeline-segment:hover{opacity:.85}.sp-timeline-segment.sp-asian,.sp-timeline-segment.sp-asian-wrap{background:#f59e0b1f;border-right:1px solid #f59e0b33}.sp-timeline-segment.sp-london{background:#0066ff1f;border-right:1px solid #06f3}.sp-timeline-segment.sp-newyork{background:#10b9811f;border-right:1px solid #10b98133}.sp-timeline-label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-gray);white-space:nowrap;text-overflow:ellipsis;padding:0 6px;font-size:10px;font-weight:600;overflow:hidden}.sp-timeline-hours{justify-content:space-between;padding:5px 2px 0;display:flex}.sp-timeline-hours span{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:9px;font-weight:500}.sp-cards{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.sp-card{background:#19191e80;border:1px solid #ffffff0a;border-radius:12px;padding:16px;transition:border-color .2s,background .2s}.sp-card:hover{background:#1e1e2399;border-color:#ffffff14}.sp-card.sp-asian:hover{border-color:#f59e0b26}.sp-card.sp-london:hover{border-color:#0066ff26}.sp-card.sp-newyork:hover{border-color:#10b98126}.sp-card-header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.sp-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sp-card-icon.sp-asian{color:#f59e0b;background:#f59e0b1f}.sp-card-icon.sp-london{color:#06f;background:#0066ff1f}.sp-card-icon.sp-newyork{color:#10b981;background:#10b9811f}.sp-card-title{flex-direction:column;gap:1px;min-width:0;display:flex}.sp-card-name{color:var(--text-white);font-size:13px;font-weight:650}.sp-card-time{color:var(--text-muted);letter-spacing:.2px;font-size:10px;font-weight:500}.sp-pnl-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.sp-pnl-value{font-variant-numeric:tabular-nums;flex-shrink:0;min-width:70px;font-size:15px;font-weight:700}.sp-pnl-value.positive{color:var(--success)}.sp-pnl-value.negative{color:#ef4444}.sp-pnl-bar-track{background:#ffffff0a;border-radius:3px;flex:1;height:6px;overflow:hidden}.sp-pnl-bar-fill{border-radius:3px;min-width:2px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.sp-pnl-bar-fill.positive{background:linear-gradient(90deg,#2981eb,#06f)}.sp-pnl-bar-fill.negative{background:linear-gradient(90deg,#ef4444,#dc2626)}.sp-stats{grid-template-columns:1fr 1fr;gap:10px;display:grid}.sp-stat{flex-direction:column;gap:2px;display:flex}.sp-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:500}.sp-stat-value{color:var(--text-white);font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.sp-stat-value.positive{color:var(--success)}.sp-stat-value.negative{color:#ef4444}[data-theme=light] .sp-timeline-bar{background:#00000008;border-color:#0000000f}[data-theme=light] .sp-timeline-segment.sp-asian,[data-theme=light] .sp-timeline-segment.sp-asian-wrap{background:#f59e0b1a;border-right-color:#f59e0b33}[data-theme=light] .sp-timeline-segment.sp-london{background:#0066ff14;border-right-color:#0066ff26}[data-theme=light] .sp-timeline-segment.sp-newyork{background:#10b98114;border-right-color:#10b98126}[data-theme=light] .sp-card{border-color:var(--border-color);background:#00000005}[data-theme=light] .sp-card:hover{background:#00000008;border-color:#0000001f}[data-theme=light] .sp-card-icon.sp-asian{color:#d97706;background:#f59e0b1a}[data-theme=light] .sp-card-icon.sp-london{color:#0052cc;background:#0066ff14}[data-theme=light] .sp-card-icon.sp-newyork{color:#059669;background:#10b98114}[data-theme=light] .sp-pnl-bar-track{background:#0000000d}@media (max-width:900px){.sp-cards{grid-template-columns:1fr;gap:10px}.sp-card{padding:14px}.sp-stats{grid-template-columns:repeat(4,1fr)}.sp-section{padding:18px 16px 20px}}@media (max-width:480px){.sp-stats{grid-template-columns:1fr 1fr}.sp-timeline-label{font-size:8px}}.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(8,1fr);gap:6px;display:grid}.calendar-weekday-label{text-align:center;color:#555;text-transform:uppercase;padding:6px;font-size:10px;font-weight:600}.weekday-weekly-analysis{letter-spacing:.04em;font-size:9px;font-weight:500}.calendar-days-grid{grid-template-columns:repeat(8,1fr);gap:6px;display:grid}.calendar-days-grid .cal-week-summary{aspect-ratio:1.3;border-radius:10px;gap:3px;min-height:60px;padding:6px}.calendar-days-grid .cal-week-label{font-size:9px}.calendar-days-grid .cal-week-pnl{text-overflow:ellipsis;max-width:100%;font-size:12px;overflow:hidden}.calendar-days-grid .cal-week-trades{font-size:9px}.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 320px;gap:20px;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;height:fit-content;max-height:480px;display:flex;position:sticky;top:20px}.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:1400px){.calendar-content-split{grid-template-columns:1fr 280px}}@media (max-width:1200px){.calendar-content-split{grid-template-columns:1fr}.calendar-trade-panel{max-height:300px;position:static}}.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}.ys-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:24px}.ys-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.ys-title{color:var(--text-white);letter-spacing:-.02em;font-size:16px;font-weight:700}.ys-period-badge{color:#888;text-transform:uppercase;letter-spacing:.06em;background:#ffffff0a;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:600}.ys-monthly-cards{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.ys-monthly-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:4px;padding:16px;display:flex}.ys-mc-label{color:#666;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.ys-mc-value{color:var(--text-white);font-variant-numeric:tabular-nums;letter-spacing:-.03em;font-size:20px;font-weight:800;line-height:1.2}.ys-mc-value.positive{color:var(--success)}.ys-mc-value.negative{color:#ef4444}.ys-mc-sub{color:#555;font-size:11px}.ys-tables{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ys-table{flex-direction:column;display:flex}.ys-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:12px;padding:9px 0;display:flex}.ys-row:last-child{border-bottom:none}.ys-label{color:#888;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12.5px;overflow:hidden}.ys-val{color:var(--text-white);font-variant-numeric:tabular-nums;letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:700}.ys-val.positive{color:var(--success)}.ys-val.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}.ys-tables,.ys-monthly-cards{grid-template-columns:1fr}}@media (max-width:768px){.metrics-grid{grid-template-columns:repeat(2,1fr);gap:10px}.metric-card{padding:14px}.metric-icon{width:36px;height:36px}.metric-icon svg{width:18px;height:18px}.metric-label{font-size:11px}.metric-value{font-size:18px}.metric-detail{font-size:10px}.metric-hint{display:none}.filter-pills{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.quick-stats-grid{grid-template-columns:repeat(2,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{scrollbar-width:thin}.sidebar-collapse-btn{width:24px;height:40px;color:var(--text-muted,#555);cursor:pointer;z-index:100;opacity:0;background:#111113;border:1px solid #ffffff0f;border-left:none;border-radius:0 8px 8px 0;justify-content:center;align-items:center;transition:color .2s,background .2s,opacity .2s;display:flex;position:absolute;top:72px;right:-12px;box-shadow:2px 0 8px #0003}.sidebar-v3:hover .sidebar-collapse-btn{opacity:1}.sidebar-collapse-btn:hover{color:var(--primary-blue,#06f);background:#191920}.sidebar-collapse-btn:active{color:var(--primary-blue,#06f);background:#111113}.sidebar-collapse-btn svg{flex-shrink:0;width:14px;height:14px;transition:transform .15s}.sidebar-collapse-btn:hover svg{transform:translate(-1px)}.sidebar-v3.collapsed .sidebar-collapse-btn{opacity:0;background:#111113;border:1px solid #ffffff0f;border-left:none;border-radius:0 8px 8px 0;width:24px;height:40px;top:72px;right:-12px;box-shadow:2px 0 8px #0003}.sidebar-v3.collapsed:hover .sidebar-collapse-btn{opacity:1}.sidebar-v3.collapsed .sidebar-collapse-btn:hover{color:var(--primary-blue,#06f);background:#191920}.sidebar-v3.collapsed .sidebar-collapse-btn:active{background:#111113}.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}.feedback-icon-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.feedback-badge{color:#fff;background:linear-gradient(135deg,#06f,#0052cc);border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;animation:2s ease-in-out infinite feedbackBadgePulse;display:flex;position:absolute;top:-6px;right:-8px;box-shadow:0 2px 6px #06f6}.feedback-badge-text{color:#fff;background:linear-gradient(135deg,#06f,#0052cc);border-radius:12px;margin-left:auto;padding:2px 8px;font-size:10px;font-weight:600}@keyframes feedbackBadgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.1)}}.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}html[data-theme=light] .view-container{background:0 0}.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}.main-content.tools-main{overflow-y:auto}.main-content.tools-main .tools-view{height:auto;min-height:100%}.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-badge.live{color:#2981eb;background:#2981eb26;border:1px solid #2981eb4d;align-items:center;gap:6px;display:inline-flex}.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-value-v3.locked{color:#666;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:14px;display:flex}.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.35fr 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;flex-direction:row;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-state-v3.upgrade-prompt{background:linear-gradient(135deg,#0066ff14 0%,#0066ff05 100%);border:1px solid #0066ff26;border-radius:12px;padding:24px 16px}.empty-state-v3.upgrade-prompt svg{color:#06f;opacity:.7}.empty-state-v3.upgrade-prompt span{color:#cfe0ff}.empty-state-v3.upgrade-prompt .upgrade-link{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border-radius:8px;margin-top:8px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.empty-state-v3.upgrade-prompt .upgrade-link:hover{background:linear-gradient(135deg,#0052cc 0%,#04a 100%);transform:translateY(-1px)}.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:16px;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(8,1fr);gap:4px;margin-bottom:4px;display:grid}.weekday-v3{text-align:center;color:#444;padding:6px 0;font-size:11px;font-weight:600}.weekday-weekly{color:#4a4a4a;letter-spacing:.04em;font-size:9px;font-weight:500}.calendar-grid-v3{grid-template-columns:repeat(8,1fr);grid-auto-rows:auto;gap:4px;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:5px 6px;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:-.04em;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:clamp(8px,.75vw,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}.cal-header-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.cal-monthly-stat{color:#555;white-space:nowrap;font-size:11px;font-weight:500}.cal-monthly-stat .positive{color:var(--success);font-weight:600}.cal-monthly-stat .negative{color:#ef4444;font-weight:600}.cal-week-summary{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;padding:4px 5px;transition:all .2s;display:flex;overflow:hidden}.cal-week-summary.profit{background:#2981eb14;border-color:#2981eb26}.cal-week-summary.loss{background:#ef444412;border-color:#ef44441f}.cal-week-label{color:#4a4a4a;text-transform:uppercase;letter-spacing:.04em;font-size:8px;font-weight:700;line-height:1}.cal-week-summary.profit .cal-week-label{color:#2981eba6}.cal-week-summary.loss .cal-week-label{color:#ef444499}.cal-week-pnl{color:#555;font-variant-numeric:tabular-nums;letter-spacing:-.04em;white-space:nowrap;text-align:center;font-size:10px;font-weight:800;line-height:1.1}.cal-week-pnl.profit{color:#2981eb}.cal-week-pnl.loss{color:#ef4444}.cal-week-trades{color:#3a3a3a;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:8px;line-height:1;overflow:hidden}.cal-week-label-full{display:inline}.cal-week-label-short{display:none}.cal-week-trades-full{display:inline}.cal-week-trades-short{display:none}.cal-week-summary.profit .cal-week-trades{color:#2981eb80}.cal-week-summary.loss .cal-week-trades{color:#ef444473}.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-text,.sidebar-v3 .coming-soon-menu-badge,.sidebar-v3 .user-card-arrow,.sidebar-v3 .pro-badge,.sidebar-v3 .feedback-badge-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:3px}.calendar-weekdays,.calendar-grid-v3{grid-template-columns:repeat(8,1fr);gap:3px}.day-number{font-size:9px}.day-pnl-v3{letter-spacing:-.05em;font-size:clamp(7px,2.2vw,9px)}.cal-week-pnl{font-size:8px}.cal-week-label,.cal-week-trades{font-size:7px}}@media (max-width:640px){.cal-week-label-full{display:none}.cal-week-label-short{display:inline}.cal-week-trades-full{display:none}.cal-week-trades-short{display:inline}}.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(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.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}.menu-item-v3.requires-pro{opacity:.7;cursor:pointer}.menu-item-v3.requires-pro:hover{opacity:1;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}.early-access-badge{text-transform:uppercase;letter-spacing:.3px;color:#06f;white-space:nowrap;background:#0066ff26;border-radius:4px;flex-shrink:0;align-items:center;margin-left:auto;padding:3px 6px;font-size:9px;font-weight:600;display:inline-flex}.submenu-item.has-early-access{opacity:1;cursor:pointer}.submenu-item.has-early-access:hover{color:#fff;background:#0066ff14}.submenu-item.early-access-highlight{position:relative}.submenu-item.early-access-highlight .early-access-badge{animation:2s ease-in-out infinite badgePulse}.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}.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}}.lb-view{max-width:1200px;margin:0 auto;padding:24px}.lb-header{margin-bottom:24px}.lb-header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.lb-title-row{align-items:center;gap:14px;display:flex}.lb-icon{color:#1a1a1a;background:linear-gradient(135deg,gold 0%,orange 100%);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 14px #ffd7004d}.lb-title-text h1{color:#fff;margin:0;font-size:26px;font-weight:700;line-height:1.2}.lb-title-text p{color:#888;margin:2px 0 0;font-size:13px}.lb-period-selector{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;gap:8px;padding:4px;display:flex}.lb-period-btn{color:#777;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.lb-period-btn:hover{color:#fff;background:#ffffff0d}.lb-period-btn.active{color:#1a1a1a;background:#fff;box-shadow:0 2px 8px #00000026}.lb-period-icon{justify-content:center;align-items:center;display:flex}.lb-stats-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.lb-stat-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.lb-stat-card:hover{background:#ffffff0a;border-color:#ffffff14}.lb-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.lb-stat-icon.blue{color:#3b82f6;background:#3b82f626}.lb-stat-icon.teal{color:#14b8a6;background:#14b8a626}.lb-stat-icon.amber{color:#f59e0b;background:#f59e0b26}.lb-stat-icon.green{color:#22c55e;background:#22c55e26}.lb-stat-content{flex-direction:column;gap:2px;display:flex}.lb-stat-value{color:#fff;font-size:18px;font-weight:700}.lb-stat-value.positive{color:#22c55e}.lb-stat-label{color:#777;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.lb-main{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;overflow:hidden}.lb-podium-section{background:linear-gradient(#ffd70008 0%,#0000 100%);border-bottom:1px solid #ffffff0d;padding:32px 24px}.lb-podium-grid{grid-template-columns:1fr 1.15fr 1fr;align-items:end;gap:16px;max-width:800px;margin:0 auto;display:grid}.lb-podium-grid.count-1{grid-template-columns:1fr;max-width:360px}.lb-podium-grid.count-1 .lb-podium-card{padding:36px 24px}.lb-podium-grid.count-1 .lb-avatar{width:80px!important;height:80px!important}.lb-podium-grid.count-1 .lb-podium-name{font-size:18px}.lb-podium-grid.count-1 .lb-podium-pnl{font-size:24px}.lb-podium-grid.count-2{grid-template-columns:1fr 1fr;max-width:600px}.lb-podium-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;align-items:center;padding:24px 16px;transition:all .3s;display:flex}.lb-podium-card:hover{border-color:#ffffff1f;transform:translateY(-4px)}.lb-podium-card.first{background:linear-gradient(145deg,#ffd70014 0%,#ffd70005 100%);border-color:#ffd70033;padding:32px 20px;box-shadow:0 8px 32px #ffd7001a}.lb-podium-card.gold .lb-podium-rank{color:#1a1a1a;background:linear-gradient(135deg,gold 0%,orange 100%);box-shadow:0 4px 16px #ffd7004d}.lb-podium-card.silver .lb-podium-rank{color:#1a1a1a;background:linear-gradient(135deg,#e8e8e8 0%,#b0b0b0 100%);box-shadow:0 4px 16px #c0c0c04d}.lb-podium-card.bronze .lb-podium-rank{color:#fff;background:linear-gradient(135deg,#cd7f32 0%,sienna 100%);box-shadow:0 4px 16px #cd7f324d}.lb-podium-rank{border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:8px 14px;font-size:13px;font-weight:700;display:flex}.lb-avatar{border:3px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.lb-podium-card.first .lb-avatar{border-color:#ffd70066}.lb-avatar img{object-fit:cover;width:100%;height:100%}.lb-avatar span{color:#fff;font-size:18px;font-weight:700}.lb-podium-info{flex-direction:column;align-items:center;gap:2px;margin-top:12px;display:flex}.lb-podium-name{color:#fff;text-align:center;font-size:15px;font-weight:600}.lb-podium-handle{color:#777;font-size:12px}.lb-podium-account{color:#555;margin-top:1px;font-size:11px}.lb-podium-stats{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:16px;width:100%;margin-top:16px;padding-top:16px;display:flex}.lb-podium-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.lb-podium-stat .value{color:#fff;font-size:15px;font-weight:700}.lb-podium-stat .label{color:#777;text-transform:uppercase;font-size:10px}.lb-podium-divider{background:#ffffff1a;width:1px;height:24px}.lb-podium-pnl{margin-top:14px;font-size:18px;font-weight:700}.lb-podium-card.first .lb-podium-pnl{font-size:22px}.lb-podium-pnl.positive{color:#22c55e}.lb-podium-pnl.negative{color:#ef4444}.lb-podium-pnl.masked{color:#777}.lb-negative-label{color:#ef4444;white-space:nowrap;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;align-items:center;gap:4px;margin-top:8px;padding:6px 10px;font-size:10px;font-weight:500;display:flex}.lb-negative-label.small{margin-top:4px;padding:4px 8px;font-size:9px}.lb-list-section{padding:20px}.lb-list-header{color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #ffffff0d;grid-template-columns:60px 1fr 80px 80px 120px;gap:16px;padding:12px 16px;font-size:11px;font-weight:600;display:grid}.lb-list-header span:last-child{text-align:right}.lb-list{flex-direction:column;display:flex}.lb-list-item{border-radius:12px;grid-template-columns:60px 1fr 80px 80px 120px;align-items:center;gap:16px;padding:14px 16px;transition:all .2s;animation:.3s backwards fadeInUp;display:grid}.lb-list-item:hover{background:#ffffff08}.lb-list-rank{color:#666;font-size:14px;font-weight:600}.lb-list-user{align-items:center;gap:12px;display:flex}.lb-list-user-info{flex-direction:column;gap:1px;display:flex}.lb-list-name{color:#fff;font-size:14px;font-weight:600}.lb-list-handle{color:#666;font-size:12px}.lb-list-account{color:#555;font-size:11px}.lb-list-stat{color:#ccc;font-size:14px;font-weight:600}.lb-list-pnl{text-align:right;font-size:15px;font-weight:700}.lb-list-pnl.positive{color:#22c55e}.lb-list-pnl.negative{color:#ef4444}.lb-list-pnl.masked{color:#777}.lb-list-pnl-wrapper{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.lb-loading{color:#777;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.lb-loading-spinner{border:3px solid #ffffff14;border-top-color:gold;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.lb-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.lb-empty-icon{color:gold;background:#ffd7001a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex}.lb-empty h3{color:#fff;margin:0 0 8px;font-size:18px;font-weight:600}.lb-empty p{color:#777;margin:0;font-size:14px}@media (max-width:900px){.lb-podium-grid,.lb-podium-grid.count-2,.lb-podium-grid.count-3{grid-template-columns:1fr;gap:12px;max-width:100%}.lb-podium-grid.count-1{max-width:100%}.lb-podium-card{flex-direction:row;gap:16px;padding:16px 20px}.lb-podium-card.first{padding:20px 24px}.lb-podium-grid.count-1 .lb-podium-card{flex-direction:column;padding:32px 24px}.lb-podium-grid.count-1 .lb-avatar{width:72px!important;height:72px!important}.lb-podium-rank{margin-bottom:0}.lb-podium-grid.count-1 .lb-podium-rank{margin-bottom:16px}.lb-podium-info{flex:1;align-items:flex-start;margin-top:0}.lb-podium-grid.count-1 .lb-podium-info{align-items:center;margin-top:12px}.lb-podium-name{text-align:left}.lb-podium-grid.count-1 .lb-podium-name{text-align:center}.lb-podium-stats{border-top:none;width:auto;margin-top:0;padding-top:0}.lb-podium-grid.count-1 .lb-podium-stats{border-top:1px solid #ffffff0f;justify-content:center;width:100%;margin-top:16px;padding-top:16px}.lb-podium-pnl{margin-top:0;margin-left:auto}.lb-podium-grid.count-1 .lb-podium-pnl{margin-top:14px;margin-left:0}.lb-list-header{display:none}.lb-list-item{grid-template-columns:50px 1fr auto}.lb-list-stat{display:none}}@media (max-width:640px){.lb-view{padding:16px}.lb-header-content{flex-direction:column;align-items:flex-start}.lb-period-selector{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.lb-period-btn{white-space:nowrap;flex:1;justify-content:center}.lb-podium-section{padding:20px 16px}.lb-podium-stats{flex-direction:column;gap:4px}.lb-podium-grid.count-1 .lb-podium-stats{flex-direction:row;gap:16px}.lb-podium-divider{display:none}.lb-podium-grid.count-1 .lb-podium-divider{display:block}.lb-podium-stat{flex-direction:row;gap:6px}.lb-list-section{padding:16px}}html[data-theme=light] .lb-view{background:0 0}html[data-theme=light] .lb-title-text h1{color:var(--text-white)}html[data-theme=light] .lb-title-text p{color:var(--text-muted)}html[data-theme=light] .lb-period-selector{background:#00000008;border-color:#00000014}html[data-theme=light] .lb-period-btn{color:#666}html[data-theme=light] .lb-period-btn:hover{color:#333;background:#0000000d}html[data-theme=light] .lb-period-btn.active{color:#1a1a1a;background:#fff;box-shadow:0 2px 8px #0000001a}html[data-theme=light] .lb-stat-card{background:#fff;border-color:#00000014}html[data-theme=light] .lb-stat-value{color:var(--text-white)}html[data-theme=light] .lb-stat-label{color:var(--text-muted)}html[data-theme=light] .lb-main{background:#fff;border-color:#00000014}html[data-theme=light] .lb-podium-section{background:linear-gradient(#ffd7000d 0%,#0000 100%);border-bottom-color:#0000000f}html[data-theme=light] .lb-podium-card{background:#00000005;border-color:#00000014}html[data-theme=light] .lb-podium-card.first{background:linear-gradient(145deg,#ffd7001a 0%,#ffd70008 100%);border-color:#ffd7004d}html[data-theme=light] .lb-podium-name{color:var(--text-white)}html[data-theme=light] .lb-podium-handle,html[data-theme=light] .lb-podium-account{color:var(--text-muted)}html[data-theme=light] .lb-podium-stat .value{color:var(--text-white)}html[data-theme=light] .lb-podium-stat .label{color:var(--text-muted)}html[data-theme=light] .lb-podium-stats{border-top-color:#0000000f}html[data-theme=light] .lb-podium-divider{background:#0000001a}html[data-theme=light] .lb-avatar{border-color:#0000001a}html[data-theme=light] .lb-podium-card.first .lb-avatar{border-color:#ffd70066}html[data-theme=light] .lb-list-header{color:#888;border-bottom-color:#0000000f}html[data-theme=light] .lb-list-item:hover{background:#00000005}html[data-theme=light] .lb-list-rank{color:#888}html[data-theme=light] .lb-list-name{color:var(--text-white)}html[data-theme=light] .lb-list-handle,html[data-theme=light] .lb-list-account{color:var(--text-muted)}html[data-theme=light] .lb-list-stat{color:#666}html[data-theme=light] .lb-empty h3{color:var(--text-white)}html[data-theme=light] .lb-empty p,html[data-theme=light] .lb-loading{color:var(--text-muted)}html[data-theme=light] .lb-negative-label{background:#ef444414;border-color:#ef444426}.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-main-content.tools-main .tools-view{height:auto;min-height:100%}.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-submenu-popup{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) submenuSlide;position:fixed;bottom:80px;left:12px;right:12px;overflow:visible;box-shadow:0 -12px 48px #00000080,0 0 0 1px #ffffff0d}.mobile-submenu-header{background:#ffffff05;border-bottom:1px solid #ffffff14;border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-submenu-header span{color:#fff;letter-spacing:.3px;font-size:15px;font-weight:700}.mobile-submenu-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-submenu-close:active{color:#fff;background:#ffffff26;transform:scale(.95)}.mobile-submenu-close svg{width:16px;height:16px}.mobile-submenu-items{grid-template-columns:1fr 1fr;gap:10px;padding:12px;display:grid}.mobile-submenu-items-two{grid-template-columns:1fr 1fr}.mobile-submenu-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-submenu-item:active{background:#ffffff1a;transform:scale(.97)}.mobile-submenu-item.active{color:#fff;background:linear-gradient(145deg,#0066ff40 0%,#00d4ff26 100%);border-color:#0066ff4d}.mobile-submenu-icon{background:#ffffff0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.mobile-submenu-icon svg{width:22px;height:22px}.mobile-submenu-item.active .mobile-submenu-icon{color:#00d4ff;background:#06f3}.mobile-submenu-label{font-size:12px;line-height:1.2}.mobile-submenu-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-submenu-check svg{width:12px;height:12px}.mobile-submenu-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-submenu-item.requires-pro{opacity:.7}.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-table .pnl-value{white-space:nowrap;font-size:clamp(11px,2.5vw,14px)}.trades-table .pnl-cell{min-width:70px}.trades-table .swap-indicator{padding:1px 3px;font-size:9px}.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;overflow:hidden}.journal-trade-list{max-height:300px;overflow:hidden auto}.journal-trade-item{gap:6px;padding:12px;overflow:hidden}.journal-trade-top{flex-wrap:nowrap;overflow:hidden}.journal-trade-top .symbol{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;overflow:hidden}.journal-trade-meta{flex-wrap:wrap;gap:6px;font-size:11px}.journal-trade-meta .pnl{white-space:nowrap}button.journal-trade-card,.journal-trade-card{border-radius:14px;padding:14px;background:#19191cfa!important;flex-direction:column!important;gap:8px!important;min-height:auto!important;display:flex!important;overflow:visible!important}.journal-trade-card .jtc-top{justify-content:space-between;align-items:center;width:100%;margin-bottom:0;display:flex!important}.journal-trade-card .jtc-symbol{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;overflow:hidden;color:var(--text-white)!important}.journal-trade-card .jtc-badge{flex-shrink:0;padding:3px 8px;font-size:9px}.journal-trade-card .jtc-middle{flex-wrap:wrap;align-items:center;gap:8px;width:100%;margin-bottom:0;visibility:visible!important;opacity:1!important;display:flex!important}.journal-trade-card .jtc-type{font-size:12px;font-weight:600}.journal-trade-card .jtc-type.long{color:#2981eb!important}.journal-trade-card .jtc-type.short{color:#ef4444!important}.journal-trade-card .jtc-entry{font-size:11px;color:#999!important}.journal-trade-card .jtc-pnl{margin-left:auto;font-size:12px;font-weight:700}.journal-trade-card .jtc-pnl.positive{color:#10b981!important}.journal-trade-card .jtc-pnl.negative{color:#ef4444!important}.journal-trade-card .jtc-date{margin-top:2px;font-size:10px;color:#888!important;visibility:visible!important;opacity:1!important;display:block!important}.journal-detail-header{flex-direction:column;gap:16px;padding-bottom:16px}.jdh-left{width:100%}.jdh-title-row{flex-wrap:wrap;gap:8px}.jdh-symbol{font-size:22px}.jdh-outcome{padding:4px 10px;font-size:10px}.jdh-meta{flex-wrap:wrap;gap:6px;font-size:12px}.jdh-actions{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%}.jdh-icon-btn{width:36px;height:36px}.jdh-actions .btn-v2{padding:8px 14px;font-size:12px}.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}.journal-section{margin-top:16px}.journal-notes-box{border-radius:12px;min-height:100px;padding:14px}.journal-notes-textarea{min-height:80px;font-size:13px}.journal-tags{gap:6px}.journal-tag{padding:5px 10px;font-size:11px}.journal-main{gap:16px;padding:0}.journal-main-card{border-radius:16px;padding:16px}.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{-webkit-overflow-scrolling:touch;align-items:flex-start;padding:16px;overflow-y:auto}.feedback-modal,.modal-content{-webkit-overflow-scrolling:touch;border-radius:20px;max-width:100%;max-height:calc(100dvh - 32px);margin:auto;overflow-y:auto}.modal-content .connect-form{max-height:none;overflow:visible}.modal-content .form-row{grid-template-columns:1fr;gap:12px}.modal-content .modal-actions{background:inherit;border-top:1px solid #ffffff14;margin:0 -28px -28px;padding:16px 28px 28px;position:sticky;bottom:0}.positions-grid-v3{grid-template-columns:1fr}.position-card-v3{border-radius:16px;padding:16px}.top-nav{display:none}}@media (max-height:700px){.modal-overlay{padding:8px}.modal-content{max-height:calc(100dvh - 16px);padding:20px}.modal-content h3{margin-bottom:12px;font-size:18px}.modal-content .form-group-v2{margin-bottom:10px}.modal-content .form-group-v2 label{margin-bottom:4px;font-size:11px}.modal-content .form-group-v2 input,.modal-content .form-group-v2 select,.modal-content .form-group-v2 textarea{padding:10px 12px;font-size:13px}.modal-content .modal-actions{margin:0 -20px -20px;padding:12px 20px 20px}}@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 1fr;gap:10px}.stat-card-v3{padding:12px}.stat-value-v3{font-size:16px}.mobile-dropdown{width:calc(100vw - 24px);min-width:auto;max-width:320px;right:-8px}.mobile-dropdown.notifications-dropdown{right:-60px}.card{border-radius:16px;padding:16px}.calendar-cell{min-height:40px;padding:4px}.calendar-cell .day-number,.calendar-cell .pnl-value{font-size:9px}.trades-table .pnl-value{font-size:clamp(10px,2.2vw,12px)}.trades-table .pnl-cell{min-width:60px}.trades-table .swap-indicator{padding:1px 2px;font-size:8px}.journal-sidebar-card{padding:12px}.journal-trade-list{max-height:250px}.journal-trade-item{border-radius:12px;padding:10px}.journal-trade-top .symbol{font-size:13px}.journal-trade-meta{font-size:10px}.pill{padding:3px 8px;font-size:10px}.journal-trade-card{border-radius:12px;padding:12px;gap:6px!important}.jtc-symbol{font-size:13px}.jtc-badge{padding:2px 6px;font-size:8px}.jtc-middle{gap:6px;display:flex!important}.jtc-type{font-size:11px}.jtc-entry{font-size:10px}.jtc-pnl{font-size:11px}.jtc-date{font-size:9px;display:block!important}.jdh-symbol{font-size:20px}.jdh-outcome{padding:3px 8px;font-size:9px}.jdh-meta{font-size:11px}.jdh-type{padding:2px 6px;font-size:10px}.jdh-actions{gap:6px}.jdh-icon-btn{width:32px;height:32px}.jdh-actions .btn-v2{padding:6px 10px;font-size:11px}.journal-stats-grid{grid-template-columns:1fr 1fr;gap:8px}.journal-stat{padding:10px}.journal-stat-label{font-size:9px}.journal-stat-value{font-size:14px}.journal-section-title{font-size:12px}.journal-notes-box{min-height:80px;padding:12px}.journal-notes-textarea{min-height:60px;font-size:12px}}@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-submenu-popup{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-submenu-header{background:#00000005;border-color:#0000000f}html[data-theme=light] .mobile-submenu-header span{color:#1a1a1a}html[data-theme=light] .mobile-submenu-close{color:#666;background:#0000000d}html[data-theme=light] .mobile-submenu-close:active{color:#333;background:#0000001a}html[data-theme=light] .mobile-submenu-item{color:#444;background:#0000000a;border-color:#0000000f}html[data-theme=light] .mobile-submenu-item:active{color:#1a1a1a;background:#00000014}html[data-theme=light] .mobile-submenu-item.active{color:#05d;background:linear-gradient(145deg,#0066ff26 0%,#00d4ff1a 100%);border-color:#0066ff40}html[data-theme=light] .mobile-submenu-icon{background:#0000000d}html[data-theme=light] .mobile-submenu-item.active .mobile-submenu-icon{color:#06f;background:#0066ff26}html[data-theme=light] .mobile-submenu-label{color:inherit}html[data-theme=light] .mobile-submenu-pro-badge{color:#05d;background:#0066ff1f;border-color:#06f3}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]{color:var(--text-white)!important}html[data-theme=light] [style*="background: #0066FF"][style*="color: white"],html[data-theme=light] [style*="background: #0066FF"][style*="color:#fff"],html[data-theme=light] [style*="background:#0066FF"][style*="color: white"],html[data-theme=light] [style*="background:#0066FF"][style*="color:#fff"],html[data-theme=light] button[style*=\#0066FF],html[data-theme=light] .upgrade-cta-btn,html[data-theme=light] .upgrade-cta-btn *{color:#fff!important}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{background-color:var(--bg-body)!important;background:var(--bg-body)!important}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{border:1px solid var(--border-color);color:var(--text-muted);background:#f0f1f4;border-left:none;box-shadow:2px 0 6px #0000000f}html[data-theme=light] .sidebar-collapse-btn:hover{color:var(--primary-blue,#06f);background:#e8eaef;box-shadow:2px 0 8px #00000014}html[data-theme=light] .sidebar-v3.collapsed .sidebar-collapse-btn{border:1px solid var(--border-color);color:var(--text-muted);background:#f0f1f4;border-left:none;box-shadow:2px 0 6px #0000000f}html[data-theme=light] .sidebar-v3.collapsed .sidebar-collapse-btn:hover{color:var(--primary-blue,#06f);background:#e8eaef;box-shadow:2px 0 8px #00000014}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.active{color:#fff}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-btn{color:#374151;box-shadow:none;background:#0000000d;border:1px solid #00000014}html[data-theme=light] .quick-action-btn:hover{color:#1f2937;background:#00000014;border-color:#0000001f;box-shadow:0 2px 8px #0000000f}html[data-theme=light] .quick-action-btn:active{background:#0000001a}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{background:var(--bg-card-lighter);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] .cal-monthly-stat{color:var(--text-muted)}html[data-theme=light] .cal-monthly-stat .positive{color:var(--success)}html[data-theme=light] .cal-monthly-stat .negative{color:#ef4444}html[data-theme=light] .cal-week-summary{background:#00000006;border-color:#0000000f}html[data-theme=light] .cal-week-summary.profit{background:#2981eb0f;border-color:#2981eb26}html[data-theme=light] .cal-week-summary.loss{background:#ef44440d;border-color:#ef44441f}html[data-theme=light] .cal-week-label{color:#9ca3af}html[data-theme=light] .cal-week-summary.profit .cal-week-label{color:#2981ebb3}html[data-theme=light] .cal-week-summary.loss .cal-week-label{color:#ef4444a6}html[data-theme=light] .cal-week-pnl{color:var(--text-gray)}html[data-theme=light] .cal-week-pnl.profit{color:#1d6fce}html[data-theme=light] .cal-week-pnl.loss{color:#dc2626}html[data-theme=light] .cal-week-trades{color:#9ca3af}html[data-theme=light] .cal-week-summary.profit .cal-week-trades{color:#2981eb8c}html[data-theme=light] .cal-week-summary.loss .cal-week-trades{color:#ef444480}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{background:var(--bg-card-lighter);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] .legacy-account-banner{background:#eab3080f;border-color:#eab30833}html[data-theme=light] .legacy-account-banner .banner-icon{color:#b45309;background:#eab3081a}html[data-theme=light] .legacy-account-banner .banner-content h4{color:#b45309}html[data-theme=light] .legacy-account-banner .banner-content p{color:var(--text-gray)}html[data-theme=light] .legacy-account-banner .legacy-account-tag{color:#b45309;background:#eab30814;border-color:#eab30826}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,html[data-theme=light] .trade-date-row .date-label{color:var(--text-muted)}html[data-theme=light] .trade-date-row .date-value{color:var(--text-gray)}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] .micro-btn.primary{background-color:var(--primary-blue);color:#fff;border-color:#0000}html[data-theme=light] .micro-btn.primary:hover{color:#fff;background-color:#0052cc}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] .disconnect-account-info{border-color:var(--border-color);background:#00000005}html[data-theme=light] .disconnect-account-info .badge-name{color:var(--text-white)}html[data-theme=light] .disconnect-account-info .badge-login{color:var(--text-gray)}html[data-theme=light] .disconnect-account-info .disconnect-note{color:var(--text-gray);border-color:var(--border-color)}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] .time-filter.active{color:#fff}html[data-theme=light] .tab-pill{color:var(--text-gray);border-color:var(--border-color)}html[data-theme=light] .tab-pill.active{color:#fff}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:#d1d5db;border-color:#d1d5db}html[data-theme=light] .toggle-chip.active{color:#fff;background:#3b82f6;border-color:#3b82f6}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 .discount-code-section,body.theme-light .subscription-page .discount-code-section{background:0 0!important}html[data-theme=light] .subscription-page .discount-input,body.theme-light .subscription-page .discount-input{color:#0a0a0e!important;background:#fff!important;border-color:#e5e7eb!important}html[data-theme=light] .subscription-page .discount-input::placeholder,body.theme-light .subscription-page .discount-input::placeholder{color:#9ca3af!important}html[data-theme=light] .subscription-page .discount-note,body.theme-light .subscription-page .discount-note{color:#6b7280!important}html[data-theme=light] .subscription-page .discount-note.valid,body.theme-light .subscription-page .discount-note.valid{color:#16a34a!important}html[data-theme=light] .subscription-page .discount-note.invalid,body.theme-light .subscription-page .discount-note.invalid{color:#dc2626!important}html[data-theme=light] .subscription-page .discount-note.warning,body.theme-light .subscription-page .discount-note.warning{color:#d97706!important}html[data-theme=light] .subscription-page .discount-input-wrapper.valid .discount-input,body.theme-light .subscription-page .discount-input-wrapper.valid .discount-input{background:#16a34a14!important;border-color:#16a34a66!important}html[data-theme=light] .subscription-page .discount-input-wrapper.invalid .discount-input,body.theme-light .subscription-page .discount-input-wrapper.invalid .discount-input{background:#dc262614!important;border-color:#dc262666!important}html[data-theme=light] .subscription-page .discount-valid-icon,body.theme-light .subscription-page .discount-valid-icon{color:#16a34a!important}html[data-theme=light] .subscription-page .discount-invalid-icon,body.theme-light .subscription-page .discount-invalid-icon{color:#dc2626!important}html[data-theme=light] .subscription-page .discount-validating-spinner,body.theme-light .subscription-page .discount-validating-spinner{border-color:#2981eb #0000001a #0000001a!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] .ec-tabs,body.theme-light .ec-tabs{background:#0000000a}html[data-theme=light] .ec-tab,body.theme-light .ec-tab{color:#999}html[data-theme=light] .ec-tab:hover,body.theme-light .ec-tab:hover{color:#666}html[data-theme=light] .ec-tab.active,body.theme-light .ec-tab.active{color:#fff;background:#06f}html[data-theme=light] .ec-grid-line,body.theme-light .ec-grid-line{stroke:#0000000f}html[data-theme=light] .ec-zero-line,body.theme-light .ec-zero-line{stroke:#00000026}html[data-theme=light] .ec-axis-label,body.theme-light .ec-axis-label{fill:#9ca3af}html[data-theme=light] .ec-crosshair,body.theme-light .ec-crosshair{stroke:#0000001f}html[data-theme=light] .ec-tooltip-bg,body.theme-light .ec-tooltip-bg{fill:#fffffff2;stroke:#00000014}html[data-theme=light] .ec-tooltip-date,body.theme-light .ec-tooltip-date{fill:#6b7280}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] .ys-section{background:var(--bg-card);border-color:var(--border-color)}html[data-theme=light] .ys-title{color:var(--text-white)}html[data-theme=light] .ys-period-badge{color:var(--text-muted);background:#0000000a}html[data-theme=light] .ys-monthly-card{background:var(--bg-card-lighter);border-color:var(--border-color)}html[data-theme=light] .ys-mc-label{color:var(--text-muted)}html[data-theme=light] .ys-mc-value{color:var(--text-white)}html[data-theme=light] .ys-mc-sub{color:var(--text-muted)}html[data-theme=light] .ys-row{border-bottom-color:var(--border-color)}html[data-theme=light] .ys-label{color:var(--text-gray)}html[data-theme=light] .ys-val{color:var(--text-white)}html[data-theme=light] .ys-val.positive{color:var(--success)}html[data-theme=light] .ys-val.negative{color:#ef4444}html[data-theme=light] .ys-mc-value.positive{color:var(--success)}html[data-theme=light] .ys-mc-value.negative{color:#ef4444}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,html[data-theme=light] .toggle-switch.enabled,body.theme-light .toggle-switch.enabled{background:#3b82f6!important}html[data-theme=light] .toggle-switch .toggle-knob,body.theme-light .toggle-switch .toggle-knob,html[data-theme=light] .toggle-switch .toggle-switch-knob,body.theme-light .toggle-switch .toggle-switch-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:#eceef3!important;border-color:#0000!important}html[data-theme=light] .journal-tab{color:#6b7280!important}html[data-theme=light] .journal-tab:hover{color:#374151!important;background:#ffffff80!important}html[data-theme=light] .journal-tab.active{color:#0a0a0e!important;background:#fff!important;box-shadow:0 1px 2px #0000000f,0 0 0 1px #0000000a!important}html[data-theme=light] .journal-live-toggle{color:var(--text-muted)!important;background:0 0!important;border-color:#0000001f!important}html[data-theme=light] .journal-live-toggle:hover{color:var(--text-gray)!important;border-color:#0003!important}html[data-theme=light] .journal-live-toggle:has(input:checked){color:#16a34a!important;background:#16a34a1a!important;border-color:#16a34a4d!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:inherit!important;background:#0000000f!important}html[data-theme=light] .journal-tab.active .tab-count,body.theme-light .journal-tab.active .tab-count{color:#06f!important;background:#0066ff1a!important}html[data-theme=light] .journal-tab.active .tab-count.journaled,body.theme-light .journal-tab.active .tab-count.journaled{color:#2563eb!important;background:#2981eb1a!important}html[data-theme=light] .journal-tab.active .tab-count.pending,body.theme-light .journal-tab.active .tab-count.pending{color:#d97706!important;background:#f59e0b1a!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] .chart-error-retry{color:#2563eb!important;background:#2563eb1a!important;border-color:#2563eb4d!important}html[data-theme=light] .chart-error-retry:hover{background:#2563eb26!important;border-color:#2563eb80!important}html[data-theme=light] .trade-chart-manual-placeholder{background:linear-gradient(135deg,#00000005 0%,#00000003 100%)!important;border-color:#0000001a!important}html[data-theme=light] .trade-chart-manual-icon{color:#00000040!important}html[data-theme=light] .trade-chart-manual-title{color:#000000b3!important}html[data-theme=light] .trade-chart-manual-desc{color:#00000080!important}html[data-theme=light] .trade-chart-manual-badge{color:#0009!important;background:#0000000f!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{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.settings-section-action{flex-shrink:0}.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*="background: #0066FF"][style*="color: white"],html[data-theme=light] [style*="background: #0066FF"][style*="color:#fff"],html[data-theme=light] [style*="background:#0066FF"][style*="color: white"],html[data-theme=light] [style*="background:#0066FF"][style*="color:#fff"],html[data-theme=light] [style*="background: \"#0066FF\""][style*="color: \"white\""],html[data-theme=light] button[style*=\#0066FF]{color:#fff!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}.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;width:100%;margin-top:auto;padding-top:10px;display:flex;overflow:hidden}.quick-btn{background:var(--bg-card);border:1px solid var(--border-color);min-width:0;color:var(--text-gray);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-family);border-radius:6px;flex:1;padding:6px 4px;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] .pair-chip{color:var(--text-primary)}html[data-theme=light] .pair-chip:hover{color:var(--text-primary);border-color:#0066ff80}html[data-theme=light] .pair-chip.active{color:#fff}html[data-theme=light] .rule-input,html[data-theme=light] .quick-btn{background:var(--bg-card)}html[data-theme=light] .quick-btn.active{background:var(--primary-blue);color:#fff}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 .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 .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-hero-icon{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex;box-shadow:0 8px 32px #0066ff4d}.help-section-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.help-section-icon-blue,.help-section-icon-purple{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%)}.help-section-icon-amber{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.help-section-title{color:var(--text-white);margin:0;font-size:20px;font-weight:600}.help-section-subtitle{color:var(--text-gray);margin:4px 0 0;font-size:13px}.help-email-card{background:#0066ff14;border:1px solid #0066ff26;border-radius:14px;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex}.help-email-card:hover{border-color:#0066ff4d}.help-email-icon{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.help-email-label{color:var(--text-gray);margin-bottom:4px;font-size:13px}.help-email-address{color:var(--text-white);font-size:16px;font-weight:600}.help-email-response{color:var(--text-muted);margin-top:4px;font-size:12px}.help-copy-btn{border:1px solid var(--border-color);background:var(--bg-card);cursor:pointer;width:40px;height:40px;color:var(--text-gray);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.help-copy-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#0066ff1a}.help-email-arrow{width:40px;height:40px;color:var(--text-gray);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.help-email-arrow:hover{color:var(--primary-blue)}.help-social-link{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:12px;padding:16px;text-decoration:none;transition:all .2s;display:flex}.help-social-link:hover{border-color:var(--primary-blue)}.help-social-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.help-social-icon-twitter{color:#1da1f2;background:#1da1f226}.help-social-icon-discord{color:#5865f2;background:#5865f226}.help-social-title{color:var(--text-white);font-size:14px;font-weight:500}.help-social-handle{color:var(--text-gray);font-size:12px}.help-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:28px}.help-card-description{color:var(--text-gray);margin-bottom:24px;font-size:14px;line-height:1.6}.help-feature-item{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:14px;padding:14px;display:flex}.help-feature-label{color:var(--text-white);font-size:14px;font-weight:500}.help-feature-desc{color:var(--text-gray);font-size:12px}.help-faq-item{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:14px;transition:all .3s;overflow:hidden}.help-faq-item.expanded{background:#f59e0b0d;border-color:#f59e0b33}.help-faq-question{color:var(--text-white);font-size:14px;font-weight:500;line-height:1.4}.help-faq-answer{color:var(--text-gray);padding:0 18px 18px;font-size:13px;line-height:1.7}.help-faq-chevron{color:var(--text-muted)}.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}html[data-theme=light] .help-email-card{background:#0066ff0f;border-color:#0066ff1f}html[data-theme=light] .help-email-card:hover{border-color:#0066ff40}html[data-theme=light] .help-social-link{background:var(--bg-card)}html[data-theme=light] .help-social-icon-twitter{background:#1da1f21f}html[data-theme=light] .help-social-icon-discord{background:#5865f21f}html[data-theme=light] .help-copy-btn{background:#fff;border-color:#0000001a}html[data-theme=light] .help-copy-btn:hover{background:#0066ff14}html[data-theme=light] .help-faq-item{background:var(--bg-card)}html[data-theme=light] .help-faq-item.expanded{background:#f59e0b0a}html[data-theme=light] .help-feature-item{background:var(--bg-card)}.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}.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:24px}.form-group label{color:#999;margin-bottom:10px;font-size:14px;font-weight:500;display:block}.form-group>input,.form-group>textarea,.form-group>select{color:#fff;box-sizing:border-box;background:#0f0f11cc;border:1.5px solid #ffffff14;border-radius:14px;width:100%;padding:16px 18px;font-size:16px;font-weight:500;transition:all .2s}.form-group>input:hover,.form-group>textarea:hover,.form-group>select:hover{background:#141418e6;border-color:#ffffff26}.form-group>input:focus,.form-group>textarea:focus,.form-group>select:focus{background:#0f0f11;border-color:#06f;outline:none;box-shadow:0 0 0 4px #0066ff1a,0 4px 20px #0000004d}.form-group>input::placeholder,.form-group>textarea::placeholder{color:#555;font-weight:400}.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:#555;pointer-events:none;z-index:1;width:20px;height:20px;transition:all .2s;position:absolute;left:18px}.input-wrapper input{color:#fff;background:#0f0f11cc;border:1.5px solid #ffffff14;border-radius:14px;width:100%;padding:16px 18px 16px 52px;font-size:16px;font-weight:500;transition:all .2s}.input-wrapper input:hover{background:#141418e6;border-color:#ffffff26}.input-wrapper input:hover+.input-icon,.input-wrapper:hover .input-icon{color:#888}.input-wrapper input:focus+.input-icon{color:#06f}.input-wrapper:has(input:focus) .input-icon{color:#06f}.input-wrapper input::placeholder{color:#555;font-weight:400}.input-wrapper input:focus{background:#0f0f11;border-color:#06f;outline:none;box-shadow:0 0 0 4px #0066ff1a,0 4px 20px #0000004d}.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}.auth-methods{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.social-auth-btn.email{background:#0d0d10;border:1px solid #ffffff14}.social-auth-btn.email:hover{background:#1a1a1e;border-color:#ffffff1f}.social-auth-btn.email svg{stroke:#06f}.auth-icon{background:#0066ff1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.auth-icon svg{color:#06f}.auth-icon.success{background:#00c8531a}.auth-icon.success svg{color:#00c853}.auth-success{color:#00c853;text-align:center;background:#00c8531a;border:1px solid #00c85333;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:14px}.auth-email-display{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 16px;display:flex}.auth-email-display svg{color:#06f;flex-shrink:0;width:20px;height:20px}.auth-email-display span{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:500;overflow:hidden}.auth-email-display button{color:#06f;cursor:pointer;background:#0066ff1a;border:1px solid #06f3;border-radius:8px;flex-shrink:0;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.auth-email-display button:hover{background:#0066ff26;border-color:#0066ff4d}.auth-forgot-btn{color:#06f;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:12px;padding:12px;font-size:14px;font-weight:500;transition:all .2s;display:block}.auth-forgot-btn:hover{color:#3385ff;text-decoration:underline}.otp-input{letter-spacing:12px;text-align:center;font-family:SF Mono,Menlo,Monaco,monospace;font-weight:600;padding:20px 18px!important;font-size:28px!important}.otp-input::placeholder{letter-spacing:12px;color:#444}.input-hint{color:#666;align-items:center;gap:6px;margin-top:10px;padding-left:2px;font-size:12px;display:flex}.input-hint:before{content:"";opacity:.6;background:#06f;border-radius:50%;width:4px;height:4px}.optional-label{color:#666;font-weight:400}.auth-terms{color:#666;text-align:center;margin-bottom:20px;font-size:12px;line-height:1.5}.auth-terms a{color:#06f;text-decoration:none}.auth-terms a:hover{text-decoration:underline}.auth-resend-btn{color:#06f;cursor:pointer;background:0 0;border:none;width:100%;margin-top:8px;padding:12px;font-size:14px;transition:all .2s;display:block}.auth-resend-btn:hover:not(:disabled){color:#0052cc;text-decoration:underline}.auth-resend-btn:disabled{opacity:.5;cursor:not-allowed}.auth-skip-btn{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:10px;width:100%;margin-top:12px;padding:12px;font-size:14px;transition:all .2s;display:block}.auth-skip-btn:hover:not(:disabled){color:#ccc;border-color:#fff3}.auth-skip-btn:disabled{opacity:.5;cursor:not-allowed}.success-icon{background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.success-icon svg{color:#22c55e}.not-found-icon{background:#ff9f431a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.not-found-icon svg{color:#ff9f43}.not-found-phone{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-bottom:24px;padding:14px 20px;display:flex}.not-found-phone svg{color:#666;flex-shrink:0}.not-found-phone span{color:#fff;font-family:SF Mono,Menlo,Monaco,monospace;font-size:15px;font-weight:600}body.theme-light .not-found-icon,html[data-theme=light] .not-found-icon{background:#ff9f4314}body.theme-light .not-found-phone,html[data-theme=light] .not-found-phone{background:#00000008;border-color:#00000014}body.theme-light .not-found-phone svg,html[data-theme=light] .not-found-phone svg{color:#94a3b8}body.theme-light .not-found-phone span,html[data-theme=light] .not-found-phone span{color:#1e293b}.phone-input-container{align-items:stretch;gap:12px;display:flex}.country-select-wrapper{flex-shrink:0;position:relative}.country-code-select{appearance:none;color:#fff;cursor:pointer;box-sizing:border-box;background:#0f0f11;border:1.5px solid #2a2a2e;border-radius:12px;min-width:115px;height:54px;padding:16px 44px 16px 16px;font-size:15px;font-weight:500;transition:all .2s}.country-code-select:hover{background:#141418;border-color:#3a3a3e}.country-code-select:focus{border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff26}.select-arrow{pointer-events:none;color:#888;transition:color .2s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.country-select-wrapper:hover .select-arrow{color:#aaa}.phone-number-input{color:#fff;box-sizing:border-box;background:#0f0f11;border:1.5px solid #2a2a2e;border-radius:12px;flex:1;height:54px;padding:16px 18px;font-size:16px;font-weight:500;transition:all .2s}.phone-number-input:hover{background:#141418;border-color:#3a3a3e}.phone-number-input:focus{background:#0f0f11;border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff26}.phone-number-input::placeholder{color:#666;font-weight:400}body.theme-light .country-code-select,html[data-theme=light] .country-code-select{color:#1e293b;background:#fff;border-color:#e2e8f0}body.theme-light .country-code-select:hover,html[data-theme=light] .country-code-select:hover{background:#f8fafc;border-color:#cbd5e1}body.theme-light .country-code-select:focus,html[data-theme=light] .country-code-select:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}body.theme-light .select-arrow,html[data-theme=light] .select-arrow{color:#64748b}body.theme-light .country-select-wrapper:hover .select-arrow,html[data-theme=light] .country-select-wrapper:hover .select-arrow{color:#475569}body.theme-light .phone-number-input,html[data-theme=light] .phone-number-input{color:#1e293b;background:#fff;border-color:#e2e8f0}body.theme-light .phone-number-input:hover,html[data-theme=light] .phone-number-input:hover{background:#f8fafc;border-color:#cbd5e1}body.theme-light .phone-number-input:focus,html[data-theme=light] .phone-number-input:focus{background:#fff;border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}body.theme-light .phone-number-input::placeholder,html[data-theme=light] .phone-number-input::placeholder{color:#94a3b8}.country-flag{font-size:18px;line-height:1}.country-dial{color:#ccc;font-size:14px;font-weight:500}.country-chevron{color:#666;margin-left:auto;transition:transform .2s}.country-chevron.open{transform:rotate(180deg)}.country-dropdown{z-index:1000;background:#1a1a1e;border:1px solid #2a2a2e;border-radius:14px;flex-direction:column;min-width:280px;max-height:320px;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 12px 40px #00000080}.country-search{border-bottom:1px solid #2a2a2e;align-items:center;gap:10px;padding:12px 14px;display:flex}.country-search svg{color:#666;flex-shrink:0}.country-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:14px}.country-search input::placeholder{color:#555}.country-list{max-height:260px;padding:6px;overflow-y:auto}.country-divider{background:#2a2a2e;height:1px;margin:6px 8px}.country-option{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;transition:all .15s;display:flex}.country-option:hover{background:#252528}.country-option.selected{background:#0066ff26}.country-option .country-flag{font-size:20px}.country-option .country-name{flex:1;font-weight:500}.country-option .country-dial{color:#888;font-size:13px}.country-no-results{text-align:center;color:#666;padding:20px;font-size:14px}body.theme-light .local-phone-input,html[data-theme=light] .local-phone-input{color:#1e293b;background:#f8fafc;border:1.5px solid #d1d5db}body.theme-light .local-phone-input:hover,html[data-theme=light] .local-phone-input:hover{background:#f1f5f9;border-color:#9ca3af}body.theme-light .local-phone-input:focus,html[data-theme=light] .local-phone-input:focus{background:#fff;border-color:#06f;box-shadow:0 0 0 4px #0066ff1f,0 4px 12px #00000014}body.theme-light .local-phone-input::placeholder,html[data-theme=light] .local-phone-input::placeholder{color:#94a3b8}body.theme-light .country-select-trigger,html[data-theme=light] .country-select-trigger{color:#1e293b;background:#f8fafc;border:1.5px solid #d1d5db}body.theme-light .country-select-trigger:hover,html[data-theme=light] .country-select-trigger:hover{background:#f1f5f9;border-color:#9ca3af}body.theme-light .country-dial,html[data-theme=light] .country-dial{color:#475569}body.theme-light .country-chevron,html[data-theme=light] .country-chevron{color:#94a3b8}body.theme-light .country-dropdown,html[data-theme=light] .country-dropdown{background:#fff;border:1px solid #d1d5db;box-shadow:0 12px 40px #00000026}body.theme-light .country-search,html[data-theme=light] .country-search{border-bottom-color:#e2e8f0}body.theme-light .country-search svg,html[data-theme=light] .country-search svg{color:#94a3b8}body.theme-light .country-search input,html[data-theme=light] .country-search input{color:#1e293b}body.theme-light .country-search input::placeholder,html[data-theme=light] .country-search input::placeholder{color:#94a3b8}body.theme-light .country-divider,html[data-theme=light] .country-divider{background:#e2e8f0}body.theme-light .country-option,html[data-theme=light] .country-option{color:#1e293b}body.theme-light .country-option:hover,html[data-theme=light] .country-option:hover{background:#f1f5f9}body.theme-light .country-option.selected,html[data-theme=light] .country-option.selected{background:#0066ff1a}body.theme-light .country-option .country-dial,html[data-theme=light] .country-option .country-dial{color:#64748b}body.theme-light .country-no-results,html[data-theme=light] .country-no-results{color:#94a3b8}.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}.signin-help-text{text-align:center;margin-top:16px}.signin-help-text p{color:#888;margin:0;font-size:13px;line-height:1.5}body.theme-light .signin-help-text p,html[data-theme=light] .signin-help-text p{color:#64748b}.invite-only-notice{color:#888;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding:12px 16px;font-size:13px;display:flex}.invite-notice-icon{color:#666;justify-content:center;align-items:center;display:flex}.invite-notice-icon svg{width:14px;height:14px}body.theme-light .invite-only-notice,html[data-theme=light] .invite-only-notice{color:#64748b;background:#00000005;border-color:#00000014}body.theme-light .invite-notice-icon,html[data-theme=light] .invite-notice-icon{color:#94a3b8}.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}.auth-error{text-align:center;max-width:400px;padding:40px}.auth-error h2{color:#fff;margin:0 0 12px;font-size:24px;font-weight:600}.auth-error p{color:#888;margin:0;font-size:15px;line-height:1.5}body.theme-light .auth-error h2,html[data-theme=light] .auth-error h2{color:#1a1a1a}body.theme-light .auth-error p,html[data-theme=light] .auth-error p{color:#555}@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>input,body.theme-light .form-group>textarea,body.theme-light .form-group>select,html[data-theme=light] .form-group>input,html[data-theme=light] .form-group>textarea,html[data-theme=light] .form-group>select{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}body.theme-light .form-group>input:hover,body.theme-light .form-group>textarea:hover,body.theme-light .form-group>select:hover,html[data-theme=light] .form-group>input:hover,html[data-theme=light] .form-group>textarea:hover,html[data-theme=light] .form-group>select:hover{background:#fafbfc;border-color:#cbd5e1}body.theme-light .form-group>input:focus,body.theme-light .form-group>textarea:focus,body.theme-light .form-group>select:focus,html[data-theme=light] .form-group>input:focus,html[data-theme=light] .form-group>textarea:focus,html[data-theme=light] .form-group>select:focus{background:#fff;border-color:#06f;box-shadow:0 0 0 4px #0066ff14,0 2px 8px #0000000f}body.theme-light .form-group>input::placeholder,body.theme-light .form-group>textarea::placeholder,html[data-theme=light] .form-group>input::placeholder,html[data-theme=light] .form-group>textarea::placeholder{color:#94a3b8}body.theme-light .input-wrapper input,html[data-theme=light] .input-wrapper input{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}body.theme-light .input-wrapper input:hover,html[data-theme=light] .input-wrapper input:hover{background:#fafbfc;border-color:#cbd5e1}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{background:#fff;border-color:#06f;box-shadow:0 0 0 4px #0066ff14,0 2px 8px #0000000f}body.theme-light .input-icon,html[data-theme=light] .input-icon{color:#94a3b8}body.theme-light .input-wrapper:hover .input-icon,html[data-theme=light] .input-wrapper:hover .input-icon{color:#64748b}body.theme-light .input-wrapper input:focus~.input-icon,html[data-theme=light] .input-wrapper input:focus~.input-icon{color:#06f}body.theme-light .input-wrapper:has(input:focus) .input-icon{color:#06f}html[data-theme=light] .input-wrapper:has(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 .social-auth-btn.email,html[data-theme=light] .social-auth-btn.email{background:#fff;border:1px solid #e2e8f0}body.theme-light .social-auth-btn.email:hover,html[data-theme=light] .social-auth-btn.email:hover{background:#f8fafc;border-color:#cbd5e1}body.theme-light .auth-icon,html[data-theme=light] .auth-icon{background:#0066ff14}body.theme-light .auth-icon.success,html[data-theme=light] .auth-icon.success{background:#00c85314}body.theme-light .auth-success,html[data-theme=light] .auth-success{background:#00c85314;border-color:#00c85326}body.theme-light .auth-email-display,html[data-theme=light] .auth-email-display{background:#00000005;border-color:#e2e8f0}body.theme-light .auth-email-display span,html[data-theme=light] .auth-email-display span{color:#1e293b}body.theme-light .auth-email-display button,html[data-theme=light] .auth-email-display button{background:#0066ff14;border-color:#0066ff26}body.theme-light .auth-email-display button:hover,html[data-theme=light] .auth-email-display button:hover{background:#0066ff1f;border-color:#0066ff40}body.theme-light .auth-forgot-btn,html[data-theme=light] .auth-forgot-btn{color:#06f}body.theme-light .auth-forgot-btn:hover,html[data-theme=light] .auth-forgot-btn:hover{color:#0052cc}body.theme-light .form-group label,html[data-theme=light] .form-group label{color:#64748b}body.theme-light .input-hint,html[data-theme=light] .input-hint,body.theme-light .optional-label,html[data-theme=light] .optional-label{color:#94a3b8}body.theme-light .auth-skip-btn,html[data-theme=light] .auth-skip-btn{color:#64748b;border-color:#e2e8f0}body.theme-light .auth-skip-btn:hover:not(:disabled),html[data-theme=light] .auth-skip-btn:hover:not(:disabled){color:#475569;border-color:#cbd5e1}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}}.roadmap-view{max-width:1600px;margin:0 auto;padding:32px}.roadmap-hero{background:linear-gradient(145deg,#121216fa,#0a0a0cf2);border:1px solid #2981eb26;border-radius:24px;margin-bottom:32px;padding:48px;position:relative;overflow:hidden}.roadmap-hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.roadmap-orb{filter:blur(60px);border-radius:50%;position:absolute}.roadmap-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}.roadmap-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}.roadmap-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%)}.roadmap-hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.roadmap-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}.roadmap-badge-dot{background:#2981eb;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}.roadmap-title{color:#fff;width:100%;margin:0 0 16px;font-size:48px;font-weight:800;line-height:1.2}.roadmap-title-highlight{background:linear-gradient(135deg,#2981eb,#60a5fa,#93c5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.roadmap-subtitle{color:#888;width:100%;max-width:600px;margin:0;font-size:18px;line-height:1.6}.roadmap-section{margin-bottom:40px}.roadmap-section-header{margin-bottom:24px}.roadmap-section-title{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.roadmap-section-desc{color:#666;font-size:14px}.roadmap-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}.roadmap-cta-content{flex:1}.roadmap-cta-title{color:#fff;margin-bottom:8px;font-size:20px;font-weight:700}.roadmap-cta-desc{color:#888;font-size:14px}.roadmap-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}.roadmap-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #2981eb80}.roadmap-cta-btn svg{width:18px;height:18px}.kanban-board{grid-template-columns:repeat(4,1fr);gap:20px;min-height:500px;display:grid}.kanban-loading{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex}.kanban-loading-spinner{border:3px solid #ffffff1a;border-top-color:#06f;border-radius:50%;width:32px;height:32px;animation:1s linear infinite spin}.kanban-column{background:linear-gradient(145deg,#121216f2,#0a0a0cfa);border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;min-height:400px;transition:all .2s;display:flex}.kanban-column.drag-over{border-color:#0066ff80;box-shadow:0 0 20px #0066ff26}.kanban-column-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px;display:flex}.kanban-column-title{color:#fff;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.kanban-column-indicator{border-radius:50%;width:10px;height:10px}.kanban-column-count{color:#666;background:#ffffff0d;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:500}.kanban-add-btn{color:#888;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}.kanban-add-btn:hover{color:#06f;background:#0066ff26;border-color:#0066ff4d}.kanban-column-content{flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.kanban-empty-state{color:#555;border:2px dashed #ffffff14;border-radius:12px;justify-content:center;align-items:center;height:100px;margin:8px;font-size:13px;display:flex}.kanban-drop-indicator{background:linear-gradient(90deg,#0000,#06f,#0000);border-radius:2px;height:3px;animation:1s ease-in-out infinite pulse-indicator}@keyframes pulse-indicator{0%,to{opacity:.5}50%{opacity:1}}.kanban-card{cursor:default;background:#0f0f0f;border:1px solid #ffffff0f;border-radius:12px;padding:14px;transition:all .2s;position:relative}.kanban-card:hover{border-color:#ffffff1f;transform:translateY(-2px)}.kanban-card.dragging{opacity:.5;transform:rotate(3deg)scale(1.02);box-shadow:0 10px 30px #0006}.kanban-card-drag-handle{color:#555;cursor:grab;opacity:0;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex;position:absolute;top:8px;left:8px}.kanban-card:hover .kanban-card-drag-handle{opacity:1}.kanban-card-drag-handle:active{cursor:grabbing}.kanban-card-content{padding-left:0}.kanban-card:hover .kanban-card-content{padding-left:24px}.kanban-card-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.kanban-card-icon{color:#06f;background:linear-gradient(135deg,#0066ff26,#0066ff0d);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.kanban-card-priority{text-transform:uppercase;letter-spacing:.3px;border-radius:6px;margin-left:auto;padding:4px 8px;font-size:10px;font-weight:600}.kanban-card-title{color:#fff;margin:0 0 6px;font-size:14px;font-weight:600;line-height:1.4}.kanban-card-desc{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.kanban-card-edit{color:#666;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.kanban-card:hover .kanban-card-edit{opacity:1}.kanban-card-edit:hover{color:#fff;background:#ffffff1a}.roadmap-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}.roadmap-modal{background:#0f0f0f;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:520px;margin:20px;animation:.25s slideUp;overflow:hidden}.roadmap-modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.roadmap-modal-header h3{color:#fff;margin:0;font-size:18px;font-weight:600}.roadmap-modal-close{color:#888;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.roadmap-modal-close:hover{color:#fff;background:#ffffff1a}.roadmap-modal-body{flex-direction:column;gap:20px;max-height:60vh;padding:24px;display:flex;overflow-y:auto}.roadmap-form-group{flex-direction:column;gap:8px;display:flex}.roadmap-form-group label{color:#888;font-size:13px;font-weight:500}.roadmap-form-group input,.roadmap-form-group textarea{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.roadmap-form-group input:focus,.roadmap-form-group textarea:focus{background:#ffffff0d;border-color:#0066ff80}.roadmap-form-group input::placeholder,.roadmap-form-group textarea::placeholder{color:#555}.roadmap-form-group textarea{resize:vertical;min-height:80px}.roadmap-modal-large{max-width:640px}.roadmap-modal-large .roadmap-modal-body{max-height:70vh}.icon-picker-selected{background:#0066ff14;border:1px solid #06f3;border-radius:12px;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;display:flex}.icon-picker-preview{color:#06f;background:linear-gradient(135deg,#06f3,#0066ff0d);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.icon-picker-name{color:#fff;font-size:14px;font-weight:500}.icon-picker-search{margin-bottom:12px;position:relative}.icon-picker-search-icon{color:#666;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.icon-picker-search input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:12px 14px 12px 42px;font-size:14px;transition:all .2s}.icon-picker-search input:focus{background:#ffffff0d;border-color:#06f6}.icon-picker-search input::placeholder{color:#555}.icon-picker-categories{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;gap:6px;margin-bottom:12px;padding-bottom:12px;display:flex}.icon-category-tab{color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff14;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:500;transition:all .2s}.icon-category-tab:hover{color:#fff;background:#ffffff0d;border-color:#ffffff26}.icon-category-tab.active{color:#06f;background:#0066ff26;border-color:#0066ff4d}.icon-picker-grid{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:4px;max-height:200px;padding:12px;display:grid;overflow-y:auto}.icon-picker-grid::-webkit-scrollbar{width:6px}.icon-picker-grid::-webkit-scrollbar-track{background:0 0}.icon-picker-grid::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.icon-picker-grid::-webkit-scrollbar-thumb:hover{background:#fff3}.icon-picker-option{color:#888;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex}.icon-picker-option:hover{color:#fff;background:#ffffff14;transform:scale(1.05)}.icon-picker-option.active{color:#06f;background:#06f3;border-color:#06f6;box-shadow:0 0 0 2px #06f3}.icon-picker-empty{text-align:center;color:#666;grid-column:1/-1;padding:32px;font-size:13px}.roadmap-priority-picker{gap:8px;display:flex}.roadmap-priority-option{color:#888;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;flex:1;padding:10px 14px;font-size:13px;font-weight:500;transition:all .2s}.roadmap-priority-option:hover{color:#fff;background:#ffffff0f}.roadmap-priority-option.active{color:#fff;background:#0066ff1a;border-color:#0066ff4d}.roadmap-modal-footer{background:#0000004d;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.roadmap-modal-delete{align-items:center;gap:10px;display:flex}.delete-confirm-text{color:#ef4444;font-size:13px}.roadmap-modal-actions{gap:10px;margin-left:auto;display:flex}.roadmap-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.roadmap-btn:disabled{opacity:.5;cursor:not-allowed}.roadmap-btn-primary{color:#fff;background:linear-gradient(135deg,#06f,#2981eb);box-shadow:0 4px 15px #0066ff4d}.roadmap-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #06f6}.roadmap-btn-secondary{color:#888;background:#ffffff0d;border:1px solid #ffffff1a}.roadmap-btn-secondary:hover:not(:disabled){color:#fff;background:#ffffff14}.roadmap-btn-danger{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444)}.roadmap-btn-danger:hover:not(:disabled){transform:translateY(-1px)}.roadmap-btn-ghost-danger{color:#ef4444;background:0 0;padding:8px 12px}.roadmap-btn-ghost-danger:hover:not(:disabled){background:#ef44441a}html[data-theme=light] .roadmap-hero{background:linear-gradient(145deg,#fff,#f8fafc);border-color:#2981eb1f}html[data-theme=light] .roadmap-title,html[data-theme=light] .roadmap-section-title,html[data-theme=light] .roadmap-cta-title{color:#1e293b}html[data-theme=light] .roadmap-subtitle,html[data-theme=light] .roadmap-section-desc,html[data-theme=light] .roadmap-cta-desc{color:#64748b}html[data-theme=light] .roadmap-cta{background:linear-gradient(135deg,#2981eb14 0%,#2563eb08 100%);border-color:#2981eb26}html[data-theme=light] .kanban-column{background:#fff;border-color:#00000014}html[data-theme=light] .kanban-column.drag-over{border-color:#06f6}html[data-theme=light] .kanban-column-header{border-color:#0000000f}html[data-theme=light] .kanban-column-title{color:#1e293b}html[data-theme=light] .kanban-column-count{color:#64748b;background:#0000000a}html[data-theme=light] .kanban-add-btn{color:#64748b;background:#00000008;border-color:#00000014}html[data-theme=light] .kanban-add-btn:hover{background:#0066ff1a;border-color:#06f3}html[data-theme=light] .kanban-empty-state{color:#94a3b8;border-color:#00000014}html[data-theme=light] .kanban-card{background:#fff;border-color:#00000014;box-shadow:0 1px 3px #0000000a}html[data-theme=light] .kanban-card:hover{border-color:#0000001f;box-shadow:0 4px 12px #00000014}html[data-theme=light] .kanban-card-drag-handle{color:#94a3b8}html[data-theme=light] .kanban-card-title{color:#1e293b}html[data-theme=light] .kanban-card-desc{color:#64748b}html[data-theme=light] .kanban-card-edit{color:#94a3b8}html[data-theme=light] .kanban-card-edit:hover{color:#1e293b;background:#0000000d}html[data-theme=light] .roadmap-modal{background:#fff;border-color:#0000001a}html[data-theme=light] .roadmap-modal-header{border-color:#00000014}html[data-theme=light] .roadmap-modal-header h3{color:#1e293b}html[data-theme=light] .roadmap-modal-close{color:#64748b}html[data-theme=light] .roadmap-modal-close:hover{color:#1e293b;background:#0000000d}html[data-theme=light] .roadmap-form-group label{color:#64748b}html[data-theme=light] .roadmap-form-group input,html[data-theme=light] .roadmap-form-group textarea{color:#1e293b;background:#00000005;border-color:#0000001a}html[data-theme=light] .roadmap-form-group input:focus,html[data-theme=light] .roadmap-form-group textarea:focus{background:#00000008;border-color:#06f6}html[data-theme=light] .roadmap-form-group input::placeholder,html[data-theme=light] .roadmap-form-group textarea::placeholder{color:#94a3b8}html[data-theme=light] .icon-picker-selected{background:#0066ff0f;border-color:#0066ff26}html[data-theme=light] .icon-picker-name{color:#1e293b}html[data-theme=light] .icon-picker-search input{color:#1e293b;background:#00000005;border-color:#0000001a}html[data-theme=light] .icon-picker-search input:focus{background:#00000008;border-color:#0066ff4d}html[data-theme=light] .icon-picker-search input::placeholder,html[data-theme=light] .icon-picker-search-icon{color:#94a3b8}html[data-theme=light] .icon-picker-categories{border-color:#0000000f}html[data-theme=light] .icon-category-tab{color:#64748b;border-color:#00000014}html[data-theme=light] .icon-category-tab:hover{color:#1e293b;background:#0000000a;border-color:#0000001f}html[data-theme=light] .icon-category-tab.active{background:#0066ff1a;border-color:#06f3}html[data-theme=light] .icon-picker-grid{background:#00000005;border-color:#0000000f}html[data-theme=light] .icon-picker-grid::-webkit-scrollbar-thumb{background:#0000001a}html[data-theme=light] .icon-picker-grid::-webkit-scrollbar-thumb:hover{background:#0003}html[data-theme=light] .icon-picker-option{color:#64748b}html[data-theme=light] .icon-picker-option:hover{color:#1e293b;background:#0000000d}html[data-theme=light] .icon-picker-option.active{background:#0066ff1f;border-color:#0066ff40;box-shadow:0 0 0 2px #0066ff1a}html[data-theme=light] .icon-picker-empty{color:#94a3b8}html[data-theme=light] .roadmap-priority-option{color:#64748b;background:#00000005;border-color:#00000014}html[data-theme=light] .roadmap-priority-option:hover{color:#1e293b;background:#0000000a}html[data-theme=light] .roadmap-priority-option.active{color:#1e293b;background:#0066ff14;border-color:#06f3}html[data-theme=light] .roadmap-modal-footer{background:#00000005;border-color:#00000014}html[data-theme=light] .roadmap-btn-secondary{color:#64748b;background:#00000008;border-color:#0000001a}html[data-theme=light] .roadmap-btn-secondary:hover:not(:disabled){color:#1e293b;background:#0000000f}@media (max-width:1400px){.kanban-board{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.kanban-board{grid-template-columns:1fr}.roadmap-view{padding:20px}.roadmap-hero{padding:32px 24px}.roadmap-title{font-size:32px}.roadmap-subtitle{font-size:15px}.roadmap-cta{text-align:center;flex-direction:column;padding:24px}}@media (max-width:600px){.icon-picker-grid{grid-template-columns:repeat(6,1fr)}.icon-picker-categories{gap:4px}.icon-category-tab{padding:5px 10px;font-size:10px}.roadmap-priority-picker{flex-wrap:wrap}.roadmap-priority-option{flex:calc(50% - 4px)}.roadmap-modal-footer{flex-direction:column;gap:16px}.roadmap-modal-delete{justify-content:center;width:100%}.roadmap-modal-actions{width:100%;margin-left:0}.roadmap-modal-actions .roadmap-btn{flex:1;justify-content:center}}@keyframes ai-report-spin{to{transform:rotate(360deg)}}.ai-report-header-DEPRECATED{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.ai-report-header-content{flex:1}.ai-report-header-badge{color:#06f;background:#0066ff1a;border:1px solid #06f3;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.ai-report-title{color:var(--text-primary);letter-spacing:-.5px;margin:0 0 12px;font-size:36px;font-weight:700}.ai-report-title-highlight{background:linear-gradient(135deg,#06f 0%,#00d4ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ai-report-subtitle{color:var(--text-secondary);max-width:500px;margin:0;font-size:16px;line-height:1.6}.ai-report-countdown{background:linear-gradient(145deg,#0066ff14,#00d4ff0a);border:1px solid #0066ff26;border-radius:16px;align-items:center;gap:16px;padding:20px 24px;display:flex}.ai-report-countdown-icon{color:#06f;background:#0066ff26;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ai-report-countdown-content{flex-direction:column;gap:4px;display:flex}.ai-report-countdown-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.ai-report-countdown-value{color:var(--text-primary);font-size:24px;font-weight:700}.ai-report-skeleton{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;padding:32px;position:relative;overflow:hidden}.ai-report-skeleton-cards{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.ai-report-skeleton-card{background:var(--bg-tertiary);border-radius:14px;align-items:center;gap:16px;padding:20px;display:flex}.ai-report-skeleton-card-icon{color:#06f;background:#0066ff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ai-report-skeleton-card-icon.win{color:#22c55e;background:#22c55e1a}.ai-report-skeleton-card-icon.target{color:#f59e0b;background:#f59e0b1a}.ai-report-skeleton-card-icon.alert{color:#ef4444;background:#ef44441a}.ai-report-skeleton-card-content{flex-direction:column;flex:1;gap:10px;display:flex}.ai-report-skeleton-line{background:var(--bg-quaternary);border-radius:6px;height:12px}.ai-report-skeleton-line.large{border-radius:8px;height:20px}.skeleton-shimmer{position:relative;overflow:hidden}.skeleton-shimmer:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff0a 50%,#0000 100%);animation:2s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.ai-report-skeleton-grid{grid-template-columns:1.5fr 1fr;gap:24px;margin-bottom:24px;display:grid}.ai-report-skeleton-section{background:var(--bg-tertiary);border-radius:16px;padding:24px}.ai-report-skeleton-section-header{color:var(--text-secondary);align-items:center;gap:12px;margin-bottom:20px;display:flex}.ai-report-skeleton-chart{align-items:flex-end;height:200px;padding-top:20px;display:flex}.ai-report-skeleton-chart-bars{align-items:flex-end;gap:8px;width:100%;height:100%;display:flex}.ai-report-skeleton-bar{background:var(--bg-quaternary);border-radius:4px 4px 0 0;flex:1}.ai-report-skeleton-pie{align-items:center;gap:24px;display:flex}.ai-report-skeleton-pie-chart{background:conic-gradient(var(--bg-quaternary)0deg 120deg,#0066ff1a 120deg 220deg,#22c55e1a 220deg 360deg);border-radius:50%;flex-shrink:0;width:140px;height:140px}.ai-report-skeleton-pie-legend{flex-direction:column;gap:12px;display:flex}.ai-report-skeleton-legend-item{align-items:center;gap:10px;display:flex}.ai-report-skeleton-legend-dot{background:var(--bg-quaternary);border-radius:4px;width:12px;height:12px}.ai-report-skeleton-insights{background:var(--bg-tertiary);border-radius:16px;padding:24px}.ai-report-skeleton-insight-cards{flex-direction:column;gap:16px;display:flex}.ai-report-skeleton-insight{background:var(--bg-secondary);border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex}.ai-report-skeleton-insight-icon{background:var(--bg-quaternary);border-radius:10px;flex-shrink:0;width:40px;height:40px}.ai-report-skeleton-insight-icon.positive{background:#22c55e26}.ai-report-skeleton-insight-icon.warning{background:#f59e0b26}.ai-report-skeleton-insight-icon.tip{background:#0066ff26}.ai-report-skeleton-insight-content{flex-direction:column;flex:1;gap:8px;display:flex}.ai-report-skeleton-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0eb3;border-radius:20px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ai-report-skeleton-overlay-content{color:var(--text-secondary);flex-direction:column;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.ai-report-skeleton-overlay-content svg{color:#06f;animation:2s ease-in-out infinite pulse}.ai-report-skeleton-overlay-content span:first-of-type{color:var(--text-primary);font-size:16px;font-weight:600}.ai-report-skeleton-overlay-sub{color:var(--text-secondary);opacity:.8;font-size:13px;font-weight:400}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.ai-report-info{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;display:grid}.ai-report-info-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;align-items:flex-start;gap:16px;padding:24px;display:flex}.ai-report-info-icon{color:#06f;background:#0066ff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ai-report-info-content h4{color:var(--text-primary);margin:0 0 6px;font-size:15px;font-weight:600}.ai-report-info-content p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.ai-report-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ai-report-modal{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:24px;width:100%;max-width:480px;padding:40px;position:relative}.ai-report-modal-close{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.ai-report-modal-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.ai-report-modal-icon{color:#06f;background:linear-gradient(145deg,#0066ff26,#00d4ff1a);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex;position:relative}.ai-report-modal-icon-ring{border:2px solid #06f3;border-radius:32px;animation:2s ease-in-out infinite ring-pulse;position:absolute;inset:-8px}.ai-report-modal-icon-ring-2{border-radius:40px;animation-delay:.5s;inset:-16px}@keyframes ring-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.ai-report-modal-title{color:var(--text-primary);margin:0 0 12px;font-size:24px;font-weight:700}.ai-report-modal-desc{color:var(--text-secondary);margin:0 0 24px;font-size:15px;line-height:1.6}.ai-report-modal-timer{color:var(--text-secondary);background:#0066ff1a;border:1px solid #06f3;border-radius:12px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 20px;font-size:14px;display:inline-flex}.ai-report-modal-timer svg{color:#06f}.ai-report-modal-timer strong{color:#06f;font-weight:600}.ai-report-modal-features{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px;display:grid}.ai-report-modal-feature{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.ai-report-modal-feature svg{color:#22c55e;flex-shrink:0}.ai-report-modal-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border:none;border-radius:12px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s}.ai-report-modal-btn:hover{background:linear-gradient(135deg,#0052cc 0%,#003d99 100%);transform:translateY(-1px)}html[data-theme=light] .ai-report-view{background:var(--bg-primary)}html[data-theme=light] .ai-report-header-badge{background:#0066ff14;border-color:#0066ff26}html[data-theme=light] .ai-report-countdown{background:linear-gradient(145deg,#0066ff0f,#00d4ff08);border-color:#0066ff1f}html[data-theme=light] .ai-report-countdown-icon{background:#0066ff1a}html[data-theme=light] .ai-report-skeleton{background:#fff;border-color:#00000014;box-shadow:0 4px 24px #0000000f}html[data-theme=light] .ai-report-skeleton-card{background:#f8f9fc}html[data-theme=light] .ai-report-skeleton-card-icon{background:#0066ff14}html[data-theme=light] .ai-report-skeleton-card-icon.win{background:#22c55e14}html[data-theme=light] .ai-report-skeleton-card-icon.target{background:#f59e0b14}html[data-theme=light] .ai-report-skeleton-card-icon.alert{background:#ef444414}html[data-theme=light] .ai-report-skeleton-line{background:#e8ebf0}html[data-theme=light] .ai-report-skeleton-section{background:#f8f9fc}html[data-theme=light] .ai-report-skeleton-bar{background:#e8ebf0}html[data-theme=light] .ai-report-skeleton-pie-chart{background:conic-gradient(#e8ebf0 0deg 120deg,#0066ff26 120deg 220deg,#22c55e26 220deg 360deg)}html[data-theme=light] .ai-report-skeleton-legend-dot{background:#e8ebf0}html[data-theme=light] .ai-report-skeleton-insights{background:#f8f9fc}html[data-theme=light] .ai-report-skeleton-insight{background:#fff;border:1px solid #0000000f}html[data-theme=light] .ai-report-skeleton-insight-icon{background:#e8ebf0}html[data-theme=light] .ai-report-skeleton-insight-icon.positive{background:#22c55e1f}html[data-theme=light] .ai-report-skeleton-insight-icon.warning{background:#f59e0b1f}html[data-theme=light] .ai-report-skeleton-insight-icon.tip{background:#0066ff1f}html[data-theme=light] .ai-report-skeleton-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9}html[data-theme=light] .ai-report-skeleton-overlay-content{color:#64748b}html[data-theme=light] .ai-report-info-item{background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000a}html[data-theme=light] .ai-report-info-icon{background:#0066ff14}html[data-theme=light] .ai-report-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006}html[data-theme=light] .ai-report-modal{background:#fff;border-color:#0000001a;box-shadow:0 24px 48px #00000026,0 8px 16px #0000001a}html[data-theme=light] .ai-report-modal-close{color:#94a3b8}html[data-theme=light] .ai-report-modal-close:hover{color:#334155;background:#f1f5f9}html[data-theme=light] .ai-report-modal-icon{background:linear-gradient(145deg,#0066ff1a,#00d4ff0f)}html[data-theme=light] .ai-report-modal-icon-ring{border-color:#0066ff26}html[data-theme=light] .ai-report-modal-timer{background:#0066ff0f;border-color:#0066ff1f}html[data-theme=light] .ai-report-modal-feature{background:#f8f9fc;border:1px solid #0000000a}html[data-theme=light] .skeleton-shimmer:after{background:linear-gradient(90deg,#0000 0%,#00000008 50%,#0000 100%)}@media (max-width:1200px){.ai-report-skeleton-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.ai-report-view{padding:20px}.ai-report-header{flex-direction:column}.ai-report-countdown{width:100%}.ai-report-skeleton-grid,.ai-report-info{grid-template-columns:1fr}.ai-report-title{font-size:28px}}@media (max-width:600px){.ai-report-skeleton-cards{grid-template-columns:1fr}.ai-report-modal{padding:28px 20px}.ai-report-modal-features{grid-template-columns:1fr}.ai-report-skeleton-pie{flex-direction:column}}.ai-report-period{color:var(--text-gray);margin:0;font-size:14px}.ai-report-header-actions{align-items:center;gap:12px;display:flex}.ai-report-history-btn{border:1px solid var(--border-color);color:var(--text-gray);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.ai-report-history-btn:hover{border-color:var(--text-muted);color:var(--text-white);background:#ffffff0d}.ai-report-generate-wrapper{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.ai-report-generate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.ai-report-generate-btn:hover:not(:disabled){background:linear-gradient(135deg,#0052cc 0%,#003d99 100%);transform:translateY(-1px)}.ai-report-generate-btn:disabled{opacity:.5;cursor:not-allowed}.ai-report-generate-limit{color:var(--text-muted);font-size:12px}.ai-report-error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:16px 20px;display:flex}.ai-report-error span{flex:1}.ai-report-error button{color:#ef4444;cursor:pointer;background:0 0;border:none;font-weight:500;text-decoration:underline}.ai-report-history-dropdown{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;margin-bottom:24px;padding:16px}.ai-report-history-dropdown h4{color:var(--text-white);margin:0 0 12px;font-size:14px;font-weight:600}.ai-report-history-list{flex-direction:column;gap:8px;display:flex}.ai-report-history-item{color:var(--text-gray);background:#ffffff08;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.ai-report-history-item span:first-of-type{flex:1}.ai-report-history-trades{color:var(--text-muted)}.ai-report-scores-row{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;justify-content:center;align-items:flex-end;gap:32px;margin-bottom:32px;padding:24px;display:flex}.ai-report-score-card{flex-direction:column;align-items:center;gap:8px;display:flex}.ai-report-score-gauge{justify-content:center;align-items:center;display:flex;position:relative}.ai-report-score-value{flex-direction:column;align-items:center;display:flex;position:absolute}.ai-report-score-label{color:var(--text-gray);font-weight:500}.ai-report-executive-summary{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;margin-bottom:24px;padding:28px}.ai-report-executive-header{gap:32px;margin-bottom:24px;display:flex}.ai-report-executive-score{flex-shrink:0}.ai-report-executive-content{flex:1}.ai-report-executive-headline{color:var(--text-white);margin:0 0 12px;font-size:24px;font-weight:700}.ai-report-executive-text{color:var(--text-gray);margin:0;font-size:15px;line-height:1.6}.ai-report-executive-insights{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.ai-report-executive-insight{background:#ffffff08;border-radius:12px;gap:14px;padding:16px;display:flex}.ai-report-executive-insight.strength{border-left:3px solid #10b981}.ai-report-executive-insight.weakness{border-left:3px solid #f59e0b}.ai-report-executive-insight-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ai-report-executive-insight.strength .ai-report-executive-insight-icon{color:#10b981;background:#10b98126}.ai-report-executive-insight.weakness .ai-report-executive-insight-icon{color:#f59e0b;background:#f59e0b26}.ai-report-executive-insight-content{flex:1}.ai-report-executive-insight-label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.ai-report-executive-insight-text{color:var(--text-white);margin:0;font-size:14px;line-height:1.5}.ai-report-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;margin-bottom:24px;padding:24px}.ai-report-section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ai-report-section-title{color:var(--text-white);align-items:center;gap:10px;display:flex}.ai-report-section-title h3{margin:0;font-size:18px;font-weight:600}.ai-report-section-score{flex-direction:column;align-items:flex-end;display:flex}.ai-report-section-score-value{color:var(--primary-blue);font-size:24px;font-weight:700}.ai-report-section-score-value.positive{color:#10b981}.ai-report-section-score-value.negative{color:var(--danger)}.ai-report-section-score-label{color:var(--text-muted);font-size:12px}.ai-report-subsection-title{color:var(--text-gray);align-items:center;gap:8px;margin:0 0 16px;font-size:14px;font-weight:600;display:flex}.ai-report-section-footer{border-top:1px solid var(--border-color);margin-top:20px;padding-top:20px}.ai-report-section-insight{color:var(--text-gray);margin:0 0 16px;font-size:14px;line-height:1.6}.ai-report-section-highlights{gap:16px;display:flex}.ai-report-highlight{border-radius:10px;flex:1;padding:12px 16px}.ai-report-highlight.good{background:#10b9811a;border-left:3px solid #10b981}.ai-report-highlight.bad{background:#f59e0b1a;border-left:3px solid #f59e0b}.ai-report-highlight-label{text-transform:uppercase;color:var(--text-muted);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.ai-report-highlight-value{color:var(--text-white);font-size:14px;font-weight:500}.ai-report-rule-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;display:grid}.ai-report-rule-card{border:1px solid var(--border-color);background:#ffffff08;border-radius:12px;padding:16px}.ai-report-rule-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ai-report-rule-card-title{align-items:center;gap:8px;display:flex}.ai-report-rule-name{color:var(--text-white);font-size:14px;font-weight:600}.ai-report-rule-violations{color:var(--danger);align-items:center;gap:4px;font-size:12px;display:flex}.ai-report-rule-progress{align-items:center;gap:12px;margin-bottom:12px;display:flex}.ai-report-rule-progress-bar{background:#ffffff1a;border-radius:3px;flex:1;height:6px;overflow:hidden}.ai-report-rule-progress-fill{border-radius:3px;height:100%;transition:width .5s}.ai-report-rule-percentage{text-align:right;min-width:40px;font-size:14px;font-weight:600}.ai-report-rule-values{gap:20px;margin-bottom:12px;display:flex}.ai-report-rule-value{flex-direction:column;gap:2px;display:flex}.ai-report-rule-value-label{color:var(--text-muted);font-size:11px}.ai-report-rule-value-text{color:var(--text-white);font-size:13px}.ai-report-rule-insight{color:var(--text-gray);margin:0;font-size:13px;line-height:1.5}.ai-report-metrics-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.ai-report-metric-card{background:#ffffff08;border-radius:10px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.ai-report-metric-label{color:var(--text-muted);font-size:12px}.ai-report-metric-value{color:var(--text-white);font-size:18px;font-weight:600}.ai-report-metric-value.positive{color:#10b981}.ai-report-metric-value.negative{color:var(--danger)}.ai-report-day-stats{margin-bottom:24px}.ai-report-day-bars{justify-content:space-between;align-items:flex-end;gap:12px;height:150px;padding:16px 0;display:flex}.ai-report-day-bar-container{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.ai-report-day-bar-wrapper{justify-content:center;align-items:flex-end;width:100%;height:100px;display:flex}.ai-report-day-bar{border-radius:4px 4px 0 0;width:80%;max-width:40px;transition:height .5s}.ai-report-day-bar.positive{background:linear-gradient(#10b981 0%,#059669 100%)}.ai-report-day-bar.negative{background:linear-gradient(#ef4444 0%,#dc2626 100%)}.ai-report-day-label{color:var(--text-muted);font-size:12px;font-weight:500}.ai-report-day-pnl{font-size:11px;font-weight:600}.ai-report-day-pnl.positive{color:#10b981}.ai-report-day-pnl.negative{color:var(--danger)}.ai-report-performance-summary{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.ai-report-performance-item{background:#ffffff08;border-radius:10px;align-items:center;gap:10px;padding:12px;display:flex}.ai-report-performance-item div{flex-direction:column;gap:2px;display:flex}.ai-report-performance-label{color:var(--text-muted);font-size:11px}.ai-report-performance-value{color:var(--text-white);font-size:13px;font-weight:500}.ai-report-strength-weakness{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.ai-report-list{border-radius:10px;padding:16px}.ai-report-list.good{background:#10b98114;border-left:3px solid #10b981}.ai-report-list.bad{background:#ef444414;border-left:3px solid #ef4444}.ai-report-list h5{color:var(--text-white);margin:0 0 10px;font-size:12px;font-weight:600}.ai-report-list ul{margin:0;padding:0;list-style:none}.ai-report-list li{color:var(--text-gray);border-bottom:1px solid #ffffff0d;padding:6px 0;font-size:13px}.ai-report-list li:last-child{border-bottom:none}.ai-report-positions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.ai-report-position-card{border:1px solid var(--border-color);background:#ffffff08;border-radius:12px;padding:16px}.ai-report-position-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ai-report-position-symbol{align-items:center;gap:8px;display:flex}.ai-report-position-symbol-name{color:var(--text-white);font-size:16px;font-weight:600}.ai-report-position-type{text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600}.ai-report-position-type.long{color:#10b981;background:#10b98126}.ai-report-position-type.short{color:#ef4444;background:#ef444426}.ai-report-position-pnl{font-size:16px;font-weight:600}.ai-report-position-pnl.positive{color:#10b981}.ai-report-position-pnl.negative{color:var(--danger)}.ai-report-position-details{gap:16px;margin-bottom:12px;display:flex}.ai-report-position-detail{flex-direction:column;gap:2px;display:flex}.ai-report-position-detail-label{color:var(--text-muted);align-items:center;gap:4px;font-size:11px;display:flex}.ai-report-position-detail-value{color:var(--text-white);font-size:13px}.ai-report-position-risk{margin-bottom:12px}.ai-report-position-risk-badge{align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.ai-report-position-analysis{color:var(--text-gray);margin:0;font-size:13px;line-height:1.5}.ai-report-empty-state{text-align:center;color:var(--text-muted);padding:40px 20px}.ai-report-psych-stats{gap:24px;margin-bottom:24px;display:flex}.ai-report-psych-stat{color:var(--primary-blue);background:#ffffff08;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;display:flex}.ai-report-psych-stat-content{flex-direction:column;display:flex}.ai-report-psych-stat-value{color:var(--text-white);font-size:20px;font-weight:700}.ai-report-psych-stat-rating{color:#f59e0b;font-size:24px;font-weight:700}.ai-report-psych-stat-label{color:var(--text-muted);font-size:12px}.ai-report-checklist-section{margin-bottom:24px}.ai-report-checklist-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.ai-report-checklist-item{background:#ffffff08;border-radius:10px;padding:14px 16px}.ai-report-checklist-item-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ai-report-checklist-item-label{color:var(--text-gray);font-size:13px}.ai-report-checklist-item-value{font-size:14px;font-weight:600}.ai-report-checklist-bar{background:#ffffff1a;border-radius:2px;height:4px;overflow:hidden}.ai-report-checklist-bar-fill{border-radius:2px;height:100%;transition:width .5s}.ai-report-emotion-section{margin-bottom:24px}.ai-report-emotions{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.ai-report-emotion-tag{background:#ffffff0d;border-radius:20px;align-items:center;gap:8px;padding:8px 14px;display:flex}.ai-report-emotion-name{color:var(--text-white);font-size:13px}.ai-report-emotion-count{color:var(--text-muted);background:#ffffff1a;border-radius:10px;padding:2px 6px;font-size:11px}.ai-report-emotion-pnl{font-size:12px;font-weight:500}.ai-report-emotion-pnl.positive{color:#10b981}.ai-report-emotion-pnl.negative{color:var(--danger)}.ai-report-emotion-insight{color:var(--text-gray);font-size:13px;line-height:1.6}.ai-report-warnings{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.ai-report-warning-card{border-left:3px solid;border-radius:12px;padding:16px}.ai-report-warning-card.overtrading{background:#f59e0b1a;border-left-color:#f59e0b}.ai-report-warning-card.revenge{background:#ef44441a;border-left-color:#ef4444}.ai-report-warning-header{color:var(--text-white);align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.ai-report-warning-card.overtrading .ai-report-warning-header{color:#f59e0b}.ai-report-warning-card.revenge .ai-report-warning-header{color:#ef4444}.ai-report-warning-detail{color:var(--text-gray);margin:0 0 4px;font-size:13px}.ai-report-warning-impact{color:var(--text-muted);margin:0;font-size:13px}.ai-report-tags-section{margin-bottom:24px}.ai-report-tags{flex-wrap:wrap;gap:10px;display:flex}.ai-report-tag{border:1px solid var(--border-color);background:#ffffff0d;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;display:flex}.ai-report-tag-name{color:var(--text-white);font-size:13px;font-weight:500}.ai-report-tag-count{color:var(--text-muted);background:#ffffff1a;border-radius:8px;padding:2px 6px;font-size:11px}.ai-report-tag-pnl{font-size:12px}.ai-report-tag-pnl.positive{color:#10b981}.ai-report-tag-pnl.negative{color:var(--danger)}.ai-report-section.recommendations{background:linear-gradient(145deg,var(--bg-card),#0066ff08)}.ai-report-recommendation-count{color:var(--text-muted);font-size:13px}.ai-report-recommendations-list{flex-direction:column;gap:16px;display:flex}.ai-report-recommendation-card{border:1px solid var(--border-color);background:#ffffff08;border-left-width:3px;border-radius:12px;padding:20px}.ai-report-recommendation-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ai-report-recommendation-meta{align-items:center;gap:10px;display:flex}.ai-report-recommendation-priority{letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:10px;font-weight:700}.ai-report-recommendation-category{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.ai-report-recommendation-metric{color:var(--primary-blue);background:#0066ff1a;border-radius:12px;padding:4px 10px;font-size:11px}.ai-report-recommendation-title{color:var(--text-white);margin:0 0 8px;font-size:16px;font-weight:600}.ai-report-recommendation-desc{color:var(--text-gray);margin:0 0 16px;font-size:14px;line-height:1.6}.ai-report-recommendation-actions h5{color:var(--text-muted);margin:0 0 8px;font-size:12px;font-weight:600}.ai-report-recommendation-actions ul{margin:0;padding:0;list-style:none}.ai-report-recommendation-actions li{color:var(--text-gray);align-items:flex-start;gap:8px;padding:6px 0;font-size:13px;display:flex}.ai-report-recommendation-actions li svg{color:var(--primary-blue);flex-shrink:0;margin-top:3px}.ai-report-recommendation-impact{border-top:1px solid var(--border-color);color:var(--text-muted);margin-top:12px;padding-top:12px;font-size:13px}.ai-report-recommendation-impact strong{color:var(--text-gray)}.ai-report-footer{color:var(--text-muted);border-top:1px solid var(--border-color);justify-content:center;align-items:center;gap:8px;margin-top:32px;padding:16px;font-size:13px;display:flex}.ai-report-empty{text-align:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:60px 40px}.ai-report-empty-icon{color:#06f;background:linear-gradient(145deg,#0066ff26,#00d4ff1a);border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;display:flex}.ai-report-empty h2{color:var(--text-white);margin:0 0 12px;font-size:24px;font-weight:600}.ai-report-empty p{color:var(--text-gray);max-width:400px;margin:0 auto 24px;font-size:15px}.ai-report-empty-requirements{text-align:left;background:#ffffff08;border-radius:12px;padding:16px 24px;display:inline-block}.ai-report-empty-requirements h4{color:var(--text-white);margin:0 0 10px;font-size:13px;font-weight:600}.ai-report-empty-requirements ul{margin:0;padding-left:20px;list-style:outside}.ai-report-empty-requirements li{color:var(--text-gray);padding:4px 0;font-size:13px}.ai-report-generating{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:40px;display:flex}.ai-report-generating-icon{color:#06f;background:linear-gradient(145deg,#0066ff26,#00d4ff1a);border-radius:32px;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:32px;display:flex;position:relative}.ai-report-generating-ring{border:2px solid #0066ff4d;border-radius:42px;animation:2s ease-in-out infinite generating-pulse;position:absolute;inset:-10px}.ai-report-generating-ring.ring-2{border-radius:54px;animation-delay:.3s;inset:-22px}.ai-report-generating-ring.ring-3{border-radius:66px;animation-delay:.6s;inset:-34px}@keyframes generating-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.ai-report-generating-title{color:var(--text-white);margin:0 0 12px;font-size:28px;font-weight:700}.ai-report-generating-desc{color:var(--text-gray);max-width:400px;margin:0 0 32px;font-size:15px;line-height:1.6}.ai-report-generating-steps{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.ai-report-generating-step{opacity:.5;background:#ffffff08;border-radius:10px;align-items:center;gap:12px;padding:12px 20px;transition:all .3s;display:flex}.ai-report-generating-step.active{opacity:1;background:#0066ff1a}.ai-report-generating-step.complete{opacity:.7}.ai-report-generating-step-icon{width:32px;height:32px;color:var(--text-muted);background:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;display:flex}.ai-report-generating-step.active .ai-report-generating-step-icon{color:#06f;background:#06f3;animation:1s ease-in-out infinite step-pulse}.ai-report-generating-step.complete .ai-report-generating-step-icon{color:#10b981}@keyframes step-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.ai-report-generating-step-label{color:var(--text-muted);font-size:14px}.ai-report-generating-step.active .ai-report-generating-step-label{color:var(--text-white)}.ai-report-generating-note{color:var(--text-muted);margin:0;font-size:13px}.ai-report-upgrade{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:40px;display:flex}.ai-report-upgrade-header{margin-bottom:40px}.ai-report-upgrade-icon{color:#06f;background:linear-gradient(145deg,#0066ff26,#00d4ff1a);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.ai-report-upgrade-title{color:var(--text-white);margin:0 0 12px;font-size:32px;font-weight:700}.ai-report-upgrade-desc{color:var(--text-gray);max-width:500px;margin:0;font-size:16px;line-height:1.6}.ai-report-upgrade-features{grid-template-columns:repeat(2,1fr);gap:16px;max-width:600px;margin-bottom:40px;display:grid}.ai-report-upgrade-feature{background:var(--bg-card);border:1px solid var(--border-color);text-align:left;border-radius:12px;align-items:flex-start;gap:14px;padding:20px;display:flex}.ai-report-upgrade-feature-icon{color:#06f;background:#0066ff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ai-report-upgrade-feature-content h4{color:var(--text-white);margin:0 0 4px;font-size:14px;font-weight:600}.ai-report-upgrade-feature-content p{color:var(--text-gray);margin:0;font-size:13px;line-height:1.4}.ai-report-upgrade-plans{gap:16px;margin-bottom:24px;display:flex}.ai-report-upgrade-plan{border:1px solid var(--border-color);background:#ffffff08;border-radius:10px;padding:16px 24px}.ai-report-upgrade-plan.pro{border-color:#0066ff4d}.ai-report-upgrade-plan.elite{background:linear-gradient(145deg,#fbbf240d,#0000);border-color:#fbbf244d}.ai-report-upgrade-plan-header{align-items:center;gap:8px;display:flex}.ai-report-upgrade-plan.elite .ai-report-upgrade-plan-header{color:#fbbf24}.ai-report-upgrade-plan-name{color:var(--text-white);font-size:16px;font-weight:600}.ai-report-upgrade-plan.elite .ai-report-upgrade-plan-name{color:#fbbf24}.ai-report-upgrade-plan-limit{color:var(--text-muted);margin-left:8px;font-size:12px}.ai-report-upgrade-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.ai-report-upgrade-btn:hover{background:linear-gradient(135deg,#0052cc 0%,#003d99 100%);transform:translateY(-2px);box-shadow:0 8px 24px #0066ff4d}html[data-theme=light] .ai-report-history-btn{color:#64748b;border-color:#0000001a}html[data-theme=light] .ai-report-history-btn:hover{color:#1f2937;background:#00000008;border-color:#00000026}html[data-theme=light] .ai-report-error{background:#ef444414;border-color:#ef444426}html[data-theme=light] .ai-report-history-dropdown{background:#fff;border-color:#00000014}html[data-theme=light] .ai-report-history-item{background:#00000005}html[data-theme=light] .ai-report-scores-row,html[data-theme=light] .ai-report-executive-summary,html[data-theme=light] .ai-report-section,html[data-theme=light] .ai-report-empty{background:#fff;border-color:#00000014}html[data-theme=light] .ai-report-executive-insight,html[data-theme=light] .ai-report-rule-card,html[data-theme=light] .ai-report-metric-card,html[data-theme=light] .ai-report-position-card,html[data-theme=light] .ai-report-psych-stat,html[data-theme=light] .ai-report-checklist-item,html[data-theme=light] .ai-report-emotion-tag,html[data-theme=light] .ai-report-tag,html[data-theme=light] .ai-report-recommendation-card,html[data-theme=light] .ai-report-generating-step,html[data-theme=light] .ai-report-upgrade-feature{background:#f8f9fc;border-color:#0000000f}html[data-theme=light] .ai-report-rule-progress-bar,html[data-theme=light] .ai-report-checklist-bar{background:#0000000f}html[data-theme=light] .ai-report-day-bar.positive{background:linear-gradient(#10b981 0%,#059669 100%)}html[data-theme=light] .ai-report-day-bar.negative{background:linear-gradient(#ef4444 0%,#dc2626 100%)}html[data-theme=light] .ai-report-list li{border-bottom-color:#0000000d}html[data-theme=light] .ai-report-empty-requirements,html[data-theme=light] .ai-report-performance-item{background:#f8f9fc}html[data-theme=light] .ai-report-warning-card.overtrading{background:#f59e0b0f}html[data-theme=light] .ai-report-warning-card.revenge{background:#ef44440f}html[data-theme=light] .ai-report-section.recommendations{background:linear-gradient(145deg,#fff,#0066ff05)}html[data-theme=light] .ai-report-generating-step.active{background:#0066ff0f}html[data-theme=light] .ai-report-upgrade-plan{background:#f8f9fc;border-color:#00000014}html[data-theme=light] .ai-report-upgrade-plan.elite{background:linear-gradient(145deg,#fbbf2414,#0000)}@media (max-width:900px){.ai-report-executive-header{text-align:center;flex-direction:column;align-items:center}.ai-report-executive-insights{grid-template-columns:1fr}.ai-report-metrics-grid,.ai-report-performance-summary{grid-template-columns:repeat(2,1fr)}.ai-report-strength-weakness,.ai-report-checklist-grid,.ai-report-upgrade-features{grid-template-columns:1fr}.ai-report-scores-row{flex-wrap:wrap;gap:20px}}@media (max-width:600px){.ai-report-header-actions{flex-direction:column;align-items:stretch}.ai-report-generate-wrapper{align-items:stretch}.ai-report-generate-btn{justify-content:center}.ai-report-metrics-grid,.ai-report-performance-summary{grid-template-columns:1fr}.ai-report-day-bars{gap:8px}.ai-report-psych-stats,.ai-report-upgrade-plans{flex-direction:column}.ai-report-upgrade-title{font-size:24px}}.ai-report-score-card-v2{flex-direction:column;align-items:center;display:flex}.ai-report-executive-summary-v2{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;margin-bottom:24px;padding:28px}.ai-report-executive-header-v2{gap:32px;margin-bottom:24px;display:flex}.ai-report-executive-score-v2{flex-shrink:0}.ai-report-executive-content-v2{flex-direction:column;flex:1;justify-content:center;display:flex}.ai-report-executive-headline-v2{color:var(--text-white);margin:0 0 12px;font-size:24px;font-weight:700;line-height:1.3}.ai-report-executive-text-v2{color:var(--text-gray);margin:0;font-size:15px;line-height:1.6}.ai-report-executive-insights-v2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.ai-report-insight-card-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:12px;padding:20px;transition:transform .2s,box-shadow .2s}.ai-report-insight-card-v2:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ai-report-insight-badge-v2{text-transform:uppercase;letter-spacing:.3px;border-radius:20px;align-items:center;gap:6px;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.ai-report-insight-badge-v2.strength{color:#10b981;background:#10b9811f}.ai-report-insight-badge-v2.weakness{color:#f59e0b;background:#f59e0b1f}.ai-report-section-v2{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;margin-bottom:24px;padding:24px}.ai-report-section-header-v2{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ai-report-section-title-v2{color:var(--text-white);align-items:center;gap:10px;display:flex}.ai-report-section-title-v2 h3{margin:0;font-size:18px;font-weight:600}.ai-report-section-footer-v2{border-top:1px solid var(--border-color);margin-top:20px;padding-top:20px}.ai-report-insight-text-v2{color:var(--text-gray);margin:0 0 16px;font-size:14px;line-height:1.6}.ai-report-subsection-title-v2{color:var(--text-gray);align-items:center;gap:8px;margin:0 0 16px;font-size:14px;font-weight:600;display:flex}.ai-report-realized-badge{color:#10b981;text-transform:uppercase;background:#10b9811f;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:600;display:inline-flex}.ai-report-live-badge{color:#ef4444;background:#ef44441f;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.ai-report-adherence-badge{flex-direction:column;align-items:flex-end;display:flex}.ai-report-adherence-value{font-size:24px;font-weight:700}.ai-report-adherence-label{color:var(--text-muted);font-size:12px}.ai-report-empty-rules{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.ai-report-rules-list-v2{flex-direction:column;gap:16px;display:flex}.ai-report-rule-item-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:12px;padding:20px}.ai-report-rule-header-v2{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ai-report-rule-info-v2{align-items:center;gap:12px;display:flex}.ai-report-rule-name-v2{color:var(--text-white);font-size:15px;font-weight:600}.ai-report-rule-trend-v2{color:var(--text-muted);align-items:center;gap:4px;font-size:12px;display:flex}.ai-report-violation-badge-v2{color:#ef4444;background:#ef44441f;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;display:flex}.ai-report-rule-comparison-v2{background:#0003;border-radius:8px;align-items:center;gap:12px;margin-bottom:12px;padding:12px;display:flex}.ai-report-rule-target-v2,.ai-report-rule-actual-v2{flex-direction:column;flex:1;gap:2px;display:flex}.ai-report-rule-target-v2 .label,.ai-report-rule-actual-v2 .label{color:var(--text-muted);text-transform:uppercase;font-size:11px}.ai-report-rule-target-v2 .value,.ai-report-rule-actual-v2 .value{color:var(--text-white);font-size:14px;font-weight:600}.ai-report-rule-separator-v2{color:var(--text-muted);font-size:12px}.ai-report-rule-progress-v2{margin-bottom:12px}.ai-report-progress-track-v2{background:#ffffff1a;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden}.ai-report-progress-fill-v2{border-radius:3px;height:100%;transition:width .5s}.ai-report-progress-info-v2{justify-content:flex-end;display:flex}.ai-report-progress-badge-v2{border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600}.ai-report-rule-insight-v2{color:var(--text-gray);margin:0;font-size:13px;line-height:1.5}.ai-report-rules-summary-v2{border-top:1px solid var(--border-color);margin-top:20px;padding-top:20px}.ai-report-rules-insight-v2{color:var(--text-gray);margin:0 0 16px;font-size:14px;line-height:1.6}.ai-report-rules-highlights-v2{gap:16px;display:flex}.ai-report-rules-highlight-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:10px;flex:1;align-items:center;gap:12px;padding:12px 16px;display:flex}.ai-report-rules-highlight-v2 div{flex-direction:column;gap:2px;display:flex}.ai-report-rules-highlight-v2 .label{color:var(--text-muted);text-transform:uppercase;font-size:11px}.ai-report-rules-highlight-v2 .value{color:var(--text-white);font-size:14px;font-weight:500}.ai-report-metrics-grid-v2{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.ai-report-metric-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:4px;padding:16px;display:flex}.ai-report-metric-label-v2{color:var(--text-muted);font-size:12px}.ai-report-metric-value-v2{color:var(--text-white);font-size:20px;font-weight:700}.ai-report-metric-value-v2.positive{color:#10b981}.ai-report-metric-value-v2.negative{color:#ef4444}.ai-report-metric-sub-v2{color:var(--text-muted);font-size:11px}.ai-report-winloss-grid-v2{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px;display:grid}.ai-report-winloss-card-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:12px;padding:16px}.ai-report-winloss-header-v2{color:var(--text-gray);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.ai-report-winloss-stats-v2{gap:20px;display:flex}.ai-report-winloss-stat-v2{flex-direction:column;gap:2px;display:flex}.ai-report-winloss-stat-v2 .label{color:var(--text-muted);font-size:11px}.ai-report-winloss-stat-v2 .value{font-size:16px;font-weight:600}.ai-report-winloss-stat-v2 .value.positive{color:#10b981}.ai-report-winloss-stat-v2 .value.negative{color:#ef4444}.ai-report-day-section-v2{margin-bottom:24px}.ai-report-day-bars-v2{gap:8px;display:flex}.ai-report-day-col-v2{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.ai-report-day-bar-area-v2{justify-content:center;align-items:flex-end;width:100%;height:100px;display:flex}.ai-report-day-bar-v2{border-radius:4px 4px 0 0;justify-content:center;align-items:flex-start;width:100%;max-width:40px;padding-top:4px;transition:height .5s;display:flex}.ai-report-day-bar-v2.positive{background:linear-gradient(#10b981 0%,#059669 100%)}.ai-report-day-bar-v2.negative{background:linear-gradient(#ef4444 0%,#dc2626 100%)}.ai-report-day-pnl-v2{color:#fff;white-space:nowrap;font-size:10px;font-weight:600}.ai-report-day-name-v2{color:var(--text-gray);font-size:12px;font-weight:500}.ai-report-day-trades-v2{color:var(--text-muted);font-size:10px}.ai-report-day-winrate-v2{font-size:11px;font-weight:600}.ai-report-day-winrate-v2.positive{color:#10b981}.ai-report-day-winrate-v2.negative{color:#ef4444}.ai-report-symbol-section-v2{margin-bottom:20px}.ai-report-symbol-bars-v2{flex-direction:column;gap:12px;display:flex}.ai-report-symbol-bar-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ai-report-symbol-info-v2{flex-direction:column;gap:2px;display:flex}.ai-report-symbol-info-v2 .symbol{color:var(--text-white);font-size:14px;font-weight:600}.ai-report-symbol-info-v2 .label{color:var(--text-muted);font-size:11px}.ai-report-symbol-value-v2{font-size:16px;font-weight:700}.ai-report-symbol-value-v2.positive{color:#10b981}.ai-report-symbol-value-v2.negative{color:#ef4444}.ai-report-lists-grid-v2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.ai-report-list-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:10px;padding:16px}.ai-report-list-v2 h5{text-transform:uppercase;color:var(--text-muted);margin:0 0 12px;font-size:12px;font-weight:600}.ai-report-list-v2 ul{margin:0;padding:0;list-style:none}.ai-report-list-v2 li{color:var(--text-gray);margin-bottom:8px;padding-left:16px;font-size:13px;line-height:1.6;position:relative}.ai-report-list-v2 li:last-child{margin-bottom:0}.ai-report-list-v2 li:before{content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.ai-report-list-v2.strengths li:before{background:#10b981}.ai-report-list-v2.improvements li:before{background:#f59e0b}.ai-report-unrealized-pnl{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.ai-report-unrealized-pnl .label{color:var(--text-muted);text-transform:uppercase;font-size:11px}.ai-report-unrealized-pnl .value{font-size:22px;font-weight:700}.ai-report-unrealized-pnl .value.positive{color:#10b981}.ai-report-unrealized-pnl .value.negative{color:#ef4444}.ai-report-empty-positions{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.ai-report-positions-grid-v2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;display:grid}.ai-report-position-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:12px;padding:18px}.ai-report-position-header-v2{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.ai-report-position-symbol-v2{align-items:center;gap:8px;display:flex}.ai-report-position-symbol-v2 .symbol{color:var(--text-white);font-size:16px;font-weight:700}.ai-report-position-symbol-v2 .direction{text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600}.ai-report-position-symbol-v2 .direction.long{color:#10b981;background:#10b9811f}.ai-report-position-symbol-v2 .direction.short{color:#ef4444;background:#ef44441f}.ai-report-position-pnl-v2{font-size:18px;font-weight:700}.ai-report-position-pnl-v2.positive{color:#10b981}.ai-report-position-pnl-v2.negative{color:#ef4444}.ai-report-position-details-v2{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px;display:grid}.ai-report-position-details-v2 .detail{flex-direction:column;gap:2px;display:flex}.ai-report-position-details-v2 .detail .label{color:var(--text-muted);align-items:center;gap:4px;font-size:11px;display:flex}.ai-report-position-details-v2 .detail .value{color:var(--text-white);font-size:13px;font-weight:500}.ai-report-position-risk-v2{border-radius:6px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.ai-report-position-analysis-v2{color:var(--text-gray);margin:0;font-size:13px;line-height:1.5}.ai-report-psych-header-v2{border-bottom:1px solid var(--border-color);align-items:center;gap:24px;margin-bottom:24px;padding-bottom:24px;display:flex}.ai-report-journal-progress-v2{align-items:center;gap:20px;display:flex}.ai-report-circular-progress{position:relative}.ai-report-circular-value{justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;position:absolute;inset:0}.ai-report-journal-info-v2 h4{color:var(--text-white);margin:0 0 4px;font-size:14px;font-weight:600}.ai-report-journal-info-v2 p{color:var(--text-gray);max-width:200px;margin:0;font-size:13px}.ai-report-rating-card-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:12px;margin-left:auto;padding:16px 20px;display:flex}.ai-report-rating-card-v2 div{flex-direction:column;display:flex}.ai-report-rating-card-v2 .value{color:var(--text-white);font-size:24px;font-weight:700}.ai-report-rating-card-v2 .label{color:var(--text-muted);font-size:12px}.ai-report-psych-section-v2{border-bottom:1px solid var(--border-color);margin-bottom:24px;padding-bottom:24px}.ai-report-psych-section-v2:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.ai-report-checklist-grid-v2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.ai-report-checklist-item-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:10px;padding:14px 16px}.ai-report-checklist-header-v2{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ai-report-checklist-header-v2 .label{color:var(--text-gray);font-size:13px;font-weight:500}.ai-report-checklist-header-v2 .value{font-size:14px;font-weight:600}.ai-report-checklist-bar-v2{background:#ffffff1a;border-radius:3px;height:6px;overflow:hidden}.ai-report-checklist-bar-v2 .fill{border-radius:3px;height:100%;transition:width .5s}.ai-report-emotions-v2{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.ai-report-emotion-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:8px;padding:10px 14px;display:flex}.ai-report-emotion-v2 .name{color:var(--text-white);font-size:13px;font-weight:500}.ai-report-emotion-v2 .count{color:#06f;background:#0066ff1f;border-radius:4px;padding:2px 6px;font-size:12px}.ai-report-emotion-v2 .pnl{font-size:12px;font-weight:600}.ai-report-emotion-v2 .pnl.positive{color:#10b981}.ai-report-emotion-v2 .pnl.negative{color:#ef4444}.ai-report-emotion-insight-v2{color:var(--text-gray);font-size:13px}.ai-report-emotion-insight-v2 strong{color:var(--text-white)}.ai-report-emotion-insight-v2 .correlation{margin:8px 0 0;font-style:italic}.ai-report-warnings-v2{flex-direction:column;gap:12px;display:flex}.ai-report-warning-v2{border-radius:10px;padding:16px}.ai-report-warning-v2.overtrading{background:#f59e0b14;border:1px solid #f59e0b33}.ai-report-warning-v2.revenge{background:#ef444414;border:1px solid #ef444433}.ai-report-warning-v2 .header{align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.ai-report-warning-v2.overtrading .header{color:#f59e0b}.ai-report-warning-v2.revenge .header{color:#ef4444}.ai-report-warning-v2 .detail{color:var(--text-gray);margin:0 0 4px;font-size:13px}.ai-report-warning-v2 .impact{color:var(--text-gray);margin:0;font-size:13px;font-style:italic}.ai-report-tags-v2{flex-wrap:wrap;gap:10px;display:flex}.ai-report-tag-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:8px;padding:10px 14px;display:flex}.ai-report-tag-v2 .name{color:var(--text-white);font-size:13px;font-weight:500}.ai-report-tag-v2 .count{color:var(--text-muted);background:#88888826;border-radius:4px;padding:2px 6px;font-size:12px}.ai-report-tag-v2 .pnl{font-size:12px;font-weight:500}.ai-report-tag-v2 .pnl.positive{color:#10b981}.ai-report-tag-v2 .pnl.negative{color:#ef4444}.ai-report-rec-count{color:var(--text-muted);font-size:14px}.ai-report-recommendations-v2{flex-direction:column;gap:16px;display:flex}.ai-report-rec-card-v2{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:12px;padding:20px}.ai-report-rec-header-v2{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.ai-report-rec-badges-v2{align-items:center;gap:8px;display:flex}.ai-report-rec-priority-v2{letter-spacing:.3px;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.ai-report-rec-category-v2{color:var(--text-gray);background:#8888881f;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.ai-report-rec-metric-v2{color:var(--text-muted);background:#88888814;border-radius:4px;padding:4px 8px;font-size:11px}.ai-report-rec-title-v2{color:var(--text-white);margin:0 0 8px;font-size:16px;font-weight:600}.ai-report-rec-desc-v2{color:var(--text-gray);margin:0 0 16px;font-size:14px;line-height:1.6}.ai-report-rec-actions-v2{margin-bottom:16px}.ai-report-rec-actions-v2 h5{color:var(--text-muted);text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:600}.ai-report-action-list-v2{counter-reset:action-counter;margin:0;padding:0;list-style:none}.ai-report-action-list-v2 li{color:var(--text-gray);background:#0003;border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:10px;padding:10px 12px;font-size:13px;display:flex}.ai-report-action-list-v2 li:last-child{margin-bottom:0}.ai-report-action-list-v2 li .number{color:#06f;background:#0066ff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.ai-report-action-list-v2 li .text{flex:1;line-height:1.5}.ai-report-rec-impact-v2{background:#10b98114;border:1px solid #10b98126;border-radius:8px;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.ai-report-rec-impact-v2 div{flex-direction:column;gap:2px;display:flex}.ai-report-rec-impact-v2 .label{color:#10b981;text-transform:uppercase;font-size:11px;font-weight:600}.ai-report-rec-impact-v2 .value{color:var(--text-gray);font-size:13px;line-height:1.5}html[data-theme=light] .ai-report-executive-summary-v2,html[data-theme=light] .ai-report-section-v2{background:#fff;border-color:#00000014}html[data-theme=light] .ai-report-insight-card-v2,html[data-theme=light] .ai-report-rule-item-v2,html[data-theme=light] .ai-report-metric-v2,html[data-theme=light] .ai-report-winloss-card-v2,html[data-theme=light] .ai-report-symbol-bar-v2,html[data-theme=light] .ai-report-list-v2,html[data-theme=light] .ai-report-position-v2,html[data-theme=light] .ai-report-rating-card-v2,html[data-theme=light] .ai-report-checklist-item-v2,html[data-theme=light] .ai-report-emotion-v2,html[data-theme=light] .ai-report-tag-v2,html[data-theme=light] .ai-report-rec-card-v2,html[data-theme=light] .ai-report-rules-highlight-v2{background:#f8f9fc;border-color:#00000014}html[data-theme=light] .ai-report-rule-comparison-v2{background:#0000000a}html[data-theme=light] .ai-report-progress-track-v2,html[data-theme=light] .ai-report-checklist-bar-v2{background:#00000014}html[data-theme=light] .ai-report-action-list-v2 li{background:#0000000a}@media (max-width:900px){.ai-report-executive-header-v2{text-align:center;flex-direction:column;align-items:center}.ai-report-executive-insights-v2{grid-template-columns:1fr}.ai-report-metrics-grid-v2{grid-template-columns:repeat(2,1fr)}.ai-report-winloss-grid-v2,.ai-report-lists-grid-v2,.ai-report-checklist-grid-v2{grid-template-columns:1fr}.ai-report-psych-header-v2{flex-direction:column;align-items:flex-start}.ai-report-rating-card-v2{margin-left:0}.ai-report-rules-highlights-v2{flex-direction:column}}@media (max-width:600px){.ai-report-metrics-grid-v2,.ai-report-position-details-v2{grid-template-columns:1fr}.ai-report-day-bars-v2{gap:4px}.ai-report-journal-progress-v2{flex-direction:column;align-items:flex-start}.ai-report-rec-header-v2{flex-direction:column;gap:8px}}.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)}.referral-code-section{border-bottom:1px solid #ffffff0f;padding:0 24px}.referral-section-header{cursor:pointer;width:100%;color:var(--text-gray);background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 0;font-size:14px;font-weight:500;transition:color .2s;display:flex}.referral-section-header:hover{color:var(--text-primary)}.referral-header-left{align-items:center;gap:10px;display:flex}.referral-header-left svg{color:var(--accent-purple);opacity:.8}.referral-chevron{transition:transform .2s}.referral-chevron.expanded{transform:rotate(180deg)}.referral-section-content{padding-bottom:16px}.referral-description{color:var(--text-muted);margin-bottom:12px;font-size:13px;line-height:1.5}.referral-input-group{gap:8px;display:flex}.referral-input-group input{color:var(--text-primary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;flex:1;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s}.referral-input-group input:focus{border-color:var(--accent-purple);background:#ffffff0f;outline:none}.referral-input-group input::placeholder{color:var(--text-muted)}.referral-input-group input:disabled{opacity:.6;cursor:not-allowed}.apply-code-btn,.switch-affiliate-btn{background:var(--accent-purple);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s,opacity .2s}.apply-code-btn:hover:not(:disabled),.switch-affiliate-btn:hover:not(:disabled){background:var(--accent-purple-hover,#9061f9)}.apply-code-btn:disabled,.switch-affiliate-btn:disabled{opacity:.5;cursor:not-allowed}.referral-error{color:var(--danger);margin-top:8px;font-size:12px}.current-affiliate-card{background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:10px;margin-bottom:14px;padding:14px 16px}.affiliate-info{flex-direction:column;gap:4px;display:flex}.affiliate-label{text-transform:uppercase;letter-spacing:.5px;color:var(--accent-purple);opacity:.8;font-size:11px}.affiliate-name{color:var(--text-primary);font-size:15px;font-weight:600}.affiliate-server{color:var(--text-muted);align-items:center;gap:6px;margin-top:2px;font-size:13px;display:flex}.affiliate-server svg{opacity:.7}.switch-affiliate-section{margin-top:4px}.switch-warning{color:var(--text-muted);margin-bottom:10px;font-size:12px}.switch-affiliate-btn{border:1px solid var(--accent-purple);color:var(--accent-purple);background:0 0}.switch-affiliate-btn:hover:not(:disabled){background:#7c3aed1a}.confirm-switch-btns{gap:6px;display:flex}.confirm-btn{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:opacity .2s}.confirm-btn:hover:not(:disabled){opacity:.9}.confirm-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-btn{color:var(--text-gray);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:background .2s}.cancel-btn:hover:not(:disabled){background:#ffffff1a}.cancel-btn:disabled{opacity:.5;cursor:not-allowed}html[data-theme=light] .referral-code-section{border-color:#0000000f}html[data-theme=light] .referral-input-group input{background:#00000008;border-color:#0000001a}html[data-theme=light] .referral-input-group input:focus{background:#00000005}html[data-theme=light] .current-affiliate-card{background:#7c3aed0f;border-color:#7c3aed26}html[data-theme=light] .cancel-btn{background:#0000000a;border-color:#0000001a}html[data-theme=light] .cancel-btn:hover:not(:disabled){background:#00000014}.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%}}.chub{flex-direction:column;align-items:center;height:100%;padding:48px 24px 40px;display:flex;overflow-y:auto}.chub-hero{text-align:center;max-width:440px;margin-bottom:36px}.chub-hero-icon{width:56px;height:56px;color:var(--primary-blue);background:#0066ff1a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.chub-hero-title{color:var(--text-white);letter-spacing:-.03em;margin:0 0 8px;font-size:26px;font-weight:700}.chub-hero-sub{color:var(--text-gray);margin:0;font-size:14px;line-height:1.6}.chub-cards{flex-direction:column;gap:8px;width:100%;max-width:520px;display:flex}.chub-card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:14px;padding:16px 18px;transition:border-color .2s,background .2s,transform .15s;animation:.35s backwards chub-fadeIn;display:flex}.chub-card:hover{background:#0066ff08;border-color:#0066ff59;transform:translate(2px)}html[data-theme=light] .chub-card:hover{background:#0066ff0a}.chub-card--disabled{cursor:default;opacity:.45}.chub-card--disabled:hover{border-color:var(--border-color);background:var(--bg-card);transform:none}.chub-card-icon{width:42px;height:42px;color:var(--primary-blue);background:#0066ff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chub-card-body{flex:1;min-width:0}.chub-card-top{align-items:center;gap:8px;margin-bottom:2px;display:flex}.chub-card-title{color:var(--text-white);margin:0;font-size:14px;font-weight:600}.chub-card-desc{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}.chub-badge{letter-spacing:.02em;border-radius:50px;align-items:center;gap:5px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.chub-badge--green{color:#22c55e;background:#22c55e1a}.chub-badge-dot{background:#22c55e;border-radius:50%;width:5px;height:5px}.chub-badge--muted{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:#ffffff0d}html[data-theme=light] .chub-badge--muted{background:#0000000a}.chub-card-arrow{color:var(--text-muted);opacity:0;flex-shrink:0;transition:opacity .2s,transform .2s}.chub-card:hover .chub-card-arrow{opacity:1;transform:translate(3px)}.chub-footer{color:var(--text-muted);align-items:center;gap:6px;margin-top:32px;font-size:12px;display:flex}@keyframes chub-fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.chub{padding:32px 16px}.chub-hero-title{font-size:22px}.chub-cards{max-width:100%}}.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}.member-item.skeleton{pointer-events:none}.member-item.skeleton .skeleton-avatar{background:#ffffff0f;animation:1.5s ease-in-out infinite membersSkeletonPulse}.member-item.skeleton .skeleton-text{background:#ffffff0f;border-radius:4px;animation:1.5s ease-in-out infinite membersSkeletonPulse;display:block}.members-section-header .skeleton-text{background:#ffffff0f;border-radius:4px;animation:1.5s ease-in-out infinite membersSkeletonPulse;display:inline-block}.members-section-header .skeleton-pulse{background:#ffffff26;animation:1.5s ease-in-out infinite membersSkeletonPulse}@keyframes membersSkeletonPulse{0%,to{opacity:.4}50%{opacity:.8}}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)}html[data-theme=light] .member-item.skeleton .skeleton-avatar,html[data-theme=light] .member-item.skeleton .skeleton-text,html[data-theme=light] .members-section-header .skeleton-text,html[data-theme=light] .members-section-header .skeleton-pulse{background:#00000014}@media (max-width:900px){.members-panel.open{width:200px}}.mobile-panel-backdrop,.mobile-chat-header,.channel-list-mobile-header{display:none}.community-empty-chat{background:linear-gradient(#0c0c10fa 0%,#08080cfc 100%);flex-direction:column;flex:1;display:flex}.community-empty-chat .mobile-chat-header{display:none}.community-empty-content{color:#666;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}@media (max-width:768px){.server-sidebar,.channel-list,.channel-list-wrapper{display:none}.channel-list.mobile-open:not(.channel-list-wrapper .channel-list){z-index:50;width:280px;max-width:85%;animation:.25s ease-out slideInLeft;display:flex;position:absolute;top:0;bottom:0;left:0;box-shadow:4px 0 20px #0000004d}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.channel-list-mobile-header{border-bottom:1px solid var(--border-color);background:#0003;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.channel-list-mobile-header span{color:var(--text-white);font-size:16px;font-weight:600}.mobile-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .15s;display:flex}.mobile-close-btn:hover{color:var(--text-white);background:#ffffff1a}.mobile-close-btn svg{width:20px;height:20px}.channel-list-wrapper.mobile-open{z-index:50;animation:.25s ease-out slideInLeft;display:flex;position:absolute;top:0;bottom:0;left:0}.mobile-server-icons-strip{background:var(--bg-body);border-right:1px solid var(--border-color);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-items:center;gap:8px;width:60px;min-width:60px;padding:12px 0;display:flex;overflow-y:auto}.mobile-server-icons-strip::-webkit-scrollbar{display:none}.mobile-server-icon-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex;position:relative}.mobile-server-icon-circle{background:var(--bg-card-lighter);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;overflow:hidden}.mobile-server-icon-btn:hover .mobile-server-icon-circle,.mobile-server-icon-btn.active .mobile-server-icon-circle{border-radius:16px}.mobile-server-icon-btn.active .mobile-server-icon-circle{background:var(--primary-blue)}.mobile-server-icon-img{object-fit:cover;width:100%;height:100%}.mobile-server-icon-emoji{font-size:20px}.mobile-server-icon-letter{color:var(--text-white);font-size:18px;font-weight:600}.mobile-server-icon-btn.active .mobile-server-icon-letter{color:#fff}.mobile-server-indicator{background:var(--text-white);border-radius:0 4px 4px 0;width:4px;height:32px;position:absolute;top:50%;left:-4px;transform:translateY(-50%)}.channel-list-wrapper.mobile-open .channel-list{width:280px;max-width:85vw;display:flex;box-shadow:4px 0 20px #0000004d}.channel-list-wrapper.mobile-open .mobile-server-icons-strip+.channel-list{width:240px;max-width:calc(85vw - 60px)}.channel-list-wrapper.mobile-open .channel-list.mobile-open{animation:none;position:relative}html[data-theme=light] .mobile-server-icons-strip{background:#e3e5e8;border-right-color:#d4d6da}html[data-theme=light] .mobile-server-icon-circle{background:#fff}html[data-theme=light] .mobile-server-icon-btn.active .mobile-server-icon-circle{background:var(--primary-blue)}html[data-theme=light] .mobile-server-indicator{background:var(--text-white)}.members-panel{display:none!important}.members-panel.mobile-open{z-index:50;width:260px;max-width:85%;animation:.25s ease-out slideInRight;position:absolute;top:0;bottom:0;right:0;box-shadow:-4px 0 20px #0000004d;display:flex!important}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.members-panel .members-toggle-btn{display:none}.members-panel.mobile-open .members-panel-content{display:block}.mobile-panel-backdrop{z-index:40;background:#00000080;display:block;position:absolute;inset:0}.channel-chat-wrapper,.community-servers-layout{position:relative;overflow:hidden}.mobile-chat-header{background:var(--bg-card);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.community-empty-chat .mobile-chat-header{display:flex}.mobile-menu-btn,.mobile-members-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .15s;display:flex}.mobile-menu-btn:hover,.mobile-members-btn:hover{color:var(--text-white);background:#ffffff14}.mobile-menu-btn:active,.mobile-members-btn:active{transform:scale(.95)}.mobile-members-btn.active{color:var(--primary-blue);background:#0066ff26}.mobile-menu-btn svg,.mobile-members-btn svg{width:22px;height:22px}.mobile-channel-name{color:var(--text-white);text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;padding:0 12px;font-size:15px;font-weight:600;overflow:hidden}.channel-chat-wrapper{flex-direction:column}.community-servers-layout{flex-direction:column;display:flex}}html[data-theme=light] .mobile-panel-backdrop{background:#0000004d}html[data-theme=light] .mobile-chat-header{background:var(--bg-card);border-bottom-color:var(--border-color)}html[data-theme=light] .mobile-menu-btn,html[data-theme=light] .mobile-members-btn{color:var(--text-gray)}html[data-theme=light] .mobile-menu-btn:hover,html[data-theme=light] .mobile-members-btn:hover{color:var(--text-dark);background:#0000000d}html[data-theme=light] .mobile-members-btn.active{color:var(--primary-blue);background:#0066ff1a}html[data-theme=light] .channel-list-mobile-header{border-bottom-color:var(--border-color);background:#00000005}html[data-theme=light] .mobile-close-btn{color:var(--text-gray)}html[data-theme=light] .mobile-close-btn:hover{color:var(--text-dark);background:#0000000d}@media (max-width:768px){html[data-theme=light] .channel-list{box-shadow:4px 0 24px #00000026}html[data-theme=light] .members-panel{box-shadow:-4px 0 24px #00000026}}.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}.loading-older-messages{color:#888;justify-content:center;align-items:center;gap:10px;padding:16px 20px;font-size:13px;display:flex}.loading-older-messages .loading-spinner-small{border:2px solid #6366f133;border-top-color:#6366f1;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.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{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#18181cfa;border:1px solid #ffffff1f;border-radius:8px;gap:2px;padding:3px;display:none;position:absolute;top:50%;right:16px;transform:translateY(-50%);box-shadow:0 4px 16px #0000004d}.chat-message:hover .chat-message-actions{display:flex}.chat-message-actions button{cursor:pointer;color:#ffffff80;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:7px 9px;font-size:14px;transition:all .15s;display:flex}.chat-message-actions button:hover{color:#ffffffe6;background:#ffffff1a}.chat-message-actions button svg{width:17px;height:17px}.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:#fffffffa;border-color:#0000001a;box-shadow:0 4px 16px #0000001f}html[data-theme=light] .chat-message-actions button{color:#00000080}html[data-theme=light] .chat-message-actions button:hover{color:#000c;background:#0000000f}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}.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:#ffffff80}.add-reaction-btn:hover{color:#ffffffe6}.chat-message-actions button.active{color:#06f}html[data-theme=light] .add-reaction-btn{color:#00000080}html[data-theme=light] .add-reaction-btn:hover{color:#000c}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] .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}.role-badge{vertical-align:middle;border-radius:4px;justify-content:center;align-items:center;margin-left:4px;display:inline-flex}.role-badge svg{width:100%;height:100%}.role-badge-xs{width:14px;height:14px;padding:2px}.role-badge-sm{width:18px;height:18px;padding:3px}.role-badge.owner{color:#fbbf24;background:linear-gradient(135deg,#fbbf2433 0%,#f59e0b26 100%);border:1px solid #fbbf244d}.role-badge.admin{color:#60a5fa;background:linear-gradient(135deg,#2981eb26 0%,#6366f11f 100%);border:1px solid #2981eb40}.role-badge.developer{color:#10b981;background:linear-gradient(135deg,#10b98133 0%,#05966926 100%);border:1px solid #10b9814d}html[data-theme=light] .role-badge.owner{color:#d97706;background:linear-gradient(135deg,#fbbf2426 0%,#f59e0b1a 100%)}html[data-theme=light] .role-badge.admin{color:#2563eb;background:linear-gradient(135deg,#2981eb1f 0%,#6366f114 100%)}html[data-theme=light] .role-badge.developer{color:#059669;background:linear-gradient(135deg,#10b98126 0%,#0596691a 100%)}.admin-actions-container{position:relative}.admin-action-btn{color:#ffffff80}.admin-action-btn:hover,.admin-action-btn.active{color:#60a5fa;background:#2981eb26!important}.admin-actions-dropdown{z-index:9999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#18181cfa;border:1px solid #ffffff1f;border-radius:10px;min-width:180px;padding:6px;animation:.15s ease-out dropdownFadeIn;position:fixed;box-shadow:0 8px 32px #0006}.admin-dropdown-item{color:#ffffffd9;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;transition:all .15s;display:flex}.admin-dropdown-item svg{opacity:.7;flex-shrink:0;width:16px;height:16px}.admin-dropdown-item:hover{background:#ffffff14}.admin-dropdown-item.delete:hover{color:#ef4444;background:#ef444426}.admin-dropdown-item.delete:hover svg{opacity:1}.admin-dropdown-item.permanent-delete{color:#dc2626}.admin-dropdown-item.permanent-delete:hover{color:#dc2626;background:#dc262633}.admin-dropdown-item.permanent-delete:hover svg{opacity:1}.admin-dropdown-item.timeout:hover{color:#fbbf24;background:#fbbf2426}.admin-dropdown-item.ban:hover{color:#ef4444;background:#ef444426}.admin-dropdown-divider{background:#ffffff14;height:1px;margin:6px 0}html[data-theme=light] .admin-actions-dropdown{background:#fffffffa;border-color:#0000001a;box-shadow:0 8px 32px #00000026}html[data-theme=light] .admin-dropdown-item{color:#333}html[data-theme=light] .admin-dropdown-item:hover{background:#0000000d}html[data-theme=light] .admin-dropdown-divider{background:#00000014}.admin-actions-dropdown-portal{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#18181cfa;border:1px solid #ffffff1f;border-radius:10px;min-width:180px;padding:6px;animation:.15s ease-out dropdownFadeIn;box-shadow:0 8px 32px #0006}.admin-actions-dropdown-portal.flip-up{animation:.15s ease-out dropdownFadeInUp}@keyframes dropdownFadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}html[data-theme=light] .admin-actions-dropdown-portal{background:#fffffffa;border-color:#0000001a;box-shadow:0 8px 32px #00000026}.user-profile-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.user-profile-modal{background:#1a1a1f;border:1px solid #ffffff1a;border-radius:16px;width:340px;max-width:95vw;max-height:85vh;animation:.25s ease-out slideUp;position:relative;overflow-y:auto}.user-profile-close{color:#888;cursor:pointer;z-index:10;background:#ffffff14;border:none;border-radius:8px;padding:8px;transition:all .15s;position:absolute;top:12px;right:12px}.user-profile-close:hover{color:#fff;background:#ffffff1f}.user-profile-close svg{width:16px;height:16px}.user-profile-header{border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;padding:24px 20px;display:flex}.user-profile-avatar-wrapper{flex-shrink:0;position:relative}.user-profile-status{border:3px solid #1a1a1f;border-radius:50%;width:16px;height:16px;position:absolute;bottom:2px;right:2px}.user-profile-status.online{background:#22c55e}.user-profile-status.offline{background:#6b7280}.user-profile-info{flex:1;min-width:0}.user-profile-name-row{align-items:center;gap:8px;display:flex}.user-profile-name-row h3{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:600;overflow:hidden}.user-profile-username{color:#888;margin-top:2px;font-size:13px;display:block}.user-profile-details{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.user-profile-detail-item{justify-content:space-between;align-items:center;display:flex}.detail-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.detail-value{color:#e0e0e0;font-size:13px;font-weight:500}.detail-value.online{color:#22c55e}.detail-value.offline{color:#6b7280}.detail-value.role-owner{color:#fbbf24}.detail-value.role-admin{color:#60a5fa}.detail-value.banned{color:#ef4444}.detail-value.muted{color:#f59e0b}.user-profile-detail-item.warning{background:#ef44441a;border-radius:8px;margin:0 -12px;padding:8px 12px}.user-profile-mod-section{border-top:1px solid #ffffff0f;padding:16px 20px}.user-profile-mod-toggle{color:#60a5fa;cursor:pointer;background:#2981eb1a;border:1px solid #2981eb33;border-radius:10px;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.user-profile-mod-toggle:hover{background:#2981eb26;border-color:#2981eb4d}.user-profile-mod-toggle svg{width:16px;height:16px}.user-profile-mod-actions{background:#ffffff08;border-radius:10px;overflow:hidden}.mod-actions-header{color:#888;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 14px;font-size:12px;font-weight:600;display:flex}.mod-actions-close{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;display:flex}.mod-actions-close:hover{color:#fff;background:#ffffff14}.mod-actions-close svg{width:14px;height:14px}.mod-action-buttons{grid-template-columns:1fr 1fr;gap:8px;padding:12px;display:grid}.mod-action-btn{color:#fffc;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:14px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.mod-action-btn svg{opacity:.7;width:20px;height:20px}.mod-action-btn.timeout:hover{color:#fbbf24;background:#fbbf241f;border-color:#fbbf2440}.mod-action-btn.ban:hover{color:#ef4444;background:#ef44441f;border-color:#ef444440}.mod-action-form{padding:12px}.mod-action-form-header{color:#fff;margin-bottom:12px;font-size:14px;font-weight:600}.mod-form-group{margin-bottom:12px}.mod-form-group label{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:500;display:block}.mod-form-group select,.mod-form-group input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:13px;transition:border-color .15s}.mod-form-group select:focus,.mod-form-group input:focus{border-color:#2981eb66}.mod-form-actions{gap:8px;margin-top:14px;display:flex}.mod-cancel-btn{color:#888;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s}.mod-cancel-btn:hover{color:#fff;background:#ffffff1a}.mod-confirm-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px 16px;font-size:13px;font-weight:600;transition:all .15s}.mod-confirm-btn.timeout{color:#000;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)}.mod-confirm-btn.timeout:hover{filter:brightness(1.1)}.mod-confirm-btn.ban{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.mod-confirm-btn.ban:hover{filter:brightness(1.1)}.member-item.clickable{cursor:pointer;transition:background-color .15s}.member-item.clickable:hover{background:#ffffff0d}html[data-theme=light] .member-item.clickable:hover{background:#0000000a}.chat-message.mentioned{background:linear-gradient(90deg,#fbbf241f 0%,#fbbf240d 100%);border-left:3px solid #fbbf24;margin-left:-3px;padding-left:3px}.chat-message.mentioned:before{content:"";background:linear-gradient(#fbbf24 0%,#f59e0b 100%);border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}html[data-theme=light] .chat-message.mentioned{background:linear-gradient(90deg,#fbbf2426 0%,#fbbf240d 100%)}.mention-option{color:#ffffffe6;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:14px;transition:all .15s;display:flex}.mention-option:hover{background:#ffffff14}.mention-option.external{border-left:2px solid #fbbf2480}.mention-option .mention-name{flex:1}.mention-external-badge{color:#fbbf24;opacity:.7;justify-content:center;align-items:center;display:flex}.mention-external-badge svg{width:12px;height:12px}html[data-theme=light] .mention-option{color:#333}html[data-theme=light] .mention-option:hover{background:#0000000d}.channel-mention-badge{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 5px;font-size:11px;font-weight:600;display:inline-flex}.channel-item .channel-mention-badge{position:absolute;top:50%;right:8px;transform:translateY(-50%)}.channel-admin-badge{color:var(--primary-blue);text-transform:uppercase;letter-spacing:.3px;background:#0066ff26;border:1px solid #0066ff4d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;padding:1px 5px;font-size:9px;font-weight:600;display:inline-flex}html[data-theme=light] .channel-admin-badge{background:#0066ff1a;border-color:#0066ff40}html[data-theme=light] .user-profile-modal{background:#fff;border-color:#0000001a}html[data-theme=light] .user-profile-close{background:#0000000d}html[data-theme=light] .user-profile-close:hover{color:#333;background:#0000001a}html[data-theme=light] .user-profile-header{border-bottom-color:#0000000f}html[data-theme=light] .user-profile-status{border-color:#fff}html[data-theme=light] .user-profile-name-row h3{color:#1a1a1a}html[data-theme=light] .detail-value{color:#333}html[data-theme=light] .user-profile-mod-section{border-top-color:#0000000f}html[data-theme=light] .user-profile-mod-actions{background:#00000005}html[data-theme=light] .mod-actions-header{border-bottom-color:#0000000f}html[data-theme=light] .mod-action-btn{color:#333;background:#00000008;border-color:#00000014}html[data-theme=light] .mod-form-group select,html[data-theme=light] .mod-form-group input{color:#333;background:#f5f5f5;border-color:#0000001a}html[data-theme=light] .mod-cancel-btn{color:#666;background:#0000000a;border-color:#0000001a}html[data-theme=light] .mod-cancel-btn:hover{color:#333;background:#00000014}.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}.channel-item .channel-icon.announcement{opacity:.7;width:16px;height:16px;color:var(--primary-blue);flex-shrink:0}.context-menu{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14141cfa;border:1px solid #ffffff1a;border-radius:8px;min-width:180px;padding:6px;position:fixed;box-shadow:0 8px 24px #0006}.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-simulation-body{width:100%;position:relative}.trade-simulation-body.trade-chart-manual-placeholder{background:linear-gradient(135deg,#94a3b808 0%,#94a3b803 100%);border:1px dashed #94a3b826;border-left:none;border-right:none;border-radius:0;justify-content:center;align-items:center;margin:0;display:flex}.trade-simulation-footer{background:#ffffff05;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:10px 16px;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-btn.refresh-data{color:#60a5fae6;background:#3b82f61a;border:1px solid #3b82f633}.playback-btn.refresh-data:hover{color:#60a5fa;background:#3b82f633;border-color:#3b82f64d}.playback-btn.refresh-data:disabled{color:#94a3b84d;background:#ffffff08;border-color:#ffffff0d}.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] .trade-simulation-body.trade-chart-manual-placeholder{background:linear-gradient(135deg,#00000005 0%,#00000003 100%)!important;border-top-color:#0000001a!important;border-bottom-color:#0000001a!important}html[data-theme=light] .trade-simulation-footer{background:#00000005;border-top-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-btn.refresh-data{color:#3b82f6;background:#3b82f614;border-color:#3b82f626}html[data-theme=light] .playback-btn.refresh-data:hover{color:#2563eb;background:#3b82f61f;border-color:#3b82f640}html[data-theme=light] .playback-btn.refresh-data:disabled{color:#00000040;background:#00000005;border-color:#0000000d}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}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.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}.subscription-page .discount-code-section{flex-direction:column;align-items:center;gap:8px;margin-top:24px;display:flex}.subscription-page .discount-input-wrapper{align-items:center;gap:8px;display:flex;position:relative}.subscription-page .discount-input{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:260px;padding:10px 36px 10px 16px;font-size:14px;transition:all .2s}.subscription-page .discount-input:focus{background:#ffffff14;border-color:#2981eb;outline:none}.subscription-page .discount-input::placeholder{color:#fff6;text-transform:none;letter-spacing:normal}.subscription-page .discount-clear-btn{color:#fff6;cursor:pointer;background:0 0;border:none;padding:4px;font-size:14px;line-height:1;transition:color .2s;position:absolute;right:10px}.subscription-page .discount-clear-btn:hover{color:#fffc}.subscription-page .discount-note{color:#888;margin:0;font-size:13px}.subscription-page .discount-note.valid{color:#22c55e}.subscription-page .discount-note.invalid{color:#ef4444}.subscription-page .discount-note.warning{color:#f59e0b;margin-top:4px;font-size:12px}.subscription-page .discount-input-wrapper.valid .discount-input{background:#22c55e14;border-color:#22c55e66}.subscription-page .discount-input-wrapper.invalid .discount-input{background:#ef444414;border-color:#ef444466}.subscription-page .discount-validating-spinner{border:2px solid #fff3;border-top-color:#2981eb;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin;position:absolute;right:36px}.subscription-page .discount-valid-icon{color:#22c55e;font-size:14px;font-weight:600;position:absolute;right:36px}.subscription-page .discount-invalid-icon{color:#ef4444;font-size:14px;font-weight:600;position:absolute;right:36px}.admin-mobile-layout{display:none!important}@media (max-width:768px){:is(body:has(.admin-mobile-layout) .support-widget,body:has(.admin-mobile-bottom-nav) .support-widget),.admin-layout.desktop-layout{display:none!important}.admin-mobile-layout{background:var(--bg-body);flex-direction:column;height:100dvh;overflow:hidden;display:flex!important}.admin-mobile-main-content{-webkit-overflow-scrolling:touch;background-color:var(--bg-body);flex:1;padding-bottom:80px;overflow:hidden auto}.admin-mobile-view-container{min-height:100%;padding:16px}.admin-dashboard-header,.admin-analytics-header,.admin-users-header,.admin-section-header{flex-direction:column;gap:12px;align-items:flex-start!important}.admin-dashboard-header h1,.admin-analytics-header h1,.admin-users-header h1,.admin-section-title{font-size:20px!important}.admin-stats-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.admin-stat-card{padding:14px!important}.admin-stat-value{font-size:20px!important}.admin-stat-label{font-size:11px!important}.admin-table-container{overflow-x:auto}.admin-table{min-width:600px}.admin-card{padding:14px!important}.admin-card-header{flex-direction:column;gap:10px;align-items:flex-start!important}.admin-card-title{font-size:15px!important}.admin-filters{flex-direction:column;gap:8px}.admin-filter-input,.admin-filter-select{width:100%!important}.admin-actions{flex-wrap:wrap;gap:8px}.admin-btn{padding:8px 14px!important;font-size:12px!important}}@media (max-width:380px){.admin-mobile-view-container{padding:12px}.admin-stats-grid{grid-template-columns:1fr!important}.admin-dashboard-header h1,.admin-analytics-header h1,.admin-users-header h1,.admin-section-title{font-size:18px!important}}html[data-theme=light] button.upgrade-cta-btn,html[data-theme=light] button.upgrade-cta-btn svg,html[data-theme=light] button.upgrade-cta-btn *,html[data-theme=light] .connect-card-v2 button.upgrade-cta-btn,html[data-theme=light] .connect-card-v2 button.upgrade-cta-btn *,body.theme-light button.upgrade-cta-btn,body.theme-light button.upgrade-cta-btn svg,body.theme-light button.upgrade-cta-btn *,body.theme-light .connect-card-v2 button.upgrade-cta-btn,body.theme-light .connect-card-v2 button.upgrade-cta-btn *{color:#fff!important;fill:#fff!important}.cte-container{flex-direction:column;gap:12px;display:flex}.cte-header{justify-content:space-between;align-items:center;display:flex}.cte-count{color:var(--text-gray);font-size:13px}.cte-reset-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;transition:all .15s;display:flex}.cte-reset-btn:hover{color:var(--text-gray);background:var(--bg-card-lighter)}.cte-list{flex-direction:column;gap:4px;display:flex}.cte-item{background:var(--bg-card-lighter);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;transition:all .15s;display:flex}.cte-item:hover{border-color:var(--text-muted)}.cte-item-reorder{flex-direction:column;gap:0;display:flex}.cte-reorder-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0;line-height:1;transition:color .15s}.cte-reorder-btn:hover:not(:disabled){color:var(--text-white)}.cte-reorder-btn:disabled{opacity:.3;cursor:default}.cte-item-label{color:var(--text-white);cursor:pointer;flex:1;padding:2px 0;font-size:14px}.cte-item-label:hover{color:var(--primary-blue)}.cte-edit-input{color:var(--text-white);background:var(--bg-card);border:1px solid var(--primary-blue);border-radius:4px;outline:none;flex:1;padding:4px 8px;font-size:14px}.cte-delete-btn{cursor:pointer;color:var(--text-muted);opacity:0;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .15s}.cte-item:hover .cte-delete-btn{opacity:1}.cte-delete-btn:hover{color:var(--danger);background:#ff3d001a}.cte-add-btn{color:var(--primary-blue);border:1px dashed var(--border-color);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:13px;transition:all .15s;display:flex}.cte-add-btn:hover:not(:disabled){border-color:var(--primary-blue);background:#0066ff0d}.cte-add-btn:disabled{opacity:.4;cursor:default}.cte-unsaved,.cte-saving{text-align:center;font-size:12px}.cte-unsaved{color:var(--danger)}.cte-saving{color:var(--text-muted)}.amt-checklist-section{margin-top:4px}.amt-checklist-toggle{color:var(--text-gray);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 0;font-size:13px;font-weight:500;transition:color .15s;display:flex}.amt-checklist-toggle:hover{color:var(--text-white)}.amt-checklist-toggle svg{transition:transform .2s}.amt-checklist-toggle.open svg{transform:rotate(90deg)}.amt-checklist-items{flex-direction:column;gap:4px;padding:8px 0;animation:.15s amt-cl-fadeIn;display:flex}@keyframes amt-cl-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.amt-checklist-item{background:var(--bg-card-lighter);border:1px solid var(--border-color);cursor:pointer;color:var(--text-white);border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;transition:all .15s;display:flex}.amt-checklist-item:hover{border-color:var(--text-muted)}.amt-checklist-item.checked{background:#22c55e0d;border-color:#22c55e4d}.amt-checklist-check{border:2px solid var(--text-muted);color:#fff;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.amt-checklist-item.checked .amt-checklist-check{background:#22c55e;border-color:#22c55e}.tcp-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;animation:.15s tcp-fadeIn;display:flex;position:fixed;inset:0}@keyframes tcp-fadeIn{0%{opacity:0}to{opacity:1}}.tcp-modal{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;width:90%;max-width:440px;animation:.25s cubic-bezier(.16,1,.3,1) tcp-slideUp;position:relative;overflow:hidden}@keyframes tcp-slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.tcp-close{color:var(--text-muted);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:6px;padding:4px;transition:all .15s;position:absolute;top:14px;right:14px}.tcp-close:hover{color:var(--text-white);background:var(--bg-card-lighter)}.tcp-trade-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.tcp-symbol-row{align-items:center;gap:12px;display:flex}.tcp-symbol-info{flex-direction:column;gap:2px;display:flex}.tcp-symbol-name{color:var(--text-white);letter-spacing:-.01em;font-size:16px;font-weight:600}.tcp-direction{text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.tcp-direction.long{color:var(--success)}.tcp-direction.short{color:var(--danger)}.tcp-pnl{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.tcp-pnl.profit{color:var(--success)}.tcp-pnl.loss{color:var(--danger)}.tcp-title-section{align-items:flex-start;gap:10px;padding:16px 24px 12px;display:flex}.tcp-title-icon{color:var(--primary-blue);flex-shrink:0;margin-top:1px}.tcp-title{color:var(--text-white);margin:0;font-size:15px;font-weight:600}.tcp-subtitle{color:var(--text-gray);margin:2px 0 0;font-size:13px}.tcp-items{flex-direction:column;gap:6px;padding:4px 24px 16px;display:flex}.tcp-item{background:var(--bg-card-lighter);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .15s;display:flex}.tcp-item:hover{border-color:var(--text-muted)}.tcp-item.checked{background:#22c55e0d;border-color:#22c55e4d}.tcp-checkbox{border:2px solid var(--text-muted);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.tcp-item.checked .tcp-checkbox{background:#22c55e;border-color:#22c55e}.tcp-item-label{color:var(--text-white);font-size:14px;transition:opacity .15s}.tcp-item.checked .tcp-item-label{opacity:.7}.tcp-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.tcp-checked-count{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:13px}.tcp-actions{align-items:center;gap:10px;display:flex}.tcp-skip{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 14px;font-size:14px;font-weight:500;transition:all .15s}.tcp-skip:hover{color:var(--text-white);background:var(--bg-card-lighter)}.tcp-save{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .15s}.tcp-save:hover{filter:brightness(1.1)}.tcp-save:disabled{opacity:.6;cursor:not-allowed}html[data-theme=light] .tcp-overlay{background:#0000004d}html[data-theme=light] .tcp-modal{box-shadow:0 20px 60px #00000026}html[data-theme=light] .tcp-checkbox{border-color:#d1d5db}html[data-theme=light] .tcp-item{background:#f9fafb}html[data-theme=light] .tcp-item.checked{background:#22c55e0d}@media (max-width:640px){.tcp-modal{width:95%}.tcp-trade-header{padding:16px 16px 12px}.tcp-title-section{padding:12px 16px 10px}.tcp-items{padding:4px 16px 12px}.tcp-footer{padding:12px 16px}}.jf-ptc-section{margin-bottom:8px}.jf-ptc-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.jf-ptc-header svg{color:var(--primary-blue)}.jf-ptc-title{color:var(--text-white);font-size:13px;font-weight:600}.jf-ptc-count{color:var(--text-gray);margin-left:auto;font-size:12px}.jf-ptc-items{flex-direction:column;gap:4px;display:flex}.jf-ptc-item{background:var(--bg-card-lighter);border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:flex}.jf-ptc-item-icon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.jf-ptc-item-icon.checked{color:#22c55e}.jf-ptc-item-icon.unchecked{color:var(--text-muted)}.jf-ptc-item-label{color:var(--text-white)}.jf-ptc-item-label.unchecked{color:var(--text-muted);text-decoration:line-through;-webkit-text-decoration-color:var(--text-muted);text-decoration-color:var(--text-muted)}.jf-ptc-empty{color:var(--text-muted);padding:8px 0;font-size:12px;font-style:italic}html[data-theme=light] .cte-item{background:#f9fafb}html[data-theme=light] .cte-edit-input{background:#fff}html[data-theme=light] .amt-checklist-item,html[data-theme=light] .jf-ptc-item{background:#f9fafb}.jf-label-row{justify-content:space-between;align-items:center;display:flex}.jf-label-left{align-items:center;gap:8px;display:flex}.jf-rr-wrap{align-items:center;gap:6px;display:flex}.jf-rr-label{color:var(--text-gray);margin-right:4px;font-size:13px;font-weight:600}.jf-rr-sep{color:var(--text-gray);font-size:16px;font-weight:700}.jf-rr-input{width:64px;color:var(--text-white);text-align:center;background:#19191ccc;border:1px solid #ffffff0f;border-radius:8px;padding:6px 10px;font-size:15px;font-weight:500;transition:border-color .2s}.jf-rr-input:focus{border-color:var(--primary-blue);outline:none}.jf-rr-input::placeholder{color:var(--text-muted)}html[data-theme=light] .jf-rr-input{border-color:var(--border-color);background:#f9fafb}html[data-theme=light] .jf-rr-input:focus{border-color:var(--primary-blue)}
