.vocabulary-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:16px;align-items:start}.vocabulary-set-list{display:grid;gap:10px}.vocabulary-set-card{border:1px solid var(--line);border-radius:14px;padding:12px;background:#fbfdfd}.vocabulary-set-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.vocabulary-set-head h4{margin:6px 0 2px;font-size:13px}.vocabulary-set-head small,.field-hint{color:var(--muted);font-size:10px}.vocabulary-set-actions{margin-top:8px}.vocabulary-words-input{min-height:230px}.vocabulary-match-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:22px}.vocab-result-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,190px);gap:12px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.vocab-result-row:last-child{border-bottom:0}.vocab-progress-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid var(--line)}.vocab-progress-row:last-child{border-bottom:0}.vocab-progress-row strong{display:block;font-size:12px}.vocab-progress-row small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.review-word-box{margin-top:14px}.review-word-box .text-btn{margin-left:6px}@media(max-width:1100px){.vocabulary-layout{grid-template-columns:1fr}}@media(max-width:650px){.vocabulary-match-grid{grid-template-columns:1fr}.vocabulary-set-head,.vocab-progress-row{flex-direction:column;align-items:flex-start}.vocab-result-row{grid-template-columns:1fr}}