@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#0a2a4e;--color-action:#00b894;--color-background:#f4f7f9;--color-text:#1d2c3c;--color-white:#fff;--color-error:#e74c3c;--color-warning:#f39c12;--color-success:#00b894;--color-gray-light:#e5e7eb;--color-gray-medium:#9ca3af;--color-focus:#1d4ed8}body{color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-weight:600;line-height:1.3}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-gray-medium);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}
