.confirm-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;display:flex;align-items:center;justify-content:center;background-color:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:confirmDialogFadeIn .15s ease-out}@keyframes confirmDialogFadeIn{0%{opacity:0}to{opacity:1}}.confirm-dialog{max-width:400px;width:90%;background-color:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;animation:confirmDialogSlideIn .2s ease-out;overflow:hidden}@keyframes confirmDialogSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-dialog-content{padding:24px 24px 16px}.confirm-dialog-title{margin:0 0 12px;font-size:18px;font-weight:600;color:#1e3f42;line-height:1.3}.confirm-dialog-message{margin:0;font-size:15px;color:#4b5563;line-height:1.5}.confirm-dialog-details{margin:12px 0 0;padding:12px;font-size:13px;color:#6b7280;line-height:1.5;background-color:#f9fafb;border-radius:6px;border-left:3px solid #F2C858}.confirm-dialog-actions{display:flex;gap:12px;padding:16px 24px 24px;justify-content:flex-end}.confirm-dialog-btn{padding:10px 20px;font-size:14px;font-weight:600;font-family:inherit;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.confirm-dialog-btn:focus{outline:none;box-shadow:0 0 0 3px #1e3f4233}.confirm-dialog-btn:active{transform:translateY(1px)}.confirm-dialog-btn--cancel{background-color:#1e3f42;color:#fff}.confirm-dialog-btn--cancel:hover{background-color:#2a5559}.confirm-dialog-btn--cancel:focus{box-shadow:0 0 0 3px #1e3f424d}.confirm-dialog-btn--confirm{background-color:#f3f4f6;color:#4b5563}.confirm-dialog-btn--confirm:hover{background-color:#e5e7eb}.confirm-dialog-btn--warning{background-color:#fef3c7;color:#92400e}.confirm-dialog-btn--warning:hover{background-color:#fde68a}.confirm-dialog-btn--danger{background-color:#fee2e2;color:#dc2626}.confirm-dialog-btn--danger:hover{background-color:#fecaca}@media (prefers-reduced-motion: reduce){.confirm-dialog-overlay,.confirm-dialog{animation:none}}.auth-modal-panel{background:linear-gradient(145deg,#1e3f42,#162e30)!important;padding:12px 16px!important}.auth-modal-content{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;min-height:320px}.auth-modal-content .auth-modal-download-notice{order:-1}#auth0-lock-container{width:100%;display:flex;justify-content:center;align-items:flex-start}.auth-modal-content--profile-form~.auth0-lock,.auth-modal-content--profile-form+.auth0-lock,body:has(.auth-modal-content--profile-form) .auth0-lock{display:none!important;visibility:hidden!important;opacity:0!important}.auth-modal-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,#1e3f42,#162e30);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:38px;z-index:10}.auth-modal-loading p{color:#ffffffd9;font-size:14px;font-weight:500;margin:0}.auth-modal-spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.15);border-top-color:#f2c858;border-radius:50%;animation:auth-modal-spin .8s linear infinite}@keyframes auth-modal-spin{to{transform:rotate(360deg)}}.auth-modal-error{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,#1e3f42,#162e30);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px;border-radius:38px;z-index:10}.auth-modal-error p{color:#fca5a5;font-size:14px;margin:0;text-align:center;line-height:1.5}.auth-modal-retry-button{display:inline-flex;align-items:center;gap:8px;color:#1e3f42;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#f2c858,#e8b844);box-shadow:0 2px 8px #f2c8584d;transition:all .2s ease}.auth-modal-retry-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f2c85866}.auth-modal-retry-button:focus{outline:2px solid #F2C858;outline-offset:2px}.auth-modal-download-notice{color:#ffffffe6;font-size:13px;margin:0 0 16px;text-align:center;background:#f2c85826;border:1px solid rgba(242,200,88,.3);border-radius:8px;padding:10px 16px;width:100%;max-width:280px}.auth-modal-download-notice strong{color:#f2c858;font-weight:600}.auth-modal-redirect-notice{color:#ffffff80;font-size:12px;margin-top:16px;text-align:center;font-style:italic}.auth-modal-title{color:#fff;font-size:22px;font-weight:700;margin:0 0 20px;text-align:center;letter-spacing:-.02em}.auth-modal-custom{display:flex;flex-direction:column;align-items:center;width:100%;padding:16px 0}.auth-modal-tabs{display:flex;justify-content:center;gap:4px;background:#ffffff14;border-radius:10px;padding:4px;margin-bottom:24px;width:100%;max-width:260px}.auth-modal-tab{flex:1;padding:10px 20px;background:transparent;border:none;border-radius:8px;color:#fff9;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-modal-tab:hover{color:#ffffffe6}.auth-modal-tab.active{color:#1e3f42;background:linear-gradient(135deg,#f2c858,#e8b844);box-shadow:0 2px 8px #f2c8584d}.auth-modal-tab:focus{outline:2px solid #F2C858;outline-offset:2px}.auth-modal-google-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:1px solid #747775;border-radius:4px;padding:0 12px;height:40px;font-size:14px;font-weight:500;font-family:Roboto,Google Sans,Arial,sans-serif;line-height:20px;color:#1f1f1f;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;min-width:200px;max-width:400px;box-shadow:none}.auth-modal-google-button:hover{background:#f8f9fa;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.auth-modal-google-button:active{background:#f1f3f4}.auth-modal-google-button:focus{outline:2px solid #4285f4;outline-offset:2px}.auth-modal-google-button .google-icon{flex-shrink:0;width:18px;height:18px}.auth-modal-terms{color:#cfe1de;font-size:12px;margin-top:20px;text-align:center;line-height:1.6;max-width:280px}.auth-modal-terms a{color:#f2c858;text-decoration:underline;transition:color .2s ease}.auth-modal-terms a:hover{color:#f5d679}.auth-modal-switch{color:#fff9;font-size:13px;margin-top:16px;text-align:center}.auth-modal-link-button{background:none;border:none;color:#f2c858;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;padding:0;border-bottom:1px solid rgba(242,200,88,.4);transition:all .2s ease}.auth-modal-link-button:hover{border-color:#f2c858}.auth-modal-link-button:focus{outline:2px solid #F2C858;outline-offset:2px}.auth0-lock{font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif!important}.auth0-lock.auth0-lock .auth0-lock-center{background:transparent!important;padding:0!important;height:auto!important;min-height:auto!important}.auth0-lock.auth0-lock .auth0-lock-widget{background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;width:100%!important}.auth0-lock.auth0-lock .auth0-lock-widget-container{background:transparent!important}.auth0-lock.auth0-lock .auth0-lock-header,.auth0-lock.auth0-lock .auth0-lock-header-bg,.auth0-lock.auth0-lock .auth0-lock-header-bg-blur,.auth0-lock.auth0-lock .auth0-lock-header-bg-solid{display:none!important;background:transparent!important}.auth0-lock.auth0-lock .auth0-lock-content-wrapper{background:transparent!important;height:auto!important;min-height:auto!important}.auth0-lock.auth0-lock .auth0-lock-content{background:transparent!important;padding:0!important}.auth0-lock.auth0-lock .auth0-lock-content-body-wrapper{background:transparent!important;min-height:auto!important}.auth0-lock.auth0-lock .auth0-lock-body-content{background:transparent!important}.auth0-lock.auth0-lock .auth0-lock-cred-pane{background:transparent!important;border-radius:0!important;height:auto!important;min-height:auto!important}.auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper{background:transparent!important;height:auto!important}.auth0-lock.auth0-lock .auth0-lock-form{padding:0!important}.auth0-lock.auth0-lock .auth0-lock-tabs-container{background:transparent!important;margin:0 0 16px!important}.auth0-lock.auth0-lock .auth0-lock-tabs{background:#ffffff14!important;display:flex!important;justify-content:center!important;gap:4px!important;border:none!important;border-radius:10px!important;padding:4px!important;max-width:260px!important;margin:0 auto!important}.auth0-lock.auth0-lock .auth0-lock-tabs li{flex:1!important;min-width:auto!important;background:transparent!important;border:none!important}.auth0-lock.auth0-lock .auth0-lock-tabs li a,.auth0-lock.auth0-lock .auth0-lock-tabs li span{color:#fff9!important;font-size:14px!important;font-weight:600!important;padding:10px 20px!important;border:none!important;border-radius:8px!important;text-decoration:none!important;transition:all .2s ease!important;display:block!important;text-align:center!important;background:transparent!important;margin:0!important}.auth0-lock.auth0-lock .auth0-lock-tabs li a:hover,.auth0-lock.auth0-lock .auth0-lock-tabs li span:hover{color:#ffffffe6!important}.auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current{background:transparent!important;border:none!important;box-shadow:none!important}.auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current a,.auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current span{color:#1e3f42!important;background:linear-gradient(135deg,#f2c858,#e8b844)!important;box-shadow:0 2px 8px #f2c8584d!important;border:none!important;border-bottom:none!important}.auth0-lock.auth0-lock .auth0-lock-tabs:after,.auth0-lock.auth0-lock .auth0-lock-tabs-container:after{display:none!important;border:none!important;content:none!important}.auth0-lock.auth0-lock .auth0-lock-social-buttons-container{text-align:center!important;margin-bottom:8px!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2]{background:#fff!important;border:1px solid #747775!important;border-radius:4px!important;padding:0 12px!important;height:40px!important;font-size:14px!important;font-weight:500!important;font-family:Roboto,Google Sans,Arial,sans-serif!important;line-height:20px!important;transition:background-color .2s ease,box-shadow .2s ease!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-width:200px!important;max-width:400px!important;box-shadow:none!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2]:hover{background:#f8f9fa!important;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326!important;transform:none!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2]:active{background:#f1f3f4!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2]:focus{outline:2px solid #4285f4!important;outline-offset:2px!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2] .auth0-lock-social-button-text{color:#1f1f1f!important;font-size:14px!important;font-weight:500!important;text-transform:none!important;font-family:Roboto,Google Sans,Arial,sans-serif!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2] .auth0-lock-social-button-icon{width:18px!important;height:18px!important;flex-shrink:0!important}.auth0-lock.auth0-lock .auth0-lock-social-button{background:#fff!important;border:1px solid #747775!important;border-radius:4px!important;padding:0 12px!important;height:40px!important;font-size:14px!important;font-weight:500!important;transition:background-color .2s ease,box-shadow .2s ease!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-width:200px!important;box-shadow:none!important}.auth0-lock.auth0-lock .auth0-lock-social-button:hover{background:#f8f9fa!important;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326!important;transform:none!important}.auth0-lock.auth0-lock .auth0-lock-social-button:active{background:#f1f3f4!important}.auth0-lock.auth0-lock .auth0-lock-social-button-text{color:#1f1f1f!important;font-size:14px!important;font-weight:500!important;text-transform:none!important;font-family:Roboto,Google Sans,Arial,sans-serif!important}.auth0-lock.auth0-lock .auth0-lock-social-button-icon{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;flex-shrink:0!important;background-size:18px 18px!important}.auth0-lock.auth0-lock .auth0-lock-social-button-icon svg{width:18px!important;height:18px!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2] .auth0-lock-social-button-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E")!important;background-size:18px 18px!important;background-repeat:no-repeat!important;background-position:center!important;position:absolute!important;left:26px!important;top:50%!important;transform:translate(-50%) translateY(-50%)!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2]{position:relative!important}.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider=google-oauth2] .auth0-lock-social-button-icon svg{opacity:0!important}.auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button{width:auto!important;max-width:280px!important;height:40px!important;padding:0 16px!important}.auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button .auth0-lock-social-button-icon{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important}body .auth0-lock.auth0-lock .auth0-lock-terms,body .auth0-lock .auth0-lock-terms,body .auth0-lock-terms,body .auth0-lock.auth0-lock .auth0-lock-sign-up-terms-agreement,body .auth0-lock-sign-up-terms-agreement,.auth0-lock.auth0-lock .auth0-lock-body-content .auth0-lock-terms,.auth0-lock .auth0-lock-body-content .auth0-lock-terms,.auth0-lock .auth0-lock-sign-up-terms-agreement,.auth0-lock-sign-up-terms-agreement,[class*=auth0-lock] [class*=terms],.auth0-lock.auth0-lock .auth0-lock-cred-pane .auth0-lock-terms,.auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper .auth0-lock-terms{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important}.auth0-lock.auth0-lock .auth0-lock-auxiliary{min-height:auto!important;padding:0!important;margin:0!important}.auth0-lock.auth0-lock .auth0-lock-alternative{color:#ffffffd9!important;margin:8px 0 12px!important;font-size:13px!important}.auth0-lock.auth0-lock .auth0-lock-form p,.auth0-lock .auth0-lock-form p{color:#ffffffd9!important}.auth0-lock.auth0-lock .auth0-lock-pane-separator{margin:8px 0!important}.auth0-lock.auth0-lock .auth0-lock-social-buttons-pane{margin-bottom:0!important}.auth0-lock.auth0-lock .auth0-lock-alternative-link{color:#f2c858!important}.auth0-lock.auth0-lock .auth0-lock-input-wrap{background:#ffffff14!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:10px!important;margin-bottom:12px!important}.auth0-lock.auth0-lock .auth0-lock-input-wrap:focus-within{border-color:#f2c858!important;background:#ffffff1f!important;box-shadow:0 0 0 3px #f2c85826!important}.auth0-lock.auth0-lock .auth0-lock-input{color:#fff!important;background:transparent!important;font-size:14px!important}.auth0-lock.auth0-lock .auth0-lock-input::placeholder{color:#fff6!important}body .auth0-lock.auth0-lock .auth0-lock-submit,.auth0-lock.auth0-lock .auth0-lock-cred-pane .auth0-lock-submit{background:linear-gradient(135deg,#f2c858,#e8b844)!important;border:none!important;border-radius:8px!important;font-weight:600!important;transition:all .2s ease!important;box-shadow:0 2px 8px #f2c8584d!important;height:40px!important;max-height:40px!important;min-height:40px!important;padding:0 20px!important;margin-top:4px!important}body .auth0-lock.auth0-lock .auth0-lock-submit:hover{transform:translateY(-1px)!important;box-shadow:0 4px 12px #f2c85866!important}body .auth0-lock.auth0-lock .auth0-label-submit,.auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit,.auth0-lock .auth0-label-submit,.auth0-label-submit{color:#1e3f42!important;font-weight:600!important;font-size:14px!important;height:auto!important;line-height:40px!important;text-transform:none!important;letter-spacing:normal!important}.auth0-lock.auth0-lock .auth0-lock-submit .auth0-lock-icon,.auth0-lock.auth0-lock .auth0-lock-submit .auth0-lock-icon-arrow,body .auth0-lock .auth0-lock-submit .auth0-lock-icon,body .auth0-lock .auth0-lock-submit svg,.auth0-lock.auth0-lock .auth0-lock-submit svg,body .auth0-lock .auth0-lock-submit img,.auth0-lock.auth0-lock .auth0-lock-submit img,.auth0-lock .auth0-lock-submit img,.auth0-lock-submit img,.auth0-lock .auth0-lock-submit span img,.auth0-lock-submit span img,[class*=auth0-lock-submit] img,[class*=auth0-lock-submit] svg{display:none!important;visibility:hidden!important;width:0!important;height:0!important;opacity:0!important}.auth0-lock.auth0-lock .auth0-lock-pane-separator,.auth0-lock.auth0-lock .auth0-lock-last-login-pane,.auth0-lock.auth0-lock .auth0-lock-cred-pane:after{display:none!important;border:none!important}.auth0-lock.auth0-lock .auth0-lock-error-msg{color:#fca5a5!important;font-size:13px!important}.auth0-lock.auth0-lock .auth0-loading-container{background:transparent!important}.auth0-lock-overlay{display:none!important}@media (max-width: 480px){.auth-modal-panel{padding:8px 12px!important}}.auth-modal-popup-redirect{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;min-height:280px}.auth-modal-popup-redirect-title{color:#fff;font-size:22px;font-weight:700;margin:0 0 12px;letter-spacing:-.02em}.auth-modal-popup-redirect-description{color:#ffffffb3;font-size:14px;line-height:1.5;margin:0 0 24px;max-width:280px}.auth-modal-popup-redirect-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#1e3f42;border:none;border-radius:10px;padding:14px 32px;font-size:16px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#f2c858,#e8b844);box-shadow:0 2px 8px #f2c8584d;transition:all .2s ease}.auth-modal-popup-redirect-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #f2c85866}.auth-modal-popup-redirect-button:active{transform:translateY(0)}.auth-modal-popup-redirect-button:focus{outline:2px solid #F2C858;outline-offset:2px}.auth-modal-popup-redirect-links{display:flex;flex-direction:column;gap:8px;margin-top:24px}.auth-modal-popup-redirect-links button{background:none;border:none;color:#fff9;font-size:13px;cursor:pointer;padding:4px 8px;transition:color .2s ease}.auth-modal-popup-redirect-links button:hover{color:#f2c858}.auth-modal-popup-redirect-links button:focus{outline:2px solid #F2C858;outline-offset:2px}:root{--modal-overlay-bg: rgba(0, 0, 0, .3);--modal-inner-bg: #1E3F42;--modal-text-primary: #ffffff;--modal-text-secondary: #CFE1DE;--modal-text-muted: #D7E6E3;--modal-accent-color: #96E07F;--modal-border-color: #ffffff;--modal-backdrop-blur: blur(4px);--modal-shadow: 0 20px 40px rgba(0,0,0,.38)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--modal-overlay-bg);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:var(--modal-backdrop-blur);backdrop-filter:var(--modal-backdrop-blur);padding:20px}.modal-container{position:relative;width:clamp(300px,80vw,800px);height:clamp(400px,70vh,500px);border-radius:50px;display:grid;place-items:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}.modal-container--large{height:auto;max-height:clamp(420px,70vh,520px);width:clamp(340px,85vw,340px)}.modal-panel{position:relative;width:100%;height:100%;background:var(--modal-inner-bg);border-radius:38px;color:var(--modal-text-primary);display:grid;place-items:center;text-align:center;padding:50px 40px;gap:16px;box-shadow:var(--modal-shadow);overflow:hidden}.modal-panel.auth-modal-panel{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-close{position:absolute;top:18px;right:22px;width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:var(--modal-text-muted);font-size:34px;line-height:30px;cursor:pointer;transition:background-color .2s ease,color .2s ease;z-index:10}.modal-close:hover{background:#ffffff1a;color:var(--modal-text-primary)}.modal-close:focus{outline:2px solid var(--modal-accent-color);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){.modal-container{width:clamp(280px,95vw,600px);height:clamp(350px,85vh,400px);border-radius:24px}.modal-container--large{height:auto;max-height:clamp(450px,90vh,600px);width:clamp(300px,95vw,450px)}.modal-panel{padding:32px 24px;gap:12px;border-radius:20px}}@media (max-width: 480px){.modal-close{top:12px;right:16px;width:28px;height:28px;font-size:20px}}@media (prefers-contrast: high){:root{--modal-overlay-bg: rgba(0, 0, 0, .8);--modal-inner-bg: #000;--modal-text-primary: #fff;--modal-border-color: #fff}}@media (prefers-reduced-motion: reduce){.modal-close{transition:none}}.success-icon{width:72px;height:72px;background:url(https://cdn.demandmetric.com/assets/circle-check.svg) center no-repeat;margin-bottom:8px}.error-content{text-align:center;color:var(--modal-text-primary)}.error-content h1,.error-content h2,.error-content h3{color:var(--modal-text-primary);margin:0 0 16px;font-weight:600}.error-content p{color:var(--modal-text-secondary);margin:0 0 12px;line-height:1.5}.error-content>*:last-child{margin-bottom:0}.popup-title{font-weight:600;letter-spacing:.2px;font-size:42px;line-height:1.06;margin:6px 0 2px;color:var(--modal-text-primary)}.popup-text{color:var(--modal-text-secondary);font-size:20px;line-height:1.7em}.popup-subtitle{margin:0}.popup-instruction{font-weight:700;margin:0}.download-button{display:inline-flex;text-transform:uppercase;align-items:center;gap:14px;color:var(--modal-text-primary);border:2px solid white;border-radius:36px;padding:12px 30px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;background:transparent;min-height:50px;transition:all .3s ease}.download-button:hover{background:#f2c858;border-color:#04213c;color:#04213c;border-radius:50px}.download-button:focus{outline:2px solid var(--modal-accent-color);outline-offset:2px}.download-button:disabled{opacity:.6;cursor:not-allowed}.download-button .arrow-container{position:relative;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.download-button .button-arrow{position:absolute;width:22px;height:22px;background-size:22px 22px;background-position:center;background-repeat:no-repeat;transition:opacity .2s ease}.download-button .button-arrow.white{background-image:url(https://cdn.prod.website-files.com/67ecc3cb7b18daf47ebda561/67ecc3cb7b18daf47ebda579_Button%20Arrow%20Right%20White.svg);opacity:1}.download-button .button-arrow.blue{background-image:url(https://cdn.prod.website-files.com/67ecc3cb7b18daf47ebda561/67ecc3cb7b18daf47ebda593_Button%20Arrow%20Right%20Blue.svg);opacity:0}.download-button:hover .button-arrow.white{opacity:0}.download-button:hover .button-arrow.blue{opacity:1}@media (prefers-reduced-motion: reduce){.download-button{transition:background-color .2s ease}.download-button:hover{transform:none}}@media (max-width: 768px){.popup-title{font-size:clamp(24px,5vw,48px)}.popup-subtitle{font-size:clamp(14px,3vw,20px)}}@media (max-width: 480px){.success-icon{width:80px;height:80px;border-width:4px;background-size:40px}.download-button{padding:10px 20px;font-size:.8rem;gap:10px}.download-button svg{width:18px;height:18px}}
