.tmv4-roles-title em{font-style:italic;color:var(--lv5-purple)}.tmv4-roles{background:var(--lv5-bg-alt);border-top:1px solid var(--lv5-hairline)}.tmv4-roles-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:clamp(32px,5vw,56px)}@media (max-width:760px){.tmv4-roles-head{flex-direction:column;align-items:flex-start;gap:20px}}.tmv4-roles-title{margin:12px 0 14px}.tmv4-roles-body{margin:0;max-width:46ch;font-size:14.5px;line-height:1.6;color:var(--lv5-ink-soft)}.tmv4-legend{display:inline-flex;flex-wrap:wrap;gap:8px;flex:0 0 auto}.tmv4-chip{font-size:11px;font-weight:600;letter-spacing:.04em;border-radius:999px;padding:5px 12px}.tmv4-chip--admin{color:var(--lv5-purple-deep);background:var(--lv5-purple-pale)}.tmv4-chip--editor{color:#1f5fae;background:#e4eefb}.tmv4-chip--viewer{color:#55535a;background:#ececef}.tmv4-matrix-wrap{overflow-x:auto;border:1px solid var(--lv5-hairline);border-radius:18px;background:#fff}.tmv4-matrix{width:100%;min-width:520px;border-collapse:collapse;font-size:14px}.tmv4-matrix thead th{padding:16px 14px;text-align:center;font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--lv5-ink);background:var(--lv5-bg-alt);border-bottom:1px solid var(--lv5-hairline)}.tmv4-matrix thead th:first-child{text-align:left}.tmv4-matrix tbody td{padding:14px;text-align:center;border-bottom:1px solid var(--lv5-hairline)}.tmv4-matrix tbody tr:last-child td{border-bottom:none}.tmv4-matrix tbody td.tmv4-matrix-action{text-align:left;font-size:13.5px;color:var(--lv5-ink)}.tmv4-cell{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%}.tmv4-cell--yes{background:var(--lv5-purple-pale)}.tmv4-cell--yes:before{content:"";width:11px;height:7px;border-left:2px solid var(--lv5-purple-deep);border-bottom:2px solid var(--lv5-purple-deep);transform:rotate(-45deg) translate(1px,-1px)}.tmv4-cell--no:before{content:"";width:10px;height:2px;border-radius:2px;background:var(--lv5-hairline)}