.idle-warning-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.idle-warning-popup{background:#fff;border-radius:15px;padding:2rem;max-width:500px;width:90%;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.idle-warning-popup h2{margin:0 0 1rem;color:#333;font-size:1.5rem}.idle-warning-popup p{margin:0 0 1.5rem;color:#666;font-size:1rem;line-height:1.5}.idle-warning-popup strong{color:#667eea;font-size:1.2em}.idle-warning-buttons{display:flex;gap:1rem;justify-content:flex-end}.idle-warning-continue,.idle-warning-dismiss{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s}.idle-warning-continue{background-color:#667eea;color:#fff}.idle-warning-dismiss{background-color:#e0e0e0;color:#333}.screen-container{width:100vw;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding:40px 20px 140px;box-sizing:border-box;gap:20px}.screen-content{max-width:1200px;width:90%;padding:40px;text-align:center;margin:0 auto;flex-shrink:0}.welcome-content{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.welcome-logo{max-width:300px;margin-bottom:40px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.welcome-logo.animation-none{animation:none}.welcome-logo.animation-float{animation:logoFloat 3s ease-in-out infinite}.welcome-logo.animation-pulse{animation:logoPulse 2s ease-in-out infinite}.welcome-logo.animation-bounce{animation:logoBounce 2s ease-in-out infinite}.welcome-logo.animation-rotate{animation:logoRotate 4s linear infinite}.welcome-logo.animation-glow{animation:logoGlow 2s ease-in-out infinite alternate;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.welcome-logo.animation-float-glow{animation:logoFloat 3s ease-in-out infinite,logoGlow 2s ease-in-out infinite alternate;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.welcome-logo.animation-bounce-rotate{animation:logoBounce 2s ease-in-out infinite,logoRotate 4s linear infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes logoPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}@keyframes logoBounce{0%,to{transform:translateY(0)}25%{transform:translateY(-15px)}75%{transform:translateY(-10px)}}@keyframes logoRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logoGlow{0%{filter:drop-shadow(0 4px 6px rgba(0,0,0,.3)) drop-shadow(0 0 10px rgba(255,255,255,.3))}50%{filter:drop-shadow(0 4px 6px rgba(0,0,0,.3)) drop-shadow(0 0 20px rgba(255,255,255,.6)) drop-shadow(0 0 30px rgba(255,255,255,.4))}to{filter:drop-shadow(0 4px 6px rgba(0,0,0,.3)) drop-shadow(0 0 10px rgba(255,255,255,.3))}}.welcome-title{font-size:56px;margin-bottom:20px;font-weight:700;letter-spacing:-1px}.welcome-subtitle{font-size:24px;opacity:.95;font-weight:300}.welcome-hint{margin-top:40px;font-size:16px;opacity:.8;font-style:italic;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}.choice-screen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:2rem;padding-bottom:75px;overflow-y:auto;touch-action:manipulation;position:relative}.choice-container{max-width:1200px;width:100%;text-align:center;animation:slideIn .5s ease-out;position:relative;z-index:2;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 0}.choice-title{font-size:3.5rem;font-weight:700;color:var(--title-text-color, white);margin-bottom:3rem;margin-top:0;text-shadow:0 4px 20px rgba(0,0,0,.3)}.choice-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;margin:0;justify-content:center;align-items:flex-start;max-width:1600px;width:100%}.choice-button{flex:0 1 calc((100% - 4.5rem)/4);min-width:0;max-width:calc((100% - 4.5rem)/4);width:calc((100% - 4.5rem)/4);min-height:180px;max-height:300px;background:var(--block-bg-color, #ffffff);border:none;border-radius:20px;padding:1.75rem 1.75rem 1.83rem;display:flex;align-items:flex-start;justify-content:center;cursor:pointer;box-shadow:0 10px 40px #0003;transition:all .3s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;text-align:center;box-sizing:border-box;overflow:hidden}.choice-button:active{transform:scale(.98);box-shadow:0 5px 20px #00000026}.choice-button:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000004d}.button-content{width:100%;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-bottom:8px}.button-title{font-size:1.7rem;font-weight:700;margin-bottom:.6rem;text-shadow:0 2px 10px rgba(0,0,0,.2);color:var(--block-text-color, #2c3e50);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.button-description{font-size:1.05rem;font-weight:300;opacity:.9;color:var(--block-text-color, #666);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;margin-bottom:0;padding-bottom:8px;box-sizing:border-box}.back-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:50%;width:56px;height:56px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:2rem;box-shadow:0 4px 12px #00000026}.back-button svg{width:24px;height:24px}.back-button:active{transform:scale(.9)}.back-button:hover{background:#ffffff4d;border-color:#ffffffb3;transform:translate(-3px);box-shadow:0 6px 16px #0003}@media (max-width: 1600px){.choice-button{flex:0 1 calc((100% - 4.5rem)/4);max-width:calc((100% - 4.5rem)/4);width:calc((100% - 4.5rem)/4);min-width:0}}@media (max-width: 1400px){.choice-buttons{max-width:1500px}.choice-button{flex:0 1 calc((100% - 4.5rem)/4);max-width:calc((100% - 4.5rem)/4);width:calc((100% - 4.5rem)/4);min-width:0}}@media (max-width: 1200px){.choice-buttons{gap:1.5rem;max-width:1200px}.choice-button{flex:0 1 calc((100% - 4.5rem)/4);max-width:calc((100% - 4.5rem)/4);width:calc((100% - 4.5rem)/4);min-width:0}}@media (max-width: 900px){.choice-button{flex:0 1 calc((100% - 1.5rem)/2);max-width:calc((100% - 1.5rem)/2);min-width:200px}}@media (max-width: 768px){.choice-title{font-size:2.5rem;margin-bottom:3rem}.choice-buttons{flex-direction:column;gap:1.5rem;max-width:100%}.choice-button{flex:1 1 100%;min-width:100%;max-width:100%;min-height:120px;max-height:220px;padding:1.5rem;text-align:center}.button-title{font-size:1.5rem;line-height:1.2}.button-description{font-size:1rem;line-height:1.3}}@media (min-width: 1920px){.choice-title{font-size:4.5rem;margin-bottom:5rem}.choice-button{min-height:180px;padding:2.5rem}.button-title{font-size:2.2rem}.button-description{font-size:1.4rem}}@media (hover: none) and (pointer: coarse){.choice-button:hover{transform:none}.choice-button:active{transform:scale(.95)}}.form-content{background:var(--block-bg-color, rgba(255, 255, 255, .98));border-radius:24px;padding:40px;text-align:left;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:70vh;overflow-y:auto;color:var(--block-text-color, #333333)}.form{width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px;grid-auto-rows:min-content;grid-auto-flow:row}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{font-weight:600;font-size:16px;color:var(--block-text-color, #333333)}.form-field .required{color:red}.form-field input,.form-field select{padding:18px;font-size:20px;border:2px solid #ddd;border-radius:12px;transition:all .3s ease;background:var(--block-bg-color, #ffffff)!important;color:var(--block-text-color, #333333)!important}.form-field input::placeholder,.form-field select::placeholder{color:var(--block-text-color, #999999);opacity:.7}.form-field input:-webkit-autofill,.form-field input:-webkit-autofill:hover,.form-field input:-webkit-autofill:focus,.form-field input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--block-bg-color, #ffffff) inset!important;-webkit-text-fill-color:var(--block-text-color, #333333)!important;box-shadow:0 0 0 30px var(--block-bg-color, #ffffff) inset!important;color:var(--block-text-color, #333333)!important}.form-field input:focus,.form-field select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.form-field-error input,.form-field-error select{border-color:red}.error-message{color:red;font-size:14px}.phone-input-wrapper{display:flex;gap:.5rem;align-items:stretch;width:100%}.country-code-select{flex:0 0 auto;min-width:140px;max-width:180px;padding:18px;border:2px solid #ddd;border-radius:12px;background:var(--block-bg-color, #ffffff)!important;color:var(--block-text-color, #333333)!important;font-size:20px;cursor:pointer;transition:all .3s ease;font-weight:600}.country-code-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.country-code-select option{background:var(--block-bg-color, #ffffff);color:var(--block-text-color, #333333);padding:10px}.phone-number-input{flex:1;min-width:0}.form-actions{margin-top:30px}.navigation-buttons{display:none;flex-direction:row;justify-content:center;align-items:center;gap:20px;margin-top:20px;margin-bottom:20px;width:100%;max-width:1200px;flex-shrink:0;position:relative;z-index:10}.qr-content{background:var(--block-bg-color, rgba(255, 255, 255, .98));border-radius:24px;padding:60px;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:70vh;overflow-y:auto;color:var(--block-text-color, #333333)}.qr-content h2{font-size:36px;margin-bottom:20px;font-weight:700;color:var(--block-text-color, #2c3e50)}.qr-content p{font-size:20px;color:var(--block-text-color, #666);margin-bottom:30px}.qr-scanner-area{margin-top:30px;position:relative}.qr-video{width:100%;max-width:500px;border-radius:16px;box-shadow:0 10px 30px #0003;border:4px solid #667eea}.error-message{color:#e74c3c;font-size:18px;margin-top:20px;padding:15px;background:#e74c3c1a;border-radius:8px;border:1px solid rgba(231,76,60,.3)}.text-content{background:var(--block-bg-color, rgba(255, 255, 255, .98));border-radius:24px;padding:60px;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:70vh;overflow-y:auto;color:var(--block-text-color, #333333)}.text-title{font-size:42px;margin-bottom:30px;font-weight:700;color:var(--title-text-color, #2c3e50)}.text-image{max-width:100%;border-radius:12px;margin:30px 0;box-shadow:0 10px 30px #0003}.text-content-body{font-size:20px;line-height:1.6;color:var(--block-text-color, #333);margin:0 0 30px;padding:0;text-align:left}.text-content-body>*:first-child{margin-top:0}.text-content-body>*:last-child{margin-bottom:0}.text-content-body h1,.text-content-body h2,.text-content-body h3,.text-content-body h4,.text-content-body h5,.text-content-body h6{margin-top:1em;margin-bottom:.5em;font-weight:700;color:var(--block-text-color, #333);line-height:1.3}.text-content-body>h1:first-child,.text-content-body>h2:first-child,.text-content-body>h3:first-child,.text-content-body>h4:first-child,.text-content-body>h5:first-child,.text-content-body>h6:first-child{margin-top:0}.text-content-body h1{font-size:2.5em}.text-content-body h2{font-size:2em}.text-content-body h3{font-size:1.75em}.text-content-body h4{font-size:1.5em}.text-content-body h5{font-size:1.25em}.text-content-body h6{font-size:1.1em}.text-content-body p{margin-top:0;margin-bottom:.5em;color:var(--block-text-color, #333);line-height:1.6}.text-content-body p:first-child{margin-top:0}.text-content-body p:last-child{margin-bottom:0}.text-content-body ul,.text-content-body ol{margin-left:2em;margin-bottom:1em;padding-left:1em;color:var(--block-text-color, #333)}.text-content-body li{margin-bottom:.25em;color:var(--block-text-color, #333);line-height:1.6}.text-content-body li:last-child{margin-bottom:0}.text-content-body a{color:var(--block-text-color, #333);text-decoration:underline;transition:opacity .2s}.text-content-body a:hover{opacity:.7}.text-content-body img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0;display:block;box-shadow:0 4px 12px #0000001a}.text-content-body strong,.text-content-body b{font-weight:700;color:var(--block-text-color, #333)}.text-content-body em,.text-content-body i{font-style:italic}.text-content-body u{text-decoration:underline}.text-content-body s,.text-content-body strike{text-decoration:line-through}.text-content-body blockquote{border-left:4px solid var(--block-text-color, #333);padding-left:1.5em;margin:1em 0;font-style:italic;opacity:.85;color:var(--block-text-color, #333)}.text-content-body .ql-align-center{text-align:center}.text-content-body .ql-align-right{text-align:right}.text-content-body .ql-align-justify{text-align:justify}.text-content-body .ql-size-small{font-size:.75em}.text-content-body .ql-size-large{font-size:1.5em}.text-content-body .ql-size-huge{font-size:2.5em}.text-content-body .ql-font-serif{font-family:Georgia,Times New Roman,serif}.text-content-body .ql-font-monospace{font-family:Monaco,Courier New,monospace}.text-content-body .ql-indent-1{padding-left:3em}.text-content-body .ql-indent-2{padding-left:6em}.text-content-body .ql-indent-3{padding-left:9em}.text-content-body .ql-indent-4{padding-left:12em}.text-content-body .ql-indent-5{padding-left:15em}.text-content-body .ql-indent-6{padding-left:18em}.text-content-body .ql-indent-7{padding-left:21em}.text-content-body .ql-indent-8{padding-left:24em}.text-content-body *{max-width:100%;box-sizing:border-box}.text-content-body{min-height:50px}.text-content-body:empty:before{content:"Geen content beschikbaar";color:#999;font-style:italic}.terms-screen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;padding-bottom:75px;overflow-y:auto;touch-action:manipulation;position:relative}.terms-screen:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;background-size:cover;background-position:center;filter:blur(30px);opacity:.6;z-index:0}.terms-container{max-width:1400px;width:100%;text-align:center;animation:slideIn .5s ease-out;position:relative;z-index:1;margin:auto}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.terms-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:3rem;text-shadow:0 4px 20px rgba(0,0,0,.3)}.terms-text{text-align:left}.terms-text h2{font-size:2rem;font-weight:700;color:#333;margin-top:2rem;margin-bottom:1rem}.terms-text h2:first-child{margin-top:0}.terms-text p{font-size:1.3rem;color:#666;margin-bottom:1rem;line-height:1.6}.terms-text ul{font-size:1.2rem;color:#555;margin-bottom:2rem;padding-left:2rem;line-height:1.8}.terms-text li{margin-bottom:.8rem}.terms-checkbox-container{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}.terms-checkbox-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;touch-action:manipulation}.terms-checkbox{width:30px;height:30px;margin-top:.2rem;cursor:pointer;accent-color:#667eea;flex-shrink:0}.terms-checkbox-text{font-size:1.4rem;font-weight:600;color:#333;line-height:1.5}.terms-actions{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-top:2rem}.continue-button{width:100%;max-width:500px;background:#667eea;color:#fff;border:none;border-radius:15px;padding:1.8rem;font-size:1.8rem;font-weight:700;cursor:pointer;transition:all .3s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-shadow:0 5px 20px #667eea66}.continue-button:active{transform:scale(.98)}.continue-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #667eea80}.continue-button:disabled{opacity:.5;cursor:not-allowed}.back-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:15px;padding:1rem 2.5rem;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:active{transform:scale(.95)}.back-button:hover{background:#ffffff4d;border-color:#ffffffb3}.terms-pdf-container{margin:20px 0;width:100%;display:block;position:relative;max-height:70vh;overflow:hidden}.pdf-iframe{width:100%;height:600px;max-height:70vh;min-height:400px;border:1px solid #e0e0e0;border-radius:8px;background-color:var(--block-bg-color, #ffffff);box-shadow:0 2px 8px #00000014;display:block;overflow:auto}.pdf-iframe{border:none}@media (max-width: 1024px){.pdf-iframe{height:500px;max-height:65vh;min-height:350px}.terms-pdf-container{margin:20px 0;max-height:65vh}.form-content,.terms-content,.text-content,.qr-content{padding:30px;max-height:65vh}}@media (max-width: 768px){.pdf-iframe{height:450px;max-height:60vh;min-height:300px;border-radius:6px}.terms-pdf-container{margin:15px 0;max-height:60vh}.form-content,.terms-content,.text-content,.qr-content{padding:25px;max-height:60vh}}@media (max-width: 480px){.pdf-iframe{height:400px;max-height:55vh;min-height:250px;border-radius:4px}.terms-pdf-container{margin:10px 0;max-height:55vh}.form-content,.terms-content,.text-content,.qr-content{padding:20px;max-height:55vh}}@media (min-width: 1920px){.pdf-iframe{height:650px;max-height:75vh;min-height:500px}.terms-pdf-container{max-height:75vh}}.terms-content{background:var(--block-bg-color, rgba(255, 255, 255, .98));border-radius:24px;padding:60px;max-height:70vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--block-text-color, #333333)}.terms-sections{margin:30px 0;text-align:left}.terms-section{margin-bottom:30px;color:var(--block-text-color, #333333)}.terms-section h3{font-size:24px;margin-bottom:15px;color:var(--block-text-color, #333333)}.terms-section ul{margin-left:20px;margin-top:10px;color:var(--block-text-color, #333333)}.terms-section p,.terms-section li{color:var(--block-text-color, #333333)}.terms-checkbox{display:flex;align-items:center;justify-content:center;gap:10px;margin:30px 0;font-size:18px;color:var(--block-text-color, #333333)}.terms-checkbox label{color:var(--block-text-color, #333333)}.terms-checkbox input[type=checkbox]{width:24px;height:24px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid var(--checkbox-color, #999999);border-radius:4px;background-color:transparent;position:relative;transition:all .2s ease}.terms-checkbox input[type=checkbox]:checked{border-color:var(--checkbox-color, #999999)}.terms-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:6px;height:12px;border:solid var(--checkbox-color, #999999);border-width:0 2px 2px 0}.terms-checkbox input[type=checkbox]:hover{box-shadow:0 0 0 3px #9999991a}.conditional-checkbox input[type=checkbox]{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid var(--checkbox-color, #999999);border-radius:4px;background-color:transparent;position:relative;transition:all .2s ease}.conditional-checkbox input[type=checkbox]:checked{border-color:var(--checkbox-color, #999999)}.conditional-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:6px;height:12px;border:solid var(--checkbox-color, #999999);border-width:0 2px 2px 0}.conditional-checkbox input[type=checkbox]:hover{box-shadow:0 0 0 3px #9999991a}.signature-area{margin:30px 0;color:var(--block-text-color, #333333)}.signature-area p{color:var(--block-text-color, #333333)}.signature-pad-container{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto}.signature-canvas-wrapper{position:relative;width:100%;max-width:600px;display:flex;align-items:flex-end;gap:10px}.signature-clear-btn{align-self:flex-end;margin-top:0}.signature-label-overlay{position:absolute;bottom:12px;right:12px;pointer-events:none;font-size:16px;font-weight:600;z-index:1}.signature-canvas{border:2px solid #ddd;border-radius:12px;touch-action:none;width:100%;max-width:600px;background:var(--block-bg-color, #ffffff);box-shadow:0 4px 15px #0000001a;cursor:crosshair;display:block}.signature-pad-footer{display:flex;justify-content:flex-end;align-items:center;width:100%;max-width:600px;margin-top:10px;padding:0 4px}.signature-clear-btn{padding:8px;color:#fff;border:none;border-radius:50%;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 2px 8px #0003}.signature-clear-btn:hover{opacity:.9;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.signature-clear-btn:active{transform:scale(.95)}.signature-clear-btn svg{width:18px;height:18px}.success-content{background:var(--block-bg-color, rgba(255, 255, 255, .98));border-radius:24px;padding:60px;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--block-text-color, #333333)}.redirect-message{margin-top:20px;font-size:16px;opacity:.8;font-style:italic}.success-checkmark{width:120px;height:120px;border-radius:50%;background:var(--checkmark-bg-color, #4caf50);color:var(--checkmark-icon-color, #ffffff);font-size:70px;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;animation:scaleIn .5s ease-out;border:3px solid var(--checkmark-icon-color, #ffffff)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-content h1{font-size:48px;margin-bottom:20px;color:var(--title-text-color, #4caf50);font-weight:700}.success-content p{font-size:22px;color:var(--block-text-color, #666);line-height:1.6}.success-content .redirect-message{color:var(--block-text-color, #666)}.access-method-content{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.access-method-title{font-size:3.5rem;font-weight:700;color:var(--title-text-color, white);margin-bottom:3rem;text-shadow:0 4px 20px rgba(0,0,0,.3)}.access-method-options{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.access-method-button{background:var(--block-bg-color, #ffffff);border:3px solid var(--primary-color, #667eea);border-radius:15px;padding:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;text-align:center;position:relative;min-height:100px;box-shadow:0 4px 15px #0000001a}.access-method-button:active{transform:scale(.98)}.access-method-button:hover{border-color:var(--primary-color, #667eea);box-shadow:0 5px 20px #667eea4d}.access-method-button.selected{border-color:var(--primary-color, #667eea);background:var(--primary-color, #667eea);color:#fff!important;box-shadow:0 8px 30px #667eea66}.access-method-button.selected .method-label,.access-method-button.selected .method-description{color:#fff!important}.method-content{width:100%}.method-label{font-size:1.5rem;font-weight:700;color:inherit;margin-bottom:.4rem}.method-description{font-size:1.1rem;color:inherit;font-weight:400;opacity:.8}.access-method-button:not(.selected) .method-label,.access-method-button:not(.selected) .method-description{color:var(--block-text-color, #333)}.access-method-navigation{max-width:1000px;margin-left:auto;margin-right:auto;gap:1.5rem}@media (max-width: 1024px){.access-method-options{grid-template-columns:1fr}}@media (max-width: 768px){.access-method-title{font-size:2.5rem;margin-bottom:2rem}.access-method-button{padding:1.2rem;min-height:90px}.method-label{font-size:1.3rem}.method-description{font-size:1rem}}@media (min-width: 1920px){.access-method-title{font-size:4.5rem}.access-method-button{padding:2rem;min-height:120px}.method-label{font-size:1.8rem}.method-description{font-size:1.3rem}}.navigation-button{position:relative;overflow:hidden}.navigation-button:active:not(:disabled){transform:translateY(0) scale(.95)!important}.navigation-button svg{width:100%;height:100%;max-width:28px;max-height:28px}@media (max-width: 768px){.navigation-button{width:56px!important;height:56px!important;padding:16px!important}.navigation-button svg{max-width:24px;max-height:24px}}.language-switcher{display:flex;gap:8px;align-items:center}.footer-language-switcher .language-switcher{background:#fff3;padding:4px 8px;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.language-switcher:not(.footer-language-switcher .language-switcher){position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:1001;background:#ffffffe6;padding:8px 12px;border-radius:30px;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.language-button{background:transparent;border:2px solid transparent;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0;font-size:24px;line-height:1}.footer-language-switcher .language-button{width:36px;height:36px;font-size:20px;pointer-events:auto}.language-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.footer-language-switcher .language-button:hover{background:#fff6}.language-button.active{background:#fff6;border-color:#fffc;box-shadow:0 2px 8px #0003}.footer-language-switcher .language-button.active{background:#ffffff80;box-shadow:0 2px 6px #0000004d}.language-button:active{transform:scale(.95)}.flag-icon{display:block;font-size:24px;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji",sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.footer-language-switcher .flag-icon{font-size:20px}.language-label{font-size:20px;margin:0;cursor:default}.language-select{padding:8px 12px;border:2px solid #ddd;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .3s;font-weight:500}.language-select:focus{outline:none;border-color:#667eea}.language-select:hover{border-color:#667eea}@media (hover: none) and (pointer: coarse){.language-button{width:50px;height:50px;font-size:28px}.language-switcher{padding:10px 14px;gap:12px}}@media (max-width: 768px){.footer-language-switcher .language-button{width:32px;height:32px}.footer-language-switcher .flag-icon{font-size:18px}}.entrada-footer-bar{position:fixed;bottom:0;left:0;right:0;width:100%;height:60px;z-index:1000;display:flex;align-items:center;justify-content:flex-end;box-shadow:0 -2px 10px #0000001a;pointer-events:auto}.entrada-footer-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1920px;padding:0 2rem;position:relative}.entrada-logo-wrapper{flex:0 0 auto;display:flex;align-items:center;min-width:150px}.footer-spacer{flex:1}.footer-language-switcher{display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:auto}.footer-language-switcher-left{flex:0 0 auto;margin-right:auto}.footer-navigation-buttons{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:15px;z-index:1;pointer-events:auto}.entrada-footer-bar *{pointer-events:auto}.entrada-logo-footer{max-height:45px;width:auto;height:auto;transition:opacity .3s ease;object-fit:contain}.entrada-logo-container{position:fixed;bottom:2rem;right:2rem;z-index:1000;pointer-events:none}.entrada-logo{max-width:150px;max-height:80px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}@media (max-width: 768px){.entrada-footer-bar{height:50px}.entrada-logo-footer{max-height:35px}.entrada-footer-content{padding:0 1rem}.entrada-logo-container{bottom:1rem;right:1rem}.entrada-logo{max-width:100px;max-height:60px}}@media (min-width: 1920px){.entrada-footer-bar{height:70px}.entrada-logo-footer{max-height:55px}.entrada-logo-container{bottom:3rem;right:3rem}.entrada-logo{max-width:200px;max-height:100px}}*{margin:0;padding:0;box-sizing:border-box}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;overflow:hidden;height:100vh;width:100vw}#root{height:100vh;width:100vw}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}
