@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Georgia:wght@400;600&display=swap";:root{--bg: #121110;--surface: #1C1917;--surface-2: #25221F;--surface-3: #2C2825;--border: #2C2825;--border-subtle: #25221F;--text: #F5F0E6;--text-muted: #B8AFA3;--muted: #8A8178;--ember: #E07A3D;--cream: #F5F0E6}body{font-family:Inter,system_ui,sans-serif}h1,h2,.serif{font-family:Georgia,Times New Roman,ui-serif,serif}.btn{display:inline-flex;align-items:center;gap:8px;padding:0 20px;height:42px;border-radius:999px;font-size:14px;font-weight:500;border:1px solid #2C2825;background:#1C1917;color:#f5f0e6;transition:all .1s ease;white-space:nowrap}.btn:hover{border-color:#463f38;background:#25221F}.btn-primary{background:#E07A3D;color:#121110;border-color:#e07a3d}.btn-primary:hover{background:#C25E2A;border-color:#c25e2a;color:#f5f0e6}.input{width:100%;background:#1C1917;border:1px solid #2C2825;border-radius:14px;padding:13px 16px;font-size:15px;color:#f5f0e6;outline:none;transition:border .1s ease}.input:focus{border-color:#463f38}.input::-moz-placeholder{color:#6b6259}.input::placeholder{color:#6b6259}.card{background:#1C1917;border:1px solid #2C2825;border-radius:18px}.empty-state{padding:28px;border:1px dashed #2C2825;border-radius:16px;color:#8a8178;font-size:14px;line-height:1.45}.section-title{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:#6b6259;margin-bottom:6px}.nav-link{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;font-size:13px;color:#8a8178;transition:all .1s}.nav-link:hover{color:#f5f0e6}.nav-link.active{background:#1C1917;color:#f5f0e6;border:1px solid #2C2825}.mismatch{background:#1C1917;border-left:3px solid #E07A3D;color:#b8afa3}.pill{font-size:11px;padding:2px 9px;border-radius:999px;border:1px solid #2C2825;background:#25221F;color:#b8afa3}.toast{--normal-bg: #1C1917;--normal-text: #F5F0E6;--normal-border: #2C2825}input[type=range]{accent-color:#E07A3D}svg text{-webkit-user-select:none;-moz-user-select:none;user-select:none}
