:root{--primary:#0d2e2b;--primary-dark:#071a18;--primary-glow:#0d2e2b14;--secondary:#d4af37;--accent:#e8f0ef;--background:#fdfdff;--foreground:#0c0d0e;--surface-1:#f8f9fa;--surface-2:#f1f3f5;--surface-border:#0d2e2b14;--glass-bg:#ffffffeb;--glass-border:#0d2e2b0f;--ink:#0c0d0e;--charcoal:#1f2937;--text-primary:#0c0d0e;--text-secondary:#4a5568;--text-muted:#718096;--selection-bg:#0d2e2b;--selection-text:#fff;--grad-primary:linear-gradient(135deg, #0d2e2b 0%, #1a4742 100%);--fs-h1:2.5rem;--fs-h2:2rem;--fs-h3:1.75rem;--fs-h4:1.25rem;--fs-h5:1.125rem;--fs-h6:1rem;--fs-p:1rem}html,body{max-width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-primary);font-family:var(--font-jakarta),sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-playfair),serif;color:var(--text-primary)}a{color:var(--text-secondary);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-border);border:2px solid var(--background);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--primary);color:#fff}
