.feature-domain .detail-metrics{display:grid;grid-template-columns:1fr 1fr;margin-top:22px;border:1px solid var(--tnd-line);border-radius:9px;overflow:hidden}
.feature-domain .detail-metrics>div{display:flex;min-width:0;flex-direction:column;gap:5px;padding:14px 12px;border-right:1px solid var(--tnd-line);border-bottom:1px solid var(--tnd-line)}
.feature-domain .detail-metrics>div:nth-child(2n){border-right:0}
.feature-domain .detail-metrics>div:nth-last-child(-n+2){border-bottom:0}
.feature-domain .detail-metrics b{font-size:18px;line-height:1.15;overflow-wrap:anywhere}
.feature-domain .detail-metrics span{color:var(--tnd-muted);font-size:8px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}
.workspace-nav .account-identity{display:flex;min-width:0;flex-direction:column;gap:3px;margin-bottom:7px}
.workspace-nav .account-identity strong,.workspace-nav .account-identity small{display:block;max-width:100%;overflow-wrap:anywhere;line-height:1.35}
.workspace-nav .account-identity small{color:#91a49f}
.tnd-points{display:block;margin-bottom:5px;color:var(--tnd-ink);font-size:18px;line-height:1.3}
.masked-domain{letter-spacing:.01em;overflow-wrap:anywhere}
.confidential-notice{margin-bottom:30px;padding:20px 22px;border:1px solid #b9d8cd;border-left:4px solid var(--tnd-green);border-radius:9px;background:#f1f8f5}
.confidential-notice strong{display:block;margin-bottom:5px}.confidential-notice p{margin:0;color:var(--tnd-muted)}
.withheld-link{display:inline-block;color:var(--tnd-muted);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.identity-request-card{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:24px;border:1px solid var(--tnd-line);border-radius:12px;background:var(--tnd-cream)}
.identity-request-card p{max-width:650px;margin:5px 0 0;color:var(--tnd-muted)}
.identity-request-card form{flex:0 0 auto}
@media(max-width:700px){.identity-request-card{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.footer-grid{grid-template-columns:1fr}.footer-legal{flex-direction:column;gap:8px}}
