@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes borderDraw{0%{clip-path:inset(100% 100% 0 0);opacity:0}to{clip-path:inset(0);opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #f3ff544d}50%{box-shadow:0 0 16px 4px #f3ff541f}}.anim-up{animation:.6s cubic-bezier(.22,1,.36,1) both fadeInUp}.anim-down{animation:.5s cubic-bezier(.22,1,.36,1) both fadeInDown}.anim-in{animation:.8s both fadeIn}.anim-left{animation:.7s cubic-bezier(.22,1,.36,1) both slideInLeft}.anim-scale{animation:.6s cubic-bezier(.22,1,.36,1) both scaleIn}.anim-shake{animation:.4s errorShake}.anim-glow{animation:2.5s ease-in-out infinite pulseGlow}.d1{animation-delay:.1s}.d2{animation-delay:.2s}.d3{animation-delay:.3s}.d4{animation-delay:.4s}.d5{animation-delay:.5s}.d6{animation-delay:.6s}.d7{animation-delay:.7s}.d8{animation-delay:.8s}.d9{animation-delay:.9s}.d10{animation-delay:1s}.d12{animation-delay:1.2s}.d15{animation-delay:1.5s}.hero-gradient{background:linear-gradient(#0023481a 0%,#0023488c 55%,#002348eb 100%)}.hero-frame{z-index:2;pointer-events:none;border:3px solid #fff6;border-radius:18px;animation:1.2s cubic-bezier(.22,1,.36,1) .3s both borderDraw;position:absolute;inset:14px}.hero-frame:before,.hero-frame:after{content:"";border-style:solid;border-color:#f3ff5499;width:16px;height:16px;position:absolute}.hero-frame:before{border-width:3px 0 0 3px;border-radius:6px 0 0;top:-1px;left:-1px}.hero-frame:after{border-width:0 3px 3px 0;border-radius:0 0 6px;bottom:-1px;right:-1px}.btn-shimmer{position:relative;overflow:hidden}.btn-shimmer:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 30%,#f3ff5414 50%,#0000 70%) 0 0/200% 100%;animation:3s ease-in-out infinite shimmer;position:absolute;inset:0}.ck-hide{opacity:0;width:0;height:0;position:absolute}.ck-box{color:#0000;background:#fff;border:1.5px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.ck-hide:checked+.ck-box{color:#fff;background:#002348;border-color:#002348;transform:scale(1.08)}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin;display:inline-block}.str-bar{background:#e5e7eb;border-radius:2px;flex:1;height:3px;transition:background .25s}.str-fill{background:#002348}.str-warn{background:#f59e0b}.str-good{background:#10b981}
