@tailwind base;@tailwind components;@tailwind utilities;.error-message{background-color:#fee2e2;border:1px solid #ef4444;color:#dc2626;padding:12px 16px;border-radius:6px;margin-bottom:16px;font-weight:500}body,html{margin:0;padding:0;min-height:100vh}:root{--primary:#d4af37;--primary-hover:#b8962f;--secondary:#1a1a1a;--background:#000;--surface:#0a0a0a;--surface2:#151515;--border:#333;--text:#fff;--text-secondary:#a0a0a0;--gold:#d4af37;--gold-light:#f4d03f;--accent:#a855f7;--accent2:#6366f1;--accent3:#8b5cf6;--muted:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}body{color:var(--text);background:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.02em}h1{font-size:3rem;line-height:1.1}h2{font-size:2rem}h3{font-size:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:0;padding:2rem}.card:hover{border-color:var(--gold)}.btn-primary{background:var(--gold);color:var(--secondary);font-weight:600;padding:.875rem 2rem;border-radius:0;border:none;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;font-size:.8125rem}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}.input{background:var(--surface);border:1px solid var(--border);border-radius:0;padding:.875rem 1rem;color:var(--text);width:100%;font-size:1rem}.input:focus{outline:none;border-color:var(--gold)}.input::placeholder{color:var(--text-secondary)}.badge{background:transparent;padding:.25rem .75rem;border:1px solid var(--gold);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.badge,.text-gold{color:var(--gold)}.border-gold{border-color:var(--gold)}a{color:var(--text);text-decoration:none;transition:color .2s ease}a:hover{color:var(--gold)}section{padding:6rem 1.5rem}@media (min-width:768px){section{padding:8rem 2rem}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-center{text-align:center}.text-secondary{color:var(--text-secondary)}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.rounded{border-radius:0}.border{border:1px solid var(--border)}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.min-h-screen{min-height:100vh}.gold-line{width:60px;height:2px;background:var(--gold)}.divider{width:100%;height:1px;background:var(--border)}table{width:100%;border-collapse:collapse}td,th{padding:1rem 0;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:var(--text-secondary)}