@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--orange: #F26A21;--bg: #0E1A2B;--panel: #16293F;--border: #26405E;--text: #E8EEF6;--text-dim: #93A4BC;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit}input,textarea,select,button{font-family:inherit}input::placeholder,textarea::placeholder{color:#5e7390}input[type=date],input[type=time],input[type=datetime-local]{color-scheme:dark}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}input:focus,textarea:focus,select:focus{border-color:var(--orange)!important;box-shadow:0 0 0 3px #f26a212e}select option{background:var(--panel);color:var(--text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a4566;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#355179}
