@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap";:root{--bg: #0e0c0a;--bg-card: #171410;--bg-elevated: #1f1b17;--border: #2e2820;--text: #e8ddd0;--text-muted: #7a6e63;--accent: #c8974a;--accent-soft: rgba(200, 151, 74, .12);--danger: #c85a4a;--radius: 12px;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "DM Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,textarea,select{font-family:inherit;font-size:.95rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:10px 14px;width:100%;outline:none;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
