@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');body{background-color:#111;color:#fff;font-family:'Press Start 2P',cursive;text-align:center;margin:0;padding:0}nav{background-color:#222;padding:20px 0;border-bottom:3px solid #ff006e}nav a{color:#00fff7;text-decoration:none;margin:0 15px;font-size:12px;transition:0.2s ease}nav a:hover{color:#ff006e;text-shadow:0 0 10px #ff006e}h1{color:#00ff66;text-shadow:0 0 12px #00ff66;margin-top:20px;font-size:18px}p{font-size:14px;color:#00fff7;margin:10px auto;width:80%}.text-section p{font-size:70%;color:#ffffff;text-align:center;margin:10px auto;width:80%}body.home{background:url('../images/bg-home.webp') repeat center center fixed;background-size:auto}body.wardrobe{background:url('../images/bg-wardrobe.webp') no-repeat center center fixed;background-size:cover}body.adventures{background:url('../images/bg-adventures.webp') no-repeat center center fixed;background-size:cover}body.world{background:url('../images/bg-world.webp') no-repeat center center fixed;background-size:cover}body.characters{background:url('../images/bg-characters.webp') no-repeat center center fixed;background-size:cover}body.become{background:url('../images/bg-become.webp') no-repeat center calc(50% + 80px) fixed;background-size:cover}body::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:-1}.top-left-logo{position:fixed;top:15px;left:25px;width:80px;height:auto;z-index:9999;filter:drop-shadow(0 0 10px #00fff7);transition:transform 0.2s ease,filter 0.3s ease;cursor:pointer}.top-left-logo:hover{transform:scale(1.05);filter:drop-shadow(0 0 15px #ff006e)}.start-screen{position:fixed;bottom:60px;left:50%;transform:translateX(-50%);text-align:center;width:auto;z-index:10}.start-btn-img{width:150px;height:auto;cursor:pointer;transition:transform 0.2s ease,filter 0.2s ease;filter:drop-shadow(0 0 10px #00fff7)}.start-btn-img:hover{transform:scale(1.1);filter:brightness(1.3)}footer{position:fixed;bottom:10px;left:0;width:100%;text-align:center;font-size:10px;color:#666;z-index:1000;background:transparent}body:not(.home) nav{border-bottom:3px solid #FFD700}body:not(.home) nav a:hover{color:#FFD700;text-shadow:0 0 10px #FFD700}body:not(.home) .logo,body:not(.home) .start-btn-img,body:not(.home) .top-left-logo{filter:drop-shadow(0 0 20px #FFD700)}body.home{background:url('../images/bg-home.webp') repeat center center;background-size:auto}.center-logo{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);text-align:center}.center-logo img{width:480px;height:auto;animation:glowPulse 2.5s ease-in-out infinite}body.home .character-section{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10}body.home .character-image{width:62%;height:auto;transform-origin:center;animation:slightBounce 2.5s ease-in-out infinite;filter:none}body.characters .character-image{width:auto;height:auto;filter:none;animation:none}@keyframes slightBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.character-font-image{margin-bottom:15px}.character-font-image img{width:140px;filter:drop-shadow(0 0 10px #00fff7)}.character-slot{position:relative;width:120px;height:120px;border-radius:10px;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease}.character-slot img{width:100%;height:100%;border:2px solid #00fff7;border-radius:10px;object-fit:cover;transition:transform 0.25s ease,filter 0.25s ease}.character-slot:hover{transform:scale(1.1);z-index:2}.character-preview img{width:100%;border-radius:20px;border:2px solid #00fff7;box-shadow:0 0 25px #00fff7,0 0 50px #ff006e;opacity:0;transform:scale(0.9);transition:opacity 0.4s ease,transform 0.4s ease}.character-preview p{font-family:'Press Start 2P',cursive;color:#FFD700;font-size:10px;text-shadow:0 0 10px #ff006e;margin-top:10px;opacity:0;transition:opacity 0.4s ease}.character-preview.show img,.character-preview.show p{opacity:1;transform:scale(1)}.character-slot:hover{transform:scale(1.05)}.character-slot img:hover{transform:scale(1.1);filter:brightness(1.4);box-shadow:0 0 25px #00fff7,0 0 50px #ff006e;animation:glowPulse 1.5s infinite ease-in-out}.character-slot::after{content:attr(title);position:absolute;bottom:-35px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,0.8);color:#FFD700;font-family:'Press Start 2P',cursive;font-size:8px;padding:5px 8px;border:1px solid #00fff7;border-radius:4px;text-shadow:0 0 6px #ff006e;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.3s ease,transform 0.3s ease;box-shadow:0 0 10px #00fff7,0 0 20px #ff006e inset}.character-slot:hover::after{opacity:1;transform:translateX(-50%) translateY(-5px)}@keyframes glowPulse{0%,100%{box-shadow:0 0 20px #00fff7,0 0 40px #ff006e}50%{box-shadow:0 0 35px #ff006e,0 0 70px #FFD700}}@media (max-width:1024px){.character-grid{grid-template-columns:repeat(3,120px);grid-template-rows:repeat(5,120px)}}@media (max-width:768px){.character-grid{grid-template-columns:repeat(2,120px);grid-template-rows:auto}}@media (max-width:480px){.character-grid{grid-template-columns:repeat(2,100px)}}.character-info pre{margin:0;color:#00fff7}@keyframes glowBox{0%{box-shadow:0 0 10px #00fff7;border-color:#00fff7}100%{box-shadow:0 0 25px #FFD700;border-color:#FFD700}}.start-screen{position:fixed;bottom:60px;left:50%;transform:translateX(-50%);text-align:center;z-index:10}.start-btn-img{width:140px;height:auto;cursor:pointer;filter:drop-shadow(0 0 10px #00fff7);transition:transform 0.2s ease,filter 0.2s ease}.start-btn-img:hover{transform:scale(1.1);filter:brightness(1.3)}.intro-text{position:fixed;top:50px;left:50%;transform:translateX(-50%);text-align:center;width:80%;max-width:900px;z-index:50}.intro-text h1{margin-bottom:15px;color:#00ff66;text-shadow:0 0 12px #00ff66;font-size:18px}.intro-text p{color:#00fff7;font-size:14px;line-height:1.6;margin:0 auto;width:90%;text-align:center}.bottom-text{position:fixed;bottom:45px;left:50%;transform:translateX(-50%);width:80%;font-size:0.8rem;color:#00fff7;text-align:center;line-height:1.4;z-index:2000;text-shadow:0 0 10px #00fff7}.peach-title{color:#ff9aae;text-shadow:0 0 10px #ff9aae,0 0 20px #ff7b9c}.intro-text h1.peach-title{color:#ff9aae !important;text-shadow:0 0 10px #ff9aae,0 0 20px #ff7b9c !important}.fashion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:25px;padding:60px 80px;justify-items:center;align-items:center;margin-top:100px}.fashion-item{position:relative;width:180px;height:220px;border:2px solid #00fff7;border-radius:12px;overflow:hidden;background:rgba(0,0,0,0.6);box-shadow:0 0 20px #00fff7,inset 0 0 15px #ff006e;transition:transform 0.3s ease,box-shadow 0.3s ease}.fashion-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease,filter 0.3s ease}.fashion-item:hover{transform:scale(1.08);box-shadow:0 0 40px #ff006e,0 0 80px #00fff7}.fashion-item:hover img{transform:scale(1.1);filter:brightness(1.3)}.item-label{position:absolute;bottom:0;width:100%;background:rgba(255,0,110,0.7);color:#fff;text-align:center;font-family:'Press Start 2P',cursive;font-size:8px;letter-spacing:0.5px;padding:8px 0;opacity:0;transition:opacity 0.3s ease}.fashion-item:hover .item-label{opacity:1}@keyframes neonGlow{0%{box-shadow:0 0 15px #00fff7,inset 0 0 10px #ff006e}50%{box-shadow:0 0 30px #ff006e,inset 0 0 20px #FFD700}100%{box-shadow:0 0 15px #00fff7,inset 0 0 10px #ff006e}}.fashion-item{animation:neonGlow 3s infinite ease-in-out}@media (max-width:768px){.fashion-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));padding:30px}}.world-section{margin:270px auto 100px;width:85%;max-width:1000px;text-align:center;color:#00fff7;font-family:'Press Start 2P',cursive}.world-section h1.underlined{color:#FFD700;text-decoration:underline;text-underline-offset:6px;text-shadow:0 0 12px #ff006e;font-size:16px;margin-top:60px;margin-bottom:25px}.world-section p{font-size:10px;line-height:1.8;margin:15px auto;color:#ffffff;text-shadow:0 0 8px #00fff7;letter-spacing:0.5px}.world-section .quote{font-style:italic;color:#ff9aae;text-shadow:0 0 12px #ff7b9c;background:rgba(0,0,0,0.4);border:1px solid #FFD700;padding:15px 20px;border-radius:8px;display:inline-block;max-width:90%;line-height:1.8}.fade-in-text p{opacity:0;transform:translateY(20px);animation:fadeInUp 0.6s ease forwards}.fade-in-text p:nth-child(2){animation-delay:0.3s}.fade-in-text p:nth-child(3){animation-delay:0.6s}.fade-in-text p:nth-child(4){animation-delay:0.9s}.fade-in-text p:nth-child(5){animation-delay:1.2s}.fade-in-text p:nth-child(6){animation-delay:1.5s}.fade-in-text p:nth-child(7){animation-delay:1.8s}.fade-in-text p:nth-child(8){animation-delay:2.1s}.fade-in-text p:nth-child(9){animation-delay:2.4s}.fade-in-text p:nth-child(10){animation-delay:2.7s}.fade-in-text p:nth-child(11){animation-delay:3s}.fade-in-text p:nth-child(12){animation-delay:3.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px);text-shadow:0 0 5px #00fff7}60%{opacity:0.6;transform:translateY(5px);text-shadow:0 0 12px #00fff7}100%{opacity:1;transform:translateY(0);text-shadow:0 0 15px #FFD700}}.character-preview img{width:100%;border-radius:20px;border:2px solid #00fff7;box-shadow:0 0 25px #00fff7,0 0 50px #ff006e;transition:opacity 0.4s ease,transform 0.4s ease;opacity:0;transform:scale(0.9)}.character-info.show{opacity:1;transform:translateY(0)}.character-preview.show img{opacity:1;transform:scale(1)}.character-display{position:relative;width:40%;display:flex;flex-direction:column;align-items:center}.character-preview img{width:100%;max-height:400px;object-fit:contain;border-radius:10px}.character-preview p{margin-top:0.5rem;font-weight:bold;color:#fff;text-shadow:0 0 10px #00ffcc}.character-info.show,.character-preview.show{opacity:1}body.characters .character-section{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;gap:60px;margin:140px 60px 80px 60px}.character-grid{display:grid;grid-template-columns:repeat(3,120px);grid-template-rows:repeat(5,120px);gap:15px;justify-content:start;align-items:center}.character-slot{position:relative;width:120px;height:120px;border-radius:10px;overflow:hidden;transition:transform 0.25s ease}.character-slot img{width:100%;height:100%;border:2px solid #00fff7;border-radius:10px;object-fit:cover;transition:transform 0.25s ease,filter 0.25s ease}.character-slot:hover{transform:scale(1.1);z-index:2}.character-display{flex:0 0 360px;display:flex;flex-direction:column;align-items:center;position:relative}.character-preview{width:100%;text-align:center;background:rgba(10,10,10,0.7);border-radius:12px;padding:15px;box-shadow:0 0 25px #00fff7;opacity:0;transform:scale(0.95);transition:opacity 0.4s ease,transform 0.4s ease}.character-preview.show{opacity:1;transform:scale(1)}.character-preview img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:12px;border:2px solid #00fff7}.character-preview p{color:#FFD700;font-size:10px;text-shadow:0 0 8px #ff006e;margin-top:8px}.character-info{width:100%;margin-top:20px;background:rgba(0,0,0,0.8);border:2px solid #00fff7;border-radius:12px;box-shadow:0 0 20px #00fff7,inset 0 0 15px #ff006e;padding:15px;font-family:'Press Start 2P',monospace;font-size:9px;color:#FFD700;text-align:left;white-space:pre-wrap;line-height:1.6;opacity:0;transform:translateY(20px);transition:opacity 0.4s ease,transform 0.4s ease}.character-info.show{opacity:1;transform:translateY(0)}body.characters .player-select{position:absolute;top:15%;left:40px;transform:none;z-index:10;text-align:left}body.characters .player-select img{max-width:280px;height:auto;filter:drop-shadow(0 0 10px #00fff7);transition:transform 0.3s ease,filter 0.3s ease}body.characters .player-select img:hover{transform:scale(1.05);filter:drop-shadow(0 0 20px #ff006e)}body.characters .character-grid{position:absolute;top:calc(10% + 180px);right:40px;display:grid;grid-template-columns:repeat(5,120px);grid-template-rows:repeat(3,120px);gap:15px;justify-content:start;z-index:9}body.characters .stats-bar{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);width:10%;height:auto;z-index:12;text-align:center}@media (max-width:1024px){body.characters .player-select{top:10%;left:30px}body.characters .player-select img{max-width:220px}body.characters .character-grid{top:calc(10% + 200px);grid-template-columns:repeat(3,100px);gap:12px}body.characters .stats-bar{width:15%}}@media (max-width:768px){body.characters .player-select{top:8%;left:20px}body.characters .player-select img{max-width:180px}body.characters .character-grid{top:calc(8% + 180px);grid-template-columns:repeat(2,100px);gap:10px}body.characters .stats-bar{width:20%}}@media (max-width:480px){body.characters .player-select{top:5%;left:15px}body.characters .player-select img{max-width:160px}body.characters .character-grid{top:calc(5% + 160px);grid-template-columns:repeat(2,90px);gap:8px}body.characters .stats-bar{width:25%}}.character-section{display:flex;flex-direction:column;align-items:flex-start}.character-font-image{margin:20px 0}.character-content{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.character-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.character-display{flex:1;text-align:left}.character-section{display:flex;justify-content:center;align-items:flex-start;margin-top:2rem}.character-content{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.character-left{display:flex;flex-direction:column;align-items:flex-start}.character-font-image{margin-bottom:1.5rem}.character-font-image img{width:200px;image-rendering:pixelated}.character-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:1rem}.character-slot img{width:100%;transition:transform 0.2s ease-in-out}.character-slot:hover img{transform:scale(1.2)}.character-display{display:flex;flex-direction:column;align-items:center;text-align:left}.character-preview img{max-width:250px;image-rendering:pixelated;margin-bottom:0.5rem}p{margin-bottom:-14rem}.character-section{margin-top:-85rem}.avatar-section{display:flex;justify-content:center;align-items:center;margin:1rem 0}.avatar-image{max-width:300px;height:auto;image-rendering:pixelated}.avatar-section{display:flex;justify-content:center;align-items:center;margin-top:2rem;margin-bottom:2.5rem}.avatar-image{max-width:300px;height:auto;image-rendering:pixelated;transition:transform 0.2s ease}.avatar-image:hover{transform:scale(1.05)}.center-logo{display:flex;justify-content:center;align-items:center;margin-top:-5.3rem}.center-logo img{display:block;margin:3rem auto 1rem;max-width:380px;width:100%;height:auto;image-rendering:pixelated}.avatar-section{display:flex;justify-content:center;align-items:center;position:relative;margin-top:2rem;margin-bottom:6rem}.avatar-image{width:600px;max-width:145%;height:309px;image-rendering:pixelated;filter:drop-shadow(0 0 10px rgba(0,255,255,0.3))}.avatar-image:hover{transform:scale(1.05)}.start-screen{display:flex;flex-direction:column;align-items:center;margin-top:0rem;transform:translateY(-3rem)}.start-btn-img{width:180px;transition:transform 0.2s ease}.start-btn-img:hover{transform:scale(1.05)}.button-text{color:#00aaff;font-size:0.8rem;margin-top:0.5rem;text-shadow:0 0 8px #00aaff}.main-title{font-size:1.2rem;color:#fff;margin-top:2rem;text-align:center}.sub-title{font-size:1rem;color:#ccc;margin-top:2rem;text-align:center}.top-left-logo{position:absolute;top:1rem;left:1rem;width:100px}.center-logo img{display:block;margin:3rem auto 1rem;max-width:250px}.avatar-section{display:flex;justify-content:center;margin:1.5rem 0}.avatar-image{width:670px;height:460px;image-rendering:pixelated}.start-screen{position:fixed;bottom:100px;left:50%;transform:translateX(-50%);text-align:center;z-index:10}.start-btn-img{width:180px;transition:transform 0.25s ease;cursor:pointer}.start-btn-img:hover{transform:scale(1.08)}.button-text{color:#0073ff;font-size:0.8rem;margin-top:10rem;text-shadow:0 0 8px #00aaff}.bottom-text{position:fixed;bottom:156px;left:50%;transform:translateX(-50%);width:300%;font-size:0.5rem;color:#00fff7;text-align:center;line-height:1.4;z-index:2000;text-shadow:0 0 10px #00fff7}.character-preview img{width:170%;max-width:none;transition:transform 0.3s ease}@media (max-width:768px){.character-preview img{width:100%}}p.announcement{text-align:center;font-size:1.2rem;color:#FFD639;margin-top:40px;font-family:'Press Start 2P',cursive}.game-section{display:flex;justify-content:center;align-items:flex-start;gap:20px;flex-wrap:wrap;margin-top:260px}.game-frame{flex:1 1 45%;max-width:600px;height:400px;border:3px solid #00fff7;border-radius:10px;overflow:hidden;box-shadow:0 0 15px #00fff7;background:#000}iframe{width:100%;height:100%;border:none}p.announcement{text-align:center;font-size:1.2rem;color:#FFD639;margin-top:40px;font-family:'Press Start 2P',cursive}.game-section{display:flex;justify-content:center;align-items:flex-start;gap:30px;flex-wrap:wrap;margin:250px auto;max-width:1300px;padding:0 20px}.game-frame{flex:1 1 45%;max-width:600px;height:auto;background:#000;border-radius:12px;box-shadow:0 0 20px #00fff7;padding:15px;text-align:center}iframe{width:100%;height:400px;border:none;border-radius:8px;background:#000}.fullscreen-btn{margin-top:10px;padding:10px 20px;background:#00fff7;color:#111;font-family:'Press Start 2P',cursive;font-size:0.7rem;border:none;border-radius:8px;cursor:pointer;transition:all 0.2s ease;box-shadow:0 0 10px #00fff7}.fullscreen-btn:hover{background:#FFD639;box-shadow:0 0 20px #FFD639;transform:scale(1.05)}@media (max-width:768px){.game-frame{flex:1 1 100%}iframe{height:300px}}.creative-box{width:fit-content;margin:700px auto 0 auto;transform:translateX(0px);text-align:center}.creative-box h2{color:#B8860B;font-size:0.9rem}.creative-box p{color:#AFAFAF;font-size:0.7rem}.center-video-wrapper{display:flex;justify-content:center;margin-top:90px}.small-video{width:645px;height:auto;border-radius:10px}.artist-bio{max-width:600px;margin:10px auto 20px;font-size:1rem;opacity:0.85}.character-image{display:block;margin:20px auto;max-width:300px}.character-stats{background:#111;padding:16px;border-radius:8px;max-width:600px;margin:20px auto;color:#0f0}.external-link{display:block;text-align:center;margin:20px auto 40px;padding:12px 20px;width:fit-content;background:red;color:#fff;text-decoration:none;border-radius:6px}body{background-image:url('../images/your-background.webp');background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.image-wrapper{position:relative;display:inline-block;margin-bottom:20px}.character-image{width:100%;max-width:400px;display:block}.external-link{position:absolute;bottom:15px;right:15px;background:rgba(0,0,0,0.75);color:#fff;padding:10px 16px;text-decoration:none;font-weight:bold;border-radius:6px;transition:background 0.3s ease,transform 0.2s ease}.external-link:hover{background:rgba(255,0,0,0.85);transform:scale(1.05)}.character-stats{background:#111;color:#0f0;padding:15px;border-radius:8px;max-width:400px;font-family:monospace;white-space:pre-wrap}
