.registration-dialog-overlay{--rg-brand-navy: var(--brand-navy, #082d3e);--rg-brand-green: var(--brand-green, #7fb245);--rg-brand-dark-green: var(--brand-dark-green, #488106);--rg-brand-blue: var(--brand-blue, #39a9db);--rg-brand-grey-100: var(--brand-grey-100, #383737);--rg-brand-grey-80: var(--brand-grey-80, #606060);--rg-brand-grey-25: var(--brand-grey-25, #e4e4e4);--rg-brand-white: var(--brand-white, #ffffff);--rg-font-title: var(--font-title, "Alexandria", "Segoe UI", "Helvetica Neue", Arial, sans-serif);--rg-font-subheading: var(--font-subheading, "Comfortaa", "Segoe UI", "Helvetica Neue", Arial, sans-serif);--rg-font-body: var(--font-body, "Montserrat", "Segoe UI", "Helvetica Neue", Arial, sans-serif);position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#082d3e99,#082d3e7a 60%,#082d3e85);display:flex;justify-content:center;align-items:flex-start;min-height:100dvh;padding:max(env(safe-area-inset-top),.75rem) 1rem max(env(safe-area-inset-bottom),1rem);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;z-index:1000;animation:fadeIn .2s ease-in-out}.registration-dialog-overlay::-webkit-scrollbar{width:10px}.registration-dialog-overlay::-webkit-scrollbar-track{background:#ffffff29}.registration-dialog-overlay::-webkit-scrollbar-thumb{background:#ffffff6b;border-radius:999px}.registration-dialog-overlay{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.42) rgba(255,255,255,.16)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.registration-dialog{background:var(--rg-brand-white);border-radius:16px;box-shadow:0 22px 50px #082d3e38;width:min(560px,100%);max-height:none;overflow:hidden;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.registration-dialog-header{padding:24px 24px 14px;border-bottom:1px solid var(--rg-brand-grey-25);background:linear-gradient(180deg,#f9fcfd 0%,var(--rg-brand-white) 100%)}.registration-dialog--auth-branded{width:min(600px,100%)}@media(min-width:720px){.registration-dialog-overlay{align-items:center;padding:1.5rem 1rem}}.registration-dialog-header--branded{background:var(--rg-brand-navy);padding:20px 28px;text-align:left;border-bottom:1px solid var(--rg-brand-grey-25)}.registration-dialog-kicker{margin:0 0 4px;font-family:var(--rg-font-subheading);font-size:15px;font-weight:500;letter-spacing:.02em;color:var(--rg-brand-navy)}.registration-dialog-kicker-row{display:flex;flex-wrap:wrap;align-items:end;gap:.4rem .55rem;margin:0 0 4px}.registration-dialog-kicker--in-row{margin:0;flex:1 1 auto}.registration-dialog-kicker-logo-wrap{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:0;background:var(--rg-brand-navy);border-radius:8px;padding:.1rem .35rem .05rem}.registration-dialog-header--branded .registration-dialog-kicker-logo-wrap{background:transparent;padding:0;border-radius:0}.registration-dialog-kicker-logo{display:block;height:40px;width:auto;max-width:7rem;object-fit:contain;object-position:left center}.registration-dialog-header--branded .registration-dialog-kicker{color:#ffffffe0}.registration-dialog-header--branded .registration-dialog-subtitle{font-size:14px;line-height:1.5;max-width:36em}.registration-dialog-title{margin:0 0 8px;font-family:var(--rg-font-title);font-size:30px;font-weight:600;letter-spacing:.5px;color:var(--rg-brand-navy)}.registration-dialog-header--branded .registration-dialog-title{color:var(--rg-brand-white);font-size:28px;margin:0 0 6px}.registration-dialog-subtitle{margin:0;font-family:var(--rg-font-body);font-size:13px;letter-spacing:.2px;line-height:1.45;color:var(--rg-brand-grey-80)}.registration-dialog-header--branded .registration-dialog-subtitle{color:#ffffffeb}.registration-dialog-form{padding:20px 24px 24px;font-family:var(--rg-font-body)}.registration-dialog-form--register{padding:24px 28px 28px}.registration-form-field{margin-bottom:17px}.registration-form-field:last-of-type,.registration-form-consent:last-of-type{margin-bottom:20px}.registration-form-consent{margin-bottom:17px;background:#e8f4fc;border:1px solid #c5e0f0;border-radius:10px;padding:12px 14px;box-sizing:border-box}.registration-form-consent--error{border-color:#d96b6b}.registration-form-consent-row{display:flex;gap:10px;align-items:flex-start}.registration-form-consent input[type=checkbox]{margin:.2rem 0 0;flex:0 0 auto;width:1rem;height:1rem;cursor:pointer;accent-color:var(--rg-brand-dark-green)}.registration-form-consent-copy{display:block;margin:0;font-family:var(--rg-font-body);font-size:12.5px;font-weight:500;line-height:1.5;letter-spacing:.15px;color:var(--rg-brand-grey-100);cursor:pointer}.registration-form-consent--error .registration-form-consent-copy{color:var(--rg-brand-grey-100)}.registration-form-field label{display:block;margin-bottom:7px;font-size:13px;font-family:var(--rg-font-subheading);font-weight:600;letter-spacing:.2px;color:var(--rg-brand-navy)}.registration-form-field .required{color:#aa2a2a}.registration-form-field input{width:100%;padding:10px 12px;border:1px solid #cfdae0;border-radius:9px;font-size:14px;color:var(--rg-brand-grey-100);background:var(--rg-brand-white);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.registration-form-field input:focus{outline:none;border-color:var(--rg-brand-blue);box-shadow:0 0 0 3px #39a9db2e}.registration-form-field input.error{border-color:#cc4b4b}.registration-form-field input.error:focus{box-shadow:0 0 0 3px #cb4b4b2e}.registration-form-field input:disabled{background-color:#f6f9fa;color:#9ca3af;cursor:not-allowed}.error-message{display:block;margin-top:6px;font-size:12px;letter-spacing:.2px;color:#a32d2d}.form-error-message{margin:0 0 16px;font-size:13px;color:#8b2323;padding:9px 11px;border-radius:8px;border:1px solid #e7b3b3;background:#fff5f5}.registration-dialog-success{margin:0 0 16px;padding:10px 12px;font-size:13px;line-height:1.4;color:#2f5f06;background:#eff8e4;border:1px solid #cde5ac;border-radius:8px}.registration-dialog-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:6px}.registration-dialog-actions--register-only{flex-direction:column;align-items:stretch;padding-top:12px;gap:0}.registration-dialog-actions--register-only .registration-button-primary{width:100%;padding:12px 20px;font-size:15px;border-radius:12px}.registration-button{padding:10px 20px;border:none;border-radius:10px;font-family:var(--rg-font-subheading);font-size:14px;font-weight:600;letter-spacing:.2px;cursor:pointer;transition:background-color .2s,box-shadow .2s,transform .2s}.registration-button:disabled{opacity:.5;cursor:not-allowed}.registration-button-primary{background-color:var(--rg-brand-green);color:var(--rg-brand-white)}.registration-button-primary:hover:not(:disabled){background-color:var(--rg-brand-dark-green);transform:translateY(-1px)}.registration-button-primary:focus{outline:none;box-shadow:0 0 0 3px #7fb24552}.registration-button-secondary{background-color:var(--rg-brand-white);color:var(--rg-brand-grey-80);border:1px solid #cad7dd}.registration-button-secondary:hover:not(:disabled){background-color:#f6fafc}.registration-button-secondary:focus{outline:none;box-shadow:0 0 0 3px #90bcd042}.registration-dialog-switch{margin:16px 0 0;font-size:13px;color:var(--rg-brand-grey-80);text-align:center}.registration-dialog-switch-button{border:none;background:none;padding:0;margin:0;font-size:13px;color:var(--rg-brand-navy);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.registration-dialog-switch-button:disabled{color:#9ca3af;cursor:not-allowed}.registration-dialog-switch-button:hover:not(:disabled){color:var(--rg-brand-blue)}@media(max-width:560px){.registration-dialog{width:95%;border-radius:14px}.registration-dialog-title{font-size:26px}.registration-dialog-header--branded .registration-dialog-title{font-size:25px}.registration-dialog-form{padding:18px 18px 22px}.registration-dialog-actions{flex-direction:column-reverse;align-items:stretch}.registration-button{width:100%}}.zoom-pan-controls{position:absolute;display:flex;flex-direction:column;border-radius:4px;overflow:hidden;z-index:40;padding:2px;gap:2px;background-color:#e4e4e4}.player-light-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#e4e4e4;cursor:pointer;transition:all .15s ease;outline:none;border:none;padding:0}.player-light-btn:hover{background-color:#cfcfcf;color:#232323}.player-light-btn-first{border-top-left-radius:4px;border-top-right-radius:4px}.player-light-btn-middle{border-top:none;font-size:16px}.player-light-btn-last{border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.zoom-pan-controls-horizontal{position:relative;display:flex;flex-direction:row;border-radius:4px;overflow:hidden;padding:2px;gap:2px;background-color:#e4e4e4}.zoom-pan-controls-horizontal .player-light-btn-first{border-radius:4px 0 0 4px}.zoom-pan-controls-horizontal .player-light-btn-middle{border-top:none;border-radius:0}.zoom-pan-controls-horizontal .player-light-btn-last{border-radius:0 4px 4px 0}.visibility-controls{background-color:#e4e4e4;border-radius:4px;position:absolute;top:12px;left:50%;transform:translate(-50%);display:inline-flex;padding:2px;justify-content:center;align-items:center;gap:5px;z-index:10}.visibility-controls-count{color:#232323;text-align:center;font-family:Helvetica Neue;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.visibility-controls-btn{border-radius:2px;background-color:#e4e4e4;display:flex;width:24px;height:24px;justify-content:center;align-items:center;transition:all .2s}.visibility-controls-btn:hover{background-color:#cfcfcf;border-color:#999;cursor:pointer}.visibility-controls-btn:disabled{opacity:.4;cursor:not-allowed}.visibility-controls-btn:disabled:hover{background-color:#e4e4e4;border-color:transparent}.visibility-controls-btn-disabled{opacity:.4}button:hover{cursor:pointer}.app-header{background-color:#082d3e;color:#fff;border-bottom:1px solid #e5e7eb;min-height:3.75rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.app-header-left{display:flex;align-items:center;min-width:0;gap:.5rem}.app-header-logo-image{height:1.75rem;width:auto;display:block}.app-header-logo{height:40px;width:40px;border-radius:.25rem;display:flex;align-items:center;justify-content:center;background-color:#7fb245}.app-header-logo-text{color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}.app-header-logo-text svg{padding:5px;max-width:100%;max-height:100%;width:auto;height:auto}.app-header-title-section{display:flex;align-items:end;justify-content:space-between;width:100%;gap:.5rem;margin-right:1.5rem}.app-header-title{color:#fff;font-weight:600;font-size:1.25rem;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header-brand{display:flex;align-items:center;gap:.45rem}.app-header-brand-piph{display:block;height:1.65rem;width:auto;object-fit:contain}.app-header-brand-author{font-family:Alexandria,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600;color:#fff;letter-spacing:.01em}.app-header-brand-by{font-family:Comfortaa,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:400;color:#ffffffb3;margin-left:.08rem;margin-top:auto}.app-header-brand-alchemie{display:block;height:1.42rem;width:auto;object-fit:contain}.app-header-subtitle{font-size:.75rem;color:#6b7280}.app-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex:0 0 auto}.app-header-signout-button{border:0;background:transparent;color:#fff;border-radius:8px;padding:.28rem .5rem;font-family:Comfortaa,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2px;text-decoration:none;text-underline-offset:3px;transition:background-color .2s ease,color .2s ease,text-decoration-color .2s ease}.app-header-signout-button:hover{background:#ffffff24;text-decoration:underline;text-decoration-color:#ffffffe6}.app-header-signout-button:focus{outline:2px solid #39a9db;outline-offset:2px}@media(max-width:640px){.app-header{padding:.65rem .75rem;gap:.5rem}.app-header-title{font-size:1rem}.app-header-logo-image{height:1.45rem}.app-header-brand{gap:.33rem}.app-header-brand-piph{height:1.3rem;max-width:4.7rem}.app-header-brand-author{font-size:.88rem}.app-header-brand-by{font-size:.62rem}.app-header-brand-alchemie{height:1.12rem}.app-header-signout-button{padding:.22rem .4rem;font-size:.74rem}.app-header-actions{gap:.55rem}}.app-header-icon{height:1rem;width:1rem;margin-right:.5rem}.app-header-toggle{display:flex;align-items:center;gap:.375rem;cursor:pointer;font-size:.875rem;color:#374151;-webkit-user-select:none;user-select:none}.app-header-toggle-icon{height:1rem;width:1rem;color:#6b7280}.app-header-toggle-label{font-size:.8125rem;font-weight:500}.app-header-separator{width:1px;height:1.5rem;background-color:#e5e7eb;margin:0 .25rem}.app-header-file-input{display:none}.app-header-error{margin-top:1rem;position:fixed;bottom:20px;left:0;right:0;z-index:1000;max-width:400px}.app-header-error-dismiss{margin-left:.5rem}.app-header-validation-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.875rem;display:flex;flex-direction:column;gap:.5rem}.app-header-validation-label{font-weight:500;color:#374151}.app-header-validation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;color:#4b5563}.app-header-validation-value{font-weight:500}.app-header-error-box{margin-top:.75rem;padding:.5rem;background-color:#fef2f2;border-radius:.25rem;color:#991b1b}.app-header-error-title{font-weight:500}.app-header-error-message{font-size:.875rem}.app-header-error-step{font-size:.75rem;margin-top:.25rem}
