:root{color-scheme:light;--bg: #f1f4f8;--chrome: #ffffff;--surface: #ffffff;--surface-muted: #f6f8fb;--surface-subtle: #fafbfd;--text: #26303f;--heading: #0f172a;--muted: #64748b;--muted-strong: #475569;--border: #e2e8f0;--border-strong: #cbd5e1;--blue: #2f5fdb;--blue-dark: #234cb4;--blue-soft: #eef3ff;--green: #067a54;--green-soft: #eafaf3;--green-border: #b5e3cf;--red: #b42318;--red-soft: #fef3f1;--red-border: #f7cdc6;--warning: #b54708;--warning-soft: #fffaec;--shadow: 0 10px 30px rgba(15, 23, 42, .06);--shadow-soft: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 14px rgba(15, 23, 42, .04);--focus-ring: 0 0 0 4px rgba(47, 95, 219, .14)}*{box-sizing:border-box}html,body,#root{max-width:100%;overflow-x:hidden}body{margin:0;min-height:100vh;color:var(--text);background:radial-gradient(1100px 420px at 18% -60px,rgba(47,95,219,.07),transparent 68%),radial-gradient(900px 380px at 88% -80px,rgba(6,122,84,.05),transparent 66%),linear-gradient(180deg,#f8fafc 0,var(--bg) 420px),var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}#root{min-height:100vh;padding:0}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-frame{width:100%;max-width:100%;min-height:100vh;margin:0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}.window-bar{position:sticky;top:0;z-index:900;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;border-bottom:1px solid var(--border);padding:0 22px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.window-title,.window-actions,.window-bar-actions{display:flex;align-items:center}.window-title{gap:10px;min-width:0;color:var(--heading);font-size:14px;font-weight:850}.window-title-text{display:inline-flex;align-items:baseline;gap:6px;min-width:0}.window-title-text strong{font-weight:850;letter-spacing:-.02em}.window-title-text span{color:var(--muted);font-size:13px;font-weight:650}.mobile-menu-button{display:none}.window-bar-actions{gap:8px;flex:0 0 auto}.window-actions{gap:10px;color:var(--muted-strong)}.app-mark{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;color:#fff;background:#234cb4}.topbar-pill{display:inline-flex;align-items:center;gap:7px;min-height:28px;border:1px solid var(--border);border-radius:999px;padding:4px 10px;color:var(--muted-strong);background:#fff;font-size:12px;font-weight:750}.topbar-pill-dot{width:7px;height:7px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 3px #16a34a24}.app-shell{width:100%;max-width:100%;min-width:0;padding:0}.auth-gate{display:grid;min-height:min(620px,calc(100vh - 120px));place-items:center;padding:34px 14px}.auth-card{display:grid;gap:16px;width:min(430px,100%);max-width:100%;min-width:0;border:1px solid var(--border);border-radius:8px;padding:26px;background:var(--surface);box-shadow:0 12px 32px #10182814}.auth-icon{display:grid;width:48px;height:48px;place-items:center;border:1px solid #b8d0ff;border-radius:8px;color:#fff;background:linear-gradient(180deg,#3b82f6,#1d4ed8)}.auth-card h1{font-size:26px}.auth-card p{margin:-6px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.auth-form{display:grid;gap:13px}.auth-field{display:grid;gap:7px;min-width:0;color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}.auth-field input{width:100%;min-width:0;height:44px;border:1px solid #bfd0ef;border-radius:7px;padding:0 12px;outline:0;color:var(--heading);background:var(--surface-subtle);font-size:16px;font-weight:750}.auth-field input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #2563eb1f}.auth-message{border:1px solid var(--red-border);border-radius:8px;padding:10px 12px;color:var(--red);background:var(--red-soft);font-size:13px;font-weight:750}.auth-submit{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--blue-dark);border-radius:8px;padding:10px 14px;color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);cursor:pointer;font-size:14px;font-weight:850}.auth-submit:hover:not(:disabled){box-shadow:0 8px 18px #2563eb29}.auth-submit:disabled{cursor:not-allowed;opacity:.55}.auth-submit,.auth-secondary{gap:8px}.auth-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #c9d5e8;border-radius:8px;padding:10px 14px;color:var(--heading);background:#f8fafc;cursor:pointer;font-size:14px;font-weight:800}.auth-secondary:hover:not(:disabled){border-color:#aebfd8;background:#f1f5f9}.auth-secondary:disabled{cursor:not-allowed;opacity:.55}.report-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start;max-width:100%;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:16px;padding:22px;background:linear-gradient(135deg,rgba(47,95,219,.05),rgba(6,122,84,.03) 60%,transparent),var(--surface);box-shadow:var(--shadow)}.report-hero:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--blue) 0,#5b8def 45%,#22b183 100%)}.hero-copy{min-width:0;padding-top:4px}.hero-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.eyebrow,.status-pill,.currency-pill{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:30px;border:1px solid var(--border);border-radius:999px;padding:6px 11px;background:var(--surface);font-size:12px;font-weight:800;white-space:nowrap}.eyebrow{color:var(--blue-dark);border-color:#cdd9fb;background:var(--blue-soft);letter-spacing:.05em;text-transform:uppercase}.status-pill.connected{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.status-pill.disconnected{color:var(--warning);border-color:#f8d78c;background:var(--warning-soft)}h1,h2{margin:0;color:var(--heading);letter-spacing:0}h1{font-size:28px;line-height:1.1;font-weight:850;letter-spacing:-.02em}h2{font-size:18px;line-height:1.25;font-weight:850}.subtitle,.panel-heading p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.subtitle{max-width:980px;overflow-wrap:anywhere}.source-line{display:block;margin-top:3px}.hero-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.hero-stats span{display:inline-flex;align-items:center;gap:7px;min-height:34px;border:1px solid var(--border);border-radius:999px;padding:7px 13px;color:var(--muted-strong);background:#ffffffe0;box-shadow:0 1px 2px #0f172a0a;font-size:13px;font-weight:750;font-variant-numeric:tabular-nums}.hero-stats span:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--blue);opacity:.65}.hero-stats span+span:before{background:#12b76a}.scan-controls{position:relative;display:grid;gap:10px;width:100%;max-width:100%;min-width:0;border:1px solid var(--border);border-radius:14px;padding:14px;background:#ffffffeb;box-shadow:var(--shadow-soft)}.lot-field,.control-field{display:grid;gap:7px;border:1px solid var(--border);border-radius:12px;padding:10px 11px;background:var(--surface);transition:border-color .14s ease,box-shadow .14s ease}.lot-field:focus-within,.control-field:focus-within{border-color:#b9cbf3;box-shadow:0 1px 2px #0f172a08}.lot-field span,.control-field span{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.lot-field input,.control-field input{width:100%;min-width:0;height:42px;border:1px solid var(--border-strong);border-radius:9px;padding:0 12px;outline:0;color:var(--heading);background:var(--surface-subtle);font-size:17px;font-weight:800;font-variant-numeric:tabular-nums;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.control-field input{font-size:15px}.strategy-id-input{display:flex;align-items:center;min-width:0;height:42px;border:1px solid var(--border-strong);border-radius:9px;background:var(--surface-subtle);transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.strategy-id-input:focus-within{border-color:var(--blue);background:#fff;box-shadow:var(--focus-ring)}.strategy-id-field input{height:100%;border:0;border-radius:9px 0 0 9px;background:transparent;box-shadow:none}.strategy-id-field input:focus{border:0;background:transparent;box-shadow:none}.add-strategy-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:100%;border:0;border-left:1px solid transparent;border-radius:0 8px 8px 0;color:var(--muted);background:transparent;cursor:pointer;transition:color .14s ease,background .14s ease}.strategy-id-input:focus-within .add-strategy-button{border-left-color:#dbe4f3}.add-strategy-button:hover:not(:disabled){color:var(--blue-dark);background:#2f5fdb14}.add-strategy-button:focus-visible{outline:0;color:var(--blue-dark);background:#2f5fdb1a}.add-strategy-button:disabled{opacity:.4;cursor:not-allowed}.tracked-strategy-list{display:flex;flex-wrap:wrap;gap:8px}.tracked-strategy-chip{position:relative;display:inline-flex;align-items:center;gap:9px;max-width:100%;min-height:38px;border:1px solid var(--border);border-radius:999px;padding:6px 8px 6px 14px;background:#fff;color:var(--heading);box-shadow:0 1px 2px #0f172a0a;transition:border-color .14s ease,box-shadow .14s ease}.tracked-strategy-chip:before{content:"";width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:var(--border-strong)}.tracked-strategy-chip.status-loading:before,.tracked-strategy-chip.status-running:before,.tracked-strategy-chip.status-waiting:before,.tracked-strategy-chip.status-retrying:before{background:var(--blue);box-shadow:0 0 0 4px #2f5fdb24;animation:chip-pulse 1.4s ease-in-out infinite}.tracked-strategy-chip.status-error:before{background:#dc6803;box-shadow:0 0 0 4px #dc680324}.tracked-strategy-chip.status-complete:before{background:#12b76a;box-shadow:0 0 0 4px #12b76a24}@keyframes chip-pulse{0%,to{opacity:1}50%{opacity:.45}}.tracked-strategy-id{font-size:13px;font-weight:850;font-variant-numeric:tabular-nums}.tracked-strategy-meta{color:var(--muted);font-size:11.5px;font-weight:700}.tracked-strategy-remove{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:0;border-radius:999px;color:var(--muted-strong);background:#0f172a0d;cursor:pointer;transition:color .12s ease,background .12s ease}.tracked-strategy-remove:hover{color:#fff;background:var(--red)}.lot-field input:focus,.control-field input:focus{border-color:var(--blue);background:#fff;box-shadow:var(--focus-ring)}.manual-lot-toggle{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;min-height:44px;border:1px solid #c4d1e4;border-radius:10px;padding:0 13px;color:var(--muted-strong);background:#f8fafc;cursor:pointer;font-size:13px;font-weight:850;transition:background .14s ease,border-color .14s ease,color .14s ease}.manual-lot-toggle.active{color:#fff;border-color:var(--blue-dark);background:#244bb0}.control-actions,.panel-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;min-width:0}.button,.currency-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid var(--border);border-radius:10px;padding:8px 14px;background:#fff;color:var(--text);box-shadow:0 1px 2px #1018280d;font-size:13px;font-weight:800;letter-spacing:.01em;white-space:nowrap}.button{cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,filter .14s ease}.button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--border-strong);box-shadow:0 8px 18px #1018281a}.button:focus-visible{outline:0;box-shadow:var(--focus-ring)}.button:disabled{cursor:not-allowed;opacity:.52}.button.primary{color:#fff;border-color:var(--blue-dark);background:linear-gradient(180deg,#3d6ce2,var(--blue) 55%,var(--blue-dark));box-shadow:0 1px 2px #234cb440,inset 0 1px #ffffff29}.button.primary:hover:not(:disabled){border-color:var(--blue-dark);filter:brightness(1.06);box-shadow:0 8px 18px #234cb442}.button.secondary{color:var(--blue-dark);border-color:#c7d7fe;background:#eef4ff}.button.danger{color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.button.success,.currency-pill{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.scan-status{display:flex;align-items:center;gap:11px;min-height:50px;margin:14px 0;border:1px solid #c5d5fb;border-radius:12px;padding:12px 16px;color:#1d4494;background:linear-gradient(180deg,#f3f7ff,var(--blue-soft));box-shadow:var(--shadow-soft);font-size:13.5px;font-weight:800}.scan-status.paused{color:var(--warning);border-color:#f3ddab;background:linear-gradient(180deg,#fffdf5,var(--warning-soft))}.spin-soft{animation:spin 1.25s linear infinite}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{margin-bottom:14px;border:1px solid #d3defc;border-left:3px solid var(--blue);border-radius:10px;padding:12px 15px;color:#344054;background:linear-gradient(180deg,#f6f9ff,var(--blue-soft));font-size:13px;font-weight:700}.strategy-profile-panel{display:grid;gap:14px;margin:14px 0;border:1px solid var(--border);border-radius:18px;padding:16px;background:linear-gradient(180deg,#fffffff5,#f8fafceb),#fff;box-shadow:var(--shadow-soft)}.strategy-profile-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.strategy-profile-panel-header span{display:grid;gap:3px;min-width:0}.strategy-profile-panel-header strong{color:var(--heading);font-size:17px;font-weight:850;letter-spacing:-.02em}.strategy-profile-panel-header small{color:var(--muted);font-size:12px;font-weight:700}.strategy-profile-carousel{position:relative;min-width:0}.strategy-profile-nav-button{display:none;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #d7e0ee;border-radius:999px;color:var(--blue-dark);background:#fffffffa;box-shadow:0 6px 18px #0f172a1f;cursor:pointer;transition:color .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease,opacity .14s ease,transform .14s ease}.strategy-profile-nav-button:hover:not(:disabled),.strategy-profile-nav-button:focus-visible{outline:0;color:#fff;border-color:var(--blue-dark);background:var(--blue);box-shadow:0 0 0 3px #2f5fdb24,0 8px 18px #244bb033;transform:translateY(-50%) scale(1.04)}.strategy-profile-nav-button:disabled{opacity:.32;cursor:default;box-shadow:0 1px 2px #0f172a0a}.strategy-focus-clear{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid #c7d7fe;border-radius:999px;padding:7px 12px;color:var(--blue-dark);background:var(--blue-soft);cursor:pointer;font-size:12px;font-weight:800;white-space:nowrap;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.strategy-focus-clear:hover,.strategy-focus-clear:focus-visible{outline:0;border-color:#9bbcff;background:#e4ecff;box-shadow:0 0 0 3px #2f5fdb1a}.report-stack{scroll-margin-top:18px}.dashboard-workspace{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:start;min-width:0;min-height:calc(100vh - 56px);min-height:calc(100dvh - 56px);margin-top:0}.dashboard-content{min-width:0;max-width:1440px;padding:22px 24px 32px}.app-sidebar{position:fixed;top:0;left:0;z-index:1000;display:grid;grid-template-rows:auto 1fr auto;gap:22px;width:232px;height:100vh;height:100dvh;border-right:1px solid rgba(255,255,255,.06);padding:20px 14px 16px;color:#e2e8f0;background:radial-gradient(120% 80% at 0% 0%,rgba(56,120,255,.22),transparent 55%),linear-gradient(180deg,#13203a,#0b1426 48%,#09101d)}@media(min-width:901px){.app-frame:has(.app-sidebar) .app-shell{padding-left:232px}.app-frame:has(.app-sidebar) .window-bar{padding-left:256px}}.app-sidebar-brand{display:flex;align-items:center;gap:11px;padding:4px 6px}.app-sidebar-brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#4d7fff,#2f5fdb 55%,#1e4bb8);box-shadow:0 10px 24px #2f5fdb59;font-size:16px;font-weight:850;letter-spacing:-.04em}.app-sidebar-brand-copy{display:grid;gap:1px;min-width:0}.app-sidebar-brand-copy strong{color:#f8fafc;font-size:15px;font-weight:800;letter-spacing:-.03em}.app-sidebar-brand-copy small{color:#94a3b8eb;font-size:11px;font-weight:650}.app-sidebar-section{display:grid;gap:8px;align-content:start}.app-sidebar-section-label{margin:0 8px;color:#94a3b8c7;font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.app-sidebar-top{display:grid;gap:6px}.app-sidebar-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;border:1px solid transparent;border-radius:14px;padding:9px 10px;color:#cbd5e1;background:transparent;cursor:pointer;text-align:left;transition:background .16s ease,border-color .16s ease,color .16s ease}.app-sidebar-item:hover,.app-sidebar-item:focus-visible{outline:0;color:#f8fafc;border-color:#ffffff14;background:#ffffff0f}.app-sidebar-item.active{color:#fff;border-color:#7da7ff47;background:linear-gradient(135deg,#3d6ee661,#254fb938);box-shadow:inset 0 1px #ffffff14}.app-sidebar-item-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;color:#dbe7ff;background:#ffffff0f}.app-sidebar-item.active .app-sidebar-item-icon{color:#fff;background:#ffffff24}.app-sidebar-item-text{display:grid;gap:1px;min-width:0}.app-sidebar-item-label{font-size:13px;font-weight:750;letter-spacing:-.01em;line-height:1.2}.app-sidebar-item-hint{color:#94a3b8e0;font-size:11px;font-weight:600}.app-sidebar-item.active .app-sidebar-item-hint{color:#e2e8f0c7}.app-sidebar-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:999px;padding:0 6px;color:#102044;background:#dbe7ff;font-size:11px;font-weight:800;line-height:1}.app-sidebar-footer{padding:4px 6px 2px}.app-sidebar-live{display:inline-flex;align-items:center;gap:8px;min-height:34px;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:0 12px;color:#cbd5e1f2;background:#ffffff0a;font-size:12px;font-weight:700}.app-sidebar-live-dot{width:7px;height:7px;border-radius:999px;background:#34d399;box-shadow:0 0 0 4px #34d39929}.favorite-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;border:0;padding:0;background:#0f172a47;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:default}.favorite-popup{position:fixed;top:50%;left:50%;z-index:1010;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 96px);overflow:hidden;border:1px solid rgba(226,232,240,.95);border-radius:16px;background:#fff;box-shadow:0 24px 64px #0f172a2e;transform:translate(-50%,-50%)}.favorite-popup-header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding:16px 18px;background:#fff}.favorite-popup-header span{display:grid;gap:2px;min-width:0}.favorite-popup-header strong{color:var(--heading);font-size:17px;line-height:1.2;font-weight:800;letter-spacing:-.02em}.favorite-popup-header small{color:var(--muted);font-size:12px;font-weight:650}.favorite-popup-close{display:grid;width:34px;height:34px;place-items:center;flex:0 0 auto;border:1px solid var(--border);border-radius:9px;color:var(--muted-strong);background:#fff;cursor:pointer}.favorite-popup-close:hover,.favorite-popup-close:focus-visible{outline:0;color:var(--heading);background:#f8fafc}.brand-popup{width:min(1320px,calc(100vw - 32px));grid-template-rows:auto auto minmax(0,1fr)}.brand-popup-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.brand-popup-actions .favorite-popup-close:disabled{opacity:.55;cursor:wait}.brand-filter-bar{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--border);padding:12px 18px;background:#fff}.brand-filter-chip{display:inline-flex;align-items:center;min-height:32px;border:1px solid var(--border);border-radius:999px;padding:0 12px;color:var(--muted-strong);background:#f8fafc;font-size:12px;font-weight:750;cursor:pointer}.brand-filter-chip:hover,.brand-filter-chip:focus-visible{outline:0;color:var(--heading);border-color:#cbd5e1;background:#fff}.brand-filter-chip.active{color:#0f172a;border-color:#0f172a;background:#e2e8f0}.brand-filter-chip:disabled{opacity:.7;cursor:wait}.brand-menu-body{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.brand-menu-body .brand-menu-message{grid-column:1 / -1}.brand-profile-row{display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px;min-width:0}.brand-profile-rank{display:inline-flex;align-items:center;gap:4px;width:fit-content;color:var(--muted-strong);font-size:12px;font-weight:800;letter-spacing:-.02em}.brand-profile-metric{margin-left:2px;color:#047857;font-weight:800}.brand-profile-row:first-of-type .brand-profile-rank{color:#b45309}.brand-menu-body .profile-card{height:100%}.favorite-empty,.favorite-profile-subtitle{color:var(--muted);font-size:13px;font-weight:650}.favorite-menu-body{display:grid;gap:12px;max-height:calc(100vh - 152px);overflow:auto;padding:14px;background:#f8fafc;scrollbar-color:#c8d2df transparent;scrollbar-width:thin}.favorite-empty{margin:0;border:1px dashed var(--border);border-radius:14px;padding:22px 18px;background:var(--surface);text-align:center}.strategy-profile-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,460px));gap:14px;justify-content:start}.profile-card{position:relative;display:grid;gap:14px;min-width:0;min-height:0;border:1px solid var(--border);border-radius:18px;padding:16px;background:#fff;box-shadow:0 1px 2px #0f172a0a,0 10px 24px #0f172a0d;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.profile-card:hover{border-color:#c9d7ef;box-shadow:0 12px 28px #0f172a17;transform:translateY(-2px)}.profile-card.selected,.profile-card.focused{border-color:#9eb6f3;box-shadow:0 0 0 3px #2f5fdb1f,0 14px 30px #244bb01f}.profile-card-header{display:grid;grid-template-columns:52px minmax(0,1fr) 34px;gap:12px;align-items:start;min-width:0}.profile-card-avatar{display:grid;width:52px;height:52px;place-items:center;overflow:hidden;border:1px solid #e1e8f2;border-radius:14px;color:#fff;background:radial-gradient(circle at 50% 30%,#f8d99a 0 13%,transparent 14%),linear-gradient(145deg,#8f1d20 0,#8f1d20 28%,#d49a27 29%,#d49a27 40%,#7f171a 41%,#7f171a 66%,#8d939d 67%,#8d939d);box-shadow:inset 0 0 28px #ffffff75;font-size:20px;font-weight:950;text-shadow:0 2px 8px rgba(0,0,0,.32)}.profile-card-avatar span{display:grid;width:31px;height:31px;place-items:center;border:2px solid rgba(255,255,255,.78);border-radius:999px;background:#0f172a38}.profile-card-avatar img{display:block;width:100%;height:100%;object-fit:cover}.profile-card-identity{display:grid;gap:5px;min-width:0}.profile-card-identity strong{min-width:0;color:var(--heading);font-size:17px;line-height:1.15;font-weight:850;letter-spacing:-.02em;overflow-wrap:anywhere}.profile-card-identity span{display:inline-flex;align-items:center;gap:6px;min-width:0;color:var(--muted);font-size:12.5px;font-weight:700;line-height:1.2}.profile-card-id{width:fit-content;border:1px solid #e5ebf3;border-radius:999px;padding:2px 8px;background:#f8fafc;color:var(--muted-strong)!important;font-size:11px!important;font-weight:750!important;font-variant-numeric:tabular-nums}.profile-card-identity svg{flex:0 0 auto;color:var(--muted-strong)}.profile-card-star{display:grid;width:34px;height:34px;place-items:center;border:1px solid transparent;border-radius:999px;color:#c7c7c7;background:#f8fafc;cursor:pointer;transition:color .14s ease,transform .14s ease,background .14s ease,border-color .14s ease}.profile-card-star svg{fill:transparent}.profile-card-star.active{color:#c78208;border-color:#f3e0b5;background:#fff8e8}.profile-card-star.active svg{fill:currentColor}.profile-card-star:hover,.profile-card-star:focus-visible{transform:translateY(-1px);outline:0;color:#a8a8a8;border-color:#e5ebf3;background:#fff}.profile-card-star.active:hover,.profile-card-star.active:focus-visible{color:#a16207}.profile-card-return{display:grid;grid-template-columns:minmax(112px,.76fr) minmax(104px,1fr);gap:12px;align-items:end;min-width:0;border:1px solid #e8eef6;border-radius:14px;padding:12px 14px;background:linear-gradient(180deg,#f8fafc,#f3f7fb)}.profile-return-copy{display:grid;gap:5px;min-width:0}.profile-return-copy span{min-width:0;color:var(--muted);font-size:12px;line-height:1.15;font-weight:750;letter-spacing:.02em;overflow-wrap:anywhere}.profile-return-copy small{margin-left:4px;font-size:11px;font-weight:700}.profile-return-copy strong{min-width:0;color:var(--green);font-size:26px;line-height:1;font-weight:850;letter-spacing:-.03em;overflow-wrap:anywhere}.profile-return-copy strong.loading,.profile-card-stat dd.loading{color:#9ca3af;font-size:13px;font-weight:800}.profile-card-sparkline{justify-self:end;width:min(138px,100%);height:48px;color:#11b77e}.profile-card-stats{display:grid;gap:0;min-width:0;margin:0;border:1px solid #e8eef6;border-radius:14px;padding:4px 12px;background:#fff}.profile-card-stat{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:baseline;min-width:0;padding:10px 0;border-bottom:1px solid #eef2f7}.profile-card-stat:last-child{border-bottom:0}.profile-card-stat dt{min-width:0;color:var(--muted);font-size:12px;line-height:1.2;font-weight:750;overflow-wrap:anywhere}.profile-card-stat dd{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;margin:0;color:var(--heading);font-size:13.5px;line-height:1.1;font-weight:850;text-align:right;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.profile-risk-bars{display:inline-grid;grid-template-columns:repeat(3,4px);gap:3px;align-items:end;height:15px}.profile-risk-bars span{width:4px;border-radius:2px 2px 0 0;background:#d9dde4}.profile-risk-bars span:nth-child(1){height:7px}.profile-risk-bars span:nth-child(2){height:10px}.profile-risk-bars span:nth-child(3){height:13px}.profile-risk-bars span.active:nth-child(1){background:#3b82f6}.profile-risk-bars span.active:nth-child(2){background:#60a5fa}.profile-risk-bars span.active:nth-child(3){background:#cfd5dd}.profile-card-copy{width:100%;min-height:42px;border:1px solid #dfe7f2;border-radius:999px;padding:8px 14px;color:var(--heading);background:#fff;cursor:pointer;font-size:13.5px;font-weight:800;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,background .14s ease,color .14s ease}.profile-card-copy:hover,.profile-card-copy:focus-visible{outline:0;border-color:#c7d7fe;background:var(--blue-soft);color:var(--blue-dark);box-shadow:0 8px 18px #2f5fdb1a;transform:translateY(-1px)}.profile-card-copy.active{color:#fff;border-color:var(--blue-dark);background:linear-gradient(180deg,#3d6ce2,var(--blue) 55%,var(--blue-dark));box-shadow:0 1px 2px #234cb438,inset 0 1px #ffffff29}.profile-card-copy.active:hover,.profile-card-copy.active:focus-visible{border-color:var(--blue-dark);color:#fff;background:linear-gradient(180deg,#3d6ce2,var(--blue) 55%,var(--blue-dark));filter:brightness(1.04)}.favorite-menu-body .profile-card{min-height:0;padding:18px}.favorite-menu-body .profile-card-identity strong{font-size:19px}.favorite-menu-body .profile-return-copy strong{font-size:25px}.panel{overflow:hidden;max-width:100%;min-width:0;margin-bottom:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-soft)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #eaeff6;background:linear-gradient(180deg,#fff,#fcfdfe)}.compact-heading{padding-bottom:14px}.inspection-stack{scroll-margin-top:18px}.table-wrap{max-width:100%;overflow:auto;scrollbar-color:#98a9c2 #eef3f8;scrollbar-width:thin}.table-wrap::-webkit-scrollbar{width:10px;height:10px}.table-wrap::-webkit-scrollbar-track{background:#eef3f8}.table-wrap::-webkit-scrollbar-thumb{border:2px solid #eef3f8;border-radius:999px;background:#98a9c2}.report-cards,.trade-cards,.weekly-cards{display:none}.detail-table-wrap{max-height:min(520px,58vh)}.report-table-wrap{max-height:min(430px,52vh)}.weekly-table-wrap{max-height:min(360px,45vh)}table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0}.trades-table{table-layout:fixed;min-width:1180px}.report-table{min-width:1100px}.weekly-table{min-width:940px}th,td{border-bottom:1px solid #edf1f7;padding:12px 16px;text-align:left;white-space:nowrap;font-size:13.5px;line-height:1.35}td{font-variant-numeric:tabular-nums}th{position:sticky;top:0;z-index:1;color:var(--muted);background:#f8fafc;box-shadow:inset 0 -1px 0 var(--border);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.report-table th:not(:first-child),.weekly-table th:not(:first-child),th.metric-heading,.metric-cell{text-align:right}tbody tr{outline:0}tbody tr:hover,tbody tr:focus-visible{background:#f8fbff}.report-table tbody tr{cursor:pointer}.selected-row{box-shadow:inset 4px 0 0 var(--blue);background:#edf4ff}.period-link{color:var(--blue);font-weight:850}.week-label,.week-range{display:block}.week-label{color:var(--heading);font-weight:850}.week-range{margin-top:3px;color:var(--muted);font-size:11px;font-weight:750}.profit-text{color:var(--green);font-weight:850}.loss-text{color:var(--red);font-weight:850}.net-pill{display:inline-flex;min-width:112px;justify-content:center;border:1px solid var(--border);border-radius:999px;padding:5px 12px;font-weight:850}.net-pill.profit{color:var(--green);border-color:var(--green-border);background:var(--green-soft)}.net-pill.loss{color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.side-pill{display:inline-flex;align-items:center;justify-content:center;min-width:58px;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:850}.side-pill.buy{color:var(--green);background:var(--green-soft)}.side-pill.sell{color:var(--red);background:var(--red-soft)}.empty-cell{height:112px;color:var(--muted);font-size:13px;text-align:center}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border);padding:12px 16px;color:var(--muted-strong);background:#fbfcfe;font-size:13px;font-weight:800}.load-more-button{min-height:36px;border:1px solid #c7d7fe;border-radius:8px;padding:8px 12px;color:var(--blue-dark);background:linear-gradient(180deg,#fff,#eef4ff);cursor:pointer;font-size:13px;font-weight:850}.load-more-button:hover{border-color:#9bbcff;box-shadow:0 4px 10px #2563eb1f}.mobile-empty{border:1px dashed var(--border);border-radius:8px;padding:22px;color:var(--muted);background:var(--surface-subtle);text-align:center}.summary-grid,.toolbar{display:none}@media(max-width:1100px){.report-hero,.dashboard-workspace{grid-template-columns:minmax(0,1fr)}.control-actions,.panel-actions{justify-content:flex-start}}.mobile-reload-button,.app-nav-backdrop,.app-nav-drawer{display:none}@media(max-width:900px){#root{padding:0}.mobile-menu-button{display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;border:1px solid transparent;border-radius:9px;color:var(--heading);background:transparent;cursor:pointer;transition:background .14s ease,color .14s ease}.mobile-menu-button.active,.mobile-menu-button:hover{color:var(--blue-dark);background:var(--blue-soft)}.mobile-menu-button:active{transform:scale(.98)}.mobile-reload-button{display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;border:1px solid transparent;border-radius:9px;color:var(--muted-strong);background:transparent;cursor:pointer}.mobile-reload-button:hover{color:var(--heading);background:#f1f5f9}.mobile-reload-button:active{transform:scale(.98)}.app-nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;border:0;background:#080e1c85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.app-nav-drawer{display:grid;grid-template-rows:auto minmax(0,1fr) auto;position:fixed;top:0;left:0;z-index:1110;width:min(348px,calc(100vw - 28px));height:100vh;height:100dvh;overflow:hidden;border-right:1px solid rgba(255,255,255,.08);background:radial-gradient(120% 70% at 0% 0%,rgba(61,110,230,.28),transparent 55%),linear-gradient(180deg,#15233f,#0c1528 42%,#09111f);box-shadow:18px 0 48px #080e1c59;animation:app-nav-slide-in .18s ease-out}.app-nav-drawer-hero{display:grid;gap:12px;padding:18px 16px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.app-nav-drawer-hero-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-nav-brand{display:flex;align-items:center;gap:11px;min-width:0}.app-nav-brand-mark{display:grid;width:40px;height:40px;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,#4d7fff,#2f5fdb 55%,#1e4bb8);box-shadow:0 10px 24px #2f5fdb59;font-size:17px;font-weight:850;letter-spacing:-.04em}.app-nav-brand-copy{display:grid;gap:1px;min-width:0}.app-nav-brand-copy strong{color:#f8fafc;font-size:16px;font-weight:800;letter-spacing:-.03em}.app-nav-brand-copy small{color:#94a3b8f2;font-size:12px;font-weight:650}.app-nav-drawer-tagline{margin:0;color:#cbd5e1db;font-size:13px;font-weight:600;line-height:1.45}.app-nav-icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e2e8f0;background:#ffffff0d;cursor:pointer}.app-nav-icon-button:hover{background:#ffffff1a}.app-nav-drawer-body{display:grid;align-content:start;gap:14px;overflow:auto;padding:16px}.app-nav-tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-nav-tile{position:relative;display:grid;gap:8px;justify-items:start;min-height:124px;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px;color:#f8fafc;background:#ffffff0d;cursor:pointer;text-align:left;transition:transform .14s ease,background .14s ease,border-color .14s ease}.app-nav-tile:hover,.app-nav-tile:focus-visible{outline:0;border-color:#7da7ff59;background:#ffffff17;transform:translateY(-1px)}.app-nav-tile-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:12px}.app-nav-tile-icon.tone-amber{color:#fbbf24;background:#fbbf2424}.app-nav-tile-icon.tone-emerald{color:#34d399;background:#34d39924}.app-nav-tile-icon.tone-sky{color:#93c5fd;background:#60a5fa29}.app-nav-tile strong{font-size:14px;font-weight:800;letter-spacing:-.02em}.app-nav-tile small{color:#94a3b8f2;font-size:11px;font-weight:650}.app-nav-badge{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:999px;padding:0 6px;color:#102044;background:#dbe7ff;font-size:11px;font-weight:800}.app-nav-action{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;width:100%;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:12px;color:#f8fafc;background:#ffffff0a;cursor:pointer;text-align:left}.app-nav-action:hover,.app-nav-action:focus-visible{outline:0;border-color:#7da7ff4d;background:#ffffff14}.app-nav-action-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#cbd5e1;background:#ffffff12}.app-nav-action-copy{display:grid;gap:2px;min-width:0}.app-nav-action-copy strong{font-size:14px;font-weight:750}.app-nav-action-copy small{color:#94a3b8f2;font-size:11px;font-weight:650}.app-nav-drawer-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(255,255,255,.08);padding:13px 16px calc(13px + env(safe-area-inset-bottom,0px))}.app-nav-status{display:inline-flex;align-items:center;gap:6px;color:#cbd5e1f2;font-size:12px;font-weight:700}.app-nav-version{color:#94a3b8e6;font-size:11px;font-weight:650}@keyframes app-nav-slide-in{0%{transform:translate(-14px);opacity:.72}to{transform:translate(0);opacity:1}}.app-frame{min-height:100vh;border:0;border-radius:0;box-shadow:none}.window-bar{min-height:52px;padding:0 12px}.window-actions{display:none}.window-title{font-size:14px}.window-title-text span{display:none}.app-shell{padding:0}.report-hero,.panel-heading{padding:14px}.report-hero{gap:12px;max-width:100%}.hero-meta{gap:8px;margin-bottom:12px}.eyebrow,.status-pill{min-height:28px;padding:5px 9px;font-size:11px}.hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.hero-stats span{justify-content:center;min-width:0;padding:8px 9px;text-align:center;white-space:normal}.scan-controls{padding:12px}.tracked-strategy-chip{width:100%;border-radius:12px}.panel-heading{flex-direction:column;gap:12px}h1{font-size:26px}h2{font-size:18px}.subtitle,.panel-heading p,.scan-status{font-size:13px}.source-line{display:none}.panel-actions{width:100%;display:flex;flex-wrap:wrap;gap:8px}.control-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:100%;gap:8px}.button,.currency-pill{min-height:38px;padding:8px 11px;font-size:13px;min-width:0;white-space:normal}.panel-actions .button{width:auto;min-width:88px}.control-actions .button,.control-actions .currency-pill{width:100%;min-width:0}.scan-status{align-items:flex-start;line-height:1.45}.dashboard-workspace{grid-template-columns:minmax(0,1fr)}.app-sidebar,.control-actions .notification-trigger{display:none}.favorite-popup{width:min(560px,calc(100vw - 24px));max-height:calc(100vh - 72px);border-radius:14px}.brand-popup{width:min(1320px,calc(100vw - 24px))}.brand-menu-body{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content{padding:12px}.favorite-popup-header{padding:14px 16px}.favorite-popup-header strong{font-size:18px}.favorite-popup-close{width:34px;height:34px}.favorite-menu-body{max-height:calc(100vh - 150px);padding:12px}.strategy-profile-list{display:flex;gap:12px;overflow-x:auto;padding:2px 40px 10px;scroll-snap-type:x mandatory;scroll-padding-inline:40px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.strategy-profile-list::-webkit-scrollbar{display:none}.strategy-profile-carousel.has-nav .strategy-profile-nav-button{position:absolute;top:50%;z-index:2;display:inline-flex;transform:translateY(-50%)}.strategy-profile-nav-button:hover:not(:disabled),.strategy-profile-nav-button:focus-visible{transform:translateY(-50%) scale(1.04)}.strategy-profile-nav-button.prev{left:0}.strategy-profile-nav-button.next{right:0}.strategy-profile-list>.profile-card{flex:0 0 min(76vw,320px);width:min(76vw,320px);max-width:min(76vw,320px);scroll-snap-align:start}.profile-card,.favorite-menu-body .profile-card{gap:15px;min-height:0;border-radius:14px;padding:18px}.profile-card-header{grid-template-columns:52px minmax(0,1fr) 32px;gap:12px}.profile-card-avatar{width:52px;height:52px;font-size:20px}.profile-card-avatar span{width:31px;height:31px}.profile-card-identity strong,.favorite-menu-body .profile-card-identity strong{font-size:19px}.profile-card-identity span{font-size:13px}.profile-card-star{width:32px;height:32px}.profile-card-return{grid-template-columns:minmax(112px,.76fr) minmax(104px,1fr);gap:12px}.profile-return-copy span,.profile-return-copy small{font-size:14px}.profile-return-copy strong,.favorite-menu-body .profile-return-copy strong{font-size:25px}.profile-card-sparkline{width:min(138px,100%);height:48px}.profile-card-stat dt{font-size:13px}.profile-card-stat dd{font-size:14px}.profile-card-copy{min-height:40px;font-size:14px}.desktop-table{display:none}.report-cards,.trade-cards,.weekly-cards{display:grid;gap:10px;padding:12px;overflow-x:hidden;overflow-y:auto}.report-cards{max-height:min(520px,58vh);gap:12px;padding:14px;background:linear-gradient(180deg,#f7f9fc,#f3f6fa)}.trade-cards{max-height:min(620px,64vh);gap:12px;padding:14px;background:linear-gradient(180deg,#f7f9fc,#f3f6fa)}.weekly-cards{max-height:min(420px,52vh)}.period-card,.trade-card,.weekly-card{width:100%;max-width:100%;min-width:0;border:1px solid var(--border);border-radius:14px;padding:14px;background:#fff;color:var(--text);box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a0a}.period-card,.trade-card{display:grid;gap:14px;overflow:hidden;text-align:left}.period-card{cursor:pointer}.trade-card.is-profit,.period-card:not(.selected){border-color:var(--border)}.period-card.selected{border-color:#9bbcff;box-shadow:inset 4px 0 0 var(--blue),0 8px 20px #0f172a0a;background:#f7faff}.period-card:active,.weekly-card:active,.trade-card:active{transform:scale(.995)}.period-card-heading,.trade-card-heading,.weekly-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.period-card-identity,.trade-card-identity{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.period-card-identity strong,.trade-card-identity strong{color:var(--heading);font-size:16px;font-weight:850;letter-spacing:-.02em}.period-card-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:850}.period-card-badge.profit{color:var(--green);background:var(--green-soft)}.period-card-badge.loss{color:var(--red);background:var(--red-soft)}.period-card-result,.trade-card-result{display:grid;gap:2px;justify-items:end;text-align:right}.period-card-result strong,.trade-card-result strong{font-size:18px;font-weight:850;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.period-card-result small,.trade-card-result small{color:inherit;font-size:11px;font-weight:750;letter-spacing:.02em;text-transform:none;opacity:.85}.period-card-panel,.trade-card-prices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;align-items:start;border:1px solid #e8eef6;border-radius:12px;padding:12px;background:#f8fafc}.trade-card-prices{grid-template-columns:repeat(3,minmax(0,1fr))}.period-card-panel span,.trade-card-prices span{display:grid;gap:4px;min-width:0}.period-card-panel small,.trade-card-prices small,.period-card small,.trade-card small,.weekly-card small{color:var(--muted);font-size:11px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.period-card-panel strong,.trade-card-prices strong,.period-card strong,.trade-card strong,.weekly-card strong{min-width:0;max-width:100%;overflow-wrap:anywhere;color:var(--heading);font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}.trade-card-prices strong.profit-text,.trade-card-result.profit-text strong,.trade-card-result.profit-text small,.period-card-panel strong.profit-text,.period-card-result.profit-text strong,.period-card-result.profit-text small{color:var(--green)}.trade-card-prices strong.loss-text,.trade-card-result.loss-text strong,.trade-card-result.loss-text small,.period-card-panel strong.loss-text,.period-card-result.loss-text strong,.period-card-result.loss-text small{color:var(--red)}.period-card-panel-wide{grid-column:1 / -1}.period-card-meta,.trade-card-meta{display:flex;flex-wrap:wrap;gap:8px 10px;color:var(--muted);font-size:11.5px;font-weight:700}.period-card-meta span,.trade-card-meta span{display:inline-flex;align-items:center;min-height:24px;border:1px solid #e5ebf3;border-radius:999px;padding:3px 9px;background:#fff;font-variant-numeric:tabular-nums}.weekly-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.weekly-card-heading strong{font-size:15px;font-weight:850}.weekly-card-heading span:first-child{display:grid;gap:3px;min-width:0}.weekly-card-heading .net-pill{min-width:104px;flex:0 0 auto}.weekly-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.weekly-card-grid span{display:grid;gap:3px;min-width:0}.table-footer{position:sticky;bottom:0;flex-direction:column;align-items:stretch;padding:12px}.load-more-button{width:100%;min-height:42px}th,td{padding:12px 14px;font-size:13px}}@media(max-width:560px){.hero-stats,.control-actions,.brand-menu-body{grid-template-columns:1fr}.trade-card-prices{grid-template-columns:repeat(3,minmax(0,1fr))}.trade-card-price-divider{display:none}.strategy-profile-panel{gap:8px}.strategy-profile-panel-header{flex-wrap:wrap}.strategy-profile-list{margin-inline:0;padding-inline:38px}.strategy-profile-list>.profile-card{flex-basis:min(72vw,300px);width:min(72vw,300px);max-width:min(72vw,300px)}.strategy-profile-panel-header strong{font-size:18px}.strategy-profile-panel-header small{font-size:12px}.profile-card,.favorite-menu-body .profile-card{gap:12px;border-radius:13px;padding:14px}.profile-card-header{grid-template-columns:44px minmax(0,1fr) 28px;gap:10px;align-items:center}.profile-card-avatar{width:44px;height:44px;border-radius:10px;font-size:17px}.profile-card-avatar span{width:27px;height:27px}.profile-card-identity strong,.favorite-menu-body .profile-card-identity strong{font-size:17px;line-height:1.15}.profile-card-identity span{font-size:12px}.profile-card-star{width:28px;height:28px}.profile-card-return{grid-template-columns:minmax(94px,.72fr) minmax(96px,1fr);gap:10px;align-items:end}.profile-return-copy{gap:4px}.profile-return-copy span,.profile-return-copy small{font-size:12px}.profile-return-copy strong,.favorite-menu-body .profile-return-copy strong{font-size:22px}.profile-card-sparkline{justify-self:end;width:min(112px,100%);height:38px}.profile-card-stats{gap:7px}.profile-card-stat{gap:8px}.profile-card-stat dt{font-size:12px}.profile-card-stat dd{font-size:13px}.profile-card-copy{min-height:36px;font-size:13px}}@media(max-width:340px){.profile-card-return{grid-template-columns:1fr;align-items:start}.profile-card-sparkline{justify-self:start;width:min(132px,100%)}}.notification-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border:1px solid var(--border);border-radius:10px;color:var(--muted-strong);background:#fff;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,color .14s ease,background .14s ease}.notification-trigger.active{color:var(--blue-dark);border-color:#c7d7fe;background:#eef4ff}.notification-trigger-inner{display:inline-flex;align-items:center;justify-content:center}.notification-trigger-text{display:none}.notification-trigger:hover:not(:disabled){transform:translateY(-1px);border-color:var(--border-strong);box-shadow:0 8px 18px #1018281a}.notification-trigger-count{position:absolute;top:-4px;right:-4px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;min-height:18px;border:1px solid #ffffff;border-radius:999px;padding:0 4px;color:#fff;background:#2563eb;font-size:10px;font-weight:850}.notification-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1120;border:0;background:#0f172a6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.notification-panel{position:fixed;top:50%;left:50%;z-index:1130;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(460px,calc(100vw - 28px));max-height:min(720px,calc(100vh - 40px));max-height:min(720px,calc(100dvh - 40px));overflow:hidden;border:1px solid rgba(226,232,240,.95);border-radius:18px;background:#fff;box-shadow:0 28px 80px #0f172a38;transform:translate(-50%,-50%)}.notification-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding:16px 18px}.notification-panel-heading{display:flex;align-items:center;gap:12px;min-width:0}.notification-panel-heading span:last-child{display:grid;gap:2px;min-width:0}.notification-panel-heading strong{color:var(--heading);font-size:16px;font-weight:800;letter-spacing:-.02em}.notification-panel-heading small{color:var(--muted);font-size:12px;font-weight:650}.notification-panel-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#4d7fff,#2f5fdb);box-shadow:0 8px 18px #2f5fdb47}.notification-panel-close{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:10px;color:var(--muted-strong);background:#fff;cursor:pointer}.notification-panel-close:hover,.notification-panel-close:focus-visible{outline:0;color:var(--heading);background:#f8fafc}.notification-panel-body{display:grid;gap:12px;align-content:start;overflow:auto;padding:14px;background:#f5f7fb;scrollbar-color:#c8d2df transparent;scrollbar-width:thin}.notification-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid #dbe4f3;border-radius:16px;padding:16px;background:linear-gradient(180deg,#fff,#f8fbff)}.notification-hero.on{border-color:#b7ebc9;background:linear-gradient(180deg,#fff,#f3fbf6)}.notification-hero-profile{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;min-width:0}.notification-avatar{display:grid;width:48px;height:48px;place-items:center;overflow:hidden;border:1px solid #d7e2f2;border-radius:14px;color:#234cb4;background:#eef3ff;font-size:16px;font-weight:850}.notification-avatar.compact{width:40px;height:40px;border-radius:12px;font-size:14px}.notification-avatar img{width:100%;height:100%;object-fit:cover}.notification-hero-copy{display:grid;gap:6px;min-width:0}.notification-profile-preview{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #e8eef6;border-radius:12px;padding:10px;background:#f8fafc}.notification-profile-copy{display:grid;gap:2px;min-width:0}.notification-profile-copy strong{color:var(--heading);font-size:14px;font-weight:800;overflow-wrap:anywhere}.notification-profile-copy small{color:var(--muted);font-size:12px;font-weight:650}.notification-hero-kicker{display:inline-flex;align-items:center;gap:6px;color:var(--muted-strong);font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.notification-hero.on .notification-hero-kicker{color:var(--green)}.notification-hero-copy strong{color:var(--heading);font-size:18px;font-weight:800;letter-spacing:-.03em}.notification-hero-copy p{margin:0;color:var(--muted);font-size:13px;font-weight:600;line-height:1.45}.notification-primary,.notification-secondary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border-radius:10px;padding:0 14px;cursor:pointer;font-size:13px;font-weight:750}.notification-primary{border:1px solid var(--blue-dark);color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb)}.notification-primary:hover:not(:disabled){box-shadow:0 8px 18px #2563eb33}.notification-primary.danger{border-color:var(--red-border);color:var(--red);background:var(--red-soft)}.notification-primary:disabled,.notification-secondary:disabled{cursor:not-allowed;opacity:.55}.notification-secondary{border:1px solid #d5deea;color:var(--heading);background:#fff}.notification-secondary:hover:not(:disabled){border-color:#b8c7db;background:#f8fafc}.notification-banner{margin:0;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.4}.notification-banner.status-idle,.notification-banner.status-loading{border:1px solid var(--border);color:var(--muted-strong);background:#fff}.notification-banner.status-enabling{border:1px solid #c7d7fe;color:var(--blue-dark);background:#eef4ff}.notification-banner.status-enabled{border:1px solid var(--green-border);color:var(--green);background:var(--green-soft)}.notification-banner.status-error,.notification-banner.status-unavailable{border:1px solid #f6d28a;color:var(--warning);background:var(--warning-soft)}.notification-card{display:grid;gap:12px;border:1px solid #e2e8f0;border-radius:16px;padding:14px;background:#fff}.notification-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--heading);font-size:13px;font-weight:800}.notification-card-header span:first-child{display:inline-flex;align-items:center;gap:7px}.notification-status-pill{display:inline-flex;align-items:center;gap:6px;min-height:26px;border-radius:999px;padding:0 10px;font-size:11px;font-weight:750}.notification-status-pill.live{color:var(--green);background:var(--green-soft)}.notification-status-pill.stopped{color:var(--red);background:var(--red-soft)}.notification-status-dot{width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 18%,transparent)}.notification-card-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:12px;font-weight:650}.notification-field{display:grid;gap:7px;color:var(--muted);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.03em}.notification-field-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.notification-field input{width:100%;min-width:0;height:40px;border:1px solid #d5deea;border-radius:10px;padding:0 12px;outline:0;color:var(--heading);background:#f8fafc;font-size:15px;font-weight:750;font-variant-numeric:tabular-nums}.notification-field input:focus{border-color:var(--blue);background:#fff;box-shadow:var(--focus-ring)}.notification-link{justify-self:start;border:0;padding:0;color:var(--blue-dark);background:transparent;cursor:pointer;font-size:12px;font-weight:750;text-align:left}.notification-link:hover{text-decoration:underline}.notification-inline-error{display:flex;align-items:flex-start;gap:8px;margin:0;border-radius:10px;padding:9px 10px;color:var(--warning);background:var(--warning-soft);font-size:12px;font-weight:700;line-height:1.4}.notification-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.notification-check-chips{display:flex;flex-wrap:wrap;gap:8px}.notification-check-chips span{display:inline-flex;align-items:center;gap:4px;min-height:28px;border-radius:999px;padding:0 10px;color:var(--muted-strong);background:#f1f5f9;font-size:11px;font-weight:700}.notification-check-chips strong{color:var(--heading);font-weight:850}.notification-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.notification-metric{display:grid;gap:4px;border:1px solid #e8eef6;border-radius:12px;padding:10px 12px;background:#f8fafc}.notification-metric small{color:var(--muted);font-size:11px;font-weight:700}.notification-metric strong{color:var(--heading);font-size:18px;font-weight:850;letter-spacing:-.03em}.notification-metric strong.ok{color:var(--green)}.notification-metric strong.warn{color:var(--warning)}@media(max-width:900px){.notification-panel{top:auto;bottom:0;left:0;right:0;width:100%;max-height:min(88vh,720px);max-height:min(88dvh,720px);border-radius:18px 18px 0 0;transform:none}.notification-hero{grid-template-columns:1fr}.notification-primary{width:100%}.notification-field-row{grid-template-columns:1fr}.notification-field-row .notification-secondary{width:100%}}
