@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--surface:#1e293b;--surface2:#0f172a;--border:#334155;--text:#e2e8f0;--text-muted:#94a3b8;--accent:#06b6d4;--green:#059669;--shadow:0 8px 32px #0006}*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f172a;min-height:100vh;font-family:Inter,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.drawer-overlay{z-index:200;background:#0009;display:none;position:fixed;inset:0}.drawer-overlay.open{display:block}@media (width<=640px){.item-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}}@media (width<=400px){.item-grid{grid-template-columns:1fr!important}}.cat-header{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.cat-header-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.cat-view-toggle{display:flex}@media (width<=768px){.cat-header{flex-direction:column;gap:10px}.cat-header-actions{flex-wrap:wrap;width:100%}.cat-view-toggle{display:none}.sidebar-desktop{display:none!important}.mobile-hamburger{display:inline!important}.sidebar-mobile{z-index:300;width:280px;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.sidebar-mobile.open{transform:translate(0)}}@media (display-mode:standalone){.app-header{padding-top:env(safe-area-inset-top,0px)!important;height:calc(56px + env(safe-area-inset-top,0px))!important}.app-content{padding-bottom:env(safe-area-inset-bottom,0px)}}@media (width>=769px){.sidebar-mobile,.mobile-hamburger,.drawer-overlay{display:none!important}}
