:root{--theme-bg:#121212;--theme-bg-secondary:#1e1e1e;--theme-text-primary:#e0e0e0;--theme-accent:#d32f2f;--theme-border:#2e2e2e;--theme-border-light:#3a3a3a;--theme-text-secondary:#b0b0b0;--theme-text-tertiary:grey;--theme-hover:#2a2a2a;--theme-selected:#2d1e1e;--theme-selected-border:#d32f2f;--theme-input-bg:#1e1e1e;--theme-card-shadow:rgba(0,0,0,.3);--theme-overlay:rgba(0,0,0,.5);--theme-success:#4caf50;--theme-warning:#ff9800;--theme-error:#d32f2f;--theme-info:#2196f3;--theme-input-focus:var(--theme-accent);--theme-input-focus-border:var(--theme-accent);--theme-chart-text:#333;--theme-chart-stroke:#333}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--theme-bg);color:var(--theme-text-primary);position:relative}a{color:inherit;text-decoration:none}@media (max-width:1024px){.main-layout{grid-template-columns:1fr!important;gap:1rem!important}}@media (max-width:768px){button,input[type=checkbox],input[type=search],input[type=text]{min-height:44px;min-width:44px}*{-webkit-overflow-scrolling:touch}main{padding:.75rem!important;box-sizing:border-box}body,main{width:100%}body{overflow-x:hidden}.main-layout>*{width:100%;max-width:100%;box-sizing:border-box}}