@layer quartz-base{.password-protect-page{justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex}.password-protect-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.password-protect-modal{background:var(--light,#fff);color:var(--dark,#111);border-radius:12px;flex-direction:column;align-items:stretch;gap:1rem;min-width:min(420px,100%);max-width:90vw;padding:2rem 2.5rem 1.5rem;display:flex;position:relative;box-shadow:0 4px 32px #00000040}.password-protect-close{color:inherit;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;position:absolute;top:1rem;right:1rem}.password-protect-title{text-align:center;margin:0;font-size:1.1rem}.password-protect-input{border:1px solid var(--lightgray,#d1d5db);background:var(--light,#fff);width:100%;color:var(--dark,#111);border-radius:6px;outline:none;padding:.65rem 1rem;font-family:inherit;font-size:1rem}.password-protect-input:focus{border-color:var(--secondary,#6c47ff)}.password-protect-input:disabled{opacity:.6;cursor:not-allowed}.password-protect-submit{background:var(--secondary,#6c47ff);color:var(--light,#fff);cursor:pointer;border:none;border-radius:6px;padding:.65rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600}.password-protect-submit:hover:not(:disabled){opacity:.92}.password-protect-submit:disabled{opacity:.6;cursor:not-allowed}.password-protect-error{color:var(--red,#ff6b6b);text-align:center;min-height:1.2em;margin:0;font-size:.95rem}.password-protect-page[data-unlocked=true]{min-height:0;padding:0;display:block}.password-protect-page[data-unlocked=true] .password-protect-overlay{display:none}@media (prefers-color-scheme:dark){.password-protect-modal{color:#fff;background:#18171c}.password-protect-input{color:#fff;background:#111;border-color:#444}}}