@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--bg:#1a1512;--surface:#241d18;--surface-2:#2c231d;--text:#f2e9dc;--text-muted:#a9998a;--accent:#c9974c;--accent-soft:#c9974c24;--border:#3a2f27;--danger:#e0645a;--success:#6fae7c;--radius:10px;--font-display:"Fraunces", Georgia, serif;--font-body:"IBM Plex Sans", system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5}h1{font-family:var(--font-display);letter-spacing:-.01em;border-bottom:2px solid var(--accent);margin:0 0 4px;padding-bottom:14px;font-size:2rem;font-weight:600;display:inline-block}h2{font-family:var(--font-display);color:var(--accent);letter-spacing:.01em;margin:28px 0 12px;font-size:1.25rem;font-weight:500}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}label{color:var(--text-muted);flex-direction:column;gap:6px;font-size:.85rem;display:flex}input[type=text],input[type=email],input[type=password],input[type=number],input:not([type]),select,input[type=file]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--font-body);padding:10px 12px;font-size:.95rem}input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px}button{font-family:var(--font-body);border-radius:var(--radius);border:1px solid var(--accent);background:var(--accent);color:#1a1512;cursor:pointer;padding:10px 18px;font-size:.9rem;font-weight:600;transition:background-color .25s,color .25s,border-color .25s}button:hover{background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}button:disabled{background:var(--surface-2);border-color:var(--border);color:var(--text-muted);cursor:not-allowed}button:disabled:hover{background:var(--surface-2);color:var(--text-muted)}a.btn-transition,.btn-transition{transition:background-color .25s,color .25s,border-color .25s;display:inline-block}.btn-whatsapp:hover{background:#1ea952!important}.btn-appel:hover{background:var(--accent)!important;color:#1a1512!important}table{border-collapse:collapse;width:100%}th{text-align:left;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--accent);padding:10px 8px;font-size:.75rem}td{border-bottom:1px solid var(--border);padding:12px 8px}tr:hover td{background:var(--surface)}nav a{color:var(--text-muted);padding:8px 0;font-weight:500;display:block}nav a.active,nav a[aria-current=page]{color:var(--accent)}img{border:1px solid var(--border)}
