:root{--background:#f5f7f8;--foreground:#18202a;--muted:#687382;--panel:#fff;--line:#d9e0e6;--workspace-divider:#e6e8eb;--accent:#0f766e;--accent-strong:#0f4f55;--warning:#a16207;--danger:#b42318;--info:#2563eb;--success-soft:#e7f7ef;--danger-soft:#fff0f0;--info-soft:#edf4ff}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--background);color:var(--foreground);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit}.home-page{background:var(--workspace-divider);min-height:100vh}.market-workspace{background:var(--workspace-divider);height:calc(100vh - 46px);min-height:520px;padding:6px;overflow-x:auto}.market-workspace__grid{grid-template-columns:clamp(64px,4vw,84px) minmax(560px,1fr) clamp(300px,22vw,430px) clamp(64px,4vw,84px);gap:6px;min-width:1120px;height:100%;display:grid}.market-workspace__section{background:#fff;align-items:flex-start;min-width:0;padding:16px 18px;display:flex;overflow:hidden}.market-workspace__section--side{justify-content:center;padding:14px 8px}.market-workspace__title{color:var(--foreground);text-align:left;margin:0;font-size:.82rem;font-weight:700;line-height:1.25}.market-workspace__section--side .market-workspace__title{text-align:center;font-size:.72rem}.shell{width:min(100% - 32px,1080px);margin:0 auto;padding:56px 0}.top-line{--top-line-control-size:35px;--top-line-gap:5px;--top-line-logo-size:22px;z-index:10;border:0;border-bottom:1px solid var(--line);background:var(--panel);border-radius:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;width:100%;padding:5px 12px;display:grid;position:sticky;top:0;box-shadow:0 6px 18px #18202a0d}.top-line__brand{min-height:var(--top-line-control-size);color:var(--foreground);letter-spacing:0;white-space:nowrap;border-radius:6px;align-items:center;padding:0 6px;font-weight:800;text-decoration:none;display:inline-flex}.brand-lockup{--brand-mark-size:var(--top-line-logo-size);align-items:center;gap:var(--top-line-gap);min-width:0;display:inline-flex}.brand-lockup__mark{width:var(--brand-mark-size);height:var(--brand-mark-size);flex:0 0 var(--brand-mark-size);object-fit:contain;display:block}.brand-lockup__name{text-overflow:ellipsis;min-width:0;line-height:1;overflow:hidden}.top-line__logic,.top-line__actions{align-items:center;gap:var(--top-line-gap);justify-content:flex-end;min-width:0;display:flex}.top-line__account{min-height:var(--top-line-control-size);gap:var(--top-line-gap);border:1px solid var(--line);min-width:0;max-width:min(46vw,360px);color:var(--foreground);background:#fff;border-radius:6px;flex:auto;grid-template-columns:auto minmax(0,1fr);align-items:center;padding:0 10px;font-size:.875rem;display:inline-grid}.top-line__account--active{border-color:var(--foreground);background:var(--foreground);color:#fffaf1}.top-line__account strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.auth-logo-button{width:var(--top-line-control-size);height:var(--top-line-control-size);flex:0 0 var(--top-line-control-size);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:opacity .14s,transform .14s;display:inline-flex}.auth-logo-button:hover,.auth-logo-button[aria-expanded=true]{opacity:.72;transform:translateY(-1px)}.auth-logo-button:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.auth-logo-button img{object-fit:contain;height:var(--top-line-logo-size);width:auto;display:block}.top-line .button--compact{min-width:72px;min-height:var(--top-line-control-size);border-radius:6px;flex:none;padding:0 10px;font-size:.875rem}.auth-modal-backdrop{z-index:50;background:#18202a75;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.auth-modal{border:1px solid var(--line);background:var(--panel);border-radius:8px;gap:22px;width:min(100%,440px);padding:30px;display:grid;position:relative;box-shadow:0 28px 80px #18202a3d}.auth-modal__close{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;font-weight:800;display:inline-flex;position:absolute;top:12px;right:12px}.auth-modal__close:hover{border-color:var(--line);color:var(--foreground);background:#fff}.auth-modal__icon{justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.auth-modal__icon img{object-fit:contain;width:auto;max-width:100%;height:44px;display:block}.auth-modal__header{gap:10px;display:grid}.auth-modal__header h2{margin:0;font-size:2rem;line-height:1.08}.auth-modal__header p{color:var(--muted);margin:0;font-size:1rem;line-height:1.55}.auth-modal__notice{border:1px solid color-mix(in srgb, var(--danger) 28%, var(--line));background:var(--danger-soft);color:var(--foreground);border-radius:8px;padding:12px 13px;font-size:.94rem;line-height:1.45}.auth-modal__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.auth-modal__actions .button{width:100%}.overview{justify-content:space-between;align-items:flex-end;gap:24px;margin-top:52px;display:flex}.eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:.8rem;font-weight:700}h1{letter-spacing:0;max-width:12ch;margin:0;font-size:4rem;line-height:1}.health-panel,.status-panel,.auth-panel,.stack-card{border:1px solid var(--line);background:color-mix(in srgb, var(--panel) 92%, transparent);border-radius:8px;box-shadow:0 18px 45px #18202a14}.status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:32px;display:grid}.health-panel,.status-panel{justify-content:space-between;align-items:center;gap:18px;min-height:156px;padding:24px;display:flex}.health-panel div,.status-panel>div:first-child{grid-template-columns:auto 1fr;align-items:center;gap:6px 10px;display:grid}.health-panel p,.status-panel p{color:var(--muted);margin:0;font-size:.92rem}.health-panel strong,.status-panel strong{letter-spacing:0;overflow-wrap:anywhere;grid-column:2;font-size:1.55rem}.button,.health-panel button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:44px;font-weight:700;text-decoration:none;display:inline-flex}.health-panel button,.button--primary{background:var(--foreground);color:#fffaf1;min-width:96px}.button--secondary{border:1px solid var(--line);min-width:96px;color:var(--foreground);background:#fff}.button--compact{min-width:88px;min-height:40px;padding:0 14px}.health-panel button:disabled,.button:disabled{cursor:wait;opacity:.64}.status-actions,.button-stack{align-items:center;gap:12px;display:flex}.button-stack{flex-direction:column;align-items:stretch;margin-top:14px}.text-button,.inline-link{color:var(--accent-strong);text-underline-offset:3px;font-weight:700;text-decoration-thickness:2px}.text-button{justify-content:center;align-items:center;min-height:40px;display:inline-flex}.status-dot{background:var(--muted);border-radius:999px;width:12px;height:12px}.status-dot--loading,.status-dot--idle{background:var(--warning)}.status-dot--ok{background:var(--accent)}.status-dot--error{background:var(--danger)}.stack-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:36px;display:grid}.stack-card{align-content:space-between;min-height:128px;padding:20px;display:grid}.stack-card span{color:var(--muted);font-size:.9rem}.stack-card strong{letter-spacing:0;font-size:1.35rem}.auth-page{place-items:center;min-height:100vh;padding:32px 16px;display:grid}.auth-shell{width:min(100%,440px)}.auth-brand{margin-bottom:18px}.auth-brand .brand-lockup{--brand-mark-size:40px;gap:12px}.brand-link{color:var(--foreground);letter-spacing:0;font-size:1rem;font-weight:800;text-decoration:none}.auth-panel{padding:28px}.auth-header{margin-bottom:24px}.auth-title{max-width:none;font-size:2rem;line-height:1.08}.auth-form{gap:16px;display:grid}.field{color:var(--foreground);gap:8px;font-size:.95rem;font-weight:700;display:grid}.field input{border:1px solid var(--line);width:100%;min-height:46px;color:var(--foreground);font:inherit;background:#fff;border-radius:8px;outline:none;padding:0 13px;font-weight:500}.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e24}.auth-notice{border:1px solid var(--line);color:var(--foreground);border-radius:8px;padding:12px 13px;font-size:.94rem;line-height:1.45}.auth-notice--info{border-color:color-mix(in srgb, var(--info) 24%, var(--line));background:var(--info-soft)}.auth-notice--success{border-color:color-mix(in srgb, var(--accent) 28%, var(--line));background:var(--success-soft)}.auth-notice--danger{border-color:color-mix(in srgb, var(--danger) 28%, var(--line));background:var(--danger-soft)}.auth-footer{color:var(--muted);margin-top:20px;font-size:.95rem}.auth-actions{flex-wrap:wrap;gap:16px;margin-top:18px;display:flex}@media (max-width:760px){.shell{width:min(100% - 24px,560px);padding:32px 0}.top-line{--top-line-control-size:31px;--top-line-gap:4px;--top-line-logo-size:20px;grid-template-columns:auto minmax(0,1fr);gap:5px;padding:3px 8px}.top-line__brand{padding:0 4px}.top-line__logic,.top-line__actions{width:auto}.top-line__actions{justify-content:flex-end}.top-line__account{max-width:min(52vw,260px);padding:0 8px;font-size:.8rem}.market-workspace{height:calc(100vh - 38px);min-height:520px;padding:4px}.market-workspace__grid{grid-template-columns:60px minmax(520px,1fr) 280px 60px;gap:4px;min-width:960px}.market-workspace__section{padding:14px}.market-workspace__section--side{padding:12px 6px}.auth-modal{padding:24px}.auth-modal__actions{grid-template-columns:1fr}.overview,.status-grid,.stack-grid{grid-template-columns:1fr;display:grid}h1{max-width:none;font-size:3rem}.health-panel,.status-panel{flex-direction:column;align-items:flex-start}.status-actions{justify-content:space-between;width:100%}.auth-panel{padding:22px}}
