@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple:#7c3aed;--purple-light:#a78bfa;--purple-dark:#5b21b6;--bg:#0f0f13;--surface:#1a1a24;--surface2:#22223a;--border:#2e2e45;--text:#e8e8f0;--muted:#8888a8;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b}body{background:var(--bg);color:var(--text);min-height:100dvh;font-family:Poppins,sans-serif}button{cursor:pointer;font-family:inherit}input{font-family:inherit}@media (width<=600px){.sidebar{display:none!important}.bottom-nav{display:flex!important}.main-content{padding:16px 12px 80px!important}}@media (width>=601px){.bottom-nav{display:none!important}}.bottom-nav{background:var(--surface);border-top:1px solid var(--border);z-index:50;padding-bottom:env(safe-area-inset-bottom);display:none;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:3px;padding:10px 4px;font-family:inherit;font-size:10px;transition:color .15s;display:flex}.bottom-nav button.active{color:var(--purple-light)}.bottom-nav button span.icon{font-size:18px}body{padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.bottom-nav{padding-bottom:calc(10px + env(safe-area-inset-bottom))}[data-theme=light]{--bg:#f0f0f7;--surface:#fff;--surface2:#e8e8f2;--border:#d0d0e2;--text:#1a1a2e;--muted:#668;--purple:#7c3aed;--purple-light:#6d28d9;--purple-dark:#5b21b6;--green:#16a34a;--red:#dc2626;--yellow:#d97706}@media (width>=601px){.mobile-sheet{display:none!important}}
