body{background:var(--bg-gradient);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;transition:background .3s,color .3s}:root,[data-theme=dark]{--sidebar-bg:rgba(12,0,28,.82);--sidebar-border:rgba(255,16,240,.28);--sidebar-active-bg:rgba(255,16,240,.16);--sidebar-active-border:rgba(255,16,240,.5)}[data-theme=light]{--sidebar-bg:hsla(0,0%,100%,.82);--sidebar-border:rgba(255,16,240,.22);--sidebar-active-bg:rgba(255,16,240,.1);--sidebar-active-border:rgba(255,16,240,.4)}.header-link{align-items:center;background:transparent;border:none;border-radius:12px;color:var(--text-muted);cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;text-decoration:none;transition:color .2s,background .2s,box-shadow .2s;width:40px}.header-link:hover{background:var(--picker-active-bg);color:var(--text)}.header-link svg{height:22px;width:22px}.menu-trigger{background:var(--picker-bg);border:1px solid var(--picker-border)}.menu-trigger.show,.menu-trigger:hover{background:var(--picker-active-bg);color:var(--text)}.menu-trigger svg{height:18px;width:18px}[data-theme=dark] .header-link:hover{box-shadow:0 0 18px #ff10f080}[data-theme=dark] .menu-trigger{box-shadow:0 0 14px #ff10f04d}[data-theme=dark] .menu-trigger.show,[data-theme=dark] .menu-trigger:hover{box-shadow:0 0 18px #ff10f099}[data-theme=light] .header-link:hover{box-shadow:0 0 14px #ff10f059}[data-theme=light] .menu-trigger{box-shadow:0 0 10px #ff10f038}[data-theme=light] .menu-trigger.show,[data-theme=light] .menu-trigger:hover{box-shadow:0 0 14px #ff10f073}.theme-toggle{background:var(--picker-bg);border:1px solid var(--picker-border);border-radius:12px;display:flex;gap:2px;padding:3px}.theme-toggle .btn{align-items:center;background:transparent;border:none;border-radius:8px!important;color:var(--text-muted);display:flex;justify-content:center;padding:7px 10px;transition:color .2s,background .2s,box-shadow .2s}.theme-toggle .btn:hover{color:var(--text)}.theme-toggle .btn.active{background:var(--picker-active-bg);color:var(--text)}.theme-toggle .btn svg{height:16px;width:16px}[data-theme=dark] .theme-toggle{box-shadow:0 0 14px #ff10f04d}[data-theme=dark] .theme-toggle .btn.active{box-shadow:0 0 12px #ff10f080}[data-theme=light] .theme-toggle{box-shadow:0 0 10px #ff10f038}[data-theme=light] .theme-toggle .btn.active{background:linear-gradient(135deg,#00b8ff2e,#ff10f02e);box-shadow:0 0 10px #ff10f066}.app-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);bottom:0;display:flex;flex-direction:column;gap:14px;left:0;overflow-x:hidden;overflow-y:auto;padding:12px 8px;position:fixed;top:0;transition:width .2s ease;width:56px;z-index:1030}.app-main{margin-left:56px;padding:24px 0;transition:margin-left .2s ease}.app-content{display:flex;justify-content:center}.sidebar-scrim{display:none}.sidebar-hamburger{background:var(--sidebar-bg);border:1px solid var(--sidebar-border);display:none;left:12px;position:fixed;top:12px;z-index:1010}.sidebar-top{display:flex;flex-direction:column;gap:10px}.sidebar-brand{align-items:center;color:var(--text);display:none;gap:10px;min-width:0;text-decoration:none}.sidebar-name{font-size:15px;font-weight:700;overflow:hidden;white-space:nowrap}.sidebar-dock-btn{align-self:center;flex-shrink:0}.sidebar-dock-btn svg{transition:transform .2s ease}.sidebar-groups{display:flex;flex:1 1 auto;flex-direction:column;gap:14px}.sidebar-group{display:flex;flex-direction:column;gap:2px}.sidebar-group-label{color:var(--label);display:none;font-size:10px;font-weight:600;letter-spacing:1.4px;padding:2px 10px;text-transform:uppercase;white-space:nowrap}.sidebar-link{align-items:center;border:1px solid transparent;border-radius:10px;color:var(--text-muted);display:flex;gap:0;justify-content:center;padding:9px 0;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s,border-color .15s;white-space:nowrap}.sidebar-link:hover{background:var(--picker-bg);color:var(--text)}.sidebar-icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.sidebar-icon svg{height:22px;width:22px}.sidebar-link-name{display:none;font-size:14px;font-weight:500;overflow:hidden}.sidebar-link.router-link-active{background:var(--sidebar-active-bg);border-color:var(--sidebar-active-border);color:var(--text)}[data-theme=dark] .sidebar-link.router-link-active{box-shadow:0 0 12px #ff10f04d}.sidebar-settings{border-top:1px solid var(--sidebar-border);display:flex;flex-direction:column;gap:8px;padding-top:12px}.sidebar-setting-row{align-items:center;display:flex;gap:10px;justify-content:center;padding:2px 0}.sidebar-setting-icon{display:none}.sidebar-setting-label{color:var(--text-muted);display:none;flex:1;font-size:13px;white-space:nowrap}.sidebar-setting-row .theme-toggle{flex-direction:column}@media(min-width:768px){html[data-sidebar=docked] .app-sidebar{width:232px}html[data-sidebar=docked] .app-main{margin-left:232px}}html[data-sidebar=docked] .sidebar-top{align-items:center;flex-direction:row;justify-content:space-between}html[data-sidebar=docked] .sidebar-brand{display:flex;justify-content:flex-start}html[data-sidebar=docked] .sidebar-dock-btn{align-self:auto}html[data-sidebar=docked] .sidebar-dock-btn svg{transform:rotate(180deg)}html[data-sidebar=docked] .sidebar-group-label,html[data-sidebar=docked] .sidebar-name{display:block}html[data-sidebar=docked] .sidebar-link{gap:12px;justify-content:flex-start;padding:9px 10px}html[data-sidebar=docked] .sidebar-link-name{display:block}html[data-sidebar=docked] .sidebar-setting-row{justify-content:flex-start;padding:2px 6px}html[data-sidebar=docked] .sidebar-setting-label{display:block}html[data-sidebar=docked] .sidebar-setting-row .theme-toggle{flex-direction:row}@media(max-width:767.98px){.sidebar-hamburger{display:flex}.sidebar-dock-btn{display:none}.app-main{margin-left:0;padding-top:60px}.app-sidebar{box-shadow:0 0 40px #00000080;transform:translate(-100%);transition:transform .2s ease;width:min(84vw,300px)}html[data-sidebar=docked] .app-sidebar{transform:translate(0)}html[data-sidebar=docked] .sidebar-scrim{background:#00000080;display:block;inset:0;position:fixed;z-index:1020}.sidebar-top{align-items:center;flex-direction:row;justify-content:space-between}.sidebar-brand{display:flex;justify-content:flex-start}.sidebar-group-label,.sidebar-link-name,.sidebar-name,.sidebar-setting-label{display:block}.sidebar-link{gap:12px;justify-content:flex-start;padding:9px 10px}.sidebar-setting-row{justify-content:flex-start;padding:2px 6px}.sidebar-setting-row .theme-toggle{flex-direction:row}}@media(max-width:575.98px){.header-link,.menu-trigger{height:36px;width:36px}.header-link svg{height:20px;width:20px}.theme-toggle .btn{padding:5px 8px}.theme-toggle .btn svg{height:14px;width:14px}}
