.dkim-result-card{background:#fff;border-radius:20px;border:1px solid #e0e8da;overflow:hidden}.dkim-result-header{background:#1e4738;padding:20px 24px}.dkim-result-header h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 4px}.dkim-result-header .domain-info{font-family:monospace;font-size:13px;color:#c8e0d6;word-break:break-all}.dkim-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff}.dkim-stat-card{padding:20px;text-align:center;border-top:1px solid #e0e8da;border-right:1px solid #e0e8da}.dkim-stat-card:last-child{border-right:none}.dkim-stat-label{font-size:12px;color:#6b7c6f;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.dkim-stat-value{font-size:14px;font-weight:600;color:#1e4738;word-break:break-word}.dkim-status-valid{color:#1e4738}.dkim-status-invalid{color:#c25a3a}.dkim-record-section{padding:20px 24px;background:#fafdf8;border-bottom:1px solid #e0e8da}.dkim-record-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:10px}.dkim-record-label{font-size:13px;font-weight:600;color:#1e4738;margin:0}.copy-btn{background:0 0;border:1px solid #cbdcc2;cursor:pointer;padding:6px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#1e4738;transition:all .2s ease;font-family:inherit}.copy-btn:hover{background:#1e4738;border-color:#1e4738;color:#fff}.copy-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.dkim-record-value{font-family:"Courier New","SF Mono",monospace;font-size:12px;background:#e0f2e9;padding:16px;border-radius:12px;word-break:break-all;line-height:1.6;color:#1e4738;overflow-x:auto;white-space:pre-wrap;max-height:300px;overflow-y:auto}.dkim-details-section{padding:20px 24px}.dkim-details-section h4{font-size:15px;font-weight:600;color:#1e4738;margin:0 0 16px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:20px}.detail-item{background:#f8faf6;padding:14px 16px;border-radius:12px}.detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c6f;margin-bottom:6px}.detail-value{font-size:14px;font-weight:600;color:#1e4738;word-break:break-word;font-family:monospace}.public-key-section{background:#f0f5ec;border-radius:12px;padding:16px;margin-top:16px}.public-key-label{font-size:12px;font-weight:600;color:#1e4738;margin-bottom:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:space-between}.public-key-value{font-family:monospace;font-size:11px;background:#fff;padding:12px;border-radius:10px;word-break:break-all;line-height:1.5;border:1px solid #d4decb;max-height:150px;overflow-y:auto}.dkim-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;background:#fff;border-radius:20px}.dkim-spinner{width:24px;height:24px;border:3px solid #d4e0cc;border-top-color:#1e4738;border-radius:50%;animation:dkimSpin .8s linear infinite}.warning-message{background:#fef3c7;border-left:4px solid #f59e0b;padding:12px 16px;margin:16px 24px;border-radius:8px;color:#92400e;font-size:13px}.success-message{background:#e0f2e9;border-left:4px solid #1e4738;padding:12px 16px;margin:16px 24px;border-radius:8px;color:#1e4738;font-size:13px}.dkim-send-report-section{text-align:center;padding:20px 24px;border-top:1px solid #eef3ea;background:#fcfdfb}.dkim-send-report-text{font-size:16px;font-weight:600;color:#1e4738;margin-bottom:12px}.dkim-send-report-btn{background:#1e4738;color:#fff;border:none;padding:12px 28px;border-radius:40px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s;font-family:inherit}.dkim-send-report-btn:hover{background:#0d2f24}.dkim-send-report-btn:focus{outline:none;background:#0d2f24;box-shadow:0 0 0 3px rgba(30,71,56,.3)}@media (max-width:768px){.dkim-stats-grid{grid-template-columns:repeat(2,1fr)}.dkim-stat-card{border-right:none}.detail-grid{grid-template-columns:1fr}}