:root{font-family:Cinzel,serif;font-weight:bolder}*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.dialogue-box{position:fixed;bottom:80px;left:50%;transform:translate(-50%);width:600px;max-width:90%;background:linear-gradient(145deg,#2c231bf2,#3c3026f2);border:3px solid #8B7355;border-radius:12px;padding:20px;box-shadow:0 8px 32px #000c;z-index:10000;opacity:0;animation:dialogueFadeIn .3s ease-out forwards}@keyframes dialogueFadeIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dialogue-box.active{opacity:1}.dialogue-speaker{font-family:Cinzel,serif;font-size:18px;font-weight:700;color:gold;margin-bottom:12px;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.dialogue-text{font-family:Cinzel,serif;font-size:16px;color:#f4e4b8;line-height:1.6;margin-bottom:12px;min-height:60px}.dialogue-prompt{font-family:Cinzel,serif;font-size:14px;color:#b8a88c;text-align:right;font-style:italic;animation:promptPulse 1.5s ease-in-out infinite}@keyframes promptPulse{0%,to{opacity:.6}50%{opacity:1}}html,body{height:100%}body{background-image:url(/assets/FullBG.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;flex-direction:column;height:100vh;overflow:hidden}.section{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;display:flex;flex-direction:column}.section.active{opacity:1;visibility:visible}#main-menu-section{z-index:1}#main-menu-section.active{z-index:10}#game-section{z-index:2}#game-section.active{z-index:10}.game-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;min-height:80px}.logo-container{display:flex;align-items:center;padding-right:.5rem;padding-top:1rem;padding-bottom:.5rem;height:56px}.composite-logo{position:relative;cursor:pointer;height:56px;display:flex;align-items:center;transition:transform .3s ease;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.composite-logo:hover{transform:scale(1.05)}.logo-background{height:100%;width:auto;max-width:160px;position:relative;display:block}.logo-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:auto;max-width:95%;object-fit:contain;z-index:2}.nav-container{display:flex;align-items:center;gap:.5rem}.embossed-btn{font-family:Cinzel,serif;font-weight:bolder;font-size:1rem;color:#2a251a;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:3px solid #0D0027;border-radius:15px;padding:12px 24px;cursor:pointer;position:relative;overflow:hidden;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #0000004d,4px 4px 10px #0006;transition:all .2s ease;text-shadow:0 2px 2px rgba(0,0,0,.6),0 0 6px rgba(255,200,120,.8)}.embossed-btn:before{content:"";position:absolute;inset:0;background:url(/assets/Pattern.svg) center/cover no-repeat;opacity:.4;pointer-events:none;border-radius:inherit;z-index:0}.embossed-btn .label{position:relative;z-index:1;color:#2c1810;font-weight:bolder}.embossed-btn:hover{background:linear-gradient(145deg,#f8e8bc,#d8cc9c);transform:translateY(-2px);box-shadow:inset 2px 2px 5px #fff6,inset -2px -2px 5px #0003,6px 6px 15px #00000080}.embossed-btn:active{transform:translateY(1px);box-shadow:inset 3px 3px 7px #0006,inset -1px -1px 3px #fff3,2px 2px 5px #0000004d}.visit-us-btn{height:50px;min-width:120px}.level-editor-btn{background:linear-gradient(145deg,#3a00af,#14003b)!important;border-color:#14003b!important;color:#fff!important;height:50px;min-width:120px;text-decoration:none;margin-right:.5rem}.level-editor-btn:hover{background:linear-gradient(145deg,#3a00af,#14003b)!important;transform:translateY(-2px)}.level-editor-btn .label{color:#d8cc9c;font-weight:bolder}.language-buttons{display:flex;gap:0;margin-right:.5rem}.language-btn{font-family:Cinzel,serif;font-weight:bolder;font-size:1rem;color:#2a251a;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:3px solid #0D0027;padding:12px 20px;cursor:pointer;position:relative;overflow:hidden;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #0000004d,4px 4px 10px #0006;transition:all .2s ease;text-shadow:0 2px 2px rgba(0,0,0,.6),0 0 6px rgba(255,200,120,.8);height:50px;width:60px;text-decoration:none}.language-btn:first-child{border-radius:15px 0 0 15px;border-right:1.5px solid #0D0027}.language-btn:last-child{border-radius:0 15px 15px 0;border-left:1.5px solid #0D0027}.language-btn:before{content:"";position:absolute;inset:0;background:url(/assets/Pattern.svg) center/cover no-repeat;opacity:.4;pointer-events:none;border-radius:inherit;z-index:0}.language-btn .label{position:relative;z-index:1;color:#2c1810;font-weight:bolder}.language-btn:hover{background:linear-gradient(145deg,#f8e8bc,#d8cc9c);transform:translateY(-2px);box-shadow:inset 2px 2px 5px #fff9,inset -2px -2px 5px #0000004d,6px 6px 15px #00000080}.language-btn:active{transform:translateY(1px);box-shadow:inset 3px 3px 7px #0006,inset -1px -1px 3px #ffffff4d,2px 2px 5px #0000004d}.language-btn.active{background:linear-gradient(145deg,#3a00af,#14003b);border-color:#14003b;color:#f4e4b8;box-shadow:inset 2px 2px 5px #fff3,inset -2px -2px 5px #0009,4px 4px 10px #0006}.language-btn.active .label{color:#f4e4b8;text-shadow:0 2px 2px rgba(0,0,0,.8),0 0 6px rgba(244,228,184,.8)}@media (max-width: 768px){.game-header{padding:.75rem 1rem;min-height:70px}.composite-logo{height:50px}.logo-background{max-width:140px}.logo-text{height:95%;max-width:90%}.embossed-btn{font-size:.9rem;padding:10px 20px}.visit-us-btn{min-width:100px}.language-buttons{margin-right:.3rem}.language-btn{font-size:.9rem;padding:10px 16px;height:44px;width:50px}.level-editor-btn{margin-right:.3rem;min-width:100px}.game-container{height:calc(100vh - 230px)}.game-footer{min-height:160px;padding:1.5rem}.character-sidebar{width:80px;padding:1rem .3rem;gap:.8rem;margin-top:2.5rem}.task-sidebar{width:130px;padding:1rem .5rem;gap:.6rem;top:50%;transform:translateY(-50%);margin-top:2.5rem}.center-game-area{margin:0 130px 0 80px}.character-banner-content{padding:.6rem;gap:.6rem}.character-icon{width:26px;height:26px}.character-name{font-size:.75rem}.character-overlay{width:160px;padding:.75rem}.banner-content{padding:.6rem;gap:.6rem}.task-icon{width:26px;height:26px;font-size:.8rem}.task-name{font-size:.75rem}.task-overlay{width:160px;padding:.75rem}.overlay-content h4{font-size:.8rem}.overlay-content p{font-size:.65rem}.task-status{font-size:.6rem}.character-overlay-content h4{font-size:.8rem}.character-overlay-content p{font-size:.65rem}.character-trait{font-size:.6rem}.main-character{height:450px}.character-highlight{width:160px;height:32px}.enter-game-btn{font-size:1.2rem!important;padding:12px 36px!important;min-width:160px}}@media (max-width: 480px){.game-header{padding:.5rem .75rem;min-height:60px}.composite-logo{height:44px}.logo-background{max-width:120px}.logo-text{height:90%;max-width:85%}.embossed-btn{font-size:.8rem;padding:8px 16px;border-radius:12px}.visit-us-btn{min-width:80px}.language-buttons{margin-right:.25rem}.language-btn{font-size:.8rem;padding:8px 14px;height:40px;width:45px}.language-btn:first-child{border-radius:12px 0 0 12px}.language-btn:last-child{border-radius:0 12px 12px 0}.level-editor-btn{margin-right:.25rem;min-width:80px}.game-container{height:calc(100vh - 200px)}.game-footer{min-height:140px;padding:1.2rem}.character-sidebar{width:65px;padding:.5rem .2rem;gap:.6rem;margin-top:2rem}.task-sidebar{width:105px;padding:.75rem .4rem;gap:.5rem;top:50%;transform:translateY(-50%);margin-top:2rem}.center-game-area{margin:0 105px 0 65px}.character-banner-content{padding:.5rem;gap:.5rem}.character-icon{width:22px;height:22px}.character-name{font-size:.7rem}.character-overlay{width:140px;padding:.6rem}.banner-content{padding:.5rem;gap:.5rem}.task-icon{width:22px;height:22px;font-size:.7rem}.task-name{font-size:.7rem}.task-overlay{width:140px;padding:.6rem}.overlay-content h4{font-size:.75rem}.overlay-content p{font-size:.6rem}.task-status{font-size:.55rem}.character-overlay-content h4{font-size:.75rem}.character-overlay-content p{font-size:.6rem}.character-trait{font-size:.55rem}.task-number{font-size:1rem}.main-character{height:350px}.character-highlight{width:120px;height:24px}.karma-notification{font-size:.7rem;padding:3px 6px}.enter-game-btn{font-size:1rem!important;padding:10px 24px!important;min-width:120px}}@media (max-width: 320px){.game-header{padding:.5rem}.composite-logo{height:38px}.logo-background{max-width:100px}.logo-text{height:85%;max-width:80%}.embossed-btn{font-size:.75rem;padding:6px 12px}.visit-us-btn{min-width:70px}.language-buttons{margin-right:.2rem}.language-btn{font-size:.75rem;padding:6px 12px;height:38px;width:40px}.language-btn:first-child{border-radius:10px 0 0 10px}.language-btn:last-child{border-radius:0 10px 10px 0}.level-editor-btn{margin-right:.2rem;min-width:70px}.game-container{height:calc(100vh - 175px)}.game-footer{min-height:120px;padding:1rem}.character-sidebar{width:53px;padding:.3rem .1rem;gap:.4rem;margin-top:1.5rem}.task-sidebar{width:87px;padding:.5rem .3rem;gap:.4rem;top:50%;transform:translateY(-50%);margin-top:1.5rem}.center-game-area{margin:0 87px 0 53px}.character-banner-content{padding:.4rem;gap:.4rem}.character-icon{width:20px;height:20px}.character-name{font-size:.65rem}.character-overlay{width:120px;padding:.5rem}.banner-content{padding:.4rem;gap:.4rem}.task-icon{width:20px;height:20px;font-size:.65rem}.task-name{font-size:.65rem}.task-overlay{width:120px;padding:.5rem}.overlay-content h4{font-size:.7rem}.overlay-content p{font-size:.55rem}.task-status{font-size:.5rem}.character-overlay-content h4{font-size:.7rem}.character-overlay-content p{font-size:.55rem}.character-trait{font-size:.5rem}.main-character{height:250px}.character-highlight{width:100px;height:20px}.karma-notification{font-size:.6rem;padding:2px 4px}.enter-game-btn{font-size:.9rem!important;padding:8px 20px!important;min-width:100px}.player-count{font-size:.8rem}}.game-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0rem 1.5rem;min-height:50px;position:relative;z-index:20}.footer-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;margin-bottom:1rem;flex-wrap:wrap}@media (max-width: 768px){.footer-buttons{flex-direction:column;gap:10px}}.enter-game-btn{font-size:1.4rem!important;padding:16px 48px!important;margin-bottom:1rem;min-width:200px;border-radius:20px!important}.enter-game-btn .label{font-size:1.4rem;font-weight:bolder}.player-count{font-size:.9rem;color:#f4e4b8;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.8),0 0 10px rgba(244,228,184,.5);text-align:center;margin-bottom:.5rem}.footer-vca-branding{display:flex;align-items:center;justify-content:center;margin-top:.5rem;opacity:.7;transition:opacity .2s ease}.footer-vca-branding:hover{opacity:1}.footer-vca-logo{height:20px;width:auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.game-container{flex:1;display:flex;position:relative;width:100%;height:calc(100vh - 260px);overflow:visible}.character-sidebar{position:absolute;left:0;top:50%;transform:translateY(-50%);height:auto;width:155px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem .75rem;margin-top:3rem;z-index:15;box-sizing:border-box;gap:1rem}.character-banner{position:relative;cursor:pointer;transition:all .3s ease}.character-banner-content{position:relative;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:3px solid #8b7355;border-radius:15px;padding:.75rem;display:flex;align-items:center;gap:.75rem;box-shadow:inset 2px 2px 4px #ffffff4d,inset -2px -2px 4px #0000004d,4px 4px 8px #0006;transition:all .3s ease;overflow:hidden}.character-banner-content:before{content:"";position:absolute;inset:0;background:url(/assets/Pattern.svg) center/cover no-repeat;opacity:.4;pointer-events:none;border-radius:inherit;z-index:0}.character-banner:hover .character-banner-content{background:linear-gradient(145deg,#f8e8bc,#d8cc9c);box-shadow:inset 2px 2px 4px #fff6,inset -2px -2px 4px #0003,6px 6px 12px #00000080}.character-icon{width:30px;height:30px;border-radius:50%;border:2px solid #8b7355;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.3));position:relative;z-index:1;flex-shrink:0}.character-sidebar .character-name{font-size:.85rem;font-weight:600;color:#1a0f08;text-shadow:1px 1px 1px rgba(255,255,255,.5);line-height:1.3;position:relative;z-index:1}.character-name{font-size:.85rem;font-weight:600;color:#f4e4b8;text-shadow:1px 1px 1px rgba(255,255,255,.5);line-height:1.3;position:relative;z-index:1}.character-overlay{position:absolute;top:0;left:100%;width:250px;background:linear-gradient(145deg,#f4e4b8fa,#d4c898fa);background-size:100px 100px,cover;background-blend-mode:multiply,normal;border:3px solid #8b7355;border-radius:15px;padding:1.25rem;opacity:0;visibility:hidden;transform:translate(-10px);transition:all .3s ease;z-index:100;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #0000004d,8px 8px 20px #0006}.character-banner:hover .character-overlay{opacity:1;visibility:visible;transform:translate(0)}.character-overlay-content h4{font-size:.9rem;font-weight:700;color:#8b7355;margin:0 0 .5rem;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.character-overlay-content p{font-size:.7rem;color:#8b7355;margin:0 0 .75rem;line-height:1.4;text-shadow:1px 1px 1px rgba(255,255,255,.3)}.character-trait{font-size:.65rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;border:1px solid;color:#8b7355;background:#8b73551a;border-color:#8b7355}.character-sidebar .character-overlay-content .character-trait,.character-overlay-content .character-trait{color:#8b7355!important;border-color:#8b7355!important}.center-game-area{flex:1;display:flex;justify-content:center;align-items:center;position:relative;margin:0 185px 0 155px}.main-character-container{position:relative;display:flex;justify-content:center;align-items:center}.character-highlight{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:200px;height:40px;background:radial-gradient(ellipse,rgba(100,149,237,.4),rgba(100,149,237,.2),transparent);border-radius:50%;z-index:0;animation:highlightPulse 3s ease-in-out infinite}@keyframes highlightPulse{0%,to{transform:translate(-50%) scale(1);opacity:.6}50%{transform:translate(-50%) scale(1.1);opacity:.8}}.main-character{height:600px;width:auto;filter:drop-shadow(4px 4px 8px rgba(0,0,0,.5));transition:transform .3s ease;z-index:1;animation:characterFloat 4s ease-in-out infinite,characterGlow 3s ease-in-out infinite alternate}.main-character:hover{transform:scale(1.02)}@keyframes characterFloat{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-15px) scale(1.01)}50%{transform:translateY(-20px) scale(1.02)}75%{transform:translateY(-10px) scale(1.01)}}@keyframes characterGlow{0%{filter:drop-shadow(4px 4px 8px rgba(0,0,0,.5)) drop-shadow(0 0 20px rgba(100,149,237,.3))}to{filter:drop-shadow(4px 4px 12px rgba(0,0,0,.7)) drop-shadow(0 0 40px rgba(100,149,237,.6))}}.particles{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;z-index:0;pointer-events:none}.particle{position:absolute;will-change:transform,opacity}.emoji-particle{font-size:24px;opacity:.8;animation:floatUp 8s infinite ease-in-out;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.sparkle-particle{width:8px;height:8px;background:linear-gradient(45deg,gold,orange);border-radius:50%;animation:sparkleFloat 6s infinite ease-in-out;box-shadow:0 0 6px gold}.sparkle-particle:before{content:"";position:absolute;top:-2px;left:3px;width:2px;height:12px;background:linear-gradient(to bottom,transparent,#FFD700,transparent);border-radius:50%}.sparkle-particle:after{content:"";position:absolute;top:3px;left:-2px;width:12px;height:2px;background:linear-gradient(to right,transparent,#FFD700,transparent);border-radius:50%}.bubble-particle{width:12px;height:12px;background:radial-gradient(circle at 30% 30%,#fffc,#6495ed4d);border-radius:50%;animation:bubbleFloat 10s infinite ease-in-out;border:1px solid rgba(255,255,255,.3)}.heart-particle{width:16px;height:16px;position:relative;animation:heartFloat 7s infinite ease-in-out;opacity:.7}.heart-particle:before,.heart-particle:after{content:"";width:8px;height:12px;position:absolute;background:linear-gradient(135deg,#ff69b4,#ff1493);border-radius:8px 8px 0 0;transform:rotate(-45deg);transform-origin:0 100%}.heart-particle:after{left:5px;transform:rotate(45deg);transform-origin:100% 100%}.star-particle{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #FFD700;position:relative;animation:starFloat 9s infinite ease-in-out;opacity:.8}.star-particle:before{content:"";position:absolute;left:-6px;top:3px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #FFD700}.particle:nth-child(1){left:8%;top:110%;animation-delay:0s}.particle:nth-child(2){left:18%;top:110%;animation-delay:1.5s}.particle:nth-child(3){left:28%;top:110%;animation-delay:3s}.particle:nth-child(4){left:38%;top:110%;animation-delay:.7s}.particle:nth-child(5){left:48%;top:110%;animation-delay:2.2s}.particle:nth-child(6){left:58%;top:110%;animation-delay:4s}.particle:nth-child(7){left:68%;top:110%;animation-delay:1.2s}.particle:nth-child(8){left:78%;top:110%;animation-delay:2.8s}.particle:nth-child(9){left:88%;top:110%;animation-delay:.4s}.particle:nth-child(10){left:92%;top:110%;animation-delay:3.5s}.particle:nth-child(11){left:12%;top:110%;animation-delay:5s}.particle:nth-child(12){left:22%;top:110%;animation-delay:.8s}.particle:nth-child(13){left:32%;top:110%;animation-delay:2.5s}.particle:nth-child(14){left:42%;top:110%;animation-delay:1.8s}.particle:nth-child(15){left:52%;top:110%;animation-delay:4.2s}.particle:nth-child(16){left:62%;top:110%;animation-delay:2.1s}.particle:nth-child(17){left:72%;top:110%;animation-delay:.6s}.particle:nth-child(18){left:82%;top:110%;animation-delay:3.8s}.particle:nth-child(19){left:14%;top:110%;animation-delay:1.4s}.particle:nth-child(20){left:84%;top:110%;animation-delay:4.8s}@keyframes floatUp{0%{transform:translateY(0) rotate(0) scale(.8);opacity:0}5%{opacity:.8;transform:translateY(-5vh) rotate(10deg) scale(1)}25%{transform:translateY(-25vh) rotate(90deg) scale(1.1)}50%{transform:translateY(-50vh) rotate(180deg) scale(1)}75%{transform:translateY(-75vh) rotate(270deg) scale(1.05)}95%{opacity:.8;transform:translateY(-95vh) rotate(350deg) scale(.9)}to{transform:translateY(-120vh) rotate(360deg) scale(.5);opacity:0}}@keyframes sparkleFloat{0%{transform:translateY(0) scale(.5);opacity:0}10%{opacity:1;transform:translateY(-10vh) scale(1)}30%{transform:translateY(-30vh) scale(1.2)}70%{transform:translateY(-70vh) scale(.8)}90%{opacity:1;transform:translateY(-90vh) scale(.6)}to{transform:translateY(-120vh) scale(.3);opacity:0}}@keyframes bubbleFloat{0%{transform:translateY(0) translate(0) scale(.6);opacity:0}10%{opacity:.7;transform:translateY(-10vh) translate(10px) scale(1)}35%{transform:translateY(-35vh) translate(-15px) scale(1.1)}65%{transform:translateY(-65vh) translate(20px) scale(.9)}90%{opacity:.7;transform:translateY(-90vh) translate(-10px) scale(.7)}to{transform:translateY(-120vh) translate(0) scale(.4);opacity:0}}@keyframes heartFloat{0%{transform:translateY(0) scale(.7);opacity:0}15%{opacity:.8;transform:translateY(-15vh) scale(1.2)}30%{transform:translateY(-30vh) scale(.9)}60%{transform:translateY(-60vh) scale(1.1)}85%{opacity:.8;transform:translateY(-85vh) scale(.8)}to{transform:translateY(-120vh) scale(.5);opacity:0}}@keyframes starFloat{0%{transform:translateY(0) rotate(0) scale(.6);opacity:0}12%{opacity:.9;transform:translateY(-12vh) rotate(60deg) scale(1)}40%{transform:translateY(-40vh) rotate(200deg) scale(1.2)}70%{transform:translateY(-70vh) rotate(300deg) scale(.9)}88%{opacity:.9;transform:translateY(-88vh) rotate(350deg) scale(.7)}to{transform:translateY(-120vh) rotate(360deg) scale(.4);opacity:0}}.sound-toggle{position:fixed;bottom:20px;left:20px;width:50px;height:50px;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:3px solid #8b7355;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease;box-shadow:0 4px 8px #0000004d}.sound-toggle.hidden{display:none!important}.game-sound-toggle{position:absolute;bottom:140px;right:20px;width:45px;height:45px;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:3px solid #8b7355;border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease;box-shadow:0 4px 8px #0000004d;pointer-events:auto}.game-sound-toggle.show{display:flex!important;pointer-events:auto!important}.game-sound-toggle:before{content:"";position:absolute;inset:0;background:url(/assets/Pattern.svg) center/cover no-repeat;opacity:.4;pointer-events:none;border-radius:inherit;z-index:0}.game-sound-toggle:hover{background:linear-gradient(145deg,#f8e8bc,#d8cc9c);transform:translateY(-2px);box-shadow:0 6px 12px #0006}.game-sound-toggle:active{transform:translateY(1px);box-shadow:0 2px 4px #0000004d}.game-sound-toggle .sound-icon{width:20px;height:20px;color:#4a3f2a;position:relative;z-index:1}.sound-toggle:before,#main-menu-section .sound-toggle:before{content:"";position:absolute;inset:0;background:url(/assets/Pattern.svg) center/cover no-repeat;opacity:.4;pointer-events:none;border-radius:inherit;z-index:0}.sound-toggle:active{transform:translateY(1px);box-shadow:0 2px 4px #0000004d}.sound-icon{width:24px;height:24px;color:#4a3f2a;position:relative;z-index:1}.sound-toggle{background:linear-gradient(145deg,#f4e4b8,#d4c898);border:3px solid #8b7355;border-radius:50%;width:50px;height:50px;bottom:20px;left:20px;box-shadow:0 4px 8px #0000004d}.sound-toggle:hover{background:linear-gradient(145deg,#f8e8bc,#d8cc9c);transform:translateY(-2px);box-shadow:0 6px 12px #0006}.sound-toggle .sound-icon{width:24px;height:24px;color:#4a3f2a}@media (max-width: 768px){.sound-toggle{width:32px!important;height:32px!important;bottom:12px!important;left:12px!important}.sound-icon{width:14px!important;height:14px!important}}@media screen and (max-width: 896px) and (orientation: landscape),screen and (max-height: 414px),screen and (max-width: 768px) and (max-height: 500px){.sound-toggle{width:28px!important;height:28px!important;bottom:8px!important;left:8px!important}.sound-icon{width:12px!important;height:12px!important}.game-header{padding:.5rem 1rem;min-height:60px}.game-logo{height:70px;margin-left:-3vw}.game-container{height:calc(100vh - 140px)}.content-wrapper{padding:0 1rem}.game-footer{min-height:80px;padding:.5rem 1rem}.enter-game-btn{font-size:1.1rem!important;padding:12px 32px!important;min-width:160px;margin-bottom:.5rem}.player-count{font-size:.8rem}.character-sidebar,.task-sidebar{width:140px;padding:1rem .5rem}.character-banner,.task-banner{margin-bottom:.5rem}.character-highlight,.banner-content{height:60px}.character-overlay-content,.overlay-content{padding:.75rem}.character-overlay-content h4,.overlay-content h4{font-size:.8rem;margin-bottom:.5rem}.character-overlay-content p,.overlay-content p{font-size:.65rem;line-height:1.3}.character-trait,.task-status{font-size:.6rem;padding:2px 6px}.main-character{height:200px;margin:0 auto}.particles{opacity:.6}.particle{font-size:14px}}@keyframes pulse{0%{box-shadow:0 4px 8px #0000004d,0 0 #f4e4b8b3}70%{box-shadow:0 4px 8px #0000004d,0 0 0 10px #f4e4b800}to{box-shadow:0 4px 8px #0000004d,0 0 #f4e4b800}}.task-sidebar{position:absolute;right:0;top:50%;transform:translateY(-50%);height:auto;width:185px;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:.75rem;padding:1.5rem .75rem;margin-top:3rem;z-index:15;box-sizing:border-box}.task-banner{position:relative;cursor:pointer;transition:all .3s ease}.banner-content{position:relative;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:3px solid #8b7355;border-radius:15px;padding:.75rem;display:flex;align-items:center;gap:.75rem;box-shadow:inset 2px 2px 4px #ffffff4d,inset -2px -2px 4px #0000004d,4px 4px 8px #0006;transition:all .3s ease;overflow:hidden}.banner-content:before{content:"";position:absolute;inset:0;background:url(/assets/Pattern.svg) center/cover no-repeat;opacity:.4;pointer-events:none;border-radius:inherit;z-index:0}.task-banner:hover .banner-content{background:linear-gradient(145deg,#f8e8bc,#d8cc9c);box-shadow:inset 2px 2px 4px #fff6,inset -2px -2px 4px #0003,6px 6px 12px #00000080}.task-icon{width:30px;height:30px;background:linear-gradient(45deg,gold,#ffed4e);border:2px solid #8b7355;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#2c1810;text-shadow:1px 1px 1px rgba(255,255,255,.5);flex-shrink:0;box-shadow:inset 1px 1px 2px #fff6,inset -1px -1px 2px #0000004d;position:relative;z-index:1}.task-name{font-size:.85rem;font-weight:600;color:#2c1810;text-shadow:1px 1px 1px rgba(255,255,255,.5);line-height:1.3;position:relative;z-index:1}.task-overlay{position:absolute;top:0;right:100%;width:250px;background:linear-gradient(145deg,#f4e4b8fa,#d4c898fa);background-size:100px 100px,cover;background-blend-mode:multiply,normal;border:3px solid #8b7355;border-radius:15px;padding:1.25rem;opacity:0;visibility:hidden;transform:translate(10px);transition:all .3s ease;z-index:100;box-shadow:inset 2px 2px 5px #ffffff4d,inset -2px -2px 5px #0000004d,8px 8px 20px #0006}.task-banner:hover .task-overlay{opacity:1;visibility:visible;transform:translate(0)}.overlay-content h4{font-size:.9rem;font-weight:700;color:#2c1810;margin:0 0 .5rem;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.overlay-content p{font-size:.7rem;color:#5d4e37;margin:0 0 .75rem;line-height:1.4;text-shadow:1px 1px 1px rgba(255,255,255,.3)}.task-status{font-size:.65rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;border:1px solid}.task-status.completed{color:#059669;background:#10b9811a;border-color:#059669}.task-status.upcoming{color:#8b7355;background:#8b73551a;border-color:#8b7355}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}10%{opacity:1;transform:translate(-50%,-50%) scale(1)}90%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;z-index:1000;opacity:1;transition:opacity .5s ease;pointer-events:all}.loading-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/LoadingImage.webp) no-repeat center center;background-size:cover;filter:blur(8px) brightness(.8) saturate(1.1);opacity:.7;z-index:-1;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/LoadingImage.webp) no-repeat center center;background-size:contain;filter:brightness(1.1) contrast(1.05) saturate(.95);opacity:.9;z-index:0;pointer-events:none;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.loading-overlay.hidden{opacity:0;pointer-events:none}.loading-logo-top{position:absolute;top:50px;left:50%;transform:translate(-50%);width:300px;height:auto;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));z-index:1002;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:20px;box-shadow:0 8px 32px #0000004d}.loading-content{position:absolute;bottom:50px;left:50%;transform:translate(-50%);text-align:center;color:#fff;animation:fadeInUp .6s ease-out;z-index:1002;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:15px 30px;box-shadow:0 8px 24px #00000080;width:320px;min-height:80px;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.level-indicator{position:absolute;top:65px;left:50%;transform:translate(-50%);z-index:10000;width:100%;max-width:600px;padding:1px 20px 0;background:#ffffff40;border-radius:12px;border:1px solid rgba(255,255,255,.15)}.level-progress-container{position:relative;width:100%;height:14px}.level-progress-bar,.level-progress-fill{display:none}.level-points{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:3}.level-point{display:flex;flex-direction:column;align-items:center;position:relative;cursor:default}.level-marker{width:10px;height:10px;border-radius:50%;background:#ffffffb3;border:1px solid rgba(255,255,255,.8);position:relative;z-index:10000}.level-number{position:absolute;top:-28px;left:50%;transform:translate(-50%);width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid #333333;display:flex;align-items:center;justify-content:center;font-family:Cinzel,serif;font-size:14px;font-weight:700;color:#1a1a1a;box-shadow:0 2px 6px #0000004d,inset 0 1px 2px #fffc;text-shadow:0 1px 1px rgba(255,255,255,.5);z-index:5}.level-point.active .level-number:before{display:none!important}.level-name{position:absolute;top:30px;left:50%;transform:translate(-50%);font-family:Cinzel,serif;font-size:.65rem;font-weight:600;color:#fff;text-align:center;white-space:nowrap;background:#000000d9;border:1px solid rgba(255,255,255,.4);padding:2px 6px;border-radius:8px;box-shadow:0 1px 3px #00000080;text-shadow:0 1px 2px rgba(0,0,0,.9);z-index:6}@media (max-width: 768px){.level-indicator{top:50px;padding:0 15px}.level-progress-container{height:12px}.level-progress-bar{display:none}.level-number{top:-24px;width:24px;height:24px;font-size:12px}.level-point.active .level-number{font-size:14px!important;border-width:2px!important}.level-point.active .level-number:before{top:-18px;font-size:14px}.level-name{top:28px;font-size:.6rem;padding:2px 6px}.level-point.active .level-name{font-size:.65rem!important}}.loading-text{font-size:14px;font-family:Cinzel,serif;margin-bottom:12px;min-height:18px;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7);white-space:nowrap}.progress-bar-container{width:240px;margin:0 auto 10px}.progress-bar-bg{width:100%;height:16px;background:#2c3e50cc;border-radius:8px;overflow:hidden;box-shadow:inset 0 1px 3px #00000080;border:1px solid rgba(255,215,0,.3)}.progress-bar-fill{height:100%;background:linear-gradient(90deg,gold,#ffed4e,gold);background-size:200% 100%;border-radius:13px;transition:width .3s ease;box-shadow:0 0 20px #ffd70099;animation:shimmer 2s linear infinite;position:relative}.progress-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:slide 1.5s linear infinite}@keyframes shimmer{0%{background-position:0% 0%}to{background-position:200% 0%}}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(200%)}}.progress-text{margin-top:6px;font-size:12px;color:#fff;font-weight:600;text-shadow:1px 1px 3px rgba(0,0,0,.7);white-space:nowrap}#game-ui-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100;font-family:Cinzel,serif;-webkit-user-select:none;user-select:none}#game-ui-overlay.fullscreen-active{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:10000!important;pointer-events:auto!important}#game-ui-overlay.fullscreen-active .ui-panel,#game-ui-overlay.fullscreen-active .ui-buttons-container,#game-ui-overlay.fullscreen-active .notifications-container{display:block!important;visibility:visible!important;opacity:1!important}.ui-panel{position:absolute;pointer-events:auto;background:#000c;border:1px solid rgba(255,255,255,.15);border-radius:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px #0006;transition:all .2s ease}.ui-panel:hover{border-color:#fff3;box-shadow:0 6px 20px #00000080}.top-left{top:15px;left:15px;padding:14px 18px;min-width:220px}.vca-logo-container{margin-bottom:8px;display:flex;align-items:center;justify-content:flex-start}.vca-logo-small{height:24px;width:auto;opacity:.9;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));transition:opacity .2s ease}.vca-logo-small:hover{opacity:1}.level-title{color:#f4e4b8;font-size:16px;font-weight:600;margin:0 0 8px;text-shadow:1px 1px 2px rgba(0,0,0,.5);letter-spacing:.5px}.karma-container{margin-top:8px}.karma-bar-bg{width:180px;height:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;overflow:hidden;margin-bottom:6px;position:relative}.karma-bar-fill{height:100%;background:linear-gradient(90deg,#4caf50,#66bb6a);transition:width .3s ease;border-radius:5px;position:relative}.karma-text{color:#f4e4b8;font-size:12px;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.top-right{top:15px;right:15px;padding:12px}.minimap-container{display:flex;flex-direction:column;align-items:center}.minimap-title{color:#f4e4b8;font-size:12px;font-weight:500;margin-bottom:8px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.minimap{position:relative;width:90px;height:70px;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:4px;overflow:hidden}#minimap-canvas{width:100%;height:100%;display:block}.player-dot{position:absolute;width:6px;height:6px;background:#f4e4b8;border-radius:50%;border:1px solid rgba(255,255,255,.8);top:0;left:0;z-index:10;box-shadow:0 0 4px #f4e4b8cc;transition:all .2s ease}.bottom-left{bottom:15px;left:15px;padding:10px}.inventory-container{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.inventory-slot{width:32px;height:32px;background:#f8e8bc26;border:1px solid rgba(255,255,255,.2);border-radius:4px;position:relative;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.slot-number{position:absolute;top:-4px;right:-4px;width:12px;height:12px;background:#f4e4b8e6;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#2c1810;font-size:8px;font-weight:600;display:flex;align-items:center;justify-content:center;z-index:10}.inventory-slot:hover{border-color:#f4e4b880;background:#f8e8bc40}.inventory-slot.has-item{background:#f8e8bc4d;border-color:#f4e4b899}.inventory-slot.selected{border-color:#f4e4b8;background:#f8e8bc66}.item-icon{width:20px;height:20px;object-fit:contain}.item-placeholder{width:8px;height:8px;background:#f4e4b899;border-radius:50%}.item-quantity{position:absolute;bottom:2px;right:2px;background:#000c;color:#f4e4b8;font-size:10px;font-weight:700;padding:1px 3px;border-radius:2px;min-width:12px;text-align:center;line-height:1}.bottom-right{bottom:15px;right:15px;padding:10px}.controls-container{display:flex;flex-direction:column;gap:4px}.control-row{display:flex;gap:4px;justify-content:center}.fps-counter{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:6px;padding:4px 10px;background:#0009;border:1px solid rgba(255,215,0,.3);border-radius:4px;font-size:11px;font-weight:600}.fps-label{color:#ffd700b3;letter-spacing:.5px}.fps-value{color:#0f0;min-width:25px;text-align:center;font-family:Courier New,monospace}.sprint-control{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:8px;padding:8px 12px;background:#f8e8bc26;border:1px solid rgba(255,215,0,.4);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.sprint-control:hover{background:#f8e8bc40;border-color:#ffd70099;transform:translateY(-1px)}.sprint-control:active,.sprint-control.active{background:#8b7355cc;border-color:#8b7355;transform:translateY(0);box-shadow:inset 0 2px 4px #0000004d}.sprint-control.active{background:#8b7355e6}.sprint-control .sprint-icon{font-size:18px;color:gold;animation:sprint-pulse 1.5s ease-in-out infinite}.sprint-control .sprint-label{font-size:12px;font-weight:600;color:#f4e4b8;letter-spacing:.5px}@keyframes sprint-pulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.15);filter:brightness(1.3)}}.control-key{width:28px;height:28px;background:#f8e8bc26;border:1px solid rgba(255,255,255,.2);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#f4e4b8;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;position:relative}.control-key:hover{border-color:#f4e4b880;background:#f8e8bc40}.control-key:active,.control-key.pressed{background:#f8e8bc4d;transform:scale(.95)}.floating-text{position:absolute;font-size:11px;font-weight:500;font-family:Cinzel,serif;width:auto;min-width:60px;max-width:200px;background:#000c;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:4px 8px;color:#f4e4b8;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0006;animation:floatUpCompact 1.5s ease-out forwards;pointer-events:none;z-index:250}@keyframes floatUpCompact{0%{opacity:0;transform:translateY(4px) scale(.9)}20%{opacity:1;transform:translateY(0) scale(1)}80%{opacity:1;transform:translateY(-8px) scale(1)}to{opacity:0;transform:translateY(-16px) scale(.9)}}.character-interaction-ripple{position:absolute;width:24px;height:24px;border:1px solid rgba(244,228,184,.8);border-radius:50%;transform:translate(-50%,-50%) scale(0);animation:characterInteractionRipple .4s ease-out;pointer-events:none;z-index:300}@keyframes characterInteractionRipple{0%{transform:translate(-50%,-50%) scale(0);opacity:.8}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.notifications-container{position:absolute;top:110px;right:15px;width:200px;max-height:300px;overflow:hidden;z-index:200;pointer-events:none}.notification{position:relative;background:#000000d9;border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:8px 12px;margin-bottom:8px;color:#f4e4b8;font-weight:500;font-size:11px;box-shadow:0 4px 16px #0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translate(220px);opacity:0;transition:all .3s ease;pointer-events:auto}.notification *{color:#f4e4b8}.notification.show{transform:translate(0);opacity:1}.notification.slide-out{transform:translate(220px);opacity:0;margin-bottom:0;padding-top:0;padding-bottom:0;max-height:0}.notification-success{border-color:#4caf5099}.notification-error{border-color:#e74c3c99}.notification-warning{border-color:#f39c1299}.notification-karma{border-color:#4caf5099}.notification-quest{border-color:#3498db99}.notification-info{border-color:#95a5a699}@media (max-width: 1024px){.top-left{min-width:180px}.karma-bar-bg{width:140px}.level-title{font-size:14px}.minimap{width:80px;height:60px}.inventory-slot{width:28px;height:28px}.control-key{width:24px;height:24px;font-size:10px}}@media (max-width: 768px){.ui-panel{border-radius:4px}.top-left{top:10px;left:10px;min-width:160px;padding:8px 12px}.top-right{top:10px;right:10px;padding:8px}.bottom-left{bottom:10px;left:10px;padding:8px}.bottom-right{bottom:10px;right:10px;padding:8px}.inventory-container{grid-template-columns:repeat(3,1fr);gap:4px}.inventory-slot{width:24px;height:24px}.control-key{width:20px;height:20px;font-size:9px}.controls-container,.control-row{gap:2px}}.control-key:focus,.inventory-slot:focus{outline:1px solid rgba(244,228,184,.8);outline-offset:1px}@media (prefers-contrast: high){.ui-panel{border-color:#fff;background:#000000f2}.level-title,.karma-text,.minimap-title{color:#fff}}@media (prefers-reduced-motion: reduce){.control-key,.inventory-slot,.player-dot,.karma-bar-fill{transition:none}.floating-text,.character-interaction-ripple{animation:none}}@media screen and (max-width: 896px) and (orientation: landscape),screen and (max-height: 414px),screen and (max-width: 768px) and (max-height: 500px),screen and (max-device-width: 896px) and (orientation: landscape){body.mobile-landscape #game-ui-overlay,#game-ui-overlay{display:grid!important;grid-template-areas:"status-left   status-center   status-right" "controls-left game-area      action-right" "controls-left game-area      inventory-right"!important;grid-template-columns:120px 1fr 120px!important;grid-template-rows:50px 1fr auto!important;width:100vw!important;height:100vh!important;gap:0!important;padding:5px!important}@supports (orientation: landscape){#game-ui-overlay{display:grid!important}}.top-left{grid-area:status-left;position:relative;top:auto;left:auto;padding:4px 8px;min-width:auto;width:100%;display:flex;flex-direction:column;justify-content:center}.top-right{grid-area:status-right;position:relative;top:auto;right:auto;padding:4px 8px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.level-title{font-size:11px;margin:0 0 2px;text-align:center}.karma-bar-bg{width:100px;height:8px;margin-bottom:2px}.karma-text{font-size:8px;text-align:center}.minimap-title{font-size:8px;margin-bottom:2px;text-align:center}.minimap{width:60px;height:45px}.player-dot{width:4px;height:4px}.bottom-left{grid-area:controls-left;position:relative;bottom:auto;left:auto;padding:8px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.controls-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:4px;width:100px;height:80px}.control-row{display:contents}.control-key{width:30px;height:35px;font-size:10px;font-weight:700;border:2px solid rgba(255,255,255,.4);border-radius:6px;display:flex;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.control-key[data-key=q]{grid-column:1;grid-row:1}.control-key[data-key=w]{grid-column:2;grid-row:1}.control-key[data-key=e]{grid-column:3;grid-row:1}.control-key[data-key=a]{grid-column:1;grid-row:2}.control-key[data-key=s]{grid-column:2;grid-row:2}.control-key[data-key=d]{grid-column:3;grid-row:2}.control-key:active{transform:scale(.9);background:#f4e4b866;border-color:#f4e4b8cc}.bottom-right{grid-area:inventory-right;position:relative;bottom:auto;right:auto;padding:8px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.inventory-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:4px;width:80px;height:90px}.inventory-slot{width:35px;height:25px;border-radius:4px;background:#000000b3;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.slot-number{width:12px;height:12px;font-size:8px;top:-4px;right:-4px;background:#f4e4b8e6;border:1px solid rgba(255,255,255,.4)}.item-icon{width:18px;height:18px}.item-placeholder{width:10px;height:10px}.game-area{grid-area:game-area;position:relative}.notifications-container{position:fixed;top:55px;right:5px;width:150px;max-height:200px;z-index:200}.notification{padding:4px 8px;margin-bottom:4px;font-size:9px;border-radius:3px;color:#f4e4b8}.notification *{color:#f4e4b8}.floating-text{font-size:9px;padding:3px 6px;max-width:120px}.status-center{grid-area:status-center;display:flex;justify-content:center;align-items:center;padding:4px}.ui-panel{border-radius:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;border:1px solid rgba(255,255,255,.2)}}@media screen and (max-width: 896px){body.mobile-landscape #game-ui-overlay{display:grid!important;grid-template-areas:"status-left   status-center   status-right" "controls-left game-area      action-right" "controls-left game-area      inventory-right"!important;grid-template-columns:120px 1fr 120px!important;grid-template-rows:50px 1fr auto!important;width:100vw!important;height:100vh!important;gap:0!important;padding:5px!important}body.mobile-landscape .top-left{grid-area:status-left!important;position:relative!important;inset:auto!important}body.mobile-landscape .top-right{grid-area:status-right!important;position:relative!important;inset:auto!important}body.mobile-landscape .bottom-left{grid-area:controls-left!important;position:relative!important;inset:auto!important}body.mobile-landscape .bottom-right{grid-area:inventory-right!important;position:relative!important;inset:auto!important}body.mobile-landscape .game-sound-toggle{position:absolute!important;inset:5px auto auto 50%!important;transform:translate(-50%)!important;width:24px!important;height:24px!important;z-index:300!important}body.mobile-landscape .bottom-right{padding-top:40px!important}}.game-sound-toggle{background:#000c!important;border:1px solid rgba(255,255,255,.2)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px #0006!important;width:36px!important;height:36px!important;bottom:70px!important;right:15px!important;margin-bottom:15px!important}.game-sound-toggle:hover{background:#000000e6!important;border-color:#f4e4b866!important;transform:translateY(-1px);box-shadow:0 6px 20px #00000080!important}.game-sound-toggle .sound-icon{width:16px!important;height:16px!important;color:#f4e4b8!important}.game-sound-toggle:before{display:none!important}@media screen and (max-width: 896px) and (orientation: landscape),screen and (max-height: 414px),screen and (max-width: 768px) and (max-height: 500px){.game-sound-toggle{position:absolute!important;inset:15px auto auto 50%!important;transform:translate(-50%)!important;width:24px!important;height:24px!important;z-index:300}.game-sound-toggle .sound-icon{width:12px!important;height:12px!important}}.options-modal,.controls-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;backdrop-filter:blur(15px) saturate(120%);-webkit-backdrop-filter:blur(15px) saturate(120%);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);z-index:100000;pointer-events:none}.options-modal.active,.controls-modal.active{opacity:1;visibility:visible;pointer-events:auto}.modal-vca-branding{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;opacity:.8;transition:opacity .2s ease}.options-modal-content::-webkit-scrollbar,.controls-modal-content::-webkit-scrollbar{width:10px}.options-modal-content::-webkit-scrollbar-track,.controls-modal-content::-webkit-scrollbar-track{background:transparent;margin:20px 2px}.options-modal-content::-webkit-scrollbar-thumb,.controls-modal-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8b7355,#a0845d,#8b7355);border-radius:5px;border:1px solid rgba(160,132,93,.4);box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.options-modal-content::-webkit-scrollbar-thumb:hover,.controls-modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a0845d,#b8956a,#a0845d);box-shadow:inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.options-modal-close,.controls-modal-close{position:absolute;top:15px;right:20px;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:2px solid #8b7355;border-radius:50%;width:30px;height:30px;color:#4a3f2a;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 4px #0000004d,inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.options-modal-close:hover,.controls-modal-close:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0006,inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.options-modal-title,.controls-modal-title{font-family:Cinzel,serif;font-size:28px;font-weight:700;color:gold;text-align:center;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.options-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.options-btn{width:200px;padding:.75rem 1.5rem;font-size:16px;font-weight:600;min-height:50px;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:3px solid #8b7355;border-radius:12px;color:#4a3f2a;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 8px #0000004d,inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.options-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0006,inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.options-btn:active{transform:translateY(0);box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.controls-content,.control-section{margin-bottom:2rem}.control-section h3{font-family:Cinzel,serif;font-size:20px;font-weight:700;color:gold;margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.6)}.control-item{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.5rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(139,115,85,.3)}.control-keys{font-family:"Press Start 2P",monospace;font-size:12px;background:linear-gradient(145deg,#8b7355,#6b5a45);color:#f4e4b8;padding:.25rem .5rem;border-radius:4px;border:2px solid #5a4a35;min-width:60px;text-align:center;box-shadow:inset 1px 1px 2px #fff3,inset -1px -1px 2px #0000004d}.control-description{font-family:Cinzel,serif;font-size:14px;color:#f4e4b8;line-height:1.4;flex:1}.controls-footer{display:flex;justify-content:center;padding-top:1rem;border-top:2px solid #8b7355}.controls-back-btn{width:150px;padding:.75rem 1.5rem;font-size:16px;font-weight:600}@media screen and (max-width: 768px){.options-modal-content,.controls-modal-content{max-width:90vw;max-height:90vh;padding:1.5rem}.options-modal-title,.controls-modal-title{font-size:24px;margin-bottom:1.5rem}.options-btn,.controls-back-btn{width:180px;padding:.6rem 1.2rem;font-size:14px}.control-item{flex-direction:column;align-items:flex-start;gap:.5rem}.control-keys{align-self:flex-start}}.ui-buttons-container{position:absolute;top:160px;left:20px;z-index:1100;pointer-events:auto;display:flex;flex-direction:column;gap:12px}.help-button,.options-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:14px;font-weight:600;width:fit-content;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:2px solid #8b7355;border-radius:8px;color:#4a3f2a;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000004d,inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.help-button:hover,.options-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0006,inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.help-button:active,.options-button:active{transform:translateY(0);box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.help-icon,.options-icon{font-size:16px;font-weight:700;background:linear-gradient(145deg,#8b7355,#6b5a45);color:#f4e4b8;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #5a4a35;box-shadow:inset 1px 1px 2px #fff3,inset -1px -1px 2px #0000004d}.help-modal,.options-modal,.controls-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;backdrop-filter:blur(15px) saturate(120%);-webkit-backdrop-filter:blur(15px) saturate(120%);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);z-index:100000;pointer-events:none}.help-modal.active,.options-modal.active,.controls-modal.active{opacity:1;visibility:visible;pointer-events:auto}.help-modal-content{background:linear-gradient(145deg,#2c231bf2,#3c3026f2);border:3px solid #8B7355;border-radius:12px;padding:2rem;max-width:900px;width:90vw;max-height:80vh;box-shadow:0 8px 32px #000c,inset 0 1px #ffffff1a,inset 0 -1px #0003;position:relative;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.options-modal-content,.controls-modal-content{background:linear-gradient(145deg,#2c231bf2,#3c3026f2);border:3px solid #8B7355;border-radius:12px;padding:2rem;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #000c,inset 0 1px #ffffff1a,inset 0 -1px #0003;position:relative;scrollbar-width:thin;scrollbar-color:#8b7355 transparent}.help-modal-content::-webkit-scrollbar,.options-modal-content::-webkit-scrollbar,.controls-modal-content::-webkit-scrollbar{width:10px}.help-modal-content::-webkit-scrollbar-track,.options-modal-content::-webkit-scrollbar-track,.controls-modal-content::-webkit-scrollbar-track{background:transparent;margin:20px 2px}.help-modal-content::-webkit-scrollbar-thumb,.options-modal-content::-webkit-scrollbar-thumb,.controls-modal-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8b7355,#a0845d,#8b7355);border-radius:5px;border:1px solid rgba(160,132,93,.4);box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.help-modal-content::-webkit-scrollbar-thumb:hover,.options-modal-content::-webkit-scrollbar-thumb:hover,.controls-modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a0845d,#b8956a,#a0845d);box-shadow:inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.help-modal-close,.options-modal-close,.controls-modal-close{position:absolute;top:15px;right:15px;z-index:10002;pointer-events:auto;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:2px solid #8b7355;border-radius:50%;width:30px;height:30px;color:#4a3f2a;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 4px #0000004d,inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.help-modal-close:hover,.options-modal-close:hover,.controls-modal-close:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0006,inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.help-modal-title,.options-modal-title,.controls-modal-title{font-family:Cinzel,serif;font-size:28px;font-weight:700;color:gold;text-align:center;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.help-content{margin-bottom:2rem;min-height:400px;display:flex;flex-direction:column;flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#8b7355 transparent}.help-content::-webkit-scrollbar{width:10px}.help-content::-webkit-scrollbar-track{background:transparent;margin:20px 2px}.help-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8b7355,#a0845d,#8b7355);border-radius:5px;border:1px solid rgba(160,132,93,.4);box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.help-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a0845d,#b8956a,#a0845d);box-shadow:inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.help-page{display:none;flex:1}.help-page.active{display:block}.help-section{margin-bottom:2rem}.help-section-title{font-family:Cinzel,serif;font-size:20px;font-weight:700;color:gold;margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.6);border-bottom:2px solid #8B7355;padding-bottom:.5rem}.help-goal{background:#ffffff0d;border:1px solid rgba(139,115,85,.3);border-radius:8px;padding:1rem;margin-bottom:1rem}.help-goal-title{font-family:Cinzel,serif;font-size:18px;font-weight:700;color:gold;margin-bottom:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.6)}.help-goal-description{font-family:Cinzel,serif;font-size:14px;color:#f4e4b8;line-height:1.6}.help-step-list{margin-left:1rem}.help-step{margin-bottom:.5rem;padding-left:1rem;position:relative}.help-step:before{content:"•";color:gold;font-weight:700;position:absolute;left:0}.help-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 0;border-top:1px solid rgba(139,115,85,.3);border-bottom:1px solid rgba(139,115,85,.3);gap:1rem;flex-shrink:0;width:100%;box-sizing:border-box}.help-nav-btn{flex:0 1 auto;min-width:80px;max-width:120px;padding:.5rem .75rem;font-size:12px;font-weight:600;background:linear-gradient(145deg,#f4e4b8,#d4c898);border:2px solid #8b7355;border-radius:8px;color:#4a3f2a;cursor:pointer;transition:all .2s ease;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 4px #0000004d,inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.help-nav-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #0006,inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.help-nav-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.help-page-indicator{font-family:Cinzel,serif;font-size:16px;color:#f4e4b8;font-weight:700;flex-shrink:0;text-align:center;min-width:60px}@media screen and (max-width: 768px){.help-modal-content,.options-modal-content,.controls-modal-content{max-width:90vw;max-height:90vh;padding:1.5rem}.help-modal-title,.options-modal-title,.controls-modal-title{font-size:24px;margin-bottom:1.5rem}.help-button,.options-button{padding:.4rem .8rem;font-size:12px}.help-goal{padding:.8rem}.options-btn,.controls-back-btn{width:140px;padding:.6rem 1.2rem;font-size:14px}}.char-modal-content{scrollbar-width:thin;scrollbar-color:#8b7355 transparent;margin-right:0}.char-modal-content::-webkit-scrollbar{width:10px}.char-modal-content::-webkit-scrollbar-track{background:transparent;margin:20px 2px}.char-modal-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8b7355,#a0845d,#8b7355);border-radius:5px;border:1px solid rgba(160,132,93,.4);box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #0003}.char-modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a0845d,#b8956a,#a0845d);box-shadow:inset 1px 1px 3px #fff6,inset -1px -1px 3px #0000004d}.char-modal-content::-webkit-scrollbar-corner{background:transparent}#character-creator-section{background:linear-gradient(135deg,#000000b3,#00000080),url(/assets/FullBG.svg);background-size:cover;background-position:center;color:#f4e4b8;padding:1rem;overflow:hidden}.char-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;backdrop-filter:blur(25px) saturate(120%);-webkit-backdrop-filter:blur(25px) saturate(120%);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);z-index:1000}.char-modal.active{opacity:1;visibility:visible}.char-modal-content{background:#000000d9;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:1.5rem;max-width:480px;max-height:70vh;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff1a;position:relative}.char-modal-content.wide{max-width:1100px;width:90vw;height:85vh;display:flex;flex-direction:column}.modal-vca-branding{display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;opacity:.8;transition:opacity .2s ease}.modal-vca-branding:hover{opacity:1}.modal-vca-logo{height:28px;width:auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.char-modal-title{font-family:Cinzel,serif;font-size:1.3rem;font-weight:600;color:#f4e4b8;text-align:center;margin:0 0 .3rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.char-modal-subtitle{font-size:.8rem;color:#f4e4b8cc;text-align:center;margin:0 0 1rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.character-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:.8rem}.character-option{background:#f8e8bc26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:8px;padding:.6rem;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff1a;height:160px;display:flex;flex-direction:column;justify-content:space-between}.character-option:hover{transform:translateY(-2px);border-color:#f4e4b880;box-shadow:0 6px 20px #0006,inset 0 1px #fff3}.character-option.selected{border-color:#f4e4b8;background:#f8e8bc40;transform:translateY(-2px);box-shadow:0 0 0 3px #f4e4b84d,0 6px 20px #0006,inset 0 1px #fff3}.character-avatar{width:40px;height:40px;border-radius:50%;margin:0 auto .4rem;border:2px solid rgba(255,255,255,.3);transition:all .3s ease;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff1a;flex-shrink:0}.character-option:hover .character-avatar,.character-option:hover .char-portrait{border-color:#f4e4b8cc;transform:scale(1.05)}.character-option.selected .character-avatar,.character-option.selected .char-portrait{border-color:#f4e4b8;transform:scale(1.05);box-shadow:0 0 15px #f4e4b866}.character-avatar img,.char-portrait{width:100%;height:100%;object-fit:cover}.char-portrait{width:40px;height:40px;border-radius:50%;margin:0 auto .4rem;border:2px solid rgba(255,255,255,.3);transition:all .3s ease;object-fit:cover;flex-shrink:0}.character-info{flex:1;display:flex;flex-direction:column;justify-content:center}.character-name,.character-option h3{font-size:.85rem;font-weight:600;color:#f4e4b8;margin:0 0 .1rem;font-family:Cinzel,serif}.character-trait{font-size:.65rem;color:#f4e4b8e6;font-weight:500;margin-bottom:.2rem}.character-description,.character-option p{font-size:.6rem;color:#f4e4b8b3;line-height:1.1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .2rem}.gender-grid,.gender-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.6rem}.gender-option{background:#f8e8bc1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.3rem;box-shadow:0 2px 8px #0003;font-size:.75rem}.gender-option:hover{border-color:#f4e4b880;background:#f8e8bc33;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.gender-option.selected{border-color:#f4e4b8;background:#f8e8bc40;color:#f4e4b8;font-weight:600;box-shadow:0 0 0 2px #f4e4b84d,0 4px 12px #0000004d}.gender-icon{font-size:1rem}.char-form-group,.form-group{margin-bottom:.8rem}.char-form-group label,.form-group label{display:block;font-size:.8rem;font-weight:600;color:#f4e4b8;margin-bottom:.3rem;font-family:Cinzel,serif}.char-input,#character-name{width:100%;padding:.6rem;background:#f8e8bc26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#f4e4b8;font-size:.8rem;font-family:inherit;transition:all .3s ease;box-shadow:0 2px 8px #0003}.char-input:focus,#character-name:focus{outline:none;border-color:#f4e4b8;background:#f8e8bc40;box-shadow:0 0 0 2px #f4e4b84d,0 2px 8px #0003}.char-input::placeholder,#character-name::placeholder{color:#f4e4b880}.char-counter{font-size:.65rem;color:#5d4e37;text-align:right;margin-top:.2rem}.customizer-content{max-width:800px;width:90vw;max-height:85vh;overflow:hidden;padding:0;background:linear-gradient(135deg,#14141ef2,#1e1914f2);border:2px solid rgba(244,228,184,.3);border-radius:16px;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff1a;display:flex;flex-direction:column}.customizer-layout{display:grid;grid-template-areas:"sidebar preview controls";grid-template-columns:280px 1fr 200px;grid-template-rows:1fr;height:500px;gap:0}.head-section{grid-area:head}.torso-section{grid-area:torso}.character-preview-container{grid-area:preview;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#8b73550d;border:1px solid rgba(139,115,85,.2);border-radius:8px;padding:.75rem;position:relative}.pants-section{grid-area:pants}.shoes-section{grid-area:shoes}.customizer-section{background:#8b735508;border:1px solid rgba(139,115,85,.15);border-radius:6px;padding:.75rem}.customizer-section-title{font-size:.8rem;font-weight:700;color:#f4e4b8;margin:0 0 .5rem;text-align:center;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-transform:uppercase;letter-spacing:.5px}.customizer-options{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.customizer-header{padding:1rem 1.5rem .75rem;text-align:center;border-bottom:1px solid rgba(244,228,184,.15);background:linear-gradient(135deg,rgba(244,228,184,.03),transparent)}.customizer-header .modal-vca-branding{margin-bottom:.75rem}.customizer-title{font-size:1.4rem;font-weight:600;color:#f4e4b8;margin:0 0 .25rem;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.7);letter-spacing:.5px}.customizer-subtitle{font-size:.8rem;color:#f4e4b8b3;margin:0;font-weight:400}.customizer-layout{display:grid;grid-template-areas:"left-sidebar preview right-sidebar";grid-template-columns:200px 300px 200px;grid-template-rows:1fr;height:350px;gap:1rem;padding:1rem;max-width:720px;margin:0 auto;overflow-y:auto;flex:1}.customizer-sidebar{grid-area:sidebar;background:linear-gradient(180deg,#0f0f19e6,#19140fe6);border-right:1px solid rgba(244,228,184,.2);padding:1.5rem;overflow-y:auto}.customizer-sidebar::-webkit-scrollbar{width:6px}.customizer-sidebar::-webkit-scrollbar-track{background:#0003;border-radius:3px}.customizer-sidebar::-webkit-scrollbar-thumb{background:#f4e4b84d;border-radius:3px}.customizer-sidebar::-webkit-scrollbar-thumb:hover{background:#f4e4b880}.character-preview-container{grid-area:preview;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#8b735514,#8b735508);border:1px solid #f4e4b8;border-radius:6px;position:relative;padding:.75rem}.preview-controls{display:flex;gap:.5rem;justify-content:center}.preview-header{position:absolute;top:1rem;left:50%;transform:translate(-50%);text-align:center;z-index:10}.preview-title{font-size:1rem;font-weight:600;color:#f4e4b8;margin:0 0 .25rem;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.preview-info{font-size:.8rem;color:#f4e4b8b3}.customizer-controls{grid-area:controls;background:linear-gradient(180deg,#19140fe6,#0f0f19e6);border-left:1px solid rgba(244,228,184,.2);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.left-sidebar{grid-area:left-sidebar;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:.5rem}.right-sidebar{grid-area:right-sidebar;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:.5rem}.customizer-section{display:flex;flex-direction:column;align-items:center;gap:.5rem}.customizer-section-title{font-size:.8rem;font-weight:600;color:#f4e4b8;margin:0;text-align:center;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.7);text-transform:uppercase;letter-spacing:.5px}.customizer-options{display:flex;align-items:center;justify-content:center}.control-section{background:#f4e4b808;border:1px solid rgba(244,228,184,.1);border-radius:8px;padding:1rem}.control-title{font-size:.8rem;font-weight:600;color:#f4e4b8;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px;font-family:Cinzel,serif}.animation-controls{display:flex;gap:.5rem}.customizer-footer{padding:1.5rem 2rem;border-top:1px solid rgba(244,228,184,.2);background:linear-gradient(135deg,rgba(244,228,184,.03),transparent);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;margin-top:auto}.variant-buttons{display:flex;gap:.25rem;justify-content:center;align-items:center}.variant-btn{width:28px;height:28px;border:1px solid #f4e4b8;border-radius:4px;background:linear-gradient(135deg,#000000b3,#141414cc);color:#f4e4b8;font-size:.8rem;font-weight:600;font-family:Cinzel,serif;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0003}.variant-btn:hover:not(.disabled){background:linear-gradient(135deg,#f4e4b833,#f4e4b81a);transform:translateY(-2px);box-shadow:0 4px 12px #f4e4b833}.variant-btn.selected{background:linear-gradient(135deg,#f4e4b84d,#f4e4b833);border-color:#f4e4b8;box-shadow:0 0 0 2px #f4e4b866,0 4px 12px #f4e4b84d}.variant-btn.disabled{opacity:.3;cursor:not-allowed;background:linear-gradient(135deg,#3c3c3c80,#28282880);border-color:#f4e4b84d}.preview-btn,.control-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f4e4b81a,#f4e4b80d);border:1px solid rgba(244,228,184,.3);border-radius:8px;color:#f4e4b8;font-size:.8rem;font-weight:600;font-family:Cinzel,serif;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.preview-btn:hover,.control-btn:hover{background:linear-gradient(135deg,#f4e4b833,#f4e4b81a);border-color:#f4e4b880;transform:translateY(-2px);box-shadow:0 4px 12px #f4e4b833}.preview-btn.active{background:linear-gradient(135deg,#f4e4b84d,#f4e4b833);border-color:#f4e4b8;box-shadow:0 0 0 2px #f4e4b84d}.control-btn.full-width{width:100%;margin-bottom:.5rem}.btn-icon{font-size:.9rem;opacity:.9}.preview-btn{padding:.4rem .8rem;background:linear-gradient(135deg,#f4e4b814,#f4e4b808);border:1px solid #f4e4b8;border-radius:4px;color:#f4e4b8;font-size:.75rem;font-weight:600;font-family:Cinzel,serif;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px}.preview-btn:hover{background:linear-gradient(135deg,#f4e4b826,#f4e4b814);transform:translateY(-1px);box-shadow:0 2px 6px #f4e4b826}.preview-btn.active{background:linear-gradient(135deg,#f4e4b833,#f4e4b81f);box-shadow:0 0 0 1px #f4e4b84d}#character-preview-canvas{width:180px;height:180px;border:none;border-radius:4px;background:transparent;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.variant-option img{width:100%;height:100%;object-fit:cover;border-radius:6px}#character-preview-canvas{width:180px;height:180px;border:2px solid #8b7355;border-radius:8px;background:#8b73551a;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #0003}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.preview-controls{display:flex;gap:.4rem}.preview-btn{background:#8b735533;border:2px solid #8b7355;border-radius:6px;color:#f4e4b8;padding:.4rem .8rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.preview-btn:hover{background:#8b73554d;border-color:#f4e4b8;transform:translateY(-1px)}.preview-btn.active{background:linear-gradient(145deg,#f4e4b84d,#8b73554d);border-color:#f4e4b8;color:#f4e4b8;font-weight:700;box-shadow:0 0 0 1px #f4e4b866}@media (max-width: 768px){.customizer-content{width:95vw;height:auto;max-height:90vh;transform:scale(.85);transform-origin:center top;margin-top:2rem}.customizer-layout{grid-template-areas:"head" "preview" "torso" "pants" "shoes";grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto;gap:.75rem;padding:.5rem;height:auto;max-height:none}.customizer-options{flex-direction:row;justify-content:center;gap:.3rem}.variant-option{width:40px;height:40px}#character-preview-canvas{width:120px;height:120px}.customizer-section{padding:.5rem}.customizer-section-title{font-size:.75rem;margin-bottom:.4rem}}@media (max-width: 480px){.customizer-content{transform:scale(.75);margin-top:1rem}.customizer-layout{gap:.5rem;padding:.25rem}.variant-option{width:35px;height:35px}#character-preview-canvas{width:100px;height:100px}.customizer-section{padding:.4rem}.customizer-section-title{font-size:.7rem;margin-bottom:.3rem}.customizer-title{font-size:1.2rem}.customizer-subtitle{font-size:.75rem}.customizer-footer{padding:.75rem}.customizer-footer .char-btn{padding:.5rem 1rem;font-size:.85rem}}.char-modal-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;gap:.8rem}.char-btn{padding:.6rem 1.4rem;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:0 3px 8px #0000004d}.char-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0006}.char-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0000004d}.char-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:0 2px 8px #0003!important}.char-btn-primary{background:linear-gradient(145deg,#3a00afe6,#3a00afb3);color:#f4e4b8;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.char-btn-secondary{background:linear-gradient(145deg,#8b7355e6,#a0845dcc);color:#f4e4b8;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.char-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#f4e4b8b3;cursor:pointer;transition:color .3s ease;z-index:10}.char-modal-close:hover{color:#f4e4b8}@media (max-width: 768px){.char-modal-content{margin:1rem;padding:1.5rem;max-width:none;transform:scale(.9);transform-origin:center top}.character-grid,.gender-grid,.gender-options{grid-template-columns:1fr}.char-modal-buttons{flex-direction:column}.char-btn{width:100%}}@media (max-width: 480px){.char-modal-content{margin:.5rem;padding:1rem;transform:scale(.8);transform-origin:center top}.char-modal-title{font-size:1.3rem}.char-modal-subtitle{font-size:.8rem}.character-avatar{width:60px;height:60px}.character-name{font-size:.9rem}.character-trait{font-size:.75rem}.character-description{font-size:.7rem}}.entry-modal-content{max-width:500px;width:90vw;padding:0;background:linear-gradient(135deg,#14141ef2,#1e1914f2);border:2px solid rgba(244,228,184,.3);border-radius:16px;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff1a;overflow:hidden}.entry-modal-header{padding:1.5rem 1.5rem 1rem;text-align:center;border-bottom:1px solid rgba(244,228,184,.15);background:linear-gradient(135deg,rgba(244,228,184,.03),transparent)}.entry-modal-title{font-size:1.6rem;font-weight:600;color:#f4e4b8;margin:0 0 .5rem;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.7);letter-spacing:.5px}.entry-modal-subtitle{font-size:.9rem;color:#f4e4b8b3;margin:0;font-weight:400}.entry-modal-body{padding:1.5rem}.progress-summary{background:#8b73550d;border:1px solid rgba(139,115,85,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.progress-info{display:flex;flex-direction:column;gap:.75rem}.progress-level,.progress-stats,.progress-character{display:flex;justify-content:space-between;align-items:center}.progress-label,.progress-stat{font-size:.9rem;color:#f4e4b8cc;font-weight:500}.progress-value,.progress-stat-value{font-size:1rem;color:#f4e4b8;font-weight:600}.no-progress{text-align:center;color:#f4e4b8b3;font-style:italic;margin:0}.entry-modal-actions{display:flex;flex-direction:column;gap:.75rem}.entry-modal-btn{padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:.5px}.primary-btn{background:linear-gradient(135deg,#8b7355,#a0845d);color:#f4e4b8;box-shadow:0 4px 8px #0003,inset 0 1px #ffffff1a}.primary-btn:hover:not(:disabled){background:linear-gradient(135deg,#a0845d,#b8956a);transform:translateY(-2px);box-shadow:0 6px 12px #0000004d,inset 0 1px #ffffff26}.primary-btn:disabled,.entry-modal-btn:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#8b73554d,#a0845d4d);pointer-events:none}.secondary-btn{background:#8b735533;color:#f4e4b8;border:1px solid rgba(244,228,184,.3)}.secondary-btn:hover{background:#8b73554d;border-color:#f4e4b880}.danger-btn{background:#e74c3c33;color:#e74c3c;border:1px solid rgba(231,76,60,.3)}.danger-btn:hover{background:#e74c3c4d;border-color:#e74c3c80}.delete-modal-content{max-width:400px;width:90vw;padding:0;background:linear-gradient(135deg,#1e1414f2,#281919f2);border:2px solid rgba(231,76,60,.3);border-radius:16px;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff1a;overflow:hidden}.delete-modal-header{padding:1.5rem;text-align:center;border-bottom:1px solid rgba(231,76,60,.15)}.delete-modal-title{font-size:1.4rem;font-weight:600;color:#e74c3c;margin:0 0 .5rem;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.delete-modal-subtitle{font-size:.9rem;color:#f4e4b8b3;margin:0;font-weight:400}.delete-modal-actions{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.game-notification{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:8px;color:#f4e4b8;font-weight:500;z-index:2000;transform:translate(120%);transition:transform .3s ease;box-shadow:0 4px 12px #0000004d}.game-notification.show{transform:translate(0)}.game-notification.success{background:linear-gradient(135deg,#2ecc71e6,#27ae60e6)}.game-notification.error{background:linear-gradient(135deg,#e74c3ce6,#c0392be6)}.game-notification.info{background:linear-gradient(135deg,#3498dbe6,#2980b9e6)}.landscape-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);z-index:200000;pointer-events:none}.landscape-modal.active{opacity:1;visibility:visible;pointer-events:auto}.landscape-modal-content{max-width:400px;width:90vw;padding:0;background:linear-gradient(135deg,#14141ef2,#1e1914f2);border:2px solid rgba(244,228,184,.3);border-radius:16px;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff1a;overflow:hidden}.landscape-modal-header{padding:1.5rem 1.5rem 1rem;text-align:center;border-bottom:1px solid rgba(244,228,184,.15);background:linear-gradient(135deg,rgba(244,228,184,.03),transparent)}.landscape-modal-title{font-size:1.5rem;font-weight:600;color:#f4e4b8;margin:.5rem 0;font-family:Cinzel,serif;text-shadow:1px 1px 2px rgba(0,0,0,.7);letter-spacing:.5px}.landscape-modal-subtitle{font-size:.9rem;color:#f4e4b8b3;margin:0;font-weight:400}.landscape-modal-body{padding:1.5rem;text-align:center}.landscape-icon-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1.5rem;gap:1rem}.landscape-icon{font-size:4rem;animation:rotateDevice 2s ease-in-out infinite}.landscape-arrow{font-size:2.5rem;color:#f4e4b8;animation:rotateArrow 1.5s ease-in-out infinite}@keyframes rotateDevice{0%,to{transform:rotate(0)}50%{transform:rotate(90deg)}}@keyframes rotateArrow{0%,to{transform:rotate(0) scale(1);opacity:.7}50%{transform:rotate(180deg) scale(1.2);opacity:1}}.landscape-message{font-size:1rem;color:#f4e4b8e6;line-height:1.6;margin:0;font-weight:400}@media (max-width: 768px){.entry-modal-content{width:95vw;max-width:none}.entry-modal-title{font-size:1.4rem}.entry-modal-subtitle{font-size:.8rem}.entry-modal-body{padding:1rem}.progress-summary{padding:.75rem}.entry-modal-btn{padding:.6rem .8rem;font-size:.9rem}.delete-modal-content{width:95vw}.delete-modal-title{font-size:1.2rem}.delete-modal-actions{padding:1rem}}@media (max-width: 480px){.entry-modal-header{padding:1rem}.entry-modal-title{font-size:1.2rem}.entry-modal-body{padding:.75rem}.progress-summary{padding:.5rem}.progress-level,.progress-stats,.progress-character{flex-direction:column;align-items:flex-start;gap:.25rem}.entry-modal-btn{padding:.5rem .7rem;font-size:.8rem}.delete-modal-header{padding:1rem}.delete-modal-title{font-size:1.1rem}.delete-modal-actions{padding:.75rem}}
