:root{--orange: #ee742b;--orange-dark: #d4621e;--orange-light: #fdf0e8;--navy: #243347;--navy-light: #2d4160;--navy-muted: #6b8099;--bg: #f0f2f5;--surface: #ffffff;--text: #1c2b3a;--text-muted: #7a8a9a;--border: #e2e6ea;--radius: 10px;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 20px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
