.lookup-page{--primary:#1e3a8a;--primary-dark:#1d2c51;--primary-light:#e6f1ff;--primary-medium:#c4ddfc;--blue:#2563eb;--foreground:#1f2937;--muted:#6b7280;--background:#fcfcfc;--card:#fff;--border:#e5e7eb;--secondary:#f3f4f6;--success:#059669;--warning:#d97706;background:var(--background);color:var(--foreground);min-height:100vh;font-family:DM Sans,system-ui,sans-serif;line-height:1.6}.lookup-page *{box-sizing:border-box;margin:0;padding:0}.lookup-page .top-bar{background:linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 20%, var(--blue) 50%, #60a5fa 75%, #93c5fd 90%, var(--blue) 100%);background-size:250% 100%;height:4px;animation:7s ease-in-out infinite topbar-flow}@keyframes topbar-flow{0%,to{background-position:0 0}50%{background-position:100% 0}}.lookup-page .nav-links{align-items:center;gap:8px;display:flex}.lookup-page .nav-link{color:var(--foreground);border-radius:99px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none}.lookup-page .nav-link:hover{background:var(--secondary)}.lookup-page .btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.lookup-page .btn-primary{background:var(--primary);color:#fff}.lookup-page .btn-primary:hover{background:var(--primary-dark)}.lookup-page .btn-primary:disabled{opacity:.6;cursor:not-allowed}.lookup-page .btn-lg{padding:14px 28px;font-size:15px}.lookup-page .btn-full{width:100%}.lookup-page .hero{background:linear-gradient(135deg,#1d2c51 0%,#1e3a8a 100%);padding:64px 24px 80px;position:relative;overflow:hidden}.lookup-page .hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.lookup-page .hero-inner{z-index:1;max-width:1400px;margin:0 auto;position:relative}.lookup-page .hero-content{text-align:center;color:#fff;margin-bottom:48px}.lookup-page .hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:99px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.lookup-page .hero-badge svg{width:16px;height:16px}.lookup-page .hero h1{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(32px,5vw,52px);font-weight:700}.lookup-page .hero p{opacity:.9;max-width:560px;margin:0 auto;font-size:17px}.lookup-page .search-section{max-width:640px;margin:0 auto}.lookup-page .search-card{background:var(--card);border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #0003}.lookup-page .card-body{padding:32px}@media (max-width:640px){.lookup-page .card-body{padding:24px}}.lookup-page .form-label{margin-bottom:10px;font-size:14px;font-weight:600;display:block}.lookup-page .input-wrapper{margin-bottom:20px;position:relative}.lookup-page .input-icon{color:var(--muted);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.lookup-page .input-icon svg{width:20px;height:20px}.lookup-page .form-input{letter-spacing:.12em;background:var(--secondary);text-transform:uppercase;border:2px solid #0000;border-radius:8px;outline:none;width:100%;height:60px;padding:0 16px 0 52px;font-family:SF Mono,Monaco,monospace;font-size:20px}.lookup-page .form-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light);background:#fff}.lookup-page .form-input::placeholder{color:#9ca3af;letter-spacing:.15em}.lookup-page .form-hint{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;margin-bottom:24px;display:flex}.lookup-page .form-hint span{color:var(--muted);font-size:13px}.lookup-page .demo-code{color:var(--primary);background:var(--primary-light);cursor:pointer;border-radius:8px;padding:4px 10px;font-family:SF Mono,Monaco,monospace;font-size:12px;font-weight:600}.lookup-page .demo-code:hover{background:var(--primary-medium)}.lookup-page .spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.lookup-page .results{border-top:1px solid var(--border);padding:24px 32px 32px}@media (max-width:640px){.lookup-page .results{padding:24px}}.lookup-page .result-banner{border-radius:8px;align-items:flex-start;gap:16px;margin-bottom:24px;padding:16px;display:flex}.lookup-page .result-banner.success{background:#ecfdf5;border:1px solid #a7f3d0}.lookup-page .result-banner.warning{background:#fffbeb;border:1px solid #fde68a}.lookup-page .result-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.lookup-page .result-icon.success{background:#d1fae5}.lookup-page .result-icon.success svg{color:var(--success)}.lookup-page .result-icon.warning{background:#fef3c7}.lookup-page .result-icon.warning svg{color:var(--warning)}.lookup-page .result-icon svg{width:20px;height:20px}.lookup-page .result-content h3{margin-bottom:4px;font-size:16px;font-weight:600}.lookup-page .result-banner.success .result-content h3{color:#065f46}.lookup-page .result-banner.warning .result-content h3{color:#92400e}.lookup-page .result-content p{font-size:14px}.lookup-page .result-banner.success .result-content p{color:#047857}.lookup-page .result-banner.warning .result-content p{color:#b45309}.lookup-page .result-tips{margin-top:12px;padding-left:0;list-style:none}.lookup-page .result-tips li{color:#b45309;align-items:center;gap:8px;margin-bottom:4px;font-size:14px;display:flex}.lookup-page .result-tips li:before{content:"";background:#f59e0b;border-radius:50%;width:4px;height:4px}.lookup-page .cert-preview{border:1px solid var(--border);border-radius:8px;overflow:hidden}.lookup-page .cert-preview-header{background:var(--secondary);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.lookup-page .cert-preview-header span:first-child{font-size:14px;font-weight:600}.lookup-page .cert-number-badge{color:var(--primary);background:var(--primary-light);border-radius:99px;padding:4px 10px;font-family:SF Mono,Monaco,monospace;font-size:12px;font-weight:600}.lookup-page .cert-preview-body{padding:8px 20px}.lookup-page .cert-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 0;display:flex}.lookup-page .cert-row:last-child{border-bottom:none}.lookup-page .cert-row-label{color:var(--muted);font-size:14px}.lookup-page .cert-row-value{font-size:14px;font-weight:600}.lookup-page .verified-badge{color:#fff;background:#16a34a;border-radius:99px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.lookup-page .verified-badge svg{width:14px;height:14px}.lookup-page .demo-warning-bar{color:#92400e;background:#fffbeb;border-bottom:1px solid #fde68a;align-items:flex-start;gap:8px;padding:10px 16px;font-size:13px;line-height:1.45;display:flex}.lookup-page .demo-warning-bar svg{stroke:#d97706;flex-shrink:0;margin-top:1px}.lookup-page .org-verified{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.lookup-page .org-verified-badge{color:#fff;white-space:nowrap;background:#16a34a;border:1px solid #15803d;border-radius:99px;align-items:center;gap:4px;padding:2px 7px 2px 5px;font-size:11px;font-weight:600;display:inline-flex}.lookup-page .org-verified-badge svg{stroke:#fff;flex-shrink:0}.lookup-page .cert-preview-footer{border-top:1px solid var(--border);padding:20px}.lookup-page .trust-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f8fafc}.lookup-page .trust-bar-label{text-align:center;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);padding:28px 24px 0;font-size:10.5px;font-weight:700}.lookup-page .trust-bar-inner{align-items:stretch;max-width:1100px;margin:0 auto;padding:16px 0 28px;display:flex}.lookup-page .trust-item{border-right:1px solid var(--border);flex:1;align-items:flex-start;gap:14px;padding:16px 28px;display:flex}.lookup-page .trust-item:last-child{border-right:none}.lookup-page .trust-icon{background:var(--primary-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:2px;display:flex}.lookup-page .trust-icon svg{width:18px;height:18px;color:var(--primary)}.lookup-page .trust-text h4{color:var(--foreground);white-space:nowrap;margin-bottom:4px;font-size:13px;font-weight:700}.lookup-page .trust-text p{color:var(--muted);font-size:12px;line-height:1.5}@media (max-width:900px){.lookup-page .trust-bar-inner{flex-wrap:wrap;padding:12px 16px 20px}.lookup-page .trust-item{border-right:none;border-bottom:1px solid var(--border);flex:calc(50% - 16px);padding:16px 20px}.lookup-page .trust-item:first-child,.lookup-page .trust-item:nth-child(2){border-bottom:1px solid var(--border)}.lookup-page .trust-item:nth-child(3),.lookup-page .trust-item:nth-child(4){border-bottom:none}.lookup-page .trust-item:nth-child(odd){border-right:1px solid var(--border)}.lookup-page .trust-text h4{white-space:normal}}@media (max-width:500px){.lookup-page .trust-item{border-bottom:1px solid var(--border);flex:100%;border-right:none!important}.lookup-page .trust-item:last-child{border-bottom:none}}.lookup-page .info-section{background:var(--primary-light);padding:64px 24px}.lookup-page .info-inner{max-width:1200px;margin:0 auto}.lookup-page .info-header{text-align:center;margin-bottom:48px}.lookup-page .info-header h2{margin-bottom:12px;font-size:28px;font-weight:600}.lookup-page .info-header p{color:var(--muted);max-width:480px;margin:0 auto;font-size:16px}.lookup-page .steps-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:900px){.lookup-page .steps-grid{grid-template-columns:1fr;gap:24px}}.lookup-page .step-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:8px;padding:32px;position:relative}.lookup-page .step-number{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 20px;font-size:20px;font-weight:700;display:flex}.lookup-page .step-card h3{margin-bottom:8px;font-size:17px;font-weight:600}.lookup-page .step-card p{color:var(--muted);font-size:14px;line-height:1.6}.lookup-page .cta-section{text-align:center;color:#fff;background:linear-gradient(135deg,#1d2c51 0%,#1e3a8a 100%);padding:64px 24px}.lookup-page .cta-inners{max-width:600px;margin:0 auto}.lookup-page .cta-section h2{margin-bottom:12px;font-size:28px;font-weight:600}.lookup-page .cta-section p{opacity:.9;margin-bottom:28px;font-size:16px}.lookup-page .btn-white{color:var(--primary);background:#fff;font-weight:600}.lookup-page .btn-white:hover{background:#f8fafc}.lookup-page .hidden{display:none}@media (max-width:960px){.lookup-page .nav-links{display:none}.lookup-page .footer-inner{flex-direction:column;align-items:flex-start;gap:20px}.lookup-page .footer-links{flex-wrap:wrap}}@media (max-width:480px){.lookup-page .footer-inner{text-align:center;align-items:center}.lookup-page .footer-links{justify-content:center}}
