@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap";:root{--color-bg:#0d0b09;--color-bg-elevated:#1a1410;--color-surface:#241e18;--color-text:#f5dda0;--color-text-secondary:#c9a96e;--color-text-muted:#8a7a5a;--color-accent:#d4a054;--color-accent-light:#e8c870;--color-accent-subtle:#d4a05426;--color-border:#c8a05033;--color-border-strong:#c8a05066;--font-display:"DM Sans", "Noto Sans SC", system-ui, sans-serif;--font-body:"Noto Sans SC", "DM Sans", system-ui, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#070605}body{font-family:var(--font-body);color:var(--color-text);background:#070605;min-height:100dvh;font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}
