*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080810;--surface:#111118;--surface2:#1a1a24;--border:#2a1a1a;--border-light:#3a2020;--text:#f0f0f0;--text-muted:#889;--danger:#f44;--success:#22c55e;--radius:12px;--radius-sm:8px;--sidebar-w:200px;--bottombar-h:64px}@media (prefers-color-scheme:light){:root{--bg:#f1f1f4;--surface:#fff;--surface2:#f5f5f8;--border:#e2e2e8;--border-light:#d8d8e2;--text:#111118;--text-muted:#667;--danger:#d93025;--success:#16a34a}}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}input,select,textarea,button{font-family:inherit;font-size:1rem}button{cursor:pointer;border-radius:var(--radius-sm);border:none;transition:background .15s,transform .1s,box-shadow .15s}button:active{transform:scale(.97)}input,select{background:var(--surface2);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text);outline:none;padding:.65rem .85rem;transition:border-color .15s,box-shadow .15s}select option{background:var(--surface)}input::placeholder{color:var(--text-muted)}input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:light){input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:99px}.app-shell{height:100dvh;display:flex;overflow:hidden}.app-content{padding-bottom:calc(var(--bottombar-h) + env(safe-area-inset-bottom));flex:1;overflow:hidden auto}.pull-to-refresh{top:calc(env(safe-area-inset-top) + 10px);z-index:90;width:38px;height:38px;color:var(--mod-accent,#e31c1c);background:color-mix(in srgb, var(--surface) 94%, transparent);border:1px solid var(--border-light);opacity:0;pointer-events:none;transform:translate(-50%, calc(-52px + min(var(--pull-distance), 72px)));border-radius:999px;place-items:center;transition:opacity .12s,transform .12s,border-color .12s;display:grid;position:fixed;left:50%;box-shadow:0 6px 20px #00000047}.pull-to-refresh.is-visible{opacity:1}.pull-to-refresh.is-ready,.pull-to-refresh.is-refreshing{border-color:var(--mod-accent,#e31c1c)}.pull-to-refresh__arrow{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s}.pull-to-refresh.is-ready .pull-to-refresh__arrow{transform:rotate(180deg)}.pull-to-refresh__spinner{border:2px solid color-mix(in srgb, currentColor 25%, transparent);border-top-color:currentColor;border-radius:50%;width:19px;height:19px;animation:.7s linear infinite pull-to-refresh-spin}@keyframes pull-to-refresh-spin{to{transform:rotate(360deg)}}@media (width>=768px){.app-content{margin-left:var(--sidebar-w);padding-bottom:0}.pull-to-refresh{display:none}}:focus-visible{outline:2px solid var(--mod-accent,#888);outline-offset:2px}
