.header{background:#fff;padding:1.5rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center}.logo{height:40px;width:auto}@media (max-width: 640px){.header{padding:1rem 0}.header-content{padding:0 1rem}.logo{height:32px}}.why-verify-wrapper{position:relative;display:inline-flex;align-items:center}.why-verify-trigger{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:50%;color:var(--color-text-light);cursor:pointer;transition:all .2s}.why-verify-trigger:hover{color:var(--color-primary);background:#0891b21a}.why-verify-tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background:#fff;border:1px solid var(--color-border);border-radius:.75rem;box-shadow:var(--shadow-lg);padding:1rem;min-width:280px;max-width:320px;z-index:1000;animation:fadeIn .2s ease-out}.tooltip-content h4{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:var(--color-text)}.tooltip-content p{margin:0;font-size:.875rem;line-height:1.5;color:var(--color-text-light)}.tooltip-arrow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#fff;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);transform:translate(-50%) rotate(45deg)}@media (max-width: 640px){.why-verify-tooltip{min-width:260px;left:auto;right:0;transform:none}.tooltip-arrow{left:auto;right:24px;transform:rotate(45deg)}}.code-input-container{width:100%;text-align:center}.code-input-form{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%}.code-boxes-wrapper{display:flex;gap:1.25rem;justify-content:center;align-items:center;width:100%;max-width:700px;margin-bottom:1rem}.code-box{width:90px;height:110px;font-size:3.5rem;font-weight:700;text-align:center;text-transform:uppercase;border:3px solid var(--color-border);border-radius:1rem;background:#fff;color:var(--color-text);transition:all .2s;padding:0}.code-box:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 6px #0891b226;transform:scale(1.05)}.code-box.filled{border-color:var(--color-primary-light);background:#ecfeff}.code-box.listening{animation:pulse-border 1.5s ease-in-out infinite}.code-box:disabled{background:var(--color-bg-light);cursor:not-allowed;opacity:.6}@keyframes pulse-border{0%,to{border-color:var(--color-primary);box-shadow:0 0 0 6px #0891b226}50%{border-color:var(--color-primary-light);box-shadow:0 0 0 12px #0891b240}}.input-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center}.voice-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;color:var(--color-text);background:#fff;border:2px solid var(--color-border);border-radius:.75rem;cursor:pointer;transition:all .2s}.voice-button:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.voice-button.listening{border-color:var(--color-primary);color:var(--color-primary);background:#ecfeff;animation:pulse-button 1.5s ease-in-out infinite}.voice-button:disabled{opacity:.5;cursor:not-allowed}@keyframes pulse-button{0%,to{box-shadow:0 0 #0891b266}50%{box-shadow:0 0 0 8px #0891b200}}.verify-button-wrapper{display:flex;align-items:center;gap:.5rem}.verify-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 3rem;font-size:1rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;border-radius:.75rem;cursor:pointer;transition:all .2s;min-width:200px;justify-content:center}.verify-button:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.verify-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.spinner-circle{stroke-dasharray:62.83;stroke-dashoffset:31.42;animation:spin 1s linear infinite}@media (max-width: 768px){.code-boxes-wrapper{gap:.75rem;max-width:100%}.code-box{width:60px;height:80px;font-size:2.25rem}}@media (max-width: 640px){.code-boxes-wrapper{gap:.5rem}.code-box{width:50px;height:70px;font-size:2rem;border-width:2px}.code-box:focus{box-shadow:0 0 0 4px #0891b226}.input-actions{flex-direction:column;width:100%}.voice-button,.verify-button-wrapper{width:100%;justify-content:center}.verify-button{flex:1}}.success-animation-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;width:100%;padding:2rem}.checkmark-wrapper{margin-bottom:1.5rem;color:var(--color-primary)}.checkmark-svg{filter:drop-shadow(0 4px 6px rgba(8,145,178,.3))}.checkmark-circle{stroke-dasharray:62.83;stroke-dashoffset:62.83;animation:drawCircle .6s ease-out forwards}.checkmark-path{stroke-dasharray:20;stroke-dashoffset:20;animation:drawCheck .4s ease-out .3s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.verified-text{font-size:2rem;font-weight:600;color:var(--color-primary);margin-bottom:1.5rem;text-align:center}.teaser-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--color-border);border-radius:.5rem;font-size:.875rem;font-weight:600;color:var(--color-text);box-shadow:var(--shadow-sm);opacity:0;animation-fill-mode:forwards}.badge svg{color:var(--color-primary)}@media (max-width: 640px){.verified-text{font-size:2rem}.success-animation-container{min-height:50vh}}.success-details-container{width:100%;display:flex;justify-content:center;padding:2rem 1rem}.details-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--color-border);max-width:500px;width:100%}.details-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.success-icon{color:var(--color-primary);display:flex;align-items:center;justify-content:center}.details-title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0}.details-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.detail-label{font-weight:600;color:var(--color-text-light);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;min-width:120px}.detail-value{color:var(--color-text);font-weight:500;text-align:right;flex:1}.compliance-notice{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ecfeff;border:1px solid var(--color-primary-light);border-radius:.5rem;color:var(--color-primary-dark);font-size:.875rem;font-weight:500;margin-bottom:1rem}.compliance-notice svg{flex-shrink:0}.timeout-message{text-align:center;padding:.75rem;background:#f9fafb;border-radius:.5rem;color:var(--color-text-light);font-size:.875rem}@media (max-width: 640px){.details-card{padding:1.5rem}.detail-row{flex-direction:column;gap:.25rem}.detail-value{text-align:left}}.error-message{width:100%;max-width:400px;padding:1.25rem 1.5rem;background:#fef2f2;border:1px solid var(--color-error);border-radius:.75rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.error-icon{color:var(--color-error);display:flex;align-items:center;justify-content:center}.error-text{color:var(--color-error);font-weight:500;margin:0}.retry-button{padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;background:var(--color-error);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s}.retry-button:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.security-badges{width:100%;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.badges-title{font-size:1rem;font-weight:600;color:var(--color-text);text-align:center;margin-bottom:1.5rem}.badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.compliance-badge{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:.5rem;font-size:.8125rem;font-weight:500;color:var(--color-text);transition:all .2s}.compliance-badge svg{color:var(--color-primary);flex-shrink:0}@media (max-width: 640px){.badges-grid{grid-template-columns:1fr}.security-badges{margin-top:2rem}}.verification-counter{display:flex;align-items:center;gap:.5rem;font-size:.875rem;width:100%;justify-content:space-between}.counter-label{font-weight:500;color:var(--color-text-light)}.counter-value{font-weight:700;color:var(--color-primary)}.trust-builders{width:100%;margin-top:3rem;padding:1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:.75rem;display:flex;flex-direction:column;gap:.75rem}.trust-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem}.trust-label{font-weight:600;color:var(--color-text-light);min-width:100px}.trust-value{color:var(--color-text);text-align:right;flex:1}.verification-counter-item{justify-content:space-between}.trust-link{color:var(--color-primary);text-decoration:none;transition:color .2s}.trust-link:hover{color:var(--color-primary-dark);text-decoration:underline}@media (max-width: 640px){.trust-item{flex-direction:column;align-items:flex-start;gap:.25rem}.trust-value{text-align:left}}.support-beacon{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:var(--color-primary);color:#fff;border:none;border-radius:50%;box-shadow:var(--shadow-lg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:999}.support-beacon:hover{background:var(--color-primary-dark);transform:scale(1.1);box-shadow:0 12px 24px #0891b24d}.support-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.support-modal{background:#fff;border-radius:1rem;box-shadow:var(--shadow-lg);max-width:400px;width:90%;max-height:90vh;overflow:auto;animation:slideUp .3s ease-out}.support-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border)}.support-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-text)}.support-modal-close{background:transparent;border:none;color:var(--color-text-light);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s}.support-modal-close:hover{background:var(--color-bg-light);color:var(--color-text)}.support-modal-content{padding:1.5rem}.support-modal-content p{margin:0 0 1.5rem;color:var(--color-text-light);font-size:.9375rem}.support-options{display:flex;flex-direction:column;gap:1rem}.support-option{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:.75rem;text-decoration:none;color:var(--color-text);transition:all .2s}.support-option:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.support-option svg{color:var(--color-primary);flex-shrink:0}.support-option div{display:flex;flex-direction:column;gap:.25rem}.support-option strong{font-size:.9375rem;font-weight:600}.support-option span{font-size:.875rem;color:var(--color-text-light)}@media (max-width: 640px){.support-beacon{bottom:1.5rem;right:1.5rem;width:48px;height:48px}.support-modal{width:95%;margin:1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;max-width:700px;margin:0 auto;width:100%}.content-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (max-width: 640px){.main-content{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #0891b2;--color-primary-dark: #0e7490;--color-primary-light: #06b6d4;--color-error: #dc2626;--color-text: #1e293b;--color-text-light: #64748b;--color-bg: #ffffff;--color-border: #e2e8f0;--color-bg-light: #f8fafc;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg-light);min-height:100vh;color:var(--color-text)}#root{min-height:100vh;display:flex;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounceIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .3s ease-in}.bounce-in{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55)}.slide-up{animation:slideUp .5s ease-out}.pulse{animation:pulse 2s ease-in-out infinite}
