.page-module__RxVgEa__container{background:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.95)),var(--background);min-height:100vh;color:var(--foreground);justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.page-module__RxVgEa__content{text-align:center;flex-direction:column;gap:3rem;width:100%;max-width:500px;display:flex}.page-module__RxVgEa__gameOverText{animation:2s ease-in-out infinite page-module__RxVgEa__pulse}@keyframes page-module__RxVgEa__pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.page-module__RxVgEa__title{font-family:var(--font-onryou),serif;color:var(--blood-red);text-shadow:0 0 20px rgba(139,0,0,.8);font-size:max(2rem,min(6vw,3rem));font-weight:700}.page-module__RxVgEa__message{background:var(--overlay-bg);border:2px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.page-module__RxVgEa__message p{font-family:var(--font-onryou),serif;color:var(--foreground);margin:0;font-size:max(1rem,min(3vw,1.25rem));line-height:1.8}.page-module__RxVgEa__message p:first-child{color:var(--blood-red);font-size:max(1.125rem,min(3.5vw,1.5rem))}.page-module__RxVgEa__actions{flex-direction:column;gap:1rem;display:flex}@media (max-width:640px){.page-module__RxVgEa__content{gap:2rem}.page-module__RxVgEa__message{padding:1.5rem}}
.Button-module__BFIuKa__button{font-family:var(--font-onryou),serif;letter-spacing:.05em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid transparent;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Button-module__BFIuKa__button:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.Button-module__BFIuKa__button:hover:before{opacity:1}.Button-module__BFIuKa__button:active{transform:scale(.98)}.Button-module__BFIuKa__button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.Button-module__BFIuKa__button:disabled:before{opacity:0!important}.Button-module__BFIuKa__primary{background:linear-gradient(135deg,var(--accent)0%,#7c0000 100%);color:var(--foreground);border-color:var(--accent);box-shadow:0 4px 12px rgba(158,0,0,.3)}.Button-module__BFIuKa__primary:hover:not(:disabled){background:linear-gradient(135deg,#b00000 0%,var(--accent)100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(158,0,0,.5)}.Button-module__BFIuKa__secondary{background:var(--muted);color:var(--foreground);border-color:var(--border-subtle);box-shadow:0 2px 8px rgba(0,0,0,.2)}.Button-module__BFIuKa__secondary:hover:not(:disabled){background:var(--background);border-color:var(--accent);box-shadow:0 4px 12px rgba(0,0,0,.4)}.Button-module__BFIuKa__danger{background:linear-gradient(135deg,var(--blood-red)0%,#5c0000 100%);color:var(--foreground);border-color:var(--blood-red);box-shadow:0 4px 12px rgba(139,0,0,.4)}.Button-module__BFIuKa__danger:hover:not(:disabled){background:linear-gradient(135deg,#a00000 0%,var(--blood-red)100%);box-shadow:0 6px 20px rgba(139,0,0,.6)}.Button-module__BFIuKa__ghost{color:var(--foreground);border-color:var(--border-subtle);background:0 0}.Button-module__BFIuKa__ghost:hover:not(:disabled){background:var(--ghost-white);border-color:var(--accent)}.Button-module__BFIuKa__small{min-height:36px;padding:.5rem 1rem;font-size:max(.75rem,min(2vw,.875rem))}.Button-module__BFIuKa__medium{min-height:48px;padding:.75rem 1.5rem;font-size:max(.875rem,min(2.5vw,1rem))}.Button-module__BFIuKa__large{min-height:56px;padding:1rem 2rem;font-size:max(1rem,min(3vw,1.25rem))}.Button-module__BFIuKa__fullWidth{width:100%}.Button-module__BFIuKa__loading{pointer-events:none}.Button-module__BFIuKa__loadingSpinner{align-items:center;gap:.5rem;display:flex}.Button-module__BFIuKa__spinner{border:2px solid transparent;border-top-color:currentColor;border-radius:50%;width:1em;height:1em;animation:.8s linear infinite Button-module__BFIuKa__spin;display:inline-block}@keyframes Button-module__BFIuKa__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.Button-module__BFIuKa__button{min-height:44px}}
.CameraPreview-module__jjLVNG__container{background:#000;width:100%;height:100%;position:relative;overflow:hidden}.CameraPreview-module__jjLVNG__video,.CameraPreview-module__jjLVNG__canvas{object-fit:cover;width:100%;height:100%}.CameraPreview-module__jjLVNG__loading{background:var(--background);color:var(--foreground);justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.CameraPreview-module__jjLVNG__loading p{font-family:var(--font-onryou),serif;font-size:max(1rem,min(3vw,1.25rem));animation:1.5s infinite CameraPreview-module__jjLVNG__pulse}@keyframes CameraPreview-module__jjLVNG__pulse{0%,to{opacity:.5}50%{opacity:1}}
.ErrorModal-module__7ZtrKG__errorContent{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.ErrorModal-module__7ZtrKG__errorIcon{font-size:3rem;line-height:1}.ErrorModal-module__7ZtrKG__userMessage{text-align:center;color:#333;margin:0;font-size:1rem;line-height:1.6}.ErrorModal-module__7ZtrKG__footer{flex-direction:column;gap:.75rem;width:100%;display:flex}.ErrorModal-module__7ZtrKG__details{background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;width:100%;margin-top:1rem;padding:.5rem;font-size:.875rem}.ErrorModal-module__7ZtrKG__details summary{cursor:pointer;color:#666;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:600}.ErrorModal-module__7ZtrKG__details summary:hover{color:#333}.ErrorModal-module__7ZtrKG__debugInfo{border-top:1px solid #e0e0e0;margin-top:.75rem;padding-top:.75rem}.ErrorModal-module__7ZtrKG__debugInfo p{color:#555;word-break:break-all;margin:.5rem 0;font-family:monospace;font-size:.8rem}.ErrorModal-module__7ZtrKG__debugInfo strong{color:#333}@media (max-width:480px){.ErrorModal-module__7ZtrKG__errorContent{gap:1rem}.ErrorModal-module__7ZtrKG__errorIcon{font-size:2.5rem}.ErrorModal-module__7ZtrKG__userMessage{font-size:.9rem}}
.JumpScare-module__6pofTW__container{z-index:99999;background:#000;justify-content:center;align-items:center;animation:.1s ease-out JumpScare-module__6pofTW__jumpScareAppear;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes JumpScare-module__6pofTW__jumpScareAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.JumpScare-module__6pofTW__flash{pointer-events:none;background:#fff;animation:.15s ease-out JumpScare-module__6pofTW__flash;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes JumpScare-module__6pofTW__flash{0%{opacity:1}to{opacity:0}}.JumpScare-module__6pofTW__image{object-fit:cover;width:100%;height:100%;animation:.1s infinite JumpScare-module__6pofTW__imageShake}@keyframes JumpScare-module__6pofTW__imageShake{0%,to{transform:translate(0)}25%{transform:translate(-10px,-10px)}50%{transform:translate(10px,10px)}75%{transform:translate(-10px,10px)}}.JumpScare-module__6pofTW__textContainer{justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}.JumpScare-module__6pofTW__text{font-family:var(--font-onryou),serif;color:var(--blood-red);text-align:center;text-shadow:0 0 20px #8b0000,0 0 40px rgba(139,0,0,.8),0 0 60px rgba(139,0,0,.6);letter-spacing:.2em;font-size:max(2rem,min(8vw,4rem));animation:.2s infinite JumpScare-module__6pofTW__textPulse}@keyframes JumpScare-module__6pofTW__textPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.JumpScare-module__6pofTW__glitchOverlay{pointer-events:none;mix-blend-mode:overlay;background:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(255,0,0,.1) 5px,rgba(255,0,0,.1) 5px);animation:.1s infinite JumpScare-module__6pofTW__glitchLines;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes JumpScare-module__6pofTW__glitchLines{0%{transform:translateY(0)}to{transform:translateY(-5px)}}@media (prefers-reduced-motion:reduce){.JumpScare-module__6pofTW__container,.JumpScare-module__6pofTW__image,.JumpScare-module__6pofTW__text,.JumpScare-module__6pofTW__glitchOverlay{animation:none}.JumpScare-module__6pofTW__flash{display:none}}
.Modal-module__dPZ85W__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:rgba(0,0,0,.8);justify-content:center;align-items:center;padding:1rem;animation:.2s Modal-module__dPZ85W__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Modal-module__dPZ85W__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__dPZ85W__modal{background:var(--background);border:2px solid var(--border-subtle);max-height:90vh;border-radius:8px;flex-direction:column;max-height:90dvh;animation:.3s Modal-module__dPZ85W__slideUp;display:flex;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.8)}@keyframes Modal-module__dPZ85W__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Modal-module__dPZ85W__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Modal-module__dPZ85W__title{font-family:var(--font-onryou),serif;color:var(--foreground);margin:0;font-size:max(1.25rem,min(4vw,1.5rem))}.Modal-module__dPZ85W__closeButton{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}.Modal-module__dPZ85W__closeButton:hover{background:var(--ghost-white);color:var(--accent)}.Modal-module__dPZ85W__content{flex:1;padding:1.5rem;overflow-y:auto}.Modal-module__dPZ85W__content::-webkit-scrollbar{width:8px}.Modal-module__dPZ85W__content::-webkit-scrollbar-track{background:var(--muted);border-radius:4px}.Modal-module__dPZ85W__content::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.Modal-module__dPZ85W__content::-webkit-scrollbar-thumb:hover{background:var(--blood-red)}.Modal-module__dPZ85W__footer{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:.75rem;padding:1.5rem;display:flex}.Modal-module__dPZ85W__small{width:100%;max-width:400px}.Modal-module__dPZ85W__medium{width:100%;max-width:600px}.Modal-module__dPZ85W__large{width:100%;max-width:800px}@media (max-width:640px){.Modal-module__dPZ85W__backdrop{padding:0}.Modal-module__dPZ85W__modal{width:100%;max-width:100%;max-height:100vh;border-left:none;border-right:none;border-radius:0;max-height:100dvh}.Modal-module__dPZ85W__header,.Modal-module__dPZ85W__content,.Modal-module__dPZ85W__footer{padding:1rem}.Modal-module__dPZ85W__footer{flex-direction:column}}
.Timer-module__LL4iXW__timer{background:var(--overlay-bg);border:2px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.Timer-module__LL4iXW__display{justify-content:center;align-items:center;gap:.75rem;display:flex}.Timer-module__LL4iXW__time{font-family:var(--font-geist-mono),monospace;color:var(--foreground);letter-spacing:.1em;text-shadow:0 0 20px rgba(255,255,255,.2);font-size:max(1.5rem,min(4vw,2rem));font-weight:700}.Timer-module__LL4iXW__warningIcon{font-size:max(1.25rem,min(3vw,1.5rem));animation:1s infinite Timer-module__LL4iXW__pulse}@keyframes Timer-module__LL4iXW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.Timer-module__LL4iXW__progressBar{background:var(--muted);border-radius:4px;width:100%;height:8px;position:relative;overflow:hidden}.Timer-module__LL4iXW__progressFill{background:linear-gradient(90deg,var(--accent)0%,var(--old-gold)100%);border-radius:4px;height:100%;transition:width 1s linear}.Timer-module__LL4iXW__warning{border-color:var(--blood-red);animation:.5s infinite Timer-module__LL4iXW__shake}.Timer-module__LL4iXW__warning .Timer-module__LL4iXW__time{color:var(--blood-red);text-shadow:0 0 20px rgba(139,0,0,.8)}.Timer-module__LL4iXW__warning .Timer-module__LL4iXW__progressFill{background:linear-gradient(90deg,var(--blood-red)0%,var(--rust)100%);animation:.3s infinite Timer-module__LL4iXW__flicker}@keyframes Timer-module__LL4iXW__shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@keyframes Timer-module__LL4iXW__flicker{0%,to{opacity:1}50%{opacity:.8}}.Timer-module__LL4iXW__large .Timer-module__LL4iXW__time{font-size:max(2rem,min(6vw,3rem))}.Timer-module__LL4iXW__large .Timer-module__LL4iXW__progressBar{height:12px}.Timer-module__LL4iXW__fixed{z-index:1000;width:calc(100% - 2rem);max-width:400px;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px rgba(0,0,0,.5)}@media (max-width:640px){.Timer-module__LL4iXW__timer{padding:.75rem}.Timer-module__LL4iXW__fixed{width:calc(100% - 1rem);top:.5rem}}
.GlitchText-module__Zhuo-G__glitch{font-family:var(--font-onryou),serif;color:var(--foreground);display:inline-block;position:relative}.GlitchText-module__Zhuo-G__glitch:before,.GlitchText-module__Zhuo-G__glitch:after{content:attr(data-text);opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0}.GlitchText-module__Zhuo-G__glitch:before{text-shadow:-2px 0 var(--blood-red);clip:rect(24px,550px,90px,0);animation:2s linear infinite alternate-reverse GlitchText-module__Zhuo-G__glitch-anim-1;left:2px}.GlitchText-module__Zhuo-G__glitch:after{text-shadow:-2px 0 var(--old-gold);clip:rect(85px,550px,140px,0);animation:2.5s linear infinite alternate-reverse GlitchText-module__Zhuo-G__glitch-anim-2;left:-2px}.GlitchText-module__Zhuo-G__low:before{opacity:.5;animation-duration:4s}.GlitchText-module__Zhuo-G__low:after{opacity:.5;animation-duration:5s}.GlitchText-module__Zhuo-G__medium:before{opacity:.8;animation-duration:2s}.GlitchText-module__Zhuo-G__medium:after{opacity:.8;animation-duration:2.5s}.GlitchText-module__Zhuo-G__high:before{opacity:1;animation-duration:1s}.GlitchText-module__Zhuo-G__high:after{opacity:1;animation-duration:1.2s}.GlitchText-module__Zhuo-G__continuous:before,.GlitchText-module__Zhuo-G__continuous:after{animation-iteration-count:infinite}@keyframes GlitchText-module__Zhuo-G__glitch-anim-1{0%{clip:rect(100px,9999px,40px,0);transform:skew(.5deg)}10%{clip:rect(20px,9999px,140px,0);transform:skew(-.3deg)}20%{clip:rect(80px,9999px,30px,0);transform:skew(.2deg)}30%{clip:rect(40px,9999px,120px,0);transform:skew(-.5deg)}40%{clip:rect(110px,9999px,60px,0);transform:skew(.4deg)}50%{clip:rect(30px,9999px,90px,0);transform:skew(-.2deg)}60%{clip:rect(70px,9999px,140px,0);transform:skew(.3deg)}70%{clip:rect(10px,9999px,50px,0);transform:skew(-.4deg)}80%{clip:rect(90px,9999px,100px,0);transform:skew(.1deg)}90%{clip:rect(50px,9999px,80px,0);transform:skew(-.3deg)}to{clip:rect(120px,9999px,20px,0);transform:skew(.2deg)}}@keyframes GlitchText-module__Zhuo-G__glitch-anim-2{0%{clip:rect(130px,9999px,70px,0);transform:skew(-.4deg)}10%{clip:rect(60px,9999px,110px,0);transform:skew(.2deg)}20%{clip:rect(10px,9999px,140px,0);transform:skew(-.3deg)}30%{clip:rect(100px,9999px,40px,0);transform:skew(.5deg)}40%{clip:rect(30px,9999px,90px,0);transform:skew(-.2deg)}50%{clip:rect(80px,9999px,120px,0);transform:skew(.4deg)}60%{clip:rect(50px,9999px,60px,0);transform:skew(-.5deg)}70%{clip:rect(110px,9999px,100px,0);transform:skew(.1deg)}80%{clip:rect(20px,9999px,130px,0);transform:skew(-.3deg)}90%{clip:rect(90px,9999px,50px,0);transform:skew(.4deg)}to{clip:rect(40px,9999px,80px,0);transform:skew(-.2deg)}}@media (prefers-reduced-motion:reduce){.GlitchText-module__Zhuo-G__glitch:before,.GlitchText-module__Zhuo-G__glitch:after{opacity:0;animation:none}}
.VoicePlayer-module__kqTN4G__container{width:100%}.VoicePlayer-module__kqTN4G__subtitle{background:var(--overlay-bg);border:2px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;z-index:100;border-radius:8px;width:calc(100% - 2rem);max-width:500px;padding:1.5rem;transition:all .3s;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)translateY(10px)}.VoicePlayer-module__kqTN4G__subtitle.VoicePlayer-module__kqTN4G__active{opacity:1;transform:translate(-50%)translateY(0)}.VoicePlayer-module__kqTN4G__subtitle p{font-family:var(--font-onryou),serif;color:var(--foreground);text-align:center;margin:0;font-size:max(1rem,min(3vw,1.25rem));line-height:1.8}@media (max-width:640px){.VoicePlayer-module__kqTN4G__subtitle{padding:1rem}}
.HorrorOverlay-module__0V6rTq__container{width:100%;height:100%;position:relative;overflow:hidden}.HorrorOverlay-module__0V6rTq__noiseLayer{pointer-events:none;z-index:100;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.03) 3px,rgba(255,255,255,.03) 3px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(255,255,255,.03) 3px,rgba(255,255,255,.03) 3px);animation:.2s infinite HorrorOverlay-module__0V6rTq__noise;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes HorrorOverlay-module__0V6rTq__noise{0%,to{transform:translate(0)}10%{transform:translate(-1px,-1px)}20%{transform:translate(1px,1px)}30%{transform:translate(-1px,1px)}40%{transform:translate(1px,-1px)}50%{transform:translate(-1px,-1px)}60%{transform:translate(1px,1px)}70%{transform:translate(-1px,1px)}80%{transform:translate(1px,-1px)}90%{transform:translate(-1px,-1px)}}.HorrorOverlay-module__0V6rTq__vignetteLayer{pointer-events:none;z-index:99;background:radial-gradient(circle,transparent 0%,rgba(0,0,0,.5) 70%,rgba(0,0,0,.8) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.HorrorOverlay-module__0V6rTq__sepia:before{content:"";background:var(--sepia);mix-blend-mode:overlay;opacity:.4;pointer-events:none;z-index:98;position:absolute;top:0;bottom:0;left:0;right:0}.HorrorOverlay-module__0V6rTq__redTint:after{content:"";background:var(--blood-red);mix-blend-mode:multiply;opacity:.15;pointer-events:none;z-index:97;position:absolute;top:0;bottom:0;left:0;right:0}.HorrorOverlay-module__0V6rTq__glitch{animation:5s infinite HorrorOverlay-module__0V6rTq__glitch}@keyframes HorrorOverlay-module__0V6rTq__glitch{0%,90%,to{filter:hue-rotate();transform:translate(0)}91%{filter:hue-rotate(-10deg);transform:translate(-5px)}92%{filter:hue-rotate(10deg);transform:translate(5px)}93%{filter:hue-rotate(-5deg);transform:translate(-5px)}94%{filter:hue-rotate();transform:translate(0)}}.HorrorOverlay-module__0V6rTq__shadowsLayer{pointer-events:none;z-index:96;position:absolute;top:0;bottom:0;left:0;right:0}.HorrorOverlay-module__0V6rTq__shadow{filter:blur(20px);background:radial-gradient(rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);width:100px;height:200px;animation:10s ease-in-out infinite HorrorOverlay-module__0V6rTq__shadowMove;position:absolute}@keyframes HorrorOverlay-module__0V6rTq__shadowMove{0%,to{opacity:0;transform:translateY(0)scaleY(1)}50%{opacity:.8;transform:translateY(-20px)scaleY(1.2)}}@media (prefers-reduced-motion:reduce){.HorrorOverlay-module__0V6rTq__noiseLayer,.HorrorOverlay-module__0V6rTq__glitch,.HorrorOverlay-module__0V6rTq__shadow{animation:none}}
.ProgressBar-module__1ixzmq__container{flex-direction:column;gap:.5rem;width:100%;display:flex}.ProgressBar-module__1ixzmq__label{color:var(--foreground);opacity:.9;font-size:max(.75rem,min(2vw,.875rem))}.ProgressBar-module__1ixzmq__track{background:var(--muted);border-radius:9999px;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px rgba(0,0,0,.3)}.ProgressBar-module__1ixzmq__fill{border-radius:9999px;justify-content:flex-end;align-items:center;height:100%;padding:0 .5rem;transition:width .4s;display:flex;position:relative;overflow:hidden}.ProgressBar-module__1ixzmq__fill:before{content:"";background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:2s infinite ProgressBar-module__1ixzmq__shimmer;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes ProgressBar-module__1ixzmq__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ProgressBar-module__1ixzmq__percentage{z-index:1;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);font-size:max(.625rem,min(1.5vw,.75rem));font-weight:700;position:relative}.ProgressBar-module__1ixzmq__default{background:linear-gradient(90deg,var(--accent)0%,var(--old-gold)100%)}.ProgressBar-module__1ixzmq__success{background:linear-gradient(90deg,var(--success)0%,#3d7519 100%)}.ProgressBar-module__1ixzmq__warning{background:linear-gradient(90deg,var(--warning)0%,#a07b1d 100%)}.ProgressBar-module__1ixzmq__danger{background:linear-gradient(90deg,var(--blood-red)0%,var(--rust)100%)}.ProgressBar-module__1ixzmq__small{height:8px}.ProgressBar-module__1ixzmq__small .ProgressBar-module__1ixzmq__percentage{display:none}.ProgressBar-module__1ixzmq__medium{height:24px}.ProgressBar-module__1ixzmq__large{height:32px}@media (max-width:640px){.ProgressBar-module__1ixzmq__fill{padding:0 .25rem}}
