body.auth-site{--a-blue:#4a90e2;--a-blue-dark:#274a8f;--a-yellow:#ffd43b;--a-ink:#16243d;--a-muted:#63718a;--a-border:rgba(39,74,143,.15);--a-shadow:0 30px 85px rgba(39,74,143,.2);margin:0;min-height:100vh;background:radial-gradient(circle at 12% 20%,rgba(110,216,192,.32),transparent 27%),radial-gradient(circle at 88% 4%,rgba(255,212,59,.5),transparent 29%),linear-gradient(135deg,#f8fcff,#eaf6ff 57%,#fff9df);color:var(--a-ink);font-family:Inter,system-ui,sans-serif;font-synthesis:none}
.auth-site,.auth-site *,.auth-site *:before,.auth-site *:after{box-sizing:border-box}.auth-site a{color:inherit;text-decoration:none}.auth-site button,.auth-site input,.auth-site select{font:inherit}.auth-site button{cursor:pointer}.auth-site .hidden,.auth-site [hidden]{display:none!important}.auth-site.i18n-pending .site-header,.auth-site.i18n-pending .auth-shell{visibility:hidden}
.auth-site .container{width:min(1160px,calc(100% - 32px));margin:auto}.auth-site .site-header{height:78px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--a-border);position:relative;z-index:20}.auth-site .site-nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}.auth-site .auth-brand-title{margin:0}.auth-site .brand{display:flex;align-items:center;gap:10px;font-weight:900}.auth-site .logo-img{width:42px;height:42px;object-fit:contain}.auth-site .nav-cta{display:flex;align-items:center;gap:8px}.auth-site .language-switcher{display:flex;gap:3px;background:#f4f8ff;border:1px solid var(--a-border);border-radius:999px;padding:4px}.auth-site .language-switch{width:38px;height:36px;border:0;border-radius:999px;background:transparent;font-weight:850;color:var(--a-ink)}.auth-site .language-switch.is-active{background:var(--a-blue);color:#fff}.auth-site .btn-ghost,.auth-site .btn-accent{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border-radius:14px;font-weight:850;border:1px solid var(--a-border)}.auth-site .btn-ghost{background:#fff}.auth-site .btn-accent{background:linear-gradient(135deg,var(--a-yellow),#ffc107);color:var(--a-ink);border-color:rgba(174,126,0,.15)}
.auth-site .auth-shell{width:min(1180px,calc(100% - 34px));margin:clamp(28px,4vw,58px) auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);min-height:calc(100vh - 160px);background:#fff;border:1px solid rgba(255,255,255,.82);border-radius:36px;overflow:hidden;box-shadow:var(--a-shadow)}
.auth-site .auth-visual-panel{position:relative;overflow:hidden;min-height:690px;padding:clamp(30px,5vw,66px);display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 90% 10%,rgba(255,212,59,.68),transparent 30%),radial-gradient(circle at 8% 88%,rgba(110,216,192,.43),transparent 27%),linear-gradient(145deg,#eaf6ff,#cfe9ff)}.auth-site .auth-visual-panel:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(74,144,226,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(74,144,226,.06) 1px,transparent 1px);background-size:42px 42px}.auth-site .auth-product-visual{position:relative;z-index:2;width:min(620px,100%);margin:0;border:8px solid rgba(255,255,255,.78);border-radius:28px;overflow:hidden;box-shadow:0 35px 80px rgba(39,74,143,.25);transform:rotate(-1.2deg)}.auth-site .auth-product-visual img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.auth-site .register-visual>img{position:relative;z-index:2;display:block;width:100%;height:auto;border:8px solid rgba(255,255,255,.78);border-radius:28px;box-shadow:0 35px 80px rgba(39,74,143,.25)}.auth-site .auth-visual-copy{position:absolute;z-index:3;left:38px;right:38px;bottom:30px;display:flex;gap:12px;align-items:center;background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.8);border-radius:16px;padding:15px;backdrop-filter:blur(14px);box-shadow:0 14px 32px rgba(39,74,143,.13)}.auth-site .auth-visual-copy span{color:var(--a-muted)}
.auth-site .auth-card,.auth-site .auth-form-column{padding:clamp(34px,5vw,64px);align-self:center}.auth-site .auth-card-head h2,.auth-site .auth-form-column h1,.auth-site .auth-card-head #register-title{font-size:clamp(2.15rem,4vw,3.6rem);line-height:1;letter-spacing:-.05em;margin:0}.auth-site .auth-card-head p,.auth-site .auth-form-column>p,.auth-site #register-subtitle{color:var(--a-muted);line-height:1.65;margin:14px 0 26px}.auth-site form{display:grid;gap:10px}.auth-site label{font-weight:800;font-size:.9rem;margin-top:4px}.auth-site input,.auth-site select{width:100%;min-height:50px;border:1px solid var(--a-border);border-radius:14px;padding:12px 14px;background:#fbfdff;color:var(--a-ink);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-site input:hover,.auth-site select:hover{border-color:rgba(74,144,226,.48)}.auth-site input:focus,.auth-site select:focus{outline:0;border-color:var(--a-blue);box-shadow:0 0 0 4px rgba(74,144,226,.15);background:#fff}.auth-site input:user-invalid{border-color:#d84f64;box-shadow:0 0 0 3px rgba(216,79,100,.1)}.auth-site input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #f3f9ff inset}.auth-site button[type=submit],.auth-site .register_button{min-height:52px;border:0;border-radius:15px;background:linear-gradient(135deg,var(--a-blue),#3476c7);color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(74,144,226,.28);margin-top:8px;transition:transform .2s ease,box-shadow .2s ease}.auth-site button[type=submit]:hover,.auth-site .register_button:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(74,144,226,.36)}.auth-site button:focus-visible,.auth-site a:focus-visible,.auth-site input:focus-visible,.auth-site select:focus-visible{outline:3px solid var(--a-yellow);outline-offset:3px}
.auth-site .password-field{position:relative}.auth-site .password-field input{padding-right:80px}.auth-site .password-toggle{position:absolute;right:7px;top:7px;height:36px;border:0;border-radius:10px;background:#eaf4ff;color:var(--a-blue-dark);font-weight:850;padding:0 11px}.auth-site .auth-alert{margin:0 0 18px;padding:13px 15px;border-radius:13px;background:#fff0f2;border:1px solid #f1bac3;color:#98283a;font-weight:750;line-height:1.45}.auth-site .auth-divider{display:flex;align-items:center;gap:12px!important;margin:20px 0!important}.auth-site .auth-divider:before,.auth-site .auth-divider:after{content:'';height:1px;background:var(--a-border);flex:1}.auth-site .btn-google-auth{display:flex!important;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;padding:12px!important;border:1px solid var(--a-border)!important;border-radius:14px!important;background:#fff!important;color:var(--a-ink)!important;font-weight:800!important}.auth-site .login-links,.auth-site .auth-help{text-align:center;margin-top:16px}.auth-site .auth-help a{color:var(--a-blue-dark);font-weight:800}.auth-site .reset-card{margin-top:14px;padding:16px;background:#f4f9ff;border:1px solid var(--a-border);border-radius:16px;text-align:left}.auth-site .auth-footnote{font-size:.78rem;text-align:center;color:var(--a-muted);margin-top:24px}
.auth-site .auth-register-shell{width:min(1180px,calc(100% - 34px));margin:clamp(28px,4vw,58px) auto;display:grid;grid-template-columns:minmax(350px,.78fr) minmax(0,1.22fr);background:#fff;border-radius:36px;overflow:hidden;box-shadow:var(--a-shadow)}.auth-site .register-visual{position:relative;min-height:760px;padding:62px 44px 44px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background:radial-gradient(circle at 80% 12%,rgba(255,212,59,.62),transparent 29%),radial-gradient(circle at 4% 82%,rgba(110,216,192,.4),transparent 27%),linear-gradient(145deg,#dff1ff,#f2f9ff)}.auth-site .register-visual>.auth-visual-copy{position:relative;inset:auto;margin-top:20px;display:grid}.auth-site .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.auth-site .field{min-width:0}.auth-site .card-like{padding:18px!important;border-radius:18px;background:#f5f9ff;border:1px solid var(--a-border)}.auth-site .license-buttons{display:grid!important;grid-template-columns:1fr 1fr}.auth-site .license-btn,.auth-site .sub-btn{min-height:46px;border:1px solid var(--a-border);border-radius:13px;background:#fff;color:var(--a-ink);font-weight:850}.auth-site .license-btn.is-active,.auth-site .sub-btn.is-active{background:var(--a-yellow);border-color:#e7bd18;box-shadow:0 8px 20px rgba(255,193,7,.18)}.auth-site .actions-row{display:grid;gap:10px;margin-top:16px}
.auth-site .auth-option-card{margin-top:14px}.auth-site .license-text{font-weight:900;margin-bottom:10px}.auth-site .auth-subscription-selection,.auth-site .company-fields{margin-top:12px}.auth-site .subscription-buttons{display:flex;gap:10px;flex-wrap:wrap}.auth-site .company-checkbox-label{display:flex;gap:10px;align-items:center;font-weight:900;cursor:pointer}.auth-site .company-checkbox-label input{width:22px;min-height:22px}.auth-site .actions-row .btn-accent{width:100%}.auth-site #footer-text{margin-top:16px}.auth-site button:disabled,.auth-site input:disabled,.auth-site select:disabled{opacity:.58;cursor:not-allowed}.auth-site [aria-busy=true]{position:relative;color:transparent!important}.auth-site [aria-busy=true]:after{content:'';position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:authSpin .7s linear infinite}@keyframes authSpin{to{transform:rotate(360deg)}}
@media(max-width:900px){.auth-site .auth-shell,.auth-site .auth-register-shell{grid-template-columns:1fr;max-width:680px}.auth-site .auth-visual-panel,.auth-site .register-visual{min-height:360px}.auth-site .auth-booking-demo{width:min(470px,86%)}.auth-site .auth-visual-copy{bottom:18px}.auth-site .register-visual .auth-booking-demo{margin:0 auto}.auth-site .auth-form-column{order:-1}}
@media(max-width:620px){.auth-site .site-header{height:68px}.auth-site .site-nav{height:68px}.auth-site .brand span,.auth-site #home-link{display:none}.auth-site .nav-cta{gap:5px}.auth-site .btn-accent{padding-inline:10px;font-size:.8rem}.auth-site .language-switch{width:32px;height:32px;font-size:.72rem}.auth-site .auth-shell,.auth-site .auth-register-shell{width:calc(100% - 18px);margin:12px auto;border-radius:24px}.auth-site .auth-card,.auth-site .auth-form-column{padding:26px 20px}.auth-site .auth-visual-panel,.auth-site .register-visual{min-height:250px;padding:22px}.auth-site .auth-booking-demo{display:none}.auth-site .auth-visual-copy{position:relative;inset:auto}.auth-site .grid-2{grid-template-columns:1fr}.auth-site .license-buttons{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){.auth-site *,.auth-site *:before,.auth-site *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* Registration v3: shared brand lockup and unmistakable plan state. */
.auth-register-page .brand-logo{gap:10px;font-size:1.05rem;letter-spacing:-.02em}
.auth-register-page .brand-logo .logo-img{width:40px;height:40px;border-radius:12px}
.auth-register-page .register-visual>img{aspect-ratio:3/2;object-fit:cover;object-position:center}
.auth-register-page .license-buttons{gap:10px}
.auth-register-page .license-btn,.auth-register-page .sub-btn{position:relative;min-height:56px;padding:12px 18px;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease}
.auth-register-page .license-btn:hover,.auth-register-page .sub-btn:hover{transform:translateY(-2px);border-color:var(--a-blue);background:#eef6ff;box-shadow:0 10px 24px rgba(74,144,226,.14)}
.auth-register-page .license-btn.selected,.auth-register-page .sub-btn.selected{padding-right:46px;border-color:var(--a-blue);background:linear-gradient(135deg,var(--a-blue),#3476c7);color:#fff;box-shadow:0 14px 30px rgba(74,144,226,.28)}
.auth-register-page .license-btn.selected:after,.auth-register-page .sub-btn.selected:after{content:'✓';position:absolute;right:16px;top:50%;display:grid;place-items:center;width:24px;height:24px;transform:translateY(-50%);border-radius:999px;background:var(--a-yellow);color:var(--a-ink);font-weight:950}
.auth-register-page .license-btn.selected:hover,.auth-register-page .sub-btn.selected:hover{background:linear-gradient(135deg,#3476c7,var(--a-blue));color:#fff}
.auth-register-page .register-section{align-self:start;max-height:calc(100vh - 160px);overflow:auto}
.auth-register-page .cx-lang-checks{display:flex;flex-wrap:wrap;gap:10px 16px}
.auth-register-page .cx-lang-check{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-weight:750}
.auth-register-page .cx-lang-check input{width:18px;min-height:18px;margin:0}
.auth-register-page .cx-primary-title{font-size:.95rem;margin:14px 0 8px}
.auth-register-page .auth-register-login{margin:12px 0 0;text-align:center}
.auth-register-page .auth-register-login a{color:var(--a-blue-dark);font-weight:850;margin-left:6px}
body.cx-simplified-reg .cx-reg-deferred{display:none!important}
@media(max-width:900px){.auth-register-page .register-section{max-height:none;overflow:visible;order:-1}}
@media(max-width:620px){.auth-register-page .brand span{display:inline}.auth-register-page .brand-logo .logo-img{width:38px;height:38px}.auth-register-page .license-buttons{grid-template-columns:1fr!important}}
