@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;html{color-scheme:dark}body,html{background:#0a0a0a}body,html{margin:0;padding:0;color:#e5e5e5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw}*{box-sizing:border-box}img{max-width:100%;height:auto;display:block}@layer components{.btn-primary,.btn-secondary,.card,.input,.label,.section-title{@apply w-full border border-gray-200 text-gray-600 py-3 rounded-xl font-semibold hover:bg-gray-50 transition-colors}}.nx-footer{position:relative;z-index:10;background:linear-gradient(180deg,#0a0a0a,#050505);border-top:1px solid rgba(212,175,55,.15);padding:3rem 1.5rem 1.5rem;font-family:Inter,sans-serif;color:#999;font-size:.85rem}.nx-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#d4af37 50%,transparent)}.nx-footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(212,175,55,.08)}.nx-footer-brand h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:700;background:linear-gradient(135deg,#f4d03f,#d4af37 50%,#9a7d0a);-webkit-background-clip:text;background-clip:text;color:transparent;margin:0 0 .5rem;letter-spacing:-.01em}.nx-footer-brand p{color:#777;font-size:.82rem;line-height:1.6;margin:0 0 1rem;max-width:280px}.nx-footer-brand .tagline{font-weight:500}.nx-footer-brand .tagline,.nx-footer-col h4{font-size:.7rem;color:#d4af37;text-transform:uppercase;letter-spacing:.15em}.nx-footer-col h4{font-weight:600;margin:0 0 .9rem}.nx-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.nx-footer-col a,.nx-footer-col span{color:#999;text-decoration:none;font-size:.82rem;line-height:1.5;transition:color .2s ease}.nx-footer-col a:hover{color:#f4d03f}.nx-footer-col .info-line{color:#777;font-size:.78rem}.nx-footer-bottom{max-width:1100px;margin:0 auto;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.nx-footer-copy{font-size:.75rem;color:#666}.nx-footer-copy b{color:#999;font-weight:500}.nx-footer-meta{font-size:.72rem;color:#555;letter-spacing:.05em}@media (max-width:800px){.nx-footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.nx-footer-brand{grid-column:1/-1}}@media (max-width:500px){.nx-footer-inner{grid-template-columns:1fr;gap:1.8rem}.nx-footer-bottom{justify-content:center;text-align:center}}