*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s ease,color .3s ease}html[data-theme=light] body{background:#f0f2f5;color:rgba(0,0,0,.88)}html[data-theme=dark] body{background:#0a0a0a;color:hsla(0,0%,100%,.88)}main{min-height:calc(100vh - 64px);margin-top:64px}*{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.3s;transition-timing-function:ease}html[data-theme=dark] ::-webkit-scrollbar{width:12px;height:12px}html[data-theme=dark] ::-webkit-scrollbar-track{background:#1f1f1f}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:6px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#4a4a4a}html[data-theme=light] ::-webkit-scrollbar{width:12px;height:12px}html[data-theme=light] ::-webkit-scrollbar-track{background:#f0f0f0}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:6px}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#bfbfbf}html:not([data-theme]) body{visibility:hidden}html[data-theme] body{visibility:visible}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(15px)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes glow{0%,to{box-shadow:0 0 20px rgba(192,38,211,.3)}50%{box-shadow:0 0 30px rgba(192,38,211,.6)}}.glow-text{text-shadow:0 0 20px rgba(192,38,211,.5)}.glow-box{box-shadow:0 0 20px rgba(192,38,211,.3)}@media (max-width:768px){main{margin-top:64px}}@media print{.no-print,footer,header{display:none!important}}::selection{background-color:rgba(192,38,211,.3);color:inherit}::-moz-selection{background-color:rgba(192,38,211,.3);color:inherit}:focus-visible{outline:2px solid #c026d3;outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}