.phoneme-practice{margin:18px 0;padding:20px;border:2px solid var(--border);border-radius:18px;background:var(--surface)}
.phoneme-practice>label{display:grid;gap:6px;max-width:360px;font-weight:800}
.phoneme-practice select{min-height:50px;padding:8px;border:2px solid var(--border);border-radius:10px;background:#fff;font:inherit}
.phoneme-practice-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;margin:16px 0}
.phoneme-practice video{display:block;width:100%;max-height:280px;border-radius:14px;background:#eaf1ee}
.phoneme-feedback{min-height:42px;font-size:1.35rem;font-weight:850;text-align:center}
.phoneme-practice .privacy{color:var(--muted)}
@media(max-width:700px){.phoneme-practice-layout{grid-template-columns:1fr}}
