:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#090b0f;--surface:#111720;--surface-2:#16202b;--line:#27313f;--text:#f4f7fb;--muted:#98a4b5;--accent:#e0523f;--accent-2:#42c6b6;--good:#78d08c;--warning:#e7b84f;--danger:#f06a6a}*{box-sizing:border-box}html{background:var(--bg);min-width:320px;color:var(--text);letter-spacing:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:linear-gradient(180deg, #e0523f14, transparent 340px), var(--bg);min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0}main{width:min(1180px,100% - 32px);margin:0 auto;padding:32px 0 56px}.app-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#090b0ff0;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;min-height:68px;padding:0 clamp(16px,4vw,40px);display:grid;position:sticky;top:0}.brand-lockup,.top-nav,.auth-controls,.primary-action,.secondary-action,.icon-button,.status-row span,.search-field,.segmented-control,.loading-panel,.error-panel,.empty-state,.item-cell,.character-row{align-items:center;display:flex}.brand-lockup{gap:10px;min-width:0}.brand-lockup strong,.item-cell strong{overflow-wrap:anywhere;display:block}.brand-lockup span span,.item-cell small,.ops-panel span{color:var(--muted);font-size:.78rem;display:block}.brand-mark,.icon-button{border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--accent-2);border-radius:8px;flex:0 0 36px;justify-content:center}.top-nav{justify-content:center;gap:8px}.top-nav a,.primary-action,.secondary-action{white-space:nowrap;border-radius:8px;justify-content:center;gap:8px;min-height:40px;padding:0 14px}.top-nav a{color:var(--muted)}.auth-controls{justify-content:flex-end;gap:10px;min-width:0}.identity-pill{border:1px solid var(--line);max-width:230px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;padding:8px 10px;overflow:hidden}.primary-action{background:var(--accent);color:#fff}.secondary-action{border:1px solid var(--line);background:var(--surface-2);color:var(--text)}.icon-button{cursor:pointer}.home-workspace,.inventory-workspace{gap:24px;display:grid}.home-heading,.workspace-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:24px;display:flex}.home-heading{max-width:760px;display:block}.eyebrow{color:var(--accent-2);text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:700}h1{margin:0;font-size:clamp(2.2rem,7vw,5.6rem);line-height:.96}.workspace-heading h1{font-size:clamp(2rem,5vw,4rem)}.home-heading p:not(.eyebrow){max-width:680px;color:var(--muted);margin:16px 0 0;font-size:1.05rem;line-height:1.7}.ops-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ops-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:8px;min-height:116px;padding:18px;display:grid}.ops-panel svg{color:var(--accent-2)}.home-actions,.status-row{flex-wrap:wrap;gap:10px;display:flex}.status-row span{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--muted);border-radius:8px;gap:8px;padding:0 10px}.status-row svg{color:var(--good)}.character-strip{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.character-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:12px;min-height:56px;padding:8px}.character-emblem,.character-emblem-fallback{object-fit:cover;border-radius:4px;flex:0 0 120px;width:120px;height:40px}.character-emblem-fallback,.item-icon-fallback{background:var(--surface-2);display:inline-block}.character-row strong{color:var(--warning);margin-left:auto}.inventory-toolbar{grid-template-columns:minmax(220px,340px) 1fr;align-items:center;gap:12px;display:grid}.search-field{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:8px;min-height:42px;padding:0 12px}.search-field svg{color:var(--muted);flex:none}.search-field input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.segmented-control{justify-content:flex-end;gap:6px;overflow-x:auto}.segmented-control button{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--muted);cursor:pointer;border-radius:8px;flex:none;padding:0 12px}.segmented-control button[aria-pressed=true]{color:var(--text);border-color:#42c6b6b3}.loading-panel,.error-panel,.empty-state{border:1px solid var(--line);background:var(--surface);min-height:180px;color:var(--muted);text-align:center;border-radius:8px;justify-content:center;gap:10px}.error-panel{color:var(--danger);border-color:#f06a6a73}.table-shell{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:860px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:12px}th{color:var(--muted);font-size:.78rem;font-weight:600}tr:last-child td{border-bottom:0}.item-cell{gap:12px;min-width:260px}.item-icon,.item-icon-fallback{border-radius:6px;flex:0 0 44px;width:44px;height:44px}.item-icon{object-fit:cover}@media (max-width:760px){.app-header{grid-template-columns:1fr auto}.top-nav{display:none}.home-heading,.workspace-heading{flex-direction:column;align-items:flex-start}.ops-grid,.inventory-toolbar{grid-template-columns:1fr}.segmented-control{justify-content:flex-start}}@media (max-width:520px){main{width:min(100% - 20px,1180px);padding-top:20px}.app-header{gap:10px;min-height:62px;padding:0 10px}.brand-lockup span span,.identity-pill{display:none}.primary-action,.secondary-action{padding:0 10px}}
