.password-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;min-height:400px}.password-icon{width:80px;height:80px;border-radius:50%;background-color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.password-icon:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.password-icon svg{width:40px;height:40px;color:#fff}.password-title{font-size:1.5rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem;text-align:center}.password-title .heading-link{display:none!important}.password-subtitle{font-size:.95rem;color:var(--foreground);opacity:.7;margin-bottom:2rem;text-align:center}.password-input-wrapper{position:relative;width:100%;max-width:400px;margin-bottom:1rem}.password-input{width:100%;padding:.875rem 3rem .875rem 1rem;font-size:1rem;border:2px solid var(--border);border-radius:12px;background-color:var(--background);color:var(--foreground);transition:all .3s ease;outline:none;box-sizing:border-box}.password-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb, 0, 108, 172),.1)}.password-input::placeholder{color:var(--foreground);opacity:.5}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--foreground);opacity:.6;transition:opacity .2s ease;outline:none}.password-toggle:hover{opacity:1}.password-toggle svg{width:20px;height:20px}.password-button{width:100%;max-width:400px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:var(--accent);border:2px solid var(--accent);border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;outline:none}.password-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026;opacity:.9}.password-button:active{transform:translateY(0);box-shadow:0 1px 4px #0000001a}html[data-theme=dark] .password-button{box-shadow:0 2px 8px #ff6b0133}html[data-theme=dark] .password-button:hover{box-shadow:0 4px 12px #ff6b014d}.password-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.password-error{width:100%;max-width:400px;margin-top:1rem;padding:.75rem 1rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.9rem;text-align:center;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}html[data-theme=dark] .password-icon{box-shadow:0 4px 12px #ff6b0133}html[data-theme=dark] .password-icon:hover{box-shadow:0 6px 16px #ff6b014d}html[data-theme=dark] .password-input:focus{box-shadow:0 0 0 3px #ff6b011a}html[data-theme=dark] .password-error{background-color:#dc262633;border-color:#dc26264d;color:#fca5a5}@media(max-width:640px){.password-container{padding:2rem 1rem;min-height:300px}.password-icon{width:64px;height:64px}.password-icon svg{width:32px;height:32px}.password-title{font-size:1.25rem}.password-subtitle{font-size:.875rem}}.image-loading-wrapper{position:relative;display:inline-block;width:100%;background-color:var(--muted);border-radius:8px;overflow:hidden;min-height:200px;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important;cursor:pointer;border:1px solid var(--border)!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.image-loading-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;background-color:var(--muted);z-index:1;transition:opacity .3s ease;border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important}.image-loading-placeholder img{width:48px;height:48px;opacity:.6}.image-loading-wrapper>img{position:relative;width:100%;height:auto;display:block;opacity:0;transition:opacity .3s ease;z-index:2;border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;outline:none!important;box-shadow:none!important}.image-loading-wrapper>img.loaded{opacity:1}.image-loading-wrapper>img.loaded~.image-loading-placeholder{opacity:0;pointer-events:none}figure .image-loading-wrapper{width:100%;border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;box-shadow:none!important}figure img{width:100%;height:auto;border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;outline:none!important;box-shadow:none!important}figure{border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;outline:none!important;box-shadow:none!important}article img:not(figure img){border:1px solid var(--border)!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f!important;border-radius:8px;outline:none!important}.image-loading-placeholder img{border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;outline:none!important;box-shadow:none!important}.app-prose img:not(figure img),.prose img:not(figure img),article img:not(figure img){outline:none!important;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}article .image-loading-wrapper:not(figure .image-loading-wrapper){border:1px solid var(--border)!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f!important}article figure img,article figure .image-loading-wrapper{border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;outline:none!important;box-shadow:none!important;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.image-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000000e6;backdrop-filter:blur(4px);animation:fadeIn .3s ease}.image-modal.active{display:flex;align-items:center;justify-content:center}.image-modal-content{position:relative;max-width:90%;max-height:90%;margin:auto;animation:zoomIn .3s ease}.image-modal-content img{width:100%;height:auto;max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;border:none!important;box-shadow:0 8px 32px #00000080}.image-modal-close{position:absolute;top:20px;right:35px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;z-index:10000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#00000080;border-radius:50%;transition:background-color .3s ease}.image-modal-close:hover{background-color:#000000b3}.image-modal-close:before{content:"×";line-height:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}
