*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;min-height:100vh;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:var(--accent-purple);text-decoration:none}a:hover{color:var(--accent-teal);text-decoration:underline}ul,ol{list-style:none}button,input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}button{cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;color:var(--text-bright);line-height:1.2}p{margin-bottom:var(--space-md)}p:last-child{margin-bottom:0}hr{border:none;border-top:1px solid var(--border);margin:var(--space-lg)0}:focus-visible{outline:2px solid var(--accent-purple);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}