@import"https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;700&display=swap";:root{--primary-color: #014ee0;--primary-hover: #0142c4;--primary-active: #0136a8;--primary-light: #e6f0ff;--primary-lighter: #f5f9ff;--background-color: #ffffff;--text-primary: #1a1a1a;--text-secondary: #666666;--text-tertiary: #999999;--border-color: #e5e5e5;--border-hover: #cccccc;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--info-color: #3b82f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);font-family:Lexend Deca,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;color:var(--text-primary);background-color:var(--background-color)}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background-color);color:var(--text-primary)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary);font-size:1rem;font-weight:400}a{font-weight:500;color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-hover);text-decoration:underline}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:all .2s ease}button:hover{background-color:var(--primary-hover)}button:active{background-color:var(--primary-active)}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background-color:#fff;color:var(--primary-color);border:1px solid var(--border-color)}button.secondary:hover{background-color:var(--primary-lighter);border-color:var(--primary-color)}input,textarea,select{font-family:inherit;font-size:1em;padding:.5em .75em;border:1px solid var(--border-color);border-radius:6px;background-color:#fff;color:var(--text-primary);transition:border-color .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-lighter)}input:disabled,textarea:disabled,select:disabled{background-color:#f5f5f5;cursor:not-allowed}.app{min-height:100vh;background-color:var(--background-color)}.container{max-width:1280px;margin:0 auto;padding:2rem}.container-fluid{width:100%;padding:2rem}.card{background-color:#fff;border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}.card:hover{box-shadow:var(--shadow-md)}.card-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.card-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.card-body{padding:1rem 0}table{width:100%;border-collapse:collapse;background-color:#fff}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}th{font-weight:600;color:var(--text-primary);background-color:var(--primary-lighter)}tr:hover{background-color:var(--primary-lighter)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--text-secondary)}.text-success{color:var(--success-color)}.text-error{color:var(--error-color)}.text-warning{color:var(--warning-color)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.flex{display:flex}.flex-column{flex-direction:column}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.verification-page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.verification-page-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:backgroundMove 20s linear infinite}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.re-verify-iframe{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0000;z-index:999}.re-verify-iframe iframe{width:100%;height:100%;border:none}.tech-demo-iframe-host{position:fixed;inset:0;width:100vw;height:100vh;z-index:1000;background:#0000}.tech-demo-iframe-host.hidden{visibility:hidden;pointer-events:none;opacity:0}.tech-demo-iframe-host.visible{visibility:visible;pointer-events:auto;opacity:1}.tech-demo-iframe-host iframe{width:100%;height:100%;border:none}.tech-demo-landing{min-height:100vh;background:url(/verifeye-demo-eu/assets/images/background-landing-BjsNT3J1.jpg) no-repeat center center;background-size:cover;display:flex;flex-direction:column;position:relative;overflow:hidden}.badge{background:#fff;border-radius:8px;padding:.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.aicpa-badge{min-width:60px}.badge-text{font-size:.75rem;font-weight:700;color:#1a1a1a;line-height:1}.badge-subtext{font-size:.65rem;font-weight:600;color:#666;margin-top:2px}.gdpr-badge{position:relative;min-width:60px;padding:.75rem 1rem}.gdpr-stars{position:absolute;top:0;left:0;right:0;display:flex;justify-content:center;flex-wrap:wrap;gap:2px;padding:2px 4px;transform:translateY(-50%)}.star{color:gold;font-size:8px;line-height:1}.close-button{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:8px}.close-button:hover{background:#fff3;transform:scale(1.1)}.close-button:active{transform:scale(.95)}.tech-demo-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;gap:2rem}.tech-demo-title{margin-top:4rem;font-size:3.5rem;font-weight:700;color:#fff;animation:fadeInDown .6s ease-out}.tech-demo-subtitle{font-size:1.125rem;font-weight:400;color:#fff;margin:0;line-height:1.6;max-width:600px;animation:fadeInUp .6s ease-out .2s both}.face-icon-container{margin:2rem 0}.face-icon{width:200px;height:auto}.start-demo-btn{background:#263235;color:#fff;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;animation:fadeInUp .6s ease-out .6s both;opacity:1;transform:translateY(0)}.start-demo-btn .button-arrow{transition:transform .3s ease}.start-demo-btn:hover{background:#000}.start-demo-btn:hover .button-arrow{transform:translate(10px)}.start-demo-btn:active{transform:scale(.98)}.start-demo-btn:focus{outline:none}.start-demo-btn.warmed-up{animation:subtlePulse 8s ease-in-out infinite}@keyframes subtlePulse{0%,85%,to{transform:scale(1);box-shadow:0 0 #fff0}92.5%{transform:scale(1.05);box-shadow:0 0 15px 3px #ffffff4d}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.tech-demo-carousel{width:min(720px,100%);display:flex;flex-direction:column;align-items:center;gap:1.25rem}.tech-demo-carousel-controls{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem}.carousel-nav-btn{background:#263235e6;border:1px solid rgba(255,255,255,.35);color:#fff;width:44px;height:44px;border-radius:999px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease,transform .2s ease,border-color .2s ease}.carousel-nav-btn svg{display:block;width:22px;height:22px;color:#fff}.carousel-nav-btn svg path{stroke:currentColor}.carousel-nav-btn:hover{background:#000000e6;border-color:#fff9}.carousel-nav-btn:active{transform:scale(.98)}.tech-demo-carousel-track{flex:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.tech-demo-card{background:#ffffff14;border:1px solid rgba(255,255,255,.25);border-radius:16px;padding:1rem;color:#fff;text-align:left;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.tech-demo-card:hover{background:#ffffff1f;transform:translateY(-2px)}.tech-demo-card.selected{background:#ffffff2e;border-color:#fff9;box-shadow:0 10px 25px #00000040}.tech-demo-card-title{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.tech-demo-card-desc{font-size:.95rem;font-weight:400;opacity:.9;line-height:1.4}.tech-demo-card:focus{outline:none}.tech-demo-card:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:3px}@media(max-width:768px){.tech-demo-content{padding:1rem;gap:1rem}.tech-demo-title{font-size:2rem;margin-top:1rem}.tech-demo-subtitle{font-size:.95rem;line-height:1.5}.face-icon-container{margin:1rem 0}.face-icon{width:120px;height:auto}.tech-demo-carousel{gap:1rem}.start-demo-btn{padding:.875rem 2rem;font-size:1rem}.tech-demo-carousel-track{grid-template-columns:1fr;gap:.5rem}.tech-demo-card{padding:.875rem}.tech-demo-card-title{font-size:1rem}.tech-demo-card-desc{font-size:.875rem}.tech-demo-carousel-controls{align-items:stretch}.carousel-nav-btn{width:40px;height:40px}}@media(max-width:480px){.tech-demo-content{padding:.75rem;gap:.75rem}.tech-demo-title{font-size:1.5rem;margin-top:.5rem}.tech-demo-subtitle{font-size:.85rem;line-height:1.4}.face-icon-container{margin:.5rem 0}.face-icon{width:100px;height:auto}.tech-demo-carousel{gap:.75rem}.tech-demo-card{padding:.75rem}.tech-demo-card-title{font-size:.95rem}.tech-demo-card-desc{font-size:.8rem}.start-demo-btn{padding:.75rem 1.5rem;font-size:.95rem}}.demo-layout-wrapper{position:relative;min-height:100vh;width:100%}.demo-header{position:fixed;top:0;left:0;display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 0;z-index:1000}.badge-container{display:flex;gap:1rem;align-items:center}.badge-logo{height:60px;width:auto}.header-logos{display:flex;align-items:center;gap:2rem}.demo-footer{position:fixed;bottom:0;right:0;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:2rem;z-index:1000;animation:fadeIn .6s ease-out .8s both}.footer-link{color:#fff;font-size:1rem;font-weight:700;text-decoration:none;letter-spacing:.5px;transition:all .3s ease}.footer-link:hover{color:#fffc;text-decoration:none;transform:translateY(-1px)}.footer-separator{color:#ffffff80;font-size:1rem;font-weight:400}@media(max-width:768px){.demo-header{padding:1.5rem 1.5rem 0}.header-logos{gap:1rem}.badge-logo{height:48px}.demo-footer{padding:1.5rem}}@media(max-width:480px){.header-logos{flex-direction:column;align-items:flex-start;gap:.75rem}.badge-container{gap:.5rem}.badge-logo{height:40px}}.tech-demo-result{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.result-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;gap:4rem}.fingerprint-section{display:flex;align-items:center;justify-content:center}.fingerprint-section canvas{display:block}.verification-info{display:flex;flex-direction:column;gap:1.5rem;min-width:300px}.verified-badge{display:flex;align-items:center;gap:1rem;animation:fadeInRight .6s ease-out}.verified-title{font-size:3.5rem;font-weight:700;color:#fff;margin:0}.info-list{display:flex;flex-direction:column;gap:.75rem;animation:fadeInRight .6s ease-out .2s both}.info-item{display:flex;align-items:center;gap:.5rem}.info-label,.info-value{font-size:1.125rem;font-weight:700;color:#fff}.action-buttons{display:flex;flex-direction:row;align-items:center;gap:1.5rem;margin-top:1rem;animation:fadeInRight .6s ease-out .4s both}.clear-data-btn{padding:.875rem 2rem;font-size:1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;white-space:nowrap;background:#2d2d2d;color:#fff}.clear-data-btn:hover{background:#3d3d3d;transform:translateY(-2px)}.restart-demo-btn{background:transparent;border:none;color:#2d2d2d;text-decoration:underline;font-size:1rem;font-weight:700;cursor:pointer;white-space:nowrap;padding:0}.restart-demo-btn:hover,.restart-demo-btn:focus,.restart-demo-btn:active{color:#2d2d2d!important;background:transparent!important;outline:none!important;transform:none!important;text-decoration:underline!important}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1280px){.result-content{flex-direction:column;gap:2rem}.fingerprint-section canvas{width:400px;height:400px}}@media(max-width:768px){.result-content{padding:1rem;gap:1.25rem}.fingerprint-section canvas{width:450px;height:450px}.verification-info{gap:.85rem}.verified-badge{gap:.6rem}.verified-icon{width:24px!important;height:24px!important}.verified-title{font-size:1.75rem}.info-list{gap:.6rem}.info-label,.info-value{font-size:.9rem}.action-buttons{gap:.85rem;margin-top:.6rem}.clear-data-btn{padding:.75rem 1.5rem;font-size:.9rem}.restart-demo-btn{font-size:.9rem;margin-bottom:4rem}}@media(max-width:480px){.result-content{padding:.75rem;gap:.9rem}.fingerprint-section canvas{width:360px;height:360px}.verification-info{gap:.65rem;min-width:auto}.verified-badge{gap:.5rem}.verified-icon{width:20px!important;height:20px!important}.verified-title{font-size:1.25rem}.info-list{gap:.45rem}.info-item{flex-direction:column;align-items:flex-start;gap:.15rem}.info-label,.info-value{font-size:.85rem}.action-buttons{gap:.65rem;margin-top:.45rem;flex-direction:column;width:100%}.clear-data-btn{padding:.65rem 1.25rem;font-size:.85rem;width:100%}.restart-demo-btn{font-size:.85rem;margin-bottom:4rem}}
