
:root {
  --as-v14-green:#0b3426;
  --as-v14-dark:#061b14;
  --as-v14-gold:#f3d27a;
  --as-v14-text:#fbf7e8;
  --as-v14-muted:#d7ccb2;
}
.as-quran-hero {
  background: radial-gradient(circle at top left, rgba(243,210,122,.16), transparent 36%), linear-gradient(135deg, #0a3325, #071d15);
  border-bottom: 1px solid rgba(243,210,122,.22);
}
.as-quran-top-grid { display:grid; grid-template-columns: 1.3fr .7fr; gap:16px; margin-top:18px; }
.as-quran-search, .as-quran-stat, .as-quran-panel, .as-quran-card {
  border:1px solid rgba(243,210,122,.20);
  background:rgba(255,255,255,.055);
  border-radius:22px;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.as-quran-search { padding:16px; display:grid; gap:12px; }
.as-quran-controls { display:grid; grid-template-columns: 1fr 180px 180px; gap:10px; }
.as-quran-controls input, .as-quran-controls select {
  width:100%; box-sizing:border-box; border:1px solid rgba(243,210,122,.24); background:rgba(0,0,0,.22); color:var(--as-v14-text);
  border-radius:16px; padding:12px; font:inherit;
}
.as-quran-stat { padding:16px; }
.as-quran-stat strong { color:var(--as-v14-gold); font-size:1.6rem; display:block; }
.as-quran-stat small { color:var(--as-v14-muted); line-height:1.5; }
.as-quran-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(260px, 1fr)); gap:14px; margin-top:18px; }
.as-quran-card { padding:18px; position:relative; overflow:hidden; }
.as-quran-card::before { content:''; position:absolute; inset:auto -30px -50px auto; width:140px; height:140px; background:radial-gradient(circle, rgba(243,210,122,.10), transparent 70%); }
.as-quran-word { direction:rtl; text-align:right; font-size:2.4rem; line-height:1.25; color:var(--as-v14-gold); font-family: 'Amiri', 'Scheherazade New', serif; font-weight:800; }
.as-quran-phonetic { color:#ffffff; font-weight:800; margin-top:8px; }
.as-quran-translation { color:var(--as-v14-muted); margin:8px 0 10px; line-height:1.55; }
.as-quran-meta { display:flex; flex-wrap:wrap; gap:7px; margin:10px 0; }
.as-quran-chip { border:1px solid rgba(243,210,122,.22); background:rgba(243,210,122,.08); color:var(--as-v14-gold); border-radius:999px; padding:6px 9px; font-size:.85rem; font-weight:800; }
.as-quran-note { color:var(--as-v14-muted); line-height:1.55; }
.as-quran-example { margin-top:12px; padding:12px; border-radius:16px; background:rgba(0,0,0,.18); }
.as-quran-example .ar { direction:rtl; text-align:right; font-size:1.5rem; color:#fff; font-family:'Amiri','Scheherazade New',serif; }
.as-quran-example .fr { color:var(--as-v14-muted); margin-top:4px; }
.as-quran-actions { display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }
.as-quran-actions button, .as-quran-actions a, .as-quran-btn {
  border:1px solid rgba(243,210,122,.25); background:rgba(255,255,255,.07); color:var(--as-v14-text); border-radius:999px; padding:9px 12px; font-weight:900; cursor:pointer; text-decoration:none; font:inherit;
}
.as-quran-actions .primary, .as-quran-btn.primary { background:linear-gradient(135deg,#f3d27a,#d7a83a); color:#173222; border-color:transparent; }
.as-quran-panel { padding:18px; margin-top:20px; }
.as-quran-panel h2 { color:var(--as-v14-gold); margin:0 0 10px; }
.as-quran-quiz-box { display:grid; gap:12px; }
.as-quran-question { font-size:1.1rem; color:#fff; font-weight:900; }
.as-quran-options { display:grid; grid-template-columns:repeat(auto-fit, minmax(180px, 1fr)); gap:10px; }
.as-quran-option { border:1px solid rgba(243,210,122,.22); background:rgba(0,0,0,.18); color:var(--as-v14-text); border-radius:16px; padding:12px; text-align:left; cursor:pointer; font:inherit; }
.as-quran-option.correct { border-color:#77e3a2; background:rgba(119,227,162,.14); }
.as-quran-option.wrong { border-color:#ff9f9f; background:rgba(255,159,159,.12); }
.as-quran-feedback { color:var(--as-v14-muted); line-height:1.6; }
.as-quran-empty { border:1px dashed rgba(243,210,122,.3); border-radius:18px; padding:18px; color:var(--as-v14-muted); }
@media (max-width: 860px) {
  .as-quran-top-grid, .as-quran-controls { grid-template-columns:1fr; }
  .as-quran-word { font-size:2rem; }
}
@media print { .as-quran-search, .as-quran-actions, .as-quran-panel { display:none !important; } }


/* v81 - mots du Coran : recherche, statistiques et cartes plus compactes */
body.as-v81-compact .as-quran-top-grid { grid-template-columns: minmax(0, 1fr) 260px; gap: 12px; margin-top: 12px; }
body.as-v81-compact .as-quran-search { padding: 12px; gap: 10px; }
body.as-v81-compact .as-quran-controls { grid-template-columns: minmax(240px, 1fr) 165px 145px; gap: 8px; }
body.as-v81-compact .as-quran-controls input,
body.as-v81-compact .as-quran-controls select { padding: 10px 11px; border-radius: 13px; }
body.as-v81-compact .as-quran-stat { padding: 12px; }
body.as-v81-compact .as-quran-stat strong { font-size: 1.35rem; }
body.as-v81-compact .as-quran-panel { padding: 14px; margin-top: 14px; border-radius: 18px; }
body.as-v81-compact .as-quran-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px; margin-top: 14px; }
body.as-v81-compact .as-quran-card { padding: 14px; border-radius: 18px; }
body.as-v81-compact .as-quran-word { font-size: 2.05rem; }
body.as-v81-compact .as-quran-example { padding: 10px; margin-top: 9px; }
@media (max-width: 860px) {
  body.as-v81-compact .as-quran-top-grid,
  body.as-v81-compact .as-quran-controls { grid-template-columns: 1fr; }
}
