:root{--background-color: #f5f5f5;--card-background: #ffffff;--text-color: #333333;--text-secondary: #666666;--border-color: #dddddd;--button-background: #ffffff;--hover-background: rgba(0, 0, 0, .05);--table-header-background: #f8f9fa;--table-stripe-background: rgba(0, 0, 0, .02)}.dark-theme{--background-color: #121212;--card-background: #1e1e1e;--text-color: #ffffff;--text-secondary: #b0b0b0;--border-color: #333333;--button-background: #1e1e1e;--hover-background: rgba(255, 255, 255, .1);--table-header-background: #2a2a2a;--table-stripe-background: rgba(255, 255, 255, .02)}.light-theme{--background-color: #f5f5f5;--card-background: #ffffff;--text-color: #333333;--text-secondary: #666666;--border-color: #dddddd;--button-background: #ffffff;--hover-background: rgba(0, 0, 0, .05)}*{box-sizing:border-box}html{margin:0;padding:0;width:100%;max-width:100vw;overflow-x:hidden;-webkit-text-size-adjust:100%}body{margin:0;padding:0;width:100%;max-width:100vw;height:100%;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}app-root{display:block;width:100%;max-width:100vw;overflow-x:hidden}
