:root{--bg:#0f1412;--surface:#18201d;--surface-2:#202b26;--border:#2c3a33;--text:#e8efea;--muted:#9db0a6;--accent:#2f9e6f;--accent-strong:#38b27f;--correct:#2f9e6f;--wrong:#c05e5e;--radius:12px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.app{max-width:720px;margin:0 auto;padding:2rem 1rem 4rem}.game__header h1{margin:0 0 .25rem;font-size:1.6rem}.game__header p{color:var(--muted);margin:0 0 1.5rem}.card-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius);cursor:grab;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;padding:.8rem .9rem;display:flex}.card:active{cursor:grabbing}.card--correct{border-left-color:var(--correct)}.card--wrong{border-left-color:var(--wrong)}.card__handle{color:var(--muted);touch-action:none;cursor:grab;font-size:1.1rem}.card__index{background:var(--surface-2);height:1.6rem;color:var(--muted);border-radius:50%;flex:0 0 1.6rem;place-items:center;font-size:.85rem;display:grid}.card__body{flex-direction:column;display:flex}.card__title{font-weight:500}.card__date{color:var(--muted);margin-top:.15rem;font-size:.8rem}.game__controls{gap:.75rem;margin-top:1.5rem;display:flex}.btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:10px;padding:.6rem 1.1rem;font-size:.95rem}.btn:hover{border-color:var(--accent)}.btn--primary{background:var(--accent);border-color:var(--accent);color:#06130d;font-weight:600}.btn--primary:hover{background:var(--accent-strong)}.banner{border-radius:var(--radius);margin-top:1.25rem;padding:.8rem 1rem;font-weight:500}.banner--win{border:1px solid var(--accent);background:#2f9e6f26}.banner--try{border:1px solid var(--wrong);background:#c05e5e1f}.exhibit-guide{--eg-bg:#fff;--eg-surface:#faf6ee;--eg-accent:#c8a24d;--eg-accent-strong:#b3893a;--eg-text:#2a2721;--eg-muted:#857c6c;--eg-border:#e8ddc7;--eg-radius:16px;background:var(--eg-bg);max-width:32rem;min-height:100vh;color:var(--eg-text);margin:0 auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.55}.exhibit-guide__photo{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.exhibit-guide__body{padding:1.25rem 1.1rem 3rem}.exhibit-guide__lang-switcher{justify-content:center;gap:.35rem;margin-bottom:1.1rem;display:flex}.exhibit-guide__lang-btn{border:1px solid var(--eg-border);background:var(--eg-bg);color:var(--eg-muted);letter-spacing:.03em;cursor:pointer;border-radius:999px;padding:.35rem .85rem;font-size:.75rem;font-weight:600;transition:background-color .15s,color .15s,border-color .15s}.exhibit-guide__lang-btn:hover{border-color:var(--eg-accent)}.exhibit-guide__lang-btn[aria-pressed=true]{background:var(--eg-accent);border-color:var(--eg-accent);color:#fff}.exhibit-guide__header{text-align:center;margin-bottom:1.5rem}.exhibit-guide__title{margin:0 0 .35rem;font-size:1.4rem;font-weight:600}.exhibit-guide__title-arabic{color:var(--eg-muted);margin:0;font-size:1.15rem}.exhibit-guide__player{background:var(--eg-surface);border:1px solid var(--eg-border);border-radius:var(--eg-radius);align-items:center;gap:.9rem;margin-bottom:1.5rem;padding:1rem 1.1rem;display:flex}.exhibit-guide__play-btn{background:var(--eg-accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex:none;place-items:center;width:3.25rem;height:3.25rem;transition:background-color .15s;display:grid}.exhibit-guide__play-btn:hover{background:var(--eg-accent-strong)}.exhibit-guide__play-btn:active{transform:scale(.97)}.exhibit-guide__spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:1.3rem;height:1.3rem;animation:.75s linear infinite exhibit-guide-spin}@keyframes exhibit-guide-spin{to{transform:rotate(360deg)}}.exhibit-guide__seek{flex:auto;min-width:0}.exhibit-guide__slider{appearance:none;cursor:pointer;background:0 0;width:100%;height:1.1rem;margin:0}.exhibit-guide__slider::-webkit-slider-runnable-track{background:var(--eg-border);border-radius:2px;height:4px}.exhibit-guide__slider::-moz-range-track{background:var(--eg-border);border-radius:2px;height:4px}.exhibit-guide__slider::-webkit-slider-thumb{appearance:none;background:var(--eg-accent);width:15px;height:15px;box-shadow:0 0 0 1px var(--eg-border);border:2px solid #fff;border-radius:50%;margin-top:-5.5px}.exhibit-guide__slider::-moz-range-thumb{background:var(--eg-accent);width:15px;height:15px;box-shadow:0 0 0 1px var(--eg-border);border:2px solid #fff;border-radius:50%}.exhibit-guide__time{color:var(--eg-muted);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:.35rem;font-size:.75rem;display:flex}.exhibit-guide__description{white-space:pre-line;margin:0 0 1.5rem;font-size:.95rem}@media (width>=30rem){.exhibit-guide{border:1px solid var(--eg-border);border-radius:var(--eg-radius);margin-top:2rem;overflow:hidden}}.exhibit-not-found{--eg-bg:#fff;--eg-accent:#c8a24d;--eg-text:#2a2721;background:var(--eg-bg);max-width:24rem;color:var(--eg-text);text-align:center;margin:4rem auto;padding:0 1.1rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.exhibit-not-found a{color:var(--eg-accent);font-weight:600}
