:root{--background-color: #f4f3f3;--head-font: Semakin, sans-serif;--footer-background-color: rgb(39, 42, 48);--footer-color: rgb(141, 148, 160)}#root{height:100%;min-height:100vh}@font-face{font-family:Semakin;src:url(/assets/Semakin-DhzQ_Nci.otf) format("truetype");font-weight:400;font-style:normal}body{height:100%;margin:0;padding:0;background-color:var(--background-color)}*::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6{font-family:var(--head-font);line-height:140%}h1{font-size:2.5rem}h2{font-size:2.3rem}p{color:#666;line-height:1.6;margin-bottom:2rem}a{display:inline-block;text-transform:uppercase;font-weight:500;text-decoration:none;color:#333}ul{list-style:none}@media screen and (max-width:900px){h1{font-size:2rem}}section{margin:0 auto;height:auto;max-width:1600px;padding:2rem 1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.btn{display:inline-block;text-transform:uppercase;border-radius:2rem;padding:.8rem 2rem;font-size:.875rem;font-weight:700;line-height:100%;transition:all .2s}img{width:100%;max-width:580px}.txt-center{text-align:center}.hidden{display:none}mark{padding:0 5px;border-radius:10px}.loading{display:flex;justify-content:center;align-items:center;height:100vh}.loading img{width:100px!important}::selection{color:#1b150a;background-color:#e2a127}.hero-section{display:flex;flex-wrap:wrap}.hero-content-container{flex:1 1 50%;margin:auto}.hero-content{max-width:550px;margin:auto}.hero-content h1{margin:0}.hero-description{line-height:140%}.hero-image{display:flex;justify-content:center;flex:1 1 50%}.hero-image img{-webkit-mask-image:radial-gradient(circle,black 50%,transparent 100%);mask-image:radial-gradient(circle,black 50%,transparent 100%);border-radius:30px}.cta-buttons{margin:20px 0}.btn-primary{background-color:#000;color:#fff;transition:transform .5s ease-in-out}.hero-section .btn-primary:hover{transform:scale(1.1)}.btn-secondary{background-color:#0000;color:#000}.features .features-container{max-width:1200px;margin:0 auto}.features h1{text-align:center;margin-top:0;margin-bottom:3rem}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature img{max-width:140px}.feature h3{font-size:1.5rem;margin-bottom:1rem}.feature p{color:#666;line-height:1.6}.creative-realm{padding:4rem 0;background-color:#f8f8f8}.creative-realm .content{flex:1 1 50%;max-width:600px;padding-right:2rem}.creative-realm h2{margin-bottom:1rem}.creative-realm .btn{background-color:#202020;color:#fff;transition:background-color .3s ease}.creative-realm .image{flex:1 1 50%;max-width:600px}.creative-realm img{max-width:100%;height:auto}.fitness-quest{padding:4rem 0;background-color:#f8f8f8}.fitness-quest .content{flex:1 1 50%;max-width:600px;padding-right:2rem}.fitness-quest .btn{color:#fff;background-color:#000;transition:transform .5s ease-in-out}.fitness-quest .btn:hover{transform:scale(1.1)}.fitness-quest .image{flex:1 1 50%;max-width:600px}footer{display:flex;flex-direction:column;align-items:center;background-color:var(--footer-background-color);color:var(--footer-color);padding:80px 50px 40px;width:100%;box-sizing:border-box}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:48px;width:100%;max-width:1200px}.footer-links{display:flex;align-items:center;justify-content:center;align-content:center;flex-wrap:wrap;flex-direction:row;gap:1rem}.footer-links svg{width:24px;height:24px;color:var(--footer-color)}.footer-links svg:hover{color:#ebebed}.footer-links hr{height:13px;border:1px solid rgb(62,67,76);margin:0 8px;display:none}@media screen and (min-width:768px){.footer-links hr{display:block;margin:0 16px}}.footer-bottom p{margin:0;text-align:center}@media screen and (max-width:768px){.hero-content,.hero-image{flex:1 1 100%}.hero-title{font-size:1.875rem}.creative-realm .container{flex-direction:column}.creative-realm .content{padding-right:0;margin-bottom:2rem}.fitness-quest .container{flex-direction:column-reverse}.fitness-quest .content{padding-right:0;margin-bottom:2rem;text-align:center}footer{padding:40px 20px}.footer-content{flex-direction:column;align-items:center;gap:2rem}}header{position:-webkit-sticky;position:sticky;top:0;left:0;z-index:100;margin:0;padding:0;background-color:#fff;box-shadow:0 2px 6px #0000004d;width:100%;max-width:100vw;box-sizing:border-box}.notification{display:flex;text-align:center;justify-content:center;align-items:center;position:relative;border-bottom:1px solid black;background-color:#abf600}.notification p{display:inline-block;margin:0;color:#000}.notification span{cursor:pointer;position:absolute;right:20px;height:24px}.notification span svg{height:1.5em;width:1.5em}.navbar{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:10px 0;background-color:#fff;width:100%}.navbar-brand{flex:10%;padding-left:20px}.navbar-brand img{height:40px}.navbar-menu{display:flex;justify-content:space-between;align-items:center;flex:90%;padding-right:20px}.navbar-auth{display:flex;gap:25px}.navbar-links{display:flex;margin:0;padding:0;gap:4vw}.nav-links-2{position:fixed;width:100%;left:0;top:60px;background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:99;overflow:hidden;display:flex;justify-content:space-evenly;flex-direction:column;align-items:center;gap:1.5rem;transition:all .5s cubic-bezier(.1,0,.8,0);height:calc(100vh - 60px);padding:20px 0;box-shadow:0 4px 30px #0000001a}.nav-links-2 a{position:relative;width:auto;text-align:center;font-weight:700;font-size:1.2rem;letter-spacing:1px;color:#333;padding:10px 20px;border-radius:8px;transition:all .3s ease}.nav-links-2 a:hover{background-color:#0000000d;transform:translateY(-2px)}.nav-links-2 .btn{width:80%;max-width:300px}.items{width:100%;opacity:0;background-color:#5b5a5a00}#drawer-input:checked~.nav-links-2 .items{opacity:1;transition:.5s .4s}.drawer-open{width:46px;height:40px;cursor:pointer;display:flex;position:relative;justify-content:center;align-items:center}.drawer-open span,.drawer-open span:before,.drawer-open span:after{display:flex;justify-content:center;align-items:center;content:"";height:2.5px;width:25px;background-color:currentColor;transition:.2s .15s;position:absolute}.drawer-open span:before{bottom:8px}.drawer-open span:after{top:8px}#drawer-input:checked~.drawer-open span{width:0px;transition:.2s}#drawer-input:checked~.drawer-open span:before{bottom:0;transition:all 50ms 50ms cubic-bezier(.1,0,.85,0);transform:rotate(45deg)}#drawer-input:checked~.drawer-open span:after{top:0;transition:all 50ms 50ms cubic-bezier(.1,0,.85,0);transform:rotate(-45deg)}@media(max-width:768px){.notification span{right:10px}.features h2{font-size:2rem}.feature-list{grid-template-columns:1fr}}.auth-container{height:100%;width:100%;min-height:100vh;max-height:1600px;display:grid;grid-template-columns:35fr 65fr;overflow:hidden}.auth-form-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.auth-form{padding:20px 2vw 0px;height:100%;width:auto;display:grid;align-items:center;grid-template-rows:auto 1fr;gap:5vw}.auth-image{max-height:100vh;height:100%;width:100%;display:flex;justify-content:center;align-items:center}.auth-image img{max-width:100%;height:100%;object-fit:cover}.auth{height:100%;display:flex;gap:4rem;padding:0 20px;justify-content:flex-start;align-content:center;flex-wrap:nowrap;flex-direction:column}.login-input{display:flex;flex-direction:column;align-items:center;padding-bottom:16px}.login-input-items{width:100%;display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.login-input-items svg{width:20px;height:20px;-webkit-user-select:none;user-select:none}.auth input{height:42px;padding-left:35px;padding-right:35px;border-radius:12px;border:.1px solid black;width:100%;background-color:#f3eaea}input::-ms-reveal,input::-ms-clear{display:none}.form-input input:hover{border:.5px solid black}.form-icon{position:relative;display:flex;align-items:center;width:100%}.form-icon-img{position:absolute;left:10px}.auth-nav{padding:10px 15px;display:flex;align-items:center;justify-content:space-between}.access-btn{display:flex;align-items:center;justify-content:center;gap:10px;min-width:122px}.auth-form h2{margin:0}.form-group{margin-bottom:1rem;position:relative}.form-input{position:relative;width:100%;max-width:500px;margin:0 auto}.form-group input{padding:.8rem .5rem;border:1px solid #ccc;border-radius:4px;width:100%;box-sizing:border-box}.form-group input::placeholder{font-weight:700}.Eyechange{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}.forgot-password{width:100%;max-width:500px;margin-bottom:50px}.forgot-password a{font-size:.9rem;color:#007bff;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.auth-container p{text-align:center;width:100%;display:flex;justify-content:space-between;align-items:center;max-width:500px}.auth-container p a{color:#000;background-color:#ff0;border-radius:10px;padding:1px 5px;text-decoration:none}mark a{color:#1b1a1a!important;font-weight:700}.auth-container p a:hover{text-decoration:underline}.Login-img{display:flex;justify-content:center;align-items:center;width:55%;height:100vh;overflow:hidden}.Login-img img{max-width:100%;max-height:100%;object-fit:contain}.nav-links{display:flex;justify-content:flex-end;gap:30px}.Form-error{margin:0 auto!important;color:red;font-size:12px!important;margin:2px 0 0}@media screen and (max-width:1000px){.auth-container{grid-template-columns:2.3fr 3fr}.auth{gap:7rem}}@media screen and (max-width:920px){.auth-container{grid-template-columns:55fr 65fr}.login-input p{font-size:14px}}@media screen and (max-width:760px){.auth-form-container{width:100%}.auth-container{grid-template-columns:1fr}.auth{gap:5rem}.auth-form{justify-content:stretch;padding:0;gap:0}.auth-nav{display:grid;grid-template-columns:auto 1fr;padding:10px 20px;border-bottom:1px solid black;background-color:#e2e8f0}.nav-links{gap:10vw}.auth-form h2{margin:0;margin-top:4rem}.login-input p{font-size:16px}.forgot-input{flex-direction:column}}.forgotPassword form{display:flex;flex-direction:column;align-items:center;gap:50px}.forgotPassword{padding:30px 20px}.forgotPassword h2{margin:0}.forgot-input{gap:20px;display:flex;align-items:center}.forgot-input input{width:300px}.features-container{padding:40px;max-width:800px;margin:0 auto}.feature-card{background-color:#f5f5f5;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.feature-title{font-size:24px;margin-bottom:10px}.feature-description{font-size:16px;line-height:1.5}.about-container{padding:40px;max-width:800px;margin:0 auto;text-align:center}.about-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.about-text{flex:1;text-align:left}.contact-page{max-width:600px;margin:0 auto;padding:20px}.form-group{margin-bottom:20px}label{display:block;font-weight:700;margin-bottom:5px}.contact-page input{height:42px;padding-left:35px;padding-right:35px;border-radius:12px;border:.1px solid black;width:100%;background-color:#f3eaea}.contact-page textarea{width:-webkit-fill-available;padding:10px 0;border:1px solid #ccc;border-radius:4px;resize:vertical}.form-status{margin-bottom:10px;font-weight:700}@media screen and (max-width:390px){.features-container{padding:0}}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f8f8f8;text-align:center}.notfound-content{max-width:600px;margin-bottom:2rem}.notfound-content h1{font-size:4rem;font-weight:700;margin-bottom:1rem;color:#333}.notfound-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#555}.notfound-content p{font-size:1.2rem;margin-bottom:2rem;color:#777}:root{--rpg-bg: linear-gradient(135deg, #0f0c29, #302b63, #24243e);--rpg-gold: #ffd700;--rpg-purple: #9d50bb;--rpg-cyan: #00d2ff;--rpg-glass: rgba(255, 255, 255, .05);--rpg-border: 1px solid rgba(255, 215, 0, .3)}*{box-sizing:border-box}.dashboard{overflow:hidden;height:100vh;font-family:Montserrat,sans-serif;display:grid;grid-template-columns:280px 1fr;background:var(--rpg-bg);color:#fff;width:100%}@media(max-width:900px){.dashboard{display:block;width:100vw;height:100vh;overflow:hidden}}.main-content{height:100%;overflow-y:auto;padding:0;width:100%;scrollbar-width:thin;scrollbar-color:var(--rpg-gold) rgba(0,0,0,.3)}.rpg-dashboard,.rpg-quest-board,.rpg-leaderboard,.rpg-shop,.rpg-rewards,.setting-container,.profile-container{padding:20px 20px 60px}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track{background:#0000004d}.main-content::-webkit-scrollbar-thumb{background-color:var(--rpg-gold);border-radius:4px}.rpg-dashboard,.rpg-quest-board,.rpg-leaderboard,.rpg-shop,.rpg-rewards{max-width:1200px;margin:0 auto;padding-bottom:60px;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-title{font-family:Cinzel,serif;color:var(--rpg-gold);font-size:2rem;letter-spacing:2px;text-shadow:0 0 10px rgba(255,215,0,.4);margin-bottom:30px;border-bottom:2px solid rgba(255,215,0,.2);padding-bottom:10px;display:inline-block}.char-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#ffffff0d,#ffffff05);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,215,0,.1);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 10px 30px #00000080}.avatar-section{display:flex;align-items:center;gap:20px}.avatar-frame{width:90px;height:90px;border-radius:50%;border:3px solid var(--rpg-gold);padding:5px;background:linear-gradient(45deg,#b8860b,var(--rpg-gold))}.avatar-inner{width:100%;height:100%;border-radius:50%;background:#1a1a1a;background-image:url(https://api.dicebear.com/7.x/avataaars/svg?seed=Felix);background-size:cover}.xp-container{flex:1;max-width:350px;margin-left:40px}.xp-bar-wrapper{height:18px;background:#0006;border-radius:10px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.1)}.xp-bar-fill{height:100%;background:linear-gradient(90deg,var(--rpg-cyan),var(--rpg-purple));transition:width .5s}.xp-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.7rem;font-weight:700}.quest-grid,.shop-grid,.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.stat-card{background:#ffffff08;border:1px solid rgba(255,215,0,.1);border-radius:15px;padding:25px;display:flex;align-items:center;gap:20px;transition:.3s}.stat-card:hover{transform:translateY(-5px);border-color:var(--rpg-gold);box-shadow:0 10px 20px #00000080}.quest-card{background:#0000004d;border:1px solid rgba(255,215,0,.15);padding:20px;border-radius:15px;display:flex;gap:20px;border-left:5px solid var(--rpg-gold)}.quest-details{flex:1}.quest-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.quest-header h3{margin:0;color:var(--rpg-gold);font-family:Cinzel,serif;font-size:1.1rem}.quest-progress{margin:15px 0}.progress-bar-bg{height:10px;background:#ffffff1a;border-radius:5px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--rpg-cyan)}.progress-text{font-size:.7rem;color:#888;display:block;margin-top:5px}.quest-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.reward-text{font-size:.9rem;color:var(--rpg-gold);font-weight:700}.claimable{border:1px solid var(--rpg-gold)!important;background:#ffd7000d!important}.glow-border{animation:borderGlow 2s infinite alternate}@keyframes borderGlow{0%{box-shadow:0 0 5px #ffd70033}to{box-shadow:0 0 20px #ffd70080}}.completed-btn{background:#ffffff1a;color:#888;border:none;padding:8px 20px;border-radius:20px;font-size:.8rem;cursor:default}.full-portal .main-content{margin-left:0!important;width:100vw!important;max-width:100vw!important}.shop-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;background:linear-gradient(90deg,rgba(255,215,0,.1),transparent);padding:20px 30px;border-left:5px solid var(--rpg-gold);border-radius:0 20px 20px 0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 5px 20px #0000004d}.shop-header .section-title{margin-bottom:0;border-bottom:none;text-shadow:0 0 15px rgba(255,215,0,.6)}.gold-display{background:#000c;padding:12px 25px;border-radius:30px;border:1px solid var(--rpg-gold);display:flex;align-items:center;gap:15px;color:var(--rpg-gold);font-size:1.2rem;font-weight:700;box-shadow:0 0 20px #ffd70026;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .3s}.gold-display:hover{transform:scale(1.05);box-shadow:0 0 25px #ffd7004d}.gold-icon{color:var(--rpg-gold);font-size:1.5rem;filter:drop-shadow(0 0 5px var(--rpg-gold));animation:spinCoin 3s infinite linear}@keyframes spinCoin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;padding:10px}.shop-card{background:linear-gradient(160deg,#1e1e1ee6,#0a0a0af2);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:30px;display:flex;flex-direction:column;gap:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.shop-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.05) 0%,transparent 70%);opacity:0;transition:.5s;transform:rotate(0)}.shop-card:hover{transform:translateY(-10px) scale(1.03);border-color:var(--rpg-gold);box-shadow:0 20px 40px #0009,0 0 20px #ffd7001a}.shop-card:hover:before{opacity:1;transform:rotate(45deg)}.item-icon{font-size:3rem;text-align:center;margin-bottom:10px;filter:drop-shadow(0 0 10px rgba(0,0,0,.5));transition:.3s}.shop-card:hover .item-icon{transform:scale(1.1) rotate(5deg)}.type-consumable{color:#f55;filter:drop-shadow(0 0 10px rgba(255,85,85,.4))}.type-gear{color:silver;filter:drop-shadow(0 0 10px rgba(192,192,192,.4))}.type-special{color:gold;filter:drop-shadow(0 0 10px rgba(255,215,0,.4))}.item-info h3{margin:0 0 8px;font-family:Cinzel,serif;color:#fff;font-size:1.2rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:8px}.item-info p{color:#aaa;font-size:.9rem;line-height:1.4;flex-grow:1}.item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.05)}.price{font-weight:700;color:var(--rpg-gold);font-size:1.1rem;display:flex;align-items:center;gap:5px}.buy-btn:disabled{background:#444;color:#888;cursor:not-allowed;transform:none;filter:none}.leaderboard-table{width:100%;border:1px solid rgba(255,215,0,.1);border-radius:15px;overflow:hidden;background:#0003}.table-header,.table-row{display:grid;grid-template-columns:60px 1fr 100px 150px;padding:15px 20px;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}.table-header{color:var(--rpg-gold);font-weight:700;font-family:Cinzel,serif;background:#0003}.hero-cell{display:flex;align-items:center;gap:10px}.user-icon{font-size:1.2rem;opacity:.6}.chest-section{text-align:center;padding:60px 40px;background:radial-gradient(circle at center,#ffd7001a,#0000004d);border-radius:20px;border:1px solid rgba(255,215,0,.2);margin-bottom:50px;position:relative;overflow:hidden}.chest-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://www.transparenttextures.com/patterns/dark-matter.png);opacity:.2;pointer-events:none}.chest-icon{font-size:5rem;color:var(--rpg-gold);filter:drop-shadow(0 0 20px var(--rpg-gold));margin-bottom:25px;transition:.5s cubic-bezier(.175,.885,.32,1.275)}.opening .chest-icon{transform:scale(1.3) rotate(15deg);filter:drop-shadow(0 0 40px var(--rpg-gold))}.pulse-gold{animation:goldGlow 1.5s infinite alternate}@keyframes goldGlow{0%{filter:drop-shadow(0 0 10px rgba(255,215,0,.4))}to{filter:drop-shadow(0 0 30px rgba(255,215,0,.8))}}.inventory-title{font-family:Cinzel,serif;color:var(--rpg-gold);border-bottom:2px solid rgba(255,215,0,.1);padding-bottom:10px;margin-bottom:30px}.loot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.loot-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.05);border-radius:15px;padding:20px;display:flex;align-items:center;gap:15px;transition:.3s;position:relative;overflow:hidden}.loot-card:after{content:"";position:absolute;top:10%;left:0;width:3px;height:80%;background:var(--rarity-color, #fff)}.rarity-common{--rarity-color: #9d9d9d}.rarity-uncommon{--rarity-color: #1eff00}.rarity-rare{--rarity-color: #0070dd}.rarity-epic{--rarity-color: #a335ee}.rarity-legendary{--rarity-color: #ff8000}.loot-card:hover{background:#ffffff14;transform:translateY(-5px)}.loot-icon-wrapper{width:50px;height:50px;background:#0000004d;border-radius:12px;display:flex;align-items:center;justify-content:center}.loot-icon{font-size:1.5rem;color:var(--rarity-color);filter:drop-shadow(0 0 5px var(--rarity-color))}.loot-name{display:block;font-weight:700;color:#fff;font-size:1rem}.loot-bonus{display:block;font-size:.8rem;color:#aaa}.rarity-badge{position:absolute;top:10px;right:15px;font-size:.6rem;padding:2px 8px;border-radius:10px;background:#00000080;color:var(--rarity-color);border:1px solid var(--rarity-color);text-transform:uppercase;font-weight:700}.rpg-btn-primary,.buy-btn,.claim-btn{background:linear-gradient(90deg,var(--rpg-gold),#b8860b);border:none;padding:8px 20px;border-radius:20px;font-weight:700;cursor:pointer;text-transform:uppercase;font-size:.8rem;color:#000;transition:.2s}.rpg-btn-primary:hover,.buy-btn:hover,.claim-btn:hover{transform:scale(1.05);filter:brightness(1.2)}.locked-btn{background:#333;color:#777;border:none;padding:8px 20px;border-radius:20px;cursor:not-allowed;font-size:.8rem}@media(max-width:900px){.main-content{padding:0 0 100px}.section-title{font-size:1.6rem}.char-header{flex-direction:column;gap:20px;text-align:center;padding:20px;margin:-10px -10px 20px;border-radius:0}.xp-container{margin-left:0;width:100%}.table-header,.table-row{grid-template-columns:50px 1fr 80px;font-size:.85rem;padding:12px 15px}.table-header span:nth-child(4),.table-row span:nth-child(4){display:none}.stats-grid,.quest-grid,.shop-grid{grid-template-columns:1fr}}.self-highlight{background:#ffd7001a!important;border-left:4px solid var(--rpg-gold)!important}.rank-cell{font-weight:700;display:flex;align-items:center;justify-content:center;transform:scale(1.2)}.crown{color:var(--rpg-gold);filter:drop-shadow(0 0 5px var(--rpg-gold))}.medal-silver{color:silver}.medal-bronze{color:#cd7f32}.you-badge{background:var(--rpg-gold);color:#000;font-size:.6rem;padding:2px 6px;border-radius:4px;margin-left:8px;font-weight:700;text-transform:uppercase}.leaderboard-table .table-row{transition:background .2s}.leaderboard-table .table-row:hover{background:#ffffff0d}.guild-portal-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:radial-gradient(circle at center,#1a1a2e,#0f0c29);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.portal-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,215,0,.05) 0%,transparent 70%);filter:blur(50px);animation:pulseGlow 4s ease-in-out infinite}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.8}}.loading-core{display:flex;flex-direction:column;align-items:center;gap:40px;z-index:10}.rpg-spinner-wrapper{position:relative;width:120px;height:120px;display:flex;justify-content:center;align-items:center}.rpg-portal-spinner{font-size:4rem;color:var(--rpg-gold);filter:drop-shadow(0 0 15px var(--rpg-gold));animation:float 3s ease-in-out infinite;display:block}.spinner-ring{position:absolute;width:100%;height:100%;border:2px solid transparent;border-top:2px solid var(--rpg-gold);border-bottom:2px solid var(--rpg-gold);border-radius:50%;animation:rotate 2s linear infinite}.loading-text-container{text-align:center}.portal-title{font-family:Cinzel,serif;color:var(--rpg-gold);font-size:2.5rem;margin-bottom:10px;text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 15px rgba(255,215,0,.4)}.fantasy-tip{color:var(--rpg-cyan);font-size:1.1rem;font-style:italic;opacity:.8;height:1.5rem;transition:opacity .5s}.loading-footer{position:absolute;bottom:50px;width:300px}.loading-progress-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.loading-progress-fill{width:60%;height:100%;background:linear-gradient(90deg,var(--rpg-gold),#fff);animation:loadProgress 2.5s ease-in-out infinite}@keyframes loadProgress{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpg-sidebar{position:relative;display:flex;flex-direction:column;width:280px;background:linear-gradient(180deg,#16222a,#1a1a2e);border-right:2px solid var(--rpg-gold);padding:30px 20px;height:100%;box-shadow:10px 0 30px #00000080;transition:width .3s ease;z-index:1000;overflow-y:auto;scrollbar-width:none}.rpg-sidebar::-webkit-scrollbar{display:none}.sidebar-head{display:flex;flex-direction:column;align-items:center;gap:15px;padding-bottom:30px;border-bottom:1px solid rgba(255,215,0,.2);margin-bottom:20px}.guild-logo-container{width:70px;height:70px;background:#0006;border:2px solid var(--rpg-gold);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #ffd7004d;transition:transform .3s}.guild-logo-container:hover{transform:rotate(5deg) scale(1.05);box-shadow:0 0 30px #ffd70066}.guild-title{font-family:Cinzel,serif;color:var(--rpg-gold);font-size:1.4rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.sidebar-menu ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:5px}.sidebar-menu ul li a{display:flex;align-items:center;gap:15px;padding:15px 20px;color:#a0aec0;text-decoration:none;font-size:1rem;font-weight:600;border-radius:12px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:1px solid transparent}.icon-glow{font-size:1.4rem;display:flex;align-items:center;transition:transform .3s}.sidebar-menu ul li a:hover,.sidebar-menu ul li.active a{color:#fff;background:#ffd70014;border:1px solid rgba(255,215,0,.3);box-shadow:inset 0 0 15px #ffd7001a}.sidebar-menu ul li.active a .icon-glow,.sidebar-menu ul li a:hover .icon-glow{color:var(--rpg-gold);transform:scale(1.2);filter:drop-shadow(0 0 5px var(--rpg-gold))}.sidebar-footer{margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,215,0,.2)}.char-mini-card{background:#0000004d;border:1px solid rgba(255,215,0,.15);border-radius:15px;padding:15px;display:flex;align-items:center;gap:12px;margin-bottom:15px;transition:transform .3s}.char-mini-card:hover{transform:translateY(-5px);border-color:var(--rpg-gold)}.mini-avatar{width:45px;height:45px;background:linear-gradient(45deg,var(--rpg-gold),#b8860b);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:#000;box-shadow:0 0 10px #ffd70066}.mini-stats{display:flex;flex-direction:column}.mini-name{color:#fff;font-weight:700;font-size:.95rem}.mini-lv-gold{display:flex;gap:10px;font-size:.8rem}.lv-tag{color:var(--rpg-cyan)}.gold-tag{color:var(--rpg-gold);display:flex;align-items:center;gap:4px}.footer-actions{display:flex;justify-content:space-around;padding:10px}.footer-actions svg{font-size:1.5rem;color:#718096;cursor:pointer;transition:.3s}.footer-actions svg:hover{color:var(--rpg-gold);filter:drop-shadow(0 0 5px var(--rpg-gold))}.sidebar-logout-btn{background:none;border:none;padding:0}@media(max-width:900px){.rpg-sidebar{width:auto;max-width:100vw;box-sizing:border-box;height:auto;position:fixed;bottom:0;left:0;right:0;flex-direction:row;height:60px;padding:0;border-right:none;border-top:2px solid var(--rpg-gold);border-radius:15px 15px 0 0;justify-content:center;background:#1a1a2e;z-index:1000}.sidebar-head,.sidebar-footer{display:none!important}.sidebar-menu{width:100%;margin:0}.sidebar-menu ul{flex-direction:row;justify-content:space-between;width:100%;padding:0 15px;margin:0;align-items:center;height:100%;box-sizing:border-box}.sidebar-menu ul li{flex:1;display:flex;justify-content:center}.sidebar-menu ul li a{padding:8px 2px;flex-direction:column;gap:2px;font-size:0;width:100%;border-radius:8px;justify-content:center}.icon-glow{font-size:1.4rem;margin:0 auto}.sidebar-menu ul li.active a{background:transparent;box-shadow:none;border:none;border-radius:0}.sidebar-menu ul li.active a .icon-glow{transform:translateY(-2px);text-shadow:0 0 10px var(--rpg-gold)}.logout{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ff4d4d}.logout .text{display:none}.logout svg{font-size:1.4rem}}.app-header{padding:15px 30px;background:linear-gradient(90deg,#151525,#1e1e35);border-bottom:2px solid rgba(255,215,0,.2);display:flex;align-items:center;justify-content:space-between;box-shadow:0 5px 20px #000c;width:100%;height:80px;box-sizing:border-box;position:sticky;top:0;margin:0;z-index:1100}.dropdown__list-item:hover{color:var(--rpg-gold);background-color:#ffd70033}.header__right{display:flex;align-items:center;gap:20px;margin-left:auto}.nav-gold-display{background:#0009;padding:8px 16px;border-radius:20px;border:1px solid rgba(255,215,0,.3);display:flex;align-items:center;gap:10px;margin-right:0;transition:.3s;box-shadow:inset 0 0 10px #00000080}.nav-gold-display:hover{border-color:var(--rpg-gold);box-shadow:0 0 15px #ffd70033}.nav-gold-coin{width:24px;height:24px;background:radial-gradient(circle at 30% 30%,gold,#b8860b);border-radius:50%;border:2px solid #daa520;box-shadow:0 0 5px #ffd70080;position:relative;animation:spinCoin 4s infinite linear}.nav-gold-coin:after{content:"$";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.8rem;font-weight:700;color:#5c4004}.nav-gold-amount{color:var(--rpg-gold);font-weight:700;font-family:Cinzel,serif;font-size:1.1rem;letter-spacing:1px}.header__profile{display:flex;align-items:center;gap:15px;position:relative}.profile-username{color:var(--rpg-gold);font-weight:700;font-family:Cinzel,serif;letter-spacing:1px;text-shadow:0 0 10px rgba(255,215,0,.4);text-align:right}.profile-username-text{color:#aaa;font-family:Montserrat,sans-serif;font-weight:400;display:block;font-size:.75rem}.header__avatar{width:45px;height:45px;border:none;background:transparent;cursor:pointer;position:relative}.avatar-gold-frame{width:100%;height:100%;border:2px solid var(--rpg-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00000080;box-shadow:0 0 15px #ffd70033;transition:.3s}.header__avatar:hover .avatar-gold-frame{transform:scale(1.1);box-shadow:0 0 20px var(--rpg-gold);background:#ffd7001a}.dropdown{position:absolute;top:120%;right:0;background-color:#1a1a2e;border:2px solid var(--rpg-gold);box-shadow:0 10px 40px #000000e6;border-radius:12px;width:220px;overflow:hidden;z-index:1200;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown__list{list-style:none;padding:0;margin:0}.dropdown__list-item{padding:12px 20px;color:#ccc;transition:.3s;display:flex;align-items:center;gap:12px}.dropdown__list-item:hover{color:var(--rpg-gold);background-color:#ffd70026}.dropdown__link{color:inherit;text-decoration:none;display:flex;align-items:center;gap:12px;width:100%}.dropdown__title{font-size:.9rem;font-weight:600}@media(max-width:900px){.app-header{padding:10px 15px;width:100%;max-width:100%;margin:0;left:0;right:0;border-radius:0;box-sizing:border-box}.profile-username{max-width:120px;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__right{width:100%;justify-content:space-between;margin-left:0}}.hero-sheet{padding:30px;background:var(--rpg-bg);min-height:100%;color:#fff;font-family:Montserrat,sans-serif;animation:fadeIn .5s ease-out}.hero-header{text-align:center;margin-bottom:40px;position:relative}.hero-name{font-family:Cinzel,serif;font-size:3rem;color:var(--rpg-gold);text-shadow:0 0 15px rgba(255,215,0,.5);margin:0;letter-spacing:2px}.hero-title{color:var(--rpg-cyan);font-size:1.2rem;letter-spacing:4px;text-transform:uppercase;margin-top:5px;opacity:.9}.hero-grid{display:grid;grid-template-columns:300px 1fr 300px;gap:30px;max-width:1400px;margin:0 auto}.equipment-panel{background:#0006;border:1px solid rgba(255,215,0,.2);border-radius:15px;padding:20px}.panel-title{font-family:Cinzel,serif;color:#ccc;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:10px;margin-bottom:20px;text-align:center}.equipment-slots{display:flex;flex-direction:column;gap:15px;align-items:center}.equip-row{display:flex;gap:40px;justify-content:center}.equip-slot{width:60px;height:60px;background:#0009;border:2px solid #444;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.5rem;transition:.3s;position:relative;cursor:pointer}.equip-slot:hover{border-color:var(--rpg-gold);box-shadow:0 0 10px var(--rpg-gold);color:var(--rpg-gold)}.equip-slot.equipped{border-color:var(--rpg-cyan);box-shadow:0 0 10px var(--rpg-cyan)}.slot-label{position:absolute;bottom:-15px;font-size:.6rem;color:#888;text-transform:uppercase;width:100%;text-align:center}.hero-center-stage{display:flex;flex-direction:column;align-items:center;gap:30px}.avatar-display-large{position:relative;width:200px;height:200px;margin:0 auto}.avatar-display-large img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:4px solid var(--rpg-gold);box-shadow:0 0 30px #ffd7004d}.upload-overlay{position:absolute;bottom:0;right:0;background:var(--rpg-gold);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;font-size:1.2rem;transition:.3s;box-shadow:0 4px 10px #00000080}.upload-overlay:hover{transform:scale(1.1)}.radar-chart-container{background:#14142399;padding:20px;border-radius:20px;border:1px solid rgba(255,255,255,.05);width:100%;aspect-ratio:1;max-width:400px}.stats-panel{background:#0006;border:1px solid rgba(255,215,0,.2);border-radius:15px;padding:20px;height:100%}.stat-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.stat-name{color:#aaa}.stat-value{color:var(--rpg-gold);font-weight:700;font-family:Cinzel,serif}.badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.badge-slot{aspect-ratio:1;background:#ffffff0d;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#444;border:1px dashed #555;transition:.3s}.badge-slot:hover{border-color:var(--rpg-cyan);color:var(--rpg-cyan)}.action-buttons{margin-top:30px;display:flex;gap:15px;justify-content:center}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr;max-width:600px}.radar-chart-container{max-width:300px;margin:0 auto}.equipment-slots{flex-direction:row;flex-wrap:wrap;justify-content:center}}.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{inset:0;position:absolute}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media(min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media(min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media(min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.setting{margin:0 auto;padding:20px;border-radius:8px}.setting form{display:flex;flex-direction:column;gap:20px}.profile-picture-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;margin-right:50px}.setting .profile-picture{width:100%;max-width:300px;position:relative;overflow:hidden;border-radius:50%}.setting .profile-picture img{width:100%;height:100%;object-fit:cover;border-radius:50%}.update-btn{align-self:flex-start;margin-left:20px}.setting label{font-weight:700;margin-bottom:5px;display:block}.setting input[type=text],.setting input[type=url],.setting textarea{max-width:600px;width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.setting textarea{resize:vertical;min-height:100px}.setting small{color:#666;font-size:12px;margin-top:5px;display:block}.setting .drop-zone{display:flex;justify-content:center;align-items:center;border:2px dashed #007bff;border-radius:50%;cursor:pointer;max-width:fit-content!important}.setting .drop-zone__prompt{text-align:center;color:#007bff}.crop-modal{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.crop-container{background-color:#fff;padding:20px;border-radius:8px;width:90%;max-width:600px;height:auto;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 6px #0000001a}.crop-container img{max-width:100%;max-height:calc(80vh - 100px);object-fit:contain}.crop-buttons{margin-top:20px;display:flex;justify-content:space-between;padding:0 10px}.crop-buttons button:last-child{background-color:#6c757d}.crop-buttons button:last-child:hover{background-color:#5a6268}.cropper-container{width:auto!important}@media(max-width:768px){.setting{padding:15px 15px 90px}.profile-picture-container{flex-direction:column;align-items:center;margin-right:0}.setting .profile-picture{max-width:300px}.update-btn{margin-top:20px;margin-left:0;width:100%}.crop-container{width:95%;padding:15px}.crop-buttons{flex-direction:column;gap:10px}.crop-buttons button{width:100%}}.public-profile{font-family:Semakin,sans-serif;display:flex;flex-direction:column;min-height:100vh;background-color:#d1d1d1}.public-profile__container{flex:1;display:flex;justify-content:space-between;gap:2.5rem;padding:6rem 4rem 5rem;max-width:1800px;margin:0 auto;width:100%;box-sizing:border-box}.public-profile__details{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;flex-grow:1}.public-profile__bio{font-weight:bolder;max-width:450px;font-size:20px;letter-spacing:4px}.public-profile__picture{display:flex;align-items:center;justify-content:center;max-height:calc(100vh - 60px);overflow:hidden;flex-shrink:0}.public-profile__picture img{object-fit:cover;border-radius:2rem}.public-profile__name span{font-size:40px;letter-spacing:5px}.public-profile__username span{color:#514d4b;opacity:.8;font-size:12px;font-weight:lighter}.public-profile__info{display:flex;gap:10px}.public-profile__info-item{position:relative;border-radius:1.25rem;cursor:pointer;transition:all .1s ease 0s;display:flex;flex:1 1 0%;background:#f9f7f6;flex-direction:column;gap:1rem;padding:1rem;min-width:80px}.public-profile__info-item p{margin:0;color:#514d4b}@media(max-width:900px){.public-profile__container{padding:12px;flex-direction:column-reverse;gap:0}.public-profile__picture{width:100%;max-height:400px;margin-bottom:2rem}.public-profile__picture img{width:100%;height:auto;max-height:400px}.public-profile__details{max-width:100%;gap:2rem}}.public-profile p{margin:0!important}.public-profile__btn button{max-width:70px}
