#verbal-memory-test .vmt-card{max-width:860px;margin:0 auto;background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
#verbal-memory-test .vmt-title{margin:0 0 8px;font-size:1.6rem}
#verbal-memory-test .vmt-subtle{color:#666}
#verbal-memory-test .vmt-grid{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 20px}
#verbal-memory-test .vmt-chip{display:inline-block;padding:6px 10px;border:1px solid #ddd;border-radius:999px}
#verbal-memory-test .vmt-btn{appearance:none;border:none;background:#1a73e8;color:#fff;padding:10px 14px;border-radius:10px;cursor:pointer}
#verbal-memory-test .vmt-btn:hover{filter:brightness(0.95)}
#verbal-memory-test .vmt-ghost{background:#f3f5f8;color:#1a1a1a}
#verbal-memory-test textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:10px}
#verbal-memory-test .vmt-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
#verbal-memory-test .vmt-stats{display:flex;gap:18px;margin:16px 0}
#verbal-memory-test .vmt-stat{flex:1;min-width:120px;background:#f8fafc;border:1px solid #e6eef9;border-radius:12px;padding:14px;text-align:center}
#verbal-memory-test .vmt-stat-num{font-size:1.4rem;font-weight:700}
#verbal-memory-test .vmt-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:14px 0}
#verbal-memory-test .vmt-table{border:1px solid #eee;border-radius:10px;overflow:hidden}
#verbal-memory-test .vmt-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:8px 12px;border-bottom:1px solid #eee}
#verbal-memory-test .vmt-row:last-child{border-bottom:none}
#verbal-memory-test .vmt-head{background:#f8f9fb;font-weight:600}
#verbal-memory-test .vmt-mb{margin-bottom:12px}

/* v1.2 - large sequential word */
#verbal-memory-test .vmt-seq{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}
#verbal-memory-test .vmt-bigword{font-size:clamp(48px, 8vw, 96px);font-weight:800;letter-spacing:0.04em;text-align:center;margin:20px 0 8px;line-height:1.05}
#verbal-memory-test .vmt-seq .vmt-actions{margin-top:16px}
