html,body{height:100%;margin:0}.guest-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#f7f8fa}.guest-root{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:clamp(2rem,5vw,4rem) 1.25rem}.guest-shell{width:100%;max-width:26rem;display:flex;flex-direction:column;gap:1.75rem;align-items:center}.guest-header{text-align:center}.guest-header__brand{display:inline-block;text-decoration:none}.guest-header__logo{height:clamp(1.75rem,3.5vw,2.5rem);width:auto;display:block}.guest-card{width:100%;background:#fff;border:1px solid hsl(220 13% 91%);border-radius:12px;padding:clamp(1.75rem,4vw,2.5rem);box-shadow:0 1px 3px #0000000a,0 6px 24px #0000000f}.guest-ops{display:flex;align-items:center;justify-content:center;gap:.25rem}.guest-ops .pf-lang-trigger{flex-direction:row-reverse}.guest-legal{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.25rem 1.5rem;font-size:.8125rem;color:#858b99}.guest-legal__copy{font-size:.75rem;color:#858b99}.guest-legal .pf-btn{text-decoration:none}.auth-page{display:flex;flex-direction:column;gap:1.75rem}.auth-page__header{text-align:center}.auth-page__icon{display:none}.auth-page__title{margin:0;font-size:1.375rem;font-weight:500;letter-spacing:-.02em;color:#16181d}.auth-page__subtitle{margin:.375rem 0 0;font-size:.9375rem;color:#6b7280;line-height:1.5}.auth-page__form{display:flex;flex-direction:column;gap:1rem}.auth-page__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.guest-card .pf-input-wrap{min-height:2.25rem}.guest-card .pf-btn--full{height:2.75rem;font-size:.9375rem}.guest-card .pf-checkbox{display:inline-flex;align-items:center;gap:.625rem;position:relative;font-size:.8125rem;color:#545964}.guest-card .pf-checkbox__input{position:absolute;opacity:0;pointer-events:none}.guest-card .pf-checkbox__box{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 1rem;border-radius:4px;border:1px solid hsl(220 13% 82%);background:#fff;color:#1d95a5;overflow:hidden}.guest-card .pf-checkbox__box svg{width:.75rem;height:.75rem;display:block;opacity:0;transform:scale(.82);transition:opacity .14s ease,transform .14s ease}.guest-card .pf-checkbox__input:checked+.pf-checkbox__box{border-color:#1d95a5;background:#edfafc}.guest-card .pf-checkbox__input:checked+.pf-checkbox__box svg{opacity:1;transform:scale(1)}.auth-page__inline-link{font-size:.75rem;color:#1d95a5;text-decoration:none;font-weight:500}.auth-page__inline-link:hover{color:#156e79;text-decoration:underline}.auth-page__options{display:flex;align-items:center;justify-content:space-between}.auth-page__checks{display:flex;flex-direction:column;gap:.625rem}.auth-page__alt{text-align:center;font-size:.85rem;color:#6b7280;margin:0}.auth-page__alt a{color:#1d95a5;text-decoration:none;font-weight:500}.auth-page__alt a:hover{text-decoration:underline}.auth-page__highlight-link{align-self:center}.auth-page__actions{display:flex;justify-content:space-between;align-items:center}.auth-page__back{text-align:center}.auth-page__back a{font-size:.8125rem;color:#6b7280;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.auth-page__back a:hover{color:#2c313a}.auth-page__hint{font-size:.75rem;color:#858b99;text-align:center;margin:.125rem 0 0}.auth-page__toggle-fields{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.625rem;font-size:.8125rem;font-weight:500;color:#6b7280;background:#f6f7f8;border:1px solid hsl(220 13% 91%);border-radius:8px;cursor:pointer}.auth-page__toggle-fields:hover{color:#2c313a;background:#f1f2f4;border-color:#cbcfd7}.register-topbar{display:flex;align-items:center;justify-content:space-between;margin:-.5rem -.375rem 0}.register-topbar__back.pf-btn{color:#424957}.register-topbar__badge.pf-btn:disabled{opacity:1;cursor:default}.info-dialog{position:fixed;inset:0;z-index:1000;display:none;align-items:flex-end;justify-content:center;padding:1rem;background:#0000004d;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:info-dialog-bg .15s ease}.info-dialog[open]{display:flex}@media(min-width:480px){.info-dialog{align-items:center}}.info-dialog__panel{position:relative;width:100%;max-width:28rem;flex-shrink:0;background:#fff;border-radius:14px;padding:clamp(1.5rem,4vw,2rem);box-shadow:0 8px 32px #0000001f;animation:info-dialog-slide .2s ease;margin:auto 0}.info-dialog__close.pf-btn{position:absolute;top:clamp(1.5rem,4vw,2rem);right:clamp(1.25rem,3.5vw,1.75rem);color:#6b7280}.info-dialog__close.pf-btn:hover{color:#16181d}.info-dialog__title{margin:0 0 .75rem;font-size:1.125rem;font-weight:500;line-height:1.75rem;color:#16181d;padding-right:2.5rem}.info-dialog__text{margin:0 0 1rem;font-size:.875rem;color:#545964;line-height:1.55}.info-dialog__subtitle{margin:1.25rem 0 .5rem;font-size:.875rem;font-weight:500;color:#16181d}.info-dialog__list{margin:0 0 .25rem;padding:0 0 0 1.25rem;display:flex;flex-direction:column;gap:.375rem}.info-dialog__list li{font-size:.8125rem;color:#464a53;line-height:1.5}.info-dialog__actions{display:flex;flex-direction:column;gap:.625rem;margin-top:1.25rem}.info-dialog__secondary.pf-btn{text-decoration:none}@keyframes info-dialog-bg{0%{opacity:0}to{opacity:1}}@keyframes info-dialog-slide{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.auth-page__code-field .pf-input{text-align:center;letter-spacing:.35em;padding-left:.75em}.auth-page__code-field .pf-field__label{text-align:center}
