/* AcilYanDal Global v3 - PLAB 2 OSCE Simulator */
.ayd-osce-hero,.ayd-osce-result-hero{position:relative;overflow:hidden;border-radius:32px;padding:36px;background:linear-gradient(135deg,#111827,#4c1d95 52%,#0f766e);color:#fff;box-shadow:0 24px 70px rgba(17,24,39,.22)}
.ayd-osce-hero:after,.ayd-osce-result-hero:after{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 75% 20%,rgba(255,255,255,.20),transparent 28%),radial-gradient(circle at 20% 90%,rgba(14,165,233,.22),transparent 24%);pointer-events:none}
.ayd-osce-card,.ayd-osce-station-card{border:1px solid rgba(15,23,42,.08);border-radius:26px;box-shadow:0 18px 48px rgba(15,23,42,.08);overflow:hidden}
.ayd-osce-station-card{background:linear-gradient(135deg,#ffffff,#f8fafc)}
.ayd-osce-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-weight:800;font-size:.82rem}
.ayd-osce-timer{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:999px;background:#111827;color:#fff;font-weight:950;font-size:1.2rem;box-shadow:0 14px 32px rgba(17,24,39,.24)}
.ayd-osce-timer.is-warning{background:#f59e0b;color:#111827}.ayd-osce-timer.is-danger{background:#dc2626;color:#fff;animation:aydPulse 1s infinite}
@keyframes aydPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.03)}}
.ayd-osce-check-row{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid rgba(15,23,42,.10);border-radius:18px;margin-bottom:10px;background:#fff;cursor:pointer;transition:.18s ease}
.ayd-osce-check-row:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.08)}
.ayd-osce-check-row input{margin-top:5px;transform:scale(1.25)}
.ayd-osce-feedback-row{border-radius:18px;padding:14px;margin-bottom:10px;border:1px solid rgba(15,23,42,.08)}
.ayd-osce-feedback-row.ok{background:#ecfdf5;color:#065f46;border-color:#bbf7d0}.ayd-osce-feedback-row.miss{background:#fff7ed;color:#9a3412;border-color:#fed7aa}
.ayd-osce-score-circle{width:190px;height:190px;border-radius:50%;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;background:conic-gradient(#16a34a var(--score,75%),#e5e7eb 0);box-shadow:inset 0 0 0 18px #fff,0 20px 44px rgba(15,23,42,.15);color:#111827;text-align:center}
.ayd-osce-score-circle b{font-size:2.6rem;line-height:1;font-weight:950}.ayd-osce-score-circle span{font-weight:850;color:#475569;margin-top:8px}.ayd-osce-score-circle.light{background:#fff;color:#fff;box-shadow:inset 0 0 0 16px rgba(255,255,255,.16),0 20px 44px rgba(15,23,42,.18)}.ayd-osce-score-circle.light span{color:rgba(255,255,255,.84)}
.ayd-osce-progress{height:11px;border-radius:999px;background:#e5e7eb;overflow:hidden}.ayd-osce-progress .progress-bar{background:linear-gradient(90deg,#7c3aed,#0f766e)}
.ayd-osce-transcript{background:#f8fafc;border-radius:18px;border:1px solid rgba(15,23,42,.08);padding:18px;white-space:normal;font-weight:650;color:#334155}.fw-black{font-weight:950}.bg-purple{background:#7c3aed!important}
@media(max-width:768px){.ayd-osce-hero,.ayd-osce-result-hero{padding:24px;border-radius:24px}.ayd-osce-timer{width:100%;justify-content:center}.ayd-osce-score-circle{width:160px;height:160px}.ayd-osce-score-circle b{font-size:2.1rem}}
