@charset "UTF-8";:root{--color-bg: #0a0a0a;--color-bg-2: #161616;--color-gold-solid: #c9a227;--color-gold-light-solid: #f1be03;--color-gold-dark-solid: #9a6e00;--color-gold: linear-gradient(90deg, #c9a227 0%, #f1be03 100%);--color-gold-light: linear-gradient(90deg, #d4b13a 0%, #f6cf4a 100%);--color-black: #1a1a1a;--color-white: #ffffff;--color-surface: rgba(255, 255, 255, .04);--color-surface-hover: rgba(255, 255, 255, .07);--color-border: rgba(255, 255, 255, .12);--color-text-primary: #f5f1ea;--color-text-secondary: #b9b3a4;--color-text-muted: #8a8577;--color-success: #4caf50;--color-warning: #f1be03;--color-error: #e57373;--color-info: #64b5f6;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 20px;--radius-pill: 999px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--transition-fast: .15s ease;--transition-base: .25s ease}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:radial-gradient(circle at 20% 10%,var(--color-bg-2),var(--color-bg) 65%);color:var(--color-text-primary)}a{color:inherit}.page-header,.page-title,.page-subtitle{font-family:inherit}.mesh-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle at 15% 20%,rgba(201,162,39,.16),transparent 42%),radial-gradient(circle at 85% 75%,rgba(241,190,3,.1),transparent 45%);animation:meshPulse 14s ease-in-out infinite alternate}@keyframes meshPulse{0%{transform:scale(1) translate(0);opacity:.85}to{transform:scale(1.08) translate(-1%,1%);opacity:1}}.noise-overlay{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml;utf8,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;background-repeat:repeat}@media (prefers-reduced-motion: reduce){.mesh-bg{animation:none}}
