*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #141414;--bg-tertiary: #1a1a1a;--bg-hover: #252525;--text-primary: #ffffff;--text-secondary: #888888;--text-muted: #555555;--border-color: #2a2a2a;--accent: #ffffff;--sidebar-width: 260px;--timeline-height: 92px;--header-height: 48px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}@keyframes spin{to{transform:rotate(360deg)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}input:focus,textarea:focus,select:focus{border-color:#444!important;outline:none}::selection{background:#ffffff26}@media(min-width:768px){button{transition:all .15s ease}textarea{resize:vertical}[style*="overflow: auto"],[style*="overflowY: auto"],[style*="overflow-y: auto"]{scroll-behavior:smooth}}@media(max-width:767px){body{overflow-x:hidden}button,a,select,input,textarea{min-height:36px}input,select,textarea{font-size:16px!important}}
