.dashboard-shell{min-height:100vh;padding:20px 18px calc(120px + env(safe-area-inset-bottom));position:relative;overflow-x:clip}.dashboard-grid-bg{position:relative}.dashboard-grid-bg:before{content:"";opacity:.45;pointer-events:none;background:radial-gradient(circle at 20% 0,#2563eb38,#0000 45%),radial-gradient(circle at 80% 10%,#3b82f62e,#0000 45%),linear-gradient(#ffffff0d 1px,#0000 1px) 0 0/32px 32px,linear-gradient(90deg,#ffffff0d 1px,#0000 1px) 0 0/32px 32px;position:absolute;inset:0}.dashboard-grid-bg>*{z-index:1;position:relative}.dashboard-shell-inner{z-index:1;flex-direction:column;align-items:stretch;gap:20px;width:100%;max-width:1120px;margin:0 auto;padding-top:1rem;display:flex;position:relative}.dashboard-grid-bg .dashboard-shell-inner{max-width:none}.dashboard-layout{flex-direction:column;gap:24px;width:100%;display:flex}[dir=rtl] .dashboard-layout>.dashboard-sidebar{order:2}[dir=rtl] .dashboard-layout>.dashboard-content{order:1}.dashboard-content{flex-direction:column;gap:20px;width:100%;min-width:0;display:flex}.dashboard-link-button{color:#80b5ff;background:0 0;border:none;font-size:13px;font-weight:600}.dashboard-icon-button:focus-visible,.dashboard-link-button:focus-visible,.dashboard-bottom-link:focus-visible,.dashboard-sidebar-link:focus-visible{outline-offset:3px;outline:2px solid #8cbeffe6}.dashboard-card{background:#0c1220e0;border:1px solid #ffffff14;border-radius:22px;padding:18px;box-shadow:0 18px 40px #0003}.dashboard-card-muted{background:#0a0f1ab3}.dashboard-grid{flex-direction:column;gap:20px;width:100%;display:flex}.dashboard-area{width:100%}.dashboard-order-swipe{touch-action:pan-y;background:#0b1220;border-radius:16px;position:relative;overflow:hidden}.dashboard-order-swipe.is-swiped .dashboard-order-row{border-top-right-radius:0;border-bottom-right-radius:0}.dashboard-order-swipe.is-swiped .dashboard-order-action-rail{border-top-right-radius:16px;border-bottom-right-radius:16px}.dashboard-order-swipe-track{width:100%;transition:transform .2s;display:block}.dashboard-order-action-rail{color:#fff;background:#e00004;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:78px;font-size:11px;font-weight:600;display:flex;position:absolute;inset:0 0 0 auto}.dashboard-order-action-rail i,.dashboard-order-action-rail svg{width:16px;height:16px;font-size:16px}.dashboard-order-action-rail span{font-size:11px;line-height:1.1}.dashboard-order-action{color:#fff9;font-size:12px}.dashboard-order-row{background:#090d18b3;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.dashboard-order-row:last-child{border-bottom:none}.dashboard-order-info{flex-direction:column;gap:4px;min-width:0;display:flex}.dashboard-order-title-row{align-items:center;gap:10px;display:flex}.dashboard-order-leading{justify-content:center;align-items:center;display:inline-flex}.dashboard-order-title{margin:0;font-size:14px;font-weight:600}.dashboard-order-subtitle{color:#fff9;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:12px;display:flex}.dashboard-order-side{font-weight:500}.dashboard-order-side.is-buy{color:#2f83ff}.dashboard-order-side.is-sell{color:#ff4d20}.dashboard-order-side.is-neutral{color:#ffffffdb}.dashboard-order-entry{color:#ffffff80}.dashboard-order-meta{color:#ffffff73;margin:0;font-size:12px}.dashboard-order-summary{flex-direction:column;align-items:flex-end;gap:6px;font-size:12px;display:flex}.dashboard-order-status{color:#ffffffa6;font-weight:600}.dashboard-order-amount{color:#fff;font-size:14px;font-weight:600}.dashboard-order-pnl{align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-order-pnl.is-up{color:#22c55e}.dashboard-order-pnl.is-down{color:#f87171}.dashboard-order-pnl.is-flat{color:#fff9}.dashboard-sheet-backdrop{z-index:80;background:#04080fa6;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.dashboard-sheet-handle{background:#fff3;border-radius:999px;width:46px;height:5px;margin:0 auto 14px}.dashboard-more-backdrop{z-index:45;background:#04080fbf;justify-content:center;align-items:stretch;animation:.25s ease-out dashboardMoreFade;display:flex;position:fixed;inset:0}.dashboard-more-modal{width:100%;height:100%;padding:calc(12px + env(safe-area-inset-top,0px))18px calc(24px + env(safe-area-inset-bottom,0px));background:#080c14fa;border:1px solid #ffffff14;border-radius:24px 24px 0 0;animation:.28s ease-out dashboardMoreSlideUp;overflow-y:auto}.dashboard-more-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.dashboard-more-title{margin:0;font-size:20px;font-weight:700}.dashboard-more-close{color:#fff;background:#ffffff14;border:none;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.dashboard-more-panel.profile-shell-sidebar{align-self:stretch;position:static;top:auto}@keyframes dashboardMoreSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes dashboardMoreFade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.dashboard-more-backdrop,.dashboard-more-modal{animation:none}}.dashboard-search-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem .9rem;display:flex}.dashboard-search-box i{color:#fff9}.dashboard-search-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:14px}.dashboard-bottom-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;background:#0a0f1ae6;border:1px solid #ffffff14;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:6px;width:min(92vw,420px);padding:10px 12px;display:grid;position:fixed;bottom:16px;left:50%;transform:translate(-50%)}.dashboard-bottom-link{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;font-size:12px;text-decoration:none;display:flex}.dashboard-bottom-link svg{width:22px;height:22px}.dashboard-bottom-link.is-active{color:#fff}.dashboard-sidebar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0f1ae6;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:24px;padding:24px;display:none;position:sticky;top:24px}.dashboard-sidebar-expanded{flex-direction:column;gap:18px;display:flex}.dashboard-sidebar-section{gap:10px;display:grid}.dashboard-sidebar-section-title{color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:12px}.dashboard-sidebar-section-links{flex-direction:column;gap:10px;display:flex}.dashboard-sidebar-link.is-accent{color:#ef4444;background:#ef44441f;border:1px solid #ef444433}.dashboard-layout .profile-shell-sidebar{display:none}.dashboard-layout .profile-shell-grid{grid-template-columns:1fr}.dashboard-sidebar-brand{align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex}.dashboard-sidebar-nav{flex-direction:column;gap:12px;display:flex}.dashboard-sidebar-link{color:#fff9;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.dashboard-sidebar-link:hover{color:#ffffffd9;background:#ffffff0f}.dashboard-sidebar-link svg{width:20px;height:20px}.dashboard-sidebar-link.is-active{color:#fff;background:#0f6bff2e;border:1px solid #0f6bff59}@media (min-width:900px){.dashboard-shell{padding:40px 32px 80px}.dashboard-layout{flex-direction:row;align-items:flex-start;gap:24px;display:flex}[dir=rtl] .dashboard-layout{flex-direction:row-reverse}.dashboard-layout>.dashboard-sidebar{flex:0 0 240px;width:240px}.dashboard-layout>.dashboard-content{flex:auto;min-width:0}.dashboard-sidebar{display:flex}.dashboard-bottom-nav{display:none}}
