@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=DM+Sans:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0b0f1a;color:#e8e6e1;line-height:1.5}:root{--bg: #0B0F1A;--bg-alt: #101524;--bg-card: #141929;--gold: #C9A96E;--gold-light: #E2CFA0;--gold-dim: rgba(201,169,110,.12);--gold-border: rgba(201,169,110,.18);--text: #E8E6E1;--text-muted: #8B8D95;--text-dim: #5A5C66;--border: rgba(255,255,255,.06);--white: #FAFAF8}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c9a96e33;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c9a96e59}::selection{background:#c9a96e40;color:#fafaf8}:focus-visible{outline:1px solid var(--gold);outline-offset:2px}input,textarea,select{font-family:DM Sans,sans-serif;background:#ffffff08;border:1px solid var(--border);color:var(--text);border-radius:4px;padding:10px 14px;font-size:14px;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--gold-border);outline:none}input::placeholder,textarea::placeholder{color:var(--text-dim)}button{font-family:DM Sans,sans-serif;cursor:pointer}
