.trade-shell{--bg-app:#080808;--surface:#0d0d0d;--surface-elevated:#141414;--border-subtle:#1e1e1e;--border-default:#2b2b2b;--text-primary:#ededed;--text-secondary:#a6a6a6;--text-tertiary:#6e6e6e;--text-faint:#424242;--profit:#1ed690;--loss:#e8305f;--warning:#edb434;--accent:#ffffff;--accent-purple:#8b5cf6;--accent-muted:#b3b3b3;--radius:6px;--radius-chip:2px;--radius-card:6px;--radius-sm:2px;--radius-md:6px;--radius-lg:6px;--radius-pill:999px;--font-sans:var(--font-inter),"Inter",ui-sans-serif,system-ui,sans-serif;--font-serif:var(--font-serif),"Fraunces",ui-serif,Georgia,serif;--sidebar-w:220px;--sidebar-w-collapsed:56px;--header-h:56px;--content-max:1440px;--gap:16px;color:var(--text-primary);font-family:var(--font-sans);font-feature-settings:"tnum","lnum"}.trade-shell .pill-btn{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-size:12px;color:var(--text-primary);transition:background .12s,border-color .12s;cursor:pointer}.trade-shell .pill-btn:hover{background:var(--surface-elevated);border-color:var(--border-default)}.trade-shell .pill-btn:disabled{opacity:.4;cursor:not-allowed}.trade-shell .pill-btn .label-faint{color:var(--text-tertiary)}.trade-shell .pill-btn .icon{width:12px;height:12px;color:var(--text-tertiary)}.trade-shell .cta-primary{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;background:var(--accent);color:var(--bg-app);border:0;border-radius:var(--radius-md);font-size:12px;font-weight:600;cursor:pointer;transition:filter .12s,transform 60ms}.trade-shell .cta-primary:hover{filter:brightness(.92)}.trade-shell .cta-primary:active{transform:scale(.98)}.trade-shell .card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);display:flex;flex-direction:column;position:relative;overflow:hidden}.trade-shell .card.is-profit{border-color:rgba(30,214,144,.4)}.trade-shell .card.is-loss{border-color:rgba(232,48,95,.4)}.trade-shell .card.is-warning{border-color:rgba(237,180,52,.4)}.trade-shell .eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--text-tertiary);font-weight:500}.trade-shell .mono{font-family:var(--font-mono)}.trade-shell .mono,.trade-shell .tab-num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.trade-shell .serif{font-family:var(--font-serif)}.trade-shell button{font:inherit;color:inherit;cursor:pointer}.trade-shell .ad-scrim{position:fixed;inset:0;background:rgba(0,0,0,.42);backdrop-filter:blur(2px);z-index:90;animation:ad-fade-in .2s ease}@keyframes ad-fade-in{0%{opacity:0}to{opacity:1}}.trade-shell .athena-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:92vw;background:linear-gradient(180deg,#0a0a0a,#050505);border-left:1px solid rgba(237,180,52,.18);box-shadow:-24px 0 64px rgba(0,0,0,.6);z-index:100;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .32s cubic-bezier(.32,.72,0,1);font-family:var(--font-sans,"Inter",system-ui,sans-serif)}.trade-shell .athena-drawer.is-open{transform:translateX(0)}.trade-shell .ad-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 16px;border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(237,180,52,.04),transparent)}.trade-shell .ad-head-meta{display:flex;align-items:center;gap:12px;min-width:0}.trade-shell .ad-head-glyph{font-size:18px;color:#edb434;filter:drop-shadow(0 0 10px rgba(237,180,52,.5))}.trade-shell .ad-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}.trade-shell .ad-head-eyebrow{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:#edb434}.trade-shell .ad-head-title{font-family:var(--font-serif,"Fraunces",serif);font-size:16px;font-weight:400;letter-spacing:-.01em;color:var(--text-primary,#f5f5f5)}.trade-shell .ad-close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:transparent;border:1px solid rgba(255,255,255,.08);color:var(--text-tertiary,#888);cursor:pointer;transition:all .15s ease}.trade-shell .ad-close:hover{color:var(--text-primary,#f5f5f5);border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.04)}.trade-shell .ad-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:18px 20px 24px;display:flex;flex-direction:column;gap:18px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.trade-shell .ad-body::-webkit-scrollbar{width:6px}.trade-shell .ad-body::-webkit-scrollbar-track{background:transparent}.trade-shell .ad-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:var(--radius-pill)}.trade-shell .ad-msg{display:flex;flex-direction:column;gap:6px;animation:ad-msg-in .24s ease}@keyframes ad-msg-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.trade-shell .ad-msg-tag{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint,#666)}.trade-shell .ad-msg-user .ad-msg-tag{color:var(--text-tertiary,#888)}.trade-shell .ad-msg-assistant .ad-msg-tag{color:#edb434}.trade-shell .ad-msg-content{font-size:13.5px;line-height:1.6;color:var(--text-secondary,#c5c5c5)}.trade-shell .ad-msg-user .ad-msg-content{padding:10px 14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:6px;color:var(--text-primary,#f5f5f5);font-style:italic}.trade-shell .ad-msg-assistant .ad-msg-content{color:var(--text-secondary,#c5c5c5)}.trade-shell .ad-msg-p{margin:0 0 10px}.trade-shell .ad-msg-p:last-child{margin-bottom:0}.trade-shell .ad-msg-ul{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:8px}.trade-shell .ad-msg-ul:last-child{margin-bottom:0}.trade-shell .ad-msg-ul li{position:relative;padding-left:18px}.trade-shell .ad-msg-ul li:before{content:"";position:absolute;left:4px;top:9px;width:4px;height:4px;border-radius:50%;background:#edb434}.trade-shell .ad-typing{display:inline-flex;align-items:center;gap:4px;padding:4px 0}.trade-shell .ad-typing span{width:6px;height:6px;border-radius:50%;background:rgba(237,180,52,.5);animation:ad-bounce 1.2s ease-in-out infinite}.trade-shell .ad-typing span:nth-child(2){animation-delay:.16s}.trade-shell .ad-typing span:nth-child(3){animation-delay:.32s}@keyframes ad-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.trade-shell .ad-foot{padding:14px 20px 18px;border-top:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.3);display:flex;flex-direction:column;gap:8px}.trade-shell .ad-input-row{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:6px;transition:border-color .18s ease}.trade-shell .ad-input-row:focus-within{border-color:rgba(237,180,52,.4)}.trade-shell .ad-input{flex:1;background:transparent;border:0;outline:0;resize:none;font-family:inherit;font-size:13.5px;line-height:1.5;color:var(--text-primary,#f5f5f5);max-height:120px;padding:2px 0}.trade-shell .ad-input::-moz-placeholder{color:var(--text-faint,#666)}.trade-shell .ad-input::placeholder{color:var(--text-faint,#666)}.trade-shell .ad-send{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:rgba(237,180,52,.18);border:1px solid rgba(237,180,52,.35);color:#edb434;cursor:pointer;transition:all .15s ease;flex-shrink:0}.trade-shell .ad-send:hover:not(:disabled){background:rgba(237,180,52,.28);border-color:rgba(237,180,52,.55)}.trade-shell .ad-send:disabled{opacity:.4;cursor:not-allowed}.trade-shell .ad-foot-hint{display:flex;align-items:center;gap:8px;font-size:9.5px;letter-spacing:.06em;color:var(--text-faint,#666)}.trade-shell .ad-foot-dot{opacity:.5}.trade-shell .athena-float{position:fixed;right:24px;bottom:24px;z-index:80;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;background:linear-gradient(135deg,rgba(237,180,52,.92),rgba(214,152,32,.92));border:1px solid rgba(237,180,52,.7);border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 32px rgba(237,180,52,.2);color:#1a1206;font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.trade-shell .athena-float:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.5),0 0 48px rgba(237,180,52,.4)}.trade-shell .athena-float-glyph{font-size:14px;line-height:1;filter:drop-shadow(0 0 4px rgba(255,255,255,.5))}.trade-shell .athena-float-label{letter-spacing:.12em}.trade-shell .athena-drawer.is-open~.athena-float,body:has(.athena-drawer.is-open) .athena-float{opacity:0;pointer-events:none;transform:translateY(20px);transition:all .2s ease}.trade-shell{background:var(--bg-app)}.trade-shell .trade-main{display:flex;flex-direction:column;min-height:100vh;min-width:0}.trade-shell .trd-rail{display:flex;align-items:center;gap:12px;padding:10px 16px;background:linear-gradient(180deg,#0e0e0e,#0a0a0a);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:40;font-size:11px;flex-wrap:nowrap;min-height:48px;overflow:visible}.trade-shell .trd-rail-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary)}.trade-shell .trd-rail-num{color:var(--text-faint)}.trade-shell .trd-rail-dot-sep{width:3px;height:3px;border-radius:999px;background:var(--text-faint)}.trade-shell .trd-rail-cell{display:flex;gap:10px;white-space:nowrap;flex-shrink:0}.trade-shell .trd-rail-label{color:var(--text-tertiary);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.trade-shell .trd-rail-val{font-family:var(--font-mono);font-size:13px;font-weight:500;color:var(--text-primary)}.trade-shell .trd-rail-val.profit{color:var(--profit)}.trade-shell .trd-rail-val.loss{color:var(--loss)}.trade-shell .trd-rail-of{color:var(--text-tertiary);font-weight:400}.trade-shell .trd-rail-pnl-cell{gap:8px}.trade-shell .trd-rail-pnl-budget{padding-left:8px;margin-left:2px;border-left:1px solid var(--border-subtle);height:16px;position:relative}.trade-shell .trd-rail-pnl-budget:hover .trd-rail-cap-fill{filter:brightness(1.15)}.trade-shell .trd-rail-budget-pop{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);width:320px;padding:14px;background:#0c0c0c;border:1px solid var(--border-subtle);border-radius:6px;box-shadow:0 16px 48px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.03);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility .12s ease,transform .12s ease;z-index:80;cursor:default}.trade-shell .trd-rail-budget-pop:hover,.trade-shell .trd-rail-pnl-budget:hover .trd-rail-budget-pop,.trade-shell .trd-rail-pnl-cell:hover .trd-rail-budget-pop{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.trade-shell .trd-rail-budget-pop:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.trade-shell .trd-rail-budget-pop-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.trade-shell .trd-rail-budget-pop-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:4px}.trade-shell .trd-rail-budget-pop-num{font-size:16px;font-weight:600;color:var(--text-primary)}.trade-shell .trd-rail-budget-pop-num .of{color:var(--text-tertiary);font-weight:400;font-size:13px}.trade-shell .trd-rail-budget-pop-band{font-size:9px;letter-spacing:.14em;text-transform:uppercase;padding:3px 6px;border:1px solid;border-radius:var(--radius-pill);align-self:center}.trade-shell .trd-rail-budget-pop-meter{margin-bottom:10px}.trade-shell .trd-rail-budget-pop-track{position:relative;height:6px;background:rgba(255,255,255,.04);border-radius:var(--radius-pill);overflow:hidden}.trade-shell .trd-rail-budget-pop-fill{height:100%;border-radius:var(--radius-pill);transition:width .24s ease,background .24s ease}.trade-shell .trd-rail-budget-pop-tick{position:absolute;top:-2px;bottom:-2px;width:1px;background:var(--warning);opacity:.5}.trade-shell .trd-rail-budget-pop-scale{display:flex;justify-content:space-between;margin-top:5px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary)}.trade-shell .trd-rail-budget-pop-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-top:1px solid var(--border-subtle);font-size:11px}.trade-shell .trd-rail-budget-pop-key{color:var(--text-secondary)}.trade-shell .trd-rail-budget-pop-val{color:var(--text-primary);font-weight:600}.trade-shell .trd-rail-budget-pop-edit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:7px 10px;background:transparent;border:1px solid var(--border-subtle);border-radius:var(--radius-card);color:var(--text-secondary);font-size:11px;font-family:var(--font-sans);cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease}.trade-shell .trd-rail-budget-pop-edit-btn:hover{border-color:var(--text-tertiary);color:var(--text-primary);background:rgba(255,255,255,.03)}.trade-shell .trd-rail-budget-pop-edit{padding-top:4px}.trade-shell .trd-rail-budget-pop-edit-lbl{display:block;font-family:var(--font-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:5px}.trade-shell .trd-rail-budget-pop-edit-row{display:flex;align-items:center;border:1px solid var(--border-subtle);border-radius:var(--radius-card);padding:0 8px;background:rgba(255,255,255,.02)}.trade-shell .trd-rail-budget-pop-edit-row:focus-within{border-color:var(--text-tertiary)}.trade-shell .trd-rail-budget-pop-edit-prefix{color:var(--text-tertiary);font-family:var(--font-mono);font-size:13px;margin-right:4px}.trade-shell .trd-rail-budget-pop-edit-input{flex:1;border:0;background:transparent;padding:7px 0;color:var(--text-primary);font-size:14px;font-weight:600;outline:none}.trade-shell .trd-rail-budget-pop-edit-input::-webkit-inner-spin-button,.trade-shell .trd-rail-budget-pop-edit-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.trade-shell .trd-rail-budget-pop-edit-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}.trade-shell .trd-rail-budget-pop-btn{padding:7px 10px;border-radius:var(--radius-card);font-size:11px;font-family:var(--font-sans);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.trade-shell .trd-rail-budget-pop-btn.cancel{background:transparent;border:1px solid var(--border-subtle);color:var(--text-secondary)}.trade-shell .trd-rail-budget-pop-btn.cancel:hover{color:var(--text-primary);border-color:var(--text-tertiary)}.trade-shell .trd-rail-budget-pop-btn.primary{background:var(--text-primary);border:1px solid var(--text-primary);color:var(--surface-base,#0a0a0a);font-weight:600}.trade-shell .trd-rail-budget-pop-btn.primary:hover{background:#fff}.trade-shell .trd-rail-budget-pop-edit-note{margin-top:8px;font-size:10px;color:var(--text-tertiary);line-height:1.4;font-style:italic}.trade-shell .trd-rail-budget-pop-pending{margin-top:8px;padding:8px 10px;background:rgba(237,180,52,.06);border:1px solid rgba(237,180,52,.25);border-radius:var(--radius-card);display:flex;align-items:center;justify-content:space-between;gap:8px}.trade-shell .trd-rail-budget-pop-pending-row{display:flex;align-items:baseline;gap:6px;font-size:11px;color:var(--warning)}.trade-shell .trd-rail-budget-pop-pending-discard{background:transparent;border:0;color:var(--text-tertiary);font-size:10px;text-decoration:underline;cursor:pointer;padding:0}.trade-shell .trd-rail-budget-pop-pending-discard:hover{color:var(--text-primary)}.trade-shell .trd-rail-budget-pop-foot{display:flex;align-items:center;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid var(--border-subtle);font-size:10px;color:var(--text-tertiary)}.trade-shell .trd-rail-pnl-budget .trd-rail-cap-track{width:64px;height:3px}.trade-shell .trd-rail-pnl-cap{font-size:9px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;min-width:22px}.trade-shell .trd-rail-pnl-eye{width:22px;height:22px;border:1px solid transparent;color:var(--text-tertiary);transition:color .12s ease,border-color .12s ease,background .12s ease}.trade-shell .trd-rail-pnl-eye:hover{color:var(--text-primary);border-color:var(--border-subtle);background:rgba(255,255,255,.03)}.trade-shell .trd-rail-pnl-eye[aria-pressed=true]{color:var(--warning)}.trade-shell .trd-rail-pnl-hidden{letter-spacing:.16em;color:var(--text-tertiary)!important;font-weight:600}.trade-shell .trd-rail-risk-cell{gap:8px;color:inherit;border-radius:var(--radius-card);padding:2px 4px;margin:-2px -4px}.trade-shell .trd-rail-risk-cell:hover{background:rgba(255,255,255,.03)}.trade-shell .trd-rail-tilt-cell{position:relative;z-index:41}.trade-shell .trd-rail-tilt-cell .trd-rail-tilt-pop{display:none}.trade-shell .trd-rail-tilt-cell:focus-within .trd-rail-tilt-pop,.trade-shell .trd-rail-tilt-cell:hover .trd-rail-tilt-pop{display:block}.trade-shell .trd-rail-tilt-pop:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.trade-shell .trd-rail-tilt-pop{position:absolute;top:calc(100% + 6px);left:-8px;width:320px;padding:14px 14px 12px;background:var(--surface-elevated,#141414);border:1px solid var(--border-default);border-radius:var(--radius-lg,8px);box-shadow:0 12px 32px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.02);z-index:200;cursor:default}.trade-shell .trd-rail-tilt-pop-head{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-rail-tilt-pop-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;color:var(--text-tertiary);margin-bottom:4px}.trade-shell .trd-rail-tilt-pop-num{font-size:22px;font-weight:500;line-height:1}.trade-shell .trd-rail-tilt-pop-num .of{font-size:11px;color:var(--text-tertiary);margin-left:2px}.trade-shell .trd-rail-tilt-pop-band{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;padding-top:4px}.trade-shell .trd-rail-tilt-pop-factors-head{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;color:var(--text-tertiary);margin-bottom:8px}.trade-shell .trd-rail-tilt-pop-row{margin-bottom:9px}.trade-shell .trd-rail-tilt-pop-row:last-child{margin-bottom:0}.trade-shell .trd-rail-tilt-pop-row-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.trade-shell .trd-rail-tilt-pop-key{font-size:11px;color:var(--text-secondary)}.trade-shell .trd-rail-tilt-pop-val{font-size:11px;font-weight:500}.trade-shell .trd-rail-tilt-pop-bar-track{height:3px;width:100%;background:rgba(255,255,255,.06);border-radius:999px;overflow:hidden}.trade-shell .trd-rail-tilt-pop-bar-fill{height:100%;border-radius:999px;transition:width .2s ease}.trade-shell .trd-rail-tilt-pop-hint{font-size:10px;color:var(--text-tertiary);margin-top:3px;font-family:var(--font-mono)}.trade-shell .trd-rail-tilt-pop-foot{display:flex;justify-content:space-between;margin-top:12px;padding-top:10px;border-top:1px solid var(--border-subtle);font-size:10px}.trade-shell .trd-rail-tilt-pop-foot-l{color:var(--text-tertiary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.trade-shell .trd-rail-tilt-pop-foot-r{color:var(--text-secondary)}.trade-shell .trd-rail-sub{color:var(--text-faint);font-size:10px}.trade-shell .trd-rail-tilt-wrap{display:inline-flex;align-items:center;gap:8px}.trade-shell .trd-rail-tilt-num{font-size:13px}.trade-shell .trd-rail-tilt-tag{letter-spacing:.1em}.trade-shell .trd-rail-cap-track{height:2px;width:56px;background:var(--surface-elevated);border-radius:999px}.trade-shell .trd-rail-cap-fill{transition:width .4s ease,background .3s ease}.trade-shell .trd-rail-budget-cell{gap:6px}.trade-shell .trd-rail-brand{display:flex;align-items:center;padding:0 4px 0 2px;height:100%}.trade-shell .trd-rail-brand-name{font-family:var(--font-serif);font-size:17px;letter-spacing:-.01em;color:var(--text-primary);line-height:1}.trade-shell .trd-rail-sep{width:1px;height:22px;background:var(--border-subtle)}.trade-shell .trd-rail-athena{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);font-size:11px}.trade-shell .trd-rail-athena:hover{color:var(--accent);border-color:var(--border-default)}.trade-shell .trd-rail-collapse,.trade-shell .trd-rail-collapsed{display:inline-flex;align-items:center;gap:8px;height:24px;padding:0 10px;background:transparent;border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-tertiary)}.trade-shell .trd-rail-collapse:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-rail-collapsed{margin:0;width:100%;height:32px;padding:0 16px;background:linear-gradient(180deg,#0e0e0e,#0a0a0a);border-bottom:1px solid var(--border-subtle);border-radius:0;font-family:var(--font-mono);font-size:11px;position:sticky;top:0;z-index:60}.trade-shell .trd-rail-collapsed .trd-rail-brand-name{font-family:var(--font-serif);font-size:16px;font-weight:500;letter-spacing:.02em;color:var(--text-primary)}.trade-shell .trd-rail-hidden-strip{height:28px;padding:0 16px;justify-content:space-between}.trade-shell .trd-rail-hidden-strip .trd-rail-sep{display:none}.trade-shell .trd-rail-hidden-strip .trd-rail-brand-name{margin-right:auto}.trade-shell .trd-rail-hidden-cta{display:inline-flex;align-items:center;gap:6px;color:var(--text-tertiary)}.trade-shell .trd-rail-hidden-cta .chev{font-size:10px}.trade-shell .trd-rail-hidden-strip:hover .trd-rail-hidden-cta{color:var(--text-primary)}.trade-shell .trd-rail-collapsed:hover{border-color:var(--border-default);color:var(--text-primary)}.trade-shell .trd-rail-mini-tilt{display:inline-flex;align-items:center;gap:6px}.trade-shell .trd-rail-dot{width:6px;height:6px;border-radius:999px}.trade-shell .trd-rail-mini-pl{font-weight:500}.trade-shell .trd-header{display:flex;align-items:center;gap:16px;padding:10px 20px;background:var(--bg-app);border-bottom:1px solid var(--border-subtle);position:sticky;top:48px;z-index:30;min-height:60px}.trade-shell .trd-header-l{display:flex;align-items:center;gap:14px;min-width:0;flex:1}.trade-shell .trd-header-r{display:flex;align-items:center;gap:8px}.trade-shell .trd-market-selector{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-size:13px}.trade-shell .trd-market-selector:hover{border-color:var(--border-default)}.trade-shell .trd-market-fav{color:var(--warning);font-size:13px}.trade-shell .trd-market-symbol{font-weight:600;letter-spacing:.01em}.trade-shell .trd-market-lev{font-family:var(--font-mono);font-size:10px;padding:2px 6px;background:rgba(237,180,52,.12);color:var(--warning);border-radius:var(--radius-chip)}.trade-shell .trd-header-stats{display:flex;align-items:center;gap:22px;flex-wrap:nowrap;min-width:0;overflow-x:auto}.trade-shell .trd-header-stats::-webkit-scrollbar{display:none}.trade-shell .trd-stat{display:flex;flex-direction:column;gap:3px;min-width:0;flex-shrink:0;white-space:nowrap}.trade-shell .trd-stat-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-stat-val{font-size:13px;font-weight:500;color:var(--text-primary);display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.trade-shell .trd-stat-val.profit{color:var(--profit)}.trade-shell .trd-stat-val.loss{color:var(--loss)}.trade-shell .trd-stat-sub{color:var(--text-faint);font-size:11px;font-weight:400}.trade-shell .trd-pill-sep{color:var(--text-faint);margin:0 2px}.trade-shell .trd-pill-mute{color:var(--text-tertiary)}.trade-shell .trd-wallet-dot{width:6px;height:6px;border-radius:999px;background:var(--profit);animation:pulse-dot 2s ease-in-out infinite}.trade-shell .trd-xp-pill{position:relative;display:flex;align-items:center;gap:10px;height:40px;padding:0 14px 0 8px;background:linear-gradient(135deg,#131210,#0d0d0c);border:1px solid #2a2218;border-radius:var(--radius-md);cursor:pointer;transition:border-color .12s;flex:1 1 auto;min-width:200px}body[data-xp-pill=off] .trd-xp-pill{display:none}.trade-shell .trd-xp-pill:hover{border-color:#3d3220}.trade-shell .trd-xp-pill-glyph{display:grid;place-items:center;flex-shrink:0}.trade-shell .trd-xp-pill-mid{display:flex;flex-direction:column;gap:5px;flex:1 1 auto;min-width:0}.trade-shell .trd-xp-pill-row1{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-secondary)}.trade-shell .trd-xp-pill-tier{color:var(--text-primary);font-weight:500}.trade-shell .trd-xp-pill-lv{color:var(--text-tertiary);font-size:11px}.trade-shell .trd-xp-pill-today{margin-left:auto;color:var(--profit);font-size:11px}.trade-shell .trd-xp-pill-bar{height:3px;background:var(--surface-elevated);border-radius:999px;overflow:hidden;position:relative}.trade-shell .trd-xp-pill-fill{height:100%;background:linear-gradient(90deg,#c08838,#edb434);transition:width .6s cubic-bezier(.16,1,.3,1)}.trade-shell .trd-xp-pill-pop{position:absolute;top:calc(100% + 6px);right:0;width:240px;padding:10px 12px;background:var(--surface-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);z-index:50;box-shadow:0 8px 24px rgba(0,0,0,.4);display:flex;flex-direction:column;gap:6px}.trade-shell .trd-xp-pop-row{display:flex;justify-content:space-between;align-items:center;font-size:11px}.trade-shell .trd-xp-pop-lbl{color:var(--text-tertiary)}.trade-shell .trd-xp-pop-val{color:var(--text-primary);font-weight:500}.trade-shell .trd-xp-pop-accent{color:var(--warning)}.trade-shell .trd-xp-pop-foot{margin-top:6px;padding-top:8px;border-top:1px solid var(--border-subtle);color:var(--text-tertiary);font-size:10px;line-height:1.5}.trade-shell .trade-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px 360px;gap:1px;background:var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.trade-shell .trade-grid>div{background:var(--bg-app);min-width:0}@media (max-width:1400px){.trade-shell .trade-grid{grid-template-columns:minmax(0,1fr) 280px 340px}}.trade-shell .trd-chart-card{border-radius:0;border:0;background:var(--bg-app);display:flex;flex-direction:column;min-height:0}.trade-shell .trd-chart-toolbar{display:flex;align-items:center;gap:6px;padding:8px 12px;border-bottom:1px solid var(--border-subtle);flex-wrap:wrap}.trade-shell .trd-tf-tabs{display:inline-flex;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.trade-shell .trd-tf-tabs button{padding:4px 8px;background:transparent;border:0;font-family:var(--font-mono);font-size:11px;color:var(--text-tertiary);letter-spacing:.04em}.trade-shell .trd-tf-tabs button.is-active{background:var(--surface-elevated);color:var(--text-primary)}.trade-shell .trd-tf-tabs button:hover:not(.is-active){color:var(--text-secondary)}.trade-shell .trd-chart-toolbar-sep{width:1px;height:16px;background:var(--border-subtle);margin:0 4px}.trade-shell .trd-chart-toolbar-spacer{flex:1}.trade-shell .trd-tool-btn{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;background:transparent;border:1px solid transparent;border-radius:var(--radius-md);color:var(--text-tertiary);font-size:11px}.trade-shell .trd-tool-btn:hover{color:var(--text-primary);border-color:var(--border-subtle);background:var(--surface)}.trade-shell .trd-tool-btn-icon{display:inline-grid;place-items:center;width:26px;height:26px;background:transparent;border:1px solid transparent;border-radius:var(--radius-md);color:var(--text-tertiary)}.trade-shell .trd-tool-btn-icon:hover{color:var(--text-primary);background:var(--surface)}.trade-shell .trd-plan-btn{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 12px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);font-size:11px;font-weight:500;white-space:nowrap;flex-shrink:0}.trade-shell .trd-plan-btn.is-active{background:rgba(237,180,52,.1);border-color:rgba(237,180,52,.4);color:var(--warning)}.trade-shell .trd-plan-tag{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);border-left:1px solid var(--border-subtle);margin-left:2px;padding:1px 5px 1px 8px}.trade-shell .trd-plan-btn.is-active .trd-plan-tag{color:var(--warning);border-left-color:rgba(237,180,52,.3)}.trade-shell .trd-ohlc{display:flex;align-items:center;gap:12px;padding:6px 12px;border-bottom:1px solid var(--border-subtle);font-size:11px;flex-wrap:wrap}.trade-shell .trd-ohlc-symbol{font-weight:600;color:var(--text-primary)}.trade-shell .trd-ohlc-venue{color:var(--text-faint);font-size:10px}.trade-shell .trd-ohlc-stat{color:var(--text-tertiary)}.trade-shell .trd-ohlc-stat span{color:var(--text-primary);font-weight:500;margin-left:4px}.trade-shell .trd-chart-body{flex:1;min-height:clamp(220px,40vh,380px);padding:0;position:relative}.trade-shell .trd-chart-canvas{width:100%;height:100%}.trade-shell .trd-chart-foot{display:flex;align-items:center;gap:6px;padding:6px 12px;border-top:1px solid var(--border-subtle)}.trade-shell .trd-chart-foot-tools{display:inline-flex;gap:4px}.trade-shell .trd-chart-foot-spacer{flex:1}.trade-shell .trd-chart-foot-time,.trade-shell .trd-tool-btn-mini{color:var(--text-tertiary);font-size:10px;letter-spacing:.04em}.trade-shell .trd-tool-btn-mini{height:22px;padding:0 8px;background:transparent;border:1px solid transparent;border-radius:var(--radius-card);font-family:var(--font-mono)}.trade-shell .trd-tool-btn-mini.is-active{background:var(--surface-elevated);color:var(--text-primary);border-color:var(--border-subtle)}.trade-shell .trd-tool-btn-mini:hover:not(.is-active){color:var(--text-secondary)}.trade-shell .trd-ob-card{border-radius:0;border:0;background:var(--bg-app);display:flex;flex-direction:column;min-width:0}.trade-shell .trd-ob-tabs{display:flex;align-items:center;gap:0;border-bottom:1px solid var(--border-subtle);padding:4px 8px}.trade-shell .trd-ob-tabs button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:0;color:var(--text-tertiary);font-size:11px;font-weight:500;letter-spacing:.02em;border-bottom:2px solid transparent;margin-bottom:-1px}.trade-shell .trd-ob-tabs button.is-active{color:var(--text-primary);border-bottom-color:var(--accent)}.trade-shell .trd-ob-tabs button:hover:not(.is-active){color:var(--text-secondary)}.trade-shell .trd-ob-tab-badge{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;background:rgba(237,180,52,.15);color:var(--warning);padding:1px 5px;border-radius:2px}.trade-shell .trd-ob-body{flex:1;overflow:auto;padding:0}.trade-shell .trd-orderbook{display:flex;flex-direction:column}.trade-shell .trd-ob-head{display:grid;grid-template-columns:minmax(56px,1fr) minmax(48px,1fr) minmax(48px,1fr);padding:8px 12px;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-ob-head>:nth-child(2),.trade-shell .trd-ob-head>:nth-child(3){text-align:right}.trade-shell .trd-ob-asks,.trade-shell .trd-ob-bids{display:flex;flex-direction:column}.trade-shell .trd-ob-asks{flex-direction:column-reverse}.trade-shell .trd-ob-row{display:grid;grid-template-columns:minmax(56px,1fr) minmax(48px,1fr) minmax(48px,1fr);padding:3px 12px;font-family:var(--font-mono);font-size:12px;position:relative;cursor:pointer}.trade-shell .trd-ob-row:hover{background:var(--surface)}.trade-shell .trd-ob-bg{position:absolute;top:0;bottom:0;pointer-events:none}.trade-shell .trd-ob-price{z-index:1}.trade-shell .trd-ob-cum,.trade-shell .trd-ob-size{text-align:right;color:var(--text-secondary);z-index:1}.trade-shell .trd-ob-cum{color:var(--text-tertiary)}.trade-shell .trd-ob-mid{display:flex;align-items:center;gap:10px;padding:8px 12px;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--surface)}.trade-shell .trd-ob-mid-price{font-size:16px;font-weight:600;color:var(--profit)}.trade-shell .trd-ob-mid-arrow{color:var(--profit);font-size:12px}.trade-shell .trd-ob-mid-spread{margin-left:auto;font-size:10px;color:var(--text-faint)}.trade-shell .trd-tape{display:flex;flex-direction:column}.trade-shell .trd-tape-head{display:grid;grid-template-columns:1fr 1fr 1fr;padding:8px 12px;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-tape-head>:nth-child(2),.trade-shell .trd-tape-head>:nth-child(3){text-align:right}.trade-shell .trd-tape-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:3px 12px;font-family:var(--font-mono);font-size:11px}.trade-shell .trd-tape-size,.trade-shell .trd-tape-time{text-align:right;color:var(--text-secondary)}.trade-shell .trd-tape-time{color:var(--text-faint)}.trade-shell .trd-edge-panel{display:flex;flex-direction:column;gap:14px;padding:14px 14px 18px}.trade-shell .trd-edge-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-edge-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);margin-bottom:6px}.trade-shell .trd-edge-headline{font-size:38px;font-weight:500;color:var(--text-primary);letter-spacing:-.04em;line-height:1}.trade-shell .trd-edge-pct{font-size:18px;color:var(--text-tertiary);margin-left:4px}.trade-shell .trd-edge-subhead{margin-top:6px;font-size:11px;color:var(--text-tertiary)}.trade-shell .trd-edge-r{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.trade-shell .trd-edge-r-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;color:var(--text-faint);text-transform:uppercase}.trade-shell .trd-edge-r-val{font-size:24px;font-weight:500}.trade-shell .trd-edge-r-sub{font-size:10px;color:var(--text-tertiary)}.trade-shell .trd-edge-sessions{display:flex;align-items:stretch;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface)}.trade-shell .trd-edge-session{flex:1;display:flex;flex-direction:column;gap:2px;padding:10px 12px}.trade-shell .trd-edge-session-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-edge-session.profit .trd-edge-session-lbl{color:var(--profit)}.trade-shell .trd-edge-session.loss .trd-edge-session-lbl{color:var(--loss)}.trade-shell .trd-edge-session-val{font-size:22px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.trade-shell .trd-edge-session-sub{font-size:10px;color:var(--text-tertiary)}.trade-shell .trd-edge-session-sep{width:1px;background:var(--border-subtle)}.trade-shell .trd-edge-dist{display:flex;flex-direction:column;gap:8px}.trade-shell .trd-edge-dist-head{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-edge-dist-bars{display:flex;align-items:flex-end;gap:4px;height:100px;padding-bottom:14px;border-bottom:1px solid var(--border-subtle);position:relative}.trade-shell .trd-edge-dist-col{flex:1;display:flex;flex-direction:column;align-items:center}.trade-shell .trd-edge-dist-bar{width:100%;border-radius:1px;margin-top:auto}.trade-shell .trd-edge-dist-bin{margin-top:4px;font-size:9px;color:var(--text-faint)}.trade-shell .trd-edge-foot{display:grid;grid-template-columns:1fr 1fr;gap:8px}.trade-shell .trd-edge-foot-cell{display:flex;flex-direction:column;gap:2px;padding:8px 10px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.trade-shell .trd-edge-foot-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-edge-foot-val{font-size:13px;color:var(--text-primary)}.trade-shell .trd-edge-athena{display:flex;gap:10px;padding:10px 12px;background:var(--surface);border:1px solid rgba(237,180,52,.25);border-radius:var(--radius-md)}.trade-shell .trd-edge-athena-icon{width:22px;height:22px;display:grid;place-items:center;border:1px solid rgba(237,180,52,.4);border-radius:var(--radius);color:var(--warning);flex-shrink:0}.trade-shell .trd-edge-athena-head{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--warning);margin-bottom:4px}.trade-shell .trd-edge-athena-text{font-size:11px;color:var(--text-secondary);line-height:1.5}.trade-shell .trd-ticket-card{border-radius:0;border:0;background:var(--bg-app);display:flex;flex-direction:column;padding:12px 14px 16px;gap:10px}.trade-shell .trd-ticket-mode{display:flex;gap:0;border-bottom:1px solid var(--border-subtle);margin-bottom:4px}.trade-shell .trd-ticket-mode-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:0;color:var(--text-tertiary);font-size:12px;font-weight:500;border-bottom:2px solid transparent;margin-bottom:-1px}.trade-shell .trd-ticket-mode-btn.is-active{color:var(--text-primary);border-bottom-color:var(--accent)}.trade-shell .trd-ticket-margin-row{display:flex;align-items:center;gap:8px}.trade-shell .trd-ticket-margin-tabs{display:inline-flex;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.trade-shell .trd-ticket-margin-tabs button{padding:4px 10px;background:transparent;border:0;font-size:11px;color:var(--text-tertiary)}.trade-shell .trd-ticket-margin-tabs button.is-active{background:var(--surface-elevated);color:var(--text-primary)}.trade-shell .trd-ticket-lev{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 4px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.trade-shell .trd-ticket-lev-btn{width:18px;height:18px;background:transparent;border:0;color:var(--text-tertiary);font-size:14px}.trade-shell .trd-ticket-lev-btn:hover{color:var(--text-primary)}.trade-shell .trd-ticket-lev-val{min-width:30px;text-align:center;font-size:12px;font-weight:500;color:var(--text-primary)}.trade-shell .trd-ticket-smart-pill{margin-left:auto;display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:rgba(237,180,52,.12);color:var(--warning);border:1px solid rgba(237,180,52,.25);border-radius:999px;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em}.trade-shell .trd-ticket-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);margin-top:4px}.trade-shell .trd-ticket-side{display:grid;grid-template-columns:1fr 1fr;gap:8px}.trade-shell .trd-ticket-side-btn{height:36px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-size:13px;font-weight:600;color:var(--text-secondary)}.trade-shell .trd-ticket-side-btn.long.is-active{background:var(--profit);color:#ffffff;border-color:var(--profit)}.trade-shell .trd-ticket-side-btn.short.is-active{background:var(--loss);color:#ffffff;border-color:var(--loss)}.trade-shell .trd-ticket-side-btn:hover:not(.is-active){border-color:var(--border-default);color:var(--text-primary)}.trade-shell .trd-ticket-type{display:inline-flex;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.trade-shell .trd-ticket-type button{flex:1;padding:6px 10px;background:transparent;border:0;font-size:11px;color:var(--text-tertiary)}.trade-shell .trd-ticket-type button.is-active{background:var(--surface-elevated);color:var(--text-primary)}.trade-shell .trd-ticket-row{display:flex;flex-direction:column;gap:6px}.trade-shell .trd-ticket-label-row{display:flex;align-items:center;justify-content:space-between}.trade-shell .trd-ticket-label{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-ticket-label-aux{font-size:10px;color:var(--text-tertiary);white-space:nowrap}.trade-shell .trd-ticket-risk-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(44px,1fr));gap:4px}.trade-shell .trd-ticket-risk-presets button{padding:6px 0;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);font-family:var(--font-mono);font-size:11px;color:var(--text-secondary)}.trade-shell .trd-ticket-risk-presets button.is-active{background:var(--profit);color:#fff;border-color:var(--border-default)}.trade-shell .trd-ticket-risk-presets button.is-tilt{color:var(--loss);border-color:rgba(232,48,95,.3);background:rgba(232,48,95,.06);font-weight:600}.trade-shell .trd-ticket-risk-presets button.is-tilt.is-active{background:var(--loss);color:#fff;border-color:var(--loss)}.trade-shell .trd-ticket-risk-tilt-warn{margin-top:6px;display:flex;align-items:center;gap:6px;padding:5px 8px;background:rgba(232,48,95,.08);border:1px solid rgba(232,48,95,.3);border-radius:var(--radius);color:var(--loss)}.trade-shell .trd-ticket-risk-tilt-warn .trd-ticket-risk-tilt-warn-msg{flex:1;font-family:var(--font-sans);font-size:10px;line-height:1.35;letter-spacing:0;text-transform:none;color:var(--loss)}.trade-shell .trd-ticket-risk-tilt-warn .trd-ticket-risk-tilt-warn-close{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:2px;padding:0;border:0;background:transparent;color:var(--loss);opacity:.65;border-radius:var(--radius-card);cursor:pointer;transition:opacity .12s ease,background-color .12s ease}.trade-shell .trd-ticket-risk-tilt-warn .trd-ticket-risk-tilt-warn-close:hover{opacity:1;background:rgba(232,48,95,.12)}.trade-shell .trd-ticket-risk-tilt-warn .trd-ticket-risk-tilt-warn-close:focus-visible{outline:1px solid var(--loss);outline-offset:1px;opacity:1}.trade-shell .trd-ticket-risk-meta{display:flex;align-items:center;gap:8px}.trade-shell .trd-ticket-risk-basis{display:inline-flex;border:1px solid var(--border-subtle);border-radius:var(--radius-pill);overflow:hidden;background:var(--surface)}.trade-shell .trd-ticket-risk-basis button{padding:3px 7px;background:transparent;border:none;color:var(--text-faint);font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;cursor:pointer;border-radius:0}.trade-shell .trd-ticket-risk-basis button+button{border-left:1px solid var(--border-subtle)}.trade-shell .trd-ticket-risk-basis button.is-active{background:var(--surface-elevated);color:var(--text-primary)}.trade-shell .trd-ticket-risk-edit-btn{margin-top:6px;padding:5px 8px;background:transparent;border:1px dashed var(--border-subtle);border-radius:var(--radius);color:var(--text-tertiary);font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px;cursor:pointer;align-self:flex-start;transition:color .12s,border-color .12s}.trade-shell .trd-ticket-risk-edit-btn:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-ticket-risk-edit{display:flex;flex-direction:column;gap:8px;padding:10px;background:var(--surface);border:1px solid var(--border-default);border-radius:var(--radius-md)}.trade-shell .trd-ticket-risk-edit-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-ticket-risk-edit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.trade-shell .trd-ticket-risk-edit-cell{position:relative;display:flex;align-items:center}.trade-shell .trd-ticket-risk-edit-input{width:100%;height:28px;padding:0 16px 0 6px;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-mono);font-size:11px;text-align:right}.trade-shell .trd-ticket-risk-edit-input:focus{outline:none;border-color:var(--accent)}.trade-shell .trd-ticket-risk-edit-suffix{position:absolute;right:6px;font-family:var(--font-mono);font-size:10px;color:var(--text-faint);pointer-events:none}.trade-shell .trd-ticket-risk-edit-actions{display:flex;align-items:center;gap:6px}.trade-shell .trd-ticket-risk-edit-actions button{padding:5px 10px;background:transparent;border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-secondary);font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.trade-shell .trd-ticket-risk-edit-actions button:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-ticket-risk-edit-save{background:var(--accent)!important;color:var(--bg-app)!important;border-color:var(--accent)!important;font-weight:600}.trade-shell .trd-ticket-risk-edit-save:hover{filter:brightness(1.08)}.trade-shell .trd-ticket-risk-edit-reset{color:var(--loss)!important;border-color:rgba(232,48,95,.3)!important}.trade-shell .trd-ticket-strat-row{position:relative}.trade-shell .trd-ticket-strat-clear{background:transparent;border:none;padding:0;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint);cursor:pointer}.trade-shell .trd-ticket-strat-clear:hover{color:var(--loss)}.trade-shell .trd-ticket-strat-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 10px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-sans);font-size:12px;cursor:pointer;transition:border-color .12s,background .12s}.trade-shell .trd-ticket-strat-btn:hover{border-color:var(--border-default)}.trade-shell .trd-ticket-strat-btn.is-set{background:var(--surface-elevated);color:var(--text-primary)}.trade-shell .trd-ticket-strat-btn.is-open{border-color:var(--accent)}.trade-shell .trd-ticket-strat-btn-l{display:inline-flex;align-items:center;gap:8px;min-width:0}.trade-shell .trd-ticket-strat-dot{width:6px;height:6px;border-radius:999px;background:var(--accent);flex-shrink:0}.trade-shell .trd-ticket-strat-name{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-primary)}.trade-shell .trd-ticket-strat-placeholder{font-style:italic;color:var(--text-faint);font-size:11px}.trade-shell .trd-ticket-strat-caret{display:inline-flex;align-items:center;color:var(--text-faint);transition:transform .16s}.trade-shell .trd-ticket-strat-caret.is-open{transform:rotate(180deg);color:var(--accent)}.trade-shell .trd-ticket-strat-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:6px;display:flex;flex-direction:column;gap:1px;z-index:50;box-shadow:0 18px 48px rgba(0,0,0,.55)}.trade-shell .trd-ticket-strat-menu-eyebrow{padding:4px 8px 6px;font-family:var(--font-mono);font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-faint);border-bottom:1px solid var(--border-subtle);margin-bottom:4px}.trade-shell .trd-ticket-strat-opt{display:flex;align-items:center;gap:8px;padding:7px 8px;background:transparent;border:none;border-radius:var(--radius);color:var(--text-secondary);font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;text-align:left;cursor:pointer;transition:background .1s,color .1s}.trade-shell .trd-ticket-strat-opt:hover{background:var(--surface);color:var(--text-primary)}.trade-shell .trd-ticket-strat-opt.is-active{background:rgba(192,136,56,.1);color:var(--accent)}.trade-shell .trd-ticket-strat-opt-dot{width:5px;height:5px;border-radius:999px;background:var(--text-faint);flex-shrink:0}.trade-shell .trd-ticket-strat-opt.is-active .trd-ticket-strat-opt-dot,.trade-shell .trd-ticket-strat-opt:hover .trd-ticket-strat-opt-dot{background:var(--accent)}.trade-shell .trd-ticket-strat-opt-name{flex:1}.trade-shell .trd-ticket-strat-opt-check{display:inline-flex;align-items:center;color:var(--accent)}.trade-shell .trd-ticket-scaleout-row{flex-direction:row;align-items:center;gap:8px;padding:8px 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-ticket-scaleout-row .trd-ticket-label-aux{flex:1}.trade-shell .trd-ticket-toggle{width:32px;height:18px;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:999px;position:relative;padding:0}.trade-shell .trd-ticket-toggle.is-on{background:var(--accent);border-color:var(--accent)}.trade-shell .trd-ticket-toggle-knob{position:absolute;width:12px;height:12px;background:var(--text-primary);border-radius:999px;top:50%;left:3px;transform:translateY(-50%);transition:left .16s}.trade-shell .trd-ticket-toggle.is-on .trd-ticket-toggle-knob{left:17px;background:var(--bg-app)}.trade-shell .trd-ticket-est{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:6px}.trade-shell .trd-ticket-est-cell{display:flex;flex-direction:column;gap:4px}.trade-shell .trd-ticket-est-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-ticket-est-input{width:100%;height:34px;padding:0 8px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-mono);font-size:12px}.trade-shell .trd-ticket-est-input.profit{color:var(--profit);border-color:rgba(30,214,144,.25)}.trade-shell .trd-ticket-est-input{font-size:14px}.trade-shell .trd-ticket-est-input.loss{color:var(--loss);border-color:rgba(232,48,95,.25)}.trade-shell .trd-rr-bar{display:flex;flex-direction:column;gap:6px}.trade-shell .trd-rr-head{display:flex;justify-content:space-between;align-items:center}.trade-shell .trd-rr-head-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-rr-head-val{font-size:14px;color:var(--text-primary);font-weight:500}.trade-shell .trd-rr-track{display:flex;align-items:stretch;height:24px;border-radius:var(--radius-md);overflow:hidden;background:var(--surface);border:1px solid var(--border-subtle);position:relative;min-width:0}.trade-shell .trd-rr-reward{min-width:12%}.trade-shell .trd-rr-risk{background:rgba(232,48,95,.18);border-right:1px solid rgba(232,48,95,.4);display:flex;align-items:center;justify-content:center;padding:0 4px;min-width:12%;overflow:hidden}.trade-shell .trd-rr-risk-tag{font-size:10px;color:var(--loss);font-weight:500;white-space:nowrap}.trade-shell .trd-rr-marker{width:2px;background:var(--text-primary);z-index:2}.trade-shell .trd-rr-reward{background:rgba(30,214,144,.18);display:flex;align-items:center;justify-content:center;padding:0 6px;overflow:hidden}.trade-shell .trd-rr-reward-tag{font-size:10px;color:var(--profit);font-weight:500;white-space:nowrap}.trade-shell .trd-rr-axis{display:flex;justify-content:space-between;font-size:9px;color:var(--text-faint);letter-spacing:.08em}.trade-shell .trd-rr-axis-l{color:var(--loss)}.trade-shell .trd-rr-axis-m{color:var(--text-tertiary)}.trade-shell .trd-rr-axis-r{color:var(--profit)}.trade-shell .trd-edge-inline{display:flex;gap:10px;padding:10px 12px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.trade-shell .trd-edge-inline.is-aligned{border-color:rgba(30,214,144,.25)}.trade-shell .trd-edge-inline.is-against{border-color:rgba(237,180,52,.25)}.trade-shell .trd-edge-inline-l{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.trade-shell .trd-edge-inline-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-edge-inline-stats{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-primary);flex-wrap:wrap;row-gap:2px}.trade-shell .trd-edge-inline-dot{width:3px;height:3px;border-radius:999px;background:var(--text-faint)}.trade-shell .trd-edge-inline-meta{font-size:10px;color:var(--text-tertiary);display:flex;gap:6px;flex-wrap:wrap}.trade-shell .trd-ticket-status{display:flex;align-items:center;flex-wrap:wrap;row-gap:2px;gap:8px;padding:8px 10px;border-radius:var(--radius-sm);font-size:11px;line-height:1.3;border:1px solid transparent}.trade-shell .trd-ticket-status-fail{background:rgba(232,48,95,.08);border-color:rgba(232,48,95,.35);color:var(--loss)}.trade-shell .trd-ticket-status-warn{background:rgba(237,180,52,.08);border-color:rgba(237,180,52,.3);color:var(--warning)}.trade-shell .trd-ticket-status-icon{display:grid;place-items:center;flex-shrink:0}.trade-shell .trd-ticket-status-msg{flex:1 1 auto;min-width:0}.trade-shell .trd-ticket-status-detail{flex:1 1 100%;min-width:0;padding-left:19px;font-size:10px;opacity:.75;text-transform:uppercase;letter-spacing:.05em}.trade-shell .trd-ticket-compute{border-top:1px solid var(--border-subtle);padding-top:8px;display:flex;flex-direction:column;gap:4px}.trade-shell .trd-ticket-compute-row{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px;color:var(--text-tertiary);white-space:nowrap}.trade-shell .trd-ticket-compute-row>span:first-child{flex-shrink:0}.trade-shell .trd-ticket-compute-row>span:last-child{text-align:right;flex-shrink:0}.trade-shell .trd-ticket-compute-row span:last-child{color:var(--text-primary)}.trade-shell .trd-ticket-compute-row .loss{color:var(--loss)!important}.trade-shell .trd-ticket-tag-mini{font-family:var(--font-mono);font-size:8px;letter-spacing:.14em;background:var(--surface-elevated);padding:1px 4px;border-radius:2px;color:var(--text-faint);margin-left:4px}.trade-shell .trd-ticket-cta{margin-top:4px;height:44px;border:0;border-radius:var(--radius-pill);font-size:13px;font-weight:600;color:#ffffff;background:var(--profit);display:inline-flex;align-items:center;justify-content:center;gap:6px}.trade-shell .trd-ticket-cta.short{background:var(--loss);color:#ffffff}.trade-shell .trd-ticket-cta.is-blocked{background:var(--surface-elevated);color:var(--text-tertiary);cursor:not-allowed;border:1px solid var(--border-subtle)}.trade-shell .trd-ticket-cta-foot{text-align:center;font-size:10px;color:var(--text-tertiary)}.trade-shell .trd-bottom-card{border-radius:0;border:0;background:var(--bg-app);display:flex;flex-direction:column;border-top:1px solid var(--border-subtle)}.trade-shell .trd-bottom-tabs{display:flex;align-items:center;gap:0;padding:0 12px;border-bottom:1px solid var(--border-subtle);overflow-x:auto;flex-shrink:0}.trade-shell .trd-bottom-tabs button{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;background:transparent;border:0;color:var(--text-tertiary);font-size:12px;font-weight:500;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}.trade-shell .trd-bottom-tabs button.is-active{color:var(--text-primary);border-bottom-color:var(--accent)}.trade-shell .trd-bottom-tab-count{font-size:10px;padding:1px 6px;background:var(--surface-elevated);border-radius:999px;color:var(--text-tertiary)}.trade-shell .trd-bottom-spacer{flex:1}.trade-shell .trd-bottom-filter{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:transparent;border:1px solid transparent;border-radius:var(--radius-md);color:var(--text-tertiary);font-size:11px}.trade-shell .trd-bottom-filter:hover{color:var(--text-primary);border-color:var(--border-subtle)}.trade-shell .trd-bottom-body{padding:0}.trade-shell .trd-bottom-empty{padding:60px 20px;text-align:center;color:var(--text-faint);font-size:12px;font-family:var(--font-mono);letter-spacing:.04em}.trade-shell .trd-positions-table{display:flex;flex-direction:column;min-width:0}.trade-shell .trd-positions-head,.trade-shell .trd-positions-row{display:grid;grid-template-columns:minmax(70px,.7fr) minmax(50px,.5fr) minmax(60px,.6fr) minmax(70px,.7fr) minmax(70px,.7fr) minmax(80px,.8fr) minmax(110px,1.1fr) minmax(80px,.8fr) minmax(120px,1.4fr) minmax(90px,.9fr) minmax(46px,.45fr) minmax(120px,1.2fr);gap:8px;padding:9px 14px;align-items:center;font-size:12px}.trade-shell .trd-tpsl-cell{position:relative;display:inline-flex;flex-direction:column;gap:1px;padding:2px 4px 2px 0;background:transparent;border:0;cursor:pointer;text-align:left;font:inherit;color:inherit;border-radius:var(--radius-card);transition:background .12s}.trade-shell .trd-tpsl-cell:hover{background:rgba(255,255,255,.025)}.trade-shell .trd-tpsl-cell:focus-visible{outline:1px solid var(--text-tertiary);outline-offset:1px}.trade-shell .trd-tpsl-row{display:inline-flex;align-items:baseline;gap:6px;line-height:1.15}.trade-shell .trd-tpsl-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.12em;color:var(--text-faint);width:14px}.trade-shell .trd-tpsl-px{font-size:11px;font-weight:500}.trade-shell .trd-tpsl-edit-icon{position:absolute;top:2px;right:2px;font-size:9px;color:var(--text-faint);opacity:0;transition:opacity .12s}.trade-shell .trd-tpsl-cell:hover .trd-tpsl-edit-icon{opacity:.7}.trade-shell .trd-positions-head{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-positions-row{border-bottom:1px solid #131313}.trade-shell .trd-positions-row:hover{background:var(--surface)}.trade-shell .trd-positions-coin{display:flex;align-items:center;gap:6px}.trade-shell .trd-positions-coin-name{font-weight:600;color:var(--text-primary)}.trade-shell .trd-positions-coin-lev{font-size:9px;padding:1px 5px;background:rgba(237,180,52,.1);color:var(--warning);border-radius:2px}.trade-shell .trd-positions-side{display:inline-block;padding:2px 8px;border-radius:2px;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.trade-shell .trd-positions-side.long{background:rgba(30,214,144,.15);color:var(--profit)}.trade-shell .trd-positions-side.short{background:rgba(232,48,95,.15);color:var(--loss)}.trade-shell .trd-positions-roe{font-size:10px;color:var(--text-tertiary);margin-left:4px}.trade-shell .trd-positions-tags{display:inline-flex;gap:4px;flex-wrap:wrap}.trade-shell .trd-positions-tag{display:inline-block;padding:1px 6px;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:2px;font-size:9px;letter-spacing:.06em;color:var(--text-tertiary)}.trade-shell .trd-positions-pnlcell{display:flex;flex-direction:column;gap:3px}.trade-shell .trd-positions-pnlrow{display:flex;align-items:baseline;gap:5px}.trade-shell .trd-positions-pnl-lbl{font-family:var(--font-mono);font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-positions-locked{display:inline-flex;align-items:baseline;gap:5px;align-self:flex-start;padding:1px 6px 1px 5px;border-radius:2px}.trade-shell .trd-positions-locked.is-profit{background:rgba(30,214,144,.12);border:1px solid rgba(30,214,144,.25)}.trade-shell .trd-positions-locked.is-loss{background:rgba(232,48,95,.12);border:1px solid rgba(232,48,95,.25)}.trade-shell .trd-positions-locked .trd-positions-pnl-lbl.is-locked{color:inherit;opacity:.75}.trade-shell .trd-positions-locked.is-profit{color:var(--profit)}.trade-shell .trd-positions-locked.is-loss{color:var(--loss)}.trade-shell .trd-positions-locked-val{font-size:11px;font-weight:600}.trade-shell .trd-posstrat{position:relative;display:inline-block}.trade-shell .trd-posstrat-btn{display:inline-flex;align-items:center;gap:5px;height:20px;padding:0 7px;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:2px;font-size:10px;letter-spacing:.02em;color:var(--text-tertiary);white-space:nowrap}.trade-shell .trd-posstrat-btn:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-posstrat-btn.is-set{color:var(--text-secondary)}.trade-shell .trd-posstrat-btn.is-open{border-color:var(--border-default);color:var(--text-primary)}.trade-shell .trd-posstrat-name{max-width:110px;overflow:hidden;text-overflow:ellipsis}.trade-shell .trd-posstrat-grade{font-family:var(--font-mono);font-size:9px;font-weight:700;padding:0 4px;border-radius:2px}.trade-shell .trd-posstrat-grade.is-a{background:rgba(30,214,144,.15);color:var(--profit)}.trade-shell .trd-posstrat-grade.is-b{background:rgba(237,180,52,.15);color:var(--warning)}.trade-shell .trd-posstrat-grade.is-c{background:rgba(232,48,95,.15);color:var(--loss)}.trade-shell .trd-positions-time{color:var(--text-tertiary);font-size:10px}.trade-shell .trd-positions-close-btn{height:22px;padding:0 10px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-secondary);font-size:10px;letter-spacing:.04em}.trade-shell .trd-positions-close-btn:hover{background:rgba(232,48,95,.1);color:var(--loss);border-color:rgba(232,48,95,.3)}.trade-shell .trd-positions-actions{display:flex;align-items:center;gap:6px}.trade-shell .trd-positions-share-btn{display:inline-flex;align-items:center;gap:5px;height:22px;padding:0 9px;background:transparent;border:1px solid var(--border-subtle);border-radius:var(--radius-card);color:var(--text-secondary);font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.trade-shell .trd-positions-share-btn:hover{background:var(--surface-elevated);color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-positions-livecell{min-width:0;padding-right:8px}.trade-shell .trd-positions-risk{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono)}.trade-shell .trd-positions-risk-pct{font-size:11px;font-weight:500}.trade-shell .trd-positions-risk-tag{display:inline-flex;align-items:center;height:14px;padding:0 5px;border-radius:2px;font-family:var(--font-mono);font-size:8.5px;font-weight:600;letter-spacing:.1em}.trade-shell .trd-positions-risk-ok .trd-positions-risk-pct{color:var(--text-secondary)}.trade-shell .trd-positions-risk-caution .trd-positions-risk-pct{color:var(--warning)}.trade-shell .trd-positions-risk-tag.is-caution{background:rgba(237,180,52,.12);color:var(--warning);border:1px solid rgba(237,180,52,.25)}.trade-shell .trd-positions-risk-tilt .trd-positions-risk-pct{color:var(--loss)}.trade-shell .trd-positions-risk-tilt .trd-positions-risk-tag{background:rgba(232,48,95,.14);color:var(--loss);border:1px solid rgba(232,48,95,.3);animation:trd-positions-risk-pulse 2.6s ease-in-out infinite}@keyframes trd-positions-risk-pulse{0%,to{box-shadow:0 0 0 0 rgba(232,48,95,0)}50%{box-shadow:0 0 0 3px rgba(232,48,95,.1)}}.trade-shell .trd-livebar{display:flex;flex-direction:column;gap:10px;min-width:0;padding:6px 0;width:100%;cursor:default}.trade-shell .trd-livebar-track{position:relative;height:5px;background:var(--surface-elevated);border-radius:999px}.trade-shell .trd-livebar-zone{position:absolute;top:0;bottom:0;border-radius:inherit}.trade-shell .trd-livebar-zone-loss{background:rgba(232,48,95,.1)}.trade-shell .trd-livebar-zone-profit{background:rgba(76,175,80,.1)}.trade-shell .trd-livebar-fill{position:absolute;top:0;bottom:0;border-radius:999px;transition:left .6s cubic-bezier(.16,1,.3,1),width .6s cubic-bezier(.16,1,.3,1),background .2s ease;opacity:.85}.trade-shell .trd-livebar-tick{position:absolute;top:-2px;bottom:-2px;width:1px;transform:translateX(-50%);pointer-events:none}.trade-shell .trd-livebar-tick-sl{background:var(--loss);width:2px;opacity:.9;left:0;transform:none;border-radius:1px}.trade-shell .trd-livebar-tick-tp{background:var(--profit);width:2px;opacity:.9;left:auto;right:0;transform:none;border-radius:1px}.trade-shell .trd-livebar-tick-entry{background:var(--text-secondary);width:1px;opacity:.7}.trade-shell .trd-livebar-mark{position:absolute;top:50%;width:8px;height:8px;background:var(--mark-color,var(--text-primary));border:1.5px solid var(--bg-app,#080808);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px var(--mark-color,var(--text-primary)),0 0 6px var(--mark-color,var(--text-primary));pointer-events:none}.trade-shell .trd-livebar-readout{font-size:9.5px;letter-spacing:.02em;line-height:1;color:var(--text-tertiary)}.trade-shell .trd-livebar-tp-tick{position:absolute;top:50%;width:2px;height:9px;transform:translate(-50%,-50%);border-radius:1px;pointer-events:auto;cursor:help;transition:background .2s ease,border-color .2s ease,height .2s ease}.trade-shell .trd-livebar-tp-tick.is-pending{background:transparent;border:1px solid color-mix(in oklab,var(--profit) 60%,transparent)}.trade-shell .trd-livebar-tp-tick.is-filled{background:var(--profit);height:11px;box-shadow:0 0 4px color-mix(in oklab,var(--profit) 60%,transparent)}.trade-shell .trd-livebar-tp-tick:hover{height:12px;background:var(--profit)}.trade-shell .trd-livebar-fill{z-index:1}.trade-shell .trd-livebar-tp-tick{z-index:2}.trade-shell .trd-livebar-mark{z-index:4}.trade-shell .trd-livebar-tick-entry,.trade-shell .trd-livebar-tick-sl,.trade-shell .trd-livebar-tick-tp{z-index:3}.trade-shell .trd-livebar{position:relative}.trade-shell .trd-livebar-pop{position:absolute;bottom:calc(100% + 8px);left:0;z-index:50;min-width:260px;max-width:320px;padding:10px 12px;background:rgba(10,10,10,.97);border:1px solid var(--border-default,#2a2a2a);border-radius:6px;box-shadow:0 14px 32px rgba(0,0,0,.65),inset 0 0 0 1px rgba(255,255,255,.02);pointer-events:none;animation:trd-livebar-pop-in .14s cubic-bezier(.16,1,.3,1)}@keyframes trd-livebar-pop-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.trade-shell .trd-livebar-pop-head{display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.04);margin-bottom:6px}.trade-shell .trd-livebar-pop-sym{font-size:11px;color:var(--text-primary);font-weight:600}.trade-shell .trd-livebar-pop-side{font-size:9px;letter-spacing:.1em;padding:1px 5px;border-radius:2px;font-weight:600}.trade-shell .trd-livebar-pop-side.long{color:var(--profit);border:1px solid color-mix(in oklab,var(--profit) 35%,transparent);background:color-mix(in oklab,var(--profit) 10%,transparent)}.trade-shell .trd-livebar-pop-side.short{color:var(--loss);border:1px solid color-mix(in oklab,var(--loss) 35%,transparent);background:color-mix(in oklab,var(--loss) 10%,transparent)}.trade-shell .trd-livebar-pop-meta{margin-left:auto;font-size:10px;color:var(--text-tertiary)}.trade-shell .trd-livebar-pop-rows{display:grid;grid-template-columns:36px 1fr 56px auto;gap:4px 10px;font-size:11px;align-items:baseline}.trade-shell .trd-livebar-pop-row{display:contents}.trade-shell .trd-livebar-pop-row>*{padding:3px 0;border-bottom:1px dashed rgba(255,255,255,.025)}.trade-shell .trd-livebar-pop-row:last-child>*{border-bottom:none}.trade-shell .trd-livebar-pop-lbl{color:var(--text-tertiary);font-size:10px;letter-spacing:.04em}.trade-shell .trd-livebar-pop-px{color:var(--text-secondary)}.trade-shell .trd-livebar-pop-pct{text-align:right;font-size:10.5px;color:var(--text-tertiary)}.trade-shell .trd-livebar-pop-pct.profit{color:var(--profit)}.trade-shell .trd-livebar-pop-pct.loss{color:var(--loss)}.trade-shell .trd-livebar-pop-status{font-size:10px;color:var(--text-tertiary);white-space:nowrap}.trade-shell .trd-livebar-pop-row.is-sl .trd-livebar-pop-lbl,.trade-shell .trd-livebar-pop-row.is-sl .trd-livebar-pop-pct,.trade-shell .trd-livebar-pop-row.is-sl .trd-livebar-pop-status{color:var(--loss)}.trade-shell .trd-livebar-pop-row.is-entry .trd-livebar-pop-lbl{color:var(--text-secondary)}.trade-shell .trd-livebar-pop-row.is-mark .trd-livebar-pop-lbl{color:var(--text-primary);font-weight:600}.trade-shell .trd-livebar-pop-row.is-tp.is-filled .trd-livebar-pop-px,.trade-shell .trd-livebar-pop-row.is-tp.is-filled .trd-livebar-pop-status{color:var(--profit);opacity:.85}.trade-shell .trd-livebar-pop-row.is-tp.is-next .trd-livebar-pop-lbl{color:var(--profit);font-weight:600}.trade-shell .trd-livebar-pop-row.is-tp.is-next .trd-livebar-pop-status{color:var(--profit);font-weight:500}.trade-shell .trd-pr-cell{display:flex;flex-direction:column;gap:3px}.trade-shell .trd-pr-bar{height:4px;background:var(--surface-elevated);border-radius:999px;overflow:hidden}.trade-shell .trd-pr-bar-mini{height:3px}.trade-shell .trd-pr-fill{height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.trade-shell .trd-pr-row{display:flex;align-items:baseline;gap:6px}.trade-shell .trd-pr-num{font-size:11px;font-weight:500}.trade-shell .trd-pr-detail{font-size:9px;color:var(--text-faint);letter-spacing:.02em}.trade-shell .trd-orders-head,.trade-shell .trd-orders-row{display:grid;grid-template-columns:minmax(80px,1fr) minmax(60px,.7fr) minmax(60px,.7fr) minmax(90px,1fr) minmax(70px,.8fr) minmax(110px,1.2fr) minmax(90px,1fr) minmax(60px,.7fr);gap:8px;padding:9px 14px;align-items:center;font-size:12px}.trade-shell .trd-orders-head{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-orders-row{border-bottom:1px solid #131313}.trade-shell .trd-orders-row:hover{background:var(--surface)}.trade-shell .trd-orders-status{display:inline-block;padding:1px 6px;background:rgba(237,180,52,.12);color:var(--warning);border-radius:2px;font-family:var(--font-mono);font-size:9px;letter-spacing:.06em}.trade-shell .trd-orders-cancel{height:22px;padding:0 10px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-secondary);font-size:10px}.trade-shell .trd-orders-cancel:hover{color:var(--loss);border-color:rgba(232,48,95,.3)}.trade-shell .trd-closed-head,.trade-shell .trd-closed-row{display:grid;grid-template-columns:minmax(70px,.8fr) minmax(50px,.5fr) minmax(70px,.8fr) minmax(70px,.8fr) minmax(60px,.7fr) minmax(100px,1.1fr) minmax(100px,1.1fr) minmax(110px,1.2fr) minmax(50px,.5fr) minmax(70px,.8fr) minmax(80px,1.5fr);gap:8px;padding:8px 14px;align-items:center;font-size:11px}.trade-shell .trd-closed-head{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-closed-row{border-bottom:1px solid #131313}.trade-shell .trd-closed-row:hover{background:var(--surface)}.trade-shell .trd-closed-r-sep{color:var(--text-faint)}.trade-shell .trd-closed-adh-num{font-size:10px;margin-left:6px}.trade-shell .trd-closed-note{color:var(--text-tertiary);font-size:10px;line-height:1.4}.trade-shell .sidebar{background:#060606}.trade-shell .app-main{background:var(--bg-app)}.trade-shell .profit{color:var(--profit)}.trade-shell .loss{color:var(--loss)}.trade-shell .warning{color:var(--warning)}.trade-shell .float-canvas{background:var(--bg-app);background-image:radial-gradient(rgba(255,255,255,.025) 1px,transparent 0);background-size:20px 20px}.trade-shell .float-panel{background:var(--bg-app);border:1px solid var(--border-subtle);border-radius:6px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.3),0 4px 14px rgba(0,0,0,.18);transition:box-shadow .15s ease}.trade-shell .float-panel.is-dragging{box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.08);cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.trade-shell .float-panel.is-collapsed{height:36px!important}.trade-shell .float-panel-hd{display:flex;align-items:center;height:30px;padding:0 4px 0 6px;background:#0a0a0a;border-bottom:1px solid var(--border-subtle);cursor:grab;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.trade-shell .float-panel-hd:active{cursor:grabbing}.trade-shell .float-panel.is-collapsed .float-panel-hd{border-bottom:0}.trade-shell .float-panel-grip{display:flex;align-items:center;padding:4px 5px;color:var(--text-faint);border-radius:var(--radius-card);transition:color .12s,background .12s}.trade-shell .float-panel-hd:hover .float-panel-grip{color:var(--text-secondary);background:rgba(255,255,255,.04)}.trade-shell .float-panel-title{font:600 10.5px/1 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-left:6px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-shell .float-panel-min{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--text-faint);cursor:pointer;font-size:14px;line-height:1;border-radius:var(--radius-card);padding:0;margin-right:2px}.trade-shell .float-panel-min:hover{background:rgba(255,255,255,.06);color:var(--text-primary)}.trade-shell .float-panel-body{flex:1;min-height:0;overflow:auto;position:relative}.trade-shell .float-panel-resize-r{position:absolute;top:30px;right:0;bottom:8px;width:6px;cursor:ew-resize;z-index:5}.trade-shell .float-panel-resize-b{position:absolute;left:0;bottom:0;right:8px;height:6px;cursor:ns-resize;z-index:5}.trade-shell .float-panel-resize-c{position:absolute;right:0;bottom:0;width:12px;height:12px;cursor:nwse-resize;color:var(--text-faint);z-index:6;display:flex;align-items:flex-end;justify-content:flex-end;padding:1px}.trade-shell .float-panel-resize-c:hover{color:var(--text-secondary)}.trade-shell .float-panel-resize-b:hover,.trade-shell .float-panel-resize-r:hover{background:rgba(255,255,255,.04)}.trade-shell .float-panel .panel-chrome{border:0;box-shadow:none;height:100%}.trade-shell .float-panel .panel-chrome-corner,.trade-shell .float-panel .panel-chrome-edge,.trade-shell .float-panel .panel-chrome-toggle{display:none}.trade-shell .trd-ticket-tags-head{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:10px;border-top:1px solid var(--border-subtle)}.trade-shell .trd-ticket-tags-head-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary)}.trade-shell .trd-ticket-tags-head-aux{font-family:var(--font-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-ticket-grade-segs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.trade-shell .trd-ticket-grade-seg{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:8px 10px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-tertiary);cursor:pointer;transition:border-color .12s,background .12s,color .12s}.trade-shell .trd-ticket-grade-seg:hover{border-color:var(--border-default);color:var(--text-primary)}.trade-shell .trd-ticket-grade-letter{font-family:var(--font-serif);font-size:22px;line-height:1;font-weight:500}.trade-shell .trd-ticket-grade-label{font-size:10px;color:var(--text-faint);letter-spacing:.04em}.trade-shell .trd-ticket-grade-seg.is-a.is-active{background:rgba(95,190,122,.1);border-color:rgba(95,190,122,.45);color:var(--profit)}.trade-shell .trd-ticket-grade-seg.is-a.is-active .trd-ticket-grade-label,.trade-shell .trd-ticket-grade-seg.is-b.is-active .trd-ticket-grade-label,.trade-shell .trd-ticket-grade-seg.is-c.is-active .trd-ticket-grade-label{color:currentColor;opacity:.8}.trade-shell .trd-ticket-grade-seg.is-b.is-active{background:rgba(237,180,52,.1);border-color:rgba(237,180,52,.45);color:var(--warning)}.trade-shell .trd-ticket-grade-seg.is-c.is-active{background:rgba(232,48,95,.08);border-color:rgba(232,48,95,.4);color:var(--loss)}.trade-shell .trd-ptc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:200;animation:fade-in .14s ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.trade-shell .trd-ptc-modal{width:480px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);overflow-y:auto;padding:18px 18px 16px;background:var(--surface-elevated,#141414);border:1px solid var(--border-default);border-radius:var(--radius-lg,8px);box-shadow:0 24px 64px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.02);display:flex;flex-direction:column;gap:14px}.trade-shell .trd-ptc-head{display:flex;align-items:center;justify-content:space-between}.trade-shell .trd-ptc-head-l{display:flex;align-items:center;gap:10px}.trade-shell .trd-ptc-live-dot{width:8px;height:8px;border-radius:999px;animation:pulse-dot 1.6s ease-in-out infinite}.trade-shell .trd-ptc-live-dot.long{background:var(--profit);box-shadow:0 0 12px var(--profit)}.trade-shell .trd-ptc-live-dot.short{background:var(--loss);box-shadow:0 0 12px var(--loss)}.trade-shell .trd-ptc-eyebrow{font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--text-secondary)}.trade-shell .trd-ptc-side{font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;color:var(--text-primary);font-weight:600}.trade-shell .trd-ptc-close{width:24px;height:24px;display:grid;place-items:center;background:transparent;border:1px solid var(--border-subtle);border-radius:var(--radius-card);color:var(--text-tertiary);cursor:pointer}.trade-shell .trd-ptc-close:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-ptc-fill{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 12px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.trade-shell .trd-ptc-fill-cell{display:flex;flex-direction:column;gap:3px}.trade-shell .trd-ptc-fill-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-ptc-fill-val{font-size:13px;color:var(--text-primary);font-weight:500}.trade-shell .trd-ptc-fill-val.loss{color:var(--loss)}.trade-shell .trd-ptc-prompt-title{font-family:var(--font-serif);font-size:17px;letter-spacing:-.01em;color:var(--text-primary);line-height:1.25}.trade-shell .trd-ptc-prompt-sub{margin-top:4px;font-size:12px;line-height:1.45;color:var(--text-tertiary)}.trade-shell .trd-ptc-prompt-sub em{color:var(--text-secondary);font-style:italic}.trade-shell .trd-ptc-section{display:flex;flex-direction:column;gap:8px}.trade-shell .trd-ptc-section-head{display:flex;align-items:center;justify-content:space-between}.trade-shell .trd-ptc-section-lbl{font-size:10px;letter-spacing:.18em}.trade-shell .trd-ptc-clear,.trade-shell .trd-ptc-section-lbl{font-family:var(--font-mono);text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-ptc-clear{background:transparent;border:none;font-size:9px;letter-spacing:.16em;cursor:pointer}.trade-shell .trd-ptc-clear:hover{color:var(--loss)}.trade-shell .trd-ptc-strats{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.trade-shell .trd-ptc-strat{padding:7px 6px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-tertiary);font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;cursor:pointer;transition:border-color .12s,color .12s,background .12s}.trade-shell .trd-ptc-strat:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-ptc-strat.is-active{background:var(--surface-elevated);border-color:var(--accent);color:var(--text-primary)}.trade-shell .trd-ptc-grades{display:flex;flex-direction:column;gap:6px}.trade-shell .trd-ptc-grade{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;text-align:left;transition:border-color .12s,background .12s}.trade-shell .trd-ptc-grade:hover{border-color:var(--border-default)}.trade-shell .trd-ptc-grade-letter{font-family:var(--font-serif);font-size:26px;line-height:1;font-weight:500;width:28px;text-align:center;color:var(--text-tertiary)}.trade-shell .trd-ptc-grade-meta{display:flex;flex-direction:column;gap:2px}.trade-shell .trd-ptc-grade-name{font-size:12px;color:var(--text-primary);font-weight:500}.trade-shell .trd-ptc-grade-hint{font-size:11px;color:var(--text-faint);line-height:1.35}.trade-shell .trd-ptc-grade.is-a.is-active{background:rgba(95,190,122,.08);border-color:rgba(95,190,122,.45)}.trade-shell .trd-ptc-grade.is-a.is-active .trd-ptc-grade-letter{color:var(--profit)}.trade-shell .trd-ptc-grade.is-b.is-active{background:rgba(237,180,52,.08);border-color:rgba(237,180,52,.45)}.trade-shell .trd-ptc-grade.is-b.is-active .trd-ptc-grade-letter{color:var(--warning)}.trade-shell .trd-ptc-grade.is-c.is-active{background:rgba(232,48,95,.06);border-color:rgba(232,48,95,.4)}.trade-shell .trd-ptc-grade.is-c.is-active .trd-ptc-grade-letter{color:var(--loss)}.trade-shell .trd-ptc-skip-warn{display:flex;gap:10px;padding:10px 12px;background:rgba(237,180,52,.06);border:1px solid rgba(237,180,52,.28);border-radius:var(--radius-md)}.trade-shell .trd-ptc-skip-warn-icon{flex-shrink:0;width:18px;height:18px;display:grid;place-items:center;background:rgba(237,180,52,.16);border-radius:999px;color:var(--warning)}.trade-shell .trd-ptc-skip-warn-msg{font-size:12px;color:var(--text-primary);line-height:1.4}.trade-shell .trd-ptc-skip-warn-msg strong{color:var(--warning);font-weight:600;letter-spacing:.02em}.trade-shell .trd-ptc-skip-warn-sub{margin-top:3px;font-size:11px;color:var(--text-tertiary);line-height:1.45}.trade-shell .trd-ptc-actions{display:flex;gap:8px;margin-top:2px}.trade-shell .trd-ptc-save-btn,.trade-shell .trd-ptc-skip-btn{flex:1;height:38px;border-radius:var(--radius-md);font-family:var(--font-sans);font-size:12px;font-weight:500;letter-spacing:.02em;cursor:pointer;transition:background .12s,border-color .12s,color .12s,opacity .12s}.trade-shell .trd-ptc-skip-btn{background:transparent;border:1px solid var(--border-subtle);color:var(--text-tertiary)}.trade-shell .trd-ptc-skip-btn:hover{color:var(--warning);border-color:rgba(237,180,52,.4)}.trade-shell .trd-ptc-save-btn{background:var(--accent);border:1px solid var(--accent);color:var(--bg-app)}.trade-shell .trd-ptc-save-btn:hover:not(:disabled){filter:brightness(1.05)}.trade-shell .trd-ptc-save-btn:disabled{opacity:.35;cursor:not-allowed}.trade-shell .trd-ticket-commit{position:relative;display:flex;flex-direction:column;gap:6px;margin-top:10px;padding:10px;border:1px dashed var(--border-subtle);border-radius:6px;background:rgba(255,255,255,.015)}.trade-shell .trd-ticket-commit-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary)}.trade-shell .trd-ticket-commit-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:8px;min-width:0}.trade-shell .trd-ticket-commit-strat{flex:1 1 50%;min-width:0;display:flex;align-items:center;gap:8px;padding:8px 10px;height:34px;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-card);color:var(--text-secondary);font-family:var(--font-sans);font-size:12px;cursor:pointer;transition:border-color .12s,background .12s,color .12s}.trade-shell .trd-ticket-commit-strat.is-set,.trade-shell .trd-ticket-commit-strat:hover{border-color:var(--border-default);color:var(--text-primary)}.trade-shell .trd-ticket-commit-strat.is-open{border-color:var(--text-tertiary);background:var(--surface-elevated-2,var(--surface-elevated))}.trade-shell .trd-ticket-commit-strat-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);flex-shrink:0}.trade-shell .trd-ticket-commit-strat-val{flex:1 1 auto;min-width:0;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.trade-shell .trd-ticket-commit-strat-placeholder{color:var(--text-tertiary);font-weight:400}.trade-shell .trd-ticket-commit-strat-default{color:var(--text-tertiary);font-weight:400;font-style:italic}.trade-shell .trd-ticket-commit-strat-caret{flex-shrink:0;color:var(--text-tertiary);transition:transform .16s ease}.trade-shell .trd-ticket-commit-strat.is-open .trd-ticket-commit-strat-caret{transform:rotate(180deg)}.trade-shell .trd-ticket-commit-grade{display:flex;align-items:center;gap:6px;padding:0 10px;height:34px;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-card);flex-shrink:0}.trade-shell .trd-ticket-commit-grade-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);margin-right:2px}.trade-shell .trd-ticket-commit-grade-seg{display:inline-flex;align-items:center;justify-content:center;width:24px;height:22px;padding:0;font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:0;background:transparent;border:1px solid var(--border-subtle);border-radius:var(--radius-pill);color:var(--text-tertiary);cursor:pointer;transition:border-color .12s,background .12s,color .12s}.trade-shell .trd-ticket-commit-grade-seg:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-ticket-commit-grade-seg.is-a.is-active{background:rgba(95,190,122,.14);border-color:rgba(95,190,122,.55);color:var(--profit)}.trade-shell .trd-ticket-commit-grade-seg.is-b.is-active{background:rgba(237,180,52,.14);border-color:rgba(237,180,52,.55);color:var(--warning)}.trade-shell .trd-ticket-commit-grade-seg.is-c.is-active{background:rgba(232,48,95,.1);border-color:rgba(232,48,95,.45);color:var(--loss)}.trade-shell .trd-ticket-commit-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;display:flex;flex-direction:column;gap:1px;padding:6px;background:var(--surface-elevated,#1a1a1a);border:1px solid var(--border-default);border-radius:6px;box-shadow:0 12px 32px rgba(0,0,0,.45);max-height:min(65vh,460px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3a3a3a transparent;scrollbar-gutter:stable}.trade-shell .trd-ticket-commit-menu::-webkit-scrollbar{width:6px}.trade-shell .trd-ticket-commit-menu::-webkit-scrollbar-track{background:transparent}.trade-shell .trd-ticket-commit-menu::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}.trade-shell .trd-ticket-commit-menu::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.trade-shell .trd-ticket-commit-menu-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);padding:6px 8px 4px}.trade-shell .trd-ticket-commit-menu-opt{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;background:transparent;border:0;border-radius:var(--radius-card);color:var(--text-secondary);font-size:12px;font-weight:500;cursor:pointer;text-align:left;transition:background .12s,color .12s}.trade-shell .trd-ticket-commit-menu-opt:hover{background:rgba(255,255,255,.04);color:var(--text-primary)}.trade-shell .trd-ticket-commit-menu-opt.is-active{background:rgba(255,255,255,.06);color:var(--text-primary)}.trade-shell .trd-ticket-commit-menu-opt-name{flex:1 1 auto;min-width:0}.trade-shell .trd-ticket-commit-menu-exp{display:flex;align-items:center;gap:8px;margin-top:4px;padding:8px 10px;background:transparent;border:0;border-top:1px solid var(--border-subtle);border-radius:0 0 var(--radius-card) var(--radius-card);color:var(--text-secondary);font-size:12px;font-weight:500;cursor:pointer;text-align:left;transition:background .12s,color .12s}.trade-shell .trd-ticket-commit-menu-exp:hover{background:rgba(255,255,255,.04);color:var(--text-primary)}.trade-shell .trd-ticket-commit-menu-exp.is-active{background:rgba(255,255,255,.06);color:var(--text-primary)}.trade-shell .trd-ticket-commit-menu-exp-name{flex-shrink:0}.trade-shell .trd-ticket-commit-menu-exp-hint{flex:1 1 auto;min-width:0;font-family:var(--font-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trade-shell .trd-rail-mid-dot{color:var(--text-faint);font-size:11px;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 2px;flex-shrink:0}.trade-shell .trd-rail-spacer{flex:1 1 auto;min-width:8px}.trade-shell .trd-rail-cell{display:inline-flex;align-items:center;gap:6px;padding:0 4px;position:relative}.trade-shell .trd-rail-cell .trd-rail-label{display:none}.trade-shell .trd-rail-tilt-cell{cursor:default}.trade-shell .trd-rail-tilt-tag{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:500}.trade-shell .trd-rail-tilt-num{font-family:var(--font-mono);font-size:12px;font-weight:500}.trade-shell .trd-rail-pnl-cell{gap:7px}.trade-shell .trd-rail-pnl-cell .trd-rail-val{font-family:var(--font-mono);font-size:12px;font-weight:500}.trade-shell .trd-rail-pnl-cell .trd-rail-val.profit{color:var(--profit)}.trade-shell .trd-rail-pnl-cell .trd-rail-val.loss{color:var(--loss)}.trade-shell .trd-rail-pnl-of{color:var(--text-faint);font-size:11px}.trade-shell .trd-rail-pnl-cap-num{font-family:var(--font-mono);font-size:11px;color:var(--text-tertiary)}.trade-shell .trd-rail-pnl-budget{display:inline-flex;align-items:center;gap:6px;cursor:help}.trade-shell .trd-rail-cap-track{width:64px;height:3px;border-radius:2px;background:rgba(255,255,255,.06);overflow:hidden;position:relative}.trade-shell .trd-rail-cap-fill{height:100%;border-radius:2px;transition:width .2s ease,background .2s ease}.trade-shell .trd-rail-pnl-cap{font-family:var(--font-mono);font-size:10px;font-weight:500}.trade-shell .trd-rail-pnl-eye{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;background:transparent;border:0;border-radius:var(--radius-card);color:var(--text-faint);cursor:pointer;transition:color .12s,background .12s}.trade-shell .trd-rail-pnl-eye:hover{color:var(--text-secondary);background:rgba(255,255,255,.04)}.trade-shell .trd-rail-risk-cell{text-decoration:none;cursor:pointer}.trade-shell .trd-rail-risk-cell:hover{background:rgba(255,255,255,.02);border-radius:var(--radius-card)}.trade-shell .trd-rail-risk-prefix{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary)}.trade-shell .trd-rail-risk-cell .trd-rail-val{font-family:var(--font-mono);font-size:12px;font-weight:500}.trade-shell .trd-rail-risk-pop{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);z-index:50;display:flex;flex-direction:column;gap:8px;padding:10px 12px;min-width:160px;background:var(--surface-elevated,#141414);border:1px solid var(--border-default);border-radius:6px;box-shadow:0 12px 32px rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .12s ease}.trade-shell .trd-rail-risk-cell:hover .trd-rail-risk-pop{opacity:1;pointer-events:auto}.trade-shell .trd-rail-risk-pop:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.trade-shell .trd-rail-risk-pop-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;color:var(--text-tertiary);white-space:nowrap}.trade-shell .trd-rail-risk-pop-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.trade-shell .trd-rail-risk-pop-wins{display:flex;gap:2px}.trade-shell .trd-rail-risk-pop-win{font-family:var(--font-mono);font-size:8px;letter-spacing:.08em;line-height:1;padding:3px 4px;border:0;border-radius:2px;background:transparent;color:var(--text-faint);cursor:pointer}.trade-shell .trd-rail-risk-pop-win:hover{color:var(--text-secondary);background:rgba(255,255,255,.05)}.trade-shell .trd-rail-risk-pop-win.is-active{color:var(--text-primary);background:rgba(255,255,255,.08)}.trade-shell .trd-rail-risk-pop-foot{font-size:9px;letter-spacing:.14em;color:var(--text-faint);text-transform:uppercase}.trade-shell .trd-rail-risk-pop-pools{display:flex;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:.1em;color:var(--text-tertiary);text-transform:uppercase;border-top:1px solid var(--border-subtle);padding-top:7px;white-space:nowrap}.trade-shell .trd-rail-risk-pop-pools .of{color:var(--text-faint)}.trade-shell .trd-rail-risk-cell>svg{display:none}.trade-shell .trd-rail-news{background:transparent!important;border:0!important;padding:2px 4px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;border-radius:var(--radius-card)!important;cursor:help;transition:background .12s}.trade-shell .trd-rail-news:hover{background:rgba(255,255,255,.03)!important}.trade-shell .trd-rail-news-dot{width:5px!important;height:5px!important;border-radius:50%!important;background:var(--text-tertiary)!important;box-shadow:none!important}.trade-shell .trd-rail-news-wrap.is-close .trd-rail-news-dot,.trade-shell .trd-rail-news-wrap.is-today .trd-rail-news-dot{background:var(--warning)!important}.trade-shell .trd-rail-news-wrap.is-imminent .trd-rail-news-dot{background:var(--loss)!important;animation:trd-rail-news-pulse 1.4s ease-in-out infinite}@keyframes trd-rail-news-pulse{0%,to{opacity:1}50%{opacity:.5}}.trade-shell .trd-rail-news-lbl{display:none!important}.trade-shell .trd-rail-news-title{font-family:var(--font-sans)!important;font-size:11px!important;font-weight:500!important;color:var(--text-secondary)!important;text-transform:none!important;letter-spacing:0!important}.trade-shell .trd-rail-news-eta{font-family:var(--font-mono)!important;font-size:11px!important;color:var(--text-tertiary)!important}.trade-shell .trd-rail-news-wrap.is-imminent .trd-rail-news-eta,.trade-shell .trd-rail-news-wrap.is-imminent .trd-rail-news-title{color:var(--loss)!important}.trade-shell .trd-rail-news-wrap.is-close .trd-rail-news-eta{color:var(--warning)!important}.trade-shell .trd-rail-news-viewall{opacity:1;transition:color .12s ease;font-family:var(--font-mono)!important;font-size:9px!important;letter-spacing:.14em!important;background:transparent!important;border:0!important;padding:2px 4px!important;color:var(--text-tertiary)!important}.trade-shell .trd-rail-news-viewall:hover{color:var(--text-primary)!important}.trade-shell .trd-rail-close,.trade-shell .trd-rail-collapse{width:18px;height:18px;padding:0;background:transparent;border:0;color:var(--text-faint);cursor:pointer;border-radius:var(--radius-card);display:inline-flex;align-items:center;justify-content:center}.trade-shell .trd-rail-close:hover,.trade-shell .trd-rail-collapse:hover{color:var(--text-secondary);background:rgba(255,255,255,.04)}.trade-shell .trd-rail-brand-gap{flex-shrink:0;width:28px}.trade-shell .trd-rail-brand+.trd-rail-brand-gap+.trd-rail-mid-dot{display:none}.trade-shell .trd-rail .trd-rail-xp,.trade-shell .trd-rail .xp-pill,.trade-shell .trd-rail [class*=xp-pill]{font-size:11px!important}.trade-shell .trd-rail .xp-pill-bar,.trade-shell .trd-rail [class*=xp-bar],.trade-shell .trd-rail [class*=xp-track]{width:40px!important;max-width:40px!important;height:3px!important}.trade-shell .trd-rail .xp-pill-lvl,.trade-shell .trd-rail [class*=xp-level],.trade-shell .trd-rail [class*=xp-lvl]{font-size:10px!important;letter-spacing:.06em!important}.trade-shell .trd-rail .xp-pill-gain,.trade-shell .trd-rail [class*=xp-gain],.trade-shell .trd-rail [class*=xp-today]{font-size:10px!important}.trade-shell .trd-rail .trd-xp-pill{min-width:0!important;max-width:320px!important;flex:0 0 320px!important}.trade-shell .trd-rail .trd-rail-mid-dot{display:none!important}.trade-shell .trd-rail-pill{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;height:30px;border-radius:6px;background:rgba(255,255,255,.02);border:1px solid var(--border-subtle);position:relative;white-space:nowrap;flex-shrink:0;text-decoration:none;color:inherit;transition:background .12s ease,border-color .12s ease}.trade-shell .trd-rail-pill+.trd-rail-pill{margin-left:6px}.trade-shell .trd-rail-pill:hover,.trade-shell a.trd-rail-pill:hover{background:rgba(255,255,255,.04);border-color:var(--border-default)}.trade-shell .trd-rail-pill-lbl{font-family:var(--font-mono);font-size:9px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint);flex-shrink:0}.trade-shell .trd-rail-pill-val{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--text-primary)}.trade-shell .trd-rail-news-pill,.trade-shell .trd-rail-pill.trd-rail-pnl-cell,.trade-shell .trd-rail-pill.trd-rail-risk-cell,.trade-shell .trd-rail-pill.trd-rail-tilt-cell{padding:5px 12px}.trade-shell .trd-rail-news-pill .trd-rail-news-wrap{padding:0!important;background:transparent!important;border:0!important}.trade-shell .trd-rail .trd-xp-pill{background:rgba(255,255,255,.02)!important;border:1px solid var(--border-subtle)!important;border-radius:6px!important;height:30px!important;padding:5px 12px!important;margin-left:6px}.trade-shell .trd-rail .trd-xp-pill:hover{background:rgba(255,255,255,.04)!important;border-color:var(--border-default)!important}.trade-shell .tile-layout{background:var(--bg-app)}.trade-shell .tile-pane{display:flex;flex-direction:column;background:var(--surface-card,var(--bg-app));border:1px solid var(--border-subtle);border-radius:6px;overflow:hidden;min-width:0;min-height:0;transition:box-shadow .16s ease,border-color .16s ease}.trade-shell .tile-pane.is-collapsed{border-radius:6px}.trade-shell .tile-pane-hd{flex:0 0 32px;height:32px;display:flex;align-items:center;gap:8px;padding:0 8px 0 6px;border-bottom:1px solid var(--border-subtle);background:var(--surface-elevated,rgba(255,255,255,.02));cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-wrap:nowrap;white-space:nowrap;min-width:0}.trade-shell .tile-pane.is-locked .tile-pane-hd{cursor:default}.trade-shell .tile-pane-hd:active{cursor:grabbing}.trade-shell .tile-pane-grip{flex:0 0 auto;font-size:10px;letter-spacing:-1px;color:var(--text-tertiary);line-height:1;padding:0 2px;opacity:.55;transition:opacity .12s}.trade-shell .tile-pane-hd:hover .tile-pane-grip{opacity:1}.trade-shell .tile-pane-title{flex:1 1 auto;min-width:0;font-family:var(--font-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-shell .tile-pane-title-slot{flex:1 1 auto;min-width:0;display:flex;align-items:stretch;align-self:stretch;overflow:hidden}.trade-shell .tile-pane-min{flex:0 0 auto;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:var(--radius-card);color:var(--text-tertiary);font-size:14px;line-height:1;cursor:pointer;padding:0;transition:color .12s,border-color .12s,background .12s}.trade-shell .tile-pane-min:hover{color:var(--text-primary);border-color:var(--border-subtle);background:rgba(255,255,255,.04)}.trade-shell .tile-pane-body{flex:1 1 auto;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.trade-shell .tile-pane-body>.card,.trade-shell .tile-pane-body>.trd-bottom-card,.trade-shell .tile-pane-body>.trd-chart-card{flex:1 1 auto;min-height:0;border:0;border-radius:0;background:transparent}.trade-shell .tile-gutter{background:transparent;transition:background .12s ease}.trade-shell .tile-gutter.is-active{cursor:col-resize}.trade-shell .tile-gutter.is-active.is-col{cursor:row-resize}.trade-shell .tile-gutter.is-active:hover{background:var(--border-subtle)}.trade-shell .tile-gutter.is-static{pointer-events:none}.trade-shell .tile-layout-reset{position:absolute;bottom:8px;right:10px;z-index:6;padding:4px 9px;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-card);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .16s ease,color .12s,border-color .12s}.trade-shell .tile-layout:hover .tile-layout-reset{opacity:.55;pointer-events:auto}.trade-shell .tile-layout-reset:hover{opacity:1;color:var(--text-primary);border-color:var(--text-tertiary)}body.tile-dragging,body.tile-dragging *{cursor:grabbing!important}.trade-shell .tile-dock-overlay{pointer-events:none}.trade-shell .tile-dock-target{border:1px dashed rgba(255,255,255,.08);border-radius:6px;pointer-events:auto}.trade-shell .tile-dock-zone{background:rgba(74,158,255,.1);border:1px solid rgba(74,158,255,.35);pointer-events:auto;transition:background .12s}.trade-shell .tile-dock-active{background:rgba(74,158,255,.2);border:2px solid var(--accent,#4a9eff);border-radius:6px;pointer-events:none}.trade-shell .tile-dock-ghost{pointer-events:none;background:rgba(20,20,22,.9);border:1px solid var(--accent,#4a9eff);border-radius:6px;box-shadow:0 12px 40px rgba(0,0,0,.5);display:flex;align-items:center;gap:8px;padding:0 12px;height:32px;font-family:var(--font-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-primary)}.trade-shell .tile-dock-ghost-grip{color:var(--text-tertiary);font-size:10px;letter-spacing:-1px}.trade-shell .tile-dock-ghost-title{color:var(--text-primary)}.trade-shell .ticket-tabs-strip{display:flex;align-items:stretch;gap:0;height:100%;flex:1 1 auto;min-width:0}.trade-shell .ticket-tabs-tab{flex:1 1 0;min-width:0;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-bottom:1px solid transparent;color:var(--text-tertiary);font-family:var(--font-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .12s ease,border-color .12s ease,background .12s ease}.trade-shell .ticket-tabs-tab:hover{color:var(--text-secondary);background:rgba(255,255,255,.02)}.trade-shell .ticket-tabs-tab.is-active{color:var(--text-primary);border-bottom-color:var(--accent,#4a9eff)}.trade-shell .ticket-tabs-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.trade-shell .ticket-tabs-body>.card,.trade-shell .ticket-tabs-body>.trd-ticket{flex:1 1 auto;min-height:0;border:0;border-radius:0;background:transparent}.trade-shell .trd-account-panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:18px;padding:16px 18px;overflow-y:auto;font-family:var(--font-sans)}.trade-shell .trd-account-section{display:flex;flex-direction:column;gap:2px}.trade-shell .trd-account-section-hd{font-family:var(--font-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);padding-bottom:8px;margin-bottom:4px;border-bottom:1px solid var(--border-subtle)}.trade-shell .trd-account-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.03)}.trade-shell .trd-account-row:last-child{border-bottom:0}.trade-shell .trd-account-lbl{font-size:12px;color:var(--text-secondary);letter-spacing:.01em;cursor:help}.trade-shell .trd-account-val{font-size:13px;color:var(--text-primary);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.trade-shell .trd-account-val.profit{color:var(--profit,#4ade80)}.trade-shell .trd-account-val.loss{color:var(--loss,#ef4444)}.trade-shell .trd-account-ratio{display:inline-flex;align-items:center;gap:8px}.trade-shell .trd-account-arc{width:12px;height:12px;border-radius:50%;border:2px solid var(--text-tertiary);border-top:2px solid transparent;display:inline-block}.trade-shell .trd-account-arc.is-safe{border-color:var(--profit,#4ade80);border-top-color:transparent}.trade-shell .trd-account-arc.is-warn{border-color:var(--warning,#fbbf24);border-top-color:transparent}.trade-shell .trd-account-arc.is-danger{border-color:var(--loss,#ef4444);border-top-color:transparent}.trade-shell .trd-account-ratio .safe{color:var(--profit,#4ade80)}.trade-shell .trd-account-ratio .warn{color:var(--warning,#fbbf24)}.trade-shell .trd-account-ratio .danger{color:var(--loss,#ef4444)}.trade-shell .panel-chrome{position:relative;display:flex;flex-direction:column;min-height:0;transition:height .2s ease,min-height .2s ease,max-height .2s ease}.trade-shell .panel-chrome>:not(.panel-chrome-toggle):not(.panel-chrome-edge):not(.panel-chrome-corner):not(.panel-chrome-ghost){flex:1;min-height:0}.trade-shell .panel-chrome.is-collapsed>:not(.panel-chrome-toggle):not(.panel-chrome-edge):not(.panel-chrome-corner):not(.panel-chrome-ghost){opacity:0;pointer-events:none}.trade-shell .panel-chrome.is-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.trade-shell .panel-chrome-toggle{position:absolute;top:8px;right:8px;z-index:5;width:22px;height:22px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-card);color:var(--text-tertiary);font-family:var(--font-mono);font-size:14px;font-weight:500;line-height:1;padding:0;cursor:pointer;transition:color .12s,border-color .12s,background .12s}.trade-shell .panel-chrome-toggle:hover{color:var(--text-primary);border-color:var(--border-default);background:var(--surface-elevated)}.trade-shell .panel-chrome.is-collapsed .panel-chrome-toggle{background:var(--surface-elevated);color:var(--text-secondary)}.trade-shell .panel-chrome-edge{position:absolute;left:12px;right:12px;bottom:0;height:6px;cursor:ns-resize;z-index:4}.trade-shell .panel-chrome-edge:before{content:"";position:absolute;left:50%;bottom:2px;width:28px;height:2px;background:var(--border-default);border-radius:999px;transform:translateX(-50%);opacity:0;transition:opacity .12s}.trade-shell .panel-chrome.is-dragging .panel-chrome-edge:before,.trade-shell .panel-chrome:hover .panel-chrome-edge:before{opacity:1}.trade-shell .panel-chrome-corner{position:absolute;right:0;bottom:0;width:14px;height:14px;cursor:nwse-resize;z-index:5;color:var(--text-faint);display:grid;place-items:end end;padding:2px;opacity:.5;transition:opacity .12s,color .12s}.trade-shell .panel-chrome.is-dragging .panel-chrome-corner,.trade-shell .panel-chrome:hover .panel-chrome-corner{opacity:1;color:var(--text-secondary)}.trade-shell .panel-chrome-corner:hover{color:var(--accent)}.trade-shell .panel-chrome-ghost{position:absolute;top:0;left:0;pointer-events:none;border:1px dashed var(--accent);border-radius:var(--radius-lg);background:rgba(255,255,255,.02);z-index:10}.trade-shell .panel-chrome-ghost-label{position:absolute;bottom:6px;right:8px;font-size:10px;color:var(--accent);background:var(--bg-app);padding:2px 6px;border-radius:var(--radius-card);border:1px solid var(--border-default);letter-spacing:.04em}.trade-shell .trade-grid-chart .panel-chrome{flex:1}.trade-shell .trd-rail-hidden-tab{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:18px;background:var(--bg-app);border:0;border-bottom:1px solid var(--border-subtle);color:var(--text-faint);font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:color .12s,background .12s}.trade-shell .trd-rail-hidden-tab:hover{color:var(--text-secondary);background:var(--surface)}.trade-shell .trd-rail-hidden-tab .chev{width:8px;height:8px;display:inline-grid;place-items:center;opacity:.7}.trade-shell .trd-rail-close{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:transparent;border:1px solid transparent;border-radius:var(--radius-card);color:var(--text-tertiary);font-family:var(--font-mono);font-size:14px;line-height:1;padding:0;cursor:pointer;margin-left:4px;transition:color .12s,border-color .12s,background .12s}.trade-shell .trd-rail-close:hover{color:var(--loss);border-color:rgba(232,48,95,.3);background:rgba(232,48,95,.06)}.trade-shell .trd-livebar-readout.toward-tp{text-align:left}.trade-shell .trd-livebar-readout.toward-sl{text-align:right}.trade-shell .trd-wallet-pill{gap:6px}.trade-shell .trd-wallet-addr{transition:filter .16s ease,color .16s ease}.trade-shell .trd-wallet-pill.is-hidden .trd-wallet-addr{filter:blur(5px);color:var(--text-tertiary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.trade-shell .trd-wallet-eye{display:inline-flex;align-items:center;justify-content:center;color:var(--text-tertiary);margin-left:2px;opacity:.7;transition:opacity .12s ease,color .12s ease}.trade-shell .trd-wallet-pill:hover .trd-wallet-eye{opacity:1;color:var(--text-secondary)}.trade-shell .trd-wallet-pill.is-hidden .trd-wallet-eye{opacity:1;color:var(--warning)}.trade-shell .trd-rail-val.is-blurred{color:var(--text-tertiary)!important}.trade-shell .trd-rail-budget-pop-meter.is-blurred,.trade-shell .trd-rail-budget-pop-num.is-blurred,.trade-shell .trd-rail-budget-pop-val.is-blurred,.trade-shell .trd-rail-pnl-budget.is-blurred,.trade-shell .trd-rail-pnl-cell.is-pnl-hidden>:not(.trd-rail-pnl-eye):not(.trd-rail-pill-lbl),.trade-shell .trd-rail-val.is-blurred{filter:blur(7px);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:filter .16s ease}body[data-hdr-athena=off] .trd-rail-athena,body[data-hdr-budget=off] .trd-rail-budget-cell,body[data-hdr-budget=off] .trd-rail-budget-cell+.trd-rail-sep,body[data-hdr-budget=off] .trd-rail-pnl-budget,body[data-hdr-deposit=off] .trd-header-r .pill-btn:first-of-type,body[data-hdr-deposit=off] .trd-header-r .pill-btn:nth-of-type(2),body[data-hdr-news=off] .trd-rail-news-wrap,body[data-hdr-news=off] .trd-rail-news-wrap+.trd-rail-sep,body[data-hdr-perps=off] .trd-header-r .pill-btn:nth-of-type(3),body[data-hdr-pnl=off] .trd-rail-pnl-cell,body[data-hdr-pnl=off] .trd-rail-pnl-cell+.trd-rail-sep,body[data-hdr-risk=off] .trd-rail-risk-cell,body[data-hdr-risk=off] .trd-rail-risk-cell+.trd-rail-sep,body[data-hdr-tilt=off] .trd-rail-tilt-cell,body[data-hdr-tilt=off] .trd-rail-tilt-cell+.trd-rail-sep,body[data-hdr-wallet=off] .trd-wallet-pill{display:none!important}.trade-shell .trd-hdr-settings-wrap{position:relative}.trade-shell .trd-hdr-settings-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border-subtle);border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:color .12s ease,border-color .12s ease,background .12s ease}.trade-shell .trd-hdr-settings-btn:hover,.trade-shell .trd-hdr-settings-btn[aria-expanded=true]{color:var(--text-primary);border-color:var(--border-strong);background:var(--surface)}.trade-shell .trd-hdr-settings-pop{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#0d0d0d;border:1px solid var(--border-strong);border-radius:6px;box-shadow:0 18px 48px -12px rgba(0,0,0,.85),0 4px 12px rgba(0,0,0,.6);z-index:1000;padding:6px;animation:trdHdrSettingsPop .12s ease}@keyframes trdHdrSettingsPop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.trade-shell .trd-hdr-settings-eyebrow{font-size:10px;font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-tertiary);text-transform:uppercase;padding:10px 10px 6px}.trade-shell .trd-hdr-settings-divider{height:1px;background:var(--border-subtle);margin:6px 4px}.trade-shell .trd-hdr-settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .1s ease}.trade-shell .trd-hdr-settings-row:hover{background:var(--surface)}.trade-shell .trd-hdr-settings-row-lbl{font-size:13px;color:var(--text-primary)}.trade-shell .trd-hdr-settings-row-action{font:600 14px/1 var(--font-mono);color:var(--text-faint);width:26px;height:16px;display:inline-flex;align-items:center;justify-content:center}.trade-shell .trd-hdr-settings-row:hover .trd-hdr-settings-row-action{color:var(--text-primary)}.trade-shell .trd-hdr-settings-switch{width:28px;height:16px;background:#1a1a1a;border:1px solid var(--border-subtle);border-radius:999px;position:relative;flex-shrink:0;transition:background .12s ease,border-color .12s ease}.trade-shell .trd-hdr-settings-switch:after{content:"";position:absolute;top:1px;left:1px;width:12px;height:12px;border-radius:50%;background:var(--text-tertiary);transition:transform .14s ease,background .14s ease}.trade-shell .trd-hdr-settings-row[data-on=true] .trd-hdr-settings-switch{background:var(--accent);border-color:var(--accent)}.trade-shell .trd-hdr-settings-row[data-on=true] .trd-hdr-settings-switch:after{transform:translateX(12px);background:#060606}.trade-shell .trd-hdr-settings-foot{display:flex;gap:6px;padding:6px 4px 2px}.trade-shell .trd-hdr-settings-foot-btn{flex:1;background:transparent;border:1px solid var(--border-subtle);border-radius:6px;color:var(--text-secondary);font-size:11px;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;padding:7px 8px;cursor:pointer;transition:color .12s ease,border-color .12s ease}.trade-shell .trd-hdr-settings-foot-btn:hover{color:var(--text-primary);border-color:var(--border-strong)}@keyframes trd-news-pulse{0%,to{box-shadow:0 0 0 0 rgba(232,48,95,.4)}50%{box-shadow:0 0 0 6px rgba(232,48,95,0)}}@keyframes trd-news-pulse-amber{0%,to{box-shadow:0 0 0 0 rgba(200,155,60,.4)}50%{box-shadow:0 0 0 6px rgba(200,155,60,0)}}.trade-shell .trd-news-pane{display:flex;flex-direction:column;gap:14px;padding:12px 14px 16px;min-height:0}.trade-shell .trd-news-hero{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:8px 24px;padding:14px 18px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface);position:relative;overflow:hidden}.trade-shell .trd-news-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:2px;background:linear-gradient(90deg,transparent,var(--text-faint),transparent);opacity:.5}.trade-shell .trd-news-hero-ahead:before{background:linear-gradient(90deg,transparent,#c89b3c,transparent);opacity:.55}.trade-shell .trd-news-hero-close{background:linear-gradient(180deg,rgba(200,155,60,.06),transparent 60%),var(--surface);border-color:rgba(200,155,60,.32)}.trade-shell .trd-news-hero-close:before{background:linear-gradient(90deg,transparent,#c89b3c,transparent)}.trade-shell .trd-news-hero-imminent{background:linear-gradient(180deg,rgba(232,48,95,.1),transparent 60%),var(--surface);border-color:rgba(232,48,95,.45)}.trade-shell .trd-news-hero-imminent:before{background:linear-gradient(90deg,transparent,#e8305f,transparent);opacity:.85}.trade-shell .trd-news-hero-clear{border-style:dashed;opacity:.7}.trade-shell .trd-news-hero-l{display:flex;flex-direction:column;gap:6px;min-width:0}.trade-shell .trd-news-hero-r{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.trade-shell .trd-news-hero-eyebrow-row{display:flex;align-items:center;gap:8px}.trade-shell .trd-news-hero-eyebrow{font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint);font-weight:600}.trade-shell .trd-news-hero-title{font-family:var(--font-fraunces,"Fraunces",serif);font-size:26px;font-weight:500;letter-spacing:-.01em;line-height:1.15;color:var(--text-primary)}.trade-shell .trd-news-hero-meta{font-size:11px;color:var(--text-tertiary);letter-spacing:.02em}.trade-shell .trd-news-hero-forecast{color:var(--text-primary);font-weight:600}.trade-shell .trd-news-hero-countdown-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-news-hero-countdown{font-size:32px;font-weight:600;letter-spacing:-.02em;font-feature-settings:"tnum" 1;line-height:1}.trade-shell .trd-news-hero-imminent .trd-news-hero-countdown{color:#e8305f}.trade-shell .trd-news-hero-close .trd-news-hero-countdown{color:#c89b3c}.trade-shell .trd-news-hero-pause{display:flex;align-items:center;gap:4px;font-size:10px;color:#c89b3c;margin-top:2px;font-weight:500}.trade-shell .trd-news-hero-imminent .trd-news-hero-pause{color:#e8305f}.trade-shell .trd-news-hero-take{grid-column:1/-1;border-top:1px solid var(--border-subtle);padding-top:10px;margin-top:4px;display:flex;align-items:baseline;gap:10px;font-size:12px;color:var(--text-secondary);text-wrap:pretty;line-height:1.45}.trade-shell .trd-news-hero-take-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);flex-shrink:0}.trade-shell .trd-news-hero-clear-msg{font-size:13px;color:var(--text-secondary);font-style:italic}.trade-shell .trd-news-filters{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.trade-shell .trd-news-filter-group{display:flex;gap:4px;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:2px;background:var(--surface-deep,#060606)}.trade-shell .trd-news-filter{background:transparent;border:none;color:var(--text-tertiary);font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;padding:5px 10px;border-radius:var(--radius-chip);cursor:pointer;text-transform:uppercase}.trade-shell .trd-news-filter:hover{color:var(--text-primary)}.trade-shell .trd-news-filter.is-active{background:var(--surface);color:var(--text-primary);border:1px solid var(--border-subtle)}.trade-shell .trd-news-settings{display:flex;gap:14px}.trade-shell .trd-news-setting{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:var(--text-tertiary);cursor:pointer}.trade-shell .trd-news-setting input{accent-color:var(--text-primary)}.trade-shell .trd-news-table{display:flex;flex-direction:column;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.trade-shell .trd-news-head,.trade-shell .trd-news-row{display:grid;grid-template-columns:96px 44px 56px minmax(220px,1.5fr) minmax(74px,.7fr) minmax(74px,.7fr) minmax(74px,.7fr) 96px 110px minmax(110px,.8fr) 28px;gap:12px;align-items:center;padding:10px 14px}.trade-shell .trd-news-head{border-bottom:1px solid var(--border-subtle);background:var(--surface-deep,#060606)}.trade-shell .trd-news-head .trd-news-cell{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-news-cell{min-width:0}.trade-shell .trd-news-cell,.trade-shell .trd-news-cell-avgmove,.trade-shell .trd-news-cell-num,.trade-shell .trd-news-cell-runup{display:flex;flex-direction:column;gap:2px}.trade-shell .trd-news-cell-toggle{display:flex;justify-content:flex-end}.trade-shell .trd-news-num-lbl{font-family:var(--font-mono);font-size:8.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-news-num-val{font-size:12px;color:var(--text-primary)}.trade-shell .trd-news-time{font-size:13px;color:var(--text-primary);font-weight:500}.trade-shell .trd-news-countdown{font-size:10px;color:var(--text-tertiary);letter-spacing:.04em}.trade-shell .trd-news-countdown.is-imminent{color:#e8305f;font-weight:600}.trade-shell .trd-news-countdown.is-past{color:var(--text-faint)}.trade-shell .trd-news-title{font-size:13px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trade-shell .trd-news-cat{font-family:var(--font-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-news-curr{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;font-weight:600;color:var(--text-primary);border:1px solid var(--border-subtle);background:var(--surface-deep,#060606);padding:2px 6px;border-radius:var(--radius-chip);width:-moz-fit-content;width:fit-content}.trade-shell .trd-news-curr-usd{color:#6ec07c;border-color:rgba(110,192,124,.3)}.trade-shell .trd-news-curr-eur{color:#7a93ff;border-color:rgba(122,147,255,.3)}.trade-shell .trd-news-curr-jpy{color:#df9a40;border-color:rgba(223,154,64,.3)}.trade-shell .trd-news-curr-gbp{color:#c0a3ff;border-color:rgba(192,163,255,.3)}.trade-shell .trd-news-impact{display:inline-flex;align-items:flex-end;gap:2px;height:14px}.trade-shell .trd-news-impact-bar{width:4px;border-radius:1px;display:block}.trade-shell .trd-news-runup{display:inline-flex;align-items:center;gap:6px}.trade-shell .trd-news-runup-pct{font-size:11px;font-weight:500}.trade-shell .trd-news-runup-empty{font-family:var(--font-mono);color:var(--text-faint);font-size:11px}.trade-shell .trd-news-avgmove{font-size:11px;color:var(--text-secondary)}.trade-shell .trd-news-avgmove-n{color:var(--text-faint);font-size:9px;margin-left:2px}.trade-shell .trd-news-avgmove.is-empty{color:var(--text-faint)}.trade-shell .trd-news-bias{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;border:1px solid;background:transparent;padding:3px 7px;border-radius:var(--radius-chip);width:-moz-fit-content;width:fit-content}.trade-shell .trd-news-toggle-btn{background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;font-size:12px;padding:2px 6px;border-radius:var(--radius-card)}.trade-shell .trd-news-toggle-btn:hover{color:var(--text-primary);background:var(--surface-deep)}.trade-shell .trd-news-row{border-top:1px solid var(--border-subtle);cursor:pointer;transition:background .15s}.trade-shell .trd-news-row:hover{background:rgba(255,255,255,.018)}.trade-shell .trd-news-row.is-past{opacity:.55}.trade-shell .trd-news-row.is-close{background:linear-gradient(90deg,rgba(200,155,60,.05),transparent 30%)}.trade-shell .trd-news-row.is-imminent{background:linear-gradient(90deg,rgba(232,48,95,.1),transparent 30%)}.trade-shell .trd-news-row.is-imminent .trd-news-title{color:#ffcfcf;font-weight:500}.trade-shell .trd-news-row.is-expanded{background:rgba(255,255,255,.025)}.trade-shell .trd-news-detail{border-top:1px solid var(--border-subtle);padding:14px 18px 16px;background:var(--surface-deep,#060606);display:flex;flex-direction:column;gap:10px;font-size:12px;color:var(--text-secondary)}.trade-shell .trd-news-detail-block{display:flex;flex-direction:column;gap:4px;text-wrap:pretty;line-height:1.5}.trade-shell .trd-news-detail-take{color:var(--text-primary)}.trade-shell .trd-news-detail-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-news-detail-rules{display:flex;gap:16px;flex-wrap:wrap;margin-top:4px}.trade-shell .trd-news-detail-rule{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--profit)}.trade-shell .trd-news-detail-rule-warn{color:#c89b3c}.trade-shell .trd-news-group{display:contents}.trade-shell .trd-news-day-row{display:flex;align-items:center;gap:12px;padding:14px 14px 6px;border-top:1px solid var(--border-subtle);background:var(--surface-deep,#060606)}.trade-shell .trd-news-day-row:first-of-type{border-top:none}.trade-shell .trd-news-day-lbl{font-family:var(--font-mono);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--text-primary)}.trade-shell .trd-news-day-date{font-size:10px;color:var(--text-tertiary)}.trade-shell .trd-news-day-line{flex:1;height:1px;background:var(--border-subtle)}.trade-shell .trd-news-day-count{font-size:10px;color:var(--text-faint);letter-spacing:.04em}.trade-shell .trd-rail-news{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border:1px solid var(--border-subtle);border-radius:999px;font-size:11px;background:var(--surface-deep,#060606)}.trade-shell .trd-rail-news-dot{width:6px;height:6px;border-radius:999px;background:var(--text-tertiary);flex-shrink:0}.trade-shell .trd-rail-news.is-close{border-color:rgba(200,155,60,.45);background:rgba(200,155,60,.06)}.trade-shell .trd-rail-news.is-close .trd-rail-news-dot{background:#c89b3c;animation:trd-news-pulse-amber 2s ease-in-out infinite}.trade-shell .trd-rail-news.is-imminent{border-color:rgba(232,48,95,.55);background:rgba(232,48,95,.1);color:#ffd0d0}.trade-shell .trd-rail-news.is-imminent .trd-rail-news-dot{background:#e8305f;animation:trd-news-pulse 1.4s ease-in-out infinite}.trade-shell .trd-rail-news-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-rail-news.is-close .trd-rail-news-lbl{color:#c89b3c}.trade-shell .trd-rail-news.is-imminent .trd-rail-news-lbl{color:#e8305f}.trade-shell .trd-rail-news-title{color:var(--text-primary);font-weight:500;white-space:nowrap}.trade-shell .trd-rail-news-eta{color:var(--text-tertiary);font-size:10.5px;font-weight:500}.trade-shell .trd-rail-news.is-imminent .trd-rail-news-eta{color:#e8305f;font-weight:600}.trade-shell .trd-rail-news-wrap.is-today .trd-rail-news{border-color:rgba(232,48,95,.55);background:rgba(232,48,95,.1);color:#ffd0d0}.trade-shell .trd-rail-news-wrap.is-today .trd-rail-news-dot{background:#e8305f;animation:trd-news-pulse 1.6s ease-in-out infinite;box-shadow:0 0 8px rgba(232,48,95,.55)}.trade-shell .trd-rail-news-wrap.is-today .trd-rail-news-eta,.trade-shell .trd-rail-news-wrap.is-today .trd-rail-news-lbl{color:#e8305f;font-weight:600}.trade-shell .trd-rail-news-wrap.is-today .trd-rail-news:hover{border-color:#e8305f;background:rgba(232,48,95,.16)}.trade-shell .trd-rail-news-wrap.is-today .trd-rail-news-viewall{color:#ff9c9c;border-color:rgba(232,48,95,.35)}.trade-shell .trd-rail-news-wrap.is-today .trd-rail-news-viewall:hover{color:#ffd0d0;border-color:#e8305f;background:rgba(232,48,95,.14)}.trade-shell .trd-rail-news-wrap{display:inline-flex;align-items:stretch;gap:4px}.trade-shell .trd-rail-news{cursor:pointer;font-family:inherit}.trade-shell .trd-rail-news:hover{background:rgba(20,20,20,.9);border-color:var(--border-default)}.trade-shell .trd-rail-news-wrap.is-imminent .trd-rail-news:hover{border-color:#e8305f;background:rgba(232,48,95,.16)}.trade-shell .trd-rail-news-viewall{display:inline-flex;align-items:center;height:26px;padding:0 8px;font-size:10.5px;font-weight:500;color:var(--text-tertiary);background:transparent;border:1px solid var(--border-subtle);border-radius:999px;cursor:pointer;white-space:nowrap;transition:all .12s ease}.trade-shell .trd-rail-news-viewall:hover{color:var(--text-primary);border-color:var(--border-default);background:rgba(20,20,20,.9)}.trade-shell .trd-rail-news-wrap{position:relative}.trade-shell .trd-rail-news-tip{position:fixed;z-index:1100;width:360px;padding:12px 14px 14px;background:var(--surface,#0a0a0a);border:1px solid var(--border-default);border-radius:6px;box-shadow:0 10px 30px rgba(0,0,0,.65);display:flex;flex-direction:column;gap:8px;pointer-events:auto}.trade-shell .trd-rail-news-tip-imminent{border-color:rgba(232,48,95,.55)}.trade-shell .trd-rail-news-tip-close{border-color:rgba(237,124,52,.45)}.trade-shell .trd-rail-news-tip-arrow{position:absolute;top:-5px;width:8px;height:8px;background:var(--surface,#0a0a0a);border-top:1px solid var(--border-default);border-left:1px solid var(--border-default);transform:rotate(45deg)}.trade-shell .trd-rail-news-tip-imminent .trd-rail-news-tip-arrow{border-color:rgba(232,48,95,.55)}.trade-shell .trd-rail-news-tip-close .trd-rail-news-tip-arrow{border-color:rgba(237,124,52,.45)}.trade-shell .trd-rail-news-tip-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.trade-shell .trd-rail-news-tip-eyebrow{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:#e8305f;font-weight:600}.trade-shell .trd-rail-news-tip-close .trd-rail-news-tip-eyebrow{color:#ed7c34}.trade-shell .trd-rail-news-tip-eyebrow-dot{width:5px;height:5px;border-radius:999px;background:currentColor;animation:trd-news-pulse 1.6s ease-in-out infinite}.trade-shell .trd-rail-news-tip-titleRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.trade-shell .trd-rail-news-tip-title{margin:0;font-family:var(--font-fraunces,"Fraunces",serif);font-size:15px;font-weight:400;letter-spacing:-.005em;color:var(--text-primary);flex:1;min-width:0}.trade-shell .trd-rail-news-tip-clock{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;color:var(--text-tertiary);margin-top:-4px}.trade-shell .trd-rail-news-tip-time{color:var(--text-secondary);font-weight:500}.trade-shell .trd-rail-news-tip-dot{color:var(--text-faint)}.trade-shell .trd-rail-news-tip-cat{font-size:10.5px;color:var(--text-tertiary)}.trade-shell .trd-rail-news-tip-meta{display:flex;flex-wrap:wrap;gap:4px 14px;font-size:10.5px;color:var(--text-secondary)}.trade-shell .trd-rail-news-tip-meta-lbl{color:var(--text-faint);margin-right:2px}.trade-shell .trd-rail-news-tip-meta-faint{color:var(--text-faint)}.trade-shell .trd-rail-news-tip-meta strong{color:var(--text-primary);font-weight:500}.trade-shell .trd-rail-news-tip-take{display:flex;flex-direction:column;gap:3px;padding:7px 10px;border-radius:var(--radius-card);background:rgba(125,144,255,.07);border:1px solid rgba(125,144,255,.18);font-size:11px;color:var(--text-secondary);line-height:1.45}.trade-shell .trd-rail-news-tip-take-eyebrow{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.16em;color:var(--accent,#7d90ff);font-weight:600;text-transform:uppercase}.trade-shell .trd-rail-news-tip-rules{display:flex;align-items:flex-start;gap:8px;font-size:10px;color:var(--text-tertiary);padding:5px 0 0;border-top:1px dashed var(--border-subtle);line-height:1.45}.trade-shell .trd-rail-news-tip-rules-eyebrow{font-family:var(--font-mono);font-size:9px;letter-spacing:.16em;color:var(--text-secondary);font-weight:600;flex-shrink:0}.trade-shell .trd-rail-news{cursor:default}.trade-shell .trd-rail-news:hover{background:inherit;border-color:inherit}.trade-shell .trd-news-popup-scrim{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:32px;opacity:1}.trade-shell .trd-news-popup{width:min(820px,100%);max-height:calc(100vh - 64px);background:var(--surface,#0a0a0a);border:1px solid var(--border-default);border-radius:6px;box-shadow:0 24px 60px rgba(0,0,0,.7);display:flex;flex-direction:column;overflow:hidden}.trade-shell .trd-news-popup-header{padding:18px 22px 14px;display:flex;gap:16px;align-items:flex-start;border-bottom:1px solid var(--border-subtle);background:radial-gradient(circle at 0 0,rgba(232,48,95,.08) 0,transparent 40%),var(--surface)}.trade-shell .trd-news-popup-title-block{flex:1;min-width:0}.trade-shell .trd-news-popup-eyebrow{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#e8305f;font-weight:600;margin-bottom:4px}.trade-shell .trd-news-popup-eyebrow-dot{width:6px;height:6px;border-radius:999px;background:#e8305f;animation:trd-news-pulse 1.6s ease-in-out infinite}.trade-shell .trd-news-popup-title{font-family:var(--font-fraunces,"Fraunces",serif);font-size:22px;letter-spacing:-.01em;color:var(--text-primary);margin:0 0 4px;font-weight:400}.trade-shell .trd-news-popup-sub{font-size:11.5px;color:var(--text-tertiary);margin:0;line-height:1.45;max-width:56ch}.trade-shell .trd-news-popup-close{width:28px;height:28px;border-radius:6px;background:transparent;border:1px solid var(--border-subtle);color:var(--text-tertiary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .12s ease;flex-shrink:0}.trade-shell .trd-news-popup-close:hover{color:var(--text-primary);border-color:var(--border-default);background:var(--surface-elevated)}.trade-shell .trd-news-popup-filters{display:flex;align-items:center;gap:6px;padding:10px 22px;border-bottom:1px solid var(--border-subtle);background:rgba(0,0,0,.2)}.trade-shell .trd-news-popup-filter{height:26px;padding:0 12px;border-radius:999px;background:transparent;border:1px solid var(--border-subtle);color:var(--text-tertiary);font-size:11px;font-weight:500;cursor:pointer;transition:all .12s ease}.trade-shell .trd-news-popup-filter:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-news-popup-filter.is-active{background:var(--text-primary);color:var(--surface);border-color:var(--text-primary)}.trade-shell .trd-news-popup-filter-spacer{flex:1}.trade-shell .trd-news-popup-deep-link{font-size:11px;color:var(--accent);text-decoration:none;font-weight:500;transition:color .12s ease}.trade-shell .trd-news-popup-deep-link:hover{color:var(--text-primary)}.trade-shell .trd-news-popup-body{flex:1;overflow-y:auto;padding:14px 22px 22px}.trade-shell .trd-news-popup-body::-webkit-scrollbar{width:8px}.trade-shell .trd-news-popup-body::-webkit-scrollbar-thumb{background:var(--surface-elevated);border-radius:var(--radius-pill)}.trade-shell .trd-news-popup-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 0;color:var(--text-tertiary);font-size:12px}.trade-shell .trd-news-popup-group{margin-bottom:18px}.trade-shell .trd-news-popup-group:last-child{margin-bottom:0}.trade-shell .trd-news-popup-day{display:flex;align-items:center;gap:10px;margin-bottom:8px;padding-top:6px}.trade-shell .trd-news-popup-day-lbl{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-secondary);font-weight:600}.trade-shell .trd-news-popup-day-date{font-size:10.5px;color:var(--text-tertiary)}.trade-shell .trd-news-popup-day-line{flex:1;height:1px;background:var(--border-subtle)}.trade-shell .trd-news-popup-day-count{font-size:10px;color:var(--text-faint);letter-spacing:.04em}.trade-shell .trd-news-popup-card{display:grid;grid-template-columns:90px 16px 1fr;gap:14px;padding:14px;border:1px solid var(--border-subtle);border-radius:6px;margin-bottom:8px;background:var(--surface-elevated,#0e0e0e);transition:border-color .12s ease,transform .12s ease}.trade-shell .trd-news-popup-card:hover{border-color:var(--border-default)}.trade-shell .trd-news-popup-card-imminent{border-color:rgba(232,48,95,.5);background:linear-gradient(180deg,rgba(232,48,95,.08),rgba(14,14,14,1) 50%)}.trade-shell .trd-news-popup-card-close{border-color:rgba(237,124,52,.4)}.trade-shell .trd-news-popup-card-high{border-color:rgba(200,155,60,.3)}.trade-shell .trd-news-popup-card-time{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.trade-shell .trd-news-popup-card-clock{font-size:16px;color:var(--text-primary);font-weight:500;letter-spacing:-.01em}.trade-shell .trd-news-popup-card-eta{font-size:10.5px;color:var(--text-tertiary);font-weight:500}.trade-shell .trd-news-popup-card-imminent .trd-news-popup-card-eta{color:#e8305f;font-weight:600}.trade-shell .trd-news-popup-card-close .trd-news-popup-card-eta{color:#ed7c34;font-weight:600}.trade-shell .trd-news-popup-card-impact{padding-top:4px}.trade-shell .trd-news-popup-card-body{min-width:0}.trade-shell .trd-news-popup-card-titleRow{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.trade-shell .trd-news-popup-card-title{font-size:14px;color:var(--text-primary);margin:0;font-weight:500;font-family:var(--font-fraunces,"Fraunces",serif);letter-spacing:-.005em;flex:1;min-width:0}.trade-shell .trd-news-popup-card-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:10.5px;color:var(--text-tertiary);margin-bottom:8px}.trade-shell .trd-news-popup-card-meta-item{display:inline-flex;align-items:center;gap:4px}.trade-shell .trd-news-popup-card-meta-item strong{color:var(--text-primary);font-weight:500}.trade-shell .trd-news-popup-card-meta-faint{color:var(--text-faint)}.trade-shell .trd-news-popup-card-take{display:flex;flex-direction:column;gap:3px;padding:8px 10px;border-radius:var(--radius-card);background:rgba(125,144,255,.06);border:1px solid rgba(125,144,255,.18);font-size:11.5px;color:var(--text-secondary);line-height:1.45;margin-top:6px}.trade-shell .trd-news-popup-card-take-eyebrow{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.16em;color:var(--accent,#7d90ff);font-weight:600;text-transform:uppercase}.trade-shell .trd-news-popup-card-rules{display:flex;align-items:flex-start;gap:10px;margin-top:6px;padding:6px 10px;border-radius:var(--radius-card);background:rgba(232,48,95,.06);border-left:2px solid rgba(232,48,95,.4);font-size:10.5px;color:var(--text-tertiary);line-height:1.5}.trade-shell .trd-news-popup-card-rules-eyebrow{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.16em;color:#e8305f;font-weight:600;flex-shrink:0}.trade-shell .trd-bottom-tab-count.is-warn{color:#e8305f;font-weight:700}.trade-shell .trd-bottom-tab-pulse{display:inline-block;width:6px;height:6px;border-radius:999px;background:#e8305f;margin-right:6px;animation:trd-news-pulse 2s ease-in-out infinite}.trade-shell .trd-chart-news-overlay{position:absolute;top:10px;left:14px;z-index:5;display:flex;flex-direction:column;align-items:flex-start;gap:6px;pointer-events:none;max-width:calc(100% - 84px)}.trade-shell .trd-chart-news-ahead{--news-color:#c89b3c;--news-color-soft:rgba(200,155,60,0.16)}.trade-shell .trd-chart-news-approaching{--news-color:#c89b3c;--news-color-soft:rgba(200,155,60,0.18)}.trade-shell .trd-chart-news-close{--news-color:#ed7c34;--news-color-soft:rgba(237,124,52,0.20)}.trade-shell .trd-chart-news-imminent{--news-color:#e8305f;--news-color-soft:rgba(232,48,95,0.22)}.trade-shell .trd-chart-news-pill{display:inline-flex;align-items:center;gap:7px;height:26px;padding:0 10px;border-radius:999px;background:rgba(8,8,8,.92);border:1px solid color-mix(in oklab,var(--news-color) 60%,transparent);color:var(--text-primary);font-size:11px;cursor:pointer;pointer-events:auto;backdrop-filter:blur(6px);transition:border-color .12s ease,background .12s ease,transform 80ms ease;box-shadow:0 2px 8px rgba(0,0,0,.4)}.trade-shell .trd-chart-news-pill:hover{border-color:var(--news-color);background:rgba(14,14,14,.96)}.trade-shell .trd-chart-news-pill:active{transform:translateY(.5px)}.trade-shell .trd-chart-news-pill-dot{width:7px;height:7px;border-radius:999px;background:var(--news-color);flex-shrink:0}.trade-shell .trd-chart-news-imminent .trd-chart-news-pill-dot{animation:trd-news-pulse 1.4s ease-in-out infinite;box-shadow:0 0 8px var(--news-color)}.trade-shell .trd-chart-news-close .trd-chart-news-pill-dot{animation:trd-news-pulse-amber 2s ease-in-out infinite}.trade-shell .trd-chart-news-pill-cur{font-size:9.5px;letter-spacing:.06em;color:var(--news-color);border:1px solid color-mix(in oklab,var(--news-color) 50%,transparent);padding:1px 5px;border-radius:var(--radius-chip);font-weight:600}.trade-shell .trd-chart-news-pill-title{color:var(--text-primary);font-weight:500;font-size:11.5px;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.trade-shell .trd-chart-news-pill-eta{color:var(--news-color);font-weight:600;font-size:11px;letter-spacing:-.01em}.trade-shell .trd-chart-news-panel{pointer-events:auto;background:rgba(8,8,8,.96);border:1px solid color-mix(in oklab,var(--news-color) 45%,transparent);border-radius:6px;padding:10px 12px;min-width:240px;max-width:280px;display:flex;flex-direction:column;gap:6px;backdrop-filter:blur(10px);box-shadow:inset 0 0 0 1px color-mix(in oklab,var(--news-color) 12%,transparent),0 12px 28px rgba(0,0,0,.6)}.trade-shell .trd-chart-news-panel-row{display:flex;align-items:center;justify-content:space-between;font-size:10.5px}.trade-shell .trd-chart-news-panel-lbl{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-family:var(--font-mono);font-size:9.5px}.trade-shell .trd-chart-news-panel-val{color:var(--text-primary);font-weight:600;font-size:11.5px}.trade-shell .trd-chart-news-panel-bias{font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--news-color);border:1px solid color-mix(in oklab,var(--news-color) 50%,transparent);padding:1px 5px;border-radius:2px;font-weight:500}.trade-shell .trd-chart-news-panel-take{display:flex;align-items:flex-start;gap:6px;font-size:11px;line-height:1.4;color:var(--text-secondary);padding-top:6px;border-top:1px solid var(--border-subtle);margin-top:2px}.trade-shell .trd-chart-news-panel-take svg{margin-top:2px;color:var(--accent);flex-shrink:0}.trade-shell .trd-chart-news-panel-warn{display:flex;align-items:center;gap:6px;font-size:10.5px;color:#ffd0d0;padding:6px 8px;border-radius:var(--radius-card);background:rgba(232,48,95,.12);border:1px solid rgba(232,48,95,.3);margin-top:2px}.trade-shell .trd-chart-news-panel-actions{display:flex;gap:6px;margin-top:4px;justify-content:flex-end}.trade-shell .trd-chart-news-panel-btn{height:24px;padding:0 10px;border-radius:var(--radius-card);font-size:10.5px;font-weight:500;background:transparent;border:1px solid var(--border-subtle);color:var(--text-tertiary);cursor:pointer;transition:all .12s ease}.trade-shell .trd-chart-news-panel-btn:hover{color:var(--text-primary);border-color:var(--border-default)}.trade-shell .trd-chart-news-panel-btn.is-primary{background:color-mix(in oklab,var(--news-color) 16%,transparent);color:var(--text-primary);border-color:color-mix(in oklab,var(--news-color) 50%,transparent)}.trade-shell .trd-chart-news-panel-btn.is-primary:hover{background:color-mix(in oklab,var(--news-color) 24%,transparent);border-color:var(--news-color)}.trade-shell .trd-ob-body:has(>.trd-ath){display:flex;flex-direction:column;overflow:hidden;padding:0;min-height:0}.trade-shell .trd-ath{display:flex;flex-direction:column;height:100%;min-height:0;background:linear-gradient(180deg,rgba(237,180,52,.022),transparent 60%)}.trade-shell .trd-ath-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 14px 12px;border-bottom:1px solid rgba(255,255,255,.05);flex-shrink:0}.trade-shell .trd-ath-head-l{display:flex;align-items:flex-start;gap:10px;min-width:0}.trade-shell .trd-ath-glyph{font-size:14px;line-height:1;color:#edb434;filter:drop-shadow(0 0 8px rgba(237,180,52,.45));margin-top:1px}.trade-shell .trd-ath-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}.trade-shell .trd-ath-head-eyebrow{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#edb434}.trade-shell .trd-ath-head-sub{font-size:11px;color:var(--text-tertiary)}.trade-shell .trd-ath-head-r{display:flex;gap:4px;flex-shrink:0}.trade-shell .trd-ath-head-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-card);color:var(--text-faint);cursor:pointer;transition:color .12s,border-color .12s}.trade-shell .trd-ath-head-btn:hover{color:var(--text-secondary);border-color:rgba(255,255,255,.14)}.trade-shell .trd-ath-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:14px 14px 8px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.trade-shell .trd-ath-body::-webkit-scrollbar{width:5px}.trade-shell .trd-ath-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:var(--radius-pill)}.trade-shell .trd-ath-msg{display:flex;flex-direction:column;gap:5px;animation:trd-ath-msg-in .2s ease}@keyframes trd-ath-msg-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.trade-shell .trd-ath-msg-tag{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-ath-msg-assistant .trd-ath-msg-tag{color:#edb434}.trade-shell .trd-ath-msg-user .trd-ath-msg-tag{color:var(--text-tertiary)}.trade-shell .trd-ath-msg-content{font-size:12.5px;line-height:1.55;color:var(--text-secondary)}.trade-shell .trd-ath-msg-user .trd-ath-msg-content{padding:9px 12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:6px;color:var(--text-primary);font-style:italic}.trade-shell .trd-ath-p{margin:0 0 8px}.trade-shell .trd-ath-p:last-child{margin-bottom:0}.trade-shell .trd-ath-p.trd-ath-dim{color:var(--text-tertiary);font-size:11px;margin-top:2px}.trade-shell .trd-ath-ul{list-style:none;margin:0 0 8px;padding:0;display:flex;flex-direction:column;gap:6px}.trade-shell .trd-ath-ul:last-child{margin-bottom:0}.trade-shell .trd-ath-ul li{position:relative;padding-left:14px}.trade-shell .trd-ath-ul li:before{content:"";position:absolute;left:2px;top:8px;width:4px;height:4px;border-radius:50%;background:#edb434}.trade-shell .trd-ath-obs-list{display:flex;flex-direction:column;gap:6px;margin-top:-4px}.trade-shell .trd-ath-obs{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06);border-left:2px solid var(--text-tertiary);border-radius:6px;text-align:left;cursor:pointer;transition:background .12s,border-color .12s,transform 80ms;font-family:inherit;color:var(--text-secondary)}.trade-shell .trd-ath-obs:hover:not(:disabled){background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12)}.trade-shell .trd-ath-obs:active:not(:disabled){transform:translateY(1px)}.trade-shell .trd-ath-obs:disabled{opacity:.4;cursor:not-allowed}.trade-shell .trd-ath-obs-edge{border-left-color:var(--profit)}.trade-shell .trd-ath-obs-warn{border-left-color:var(--warning,#edb434)}.trade-shell .trd-ath-obs-neutral{border-left-color:var(--text-tertiary)}.trade-shell .trd-ath-obs-text{flex:1;font-size:12px;line-height:1.5}.trade-shell .trd-ath-obs-arrow{display:inline-flex;align-items:center;color:var(--text-faint);margin-top:2px;flex-shrink:0}.trade-shell .trd-ath-obs:hover:not(:disabled) .trd-ath-obs-arrow{color:#edb434}.trade-shell .trd-ath-typing{display:inline-flex;align-items:center;gap:4px;padding:2px 0}.trade-shell .trd-ath-typing span{width:5px;height:5px;border-radius:50%;background:rgba(237,180,52,.5);animation:trd-ath-bounce 1.2s ease-in-out infinite}.trade-shell .trd-ath-typing span:nth-child(2){animation-delay:.16s}.trade-shell .trd-ath-typing span:nth-child(3){animation-delay:.32s}@keyframes trd-ath-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.trade-shell .trd-ath-quota{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 14px;border-top:1px solid rgba(255,255,255,.05);background:rgba(0,0,0,.2);flex-shrink:0}.trade-shell .trd-ath-quota-l{display:flex;align-items:center;gap:7px;min-width:0}.trade-shell .trd-ath-quota-dot{width:6px;height:6px;border-radius:50%;background:var(--profit);flex-shrink:0}.trade-shell .trd-ath-quota.is-low .trd-ath-quota-dot{background:var(--warning,#edb434)}.trade-shell .trd-ath-quota.is-out .trd-ath-quota-dot{background:var(--loss);animation:trd-ath-pulse 1.4s infinite}@keyframes trd-ath-pulse{0%,to{opacity:1}50%{opacity:.5}}.trade-shell .trd-ath-quota-text{font-size:10px;color:var(--text-tertiary);letter-spacing:.04em}.trade-shell .trd-ath-quota.is-out .trd-ath-quota-text{color:var(--loss)}.trade-shell .trd-ath-quota-topup{display:inline-flex;align-items:center;justify-content:center;height:22px;min-width:22px;padding:0 8px;background:rgba(237,180,52,.12);border:1px solid rgba(237,180,52,.28);border-radius:var(--radius-card);color:#edb434;cursor:pointer;font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;transition:background .12s,border-color .12s;flex-shrink:0}.trade-shell .trd-ath-quota-topup:hover{background:rgba(237,180,52,.2);border-color:rgba(237,180,52,.45)}.trade-shell .trd-ath-quota.is-out .trd-ath-quota-topup{background:rgba(237,180,52,.22);border-color:rgba(237,180,52,.5);font-size:10px;padding:0 10px}.trade-shell .trd-ath-input-row{display:flex;align-items:flex-end;gap:8px;padding:10px 14px 14px;border-top:1px solid rgba(255,255,255,.05);flex-shrink:0}.trade-shell .trd-ath-input{flex:1;min-width:0;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:8px 10px;font-family:inherit;font-size:12.5px;line-height:1.45;color:var(--text-primary);outline:0;resize:none;max-height:100px;transition:border-color .12s}.trade-shell .trd-ath-input:focus{border-color:rgba(237,180,52,.4)}.trade-shell .trd-ath-input::-moz-placeholder{color:var(--text-faint)}.trade-shell .trd-ath-input::placeholder{color:var(--text-faint)}.trade-shell .trd-ath-input:disabled{opacity:.5;cursor:not-allowed}.trade-shell .trd-ath-send{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:rgba(237,180,52,.15);border:1px solid rgba(237,180,52,.3);color:#edb434;cursor:pointer;flex-shrink:0;transition:background .12s,border-color .12s}.trade-shell .trd-ath-send:hover:not(:disabled){background:rgba(237,180,52,.25);border-color:rgba(237,180,52,.5)}.trade-shell .trd-ath-send:disabled{opacity:.35;cursor:not-allowed}.trade-shell .trd-ath-modal-scrim{position:fixed;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:200;display:grid;place-items:center;animation:trd-ath-fade .18s ease}@keyframes trd-ath-fade{0%{opacity:0}to{opacity:1}}.trade-shell .trd-ath-modal{width:min(460px,92vw);background:linear-gradient(180deg,#0c0c0c,#060606);border:1px solid rgba(237,180,52,.18);border-radius:6px;padding:20px;box-shadow:0 24px 64px rgba(0,0,0,.6);animation:trd-ath-pop .22s cubic-bezier(.32,.72,0,1)}@keyframes trd-ath-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.trade-shell .trd-ath-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:4px}.trade-shell .trd-ath-modal-eyebrow{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:#edb434}.trade-shell .trd-ath-modal-title{font-family:var(--font-serif,"Fraunces",serif);font-size:22px;font-weight:400;letter-spacing:-.01em;color:var(--text-primary);margin-top:2px}.trade-shell .trd-ath-modal-x{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-card);color:var(--text-tertiary);cursor:pointer}.trade-shell .trd-ath-modal-x:hover{color:var(--text-primary);border-color:rgba(255,255,255,.18)}.trade-shell .trd-ath-modal-sub{font-size:12px;color:var(--text-tertiary);margin:0 0 18px;line-height:1.5}.trade-shell .trd-ath-pack-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:18px}.trade-shell .trd-ath-pack{position:relative;display:flex;flex-direction:column;gap:4px;padding:14px 12px 12px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08);border-radius:6px;text-align:left;cursor:pointer;font-family:inherit;color:inherit;transition:border-color .14s,background .14s}.trade-shell .trd-ath-pack:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.16)}.trade-shell .trd-ath-pack.is-active{background:rgba(237,180,52,.06);border-color:rgba(237,180,52,.45)}.trade-shell .trd-ath-pack-tag{position:absolute;top:-7px;left:8px;padding:2px 6px;background:var(--text-tertiary);color:#050505;font-family:var(--font-mono);font-size:8px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;border-radius:var(--radius-chip)}.trade-shell .trd-ath-pack-tag.is-bonus{background:var(--profit)}.trade-shell .trd-ath-pack.is-active .trd-ath-pack-tag:not(.is-bonus){background:#edb434}.trade-shell .trd-ath-pack-name{font-size:11px;color:var(--text-tertiary);letter-spacing:.04em}.trade-shell .trd-ath-pack-usdc{font-size:22px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.trade-shell .trd-ath-pack-msgs{font-size:10px;color:var(--text-faint);letter-spacing:.04em}.trade-shell .trd-ath-modal-foot{display:flex;flex-direction:column;gap:10px}.trade-shell .trd-ath-modal-wallet{display:flex;align-items:center;gap:10px;padding:10px 12px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:6px}.trade-shell .trd-ath-modal-wallet-lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.trade-shell .trd-ath-modal-wallet-addr{font-size:12px;color:var(--text-secondary);flex:1}.trade-shell .trd-ath-modal-wallet-bal{font-size:11px;color:var(--text-tertiary)}.trade-shell .trd-ath-confirm{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 18px;background:linear-gradient(135deg,rgba(237,180,52,.92),rgba(214,152,32,.92));border:1px solid rgba(237,180,52,.7);border-radius:6px;color:#1a1206;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:transform .1s,box-shadow .14s}.trade-shell .trd-ath-confirm:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(237,180,52,.25)}.trade-shell .trd-ath-signing{display:flex;flex-direction:column;align-items:center;gap:14px;padding:36px 12px 18px;text-align:center}.trade-shell .trd-ath-signing-pulse{width:44px;height:44px;border-radius:50%;background:radial-gradient(circle,rgba(237,180,52,.5) 0,transparent 70%);animation:trd-ath-pulse-big 1.4s ease-in-out infinite}@keyframes trd-ath-pulse-big{0%,to{transform:scale(.8);opacity:.6}50%{transform:scale(1.1);opacity:1}}.trade-shell .trd-ath-signing-check{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:rgba(30,214,144,.15);border:1px solid rgba(30,214,144,.5);color:var(--profit)}.trade-shell .trd-ath-signing-title{font-family:var(--font-serif,"Fraunces",serif);font-size:18px;color:var(--text-primary)}.trade-shell .trd-ath-signing-sub{font-size:12px;color:var(--text-tertiary);max-width:320px;line-height:1.5}