/* Guest-facing password screen for protected published pages (public/js/page-unlock-prompt.js).
   Self-contained so it renders correctly on the minimal shared.php document. */.page-unlock-overlay{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#faf7f4;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.page-unlock-card{width:100%;max-width:380px;background:#ffffff;border-radius:1.25rem;box-shadow:0 10px 40px rgba(0, 0, 0, 0.08);padding:2.5rem 2rem;text-align:center;box-sizing:border-box}.page-unlock-icon{width:56px;height:56px;margin:0 auto 1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3ece7;color:#b07d5f}.page-unlock-title{margin:0 0 0.5rem;font-size:1.375rem;font-weight:600;color:#2b2422}.page-unlock-help{margin:0 0 1.5rem;font-size:0.9375rem;line-height:1.4;color:#6b605a}.page-unlock-input{width:100%;box-sizing:border-box;padding:0.75rem 1rem;font-size:1rem;border:1px solid #e2d9d2;border-radius:0.75rem;outline:none;transition:border-color 0.15s ease,box-shadow 0.15s ease}.page-unlock-input:focus{border-color:#b07d5f;box-shadow:0 0 0 3px rgba(176, 125, 95, 0.15)}.page-unlock-error{margin-top:0.625rem;font-size:0.8125rem;color:#c0392b;text-align:left}.page-unlock-button{width:100%;margin-top:1.25rem;padding:0.8125rem 1rem;font-size:1rem;font-weight:600;color:#ffffff;background:#b07d5f;border:none;border-radius:0.75rem;cursor:pointer;transition:filter 0.15s ease,opacity 0.15s ease}.page-unlock-button:hover{filter:brightness(0.96)}.page-unlock-button:disabled{opacity:0.6;cursor:default}