@charset "UTF-8";.processing-gate-root.is-locked{min-height:calc(100dvh - var(--sakura-navbar-layout-offset,58px));box-sizing:border-box;background:var(--sakura-color-background)}.processing-gate-root.is-locked>.processing-gate-protected{display:none!important}.processing-gate-root:not(.is-locked)>.processing-gate{display:none!important}html:has(.processing-gate-root.is-locked) #content.site-content{min-height:100dvh;background:var(--sakura-color-background)}html:has(.processing-gate-root.is-locked) .site-footer{display:none!important}.processing-gate{display:flex;align-items:center;justify-content:center;min-height:calc(100dvh - var(--sakura-navbar-layout-offset,58px));padding:calc(var(--sakura-navbar-layout-offset,58px) + 16px)16px 48px;box-sizing:border-box;background:var(--sakura-color-background);color:var(--sakura-color-text-deep)}.processing-gate.is-hidden{display:none!important}.processing-gate__panel{width:min(100%,440px);text-align:center}.processing-gate__form{display:flex;flex-direction:column;align-items:center;gap:14px}.processing-gate__art{width:100%;line-height:0}.processing-gate__art-img{display:block;width:100%;height:auto;pointer-events:none;user-select:none}.processing-gate__row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%}.processing-gate__input{flex:auto;width:auto;min-width:0;height:44px;margin:0;padding:0 18px;border:1px solid color-mix(in srgb,var(--sakura-color-text-muted) 35%,transparent);border-radius:999px;background:color-mix(in srgb,var(--sakura-color-text-deep) 4%,var(--sakura-color-background));color:var(--sakura-color-text-deep);font-size:.95rem;text-align:center;box-sizing:border-box;caret-color:var(--sakura-color-primary,#f2a0b0)}.processing-gate__input::placeholder{color:color-mix(in srgb,var(--sakura-color-text-muted) 75%,transparent)}.processing-gate__input:focus{outline:none;border-color:color-mix(in srgb,var(--sakura-color-primary,#f2a0b0) 70%,transparent);background:color-mix(in srgb,var(--sakura-color-primary,#f2a0b0) 8%,var(--sakura-color-background))}.processing-gate__submit{flex:none;min-width:0;height:44px;padding:0 18px;border:none;border-radius:999px;background:var(--sakura-color-primary,#f2a0b0);color:#fff;font-size:.95rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:transform .14s ease,opacity .16s ease}.processing-gate__submit:hover{opacity:.92}.processing-gate__submit:active{transform:scale(.98)}.processing-gate__error{margin:8px 0 0;font-size:.86rem;color:#dc2626}html.dark .processing-gate__error{color:#ff8a8a}@media(max-width:640px){.processing-gate{padding-top:calc(var(--sakura-navbar-layout-offset,58px) + 8px);padding-bottom:32px}.processing-gate__panel{width:min(100%,360px)}}