:root{--egc-navy:#173a55;--egc-green:#50b848;--egc-lime:#b9e34a;--egc-yellow:#ffd34e;--egc-cream:#fffaf0}.egc-game,.egc-login{box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--egc-navy)}.egc-game *,.egc-login *{box-sizing:border-box}.egc-game{position:relative;overflow:hidden;max-width:1000px;margin:24px auto;background:linear-gradient(180deg,#dff6ff 0,#f5ffe7 55%,#fff 100%);border:3px solid #fff;border-radius:28px;box-shadow:0 18px 50px rgba(23,58,85,.18)}.egc-sky{position:absolute;inset:0 0 auto;height:150px;pointer-events:none}.egc-cloud{position:absolute;color:#fff;font-size:70px;opacity:.85}.egc-cloud.c1{left:8%;top:10px}.egc-cloud.c2{right:18%;top:55px;font-size:45px}.egc-sun{position:absolute;right:5%;top:15px;color:#ffd34e;font-size:58px}.egc-header{position:relative;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:34px 42px 20px}.egc-header h2{font-size:clamp(28px,5vw,48px);line-height:1;margin:5px 0 8px}.egc-header p{margin:0;font-weight:600}.egc-kicker{display:inline-block;background:var(--egc-navy);color:#fff;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:800;letter-spacing:1px}.egc-round{background:#fff;padding:12px 16px;border-radius:16px;box-shadow:0 7px 18px rgba(0,0,0,.09);white-space:nowrap}.egc-board{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:18px 42px 36px}.egc-habitat{position:relative;min-height:410px;border-radius:26px;background:radial-gradient(circle at 50% 40%,#faffd8,#c9efa1 65%,#91ce6a);overflow:hidden;border:5px solid rgba(255,255,255,.8)}.egc-habitat:before,.egc-habitat:after{content:'🌿';position:absolute;font-size:110px;bottom:-20px}.egc-habitat:before{left:-15px}.egc-habitat:after{right:-15px;transform:scaleX(-1)}.egc-branch{position:absolute;left:8%;right:4%;height:32px;bottom:93px;background:#8b5a35;border-radius:60% 15% 50% 20%;transform:rotate(-3deg);box-shadow:inset 0 -7px rgba(75,38,16,.2)}.egc-chameleon{position:absolute;left:50%;bottom:90px;transform:translateX(-50%);filter:drop-shadow(0 12px 10px rgba(0,0,0,.18));transition:.35s}.egc-body{display:block;font-size:145px;line-height:1;transform:scaleX(-1)}.egc-tail{display:none}.egc-hat{display:none;position:absolute;top:-28px;left:40%;font-size:55px}.egc-game[data-stage="2"] .egc-chameleon{filter:hue-rotate(55deg) drop-shadow(0 12px 10px rgba(0,0,0,.18));transform:translateX(-50%) scale(1.08)}.egc-game[data-stage="3"] .egc-chameleon{filter:hue-rotate(120deg) drop-shadow(0 12px 10px rgba(0,0,0,.18));transform:translateX(-50%) scale(1.16)}.egc-game[data-stage="4"] .egc-chameleon{filter:hue-rotate(210deg) drop-shadow(0 12px 10px rgba(0,0,0,.18));transform:translateX(-50%) scale(1.23)}.egc-game[data-stage="4"] .egc-hat{display:block;filter:hue-rotate(-210deg)}.egc-stage-badge{position:absolute;top:15px;left:15px;background:#fff;padding:8px 13px;border-radius:16px;font-weight:800}.egc-panel{align-self:center;background:#fff;padding:24px;border-radius:24px;box-shadow:0 12px 30px rgba(23,58,85,.14)}.egc-food-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff6cf;border:2px solid #ffe27a;border-radius:16px;margin-bottom:22px}.egc-food-card strong{font-size:20px}.egc-progress-copy{display:flex;justify-content:space-between;gap:10px;font-size:14px}.egc-progress{height:18px;margin:9px 0 5px;background:#e9eef1;border-radius:20px;overflow:hidden}.egc-progress div{height:100%;background:linear-gradient(90deg,var(--egc-green),var(--egc-lime),var(--egc-yellow));border-radius:inherit;transition:width .6s}.egc-percent{text-align:right;font-size:13px;margin:0 0 20px}.egc-button{display:block;width:100%;border:0;border-radius:16px;padding:15px 18px;margin:10px 0;background:linear-gradient(135deg,#55bd4d,#9bd641);color:#fff!important;font-weight:900;font-size:16px;text-align:center;text-decoration:none!important;cursor:pointer;box-shadow:0 7px 0 #368c31;transition:.15s}.egc-button:hover{transform:translateY(-1px)}.egc-button:active{transform:translateY(5px);box-shadow:0 2px 0 #368c31}.egc-button:disabled{cursor:not-allowed;filter:grayscale(1);opacity:.55;transform:none;box-shadow:0 4px 0 #777}.egc-daily{background:linear-gradient(135deg,#ffb431,#ff7043);box-shadow:0 7px 0 #ca572f}.egc-message{min-height:24px;margin-top:16px;text-align:center;font-weight:700;color:#3a742b}.egc-coupon{margin-top:10px;padding:12px;border:2px dashed #50b848;background:#efffe9;border-radius:12px;text-align:center}.egc-how{padding:26px 42px 35px;background:rgba(255,255,255,.78)}.egc-how h3{text-align:center;margin:0 0 18px}.egc-how>div{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.egc-how span{display:flex;flex-direction:column;text-align:center;background:#fff;border-radius:16px;padding:17px;font-size:23px}.egc-how b{font-size:15px;margin:4px}.egc-how small{font-size:12px}.egc-login{max-width:700px;margin:25px auto;padding:45px;text-align:center;background:linear-gradient(145deg,#e8ffd6,#dff6ff);border-radius:28px}.egc-login-icon{font-size:100px}.egc-login .egc-button{max-width:250px;margin:20px auto}.egc-bounce{animation:egcBounce .6s}.egc-loading{cursor:wait}.egc-loading .egc-chameleon{opacity:.75}@keyframes egcBounce{50%{bottom:120px;transform:translateX(-50%) rotate(-5deg)}}@media(max-width:760px){.egc-header{padding:25px 20px 10px;display:block}.egc-round{display:inline-block;margin-top:15px}.egc-board{grid-template-columns:1fr;padding:15px 18px 25px}.egc-habitat{min-height:320px}.egc-body{font-size:115px}.egc-how{padding:24px 18px}.egc-how>div{grid-template-columns:1fr}.egc-sun{font-size:40px}.egc-cloud{font-size:45px}}

/* Version 1.1: the chameleon gets a personality. */
.egc-chameleon{width:360px;max-width:88%;bottom:62px;filter:none;transform:translateX(-50%);animation:egcBreathe 3.2s ease-in-out infinite;transform-origin:50% 85%}.egc-cham-svg{display:block;width:100%;overflow:visible}.egc-svg-pupil{animation:egcLook 4s ease-in-out infinite}.egc-svg-head{transform-origin:255px 145px;animation:egcNod 3.2s ease-in-out infinite}.egc-svg-tail{transform-origin:110px 155px;animation:egcTail 2.6s ease-in-out infinite}.egc-svg-tongue{opacity:0;stroke-dasharray:65;stroke-dashoffset:65}.egc-leg{animation:egcGrip 2.2s ease-in-out infinite}.egc-hat{top:-8px;left:43%;z-index:4;font-size:48px;animation:egcCrown 1.3s ease-in-out infinite}.egc-thought{position:absolute;right:-6px;top:-10px;background:#fff;padding:9px 13px;border-radius:18px;font-size:13px;font-weight:900;box-shadow:0 5px 14px rgba(23,58,85,.15);animation:egcThought 4s ease-in-out infinite}.egc-thought:after{content:'';position:absolute;left:15px;bottom:-7px;border:8px solid transparent;border-top-color:#fff;border-bottom:0}.egc-game[data-stage="2"] .egc-chameleon{filter:hue-rotate(42deg);transform:translateX(-50%) scale(1.04)}.egc-game[data-stage="3"] .egc-chameleon{filter:hue-rotate(112deg);transform:translateX(-50%) scale(1.08)}.egc-game[data-stage="4"] .egc-chameleon{filter:hue-rotate(205deg);transform:translateX(-50%) scale(1.12)}.egc-game[data-stage="4"] .egc-hat{filter:hue-rotate(-205deg)}.egc-eating .egc-svg-tongue{animation:egcTongue .75s ease-in-out}.egc-eating{animation:egcMunch .8s ease-in-out!important}.egc-butterfly{position:absolute;top:68px;right:35px;font-size:27px;z-index:3;animation:egcFly 8s ease-in-out infinite}.egc-float-leaf{position:absolute;z-index:2;font-size:24px;opacity:.8;animation:egcLeaf 7s linear infinite}.leaf-a{left:18%;top:-15%;animation-delay:0s}.leaf-b{left:60%;top:-12%;animation-delay:2.2s}.leaf-c{left:82%;top:-18%;animation-delay:4.7s}.egc-particle{position:absolute;left:var(--x);bottom:25%;z-index:20;font-style:normal;font-size:26px;pointer-events:none;animation:egcBurst 1.5s var(--delay) ease-out forwards}.egc-food-card{animation:egcGlow 2.4s ease-in-out infinite}.egc-progress div{position:relative;background-size:200% 100%;animation:egcShimmer 2s linear infinite}.egc-progress div:after{content:'';position:absolute;right:4px;top:3px;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 8px #fff}.egc-sun{animation:egcSun 12s linear infinite}.egc-cloud.c1{animation:egcCloud 10s ease-in-out infinite}.egc-cloud.c2{animation:egcCloud 13s 1.5s ease-in-out infinite reverse}

.egc-login{position:relative;display:grid;grid-template-columns:1fr 1fr;max-width:1000px;min-height:500px;padding:0;overflow:hidden;text-align:left;background:linear-gradient(145deg,#dff7ff,#efffd6 58%,#fff6c9);border:4px solid #fff;box-shadow:0 20px 55px rgba(23,58,85,.2)}.egc-login-scene{position:relative;min-height:500px;overflow:hidden;background:radial-gradient(circle at 50% 42%,#ffffd7 0,#c6ee9d 62%,#76bd65 100%)}.egc-login-scene:after{content:'';position:absolute;left:-10%;right:-10%;bottom:-45px;height:130px;border-radius:50% 50% 0 0;background:#55a94e}.egc-login-copy{position:relative;z-index:5;padding:60px 44px 45px;display:flex;flex-direction:column;justify-content:center}.egc-login-copy h2{font-size:clamp(32px,4vw,52px);line-height:.98;margin:14px 0;color:#173a55}.egc-login-copy p{font-size:17px;line-height:1.55}.egc-login-copy .egc-button{max-width:none;margin:22px 0 12px}.egc-login-perks{display:flex;flex-wrap:wrap;gap:8px}.egc-login-perks span{padding:7px 10px;background:#fff;border-radius:30px;font-size:12px;font-weight:800;box-shadow:0 3px 8px rgba(0,0,0,.08)}.egc-register-link{text-align:center;color:#173a55!important;font-weight:800;font-size:13px}.egc-login-branch{position:absolute;left:-8%;right:5%;height:34px;bottom:105px;background:#81502c;border-radius:50%;transform:rotate(-5deg);z-index:2}.egc-login-cham{position:absolute;z-index:4;left:20%;bottom:125px;width:230px;height:128px;border-radius:55% 45% 50% 42%;background:linear-gradient(135deg,#d8f454,#55c34b 55%,#129064);box-shadow:0 16px 18px rgba(0,0,0,.18);animation:egcLoginCham 3s ease-in-out infinite}.egc-login-cham:before{content:'';position:absolute;width:95px;height:82px;right:-55px;top:5px;background:#57c64c;border-radius:48% 55% 43% 52%;transform:rotate(8deg)}.egc-login-cham:after{content:'';position:absolute;width:105px;height:105px;left:-65px;top:45px;border:20px solid #43b453;border-right-color:transparent;border-radius:50%}.egc-login-cham .eye{position:absolute;z-index:2;right:-35px;top:24px;width:33px;height:33px;padding:4px 0 0 10px;border-radius:50%;background:#fff5a4;color:#173a55;font-size:16px;animation:egcBlink 4s infinite}.egc-login-cham .smile{position:absolute;z-index:2;right:-47px;top:51px;font-size:30px;color:#126847;transform:rotate(-12deg)}.egc-login-cham .spots{position:absolute;top:47px;left:50px;color:#ffd34e;font-size:25px;word-spacing:11px}.egc-login-food{position:absolute;right:11%;top:35%;font-size:42px;z-index:4;animation:egcApple 1.8s ease-in-out infinite}.egc-login-tongue{position:absolute;z-index:3;left:67%;top:47%;width:0;height:5px;background:#ff6680;border-radius:8px;animation:egcLoginTongue 3s ease-in-out infinite}.egc-login-sun{position:absolute;right:20px;top:15px;font-size:58px;color:#ffd34e;animation:egcSun 12s linear infinite}.egc-login-cloud{position:absolute;color:#fff;font-size:62px;opacity:.8;animation:egcCloud 9s ease-in-out infinite}.egc-login-cloud.one{left:6%;top:10px}.egc-login-cloud.two{right:20%;top:85px;font-size:38px;animation-delay:2s}.egc-login-leaf{position:absolute;bottom:-10px;z-index:3;font-size:105px}.egc-login-leaf.l1{left:-25px}.egc-login-leaf.l2{right:-25px;transform:scaleX(-1)}

@keyframes egcBreathe{0%,100%{margin-bottom:0}50%{margin-bottom:7px}}@keyframes egcLook{0%,35%,100%{transform:translate(0,0)}45%,60%{transform:translate(-8px,3px)}70%,85%{transform:translate(3px,-2px)}}@keyframes egcNod{0%,100%{transform:rotate(0)}50%{transform:rotate(3deg)}}@keyframes egcTail{0%,100%{transform:rotate(0)}50%{transform:rotate(-6deg)}}@keyframes egcGrip{50%{stroke-width:19px}}@keyframes egcTongue{0%{opacity:1;stroke-dashoffset:65}45%,55%{opacity:1;stroke-dashoffset:0}100%{opacity:0;stroke-dashoffset:65}}@keyframes egcMunch{0%,100%{transform:translateX(-50%) rotate(0)}35%{transform:translateX(-50%) rotate(-4deg) scale(1.08)}65%{transform:translateX(-50%) rotate(3deg)}}@keyframes egcThought{0%,70%,100%{opacity:0;transform:translateY(8px)}78%,92%{opacity:1;transform:translateY(0)}}@keyframes egcCrown{50%{transform:rotate(8deg) translateY(-4px)}}@keyframes egcFly{0%,100%{transform:translate(0,0) rotate(-10deg)}25%{transform:translate(-75px,35px) rotate(10deg)}50%{transform:translate(-150px,-8px) rotate(-8deg)}75%{transform:translate(-80px,-45px) rotate(12deg)}}@keyframes egcLeaf{0%{transform:translateY(-30px) rotate(0);opacity:0}15%{opacity:.8}100%{transform:translateY(470px) rotate(420deg);opacity:0}}@keyframes egcBurst{0%{opacity:0;transform:translateY(20px) scale(.3) rotate(0)}20%{opacity:1}100%{opacity:0;transform:translateY(-240px) scale(1.25) rotate(var(--spin))}}@keyframes egcGlow{50%{box-shadow:0 0 18px rgba(255,203,50,.45)}}@keyframes egcShimmer{to{background-position:-200% 0}}@keyframes egcSun{to{transform:rotate(360deg)}}@keyframes egcCloud{50%{transform:translateX(28px)}}@keyframes egcLoginCham{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-9px)}}@keyframes egcBlink{0%,44%,48%,100%{transform:scaleY(1)}46%{transform:scaleY(.1)}}@keyframes egcApple{50%{transform:translateY(-12px) rotate(8deg)}}@keyframes egcLoginTongue{0%,55%,100%{width:0;opacity:0}63%,78%{width:105px;opacity:1}}

@media(max-width:760px){.egc-login{grid-template-columns:1fr;text-align:center}.egc-login-scene{min-height:330px}.egc-login-copy{padding:35px 24px}.egc-login-perks{justify-content:center}.egc-login-cham{left:17%;bottom:100px;transform:scale(.82)}.egc-login-branch{bottom:85px}.egc-login-food{right:12%;top:34%}.egc-login-tongue{top:48%;left:67%}.egc-chameleon{width:310px;bottom:48px}.egc-thought{right:0}.egc-habitat{min-height:350px}}
@media(prefers-reduced-motion:reduce){.egc-game *,.egc-login *{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}

/* Version 1.2: unlockable wardrobe. */
.egc-worn{display:none;position:absolute;z-index:8;filter:none!important;pointer-events:none}.egc-game[data-accessory-equipped="glasses"] .egc-worn-glasses{display:block;right:18px;top:75px;font-size:48px;transform:rotate(5deg);animation:egcAccessoryPop .45s cubic-bezier(.2,1.8,.5,1)}.egc-game[data-accessory-equipped="bowtie"] .egc-worn-bowtie{display:block;right:66px;bottom:29px;font-size:46px;transform:rotate(-5deg);animation:egcBow 1.6s ease-in-out infinite}.egc-game[data-accessory-equipped="partyhat"] .egc-worn-partyhat{display:block;right:53px;top:23px;font-size:52px;transform:rotate(-15deg);animation:egcHat 1.4s ease-in-out infinite}.egc-game[data-accessory-equipped="crown"] .egc-worn-crown{display:block;right:51px;top:19px;font-size:56px;animation:egcCrown 1.3s ease-in-out infinite}.egc-game[data-accessory-equipped="superhero"] .egc-worn-superhero{display:block;left:105px;top:113px;width:95px;height:88px;overflow:hidden;color:transparent;background:linear-gradient(135deg,#ff3c3c,#a90031);clip-path:polygon(10% 0,100% 18%,70% 100%,0 70%);transform:rotate(11deg);z-index:-1;animation:egcCape 1.2s ease-in-out infinite}.egc-fashion-spin{animation:egcFashionSpin .8s cubic-bezier(.2,.8,.3,1.2)!important}.egc-wardrobe{margin:0 42px 30px;padding:22px;background:linear-gradient(135deg,#fff,#fff5d5);border:3px solid #fff;border-radius:24px;box-shadow:0 10px 28px rgba(23,58,85,.12)}.egc-wardrobe-title{display:flex;align-items:center;gap:12px;margin-bottom:16px}.egc-wardrobe-title>span{font-size:38px}.egc-wardrobe-title h3{margin:0;font-size:21px}.egc-wardrobe-title p{margin:3px 0 0;font-size:13px}.egc-accessory-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.egc-accessory{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0;padding:12px 6px 10px;border:2px solid #e7edf0;border-radius:16px;background:#fff;color:var(--egc-navy);cursor:pointer;transition:.2s;box-shadow:0 4px 10px rgba(23,58,85,.07)}.egc-accessory:hover:not(:disabled){transform:translateY(-4px) rotate(-1deg);border-color:#7acb50;box-shadow:0 8px 18px rgba(80,184,72,.2)}.egc-accessory.is-equipped{border-color:#50b848;background:#edffe8;box-shadow:0 0 0 3px rgba(80,184,72,.16)}.egc-accessory.is-equipped:after{content:'✓';position:absolute;right:7px;top:6px;width:19px;height:19px;border-radius:50%;background:#50b848;color:#fff;font-size:12px;line-height:19px;font-weight:900}.egc-accessory:disabled{cursor:not-allowed;filter:grayscale(.8);opacity:.52}.egc-accessory-icon{font-size:30px;line-height:1.15}.egc-accessory b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.egc-accessory small{font-size:9px;color:#6a7b86}.egc-accessory.is-equipped .egc-accessory-icon{animation:egcAccessoryBounce 1.3s ease-in-out infinite}
@keyframes egcAccessoryPop{0%{opacity:0;transform:scale(.1) rotate(-25deg)}100%{opacity:1;transform:scale(1) rotate(5deg)}}@keyframes egcBow{50%{transform:rotate(5deg) scale(1.08)}}@keyframes egcHat{50%{transform:rotate(-7deg) translateY(-4px)}}@keyframes egcCape{50%{transform:rotate(5deg) skewX(-7deg)}}@keyframes egcFashionSpin{0%{transform:translateX(-50%) rotate(0) scale(.7)}70%{transform:translateX(-50%) rotate(370deg) scale(1.12)}100%{transform:translateX(-50%) rotate(360deg) scale(1)}}@keyframes egcAccessoryBounce{50%{transform:translateY(-3px) rotate(5deg)}}
@media(max-width:850px){.egc-accessory-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.egc-wardrobe{margin:0 18px 24px;padding:16px}.egc-accessory-grid{grid-template-columns:repeat(2,1fr)}.egc-game[data-accessory-equipped="glasses"] .egc-worn-glasses{right:13px;top:65px;font-size:42px}.egc-game[data-accessory-equipped="bowtie"] .egc-worn-bowtie{right:56px;bottom:28px}.egc-game[data-accessory-equipped="partyhat"] .egc-worn-partyhat,.egc-game[data-accessory-equipped="crown"] .egc-worn-crown{right:42px}.egc-game[data-accessory-equipped="superhero"] .egc-worn-superhero{left:87px;top:100px;width:82px}}

/* Version 1.2.1: one anatomically correct chameleon shade. */
.egc-game[data-accessory-equipped="glasses"] .egc-worn-glasses{display:block;right:42px;top:91px;width:49px;height:42px;font-size:0;background:linear-gradient(145deg,#34495e 0,#101820 60%,#000 100%);border:5px solid #101820;border-radius:50% 48% 52% 50%;box-shadow:inset 8px 7px 0 rgba(255,255,255,.18),0 3px 5px rgba(0,0,0,.2);transform:rotate(3deg);animation:egcAccessoryPop .45s cubic-bezier(.2,1.8,.5,1)}.egc-game[data-accessory-equipped="glasses"] .egc-worn-glasses:before{content:'';position:absolute;left:-47px;top:3px;width:52px;height:7px;background:#101820;border-radius:8px;transform:rotate(-10deg);transform-origin:right center}.egc-game[data-accessory-equipped="glasses"] .egc-worn-glasses:after{content:'';position:absolute;right:7px;top:6px;width:12px;height:5px;background:rgba(255,255,255,.68);border-radius:8px;transform:rotate(-25deg)}
@media(max-width:760px){.egc-game[data-accessory-equipped="glasses"] .egc-worn-glasses{right:34px;top:79px;width:43px;height:37px}.egc-game[data-accessory-equipped="glasses"] .egc-worn-glasses:before{left:-41px;width:45px}}

/* Version 1.3: device-independent, anatomically fitted accessories. */
.egc-cham-svg{position:relative;z-index:2}.egc-game[data-accessory-equipped="bowtie"] .egc-worn-bowtie{display:block;right:95px;top:151px;width:52px;height:35px;font-size:0;background:radial-gradient(circle,#ffd34e 0 23%,transparent 25%);filter:none!important;transform:rotate(-4deg);animation:egcBow 1.6s ease-in-out infinite}.egc-game[data-accessory-equipped="bowtie"] .egc-worn-bowtie:before,.egc-game[data-accessory-equipped="bowtie"] .egc-worn-bowtie:after{content:'';position:absolute;top:4px;width:25px;height:27px;background:linear-gradient(135deg,#ff4f9a,#c82072);border:2px solid #9f1558}.egc-game[data-accessory-equipped="bowtie"] .egc-worn-bowtie:before{left:0;clip-path:polygon(0 0,100% 34%,100% 66%,0 100%);border-radius:8px 2px 2px 8px}.egc-game[data-accessory-equipped="bowtie"] .egc-worn-bowtie:after{right:0;clip-path:polygon(100% 0,0 34%,0 66%,100% 100%);border-radius:2px 8px 8px 2px}
.egc-game[data-accessory-equipped="partyhat"] .egc-worn-partyhat{display:block;right:56px;top:31px;width:65px;height:66px;font-size:0;background:repeating-linear-gradient(135deg,#ff5a72 0 12px,#ffd34e 12px 24px,#47c8df 24px 36px);clip-path:polygon(50% 0,100% 100%,0 100%);filter:drop-shadow(0 4px 3px rgba(0,0,0,.18))!important;transform:rotate(-5deg);animation:egcHat 1.4s ease-in-out infinite}.egc-game[data-accessory-equipped="partyhat"] .egc-worn-partyhat:before{content:'';position:absolute;left:24px;top:-7px;width:17px;height:17px;border-radius:50%;background:#ff4f9a;box-shadow:inset 4px 4px rgba(255,255,255,.28)}.egc-game[data-accessory-equipped="partyhat"] .egc-worn-partyhat:after{content:'';position:absolute;left:4px;bottom:0;width:57px;height:8px;border-radius:8px;background:#173a55}
.egc-game[data-accessory-equipped="crown"] .egc-worn-crown{display:block;right:48px;top:38px;width:76px;height:55px;font-size:0;background:linear-gradient(180deg,#fff07b,#ffc629 62%,#e79500);clip-path:polygon(0 22%,22% 52%,37% 0,55% 50%,78% 8%,100% 55%,93% 100%,7% 100%);filter:drop-shadow(0 4px 3px rgba(0,0,0,.18))!important;transform:rotate(2deg);animation:egcCrown 1.3s ease-in-out infinite}.egc-game[data-accessory-equipped="crown"] .egc-worn-crown:after{content:'●  ●  ●';position:absolute;left:17px;bottom:6px;color:#ef3978;font-size:11px;letter-spacing:5px;text-shadow:14px 0 #3e9fff}
.egc-game[data-accessory-equipped="superhero"] .egc-worn-superhero{display:block;left:101px;top:125px;width:142px;height:98px;font-size:0;overflow:visible;color:transparent;background:linear-gradient(135deg,#ff4c4c,#b0003a 75%);clip-path:polygon(83% 0,100% 18%,78% 100%,38% 77%,0 91%,21% 14%);transform:rotate(5deg);transform-origin:82% 8%;filter:drop-shadow(0 7px 4px rgba(0,0,0,.18))!important;z-index:1;animation:egcCape 1.2s ease-in-out infinite}.egc-game[data-accessory-equipped="superhero"] .egc-worn-superhero:after{content:'E';position:absolute;left:53px;top:34px;width:34px;height:34px;border-radius:50%;background:#ffd34e;color:#173a55;font:bold 22px/34px system-ui;text-align:center;transform:rotate(-5deg)}
@media(max-width:760px){.egc-game[data-accessory-equipped="bowtie"] .egc-worn-bowtie{right:81px;top:133px;transform:scale(.88) rotate(-4deg)}.egc-game[data-accessory-equipped="partyhat"] .egc-worn-partyhat{right:48px;top:29px;transform:scale(.88) rotate(-5deg)}.egc-game[data-accessory-equipped="crown"] .egc-worn-crown{right:41px;top:34px;transform:scale(.88) rotate(2deg)}.egc-game[data-accessory-equipped="superhero"] .egc-worn-superhero{left:85px;top:110px;transform:scale(.88) rotate(5deg)}}
.egc-game[data-accessory-equipped="partyhat"] .egc-worn-partyhat:before{left:25px;top:0;width:15px;height:15px}

/* Version 1.4: full-width seamless habitat. */
body.egc-seamless-page{overflow-x:hidden}body.egc-seamless-page nav[aria-label="Breadcrumbs"],body.egc-seamless-page .breadcrumb-trail,body.egc-seamless-page .woocommerce-breadcrumb,body.egc-seamless-page .thunk-page-top-title,body.egc-seamless-page .page-header,body.egc-seamless-page .entry-header{display:none!important}body.egc-seamless-page article,body.egc-seamless-page .entry-content,body.egc-seamless-page .site-content,body.egc-seamless-page #content{overflow:visible!important}body.egc-seamless-page .entry-content{margin-top:0!important}
body.egc-seamless-page .egc-game{width:100vw;max-width:none;min-height:calc(100vh - 150px);margin:0 0 0 calc(50% - 50vw);border:0;border-radius:0;box-shadow:none;background:transparent;overflow:hidden}body.egc-seamless-page .egc-header,body.egc-seamless-page .egc-board,body.egc-seamless-page .egc-how,body.egc-seamless-page .egc-wardrobe{width:min(1440px,100%);margin-left:auto;margin-right:auto}body.egc-seamless-page .egc-header{padding-top:42px}body.egc-seamless-page .egc-board{grid-template-columns:minmax(480px,1.35fr) minmax(320px,.65fr);min-height:520px;align-items:center;padding-top:0}body.egc-seamless-page .egc-habitat{min-height:500px;border:0;background:transparent;overflow:visible}body.egc-seamless-page .egc-habitat:before,body.egc-seamless-page .egc-habitat:after{font-size:145px;bottom:-30px;opacity:.9}body.egc-seamless-page .egc-branch{left:2%;right:0;bottom:105px;height:38px}body.egc-seamless-page .egc-chameleon{width:min(520px,92%);bottom:77px}body.egc-seamless-page .egc-stage-badge{top:35px;left:6%;box-shadow:0 8px 22px rgba(23,58,85,.13)}body.egc-seamless-page .egc-panel{position:relative;z-index:8;padding:30px;border:1px solid rgba(23,58,85,.08);box-shadow:0 18px 48px rgba(23,58,85,.16);backdrop-filter:blur(10px);background:rgba(255,255,255,.94)}body.egc-seamless-page .egc-how{background:transparent;padding-top:10px}body.egc-seamless-page .egc-how span{border:1px solid rgba(23,58,85,.08);box-shadow:0 8px 22px rgba(23,58,85,.08)}body.egc-seamless-page .egc-wardrobe{background:rgba(255,255,255,.88);backdrop-filter:blur(8px);border:1px solid rgba(23,58,85,.08);margin-bottom:42px}
body.egc-seamless-page .egc-login{width:100vw;max-width:none;min-height:calc(100vh - 150px);margin:0 0 0 calc(50% - 50vw);border:0;border-radius:0;box-shadow:none;background:transparent;grid-template-columns:minmax(430px,1.1fr) minmax(390px,.9fr)}body.egc-seamless-page .egc-login-scene{min-height:calc(100vh - 150px);background:transparent}body.egc-seamless-page .egc-login-copy{max-width:670px;padding:60px clamp(30px,6vw,90px)}body.egc-seamless-page .egc-login-cham{width:300px;height:165px;left:28%;bottom:27%}body.egc-seamless-page .egc-login-branch{bottom:24%;height:42px}body.egc-seamless-page .egc-login-leaf{font-size:155px}body.egc-seamless-page .egc-login-scene:after{background:linear-gradient(180deg,#74c965,#469d48);opacity:.72}
@media(max-width:900px){body.egc-seamless-page .egc-board{grid-template-columns:1fr;min-height:0}body.egc-seamless-page .egc-habitat{min-height:450px;overflow:hidden}body.egc-seamless-page .egc-chameleon{width:430px}body.egc-seamless-page .egc-panel{max-width:620px;width:100%;margin:0 auto}body.egc-seamless-page .egc-login{grid-template-columns:1fr}body.egc-seamless-page .egc-login-scene{min-height:460px}body.egc-seamless-page .egc-login-copy{max-width:700px;margin:auto;text-align:center}body.egc-seamless-page .egc-login-perks{justify-content:center}}
@media(max-width:760px){body.egc-seamless-page .egc-game{min-height:100vh}body.egc-seamless-page .egc-header{padding:26px 20px 12px}body.egc-seamless-page .egc-board{padding:8px 16px 24px}body.egc-seamless-page .egc-habitat{min-height:370px;border-radius:0}body.egc-seamless-page .egc-chameleon{width:325px;bottom:52px}body.egc-seamless-page .egc-branch{bottom:72px}body.egc-seamless-page .egc-how{padding-left:16px;padding-right:16px}body.egc-seamless-page .egc-wardrobe{width:auto;margin-left:16px;margin-right:16px}body.egc-seamless-page .egc-login{min-height:100vh}body.egc-seamless-page .egc-login-scene{min-height:350px}body.egc-seamless-page .egc-login-cham{width:230px;height:128px;left:18%;bottom:30%}body.egc-seamless-page .egc-login-branch{bottom:25%}body.egc-seamless-page .egc-login-copy{padding:34px 22px 45px}}
/* Keep the character's coordinate system fixed so every fitted accessory stays aligned. */
body.egc-seamless-page .egc-chameleon{width:360px;max-width:88%}@media(max-width:760px){body.egc-seamless-page .egc-chameleon{width:310px}}

/* Version 1.4.1: neutralise Jot Shop's reserved sidebar column on this page. */
body.egc-seamless-page #content>.container,body.egc-seamless-page #content .content-wrap,body.egc-seamless-page #content .main-area,body.egc-seamless-page #primary,body.egc-seamless-page #content .primary-content-wrap,body.egc-seamless-page #content .thunk-content-wrap,body.egc-seamless-page #content article,body.egc-seamless-page #content .entry-content{display:block!important;float:none!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}body.egc-seamless-page .egc-game,body.egc-seamless-page .egc-login{width:100%!important;margin-left:0!important;margin-right:0!important}body.egc-seamless-page .egc-login{min-height:640px}body.egc-seamless-page .egc-login-scene{min-height:640px}body.egc-seamless-page .egc-login-copy{min-height:640px;padding-top:38px;padding-bottom:38px}body.egc-seamless-page .egc-login-cham{bottom:20%}body.egc-seamless-page .egc-login-branch{bottom:18%}
@media(max-width:900px){body.egc-seamless-page .egc-login,body.egc-seamless-page .egc-login-copy{min-height:0}body.egc-seamless-page .egc-login-scene{min-height:420px}body.egc-seamless-page .egc-login-cham{bottom:25%}body.egc-seamless-page .egc-login-branch{bottom:20%}}@media(max-width:760px){body.egc-seamless-page .egc-login-scene{min-height:350px}body.egc-seamless-page .egc-login-copy{padding:30px 20px 42px}}

/* Version 1.5: dedicated app-style game screen. */
body.egc-seamless-page header:not(.egc-header),body.egc-seamless-page footer,body.egc-seamless-page .site-header,body.egc-seamless-page .site-footer,body.egc-seamless-page #masthead,body.egc-seamless-page #colophon{display:none!important}body.egc-seamless-page #content{margin-top:0!important;padding-top:0!important}body.egc-seamless-page .egc-shell{width:100%;min-height:100vh;background:linear-gradient(180deg,#fafdff 0,#f8fff2 58%,#fff 100%)}.egc-gamebar{position:sticky;top:0;z-index:999;display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;min-height:70px;padding:9px clamp(18px,4vw,60px);background:rgba(255,255,255,.94);border-bottom:1px solid rgba(23,58,85,.09);box-shadow:0 5px 20px rgba(23,58,85,.09);backdrop-filter:blur(12px)}.egc-gamebar-logo{display:flex;align-items:center;min-width:110px}.egc-gamebar-logo .custom-logo-link{display:flex!important;align-items:center}.egc-gamebar-logo .custom-logo{display:block;width:auto!important;max-width:150px!important;max-height:48px!important}.egc-wordmark{font-size:24px;font-weight:1000;letter-spacing:2px;color:var(--egc-navy)!important;text-decoration:none!important}.egc-gamebar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.egc-gamebar-actions>a,.egc-gamebar-food{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:9px 14px;border-radius:13px;background:#f3f7f8;color:var(--egc-navy)!important;text-decoration:none!important;font-size:13px;font-weight:850;white-space:nowrap}.egc-gamebar-actions>a:hover{background:#e9f8e5;transform:translateY(-1px)}.egc-gamebar-actions .egc-back-shop{background:linear-gradient(135deg,#55bd4d,#91d63e);color:#fff!important;box-shadow:0 4px 0 #358c31}.egc-gamebar-food{background:#fff4c9;border:1px solid #ffe074}.egc-shell>.egc-game,.egc-shell>.egc-login{min-height:calc(100vh - 70px)}body.admin-bar .egc-gamebar{top:32px}
@media(max-width:600px){.egc-gamebar{min-height:62px;padding:8px 12px}.egc-gamebar-logo{min-width:70px}.egc-gamebar-logo .custom-logo{max-width:95px!important;max-height:39px!important}.egc-gamebar-actions{gap:6px}.egc-gamebar-actions>a,.egc-gamebar-food{min-height:38px;padding:8px 10px;font-size:12px}.egc-gamebar-actions>a span{display:none}.egc-shell>.egc-game,.egc-shell>.egc-login{min-height:calc(100vh - 62px)}body.admin-bar .egc-gamebar{top:46px}}

/* Version 2: daily engagement hub. */
.egc-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:13px}.egc-name-row input{width:170px;height:36px;padding:7px 11px;border:2px solid rgba(23,58,85,.15);border-radius:11px;background:#fff;color:var(--egc-navy);font-weight:750}.egc-name-row button{height:36px;padding:7px 12px;border:0;border-radius:11px;background:var(--egc-navy);color:#fff;font-size:12px;font-weight:850;cursor:pointer}.egc-mood{display:inline-flex;align-items:center;height:36px;padding:7px 11px;border-radius:18px;background:#fff4ca;font-size:12px;font-weight:850;box-shadow:0 3px 8px rgba(0,0,0,.07)}.egc-daily-hub{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:22px;width:min(1360px,calc(100% - 84px));margin:0 auto 30px}.egc-bug-card,.egc-streak-card,.egc-missions,.egc-mystery-leaf{border:1px solid rgba(23,58,85,.09);border-radius:23px;background:rgba(255,255,255,.94);box-shadow:0 12px 32px rgba(23,58,85,.11)}.egc-bug-card{padding:20px}.egc-card-heading{display:flex;align-items:center;gap:11px;margin-bottom:15px}.egc-card-heading>span{font-size:40px}.egc-card-heading h3,.egc-streak-card h3,.egc-missions h3{margin:0;color:var(--egc-navy);font-size:20px}.egc-card-heading p{margin:3px 0 0;font-size:12px}.egc-card-heading>b{margin-left:auto;padding:7px 10px;border-radius:20px;background:#eaffdf;color:#367d31;font-size:12px}.egc-bug-arena{position:relative;min-height:330px;overflow:hidden;border-radius:19px;background:radial-gradient(circle at 50% 45%,#fbffd1 0,#bce98c 58%,#68bb5d 100%);border:4px solid #fff;box-shadow:inset 0 -25px 45px rgba(32,115,47,.16)}.egc-bug-arena:before,.egc-bug-arena:after{content:'🌿';position:absolute;bottom:-18px;font-size:95px;opacity:.75}.egc-bug-arena:before{left:-12px}.egc-bug-arena:after{right:-12px;transform:scaleX(-1)}.egc-bug-intro{position:absolute;z-index:3;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.egc-bug-intro[hidden]{display:none}.egc-big-tongue{font-size:58px;animation:egcTongueWiggle 1.5s ease-in-out infinite}.egc-bug-intro strong{font-size:21px}.egc-bug-intro .egc-button{width:auto;min-width:210px}.egc-bug-hud{position:absolute;z-index:15;left:13px;right:13px;top:12px;display:flex;justify-content:space-between;pointer-events:none}.egc-bug-hud[hidden]{display:none}.egc-bug-hud span{padding:7px 11px;border-radius:16px;background:rgba(255,255,255,.92);font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.1)}.egc-flying-bug{position:absolute;z-index:10;width:52px;height:52px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.72);font-size:28px;cursor:pointer;box-shadow:0 5px 12px rgba(0,0,0,.13);animation:egcBugFly 1.4s ease-in-out infinite;transition:.18s}.egc-flying-bug:hover{transform:scale(1.18)}.egc-flying-bug.is-bee{background:#fff0b0}.egc-flying-bug.is-caught{transform:scale(.2);opacity:0}.egc-daily-side{display:grid;gap:14px}.egc-streak-card{padding:17px 19px}.egc-streak-card>div:first-child{display:flex;align-items:center;gap:8px}.egc-streak-card>div:first-child>span{font-size:30px}.egc-streak-days{display:grid!important;grid-template-columns:repeat(7,1fr);gap:5px;margin:12px 0 8px}.egc-streak-days span{display:grid;place-items:center;aspect-ratio:1;border-radius:50%;background:#edf1f2;color:#82909a;font-size:11px;font-weight:900}.egc-streak-days span.is-lit{background:linear-gradient(135deg,#ffca3d,#ff6b3d);color:#fff;box-shadow:0 3px 8px rgba(255,107,61,.3);animation:egcStreakGlow 1.8s ease-in-out infinite}.egc-streak-card small{font-size:11px;color:#62737d}.egc-missions{padding:17px 19px}.egc-missions h3{display:flex;justify-content:space-between;margin-bottom:12px}.egc-missions h3 small{color:#4e9c3f;font-size:11px}.egc-mission{display:grid;grid-template-columns:27px 1fr 90px 30px;align-items:center;gap:7px;padding:8px 0;border-top:1px solid #edf1f2}.egc-mission>span{font-size:20px}.egc-mission>b{font-size:12px}.egc-mission>em{height:8px;overflow:hidden;border-radius:8px;background:#edf1f2}.egc-mission>em i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#50b848,#b9e34a);transition:width .5s}.egc-mission>small{text-align:right;font-size:10px;font-style:normal}.egc-mission.is-done{opacity:.72}.egc-mission.is-done>b:after{content:' ✓';color:#50b848}.egc-mystery-leaf{position:relative;display:grid;grid-template-columns:55px 1fr;grid-template-rows:auto auto;align-items:center;width:100%;padding:15px 17px;border-style:dashed;text-align:left;color:var(--egc-navy);cursor:pointer;transition:.2s}.egc-mystery-leaf>span{grid-row:1/3;font-size:43px;transform-origin:50% 90%;animation:egcLeafShake 2.4s ease-in-out infinite}.egc-mystery-leaf>b{font-size:13px}.egc-mystery-leaf>small{font-size:10px}.egc-mystery-leaf:hover:not(:disabled){transform:translateY(-3px);border-color:#50b848;background:#f3ffed}.egc-mystery-leaf:disabled{cursor:not-allowed;filter:grayscale(.6);opacity:.62}.egc-mystery-leaf:disabled>span{animation:none}
@keyframes egcTongueWiggle{50%{transform:scale(1.12) rotate(8deg)}}@keyframes egcBugFly{0%,100%{translate:0 0;rotate:-8deg}50%{translate:18px -14px;rotate:10deg}}@keyframes egcStreakGlow{50%{transform:scale(1.08);box-shadow:0 0 13px rgba(255,107,61,.5)}}@keyframes egcLeafShake{0%,70%,100%{transform:rotate(0)}75%{transform:rotate(-13deg)}80%{transform:rotate(13deg)}85%{transform:rotate(-8deg)}90%{transform:rotate(8deg)}}
@media(max-width:900px){.egc-daily-hub{grid-template-columns:1fr;width:calc(100% - 36px)}.egc-bug-arena{min-height:300px}.egc-daily-side{grid-template-columns:1fr 1fr}.egc-mystery-leaf{grid-column:1/-1}}@media(max-width:650px){.egc-name-row{justify-content:center}.egc-name-row input{width:145px}.egc-daily-side{grid-template-columns:1fr}.egc-mystery-leaf{grid-column:auto}.egc-bug-card{padding:12px}.egc-bug-arena{min-height:280px}.egc-card-heading p{display:none}.egc-mission{grid-template-columns:25px 1fr 70px 28px}.egc-daily-hub{width:calc(100% - 24px);gap:12px}}

/* Version 2.1.1: proper illustrated character on the logged-out screen. */
.egc-login-cham.egc-login-cham-svg{width:360px;height:auto;border-radius:0;background:none;box-shadow:none;overflow:visible;animation:egcLoginCham 3s ease-in-out infinite}.egc-login-cham.egc-login-cham-svg:before,.egc-login-cham.egc-login-cham-svg:after{content:none}.egc-login-cham-svg svg{display:block;width:100%;height:auto;overflow:visible}
@media(max-width:760px){body.egc-seamless-page .egc-login-cham.egc-login-cham-svg{width:285px;height:auto;left:10%;bottom:24%}}

/* Version 2.2: legendary fully-grown transformation. */
.egc-game[data-stage="4"] .egc-worn-crown{display:none!important}
.egc-legendary-banner,.egc-final-aura,.egc-final-crown,.egc-final-sparkles{display:none}.egc-game[data-stage="4"] .egc-habitat{background:radial-gradient(circle at 50% 43%,#fffbd1 0,#f7d968 36%,#d99d2b 72%,#8a5a20 100%);border-color:#ffe88a;box-shadow:inset 0 0 55px rgba(255,255,255,.72),0 0 34px rgba(255,196,45,.52)}.egc-game[data-stage="4"] .egc-habitat:before,.egc-game[data-stage="4"] .egc-habitat:after{filter:saturate(1.4) drop-shadow(0 0 10px rgba(255,220,67,.7))}.egc-game[data-stage="4"] .egc-branch{background:linear-gradient(180deg,#a86d30,#71401f);box-shadow:inset 0 -8px rgba(75,38,16,.28),0 0 18px rgba(255,221,86,.7)}.egc-game[data-stage="4"] .egc-chameleon{z-index:6;filter:hue-rotate(205deg) saturate(1.75) contrast(1.08) drop-shadow(0 0 10px #fff6a5) drop-shadow(0 15px 13px rgba(77,31,120,.38));transform:translateX(-50%) scale(1.2);animation:egcLegendaryFloat 2.4s ease-in-out infinite}.egc-game[data-stage="4"] .egc-final-aura{display:block;position:absolute;z-index:-1;left:50%;top:50%;width:330px;height:250px;border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(255,255,255,.72) 0 4deg,transparent 4deg 20deg);transform:translate(-50%,-50%);filter:blur(2px);animation:egcRoyalRays 14s linear infinite}.egc-game[data-stage="4"] .egc-final-crown{display:block;position:absolute;z-index:12;right:43px;top:19px;font-size:68px;filter:hue-rotate(-205deg) drop-shadow(0 5px 3px rgba(0,0,0,.25));transform:rotate(5deg);animation:egcRoyalCrown 1.5s ease-in-out infinite}.egc-game[data-stage="4"] .egc-final-sparkles{display:block;position:absolute;z-index:11;inset:-18px -28px auto;color:#fff9a6;font-size:29px;letter-spacing:83px;white-space:nowrap;text-shadow:0 0 7px #fff,0 0 15px #ffcf33;animation:egcRoyalSparkle 1.25s ease-in-out infinite}.egc-game[data-stage="4"] .egc-legendary-banner{display:flex;position:absolute;z-index:9;top:18px;left:50%;align-items:center;gap:8px;padding:9px 16px;border:2px solid #fff1a0;border-radius:22px;background:linear-gradient(135deg,#6a2589,#b33fb0,#e19b20);color:#fff;box-shadow:0 7px 20px rgba(85,26,103,.3);transform:translateX(-50%);font-size:12px;letter-spacing:1.4px;white-space:nowrap;animation:egcLegendaryBanner 2s ease-in-out infinite}.egc-game[data-stage="4"] .egc-stage-badge{background:linear-gradient(135deg,#fff8bf,#ffd448);color:#673b10;border:2px solid #fff;box-shadow:0 6px 20px rgba(138,90,32,.3)}.egc-game[data-stage="4"] .egc-progress div{background:linear-gradient(90deg,#7f2caf,#ef46b5,#ffd02e,#fff5a0);box-shadow:0 0 13px #ffdc48}
@keyframes egcLegendaryFloat{0%,100%{transform:translateX(-50%) scale(1.2) translateY(0)}50%{transform:translateX(-50%) scale(1.23) translateY(-10px)}}@keyframes egcRoyalRays{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes egcRoyalCrown{50%{transform:rotate(-3deg) translateY(-7px) scale(1.08)}}@keyframes egcRoyalSparkle{50%{opacity:.35;transform:scale(1.12)}}@keyframes egcLegendaryBanner{50%{box-shadow:0 7px 30px rgba(255,209,47,.75);transform:translateX(-50%) translateY(-2px)}}
@media(max-width:760px){.egc-game[data-stage="4"] .egc-chameleon{transform:translateX(-50%) scale(1.08);animation-name:egcLegendaryFloatMobile}.egc-game[data-stage="4"] .egc-final-crown{right:34px;top:17px;font-size:57px}.egc-game[data-stage="4"] .egc-final-aura{width:285px;height:220px}.egc-game[data-stage="4"] .egc-final-sparkles{letter-spacing:62px;font-size:23px}.egc-game[data-stage="4"] .egc-legendary-banner{top:12px;font-size:10px;padding:7px 11px}.egc-game[data-stage="4"] .egc-stage-badge{top:57px}@keyframes egcLegendaryFloatMobile{0%,100%{transform:translateX(-50%) scale(1.08) translateY(0)}50%{transform:translateX(-50%) scale(1.11) translateY(-7px)}}}

/* Version 2.2.1: make the prize visible throughout the journey. */
.egc-reward-card{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:12px;margin:0 0 21px;padding:14px 15px;border:2px solid #ffe077;border-radius:17px;background:linear-gradient(135deg,#fffbea,#fff1ad);box-shadow:0 7px 18px rgba(197,139,20,.13)}.egc-reward-ticket{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:#fff;font-size:29px;box-shadow:0 4px 12px rgba(95,64,7,.12);transform:rotate(-5deg)}.egc-reward-card small{display:block;margin-bottom:2px;color:#8a6413;font-size:9px;font-weight:950;letter-spacing:1px}.egc-reward-card strong{display:block;color:#173a55;font-size:23px;line-height:1.1}.egc-reward-card p{margin:4px 0 0;color:#695923;font-size:10px;font-weight:750;line-height:1.3}.egc-progress-goal{position:relative;padding-right:67px}.egc-progress-goal .egc-progress{margin-right:0}.egc-coupon-marker{position:absolute;right:0;top:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:57px;height:48px;border:2px dashed #e1a91b;border-radius:12px;background:#fff8c9;color:#6b4a08;font-size:17px;line-height:1;transform:translateY(-50%);box-shadow:0 4px 10px rgba(103,73,8,.12)}.egc-coupon-marker b{margin-top:3px;font-size:10px}.egc-game[data-stage="4"] .egc-reward-card{border-color:#d88ae7;background:linear-gradient(135deg,#fff7bd,#f7d7ff);box-shadow:0 7px 22px rgba(143,43,163,.2)}.egc-game[data-stage="4"] .egc-coupon-marker{border-color:#a844bd;background:#fff0ff;color:#6f1b80}
@media(max-width:420px){.egc-reward-card{grid-template-columns:48px 1fr;padding:12px}.egc-reward-ticket{width:44px;height:44px;font-size:24px}.egc-reward-card strong{font-size:20px}}

/* Version 2.2.2: lock the progress bar and reward marker to one aligned grid. */
.egc-progress-goal{display:grid;grid-template-columns:minmax(0,1fr) 64px;align-items:center;gap:9px;padding-right:0}.egc-progress-goal .egc-progress{width:100%;margin:9px 0 5px}.egc-coupon-marker{position:static;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:64px;height:34px;padding:0 6px;font-size:16px;line-height:1;transform:none}.egc-coupon-marker b{display:inline-block;margin:0;font-size:11px;line-height:1;white-space:nowrap}
@media(max-width:420px){.egc-progress-goal{grid-template-columns:minmax(0,1fr) 58px;gap:7px}.egc-coupon-marker{width:58px;height:32px;padding:0 4px;font-size:14px}.egc-coupon-marker b{font-size:10px}}

/* Version 2.2.3: percentage-first progress display. */
.egc-progress-percentage{display:inline-flex;align-items:baseline;gap:1px;color:#3c8f36;font-size:21px;font-weight:950;line-height:1}.egc-progress-percentage b{font-size:inherit}.egc-percent{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:4px;color:#667780;font-size:11px;font-weight:700}.egc-percent i{color:#9cabaf;font-style:normal}.egc-game[data-stage="4"] .egc-progress-percentage{color:#9a2eb0}
@media(max-width:420px){.egc-progress-percentage{font-size:19px}.egc-percent{justify-content:center;font-size:10px}}
