@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.page{flex-direction:column;min-height:100vh;display:flex}.top-bar{background:linear-gradient(90deg,#e03c31 0%,#b71c1c 100%);flex-shrink:0;height:6px}.main{flex:1;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex}.container{width:100%;max-width:680px}.hero-card{text-align:center;background:#fff;border-radius:16px;margin-bottom:1.25rem;padding:3rem 2.5rem 2.5rem;box-shadow:0 4px 24px #0000000f,0 1px 4px #0000000a}.badge{color:#b42318;text-transform:uppercase;letter-spacing:.05em;background:#fef3f2;border-radius:20px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-dot{background:#e03c31;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{color:#111827;margin-bottom:.6rem;font-size:1.85rem;font-weight:700;line-height:1.25}.hero-subtitle{color:#6b7280;margin-bottom:2rem;font-size:1.05rem;line-height:1.5}.cta-button{color:#fff;background:#e03c31;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s,transform .15s;display:inline-flex;box-shadow:0 2px 8px #e03c3140}.cta-button:hover{background:#c0332a;transform:translateY(-1px);box-shadow:0 4px 16px #e03c3159}.cta-button:active{transform:translateY(0)}.cta-arrow{font-size:1.15rem;transition:transform .2s}.cta-button:hover .cta-arrow{transform:translate(3px)}.new-url{color:#9ca3af;word-break:break-all;margin-top:.75rem;font-size:.82rem;display:block}.info-row{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.info-card{text-align:left;background:#fff;border:1px solid #f3f4f6;border-radius:14px;padding:1.5rem;transition:box-shadow .2s;box-shadow:0 2px 12px #0000000a}.info-card:hover{box-shadow:0 4px 20px #00000012}.info-card-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.85rem;font-size:1.2rem;display:flex}.info-card-icon.email-icon{background:#eff6ff}.info-card-icon.support-icon{background:#f0fdf4}.info-card-title{color:#111827;margin-bottom:.4rem;font-size:.9rem;font-weight:600}.info-card-text{color:#6b7280;font-size:.85rem;line-height:1.55}.contact-link{color:#e03c31;font-size:.85rem;font-weight:500;text-decoration:none}.contact-link:hover{text-decoration:underline}.email-preview-card{background:#fff;border:1px solid #f3f4f6;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0000000a}.email-preview-header{background:#f9fafb;border-bottom:1px solid #f3f4f6;align-items:center;gap:.5rem;padding:.85rem 1.5rem;display:flex}.email-preview-header-dot{border-radius:50%;width:8px;height:8px}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#22c55e}.email-preview-header-label{color:#9ca3af;margin-left:.5rem;font-size:.78rem;font-weight:500}.email-preview-body{padding:1.75rem 1.5rem}.email-from{border-bottom:1px solid #f3f4f6;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.email-avatar{color:#fff;background:#e03c31;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:flex}.email-from-details{line-height:1.3}.email-from-name{color:#111827;font-size:.82rem;font-weight:600}.email-from-address{color:#9ca3af;font-size:.75rem}.email-subject{color:#111827;margin-bottom:1.25rem;font-size:.95rem;font-weight:600}.email-content p{color:#4b5563;margin-bottom:.6rem;font-size:.85rem;line-height:1.6}.email-field{color:#4b5563;align-items:center;gap:.4rem;margin-bottom:.35rem;font-size:.85rem;display:flex}.email-field-label{color:#374151;font-weight:600}.email-field-value{color:#6b7280;background:#f9fafb;border-radius:4px;padding:.1rem .4rem;font-family:Courier New,monospace;font-size:.82rem}.email-cta{color:#fff;cursor:default;background:#e03c31;border-radius:6px;margin-top:1rem;margin-bottom:1rem;padding:.6rem 1.4rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-block}.email-footer-text{color:#6b7280;font-size:.82rem;font-style:italic}.footer{text-align:center;color:#9ca3af;padding:1.25rem;font-size:.75rem}@media (width<=640px){.hero-card{padding:2rem 1.5rem}.hero-title{font-size:1.45rem}.info-row{grid-template-columns:1fr}.cta-button{justify-content:center;width:100%}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{color:#333;background:#f0f2f5;min-height:100vh;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}
