*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #1a1a1a;--color-accent: #ff6b6b;--color-secondary: #f8f8f8;--color-text: #2d2d2d;--color-text-light: #666;--color-white: #ffffff;--color-black: #000000;--font-display: "Paperlogy", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-body: "Paperlogy", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--transition-fast: .2s;--transition-base: .3s;--transition-slow: .5s;--holo-1: #806a3c;--holo-2: #876245;--holo-3: #4c765a;--holo-4: #50507c}@keyframes vipHoloDrift{0%{background-position:0% 50%}to{background-position:100% 50%}}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:500;color:var(--color-text);background-color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;line-height:1.2;letter-spacing:-.02em}p,span,div,a,li,label{font-weight:500}a,button{font-weight:600}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-secondary)}::-webkit-scrollbar-thumb{background:var(--color-text-light);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-text)}::selection{background:var(--color-accent);color:var(--color-white)}
