.chrome{grid-template-columns:224px minmax(0,1fr);height:100vh;display:grid}.chrome-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:4px;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.chrome-wordmark{font-family:var(--font-display);color:var(--accent);align-items:center;gap:10px;padding:4px 10px 18px;font-size:1rem;line-height:1.3;display:flex}.chrome-wordmark-logo{border-radius:9px;flex-shrink:0;width:34px;height:34px}.chrome-wordmark:hover{color:var(--accent-hover)}.chrome-nav{flex-direction:column;gap:2px;display:flex}.chrome-nav-link{border-radius:var(--radius);color:var(--text-muted);white-space:nowrap;padding:9px 12px;font-size:.92rem;font-weight:600}.chrome-nav-link:hover{background:var(--surface-hover);color:var(--text)}.chrome-nav-link.active{background:var(--accent-soft);color:var(--accent)}.chrome-body{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex}.chrome-topbar{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;justify-content:flex-end;align-items:center;gap:14px;padding:12px 24px;display:flex;position:sticky;top:0}.chrome-balance{background:var(--accent-soft);color:var(--accent);border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);border-radius:999px;padding:6px 14px;font-size:.85rem;font-weight:700}.chrome-balance:hover{border-color:var(--accent)}.chrome-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-size:.85rem;overflow:hidden}.chrome-main{flex-direction:column;flex:1;min-width:0;min-height:0;padding:28px;display:flex;overflow-y:auto}.chrome-main>*{flex-shrink:0}@media (max-width:820px){.chrome{grid-template-columns:1fr}.chrome-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-flow:wrap;align-items:center;gap:8px;height:auto;padding:10px 14px;position:static}.chrome-wordmark{padding:0;font-size:.9rem}.chrome-nav{flex-flow:wrap}.chrome-nav-link{padding:7px 10px;font-size:.85rem}.chrome-email{display:none}.chrome-main{padding:20px 16px}}
