*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#05050a;color:#f8fafc;font-family:Outfit,sans-serif;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Unbounded,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#05050a}::-webkit-scrollbar-thumb{background:#6d28d966;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6d28d999}@keyframes pulse-green{0%,to{box-shadow:0 0 8px #0f8,0 0 16px #00ff884d}50%{box-shadow:0 0 4px #0f8,0 0 8px #00ff881a}}@keyframes pulse-red{0%,to{box-shadow:0 0 8px #f44,0 0 16px #ff44444d}50%{box-shadow:0 0 4px #f44,0 0 8px #ff44441a}}@keyframes pulse-purple{0%,to{box-shadow:0 0 8px #6d28d9,0 0 16px #6d28d94d}50%{box-shadow:0 0 4px #6d28d9,0 0 8px #6d28d91a}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.toast-container{display:flex;flex-direction:column;gap:10px;position:fixed;right:20px;top:20px;z-index:10000}.toast{animation:slideInRight .3s ease,fadeOut .3s ease 2.7s forwards;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #ffffff1a;border-radius:12px;font-family:Outfit,sans-serif;font-size:14px;min-width:280px;padding:14px 24px}.toast-success{background:#00ff8826;border-color:#00ff884d;color:#0f8}.toast-error{background:#ff444426;border-color:#ff44444d;color:#f44}.toast-info{background:#6d28d926;border-color:#6d28d94d;color:#a78bfa}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}input:focus,select:focus,textarea:focus{outline:none}a{color:inherit;text-decoration:none}