/* Password gate: a full-screen lock screen using the site's existing palette and motion style. */
.site-locked #app,.site-locked>.particles{visibility:hidden}.password-gate{position:fixed;z-index:100;inset:0;display:grid;place-items:center;overflow:auto;padding:clamp(18px,4vw,42px);background:radial-gradient(circle at 15% 18%,#fff 0 4%,transparent 19%),radial-gradient(circle at 88% 13%,#ffd4e5 0 7%,transparent 24%),linear-gradient(145deg,#fff9ee,#ffe0ec 48%,#dceeff);color:#653d58;font-family:"DM Sans",Arial,sans-serif}.password-card{position:relative;width:min(100%,560px);padding:clamp(28px,7vw,54px) clamp(20px,7vw,54px);text-align:center;background:#ffffffdb;border:2px solid #fff;border-radius:34px;box-shadow:0 24px 60px #9a537b50;backdrop-filter:blur(10px);animation:gate-arrive .55s both}.gate-characters{display:flex;align-items:center;justify-content:center;gap:13px;margin-bottom:8px}.gate-characters span{font-size:clamp(3.3rem,11vw,5rem);filter:drop-shadow(0 7px 7px #a3537640);animation:gate-bob 2.3s ease-in-out infinite}.gate-characters span:last-child{animation-delay:-1.1s}.gate-characters b{color:#ff669d;font-size:2rem;animation:gate-pulse 1.8s ease-in-out infinite}.gate-kicker{margin:6px 0 10px;color:#bd557f;font-size:.74rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.password-card h1{margin:0;color:#cf5d89;font-family:Pacifico,cursive;font-size:clamp(2rem,7vw,3.3rem);line-height:1.24}.gate-subtitle{max-width:430px;margin:17px auto 25px;line-height:1.65}.password-field{display:flex;gap:8px;padding:6px;border:2px solid #f4bfd4;border-radius:17px;background:#fff;transition:border-color .2s,box-shadow .2s}.password-field:focus-within{border-color:#ed77a8;box-shadow:0 0 0 5px #ffb8d35c;animation:gate-focus .6s ease-out}.password-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:10px 8px;color:#653d58;font:inherit}.password-toggle{border:0;border-radius:11px;background:#fff0f6;color:#b34e77;padding:8px 11px;font:700 .85rem inherit;cursor:pointer}.password-toggle:focus-visible,.gate-unlock:focus-visible{outline:4px solid #7258c8;outline-offset:3px}.gate-message{min-height:24px;margin:10px 0 0;color:#b23d69;font-weight:700;font-size:.92rem}.gate-unlock{width:100%;border:0;border-radius:17px;padding:15px 20px;cursor:pointer;background:linear-gradient(135deg,#ff78ab,#ec6296);box-shadow:0 10px 22px #d45f8b5b;color:#fff;font:700 1rem inherit;transition:transform .2s,box-shadow .2s}.gate-unlock:hover{transform:translateY(-2px);box-shadow:0 14px 26px #d45f8b72}.gate-note{margin:18px 0 0;color:#9a6079;font-size:.82rem}.gate-floaters i{position:absolute;color:#f879a8;font-size:clamp(1.35rem,3vw,2rem);font-style:normal;animation:gate-float 6s ease-in-out infinite}.gate-floaters i:nth-child(1){top:9%;left:9%}.gate-floaters i:nth-child(2){top:18%;right:10%;animation-delay:-1.2s}.gate-floaters i:nth-child(3){top:66%;left:7%;animation-delay:-2.1s}.gate-floaters i:nth-child(4){right:9%;bottom:10%;animation-delay:-3.2s}.gate-floaters i:nth-child(5){left:17%;bottom:12%;animation-delay:-4.2s}.gate-floaters i:nth-child(6){right:20%;top:7%;animation-delay:-5s}.gate-shake{animation:gate-shake .43s linear}.gate-leaving{animation:gate-leave .52s ease forwards}.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}@keyframes gate-arrive{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}@keyframes gate-bob{50%{transform:translateY(-10px)}}@keyframes gate-float{50%{transform:translateY(-20px) rotate(12deg);opacity:.58}}@keyframes gate-pulse{50%{transform:scale(1.22);filter:drop-shadow(0 0 9px #ff88b3)}}@keyframes gate-focus{50%{transform:translateY(-2px)}}@keyframes gate-shake{20%,60%{transform:translateX(-8px)}40%,80%{transform:translateX(8px)}}@keyframes gate-leave{to{opacity:0;visibility:hidden;transform:scale(1.04);filter:blur(4px)}}@media(max-width:420px){.password-gate{align-items:start}.password-card{margin-top:18px;border-radius:27px}.gate-subtitle{font-size:.94rem}}@media(prefers-reduced-motion:reduce){.gate-characters span,.gate-characters b,.gate-floaters i{animation:none}.gate-leaving{animation:none;opacity:0}}
