@keyframes fadeInLetter{0%{opacity:0;transform:translateY(1.25rem) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes borderPulse{0%,to{border-color:rgba(30,64,175,.3);box-shadow:0 0 0 0 rgba(30,64,175,.4)}50%{border-color:rgba(59,130,246,.8);box-shadow:0 0 0 .25rem rgba(30,64,175,.1)}}@keyframes medicalPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes waveGradient{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes tabletShine{0%{transform:translateX(-150%) skewX(-15deg);opacity:0}50%{opacity:.6}to{transform:translateX(150%) skewX(-15deg);opacity:0}}@keyframes wordBorderReveal{0%{border-color:rgba(0,0,0,0);box-shadow:none;transform:scale(1)}50%{border-color:rgba(30,64,175,.6);box-shadow:0 0 1.25rem rgba(30,64,175,.3);transform:scale(1.02)}to{border-color:rgba(30,64,175,.8);box-shadow:0 0 1.875rem rgba(30,64,175,.2);transform:scale(1)}}.bluechew-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background:#19191b;font-family:Segoe UI,Roboto,Arial,sans-serif}.loading-container{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.bluechew-text{display:flex;gap:.08em;font-family:Arial Black,Helvetica,sans-serif;font-weight:900;font-size:4rem;letter-spacing:.05em;position:relative;padding:.2em .3em;border:.125rem solid rgba(0,0,0,0);animation:wordBorderReveal .4s ease-out .6s forwards}.bluechew-letter{display:inline-block;opacity:0;position:relative;color:#1e40af;animation:fadeInLetter .3s ease-out forwards,medicalPulse 3s ease-in-out infinite;animation-delay:calc(var(--letter-index)*.04s),calc(var(--letter-index)*.04s + .5s);overflow:hidden;border-radius:.5rem;text-shadow:0 .125rem .25rem rgba(30,64,175,.15),0 .25rem .5rem rgba(30,64,175,.1);padding:.1em .05em}.bluechew-letter:before{content:"";position:absolute;top:-.125rem;left:-.125rem;right:-.125rem;bottom:-.125rem;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);animation:tabletShine 4s ease-in-out infinite;animation-delay:calc(var(--letter-index)*.04s + .75s);border-radius:.625rem;z-index:1;pointer-events:none}.bluechew-letter:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,transparent 15%,rgba(30,64,175,.8) 25%,rgb(59,130,246) 50%,rgba(30,64,175,.8) 75%,transparent 85%,transparent);background-size:300% 100%;animation:waveGradient 3.5s ease-in-out infinite;animation-delay:calc(var(--letter-index)*.04s + .65s);mix-blend-mode:multiply;border-radius:.5rem;z-index:2}.loading-message{font-size:1.1rem;color:#60a5fa;font-weight:500;text-align:center;opacity:0;animation:fadeInLetter .3s ease-out .75s forwards;letter-spacing:.01em;min-height:1.5rem;transition:opacity .5s ease-in-out;max-width:25rem}@supports(background-clip:text) or (-webkit-background-clip:text){.bluechew-letter{background:linear-gradient(90deg,#1e40af,#3b82f6 25%,#60a5fa 50%,#3b82f6 75%,#1e40af);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0);animation:fadeInLetter .3s ease-out forwards,waveGradient 3s ease-in-out infinite,medicalPulse 4s ease-in-out infinite;animation-delay:calc(var(--letter-index)*.04s),calc(var(--letter-index)*.04s + .65s),calc(var(--letter-index)*.04s + .8s)}.bluechew-letter:after,.bluechew-letter:before{display:none}}@media(max-width:768px){.bluechew-text{font-size:2.8rem}.bluechew-loading{min-height:70vh}.loading-message{font-size:1rem;padding:0 1rem;max-width:20rem}}@media(max-width:480px){.bluechew-text{font-size:2.2rem;gap:.05em}.bluechew-loading{min-height:60vh;padding:1rem}.loading-message{font-size:.9rem;max-width:17.5rem}}@media(prefers-reduced-motion:reduce){.bluechew-text{animation:none!important;border:.125rem solid rgba(30,64,175,.6)!important;box-shadow:0 0 .9375rem rgba(30,64,175,.2)!important}.bluechew-letter{animation:fadeInLetter .3s ease-out forwards!important}.bluechew-letter:after,.bluechew-letter:before{animation:none!important}.loading-message{animation:fadeInLetter .3s ease-out .4s forwards!important}@supports(background-clip:text) or (-webkit-background-clip:text){.bluechew-letter{animation:fadeInLetter .3s ease-out forwards!important}}}@media(prefers-contrast:high){.bluechew-text{border:.125rem solid #000!important;box-shadow:none!important}.bluechew-letter{text-shadow:none!important}.bluechew-letter,.loading-message{color:#000!important}.bluechew-loading{background:#fff!important}}.bluechew-loading:focus{outline:.125rem solid #1e40af;outline-offset:.25rem}@media print{.bluechew-loading{background:#fff!important;color:#000!important}.bluechew-letter{color:#000!important;animation:none!important}.bluechew-letter:after,.bluechew-letter:before{display:none!important}}