.guest-layout{background:var(--p-content-background);min-height:100vh;color:var(--p-content-color);flex-direction:column;justify-content:flex-start;align-items:center;padding:1.5rem 1rem;display:flex}.guest-layout__brand{justify-content:center;display:flex}.guest-layout__brand-link{border-radius:var(--p-border-radius-md);color:var(--p-primary-color);display:inline-flex}.guest-layout__brand-link:focus-visible{outline-color:var(--p-focus-ring-color);outline-offset:var(--p-focus-ring-offset);outline-style:var(--p-focus-ring-style);outline-width:var(--p-focus-ring-width)}.guest-layout__logo{-o-object-fit:contain;object-fit:contain;width:5rem;height:5rem}.guest-layout__panel{border:1px solid var(--p-content-border-color);border-radius:var(--p-border-radius-lg);background:var(--p-content-background);width:100%;max-width:28rem;box-shadow:var(--p-form-field-shadow);margin-top:1.5rem;padding:1.5rem;overflow:hidden}.guest-auth-copy{color:var(--p-text-muted-color);margin:0 0 1rem;font-size:.875rem}.guest-auth-message{margin-bottom:1rem}.guest-auth-form{flex-direction:column;gap:1rem;display:flex}.guest-auth-field{flex-direction:column;gap:.5rem;display:flex}.guest-auth-label{color:var(--p-content-color);font-weight:600}.guest-auth-checkbox-row{align-items:center;gap:.5rem;display:flex}.guest-auth-actions{justify-content:flex-end;align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.guest-auth-actions--between{justify-content:space-between}.guest-auth-link{color:var(--p-primary-color);text-underline-offset:.2em;font-size:.875rem;text-decoration:underline}.guest-auth-link:hover{color:var(--p-primary-hover-color)}@media (width>=40rem){.guest-layout{justify-content:center;padding-top:0}}@media (width<=30rem){.guest-auth-actions{flex-direction:column;align-items:stretch}.guest-auth-actions .p-button{justify-content:center;width:100%}.guest-auth-link{text-align:center}}
