.protected-wrapper{min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;text-align:center;box-sizing:border-box}.protected-icon{margin:0 auto 1.25rem;color:var(--text-primary)}.protected-title{font-size:clamp(1.25rem,4.5vw,1.5rem);line-height:1.3;font-style:italic;line-height:1.9rem;padding-bottom:.5rem}.protected-description{margin-bottom:2rem}.protected-description a{text-underline-offset:.25em;text-decoration-thickness:2px}.protected-form{display:flex;flex-wrap:wrap;gap:.75rem;width:100%;max-width:480px;align-items:flex-end}.form-field{display:flex;flex-direction:column;gap:.4rem;flex:1;text-align:left}.protected-label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.protected-input{border:1.5px solid var(--border);height:48px;min-width:120px;padding:16px;border-radius:12px;font-size:1rem;width:100%;background:#ffffff}.protected-input:focus-visible,.protected-input:hover{border:1.5px solid #baaba6;animation-duration:.18s;transition:all .18s cubic-bezier(.25,0,.06,1)}.protected-button{height:48px;padding:16px;background:var(--violet);color:#fff;border:none;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.protected-button:hover{background-color:var(--text-link)}.protected-error{margin-top:.75rem;color:var(--danger,#b00020)}.protected-home-link{display:inline-block;margin-top:2rem;text-decoration:underline;text-underline-offset:.25em;text-decoration-thickness:2px;text-decoration-color:color-mix(in srgb,var(--text-link)40%,transparent)}.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 screen and (max-width:768px){.protected-button{flex:0 0 100%}}.protected-button:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;opacity:.65;box-shadow:none}.protected-button:disabled:hover{background:var(--border);color:var(--text-secondary)}