:root{--bg: #111827;--surface: #1f2937;--surface-hover: #374151;--text: #f3f4f6;--text-secondary: #9ca3af;--border: rgba(255, 255, 255, .08);--accent: #16a34a;--accent-hover: #15803d;--accent-light: rgba(22, 163, 74, .15);--danger: #ef4444;--danger-light: rgba(239, 68, 68, .1)}html{background:var(--bg)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}@supports (-webkit-touch-callout: none){input,textarea,select{font-size:16px!important}}button,input,select,a{touch-action:manipulation}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:var(--text);background:var(--bg);overflow:hidden;position:fixed;inset:0;width:100%;height:100%}.app-container{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}@media(display-mode:standalone){.app-container{height:100%}}[hidden]{display:none!important}app-root{display:block;height:100%}app-root>*:not(router-outlet){display:block;height:100%}
