.request-card-check{border:2px solid var(--warning);border-radius:12px;padding:20px;background:var(--card);color:var(--text-primary)}.request-card-check-heading{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.request-card-check-heading h3{font-size:20px;font-weight:700;line-height:1.5}.request-card-check-heading>span{font-size:14px;font-weight:700;padding:3px 9px;border-radius:6px;color:var(--warning);background:var(--warning-bg)}.request-card-help{font-size:14px;line-height:1.7;margin:12px 0 18px;color:var(--text-secondary)}.request-card-help strong{color:var(--text-primary);font-size:16px}.request-card-check label{display:block;font-size:16px;font-weight:600;margin-bottom:8px}.request-card-check select{font-size:16px;min-height:48px;width:100%}.request-card-summary{margin-top:14px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--bg);font-size:14px;line-height:1.7;overflow-wrap:anywhere}.request-card-summary[data-check=true]{border-color:var(--warning);background:var(--warning-bg)}.request-card-relation{display:flex;align-items:center;gap:8px;font-size:16px}.request-card-relation>span{font-size:14px;color:var(--text-secondary)}.request-card-identity{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:8px 0;font-size:20px}.request-card-digits{font-size:28px;font-variant-numeric:tabular-nums;white-space:nowrap}.request-card-caution{margin-top:12px;padding-top:12px;border-top:1px solid var(--warning)}@media (max-width:600px){.request-card-check{padding:16px}.request-card-identity{font-size:18px}}