@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:#0d1117;color:#f0f4ff;font-family:Space Grotesk,system-ui,sans-serif;font-size:13px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:Space Grotesk,system-ui,sans-serif;font-size:13px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #1e2535 inset;-webkit-text-fill-color:#f0f4ff;caret-color:#f0f4ff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#374160;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a5578}select option{background:#1e2535;color:#f0f4ff}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#161c26 25%,#1e2535,#161c26 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.app-shell{height:100vh;display:flex;overflow:hidden}.main-content{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.page-content{flex:1;overflow-y:auto;min-height:0}
