.verbs-module{width:100%}.verbs-toolbar{position:sticky;top:0;z-index:5;padding:10px 0 12px;background:var(--bg,#f6f7fb)}
.verbs-search{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:14px;padding:13px 15px;font-size:16px;background:#fff;color:#111827}
.verbs-count{font-size:13px;color:#64748b;margin:8px 2px 0}.verbs-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:12px;padding-bottom:24px}
.verb-card{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:15px;box-shadow:0 4px 14px rgba(15,23,42,.06);cursor:pointer;transition:transform .15s,border-color .15s}.verb-card:active{transform:scale(.99)}
.verb-card-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.verb-jp{font-size:25px;font-weight:800;color:#0f172a}.verb-group{font-size:11px;font-weight:800;padding:5px 8px;border-radius:999px;background:#e2e8f0;color:#334155}.verb-group.ichidan{background:#dcfce7;color:#166534}.verb-group.irregular{background:#fef3c7;color:#92400e}
.verb-romaji{font-size:16px;font-weight:700;color:#2563eb;margin-top:3px}.verb-audio{display:block;margin-top:8px}.verb-pt{font-size:15px;color:#334155;margin-top:11px}.verb-example{margin-top:12px;padding:11px 12px;border:1px solid #dbe3ed;border-radius:12px;background:#f8fafc;display:flex;flex-direction:column;gap:4px}.verb-example span{font-size:16px}.verb-example small{color:#64748b}.verb-example-hint{font-size:11px;font-weight:700;color:#2563eb;margin:6px 2px 0}.verb-example[role=button],.conjugation-example[role=button]{cursor:pointer;transition:background .15s,box-shadow .15s,transform .15s}.verb-example[role=button]:active,.conjugation-example[role=button]:active{transform:scale(.99)}.verb-example:focus-visible,.conjugation-example:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}.speech-active{background:#dbeafe!important;box-shadow:0 0 0 2px rgba(37,99,235,.22)!important}.verb-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;color:#2563eb;font-weight:700;font-size:13px}.verb-audio,.conjugation-heading button,.conjugation-example button{border:0;border-radius:10px;background:#eaf2ff;color:#174ea6;padding:8px 10px;font-weight:700;cursor:pointer}
.verb-detail-header{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;margin-bottom:13px}.verb-detail-header h2{font-size:30px;margin:0;color:#0f172a}.verb-detail-header p{margin:5px 0 0;color:#475569}.verb-conjugations{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:12px;padding-bottom:24px}
.conjugation-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:15px}.conjugation-heading{display:flex;justify-content:space-between;align-items:center;gap:10px}.conjugation-heading small{display:block;color:#64748b;font-weight:700}.conjugation-heading strong{display:block;font-size:24px;color:#0f172a;margin-top:3px}.conjugation-card p{color:#475569;line-height:1.45;margin:12px 0}.conjugation-example{display:grid;grid-template-columns:1fr auto;gap:5px 8px;align-items:center;background:#f8fafc;border-radius:12px;padding:10px}.conjugation-example span{grid-column:1/-1;font-size:11px;text-transform:uppercase;font-weight:800;color:#64748b}.conjugation-example strong{font-size:16px}.verbs-empty{text-align:center;padding:35px;color:#64748b}
@media(max-width:600px){.verbs-list,.verb-conjugations{grid-template-columns:1fr}.verb-card{padding:14px}.verb-jp{font-size:23px}.verb-detail-header h2{font-size:27px}}

/* Tradução em português dos exemplos de conjugação. */
.conjugation-example .conjugation-example-translation{grid-column:1;display:block;color:#475569;font-size:13px;font-style:normal;line-height:1.35}
