:root{--bg: #F4F6FA;--bg-2: #EDF0F6;--paper: #FFFFFF;--ink: #050A1F;--ink-2: #1A2240;--ink-3: #475066;--ink-4: #8B91A7;--ink-5: #C4C8D6;--line: #E6E9F2;--line-2: #F0F2F8;--blue: #002970;--blue-2: #0040C9;--blue-3: #2E6DFF;--blue-4: #5B8DFF;--blue-soft: #E8EFFE;--yellow: #FFD60A;--yellow-2: #FFC300;--yellow-soft: #FFF8DC;--gold: #C8A951;--green: #00B86B;--green-soft: #DCFAE7;--red: #FF3B5C;--red-soft: #FFE7EC;--shadow-sm: 0 1px 2px rgba(5,10,31,.04);--shadow: 0 4px 16px rgba(5,10,31,.06);--shadow-lg: 0 12px 32px rgba(5,10,31,.08);--shadow-xl: 0 24px 48px rgba(5,10,31,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{font-family:Manrope,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;min-height:100vh}body{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none}input,select,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}::selection{background:var(--yellow);color:var(--blue)}input:focus,select:focus,textarea:focus,button:focus-visible{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--ink-5);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--ink-4)}::-webkit-scrollbar-track{background:transparent}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-soft{0%,to{box-shadow:0 0 0 4px #00b86b2e}50%{box-shadow:0 0 0 8px #00b86b0d}}@keyframes pulse-yellow{0%,to{box-shadow:0 0 #ffd60a80}50%{box-shadow:0 0 0 12px #ffd60a00}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-up{animation:fadeUp .5s ease}.fade-in{animation:fadeIn .3s ease}.spin{animation:spin 1s linear infinite}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#050a1f99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s}
