/* v69-229 — Trung tâm phân quyền 3 tầng */
.tp-auth{display:grid;gap:15px}.tp-auth-hero{background:linear-gradient(135deg,#122f58,#096aa0);color:#fff;border-radius:16px;padding:19px;display:flex;justify-content:space-between;gap:16px}.tp-auth-hero h2{margin:0 0 6px}.tp-auth-hero p{margin:0;opacity:.9}.tp-auth-badge{align-self:flex-start;background:#ffffff22;border:1px solid #ffffff3d;border-radius:999px;padding:8px 12px;font-weight:800;white-space:nowrap}.tp-auth-tabs{display:flex;gap:7px;flex-wrap:wrap}.tp-auth-tabs button{border:1px solid #cad8e5;background:#fff;border-radius:9px;padding:9px 13px;font-weight:750;color:#31516f;cursor:pointer}.tp-auth-tabs button.active{background:#0b67a5;color:#fff;border-color:#0b67a5}.tp-auth-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px}.tp-auth-card{background:#fff;border:1px solid #dce6ef;border-radius:14px;overflow:hidden}.tp-auth-card-head{padding:14px 15px;border-bottom:1px solid #e6edf3;display:flex;align-items:center;justify-content:space-between;gap:10px}.tp-auth-card-head h3{margin:0;font-size:16px}.tp-auth-list{max-height:650px;overflow:auto}.tp-auth-list button{display:block;width:100%;text-align:left;border:0;border-bottom:1px solid #edf2f6;background:#fff;padding:12px 14px;cursor:pointer}.tp-auth-list button.active{background:#eaf5ff;border-left:4px solid #1371b7}.tp-auth-list button b{color:#111820}.tp-auth-list button small{color:#465666}.tp-auth-list button.active b,.tp-auth-list button.active small{color:#17212b}.tp-auth-list b,.tp-auth-list small{display:block}.tp-auth-list small{color:#75889a;margin-top:4px}.tp-auth-tools{padding:12px 14px;background:#f7fafc;border-bottom:1px solid #e3ebf2;display:flex;gap:7px;flex-wrap:wrap;align-items:center}.tp-auth-tools input,.tp-auth-tools select{min-height:36px;border:1px solid #cbd8e4;border-radius:8px;padding:6px 9px}.tp-auth-btn{border:1px solid #bdd0e0;background:#fff;color:#17547f;border-radius:8px;padding:7px 10px;font-weight:750;cursor:pointer}.tp-auth-btn.primary{background:#0c6eaa;color:#fff;border-color:#0c6eaa}.tp-auth-btn.danger{color:#b42318;border-color:#efb8b3}.tp-auth-sections{padding:12px;display:grid;gap:10px}.tp-auth-group{border:1px solid #dce6ef;border-radius:11px;overflow:hidden}.tp-auth-group summary{cursor:pointer;background:#f5f8fb;padding:11px 13px;font-weight:800;display:flex;justify-content:space-between}.tp-auth-perms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.tp-auth-perm{display:flex;align-items:flex-start;gap:9px;padding:9px 11px;border-top:1px solid #eef2f6}.tp-auth-perm:nth-child(odd){border-right:1px solid #eef2f6}.tp-auth-perm b{font-size:12px}.tp-auth-perm code{display:block;color:#728598;font-size:10px;margin-top:3px;overflow-wrap:anywhere}.tp-auth-perm.sensitive{background:#fff9ee}.tp-auth-pill{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;background:#e8f3fb;color:#176491}.tp-auth-pill.green{background:#e6f7ef;color:#08794b}.tp-auth-pill.red{background:#ffe9e7;color:#b42318}.tp-auth-pill.amber{background:#fff1d7;color:#9b5900}.tp-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;padding:13px}.tp-team-card{border:1px solid #dbe6ee;border-radius:12px;padding:13px;cursor:pointer;background:#fff}.tp-team-card.active{border:2px solid #1474b8;background:#eef8ff}.tp-team-card h4{margin:0 0 6px}.tp-team-card p{margin:4px 0;color:#6e8295;font-size:12px}.tp-team-stages{display:flex;gap:4px;flex-wrap:wrap;margin-top:8px}.tp-person-head{padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.tp-person-head label{font-size:11px;font-weight:800;color:#60758a}.tp-person-head select{display:block;width:100%;margin-top:5px;min-height:38px;border:1px solid #cad8e4;border-radius:8px}.tp-effective{padding:13px;display:grid;gap:8px}.tp-effective-row{border:1px solid #e0e8ef;border-radius:10px;padding:10px;display:flex;justify-content:space-between;gap:10px}.tp-effective-row b{font-size:12px}.tp-effective-source{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.tp-auth-note{background:#edf7ff;border:1px solid #cae5f6;color:#315a77;border-radius:11px;padding:12px 14px}.tp-auth-warning{background:#fff7e7;border:1px solid #f2d39a;color:#7f5200;border-radius:11px;padding:11px 13px}.tp-audit-table{width:100%;border-collapse:collapse}.tp-audit-table th,.tp-audit-table td{padding:10px;border-bottom:1px solid #e8eef3;text-align:left;font-size:12px}.tp-audit-table th{background:#f6f9fb;color:#5f7487}.tp-empty{padding:30px;text-align:center;color:#73879a}@media(max-width:1000px){.tp-auth-grid{grid-template-columns:1fr}.tp-team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.tp-auth-hero{display:block}.tp-auth-badge{display:inline-block;margin-top:10px}.tp-auth-perms,.tp-team-grid,.tp-person-head{grid-template-columns:1fr}.tp-auth-perm:nth-child(odd){border-right:0}}
