@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;width:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;line-height:1.45;color:#111827;background:#fff}#root{display:flex;flex-direction:column}.app-shell{width:100%;min-height:100%;display:flex;flex-direction:column}.main-content{width:100%;flex:1;display:flex;flex-direction:column;gap:12px;padding:0 8px}@media (min-width: 900px){.main-content{padding:8px 16px}}.app-header,.app-footer{width:100%;padding:8px 12px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.panel+.panel{margin-top:12px}label{font-size:.92rem;color:#374151}input,select,button{font:inherit}input[type=text],input[type=number],input[type=date],select{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827}input::placeholder{color:#9ca3af}.form-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.chart-card{width:100%;height:420px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:4px}.recharts-cartesian-axis-tick-value,.recharts-legend-item-text{font-size:12px;fill:#374151}.recharts-default-tooltip{font-size:12px;border-radius:8px!important;border:1px solid #e5e7eb!important}.hidden{display:none!important}.row{display:flex;gap:12px;align-items:center}.col{display:flex;flex-direction:column;gap:8px}@media (min-width: 1920px){.main-content{max-width:1920px;margin:0 auto}}@media (prefers-color-scheme: dark){body{color:#e5e7eb;background:#0b0f14}.panel,.chart-card{background:#0f172a;border-color:#1f2937}label,.recharts-cartesian-axis-tick-value,.recharts-legend-item-text{color:#d1d5db;fill:#d1d5db}input[type=text],input[type=number],input[type=date],select{background:#0b1220;color:#e5e7eb;border-color:#1f2937}input::placeholder{color:#6b7280}.recharts-default-tooltip{border-color:#374151!important;background:#0f172a!important;color:#e5e7eb!important}}#root{margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.scrollable-list{scrollbar-width:none;-ms-overflow-style:none}.scrollable-list::-webkit-scrollbar{display:none}
