body:has(.protected-content-wrapper:not(.inline) .password-prompt-overlay[style*="display: flex"]){overflow:hidden}.protected-content-wrapper{min-height:50vh;position:relative}.protected-content-wrapper:not(:has(.decrypted-content)){width:100vw;height:100vh;z-index:var(--z-max);top:0}.protected-content-wrapper.inline{min-height:auto}.protected-content-wrapper.inline:not(:has(.decrypted-content)){z-index:auto;width:100%;height:auto;top:auto}.protected-content-wrapper.inline .password-prompt-overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:1rem 0;position:relative;inset:auto}.protected-content-wrapper.inline .password-prompt-container{width:100%;min-width:0;padding:1rem}.protected-content-wrapper .password-prompt-overlay{background:color-mix(in srgb, var(--light) 95%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-modal);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.protected-content-wrapper .password-prompt-container{border:1px solid var(--lightgray);border-radius:var(--radius-none);background-color:var(--light);width:35vw;min-width:250px;padding:2rem}.protected-content-wrapper .password-prompt-container>p{color:var(--gray);margin:0 0 1rem}.protected-content-wrapper .password-form{flex-direction:column;gap:1rem;display:flex}.protected-content-wrapper .password-form .password-input{box-sizing:border-box;width:100%;font-family:var(--bodyFont);color:var(--dark);background-color:var(--light);border:1px solid var(--lightgray);border-radius:var(--radius-none);padding:1rem;font-size:1.1em;transition:border-color .2s}.protected-content-wrapper .password-form .password-input:focus{border-color:var(--secondary);outline:none}.protected-content-wrapper .password-form .password-input::placeholder{color:var(--gray)}.protected-content-wrapper .password-form .password-submit{color:var(--dark);border:1px solid var(--lightgray);border-radius:var(--radius-none);cursor:pointer;font-family:var(--bodyFont);background:0 0;padding:.75rem 1rem;font-size:1em;transition:background-color .2s,border-color .2s}.protected-content-wrapper .password-form .password-submit:hover{background:var(--tertiary);border-color:var(--darkgray)}.protected-content-wrapper .password-form .password-submit:focus{outline:2px solid var(--secondary);outline-offset:2px}.protected-content-wrapper .password-error{color:var(--rose);margin:.5rem 0 0;font-size:.875rem}.decrypted-content{opacity:0;animation:.5s ease-out forwards fadeIn}.stream-entry-private{color:var(--gray);padding:.5rem 0;font-style:italic}.stream-entry-private p{margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.protected-stacked-note{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.protected-stacked-note .protected-overlay{background:color-mix(in srgb, var(--light) 98%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}.protected-stacked-note .protected-overlay .protected-message p{color:var(--gray);margin:0;padding:.5rem 0;font-size:1rem;font-weight:500}.protected-stacked-note .protected-overlay .protected-message p.protected-hint{opacity:.75;font-size:.875rem;font-weight:400}