.study-desk{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface)}
.study-desk-reading{padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--green-soft);min-width:0}
.study-desk-word{font-size:76px;line-height:1.7;text-align:center;margin:18px 0 24px;overflow-wrap:anywhere}
.study-desk-verse{width:100%;font-size:28px;line-height:2.2;text-align:center;padding:22px 0;border-top:1px solid var(--line);overflow-wrap:anywhere}
.study-desk-verse mark{background:var(--gold-soft);color:var(--ink);border-bottom:2px solid var(--gold);padding:2px 5px;border-radius:5px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.study-desk-meaning{min-width:0;padding:32px;display:flex;flex-direction:column;gap:20px}
.study-desk-prompt{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:260px;gap:20px}
.study-desk-prompt h2{font-size:32px;line-height:1.3;font-weight:500}
.study-desk-prompt p{font-size:16px;line-height:1.8}
.study-desk-sources{flex:1;overflow-wrap:anywhere}
.study-desk-sources .card{background:transparent;border:0;padding:0;border-radius:0;box-shadow:none}
.study-desk-sources article>p[lang=tr]{font-size:19px}
.study-desk-sources summary{cursor:pointer;min-height:44px;padding:10px 0}
.study-desk .word-study-actions{margin-top:0;gap:7px}
.study-desk .word-study-actions button{padding:12px 8px;min-height:46px}
@media(max-width:640px){.study-desk{grid-template-columns:1fr}.study-desk-reading,.study-desk-meaning{padding:24px 20px}.study-desk-word{font-size:62px;margin:10px 0 16px}.study-desk-verse{font-size:26px}.study-desk-prompt{min-height:140px;gap:12px}.study-desk-prompt h2{font-size:27px}}
