.cert-verification-wrapper{max-width:680px;margin:30px auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;color:#2c3e50}.cert-search-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 4px 12px rgba(0,0,0,.05);margin-bottom:30px}.cert-search-title{font-size:1.25rem;font-weight:700;margin-bottom:8px;color:#1e293b}.cert-search-subtitle{font-size:.9rem;color:#64748b;margin-bottom:20px}.cert-form-group{display:flex;gap:12px}.cert-form-input{flex:1;padding:12px 16px;font-size:1rem;border:2px solid #cbd5e1;border-radius:8px;transition:border-color 0.2s ease,box-shadow 0.2s ease;outline:none;letter-spacing:1px}.cert-form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.cert-form-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color 0.2s ease,transform 0.1s ease}.cert-form-btn:hover{background:#1d4ed8}.cert-form-btn:active{transform:scale(.98)}.cert-result-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 25px rgba(0,0,0,.08);border:1px solid #e2e8f0;position:relative;overflow:hidden}.cert-result-card::before{content:"";position:absolute;top:0;left:0;right:0;height:6px}.cert-result-card.state-valid::before{background:linear-gradient(90deg,#10b981,#059669)}.cert-result-card.state-revoked::before{background:linear-gradient(90deg,#ef4444,#dc2626)}.cert-result-card.state-not_found::before{background:linear-gradient(90deg,#94a3b8,#64748b)}.cert-status-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.cert-status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:20px;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.cert-status-pill.valid{background:#dcfce7;color:#15803d}.cert-status-pill.revoked{background:#fee2e2;color:#b91c1c}.cert-status-pill.not_found{background:#f1f5f9;color:#475569}.cert-number-display{font-size:1.1rem;font-weight:700;color:#1e293b}.cert-number-display code{background:#f8fafc;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0;font-family:monospace}.cert-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:24px}.cert-info-item{display:flex;flex-direction:column}.cert-info-label{font-size:.75rem;text-transform:uppercase;font-weight:700;letter-spacing:.5px;color:#64748b;margin-bottom:4px}.cert-info-value{font-size:1.05rem;font-weight:600;color:#0f172a}.cert-notice{padding:16px;border-radius:8px;font-size:.95rem;margin-top:16px}.cert-notice.notice-valid{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.cert-notice.notice-revoked{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.cert-notice.notice-not_found{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.cert-actions{margin-top:24px;display:flex;gap:12px;justify-content:flex-end}.cert-btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background-color 0.2s}.cert-btn-secondary:hover{background:#e2e8f0}@media (max-width:580px){.cert-form-group{flex-direction:column}.cert-form-btn{width:100%}}