:root{--accent: #1a9975;--accent-d: #157a5e;--accent-soft: #13333a;--mint: #abedd8}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Poppins,system-ui,sans-serif;color:#e8eef6;background:#0f1f38;-webkit-font-smoothing:antialiased}#root{height:100%}h1,h2,h3,h4,p{margin:0}input,textarea,button,select{font-family:inherit}textarea{resize:none}::placeholder{color:#6e86a8}:focus-visible{outline:2px solid var(--mint)!important;outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes toastPop{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:#2a4870;border-radius:99px;border:3px solid transparent;background-clip:content-box}
