:root{--bg-deep: #0a0e14;--bg-elevated: #111822;--text-primary: #f4f1ea;--text-secondary: #c8cdd8;--text-muted: #8b95a8;--gold: #c9a962;--gold-soft: rgba(201, 169, 98, .22);--gold-border: rgba(201, 169, 98, .35);--cta-from: #e8d5a8;--cta-to: #b8941f;--cta-text: #1a1408;--font-display: "Bebas Neue", "Arial Narrow", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Manrope,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-deep);color:var(--text-primary);line-height:1.7;overflow-x:hidden}.spin{animation:pilares-spin .9s linear infinite}@keyframes pilares-spin{to{transform:rotate(360deg)}}@keyframes topbar-shine{0%{transform:translate(-120%) skew(-18deg)}to{transform:translate(480%) skew(-18deg)}}.topbar{position:relative;width:100%;padding:24px 20px;text-align:center;overflow:hidden;font-family:Montserrat,Georgia,Times New Roman,serif;font-size:clamp(18px,1.8vw,16px);font-weight:800;letter-spacing:.16em;line-height:1.2;text-transform:uppercase;color:var(--gold);background:var(--cta-text);border-bottom:1px solid var(--gold-soft)}@media (max-width: 768px){.topbar{font-size:14px}}.topbar__shine{position:absolute;top:0;bottom:0;left:0;width:36%;pointer-events:none;z-index:0;opacity:.2;background:linear-gradient(90deg,transparent 0%,rgba(232,213,168,.08) 18%,rgba(255,236,200,.18) 42%,rgba(255,252,245,.3) 50%,rgba(255,236,200,.18) 58%,rgba(232,213,168,.08) 82%,transparent 100%);animation-name:topbar-shine;animation-duration:5s;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform}.topbar__text{position:relative;z-index:1}@media (prefers-reduced-motion: reduce){.topbar__shine{animation-duration:12s}}h1,h2,h3{font-family:"PT Serif",Georgia,Times New Roman,serif;font-weight:600;line-height:1.15;color:var(--text-primary);letter-spacing:-.01em}p{color:var(--text-secondary);line-height:1.75}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}
