.app-container{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.theme-transition{transition:all .3s ease}.puff-out-hor{animation:puff-out-hor .9s cubic-bezier(.165,.84,.44,1) both}@keyframes puff-out-hor{0%{transform:scaleX(1);filter:blur(0px);opacity:1}to{transform:scaleX(2);filter:blur(4px);opacity:0}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px;box-shadow:inset 0 0 2px #0000001a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0f1829,#3f4653);border-radius:4px;border:1px solid rgba(255,255,255,.1);box-shadow:0 1px 3px #0003}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0a101c,#293043);box-shadow:0 2px 6px #0000004d}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#060910,#0f1829)}::-webkit-scrollbar-corner{background:#f5f5f5}.dark-theme ::-webkit-scrollbar-track{background:#1e1e1e;box-shadow:inset 0 0 2px #ffffff1a}.dark-theme ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#e7bb21,#ebc84d);border:1px solid rgba(0,0,0,.2)}.dark-theme ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#a18217,#e7bb21)}.dark-theme ::-webkit-scrollbar-corner{background:#1e1e1e}.thin-scrollbar ::-webkit-scrollbar{width:4px;height:4px}.thin-scrollbar ::-webkit-scrollbar-thumb{background:#3f4653;border-radius:2px}.thin-scrollbar ::-webkit-scrollbar-thumb:hover{background:#0f1829}.accent-scrollbar ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#e7bb21,#ffc107)}.accent-scrollbar ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#a18217,#e7bb21)}.success-scrollbar ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2e7d32,#4caf50)}.success-scrollbar ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32)}.error-scrollbar ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d32f2f,#ef5350)}.error-scrollbar ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c62828,#d32f2f)}.info-scrollbar ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1976d2,#42a5f5)}.info-scrollbar ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0d47a1,#1976d2)}.warning-scrollbar ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#f57c00,#ffb74d)}.warning-scrollbar ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#e65100,#f57c00)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}#root{min-height:100vh;transition:background-color .3s ease}:root{--bg-primary: #F4F4F4;--bg-secondary: #FFFFFF;--text-primary: #0A101C;--text-secondary: #3F4653;--border-color: #E0E0E0;--shadow-color: rgba(0, 0, 0, .08)}body{background-color:var(--bg-primary);color:var(--text-primary)}#root{background-color:var(--bg-primary)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
