*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0b0b0f;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s ease,color .3s ease}html.light body{background:#f9fafb;color:#111827}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1e1e2e;border-radius:4px}html.light ::-webkit-scrollbar-thumb{background:#d1d5db}::-webkit-scrollbar-thumb:hover{background:#2e2e3e}html.light ::-webkit-scrollbar-thumb:hover{background:#9ca3af}::selection{background:rgba(255,107,53,.3);color:#fff}html.light ::selection{background:rgba(255,107,53,.2);color:#111827}:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .6s ease forwards}@media (max-width:768px){.nav-link{display:none!important}}