:root{--background: #0b0b0f;--foreground: #f2f2f7;--card: #1c1c25;--card-foreground: #f2f2f7;--popover: #1c1c25;--popover-foreground: #f2f2f7;--primary: #fe2c55;--primary-foreground: #ffffff;--secondary: #16161d;--secondary-foreground: #f2f2f7;--muted: #2a2a35;--muted-foreground: #9a9aa7;--accent: #25f4ee;--accent-foreground: #0b0b0f;--destructive: #fe2c55;--destructive-foreground: #ffffff;--border: #2a2a35;--input: #2a2a35;--ring: #25f4ee;--radius: .5rem}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a48}::selection{background:#25f4ee47}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{transform:scale(.6)}to{transform:scale(1)}}.animate-fade-in{animation:fade-in .2s ease-out}.animate-slide-up{animation:slide-up .3s ease-out}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
