:root{--color-navy:#08081a;--color-card:#111b30;--color-gold:#d4a017;--color-gold-hover:#e6b422;--color-white:#ffffff;--color-text:#e8edf5;--color-text-muted:#7b8aa5;--color-border:rgba(123,138,165,0.22);--color-error:#ef4444;--radius-md:12px;--max-width:1100px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:var(--color-navy);color:var(--color-text);font-family:system-ui,-apple-system,sans-serif}a{color:var(--color-gold)}button,input,select,textarea{font:inherit}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}