@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{background:#0d0e12;width:100%;height:100%;overflow:hidden}body{color:#e3e2e8;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#3c494e80;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#00d4ff4d}a{color:#00d4ff;text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline-offset:2px;outline:2px solid #00d4ff80}button{outline:none}.sidebar{background:#0d0e12;border-right:1px solid #3c494e40;flex-direction:column;flex-shrink:0;width:240px;min-height:100vh;transition:width .25s;display:flex;position:relative;overflow:hidden}.sidebar-mobile-close{display:none}.sidebar.collapsed{width:64px}.sidebar-logo{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:20px 18px 16px;display:flex}.logo-icon{background:#00d4ff14;border:1px solid #00d4ff2e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.logo-text{letter-spacing:2px;color:#e3e2e8;font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:700}.collapse-btn{color:#859398;cursor:pointer;background:#3c494e33;border:1px solid #3c494e59;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex;position:absolute;top:22px;right:12px}.sidebar.collapsed .collapse-btn{align-self:center;margin-bottom:8px;position:relative;top:76px;right:8px}.collapse-btn:hover{color:#00d4ff;background:#00d4ff1a;border-color:#00d4ff4d}.sidebar-nav{flex-direction:column;flex-shrink:0;gap:2px;padding:8px 10px;display:flex}.nav-item{color:#859398;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;transition:all .18s;display:flex;position:relative;overflow:hidden}.sidebar.collapsed .nav-item{justify-content:center;padding:10px}.nav-item:hover{color:#a8e8ff;background:#00d4ff0f}.nav-item.active{color:#00d4ff;background:#00d4ff1a}.nav-icon{flex-shrink:0;align-items:center;display:flex}.nav-label{white-space:nowrap}.nav-active-bar{background:#00d4ff;border-radius:0 3px 3px 0;width:3px;height:60%;position:absolute;top:20%;left:0;box-shadow:0 0 8px #00d4ff99}.sidebar-watchlist{flex-direction:column;flex:1;margin-top:8px;padding:0 10px;display:flex;overflow:hidden}.section-header{text-transform:uppercase;letter-spacing:1px;color:#5a6872;cursor:pointer;justify-content:space-between;align-items:center;padding:0 4px 8px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;display:flex}.section-header svg{color:#5a6872;cursor:pointer;transition:color .2s}.section-header svg:hover{color:#00d4ff}.watchlist-items{scrollbar-width:thin;scrollbar-color:#3c494e66 transparent;flex-direction:column;gap:2px;max-height:280px;display:flex;overflow-y:auto}.watchlist-empty{color:#5a6872;text-align:center;padding:16px 0;font-family:Inter,system-ui,sans-serif;font-size:12px}.watchlist-item{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 10px;font-family:Inter,system-ui,sans-serif;transition:background .15s;display:flex}.watchlist-item:hover{background:#00d4ff0f}.wi-left{text-align:left;flex-direction:column;display:flex}.wi-symbol{color:#e3e2e8;font-size:13px;font-weight:600}.wi-name{color:#5a6872;white-space:nowrap;text-overflow:ellipsis;max-width:90px;margin-top:1px;font-size:10px;overflow:hidden}.wi-right{flex-direction:column;align-items:flex-end;display:flex}.wi-price{color:#e3e2e8;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.wi-change{font-variant-numeric:tabular-nums;font-size:11px;font-weight:500}.wi-change.up{color:#00c896}.wi-change.down{color:#ff4757}.sidebar-footer{border-top:1px solid #3c494e33;margin-top:auto;padding:12px 14px 20px}.portfolio-summary{flex-direction:column;gap:3px;display:flex}.ps-label{text-transform:uppercase;letter-spacing:1px;color:#5a6872;font-family:Inter,system-ui,sans-serif;font-size:10px}.ps-value{color:#00d4ff;letter-spacing:-.5px;font-variant-numeric:tabular-nums;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700}@media (width<=980px){.sidebar{width:72px}.sidebar .logo-text,.sidebar .nav-label,.sidebar .sidebar-watchlist,.sidebar .sidebar-footer,.sidebar .sidebar-profile{display:none}.sidebar .nav-item{justify-content:center;padding:10px}.sidebar .collapse-btn{display:none}.sidebar .sidebar-logo{justify-content:center;padding:16px 12px}}@media (width<=1023px){.sidebar{z-index:1200;width:288px;transition:transform .24s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:24px 0 48px #0000006b}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed{width:288px}.sidebar-mobile-close{z-index:2;color:#a1aeb4;cursor:pointer;background:#3c494e2e;border:1px solid #3c494e47;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:16px;right:16px}.sidebar-logo{justify-content:flex-start;padding:20px 54px 16px 18px}.collapse-btn{display:none}.sidebar .logo-text,.sidebar .nav-label,.sidebar .sidebar-watchlist,.sidebar .sidebar-footer,.sidebar .sidebar-profile{display:block}.sidebar-nav{padding-top:6px}.nav-item{justify-content:flex-start;padding:12px 14px}.nav-active-bar{display:block}}@media (width<=767px){.sidebar{width:min(86vw,300px)}.sidebar-logo{padding-left:16px}.sidebar-watchlist,.sidebar-footer{padding-left:12px;padding-right:12px}.watchlist-items{max-height:220px}}.sidebar-profile{border-top:1px solid #3c494e33;border-bottom:1px solid #3c494e33;margin-top:8px;padding:12px 10px}.profile-section{align-items:center;gap:10px;display:flex}.profile-avatar{color:#fff;background:linear-gradient(135deg,#00d4ff 0%,#2962ff 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.profile-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.profile-email{color:#859398;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.logout-btn{color:#ff6b7a;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;padding:0;font-size:11px;font-weight:600;transition:color .2s}.logout-btn:hover{color:#ff8a95}.logout-confirm-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.logout-confirm-dialog{background:#1a1b20;border:1px solid #00d4ff33;border-radius:12px;max-width:320px;padding:24px;box-shadow:0 20px 60px #0000004d}.logout-confirm-dialog h3{color:#fff;margin:0 0 8px;font-size:16px;font-weight:600}.logout-confirm-dialog p{color:#859398;margin:0 0 20px;font-size:13px}.confirm-actions{gap:10px;display:flex}.confirm-cancel,.confirm-logout{cursor:pointer;border:none;border-radius:6px;flex:1;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s}.confirm-cancel{color:#859398;background:#3c494e4d;border:1px solid #3c494e66}.confirm-cancel:hover{color:#a8d8e1;background:#3c494e80}.confirm-logout{color:#ff7a8a;background:#ff475733;border:1px solid #ff475766}.confirm-logout:hover{color:#ff9aaa;background:#ff47574d}.dashboard{background:#111319;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.mkt-indices-strip{scrollbar-width:none;background:#0c0e14;border-bottom:1px solid #42475480;flex-shrink:0;align-items:stretch;gap:0;padding:0 20px;display:flex;overflow-x:auto}.mkt-indices-strip::-webkit-scrollbar{display:none}.mkt-index-chip{white-space:nowrap;cursor:default;border-right:1px solid #4247544d;align-items:center;gap:10px;padding:10px 20px;transition:background .15s;display:flex}.mkt-index-chip:hover{background:#1e1f2699}.mkt-index-chip:last-child{border-right:none}.mkt-index-icon{flex-shrink:0;font-size:16px}.mkt-index-label{text-transform:uppercase;letter-spacing:.12em;color:#5a6070;font-size:9px;font-weight:700;line-height:1}.mkt-index-value{color:#e2e2eb;font-size:14px;font-weight:700;line-height:1.3}.mkt-index-value.mono{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,Courier New,monospace}.mkt-index-change{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600}.mkt-index-change.up{color:#22c55e}.mkt-index-change.down{color:#ef4444}.mkt-index-status{border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700}.mkt-index-status.live{color:#22c55e}.mkt-index-status.off{color:#ef4444}.mkt-indices-refresh{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;padding:10px 0 10px 20px;display:flex}.refresh-btn{color:#5a6070;cursor:pointer;background:#1e1f26cc;border:1px solid #42475466;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .18s;display:flex}.refresh-btn:hover{color:#adc6ff;background:#282a30e6;border-color:#adc6ff4d}.mkt-last-updated{color:#5a6070;font-family:JetBrains Mono,monospace;font-size:10px}.dashboard-content{scrollbar-width:thin;scrollbar-color:#3c494e4d transparent;flex:1;padding:20px;overflow:hidden auto}.dash-grid{grid-template-columns:3fr 2fr;align-items:start;gap:16px;display:grid}.dash-col-left,.dash-col-right{flex-direction:column;gap:16px;display:flex}.dash-card{background:#1e1f26;border:1px solid #42475433;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0003}.dash-card-header{border-bottom:1px solid #42475426;justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.dash-card-title{color:#c2c6d6;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:700}.dash-card-subtitle{color:#5a6070;font-size:11px}.dash-card-action{color:#adc6ff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:11px;font-weight:600;transition:color .15s}.dash-card-action:hover{color:#e2e2eb}.empty-state{text-align:center;color:#5a6070;padding:24px 18px;font-size:13px;font-style:italic}.watchlist-rows{padding:6px 0}.wl-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:12px;width:100%;padding:10px 18px;transition:background .14s;display:flex}.wl-row:hover{background:#282a30cc}.wl-symbol-badge{color:#adc6ff;letter-spacing:.04em;background:#3b82f61f;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;min-width:52px;padding:4px 8px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;display:flex}.wl-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.wl-name{color:#c2c6d6;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.wl-symbol-full{color:#5a6070;font-size:10px}.wl-prices{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.wl-price{color:#e2e2eb;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.wl-change{font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600}.wl-change.up{color:#22c55e}.wl-change.down{color:#ef4444}.txn-rows{padding:6px 0}.txn-row{align-items:center;gap:10px;padding:9px 18px;transition:background .14s;display:flex}.txn-row:hover{background:#282a3099}.txn-symbol{color:#adc6ff;cursor:pointer;text-align:center;background:#3b82f61a;border:none;border-radius:6px;min-width:60px;padding:3px 8px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;transition:background .14s}.txn-symbol:hover{background:#3b82f638}.txn-type{letter-spacing:.04em;text-align:center;border-radius:5px;min-width:36px;padding:2px 8px;font-size:10px;font-weight:800}.txn-type.buy{color:#22c55e;background:#22c55e26}.txn-type.sell{color:#ef4444;background:#ef444426}.txn-detail{color:#94a3b8;font-variant-numeric:tabular-nums;flex:1;font-size:12px}.txn-total{color:#c2c6d6;font-variant-numeric:tabular-nums;text-align:right;font-size:12px;font-weight:600}.txn-time{color:#5a6070;white-space:nowrap;text-align:right;min-width:52px;font-size:10px}.portfolio-stats{grid-template-columns:1fr 1fr;gap:0;padding:4px 0;display:grid}.ps-stat{flex-direction:column;gap:4px;padding:14px 18px;display:flex}.ps-stat-label{text-transform:uppercase;letter-spacing:.08em;color:#5a6070;font-size:10px;font-weight:700}.ps-stat-value{color:#c2c6d6;font-variant-numeric:tabular-nums;font-size:16px;font-weight:700}.ps-stat-value.mono{font-family:JetBrains Mono,monospace}.ps-stat-value.primary{color:#adc6ff}.ps-stat-value.up{color:#22c55e}.ps-stat-value.down{color:#ef4444}.ps-allocation{border-top:1px solid #42475426;padding:12px 18px 16px}.ps-alloc-label{text-transform:uppercase;letter-spacing:.08em;color:#5a6070;margin-bottom:10px;font-size:10px;font-weight:700}.ps-alloc-row{align-items:center;gap:10px;margin-bottom:8px;display:flex}.ps-alloc-symbol{color:#adc6ff;cursor:pointer;text-align:center;background:#3b82f61a;border:none;border-radius:4px;min-width:58px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;transition:background .14s}.ps-alloc-symbol:hover{background:#3b82f638}.ps-alloc-bar-track{background:#42475466;border-radius:999px;flex:1;height:5px;overflow:hidden}.ps-alloc-bar-fill{background:linear-gradient(90deg,#3b82f6,#818cf8);border-radius:999px;min-width:4px;height:100%;transition:width .4s}.ps-alloc-pct{color:#94a3b8;text-align:right;min-width:28px;font-size:11px;font-weight:600}.movers-section{padding:0 0 4px}.movers-section+.movers-section{border-top:1px solid #42475426}.movers-section-label{text-transform:uppercase;letter-spacing:.1em;padding:10px 18px 6px;font-size:9px;font-weight:800}.movers-section-label.up{color:#22c55e}.movers-section-label.down{color:#ef4444}.mover-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:8px 18px;transition:background .14s;display:flex}.mover-row:hover{background:#282a30b3}.mover-symbol{color:#c2c6d6;min-width:72px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700}.mover-price{color:#94a3b8;font-variant-numeric:tabular-nums;flex:1;font-size:12px}.mover-change{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700}.mover-change.up{color:#22c55e}.mover-change.down{color:#ef4444}.quick-actions-grid{grid-template-columns:1fr 1fr;gap:10px;padding:14px 18px 18px;display:grid}.qa-btn{cursor:pointer;color:#c2c6d6;background:#191b22cc;border:1px solid #4247544d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 12px;text-decoration:none;transition:all .18s;display:flex}.qa-btn:hover{color:#e2e2eb;background:#282a30e6;border-color:#adc6ff4d;transform:translateY(-1px);box-shadow:0 0 16px #3b82f61a}.qa-icon{font-size:22px;line-height:1}.qa-label{text-align:center;color:inherit;letter-spacing:.02em;font-size:11px;font-weight:600}.dash-footer{background:#0c0e14;border-top:1px solid #42475466;flex-shrink:0;align-items:center;gap:20px;padding:8px 20px;font-size:11px;display:flex}.dash-footer-status{color:#22c55e;align-items:center;gap:6px;font-weight:600;display:flex}.dash-footer-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.dash-footer-dot.live{background:#22c55e;animation:2s infinite footerDotPulse;box-shadow:0 0 6px #22c55e99}@keyframes footerDotPulse{0%,to{opacity:1}50%{opacity:.5}}.dash-footer-times{color:#5a6070}.dash-footer-copy{color:#5a6070;margin-left:auto}.mono{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,Courier New,monospace}@media (width<=1100px){.dash-grid{grid-template-columns:1fr}}@media (width<=768px){.dashboard-content{padding:14px}.dash-grid{gap:12px}.portfolio-stats{grid-template-columns:1fr}.mkt-indices-strip{padding:0 10px}.mkt-index-chip{padding:8px 14px}.quick-actions-grid{grid-template-columns:1fr 1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dash-card{animation:.2s both fadeInUp}.stock-chart-wrapper{background:#0d0e12;border-radius:8px;flex-direction:column;width:100%;display:flex;overflow:hidden}.chart-controls{background:#121317;border-bottom:1px solid #3c494e4d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;display:flex}.chart-type-toggle{gap:4px;display:flex}.chart-type-btn{color:#859398;cursor:pointer;background:0 0;border:1px solid #3c494e80;border-radius:6px;align-items:center;gap:6px;padding:5px 12px;font-family:Inter,system-ui,sans-serif;font-size:12px;transition:all .2s;display:flex}.chart-type-btn:hover{color:#a8e8ff;background:#00d4ff14;border-color:#00d4ff4d}.chart-type-btn.active{color:#00d4ff;background:#00d4ff1f;border-color:#00d4ff80}.timeframe-buttons{background:#0d0e12cc;border-radius:8px;gap:2px;padding:3px;display:flex}.tf-btn{color:#859398;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 12px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;transition:all .18s}.tf-btn:hover{color:#00d4ff;background:#00d4ff14}.tf-btn.active{color:#00d4ff;background:#00d4ff26;font-weight:600}.chart-area{background:#0d0e12;width:100%;position:relative}.chart-canvas{z-index:1;position:relative}.chart-tooltip{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#121317eb;border:1px solid #3c494e66;border-radius:6px;align-items:center;gap:12px;padding:6px 14px;animation:.12s fadeIn;display:flex;position:absolute;top:10px;left:60px}.tt-date{color:#859398;white-space:nowrap;font-family:Inter,monospace;font-size:11px}.tt-item{color:#e3e2e8;font-family:Inter,monospace;font-size:12px}.tt-item em{color:#859398;margin-right:3px;font-style:normal}.tt-item.up{color:#00c896}.tt-item.down{color:#ff4757}.tt-price{color:#00d4ff;font-size:13px;font-weight:600}.chart-overlay{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#bbc9cf;background:#0d0e12d9;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-family:Inter,system-ui,sans-serif;font-size:14px;display:flex;position:absolute;inset:0}.chart-error{color:#ff4757}.chart-spinner{border:2px solid #00d4ff26;border-top-color:#00d4ff;border-radius:50%;width:32px;height:32px;animation:.75s linear infinite spin}.retry-btn{color:#00d4ff;cursor:pointer;background:#00d4ff1f;border:1px solid #00d4ff66;border-radius:6px;margin-top:4px;padding:6px 18px;font-size:12px;transition:background .2s}.retry-btn:hover{background:#00d4ff38}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.stock-panel-wrapper{background:#0f131e;flex-direction:column;flex:1;min-height:0;padding:0 24px;display:flex}.panel-main{flex:1;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);gap:24px;min-height:0;padding:8px 0 6px;display:grid;overflow:auto}.chart-section{flex-direction:column;gap:18px;min-width:0;display:flex}.chart-price-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cph-symbol{flex-direction:column;gap:2px;display:flex}.cph-ticker{color:#e3e2e8;letter-spacing:-.5px;align-items:center;gap:8px;font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:800;display:flex}.cph-index-label{text-transform:uppercase;color:#d8b4fe;letter-spacing:.5px;vertical-align:middle;background:#8a2be233;border:1px solid #8a2be266;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.cph-name{color:#859398;font-family:Inter,system-ui,sans-serif;font-size:12px}.cph-price-block{text-align:right}.cph-price{color:#e3e2e8;letter-spacing:-1px;font-variant-numeric:tabular-nums;font-family:Inter,system-ui,sans-serif;font-size:32px;font-weight:800;line-height:1;display:block}.cph-change{font-variant-numeric:tabular-nums;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600}.cph-change.up{color:#00c896}.cph-change.down{color:#ff4757}.info-panel{background:linear-gradient(165deg,#171b26f5,#0f131ef5);border:1px solid #4346562e;border-radius:14px;flex-direction:column;gap:0;width:100%;max-height:100%;padding:22px;display:flex;overflow-y:auto}.stats-grid{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.stat-item{flex-direction:column;gap:3px;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.8px;color:#8a95a0;font-family:Inter,system-ui,sans-serif;font-size:10px}.stat-val{color:#dfe2f2;font-variant-numeric:tabular-nums;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:700}.stat-val.up{color:#00c896}.stat-val.down{color:#ff4757}.panel-divider{background:#4346563d;height:1px;margin:20px 0}.trend-card{background:linear-gradient(160deg,#1b1f2bf5,#131722f5);border:1px solid #4346562e;border-radius:12px;flex-direction:column;gap:11px;padding:16px;display:flex}.trend-card-inline,.left-bottom-slot{margin-top:2px}.trend-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.trend-title{color:#9ca8b3;letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:800}.trend-badge{text-transform:uppercase;letter-spacing:.5px;color:#bbc9cf;background:#43465633;border:1px solid #4346564d;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.trend-badge.bullish{color:#00c896;background:#00c89624;border-color:#00c89659}.trend-badge.bearish{color:#ff4757;background:#ff475724;border-color:#ff475759}.trend-badge.sideways,.trend-badge.neutral{color:#ffd166;background:#ffd1661f;border-color:#ffd1664d}.trend-metrics{flex-direction:column;gap:6px;display:flex}.trend-row{border-bottom:1px solid #4346562e;justify-content:space-between;align-items:center;gap:8px;padding-bottom:7px;display:flex}.trend-row:last-child{border-bottom:none;padding-bottom:0}.trend-label{color:#96a0aa;font-size:11px}.trend-val{color:#dfe2f2;text-align:right;font-size:12px;font-weight:700}.trend-val.up{color:#00c896}.trend-val.down{color:#ff4757}.trend-val.rec{color:#c8d4ff}.trend-ma-row{color:#b7c1cc;border-top:1px solid #43465638;grid-template-columns:1fr 1fr;gap:8px;padding-top:10px;font-size:11px;display:grid}.order-form{flex-direction:column;gap:16px;display:flex}.of-header{color:#9ca8b3;letter-spacing:.18em;text-transform:uppercase;font-family:Inter,system-ui,sans-serif;font-size:10px;font-weight:800}.of-balance-row,.of-price-row,.of-total-row{justify-content:space-between;align-items:center;display:flex}.of-label{color:#8f9aa4;font-family:Inter,system-ui,sans-serif;font-size:12px}.of-balance{color:#b6c4ff;font-variant-numeric:tabular-nums;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:800}.of-price{color:#dce1ff;font-variant-numeric:tabular-nums;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:700}.of-total{color:#dfe2f2;font-variant-numeric:tabular-nums;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:800}.input-group{flex-direction:column;gap:5px;display:flex}.input-label{color:#5a6872;text-transform:uppercase;letter-spacing:.7px;font-family:Inter,system-ui,sans-serif;font-size:11px}.order-input{color:#b6c4ff;font-variant-numeric:tabular-nums;box-sizing:border-box;background:#0a0e19e6;border:none;border-bottom:2px solid #4346568c;border-radius:6px 6px 0 0;outline:none;width:100%;padding:14px 12px;font-family:Inter,system-ui,sans-serif;font-size:30px;font-weight:900;transition:border-color .2s}.order-input:focus{border-bottom-color:#00d4ff}.order-input::-webkit-inner-spin-button{opacity:0}.order-input::-webkit-outer-spin-button{opacity:0}.trade-buttons{grid-template-columns:1fr 1fr;gap:12px;margin-top:6px;display:grid}.trade-btn{cursor:pointer;letter-spacing:.16em;text-transform:uppercase;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:56px;padding:14px 8px;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:800;transition:all .2s;display:flex}.trade-btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.buy-btn{color:#e8fff6;background:linear-gradient(135deg,#00a76f,#00895b);box-shadow:0 4px 16px #00c89633}.buy-btn:not(:disabled):hover{background:linear-gradient(135deg,#00d4a0,#00b886);transform:translateY(-1px);box-shadow:0 4px 20px #00c89659}.sell-btn{color:#fff;background:linear-gradient(135deg,#da2237,#b7172a);box-shadow:0 4px 16px #ff475733}.sell-btn:not(:disabled):hover{background:linear-gradient(135deg,#ff596a,#ee404f);transform:translateY(-1px);box-shadow:0 4px 20px #ff475759}.btn-spinner{border:1.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite spin}@media (width<=1180px){.panel-main{grid-template-columns:1fr;gap:16px;padding-top:10px}.info-panel{width:100%;max-height:none;overflow:visible}.cph-price{font-size:28px}}@media (width<=1023px){.stock-panel-wrapper{padding:0 14px}.panel-main{padding:6px 0 16px}.chart-price-header{gap:10px}.info-panel{padding:18px}}@media (width<=767px){.stock-panel-wrapper{padding:0 10px}.panel-main{gap:14px;padding:6px 0 14px}.chart-price-header{flex-direction:column;align-items:flex-start}.cph-price-block{text-align:left}.cph-price{font-size:24px}.stats-grid{gap:12px}.info-panel{padding:14px}.trend-card{padding:12px}.order-input{font-size:24px}.trade-buttons{grid-template-columns:1fr}.trade-btn{width:100%}}@media (width<=720px){.trade-buttons{grid-template-columns:1fr}.trade-btn{width:100%}}.stock-chart-page{background:#111319;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.scp-topbar{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111319f2;border-bottom:1px solid #42475466;align-items:center;gap:16px;padding:10px 20px;display:flex;position:sticky;top:0}.scp-back-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#1e1f26cc;border:1px solid #42475480;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500;transition:all .18s;display:flex}.scp-back-btn:hover{color:#e2e2eb;background:#282a30e6;border-color:#adc6ff4d}.scp-breadcrumb{flex:1;align-items:center;gap:10px;display:flex}.scp-symbol{color:#e2e2eb;letter-spacing:.04em;font-family:JetBrains Mono,Courier New,monospace;font-size:15px;font-weight:600}.scp-company{color:#8c909f;font-size:12px;font-style:italic;font-weight:400}.scp-market-status{align-items:center;gap:8px;margin-left:auto;display:flex}.scp-status-dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:7px;height:7px}.scp-status-dot.live{background:#22c55e;animation:2s infinite liveStatusPulse;box-shadow:0 0 #22c55e80}@keyframes liveStatusPulse{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.scp-status-text{color:#94a3b8;font-size:12px;font-weight:600}.scp-time{color:#5a6070;border-left:1px solid #42475480;margin-left:4px;padding-left:8px;font-family:JetBrains Mono,monospace;font-size:11px}.scp-error-banner{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d;border-radius:8px;margin:8px 20px;padding:10px 14px;font-size:13px;font-weight:500}.scp-content{scrollbar-width:thin;scrollbar-color:#3c494e66 transparent;flex:1;overflow:hidden auto}.scp-bottom-info{grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;display:grid}.scp-holding-card{background:#191b22e6;border:1px solid #4247544d;border-radius:12px;padding:16px}.scp-holding-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.scp-holding-label{text-transform:uppercase;letter-spacing:.08em;color:#5a6070;font-size:11px;font-weight:700}.scp-holding-qty{color:#adc6ff;background:#3b82f61f;border-radius:6px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600}.scp-holding-stats{flex-wrap:wrap;gap:16px;display:flex}.scp-holding-stat{flex-direction:column;gap:3px;display:flex}.scp-stat-lbl{color:#5a6070;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.scp-stat-val{color:#c2c6d6;font-variant-numeric:tabular-nums;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600}.scp-stat-val.up{color:#22c55e}.scp-stat-val.down{color:#ef4444}.scp-recent-orders{background:#191b22e6;border:1px solid #4247544d;border-radius:12px;padding:16px}.scp-recent-orders-header{text-transform:uppercase;letter-spacing:.08em;color:#5a6070;margin-bottom:10px;font-size:11px;font-weight:700}.scp-orders-list{flex-direction:column;gap:6px;display:flex}.scp-order-row{border-bottom:1px solid #42475426;align-items:center;gap:10px;padding:7px 0;font-family:JetBrains Mono,monospace;font-size:12px;display:flex}.scp-order-row:last-child{border-bottom:none}.scp-order-type{letter-spacing:.06em;text-align:center;border-radius:4px;min-width:36px;padding:2px 7px;font-size:10px;font-weight:700}.scp-order-type.buy{color:#22c55e;background:#22c55e26}.scp-order-type.sell{color:#ef4444;background:#ef444426}.scp-order-qty{color:#c2c6d6;flex:1;font-weight:500}.scp-order-total{color:#94a3b8;font-weight:500}.scp-order-date{color:#5a6070;white-space:nowrap;font-size:11px}@media (width<=768px){.scp-topbar{flex-wrap:wrap;gap:10px;padding:8px 14px}.scp-market-status{width:100%;margin-left:0}.scp-bottom-info{grid-template-columns:1fr}}.error-boundary{text-align:center;background:#1a1b20;border:1px solid #ff475733;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:12px;max-width:400px;margin:auto;padding:32px;display:flex}.eb-icon{background:#ff475714;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.error-boundary h3{color:#e3e2e8;margin:0;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700}.eb-msg{color:#859398;max-width:280px;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.6}.eb-btn{color:#ff4757;cursor:pointer;background:#ff47571f;border:1px solid #ff475759;border-radius:8px;margin-top:6px;padding:8px 24px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;transition:background .2s}.eb-btn:hover{background:#ff475738}.ui-page-header{border-bottom:1px solid #3c494e4d;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:34px;padding-bottom:22px;display:flex}.ui-page-header h1{letter-spacing:-.5px;color:#fff;margin:0 0 8px;font-family:Inter,system-ui,sans-serif;font-size:28px;font-weight:800}.ui-page-header p{color:#859398;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5}.page-header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}@media (width<=768px){.ui-page-header{flex-direction:column;align-items:stretch}.page-header-actions{width:100%}}.ui-summary-card{background:#1a1b20;border:1px solid #3c494e4d;border-radius:12px;flex-direction:column;gap:8px;padding:24px;display:flex}.sc-label{color:#859398;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600;display:block}.sc-value{color:#e3e2e8;letter-spacing:-.5px;align-items:center;gap:8px;font-family:Inter,monospace;font-size:26px;font-weight:800;display:flex}.sc-value.neutral{color:#e3e2e8}@media (width<=768px){.ui-summary-card{padding:16px}.sc-value{font-size:22px}}.ui-data-table-container{background:#1a1b20;border:1px solid #3c494e4d;border-radius:12px;overflow:hidden}.ui-data-table-mobile{flex-direction:column;gap:12px;padding:16px;display:none}.ui-data-table-mobile-card{background:#171a20;border:1px solid #3c494e38;border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.ui-data-table-mobile-card.clickable{cursor:pointer}.ui-data-table-mobile-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.ui-data-table-mobile-label{text-transform:uppercase;letter-spacing:.08em;color:#859398;font-size:10px;font-weight:800}.ui-data-table-mobile-value{color:#e3e2e8;text-align:right;word-break:break-word;font-size:13px}.ui-data-table-mobile-empty{color:#859398;text-align:center;padding:18px 12px;font-size:14px}.data-table-wrapper{overflow:auto hidden}.data-table-wrapper::-webkit-scrollbar{height:4px}.data-table-wrapper::-webkit-scrollbar-track{background:#121317}.data-table-wrapper::-webkit-scrollbar-thumb{background:#262a35;border-radius:2px}.ui-data-table{border-collapse:collapse;width:100%;font-family:Inter,system-ui,sans-serif}.ui-data-table thead{background:#0f1115;border-bottom:1px solid #3c494e4d}.ui-data-table th{text-align:left;color:#859398;text-transform:uppercase;letter-spacing:.3px;padding:15px 18px;font-size:12px;font-weight:700}.ui-data-table th.text-right{text-align:right}.ui-data-table th.text-center{text-align:center}.ui-data-table tbody tr{border-bottom:1px solid #3c494e26;transition:background-color .2s}.ui-data-table tbody tr:hover{background:#1f2128}.ui-data-table tbody tr.clickable{cursor:pointer}.ui-data-table td{color:#e3e2e8;text-align:left;padding:18px;font-size:14px}.ui-data-table td.text-right{text-align:right}.ui-data-table td.text-center{text-align:center}.ui-data-table td.table-empty{text-align:center;color:#859398;padding:40px 16px;font-style:italic}.ui-data-table .up{color:#00c896}.ui-data-table .down{color:#ff4757}.ui-data-table .symbol{color:#00d4ff;font-family:Inter,monospace;font-weight:700}@media (width<=768px){.ui-data-table th,.ui-data-table td{padding:10px 12px;font-size:12px}.data-table-wrapper{display:none}.ui-data-table-mobile{display:flex}}.page-container{color:#e3e2e8;background:#121317;max-width:1440px;height:100%;margin:0 auto;padding:28px 30px 34px;font-family:Inter,system-ui,sans-serif;overflow-y:auto}.page-header{border-bottom:1px solid #3c494e4d;margin-bottom:34px;padding-bottom:22px}.page-header h1{letter-spacing:-.5px;color:#fff;margin:0 0 8px;font-size:28px;font-weight:800}.page-header p{color:#859398;margin:0;font-size:14px}.page-loading{color:#859398;justify-content:center;align-items:center;height:100%;font-size:15px;display:flex}.settings-content{flex-direction:column;gap:20px;max-width:600px;display:flex}.settings-form{background:#1a1b20;border:1px solid #3c494e4d;border-radius:12px;margin-bottom:40px;padding:28px}.form-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-group label{color:#a1aeb4;font-size:13px;font-weight:600}.form-group select,.form-group input[type=number]{color:#e3e2e8;background:#1e1f23cc;border:1px solid #3c494e99;border-radius:6px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .2s}.form-group select:focus,.form-group input:focus{border-color:#00d4ff}.form-group-checkbox{align-items:center;gap:10px;margin-bottom:24px;display:flex}.form-group-checkbox label{color:#e3e2e8;cursor:pointer;font-size:14px}.primary-btn{color:#00222b;cursor:pointer;background:#00d4ff;border:none;border-radius:8px;padding:12px 20px;font-weight:700;transition:all .2s}.primary-btn:hover{background:#3df}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.danger-zone{background:#ff47570d;border:1px solid #ff47574d;border-radius:12px;padding:28px}.danger-zone h2{color:#ff4757;margin:0 0 10px;font-size:18px}.danger-btn{color:#ff4757;cursor:pointer;background:0 0;border:1px solid #ff475780;border-radius:6px;padding:10px 16px;font-weight:700;transition:all .2s}.danger-btn:hover{background:#ff47571a;border-color:#ff4757}.summary-cards{grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px;margin-bottom:34px;display:grid}.summary-card{background:#1a1b20;border:1px solid #3c494e4d;border-radius:12px;padding:26px 24px}.sc-label{color:#859398;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;display:block}.sc-value{color:#e3e2e8;align-items:center;gap:8px;font-size:26px;font-weight:800;display:flex}.sc-value.up{color:#00c896}.sc-value.down{color:#ff4757}.data-table-container{background:#1a1b20;border:1px solid #3c494e4d;border-radius:12px;overflow:hidden}.table-controls{border-bottom:1px solid #3c494e4d;align-items:center;gap:14px;padding:18px 22px;display:flex}.table-filter{color:#e3e2e8;background:#121317;border:1px solid #3c494e80;border-radius:6px;outline:none;min-height:36px;padding:8px 12px}.table-filter:focus{border-color:#00d4ff}.watchlist-controls{justify-content:space-between}.search-results-panel{background:#15161b;border-top:1px solid #3c494e4d;border-bottom:1px solid #3c494e4d;max-height:220px;overflow:auto}.search-result-row{color:#e3e2e8;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #3c494e33;justify-content:space-between;align-items:center;width:100%;padding:14px 22px;display:flex}.search-result-row:hover{background:#00d4ff0f}.search-result-title{font-size:14px;font-weight:700}.search-result-subtitle{color:#95a2a9;margin-top:2px;font-size:12px}.add-pill{color:#00d4ff;border:1px solid #00d4ff73;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.search-results-empty{color:#95a2a9;padding:16px 20px;font-size:13px}.page-table{border-collapse:collapse;width:100%}.page-table thead tr{text-align:left;color:#5a6872;text-transform:uppercase;border-bottom:1px solid #3c494e4d;font-size:12px}.page-table th,.page-table td{border-bottom:1px solid #3c494e1f;padding:18px 22px}.page-table tbody tr:hover{background:#00d4ff0a}.table-empty{text-align:center;color:#859398;padding:30px}.text-right{text-align:right}.strong{font-weight:700}.muted{color:#a1aeb4}.symbol-cell{font-weight:700}.up{color:#00c896}.down{color:#ff4757}.actions-row{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.action-btn{color:#a1aeb4;cursor:pointer;background:0 0;border:1px solid #a1aeb459;border-radius:6px;min-width:66px;padding:6px 12px;font-weight:600}.action-btn.buy{color:#00c896;border-color:#00c8968c}.action-btn.sell{color:#ff4757;border-color:#ff47578c}.action-btn.chart{color:#00d4ff;border-color:#00d4ff8c}.action-btn.muted{color:#a1aeb4;border-color:#a1aeb459}@media (width<=1023px){.page-container{padding:18px 18px 22px}.summary-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.data-table-container{overflow-x:auto}.page-table{min-width:900px}.watchlist-controls-card,.transaction-filters-card,.settings-form,.danger-zone{padding:20px}.table-controls{flex-wrap:wrap}}@media (width<=767px){.page-container{padding:14px 14px 18px}.summary-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px}.summary-card{padding:18px 16px}.sc-value{font-size:22px}.watchlist-controls-card,.transaction-filters-card,.settings-form,.danger-zone{padding:16px}.table-controls{flex-direction:column;align-items:stretch}.table-filter{width:100%}.watchlist-controls{flex-direction:column}.watchlist-controls .ui-button,.watchlist-controls .table-filter{width:100%}.actions-row{flex-direction:column}.actions-row .ui-button{width:100%}.settings-content{max-width:none}.form-group-checkbox{align-items:flex-start}.primary-btn,.danger-btn{width:100%}.page-table{min-width:760px}.summary-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.watchlist-controls-card{margin-bottom:34px;padding:24px}.transaction-filters-card{margin-bottom:34px;padding:20px}.settings-form{margin-bottom:34px}.settings-form form{flex-direction:column;gap:20px;display:flex}.danger-zone{background:#ff47570d!important;border:1px solid #ff47574d!important}.danger-zone h2{color:#ff4757;margin:0 0 12px;font-size:18px;font-weight:700}.danger-zone p{color:#a1aeb4;margin-bottom:20px;font-size:14px;line-height:1.5}.actions-row .ui-button{text-align:center;min-width:60px;padding:6px 10px;font-size:12px}.watchlist-table{margin-top:20px}.mt-4{margin-top:16px}@media (width<=767px){.watchlist-controls{flex-direction:column;gap:12px}.watchlist-controls .table-filter,.watchlist-controls .ui-button{width:100%}.actions-row{flex-direction:column}.actions-row .ui-button{width:100%}}.ui-button{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-family:Inter,system-ui,sans-serif;font-weight:700;transition:all .2s;display:inline-flex}.ui-button:disabled{opacity:.6;cursor:not-allowed}.ui-button:active:not(:disabled){transform:scale(.95)}.ui-button-sm{padding:6px 12px;font-size:12px}.ui-button-md{padding:10px 16px;font-size:14px}.ui-button-lg{padding:14px 24px;font-size:16px}.ui-button-primary{color:#00222b;background:#00d4ff}.ui-button-primary:hover:not(:disabled){background:#3df}.ui-button-secondary{color:#e3e2e8;background:#262a35;border:1px solid #3c494e99}.ui-button-secondary:hover:not(:disabled){background:#2f3439;border-color:#3c494ecc}.ui-button-danger{color:#ff4757;background:0 0;border:1px solid #ff475780}.ui-button-danger:hover:not(:disabled){background:#ff47571a;border-color:#ff4757}.ui-button-success{color:#00c896;background:#00c89633;border:1px solid #00c8964d}.ui-button-success:hover:not(:disabled){background:#00c8964d;border-color:#00c896}.ui-button-ghost{color:#859398;background:0 0;border:none}.ui-button-ghost:hover:not(:disabled){color:#e3e2e8;background:#3c494e1a}.ui-card{background:#1a1b20;border:1px solid #3c494e4d;border-radius:12px;padding:26px;transition:all .2s}.ui-card:hover{background:#1f2128;border-color:#3c494e80}.ui-card.compact{padding:16px}.ui-card.minimal{border:1px solid #3c494e26;padding:12px}.ui-card.highlighted{background:#00d4ff05;border:1px solid #00d4ff26}.auth-container-stitch{background:#0f131e;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.auth-container-stitch:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#1a2235 0%,#0f131e 70%);position:absolute;inset:0}.glow-orb{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#49d7f40d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute}.glow-orb-top-left{top:-300px;left:-300px}.glow-orb-bottom-right{bottom:-300px;right:-300px}.auth-card-stitch{z-index:10;-webkit-backdrop-filter:blur(20px);background:#1a1b20f2;border:1px solid #49d7f426;border-radius:12px;width:100%;max-width:480px;padding:2.5rem;position:relative;box-shadow:0 20px 50px #00000080}.auth-header-stitch{text-align:center;margin-bottom:2rem}.auth-logo-stitch{letter-spacing:-.025em;color:#b6c4ff;background:linear-gradient(135deg,#b6c4ff 0%,#c4ceff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.75rem;font-weight:900}.auth-title-stitch{color:#dfe2f2;letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.auth-subtitle-stitch{color:#bac9cc;letter-spacing:.01em;font-size:.875rem;font-weight:500}.auth-form-stitch{flex-direction:column;gap:2rem;margin-bottom:1.5rem;display:flex}.form-group-stitch{flex-direction:column;gap:.5rem;display:flex}.form-label-stitch{letter-spacing:.05em;text-transform:uppercase;color:#bac9cc;font-size:.625rem;font-weight:700;display:block}.form-label-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.form-input-stitch{color:#dfe2f2;background:0 0;border:none;border-bottom:1px solid #3a494c80;outline:none;width:100%;padding:.75rem 0;font-family:Inter,inherit;font-size:.938rem;transition:all .3s}.form-input-stitch::placeholder{color:#3a494ccc}.form-input-stitch:focus{border-bottom-color:#49d7f4;box-shadow:0 1px #49d7f44d}.form-input-stitch:disabled{opacity:.6;cursor:not-allowed}.form-helper-stitch{color:#bac9cc;letter-spacing:.01em;margin-top:.5rem;font-size:.75rem}.form-actions-stitch{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.checkbox-stitch{cursor:pointer;-webkit-user-select:none;user-select:none;color:#dfe2f2;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.checkbox-stitch input[type=checkbox]{cursor:pointer;accent-color:#49d7f4;background:#0a0e19cc;border:1px solid #3a494c99;border-radius:4px;width:18px;height:18px;transition:all .2s}.checkbox-stitch input[type=checkbox]:hover{border-color:#49d7f4}.checkbox-stitch input[type=checkbox]:checked{background:#49d7f4;border-color:#49d7f4}.checkbox-stitch input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.forgot-link-stitch{color:#49d7f4;letter-spacing:.01em;cursor:pointer;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.forgot-link-stitch:hover{color:#a8edff}.show-toggle-stitch{color:#49d7f4;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:700;transition:color .2s}.show-toggle-stitch:hover{color:#a8edff}.show-toggle-stitch:disabled{opacity:.5;cursor:not-allowed}.btn-primary-stitch{color:#eaebff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:linear-gradient(90deg,#004ee8,#0049dc);border:none;border-radius:12px;width:100%;padding:1rem;font-size:.875rem;font-weight:700;transition:all .3s;box-shadow:0 8px 24px #004ee833}.btn-primary-stitch:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 12px 32px #004ee84d}.btn-primary-stitch:not(:disabled):active{transform:scale(.98)}.btn-primary-stitch:disabled{opacity:.5;cursor:not-allowed}.btn-secondary-stitch{color:#49d7f4;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:#1a1b20f2;border:1px solid #49d7f433;border-radius:12px;width:100%;padding:1rem;font-size:.875rem;font-weight:700;transition:all .3s}.btn-secondary-stitch:not(:disabled):hover{background:#49d7f40d;border-color:#49d7f4;box-shadow:0 0 20px #49d7f41a}.btn-secondary-stitch:disabled{opacity:.5;cursor:not-allowed}.divider-stitch{color:#bac9cc;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.75rem;font-weight:600;display:flex}.divider-stitch:before,.divider-stitch:after{content:"";background:linear-gradient(90deg,#0000,#3a494c66,#0000);flex:1;height:1px}.divider-stitch span{white-space:nowrap}.auth-error-stitch{color:#ffb4ab;letter-spacing:.01em;background:#ff47571a;border:1px solid #ff47574d;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.auth-error-stitch:before{content:"⚠";flex-shrink:0;font-size:1rem}.success-container-stitch{text-align:center;background:#00c8960d;border:1px solid #00c89633;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.success-icon{color:#00c896;background:#00c8961a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-flex}.success-message{color:#bac9cc;margin-bottom:.5rem;font-size:.875rem}.success-email{color:#49d7f4;word-break:break-all;margin-bottom:1rem;font-size:.875rem;font-weight:600}.success-helper{color:#bac9cc;font-size:.75rem;line-height:1.5}.strength-indicator-stitch{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.strength-bars{gap:.5rem;display:flex}.strength-bar{background:#3a494c4d;border-radius:2px;width:32px;height:4px;transition:background .3s}.strength-bar.filled{background:#49d7f4}.strength-label{color:#bac9cc;white-space:nowrap;font-size:.75rem}.auth-footer-stitch{z-index:10;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:600px;margin-top:2rem;padding:2rem 1rem;display:flex;position:relative}.footer-links-stitch{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-links-stitch a{letter-spacing:.05em;text-transform:uppercase;color:#5a6d77;font-size:.625rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-links-stitch a:hover{color:#49d7f4}.footer-copyright{letter-spacing:.05em;text-transform:uppercase;color:#5a6d77;white-space:nowrap;font-size:.625rem;font-weight:600}@media (width<=1023px){.auth-container-stitch{padding:1.5rem 1rem}.auth-card-stitch{width:min(100%,520px);padding:2.25rem 2rem}.auth-footer-stitch{width:min(100%,520px)}}@media (width<=767px){.auth-container-stitch{padding:1rem .85rem}.auth-card-stitch{width:100%;max-width:100%;padding:1.75rem 1.2rem}.auth-form-stitch{gap:1.35rem}.form-actions-stitch{flex-direction:column;align-items:stretch}.checkbox-stitch,.forgot-link-stitch,.show-toggle-stitch{font-size:.8125rem}.auth-title-stitch{font-size:1.5rem}.auth-subtitle-stitch{font-size:.8125rem}.auth-footer-stitch{flex-direction:column;gap:1rem;width:100%;max-width:100%}.footer-links-stitch{justify-content:center}.footer-copyright{text-align:center}.form-label-row{gap:.75rem}.form-input-stitch{font-size:16px}}@supports (color:#0f131e){.dark .auth-container-stitch{background:#0f131e}}.app-shell{background:#121317;width:100vw;height:100vh;font-family:Inter,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.app-main{background:#121317;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.mobile-sidebar-toggle{z-index:1105;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0d0e12f0;border:1px solid #3c494e59;border-radius:12px;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;padding:0;display:none;position:fixed;top:14px;left:14px;box-shadow:0 16px 28px #00000047}.mobile-sidebar-toggle span{background:#e3e2e8;border-radius:999px;width:18px;height:2px;display:block}.app-sidebar-backdrop{z-index:1090;opacity:0;pointer-events:none;background:#03060ca3;border:none;margin:0;padding:0;transition:opacity .2s;position:fixed;inset:0}.app-sidebar-backdrop.visible{opacity:1;pointer-events:auto}.placeholder-page{background:#121317;flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 60px);display:flex}.placeholder-inner{text-align:center;background:#1a1b20;border:1px solid #3c494e33;border-radius:12px;flex-direction:column;align-items:center;gap:16px;max-width:360px;padding:40px;display:flex}.placeholder-icon{background:#3c494e26;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.placeholder-inner h2{color:#e3e2e8;letter-spacing:-.3px;margin:0;font-size:22px;font-weight:700}.placeholder-inner p{color:#5a6872;margin:0;font-size:14px;line-height:1.6}@media (width<=1023px){.mobile-sidebar-toggle{display:inline-flex}}
