:root{color:#172033;background:#f4f6f8;--ink: #172033;--muted: #667085;--line: #d7dde6;--surface: #ffffff;--surface-soft: #f8fafc;--control: #111827;--control-text: #e5e7eb;--accent: #0f766e;--accent-soft: #0f766e18;--primary: #2563eb;--success: #15803d;--warning: #b45309;--danger: #b91c1c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#111827,#172033 42%,#0f766e)}.login-panel{width:min(420px,100%);padding:32px;background:var(--surface);border:1px solid #ffffff33;box-shadow:0 24px 70px #0003;border-radius:8px}.brand-mark,.logo-box{display:inline-grid;place-items:center;width:44px;height:44px;color:#fff;background:var(--accent);border-radius:8px}.login-panel h1,.topbar h1,.profile-hero h2{margin:16px 0 6px;font-size:28px;letter-spacing:0}.login-panel p,.topbar p,.profile-hero p,.selected-summary p{margin:0;color:var(--muted)}.login-form{display:grid;gap:16px;margin-top:28px}.user-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin-bottom:18px}.form-field{display:grid;gap:8px}.form-field input,.form-field select{width:100%;height:44px;min-height:44px}.user-form-toggle{display:flex;align-items:center;gap:10px;min-height:44px;margin-top:30px;color:#344054;font-weight:650}.user-form-toggle input{width:18px;height:18px;min-height:18px;margin:0}.user-form-actions{display:flex;align-items:end;justify-content:flex-end}label{display:grid;gap:8px;color:#344054;font-weight:650}input{min-height:44px;padding:0 12px;color:#172033;background:var(--surface);border:1px solid #cfd6df;border-radius:6px}select{min-height:44px;height:44px;padding:0 12px;color:#172033;background:var(--surface);border:1px solid #cfd6df;border-radius:6px;appearance:none;-webkit-appearance:none;-moz-appearance:none}input:focus,select:focus{outline:2px solid #2563eb33;border-color:var(--primary)}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);background:linear-gradient(180deg,#eef7f6 0,#f4f6f8 240px),var(--surface-soft)}.sidebar{position:sticky;top:0;height:100vh;display:grid;grid-template-rows:auto 1fr auto;padding:20px;background:var(--control);border-right:1px solid #000000}.app-title{display:flex;align-items:center;gap:12px}.app-title strong{display:block;font-size:18px;color:var(--control-text)}.app-title small{color:#94a3b8}.app-title small,td small,.profile-row small,.record-card small,.metric small,.kv-grid small{display:block;color:var(--muted);font-size:12px}.side-nav{display:grid;align-content:start;gap:8px;margin-top:32px}.sidebar-bottom{display:grid;gap:10px}.app-version{margin:0;color:#94a3b8;font-size:12px;line-height:1.4}.login-panel .app-version{margin-top:18px;color:var(--muted);text-align:center}.side-nav button,.bottom-nav button{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 12px;color:#e5e7eb;background:#1f2937;border:1px solid #374151;border-radius:6px}.side-nav button.active,.bottom-nav button.active{color:#ecfeff;background:var(--accent);border-color:var(--accent)}.workspace{min-width:0;padding:24px 32px 48px}.topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;margin-bottom:22px;color:#f8fafc;background:var(--control);border:1px solid #1f2937;border-radius:8px}.topbar>div{min-width:0}.topbar h1{margin:0;color:#f8fafc;overflow-wrap:anywhere}.topbar p{color:#cbd5e1}.top-actions{display:flex;align-items:center;gap:10px}.account-menu-wrap{position:relative;min-width:0}.account-trigger,.mobile-account-trigger{display:flex;align-items:center;gap:8px;min-height:32px;min-width:0;padding:0 10px;color:var(--ink);background:#f8fafc;border:1px solid #d7dde6;border-radius:6px}.account-trigger span,.mobile-account-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu{position:absolute;right:0;top:calc(100% + 8px);width:130px;display:grid;gap:4px;padding:6px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 44px #17203324;z-index:30}.account-menu button{min-height:38px;display:flex;align-items:center;gap:5px;padding:0 10px;color:var(--ink);background:transparent;border:0;border-radius:6px;text-align:left}.account-menu button:hover{background:var(--surface-soft)}.account-info-grid,.password-form{display:grid;gap:14px}.account-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-info-grid div{min-width:0;padding:12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:6px}.account-info-grid small{display:block;margin-bottom:6px;color:var(--muted);font-size:12px}.account-info-grid strong{overflow-wrap:anywhere}.account-help-placeholder{margin:0}.bottom-nav,.mobile-account-bar{display:none}.page-flow{display:grid;gap:20px;min-width:0;max-width:100%}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.user-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.metric,.panel,.profile-hero{min-width:0;max-width:100%;background:var(--surface);border:1px solid var(--line);border-radius:8px}.metric{min-height:108px;padding:20px;border-top:4px solid var(--accent);box-shadow:0 10px 30px #1720330c}.metric:nth-child(2){border-top-color:var(--success)}.metric:nth-child(3){border-top-color:var(--primary)}.metric:nth-child(4){border-top-color:var(--warning)}.metric:nth-child(5){border-top-color:var(--danger)}.metric strong{display:block;margin-top:12px;font-size:28px;letter-spacing:0;overflow-wrap:anywhere}.split-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:20px}.panel{padding:20px;min-width:0}.page-summary{display:grid;gap:8px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.section-head h2,.modal h2{margin:0;font-size:18px;letter-spacing:0}.section-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.section-copy{margin:0;color:var(--muted);line-height:1.5}.helper-copy{max-width:68ch}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 16px;margin-bottom:12px}.filter-field{display:grid;gap:8px}.filter-field span{color:#344054;font-weight:650}.filter-actions{display:flex;justify-content:flex-end;margin-bottom:16px}.profile-list{display:grid;gap:10px;min-width:0;max-width:100%}.profile-row{width:100%;max-width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:12px;text-align:left;color:#172033;background:linear-gradient(90deg,#fff,#f6fbfb);border:1px solid #d6e6e4;border-radius:6px}.profile-row:hover{border-color:var(--accent);background:#eef9f7}.profile-row>span{min-width:0}.profile-row>div{min-width:0;max-width:100%}.profile-row strong,.record-card strong{overflow-wrap:anywhere}.selected-summary{display:grid;gap:14px}.selected-summary .status-pill,.profile-hero .status-pill{justify-self:start}.selected-summary h3{margin:4px 0 0;font-size:24px;letter-spacing:0}.profile-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;border-top:4px solid var(--accent)}.profile-hero>div{min-width:0}.profile-hero h2{margin-top:10px;overflow-wrap:anywhere}.tabs{display:flex;gap:8px;min-width:0;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.tabs button{min-height:40px;padding:0 14px;text-transform:capitalize;color:#0f3f3a;background:#e6f4f2;border:1px solid #b7d8d4;border-radius:6px}.tabs button.active{color:#fff;background:var(--control);border-color:var(--control)}.desktop-table{width:max-content;min-width:100%;border-collapse:collapse;table-layout:fixed}th,td{padding:12px 10px;border-bottom:1px solid #e3e8ef;text-align:left;vertical-align:top;white-space:nowrap}th{color:#667085;font-size:12px;font-weight:700}td{color:#172033;font-size:14px}.mobile-cards{display:none}.data-list{min-width:0;max-width:100%;overflow-x:auto}.desktop-table .id-cell{max-width:140px;overflow:hidden;-webkit-user-select:text;user-select:text}.id-value{display:block;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:clip;cursor:copy}.mobile-id-value{width:100%;min-height:0;padding:0;color:#172033;background:transparent;border:0;border-radius:0;font:inherit;font-weight:700;line-height:1.35;text-align:left;white-space:normal;overflow-wrap:anywhere;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-id-value:hover,.mobile-id-value:active{background:transparent}.mobile-id-value.expanded{display:block;overflow:visible;-webkit-line-clamp:unset}.copy-feedback{position:fixed;right:20px;bottom:20px;z-index:30;padding:9px 12px;color:#fff;background:var(--control);border-radius:6px;box-shadow:0 8px 24px #0f172a2e;font-size:13px;font-weight:700}.record-card{min-width:0;max-width:100%;display:grid;gap:12px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:8px}.record-line{display:grid;gap:4px;min-width:0}.record-line small,.record-line strong,.record-card>strong,.record-card>small,.record-card>div:not(.card-pills):not(.command-row)>strong,.record-card>div:not(.card-pills):not(.command-row)>small{min-width:0;overflow:hidden;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-pills,.command-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.table-actions{justify-content:flex-start}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;color:#667085;font-size:13px}.pagination-actions{display:flex;align-items:center;gap:10px}.pagination-actions span{min-width:56px;color:#172033;font-weight:700;text-align:center}.pagination-actions .ghost-command{min-height:36px}.ghost-command:disabled{cursor:not-allowed;opacity:.45}.kv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;min-width:0;max-width:100%}.kv-grid div{min-height:76px;padding:14px;background:#f8fbfb;border:1px solid #d6e6e4;border-radius:6px}.kv-grid strong{display:block;margin-top:8px;overflow-wrap:anywhere}.runtime-stack{display:grid;gap:16px}.risk-status-card{display:grid;gap:14px;min-width:0;padding:16px;background:#f8fbfb;border:1px solid #d6e6e4;border-radius:6px}.risk-status-head{margin-bottom:0}.risk-status-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.primary-command,.ghost-command,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:6px}.primary-command{padding:0 16px;color:#fff;background:var(--primary);border:1px solid var(--primary);font-weight:750}.primary-command:hover{background:#1d4ed8;border-color:#1d4ed8}.primary-command.danger{background:var(--danger);border-color:var(--danger)}.ghost-command{padding:0 14px;color:#fff;background:var(--accent);border:1px solid var(--accent);font-weight:700}.ghost-command:hover{background:#115e59;border-color:#115e59}.icon-button{width:44px;padding:0;color:#fff;background:var(--control);border:1px solid var(--control)}.logout{width:100%}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:750;white-space:nowrap}.good{color:#fff;background:var(--success)}.warn{color:#fff;background:var(--warning)}.danger{color:#fff;background:var(--danger)}.neutral{color:#0f3f3a;background:#dff3f0}.order-status{min-width:74px;border:1px solid transparent}.order-status-live{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}.order-status-pending{color:#92400e;background:#fef3c7;border-color:#fde68a}.order-status-filled{color:#166534;background:#dcfce7;border-color:#bbf7d0}.order-status-closed{color:#475569;background:#e2e8f0;border-color:#cbd5e1}.order-status-failed{color:#991b1b;background:#fee2e2;border-color:#fecaca}.order-status-unknown{color:#334155;background:#f1f5f9;border-color:#e2e8f0}.danger-text{color:#b91c1c}.warn-text{color:#b45309}.error-text{color:#b91c1c}.toast{display:flex;align-items:center;gap:10px;min-height:44px;margin:0 0 16px;padding:10px 12px;border-radius:6px}.toast button{margin-left:auto;color:inherit;background:#fff3;border:1px solid #ffffff55;border-radius:6px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0f172a8c;z-index:20}.modal{width:min(460px,100%);max-height:calc(100vh - 40px);overflow-y:auto;display:grid;gap:18px;padding:22px;background:var(--surface);border-radius:8px;border:1px solid var(--line)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.live-warning{display:flex;gap:10px;align-items:center;margin:0;padding:12px;color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:6px}.empty-state{margin:18px 0 0;color:var(--muted)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){html,body,#app{max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}.app-shell{display:block;max-width:100%;overflow-x:hidden;padding-bottom:126px}.sidebar{display:none}.workspace{max-width:100%;overflow-x:hidden;padding:16px}.topbar{min-height:64px;align-items:flex-start}.topbar h1{font-size:24px}.top-actions .status-pill,.top-actions .account-menu-wrap{display:none}.metric-grid,.split-layout,.kv-grid,.filter-grid{grid-template-columns:1fr}.user-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric{min-height:92px}.profile-hero{display:grid;padding:18px}.profile-hero .primary-command{width:100%}.desktop-table{display:none}.mobile-cards{display:grid;gap:12px;min-width:0;max-width:100%}.pagination-bar{align-items:stretch;flex-direction:column}.pagination-actions{justify-content:space-between;flex-wrap:wrap}.copy-feedback{bottom:118px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;width:100%;max-width:100%;overflow:visible;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:52px 48px;min-height:100px;padding:0;background:var(--control);border-top:0;z-index:10}.mobile-account-bar{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:52px;padding:8px 10px;background:#e6f4f2;border-bottom:1px solid #b7d8d4}.mobile-account-bar span{flex:1 1 auto;min-width:0;color:var(--ink);text-align:left}.mobile-account-menu{min-width:0}.mobile-account-trigger{width:100%;min-height:36px;padding:0;color:var(--ink);background:transparent;border:0;border-radius:0}.mobile-account-menu .account-menu{left:0;right:auto;top:auto;bottom:calc(100% + 8px);width:110px}.mobile-account-menu .account-menu button{display:flex;align-items:center;gap:3px;grid-template-columns:auto minmax(0,1fr);justify-content:start;place-items:center start;white-space:nowrap}.mobile-account-menu .account-menu button span{display:inline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-account-bar strong,.mobile-account-bar small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-account-bar small{margin-top:2px;color:var(--muted);font-size:12px}.mobile-account-bar .ghost-command{justify-self:end;flex:0 0 auto;min-height:34px;min-width:72px;padding:0 8px;color:var(--ink);background:#e6f4f2;border-color:transparent;font-size:12px;white-space:nowrap}.bottom-nav button{height:48px;display:grid;place-items:center;gap:2px;min-width:0;width:100%;max-width:100%;padding:4px 2px;font-size:13px;line-height:1.15;text-align:center;border-radius:0;overflow:hidden}.bottom-nav button span{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottom-nav .mobile-account-trigger{height:auto;display:flex;justify-content:flex-start;place-items:unset;gap:0;padding:0;color:var(--ink);background:transparent;border:0}.bottom-nav .mobile-account-trigger span{display:block;color:var(--ink)}.bottom-nav .mobile-account-trigger small{display:block;margin-top:2px;color:var(--muted);font-size:12px}}@media(max-width:520px){.login-panel{padding:24px}.workspace{padding:12px;font-size:15px}.panel{padding:14px}.login-panel h1,.topbar h1,.profile-hero h2{font-size:23px}.section-head h2,.modal h2{font-size:17px}.section-copy,.profile-row,.record-card,td{font-size:15px}.profile-row{flex-wrap:wrap;align-items:flex-start;gap:8px 10px}.profile-row>div{flex:1 1 180px}.profile-row>.status-pill{flex:0 1 auto;max-width:100%}.app-title small,td small,.profile-row small,.record-card small,.metric small,.kv-grid small,th{font-size:13px}.primary-command,.ghost-command,.icon-button,.form-field input,.form-field select,input,select{min-height:40px}.icon-button{width:40px}.metric-grid{gap:12px}.user-metric-grid{grid-template-columns:1fr}.topbar{gap:8px;align-items:flex-start}.top-actions{gap:6px;flex-shrink:0}.user-form,.account-info-grid{grid-template-columns:1fr}.user-form-toggle,.user-form-actions{margin-top:0}.user-form-actions .primary-command{width:100%}}
