.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-family:var(--font-heading);font-weight:400;font-style:normal;font-size:1.25rem;line-height:1.5rem;color:var(--text-primary);padding-bottom:.5rem}.protected-description{margin-bottom:2rem}.protected-description a{text-underline-offset:.25em;text-decoration-thickness:2px}.protected-form{display:flex;flex-direction:column;gap:.4rem;width:100%;max-width:340px;text-align:left}.protected-label{font-family:var(--font-base);font-size:.875rem;font-weight:500;color:var(--text-secondary)}.protected-fieldgroup{display:flex;align-items:stretch;width:100%;height:40px;background:#ffffff;border:1px solid var(--divider);border-radius:12px;overflow:hidden;transition:border-color .18s cubic-bezier(.25,0,.06,1),box-shadow .18s cubic-bezier(.25,0,.06,1)}.protected-fieldgroup:hover{border-color:color-mix(in srgb,var(--text-secondary) 35%,var(--divider))}.protected-fieldgroup:has(:focus-visible){outline:2px solid #2176ff;outline-offset:.125em}.protected-input{flex:1;min-width:0;height:100%;padding:0 12px;border:none;border-radius:0;background:transparent;font-family:var(--font-base);font-size:.875rem;line-height:1.35rem;color:var(--text-secondary)}.protected-button:focus,.protected-button:focus-visible,.protected-input:focus,.protected-input:focus-visible{outline:none}.protected-button{flex-shrink:0;height:100%;padding:0 16px;background:var(--violet);color:#fff;border:none;border-radius:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-base);font-size:.875rem;font-weight:500;line-height:1.35rem;white-space:nowrap;transition:background-color .15s ease}.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}.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)}