/* v62: moderator account requests and completion-gated trader rating revisions. */
.request-nav-link{display:inline-flex!important;align-items:center;gap:6px}.request-nav-link b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ffcf5c;color:#10182a;font-size:.68rem}
.request-dashboard-head{align-items:center}.request-total{display:grid;place-items:center;min-width:118px;padding:18px 24px;border:1px solid rgba(110,208,238,.3);border-radius:20px;background:linear-gradient(145deg,#12365f,#0b1f3e);box-shadow:0 18px 45px rgba(0,0,0,.25)}.request-total strong{color:#86edf3;font-size:2.35rem;line-height:1}.request-total span{margin-top:5px;color:#aebfd8;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.request-dashboard{margin-bottom:70px}.request-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.request-card{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px;border:1px solid rgba(111,188,235,.22);border-radius:22px;background:linear-gradient(145deg,rgba(16,47,84,.97),rgba(7,24,50,.97));box-shadow:0 18px 52px rgba(0,4,20,.34)}.request-avatar{display:grid;place-items:center;width:72px;height:72px;border:1px solid rgba(117,225,240,.33);border-radius:20px;background:linear-gradient(145deg,#2b7ea8,#654bd7);color:#fff;font-size:2rem;font-weight:900}.request-details{min-width:0}.request-details h2{margin:5px 0;color:#fff;overflow:hidden;text-overflow:ellipsis}.request-details p{margin:0;color:#aebfd8;font-size:.83rem}.request-actions{display:grid;gap:8px}.request-actions form{margin:0}.request-approve,.request-reject{width:116px;padding:10px 13px;border:1px solid;border-radius:12px;color:#fff;font-weight:900;cursor:pointer}.request-approve{border-color:rgba(83,229,154,.42);background:#176943}.request-approve:hover{background:#21875a}.request-reject{border-color:rgba(255,111,137,.44);background:#70283b}.request-reject:hover{background:#913249}.request-empty{display:grid;place-items:center;min-height:300px;padding:35px;border:1px dashed rgba(118,205,235,.28);border-radius:24px;background:rgba(8,29,57,.72);text-align:center}.request-empty span{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:rgba(58,206,135,.16);color:#5be59e;font-size:2rem}.request-empty h2{margin:15px 0 5px}.request-empty p{margin:0;color:#aebfd8}
@media(max-width:980px){.request-card-grid{grid-template-columns:1fr}}
@media(max-width:620px){.request-dashboard-head{align-items:stretch}.request-total{grid-template-columns:auto auto;justify-content:center;gap:8px;min-width:0}.request-total span{margin:0;align-self:end}.request-card{grid-template-columns:56px minmax(0,1fr);padding:17px;gap:13px}.request-avatar{width:56px;height:56px;border-radius:16px;font-size:1.55rem}.request-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.request-actions button{width:100%;min-height:44px}}
