*{margin:0;padding:0;box-sizing:border-box}html{position:relative;height:100vh;box-sizing:border-box}body{position:relative;min-height:100%;width:100%;margin:0;box-sizing:border-box;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header{min-width:100%}main{min-height:100vh}footer{width:100%;text-align:center}:root{--bg-main: #f8fafc;--bg-card: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--accent: #2563eb;--accent-light: #8aceef;--border-color: #e2e8f0;--shadow: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05)}html[data-theme=dark]{--bg-main: #041231;--bg-card: #131b27;--text-primary: #f8fafc;--text-secondary: #94a3b8;--accent: #3b82f6;--accent-light: #8aceef;--border-color: #334155;--shadow: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3)}html,body{background-color:var(--bg-main);color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;transition:background-color .3s ease,color .3s ease,border-color .3s ease}main,.app-main-content,#app{background-color:var(--bg-main);color:var(--text-primary)}#app{display:grid;margin:0;padding:0;box-sizing:border-box;min-width:100%;min-height:100vh;font-weight:400}
