body.yuu-game-page{overflow-x:hidden;overflow-y:auto}.yuu-game-layout{min-height:100vh;width:100%;display:flex;flex-direction:column;background-color:#75ffe9;font-family:var(--font-sour-gummy,"Comic Sans MS",cursive)}.yuu-game-layout.navbar-spaced{padding-top:0}.yuu-game-hero{position:relative;overflow:hidden;background:#75ffe9;display:flex;align-items:center;justify-content:space-evenly;gap:40px;padding:50px 60px 110px;box-sizing:border-box}.yuu-game-hero:before{content:"";position:absolute;inset:-30px;background:url(/content/environments/docks/docks-1-flipped.webp) 50%/cover no-repeat;filter:blur(3px);z-index:0;pointer-events:none}.yuu-game-logo-container,.yuu-game-portraits{position:relative;z-index:1}.yuu-game-logo-container{flex-shrink:0}.yuu-game-logo{width:clamp(340px,42vw,720px);height:auto;filter:drop-shadow(-10px 20px 10px rgba(0,0,0,.55));animation:yuuLogoBreathe 4.5s ease-in-out infinite}@keyframes yuuLogoBreathe{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.yuu-game-portraits{display:flex;align-items:flex-end;gap:5vw;transform:translateY(110px)}.yuu-game-portrait{height:clamp(100px,55vh,550px);width:auto;filter:drop-shadow(10px 20px 10px rgba(0,0,0,.75))}.yuu-game-ocean{position:relative;flex:1 1;margin-top:-64px;overflow:hidden}.yuu-game-bubbles{position:absolute;inset:0}.yuu-game-bubbles .bubble{animation-name:yuuBubbleRise;width:62.5px;background-image:url(/content/bubble.webp)}.yuu-game-bubbles .bubble.popped{background-image:url(/content/bubblepopped.webp)}@keyframes yuuBubbleRise{0%{transform:translateY(0)}to{transform:translateY(-600vh)}}.yuu-game-wave-transition{position:relative;width:100%;height:64px;z-index:10;pointer-events:none;overflow:visible}.yuu-game-wave-svg{width:3200px;height:100%;display:block;position:absolute;left:-800px;animation:yuuWaveScroll 4s linear infinite}@keyframes yuuWaveScroll{0%{transform:translateX(-200px)}to{transform:translateX(0)}}.yuu-game-bar{display:block;width:100%;height:auto;margin:0}.yuu-game-body{flex:1 1;background-color:transparent;padding:0 20px 90px;margin-top:-6vw;position:relative;z-index:5;box-sizing:border-box}.yuu-game-synopsis{width:33.333%;margin:0 auto;font-size:1.35rem;line-height:1.75;font-weight:500}.yuu-game-section-header,.yuu-game-synopsis{text-align:center;color:#14514a;text-shadow:0 1px 8px rgba(255,255,255,.6)}.yuu-game-section-header{margin:0 0 30px;font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:700}.yuu-game-places{position:relative;z-index:2;padding:0 0 36px}.yuu-game-reel{display:flex;flex-direction:column;gap:18px;width:100%;overflow:hidden;padding:16px 0 30px}.yuu-game-reel-track{display:flex;width:max-content;animation:yuuReelScroll 40s linear infinite}.yuu-game-reel-track--offset{animation-delay:-5s}.yuu-game-reel-cell{position:relative;height:clamp(180px,26vh,320px);aspect-ratio:3510/2480;margin:0 14px;flex-shrink:0;border:none;padding:0;background:#ffffff;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.12);transition:transform .2s ease,box-shadow .2s ease}.yuu-game-reel-cell:hover{transform:translateY(-4px);box-shadow:0 8px 18px rgba(0,0,0,.18)}.yuu-game-reel-image{object-fit:cover}@keyframes yuuReelScroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% / 3))}}.yuu-game-friends{position:relative;z-index:2;padding:40px 0 130px}.yuu-game-friend-list{display:flex;flex-direction:column;gap:90px}.yuu-game-friend-slot.yuu-game-revealed .yuu-game-friend-card{opacity:1;transform:translateX(0)}.yuu-game-friend-card{position:relative;display:flex;align-items:center;height:200px;width:min(860px,88%);margin:0 auto;padding:0 28px;background:#ffffff;border-radius:20px;box-shadow:0 6px 16px rgba(0,0,0,.15);box-sizing:border-box}.yuu-game-friend-card--flipped{flex-direction:row-reverse}.yuu-game-friend-mugshot{position:relative;top:-34px;align-self:center;flex-shrink:0;height:260px}.yuu-game-friend-image{height:100%;width:auto;object-fit:contain;filter:drop-shadow(4px 8px 6px rgba(0,0,0,.3))}.yuu-game-friend-text{flex:1 1;min-width:0;padding:0 10px}.yuu-game-friend-name{margin:0 0 6px;font-size:1.6rem;font-weight:700;color:#14514a}.yuu-game-friend-description{margin:0;font-size:1.02rem;line-height:1.5;color:#33413f}.yuu-game-slide-in{opacity:0;transition:transform .85s cubic-bezier(.22,1,.36,1),opacity .55s ease-out;will-change:transform,opacity}.yuu-game-slide-from-left{transform:translateX(-110vw)}.yuu-game-slide-from-right{transform:translateX(110vw)}.yuu-game-seabed-bar{display:block;width:100%;height:200px;object-fit:fill}.yuu-game-seabed{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%;min-height:250px;margin-bottom:calc(-1 * var(--navbar-bottom-height));padding:26px 20px calc(26px + var(--navbar-bottom-height));background-color:#cccccc;box-sizing:border-box}.yuu-game-seabed-text-wrapper{position:relative;width:100%;margin-top:10px}.yuu-game-seabed-pixel{position:absolute;bottom:calc(100% - var(--offset-y));left:var(--offset-x);width:auto;height:auto;zoom:var(--scale);margin:0;image-rendering:pixelated;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.yuu-game-seabed-pixel--sleeping-yuu{--offset-x:40%;--offset-y:4px;--scale:3}.yuu-game-seabed-pixel--sitting-cindred{--offset-x:58%;--offset-y:7.5px;--scale:3}.yuu-game-seabed-header{margin:0;text-align:center;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#33383c}.yuu-game-seabed-text{margin:0 auto;max-width:640px;text-align:center;font-size:1.05rem;line-height:1.6;color:#454b4f}.yuu-game-seabed-button{display:inline-flex;align-items:center;gap:12px;padding:12px 34px;background:#ffffff;color:#33383c;border:none;border-radius:30px;font-family:inherit;font-weight:600;font-size:1.1rem;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 18px rgba(0,0,0,.18)}.yuu-game-seabed-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.22)}.yuu-game-seabed-arrow{font-size:1.2rem;transition:transform .2s ease}.yuu-game-seabed-arrow:before{content:"→"}.yuu-game-seabed-button:hover .yuu-game-seabed-arrow{transform:translateX(5px)}.concept-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(240,248,255,.85);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1010;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.concept-modal{position:relative;width:100%;max-width:1100px;background:rgba(255,255,255,.97);border-radius:25px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.3);border:2px solid rgba(139,69,19,.1);padding:20px;box-sizing:border-box}.concept-modal-close{position:absolute;top:15px;right:15px;z-index:10;background:rgba(255,255,255,.9);color:#5d4037;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.2)}.concept-modal-close:hover{background:white;transform:scale(1.1)}.concept-modal-image-section{position:relative;width:100%;height:min(72vh,620px);display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:12px;overflow:hidden}.concept-modal-image{object-fit:contain}.concept-modal-navigation{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:15px;z-index:5}.concept-nav-button{background:rgba(255,255,255,.9);border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#5d4037;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.concept-nav-button:hover{background:rgba(255,255,255,1);transform:scale(1.1)}.concept-modal-title{margin:14px 0 2px;text-align:center;font-size:1.2rem;font-weight:600;color:#5d4037;text-transform:lowercase}@media (max-width:768px){.yuu-game-hero{flex-direction:column;gap:30px;padding:30px 20px 100px}.yuu-game-portraits{transform:translateY(100px)}.yuu-game-logo{width:min(88vw,480px)}.yuu-game-portrait{height:clamp(200px,60vh,300px)}.yuu-game-synopsis{width:86%;font-size:1.05rem}.yuu-game-section-header{margin-bottom:20px}.yuu-game-places{padding-bottom:24px}.yuu-game-reel-cell{height:clamp(140px,22vh,220px);margin:0 8px;border-radius:10px}.yuu-game-friends{padding-bottom:100px}.yuu-game-friend-list{gap:76px}.yuu-game-friend-card{width:92%;padding:0 16px}.yuu-game-friend-mugshot{height:230px;top:-26px}.yuu-game-friend-name{font-size:1.25rem}.yuu-game-friend-description{font-size:.88rem}.yuu-game-seabed-bar{height:140px}.yuu-game-seabed{min-height:230px;gap:12px}.yuu-game-seabed-text-wrapper{margin-top:48px}.yuu-game-seabed-pixel--sleeping-yuu{--offset-x:13%;--scale:2}.yuu-game-seabed-pixel--sitting-cindred{--offset-x:62%;--scale:2}.yuu-game-seabed-text{max-width:92%;font-size:.95rem}.concept-modal-image-section{height:44vh}.concept-nav-button{width:40px;height:40px;font-size:1rem}.concept-modal-close{width:38px;height:38px;font-size:1.2rem}}