@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,sans-serif}.dash-layout{min-height:100vh;display:flex}.sidebar{background:var(--surface-page);border-right:1px solid var(--border-subtle);z-index:100;flex-direction:column;width:220px;min-height:100vh;padding:24px 0;display:flex;position:fixed;top:0;bottom:0;left:0}.logo{border-bottom:1px solid var(--border-subtle);cursor:pointer;justify-content:center;align-items:center;margin-bottom:20px;padding:25px 30px 44px 20px;display:flex}.logo img{width:100%;max-width:100%;height:auto;display:block}.nav-section{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted-2);margin-top:16px;margin-bottom:4px;padding:0 20px;font-size:10px;font-weight:600}.nav-item{color:var(--muted);cursor:pointer;align-items:center;gap:10px;padding:10px 20px;font-size:13px;font-weight:400;transition:all .15s;display:flex}.nav-item:hover{color:var(--text);background:#ffffff08}.nav-item.active{color:var(--nav-active-text);background:var(--nav-active-bg);border-radius:8px;margin:0 8px;padding:10px 12px;font-weight:500}.nav-item.active span{color:var(--nav-active-color)}.sidebar-bottom{border-top:1px solid var(--border);margin-top:auto;padding:16px;position:relative}.brand-chip{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:3px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;transition:background .15s;display:flex}.brand-chip:hover{background:var(--subtle)}.brand-avatar{background:var(--nav-avatar-gradient);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:600;display:flex;overflow:hidden}.brand-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.brand-email{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:130px;font-size:11px;overflow:hidden}.chevron{color:var(--muted);flex-shrink:0;margin-left:auto;font-size:9px;transition:transform .15s}.chevron.open{transform:rotate(180deg)}.account-menu{background:var(--surface2);border:1px solid var(--border);z-index:200;border-radius:3px;animation:.15s menuIn;position:absolute;bottom:76px;left:12px;right:12px;overflow:hidden}@keyframes menuIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.menu-item{color:var(--muted);cursor:pointer;border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:11px 14px;font-size:13px;transition:all .1s;display:flex}.menu-item:last-child{border-bottom:none}.menu-item:hover{background:var(--subtle);color:var(--text)}.menu-item.current{color:var(--text);background:#46188d0f}.menu-item.danger{color:var(--red)}.menu-item.danger:hover{background:#f2757514}.dash-main{flex:1;min-height:100vh;margin-left:220px}.bottom-nav{display:none}@media (max-width:768px){.sidebar{display:none}.dash-main{padding-bottom:calc(72px + env(safe-area-inset-bottom));margin-left:0;overflow-x:hidden}.bottom-nav{z-index:200;background:var(--surface);border-top:1px solid var(--border);height:56px;padding-bottom:env(safe-area-inset-bottom);display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{cursor:pointer;color:var(--muted);background:0 0;border:none;border-top:2px solid #0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding-top:2px;font-family:Inter,sans-serif;transition:color .15s;display:flex}.bottom-nav-item.active{color:var(--accent);border-top-color:var(--accent)}.bottom-nav-icon{font-size:18px;line-height:1}.bottom-nav-label{font-size:10px}.more-overlay{z-index:240;position:fixed;inset:0}.more-sheet{z-index:250;background:var(--surface);border-top:1px solid var(--border);border-radius:3px 3px 0 0;flex-direction:column;padding:8px 0 0;display:flex;position:fixed;bottom:56px;left:0;right:0}.more-drag-handle{background:var(--subtle);border-radius:2px;flex-shrink:0;width:28px;height:3px;margin:0 auto 12px}.more-sheet-item{border:none;border-bottom:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;align-items:center;gap:14px;padding:14px 20px;font-family:Inter,sans-serif;font-size:14px;display:flex}.more-sheet-item:last-child{border-bottom:none}.more-sheet-item.danger{color:var(--red)}.more-sheet-item:active{background:var(--subtle)}}.theme-pill{background:var(--accent);border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.theme-pill-thumb{background:#fff;border-radius:8px;width:16px;height:16px;transition:left .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.theme-pill[data-active=dark] .theme-pill-thumb{left:18px}.theme-pill[data-active=light] .theme-pill-thumb{left:2px}
