
:root{
 --bg:#07090d;--panel:rgba(8,10,15,.82);--line:rgba(210,158,73,.35);
 --gold:#d9aa5b;--gold2:#f2d28d;--text:#f2eee7;--muted:#9aa3af;
 --purple:#7441ff;--fire:#ff5424;--green:#48e764;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#07090d;color:var(--text);font-family:Inter,Arial,sans-serif;min-height:100vh}
a{color:inherit;text-decoration:none}button,input{font:inherit}
.site-world-bg{position:fixed;inset:0;z-index:-30;background:url('/assets/img/neoria-world-v10.jpg') center/cover no-repeat}
.site-world-shade{position:fixed;inset:0;z-index:-29;background:linear-gradient(180deg,rgba(3,4,7,.12),rgba(3,4,7,.33) 48%,rgba(4,5,8,.72));pointer-events:none}
.site-particles{position:fixed;inset:0;z-index:-10;pointer-events:none;overflow:hidden}.site-particles i{position:absolute;bottom:-12px;border-radius:50%;background:#f3a64b;box-shadow:0 0 10px #ff5d22;animation:particleRise 9s linear infinite}

/* NAVBAR */
.neoria-nav{height:94px;display:grid;grid-template-columns:280px 1fr 220px;align-items:center;padding:0 24px;position:sticky;top:0;z-index:100;background:linear-gradient(180deg,rgba(5,6,10,.96),rgba(8,9,14,.91));backdrop-filter:blur(18px);border-bottom:1px solid rgba(218,164,77,.38);box-shadow:0 12px 40px rgba(0,0,0,.35)}
.neoria-nav::before{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,#7b3cff 20%,#f2bd57 50%,#ff5b28 80%,transparent);opacity:.55;animation:energyLine 6s linear infinite}
.neoria-brand{position:relative;width:250px;height:86px;display:flex;align-items:center;justify-content:flex-start}
.neoria-brand img{width:236px;height:78px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(255,194,85,.35));animation:logoFloat 4s ease-in-out infinite}
.brand-star{position:absolute;width:4px;height:4px;border-radius:50%;background:#fff4c4;box-shadow:0 0 7px #fff,0 0 16px #f7b94d,0 0 24px #7c42ff;animation:starBlink 2.2s ease-in-out infinite}.bs1{left:42px;top:18px}.bs2{left:172px;top:24px;animation-delay:.7s}.bs3{left:116px;bottom:16px;animation-delay:1.4s}
.neoria-menu{height:62px;display:flex;align-items:stretch;justify-content:center;border:1px solid rgba(203,151,69,.24);border-radius:15px;background:linear-gradient(180deg,rgba(12,13,19,.88),rgba(7,8,12,.84));box-shadow:inset 0 0 30px rgba(0,0,0,.42);overflow:hidden}
.neoria-menu a{min-width:82px;padding:7px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;position:relative;border-right:1px solid rgba(255,255,255,.05);font-size:10px;font-weight:900;letter-spacing:.55px;color:#d8dae1;transition:.22s}.neoria-menu a:last-child{border-right:0}.neoria-menu .rune{font-size:14px;color:#b99051;transition:.22s}
.neoria-menu a::after{content:"";position:absolute;left:20%;right:20%;bottom:0;height:2px;background:linear-gradient(90deg,transparent,#f0b74e,#7c46ff,transparent);transform:scaleX(0);transition:.22s;box-shadow:0 0 10px rgba(150,77,255,.45)}
.neoria-menu a:hover,.neoria-menu a.active{background:linear-gradient(180deg,rgba(123,63,184,.16),rgba(213,145,54,.09));color:#fff}.neoria-menu a:hover .rune,.neoria-menu a.active .rune{color:#f4c66c;transform:translateY(-2px);text-shadow:0 0 12px rgba(255,190,82,.7)}.neoria-menu a:hover::after,.neoria-menu a.active::after{transform:scaleX(1)}
.neoria-nav-actions{display:flex;justify-content:flex-end;gap:10px}.nav-login,.nav-play{height:48px;display:flex;align-items:center;justify-content:center;border-radius:9px;font-size:12px;font-weight:900;letter-spacing:.6px}.nav-login{width:82px;border:1px solid rgba(132,75,218,.55);background:rgba(12,10,18,.85)}.nav-play{width:122px;border:1px solid #d39a43;background:linear-gradient(180deg,#e7bb63,#9f591f);color:#120b05;box-shadow:0 0 20px rgba(255,171,47,.18);position:relative;overflow:hidden}.nav-play::after{content:"";position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.48),transparent 62%);transform:translateX(-130%);animation:shineSweep 3.6s infinite}

/* HOME */
.home-v10{background:transparent}
.hero-v10{min-height:720px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.hero-character-v10{position:absolute;top:0;bottom:0;width:46%;z-index:1;pointer-events:none;will-change:transform}.hero-character-v10 img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(0,0,0,.55))}
.shaman-v10{left:-2%;animation:shamanMove 6.6s ease-in-out infinite}.warrior-v10{right:-2%;animation:warriorMove 7.2s ease-in-out infinite}
.magic-orb-v10{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(88px);opacity:.15;z-index:0}.orb-purple{left:6%;top:30%;background:#6d39ff;animation:orbPulse 4.5s ease-in-out infinite}.orb-fire{right:6%;top:30%;background:#ff4c1f;animation:orbPulse 5s ease-in-out infinite reverse}
.hero-center-v10{position:relative;z-index:4;width:min(610px,calc(100% - 28px));text-align:center;margin-top:36px}.hero-logo-v10{width:min(570px,96%);display:block;margin:0 auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.78));animation:logoFloat 4s ease-in-out infinite}
.hero-separator-v10{display:flex;align-items:center;justify-content:center;gap:12px;margin:2px 0 18px;color:#d7a75a}.hero-separator-v10 span{width:72px;height:1px;background:linear-gradient(90deg,transparent,#c8954a)}.hero-separator-v10 span:last-child{background:linear-gradient(90deg,#c8954a,transparent)}
.hero-actions-v10{display:flex;justify-content:center;gap:14px}.hero-actions-v10 a{width:215px;min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:9px}.hero-play-v10{background:linear-gradient(180deg,#c33a26,#75170f);border:1px solid #ff7a50;box-shadow:0 0 28px rgba(255,74,27,.18)}.hero-download-v10{background:rgba(8,10,14,.82);border:1px solid #80613a;backdrop-filter:blur(6px)}.hero-actions-v10 strong{font-size:17px}.hero-actions-v10 small{font-size:8px;letter-spacing:1.5px;color:#dcc7a5;margin-top:4px}
.scroll-v10{position:absolute;left:50%;bottom:38px;transform:translateX(-50%);z-index:5;display:grid;place-items:center;color:#c9a35d;gap:3px}.scroll-v10 span{width:34px;height:34px;border:1px solid rgba(202,157,80,.5);border-radius:50%;display:grid;place-items:center;background:rgba(8,10,13,.5);animation:scrollBob 1.8s ease-in-out infinite}.scroll-v10 small{font-size:8px;letter-spacing:1.5px}
.stats-v10{position:relative;z-index:6;width:min(1120px,calc(100% - 30px));margin:-34px auto 0;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid rgba(210,158,73,.42);border-radius:12px;background:rgba(7,9,13,.82);backdrop-filter:blur(14px);overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.3)}.stats-v10>div{min-height:82px;display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid rgba(255,255,255,.07)}.stats-v10>div:last-child{border-right:0}.stats-v10 small{display:block;color:#8a929e;font-size:8px}.stats-v10 strong{display:block;margin-top:3px}.stats-v10 b{color:#d5a551}.status-led{width:12px;height:12px;border-radius:50%;background:#47e762;box-shadow:0 0 14px #47e762}.stats-v10 .offline .status-led{background:#ff5260;box-shadow:0 0 14px #ff5260}.stats-v10 .online strong{color:#5de96c}.stats-v10 .offline strong{color:#ff6874}
.home-content-v10{max-width:1220px;margin:auto;padding:74px 24px 90px}.section-heading-v10{text-align:center;margin-bottom:30px}.section-heading-v10 small,.shop-heading-v10 small{color:#c99a4e;font-size:9px;font-weight:900;letter-spacing:2.5px}.section-heading-v10 h2,.shop-heading-v10 h2{font-family:Georgia,serif;color:#ead096;font-size:36px;margin:8px 0}
.cards-v10{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px}.metal-card-v10{padding:20px;border:1px solid rgba(202,150,71,.35);border-radius:13px;background:linear-gradient(180deg,rgba(11,13,18,.82),rgba(6,8,11,.86));backdrop-filter:blur(12px);box-shadow:inset 0 1px rgba(255,255,255,.025),0 16px 40px rgba(0,0,0,.2)}.metal-card-v10 header{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:12px}.metal-card-v10 header small{color:#b98e4b;font-size:8px;letter-spacing:2px}.metal-card-v10 h3{font-family:Georgia,serif;color:#e3c483;margin:4px 0}.metal-card-v10 header a{font-size:9px;color:#dd6248;font-weight:900}
.info-row-v10{display:grid;grid-template-columns:44px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.06)}.info-row-v10:last-child{border-bottom:0}.info-row-v10>b{width:40px;height:40px;display:grid;place-items:center;border:1px solid #563f27;border-radius:7px;color:#dea957;background:rgba(20,14,9,.65);font-size:9px}.info-row-v10 span small{display:block;color:#8c95a1;margin-top:4px}
.feature-list-v10{list-style:none;margin:0;padding:8px 0 0}.feature-list-v10 li{padding:8px 0;color:#b7bdc5;font-size:12px}.feature-list-v10 i{display:inline-block;width:24px;color:#d5a451;font-style:normal}
.shop-heading-v10{text-align:center;margin:56px 0 22px}.shop-v10{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.shop-v10 a{overflow:hidden;text-align:center;border:1px solid rgba(201,151,72,.35);border-radius:12px;background:rgba(7,9,13,.78);padding-bottom:15px;transition:.25s}.shop-v10 a:hover{transform:translateY(-5px);border-color:#c9984d;box-shadow:0 16px 35px rgba(0,0,0,.35)}.shop-v10 img{width:100%;height:190px;object-fit:cover;display:block;margin-bottom:13px}.shop-v10 strong,.shop-v10 small{display:block}.shop-v10 small{color:#8c95a0;margin-top:4px}

/* INNER PAGES - same background everywhere */
.inner-page{min-height:680px;padding:56px 20px 80px;background:transparent!important}.page-hero{max-width:980px;margin:0 auto 18px;padding:34px 28px;text-align:center;border:1px solid rgba(204,153,74,.22);border-radius:14px;background:rgba(7,9,13,.55);backdrop-filter:blur(9px)}.page-hero span{color:#c79a51;font-size:9px;font-weight:900;letter-spacing:3px}.page-hero h1{font-family:Georgia,serif;font-size:44px;color:#efd397;margin:8px 0}.content-card{max-width:920px;margin:0 auto;padding:30px;border:1px solid rgba(204,153,74,.34);border-radius:15px;background:rgba(7,9,13,.82);backdrop-filter:blur(14px);box-shadow:0 18px 50px rgba(0,0,0,.25)}.content-card h2,.content-card h3{font-family:Georgia,serif;color:#e5c689}.content-card p,.content-card li{color:#aeb6c0;line-height:1.7}.content-card code{color:#e6c27d;background:#0a0c10;padding:2px 5px;border-radius:4px}.neoria-form{display:grid;gap:12px;max-width:560px}.neoria-form input{height:50px;border:1px solid rgba(200,150,73,.28);border-radius:8px;background:rgba(8,10,14,.92);color:white;padding:0 14px}.primary-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;font-weight:900}.primary-btn{background:linear-gradient(180deg,#c23a26,#77180f);border:1px solid #f16d49}.ghost-btn{background:rgba(8,10,14,.84);border:1px solid #775b38}.xl{min-height:50px}.empty-state,.wiki-grid a,.support-grid>div{border:1px solid rgba(202,151,73,.24);background:rgba(9,11,15,.58);border-radius:10px;padding:16px}.wiki-grid,.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ranking-demo div,.status-list div{display:grid;grid-template-columns:70px 1fr auto;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07)}.news-list article{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.07)}

/* FOOTER */
.footer-v10{border-top:1px solid rgba(210,158,73,.26);background:rgba(5,7,10,.91);backdrop-filter:blur(12px);padding:42px 28px 20px}.footer-v10-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:34px}.footer-v10-brand img{width:210px}.footer-v10 p{color:#838d99;line-height:1.6}.footer-v10 h4{font-size:10px;color:#d1a35a;letter-spacing:2px}.footer-v10 a,.footer-v10 button{display:block;margin:9px 0;background:none;border:0;padding:0;color:#9ca5b1;cursor:pointer;text-align:left}.footer-v10-bottom{max-width:1220px;margin:28px auto 0;padding-top:15px;border-top:1px solid rgba(255,255,255,.07);color:#606a76;font-size:11px}

/* COOKIE */
.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:150;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:17px 19px;border:1px solid rgba(203,153,75,.32);border-radius:13px;background:rgba(8,10,14,.96);box-shadow:0 20px 55px rgba(0,0,0,.45)}.cookie-banner[hidden],.cookie-modal[hidden]{display:none}.cookie-banner p{margin:4px 0 0;color:#8e98a5;font-size:12px}.cookie-actions{display:flex;gap:8px}.cookie-actions button,.cookie-modal button{min-height:38px;padding:0 11px;border:1px solid #39414d;border-radius:7px;background:#11151b;color:#d0d5dd}.cookie-actions .accept,.cookie-modal .accept{background:#94203a;border-color:#bc4058}.cookie-modal{position:fixed;inset:0;z-index:160;background:rgba(0,0,0,.7);display:grid;place-items:center;padding:20px}.cookie-modal-card{width:min(560px,100%);background:#0e1218;border:1px solid #39414d;border-radius:14px;padding:20px}.cookie-modal-head,.cookie-row,.cookie-modal-actions{display:flex;justify-content:space-between;align-items:center}.cookie-row{padding:14px 0;border-top:1px solid #252b34}.cookie-modal-actions{gap:8px;justify-content:flex-end;margin-top:10px}

@keyframes particleRise{0%{transform:translate3d(0,0,0);opacity:0}12%{opacity:.8}100%{transform:translate3d(var(--drift),-110vh,0);opacity:0}}
@keyframes energyLine{0%{filter:hue-rotate(0deg)}100%{filter:hue-rotate(30deg)}}
@keyframes logoFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.018)}}
@keyframes starBlink{0%,100%{opacity:.15;transform:scale(.5)}50%{opacity:1;transform:scale(1.7)}}
@keyframes shineSweep{0%,55%{transform:translateX(-130%)}85%,100%{transform:translateX(130%)}}
@keyframes shamanMove{0%,100%{transform:translate3d(-5px,4px,0) scale(1)}50%{transform:translate3d(10px,-8px,0) scale(1.025)}}
@keyframes warriorMove{0%,100%{transform:translate3d(5px,-3px,0) scale(1)}50%{transform:translate3d(-10px,8px,0) scale(1.026)}}
@keyframes orbPulse{0%,100%{opacity:.08;transform:scale(.94)}50%{opacity:.18;transform:scale(1.09)}}
@keyframes scrollBob{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}

@media(max-width:1120px){.neoria-nav{grid-template-columns:225px 1fr 190px;padding:0 12px}.neoria-brand{width:210px}.neoria-brand img{width:205px}.neoria-menu a{min-width:67px;padding:6px 7px}.hero-character-v10{width:52%}}
@media(max-width:930px){.neoria-nav{grid-template-columns:1fr auto}.neoria-menu{display:none}.neoria-brand{justify-content:flex-start}.cards-v10{grid-template-columns:1fr 1fr}.stats-v10{grid-template-columns:repeat(3,1fr)}.shop-v10{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.neoria-nav{height:76px}.neoria-brand{width:160px;height:70px}.neoria-brand img{width:155px;height:64px}.nav-login{display:none}.nav-play{width:100px;height:42px}.hero-v10{min-height:650px}.hero-character-v10{width:68%;opacity:.62}.shaman-v10{left:-29%}.warrior-v10{right:-29%}.hero-center-v10{margin-top:20px}.hero-actions-v10{flex-direction:column;align-items:center}.stats-v10{grid-template-columns:1fr 1fr}.cards-v10{grid-template-columns:1fr}.shop-v10{grid-template-columns:1fr 1fr}.shop-v10 img{height:140px}.footer-v10-grid{grid-template-columns:1fr}.wiki-grid,.support-grid{grid-template-columns:1fr}.page-hero h1{font-size:34px}}
@media(prefers-reduced-motion:reduce){.site-particles i,.neoria-brand img,.brand-star,.nav-play::after,.hero-character-v10,.magic-orb-v10,.hero-logo-v10,.scroll-v10 span{animation:none!important}}

/* NEORIA v11 — approved reference styling */
:root{--gold:#d6a34f;--gold2:#f2d38c;--violet:#8b3cff;--ember:#ff5428}
body{background:#05060a!important}
.site-world-bg{
  background-image:url('/assets/img/neoria-world-v10.jpg')!important;
  background-position:center top!important;background-size:cover!important;
  animation:worldBreath11 18s ease-in-out infinite alternate;
}
.site-world-shade{
  background:
    radial-gradient(circle at 50% 30%,rgba(255,137,55,.08),transparent 35%),
    linear-gradient(180deg,rgba(3,4,7,.04),rgba(3,4,7,.18) 55%,rgba(3,4,7,.58))!important;
}
.neoria-nav{
 height:86px!important;grid-template-columns:300px 1fr 230px!important;
 padding:0 28px!important;background:rgba(5,6,10,.90)!important;
 border-bottom:1px solid rgba(221,165,72,.45)!important;
 box-shadow:0 10px 35px rgba(0,0,0,.38),inset 0 -1px rgba(138,58,255,.12)!important;
}
.neoria-brand{width:285px!important;height:82px!important}
.neoria-brand img{width:275px!important;height:80px!important;filter:drop-shadow(0 0 10px rgba(255,193,78,.45)) drop-shadow(0 0 20px rgba(119,45,255,.16))!important}
.neoria-menu{height:58px!important;border-color:rgba(211,154,67,.38)!important;border-radius:4px!important;background:rgba(10,9,12,.86)!important}
.neoria-menu a{min-width:88px!important;font-family:Georgia,serif!important;font-size:10px!important;color:#eadfcf!important}
.neoria-menu .rune{font-size:15px!important;color:#d7a759!important}
.neoria-menu a:hover,.neoria-menu a.active{background:linear-gradient(180deg,rgba(116,35,163,.42),rgba(54,17,76,.30))!important;box-shadow:inset 0 0 24px rgba(154,61,255,.28)}
.nav-login{border-radius:3px!important;border-color:#72552f!important;background:#0c0a0c!important}
.nav-play{border-radius:3px!important;background:linear-gradient(180deg,#8d2fba,#42115e)!important;color:#fff!important;border-color:#b55be1!important;box-shadow:0 0 22px rgba(152,55,236,.32)!important}
.hero-v10{min-height:calc(100vh - 86px)!important;max-height:920px!important}
.hero-character-v10{width:43%!important;top:2%!important;bottom:-2%!important}
.shaman-v10{left:-1%!important;animation:shaman11 5.8s ease-in-out infinite!important}
.warrior-v10{right:-1%!important;animation:warrior11 6.4s ease-in-out infinite!important}
.hero-character-v10 img{filter:drop-shadow(0 18px 38px rgba(0,0,0,.60)) saturate(1.08)!important}
.hero-center-v10{width:min(720px,44vw)!important;margin-top:2vh!important}
.hero-logo-v10{width:min(680px,100%)!important;filter:drop-shadow(0 10px 24px #000) drop-shadow(0 0 12px rgba(238,174,70,.28))!important}
.hero-actions-v10 a{width:230px!important;min-height:66px!important;border-radius:3px!important}
.hero-play-v10{background:linear-gradient(180deg,#6f278f,#351047)!important;border-color:#c269ed!important;box-shadow:0 0 24px rgba(148,54,227,.25)!important}
.hero-download-v10{background:linear-gradient(180deg,#701b17,#360b09)!important;border-color:#b94d32!important;box-shadow:0 0 22px rgba(255,73,35,.18)!important}
.stats-v10{margin:-68px auto 0!important;width:min(1240px,calc(100% - 80px))!important;border-radius:3px!important;background:rgba(7,7,10,.90)!important;border-color:rgba(216,161,69,.52)!important}
.home-content-v10{padding-top:62px!important}
.metal-card-v10,.shop-v10 a{border-radius:3px!important;background:rgba(7,7,10,.82)!important;border-color:rgba(213,158,68,.42)!important}
.footer-v10{background:rgba(4,5,8,.92)!important}
.inner-page{background:transparent!important;min-height:calc(100vh - 86px)!important}
.page-hero,.content-card{border-radius:4px!important;background:rgba(6,7,11,.78)!important;border-color:rgba(214,160,70,.42)!important}
@keyframes worldBreath11{0%{transform:scale(1.01)}100%{transform:scale(1.035) translateY(-5px)}}
@keyframes shaman11{0%,100%{transform:translate3d(-4px,3px,0) scale(1)}50%{transform:translate3d(12px,-9px,0) scale(1.025)}}
@keyframes warrior11{0%,100%{transform:translate3d(5px,-3px,0) scale(1)}50%{transform:translate3d(-12px,8px,0) scale(1.025)}}
@media(max-width:1100px){.neoria-nav{grid-template-columns:230px 1fr 190px!important}.neoria-brand{width:220px!important}.neoria-brand img{width:215px!important}.neoria-menu a{min-width:67px!important}.hero-center-v10{width:min(590px,48vw)!important}}
@media(max-width:930px){.hero-center-v10{width:min(600px,86vw)!important}.hero-character-v10{width:55%!important;opacity:.72}.stats-v10{width:calc(100% - 28px)!important}}

/* NEORIA v12 - SINGLE BACKGROUND ONLY */
.site-world-bg{
  background:url('/assets/img/neoria-single-bg-v12.jpg') center top/cover no-repeat!important;
  animation:none!important;
}
.site-world-shade{
  background:linear-gradient(180deg,rgba(2,3,6,.03),rgba(2,3,6,.10) 58%,rgba(2,3,6,.58))!important;
}
.hero-character-v10,.magic-orb-v10,.hero-center-v10{display:none!important}
.hero-v12{min-height:calc(100vh - 86px);position:relative}
.hero-space-v12{height:100%}
.scroll-v12{position:absolute;left:50%;bottom:52px;transform:translateX(-50%);display:grid;place-items:center;gap:4px;color:#d9aa5b;z-index:4}
.scroll-v12 span{width:34px;height:34px;border:1px solid rgba(216,163,79,.5);border-radius:50%;display:grid;place-items:center;background:rgba(5,6,9,.42);animation:scrollBob 1.8s ease-in-out infinite}
.scroll-v12 small{font-size:8px;letter-spacing:1.7px}
.stats-v12{position:relative;z-index:6;width:min(1240px,calc(100% - 80px));margin:-78px auto 0;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid rgba(216,161,69,.52);background:rgba(7,7,10,.90);backdrop-filter:blur(12px)}
.stats-v12>div{min-height:82px;display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid rgba(255,255,255,.07)}.stats-v12>div:last-child{border-right:0}.stats-v12 small{display:block;color:#8a929e;font-size:8px}.stats-v12 strong{display:block;margin-top:3px}.stats-v12 b{color:#d5a551}.stats-v12 .online strong{color:#5de96c}.stats-v12 .offline strong{color:#ff6874}
.home-content-v12{max-width:1220px;margin:auto;padding:72px 24px 90px}
.inner-page{background:transparent!important}
@media(max-width:930px){.stats-v12{grid-template-columns:repeat(3,1fr);width:calc(100% - 28px)}}
@media(max-width:650px){.hero-v12{min-height:620px}.stats-v12{grid-template-columns:1fr 1fr;margin-top:-40px}}


/* === NEORIA v13 FIX: CLEAN SINGLE BACKGROUND + STATUS COLORS === */
.site-world-bg{
    background-image:url('/assets/img/neoria-single-bg-v13-clean.jpg') !important;
    background-position:center top !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    animation:none !important;
}

/* No visual UI is duplicated from the background. */
.hero-character-v10,
.magic-orb-v10,
.hero-center-v10{
    display:none !important;
}

/* Homepage server status */
.stats-v12 .online .status-led,
.stats-v10 .online .status-led{
    background:#35e85a !important;
    box-shadow:0 0 8px #35e85a,0 0 20px rgba(53,232,90,.85) !important;
}
.stats-v12 .online strong,
.stats-v10 .online strong{
    color:#35e85a !important;
    text-shadow:0 0 10px rgba(53,232,90,.35) !important;
}
.stats-v12 .offline .status-led,
.stats-v10 .offline .status-led{
    background:#ff334d !important;
    box-shadow:0 0 8px #ff334d,0 0 20px rgba(255,51,77,.85) !important;
}
.stats-v12 .offline strong,
.stats-v10 .offline strong{
    color:#ff334d !important;
    text-shadow:0 0 10px rgba(255,51,77,.35) !important;
}

/* Dedicated status.php page */
.status-page-card{
    display:flex;
    align-items:center;
    gap:15px;
    padding:20px;
    border:1px solid rgba(210,158,73,.32);
    border-radius:8px;
    background:rgba(7,9,13,.82);
    backdrop-filter:blur(12px);
}
.status-page-card .status-orb{
    width:38px;
    height:38px;
    border-radius:50%;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.10);
    background:#0c1016;
}
.status-page-card .status-orb span{
    width:13px;
    height:13px;
    border-radius:50%;
}
.status-page-card.online .status-orb span{
    background:#35e85a !important;
    box-shadow:0 0 8px #35e85a,0 0 22px #35e85a !important;
}
.status-page-card.online h2{
    color:#35e85a !important;
}
.status-page-card.offline .status-orb span{
    background:#ff334d !important;
    box-shadow:0 0 8px #ff334d,0 0 22px #ff334d !important;
}
.status-page-card.offline h2{
    color:#ff334d !important;
}

/* NEORIA v14 — DRAGON LOGO */
.neoria-nav{
    grid-template-columns:340px 1fr 230px !important;
}
.neoria-brand{
    width:325px !important;
    height:88px !important;
    overflow:visible !important;
}
.neoria-brand img{
    width:315px !important;
    height:84px !important;
    object-fit:contain !important;
    filter:
        drop-shadow(0 0 5px rgba(255,208,99,.65))
        drop-shadow(0 0 12px rgba(139,55,255,.50))
        drop-shadow(0 0 20px rgba(96,35,194,.28)) !important;
    animation:dragonLogoFloat14 4.2s ease-in-out infinite !important;
}
.neoria-brand:hover img{
    filter:
        drop-shadow(0 0 7px rgba(255,220,125,.9))
        drop-shadow(0 0 16px rgba(159,67,255,.72))
        drop-shadow(0 0 28px rgba(118,44,229,.40)) !important;
}
.footer-v10-brand img{
    width:290px !important;
    height:auto !important;
    object-fit:contain !important;
    filter:drop-shadow(0 0 10px rgba(139,55,255,.28));
}
@keyframes dragonLogoFloat14{
    0%,100%{transform:translateY(0) scale(1)}
    50%{transform:translateY(-3px) scale(1.018)}
}
@media(max-width:1120px){
    .neoria-nav{grid-template-columns:270px 1fr 190px !important}
    .neoria-brand{width:255px !important}
    .neoria-brand img{width:250px !important}
}
@media(max-width:650px){
    .neoria-nav{grid-template-columns:1fr auto !important}
    .neoria-brand{width:205px !important;height:72px !important}
    .neoria-brand img{width:200px !important;height:68px !important}
}

/* NEORIA v15 — CUSTOM FANTASY NAV BUTTONS */
.neoria-menu{overflow:visible!important;gap:4px!important;padding:5px!important;border-radius:9px!important}
.neoria-menu a{
 min-width:88px!important;height:48px!important;padding:4px 10px!important;
 border:1px solid transparent!important;border-right:0!important;border-radius:7px!important;
 background:linear-gradient(180deg,rgba(19,16,20,.74),rgba(7,8,11,.84))!important;
 overflow:hidden!important;isolation:isolate!important;
}
.neoria-menu a::before{
 content:"";position:absolute;inset:0;z-index:-1;opacity:0;
 background:radial-gradient(circle at 50% 110%,rgba(145,55,232,.48),transparent 60%);
 transition:.25s;
}
.neoria-menu a::after{
 left:12%!important;right:12%!important;bottom:0!important;height:2px!important;
 background:linear-gradient(90deg,transparent,#8c3dff,#ffd174,#8c3dff,transparent)!important;
}
.neoria-menu a:hover,.neoria-menu a.active{
 border-color:rgba(190,137,65,.48)!important;
 background:linear-gradient(180deg,rgba(62,25,83,.78),rgba(18,10,26,.90))!important;
 box-shadow:inset 0 0 20px rgba(139,54,225,.17),0 0 16px rgba(124,45,209,.10)!important;
 transform:translateY(-1px);
}
.neoria-menu a:hover::before,.neoria-menu a.active::before{opacity:1}
.nav-icon{
 width:23px;height:21px;display:grid;place-items:center;position:relative;
 color:#e5b85f;font-family:Georgia,serif;font-size:16px;line-height:1;
 text-shadow:0 0 7px rgba(240,180,77,.42);
 transition:.25s;
}
.nav-icon::before{
 content:"";position:absolute;width:22px;height:22px;border:1px solid rgba(207,153,71,.22);
 transform:rotate(45deg) scale(.62);border-radius:2px;
}
.neoria-menu a:hover .nav-icon,.neoria-menu a.active .nav-icon{
 color:#ffe09a;text-shadow:0 0 8px #d89d43,0 0 16px rgba(132,55,239,.8);
 transform:translateY(-1px) scale(1.08);
}
.nav-label{font:700 10px Georgia,serif;letter-spacing:.25px;color:#e8e0d4}
.nav-login{
 width:94px!important;gap:7px!important;border-radius:7px!important;
 background:linear-gradient(180deg,rgba(20,17,20,.94),rgba(7,8,11,.96))!important;
 border:1px solid rgba(206,151,69,.55)!important;
 box-shadow:inset 0 0 18px rgba(0,0,0,.45)!important;transition:.25s!important
}
.nav-login:hover{border-color:#e2b25f!important;box-shadow:0 0 16px rgba(224,168,75,.18)!important;transform:translateY(-1px)}
.action-icon{color:#e2b15b;text-shadow:0 0 8px rgba(232,174,77,.4);font-size:15px}
.nav-play{
 width:132px!important;gap:8px!important;border-radius:7px!important;
 background:linear-gradient(180deg,#7924a4,#43115e)!important;
 border:1px solid #b85be4!important;color:#fff!important;
 box-shadow:inset 0 0 18px rgba(235,162,255,.12),0 0 18px rgba(137,42,211,.24)!important;
 transition:.25s!important
}
.nav-play:hover{transform:translateY(-2px) scale(1.02);box-shadow:inset 0 0 20px rgba(245,184,255,.18),0 0 25px rgba(158,55,235,.42)!important}
.play-gem{color:#ffd477;font-size:11px;text-shadow:0 0 8px #f2a84c,0 0 15px #b53cff;animation:navGemPulse 1.9s ease-in-out infinite}
@keyframes navGemPulse{0%,100%{transform:scale(.82);opacity:.7}50%{transform:scale(1.22);opacity:1}}


/* =========================================================
   NEORIA v16 — ANIMATED SHAMAN + WARRIOR + ROTATING LOGO
   ========================================================= */

/* Clean environment-only background.
   Characters are separate transparent layers, so they do not duplicate. */
.site-world-bg{
    background-image:url('/assets/img/neoria-world-v10.jpg') !important;
    background-position:center top !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    animation:worldBreathV16 16s ease-in-out infinite alternate !important;
}
@keyframes worldBreathV16{
    0%{transform:scale(1.000)}
    100%{transform:scale(1.025)}
}

/* Hero keeps the characters clipped inside the cinematic area. */
.hero-animated-v16{
    position:relative !important;
    overflow:hidden !important;
    isolation:isolate !important;
    min-height:calc(100vh - 86px) !important;
}

/* Character base */
.hero-character-v16{
    display:block !important;
    position:absolute !important;
    bottom:-4% !important;
    z-index:3 !important;
    pointer-events:none !important;
    will-change:transform,filter !important;
}
.hero-character-v16 img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center bottom !important;
    filter:drop-shadow(0 18px 30px rgba(0,0,0,.50)) !important;
}

/* Shaman */
.shaman-v16{
    left:-5.5% !important;
    width:min(43vw,760px) !important;
    height:94% !important;
    animation:shamanFloatV16 5.6s ease-in-out infinite !important;
    transform-origin:50% 100% !important;
}
.shaman-v16 img{
    filter:
      drop-shadow(0 18px 30px rgba(0,0,0,.55))
      drop-shadow(0 0 18px rgba(132,52,238,.30)) !important;
}

/* Warrior */
.warrior-v16{
    right:-5.5% !important;
    width:min(44vw,790px) !important;
    height:96% !important;
    animation:warriorFloatV16 6.2s ease-in-out infinite !important;
    transform-origin:50% 100% !important;
}
.warrior-v16 img{
    filter:
      drop-shadow(0 18px 30px rgba(0,0,0,.55))
      drop-shadow(0 0 18px rgba(255,102,28,.26)) !important;
}

@keyframes shamanFloatV16{
    0%,100%{transform:translate3d(0,0,0) rotate(-.15deg) scale(1)}
    25%{transform:translate3d(4px,-7px,0) rotate(.20deg) scale(1.008)}
    50%{transform:translate3d(-2px,-12px,0) rotate(-.10deg) scale(1.015)}
    75%{transform:translate3d(5px,-6px,0) rotate(.16deg) scale(1.008)}
}
@keyframes warriorFloatV16{
    0%,100%{transform:translate3d(0,0,0) rotate(.10deg) scale(1)}
    25%{transform:translate3d(-4px,-5px,0) rotate(-.18deg) scale(1.006)}
    50%{transform:translate3d(3px,-11px,0) rotate(.12deg) scale(1.014)}
    75%{transform:translate3d(-5px,-6px,0) rotate(-.12deg) scale(1.008)}
}

/* Magical aura pulses behind characters */
.character-aura{
    position:absolute !important;
    width:42% !important;
    aspect-ratio:1/1 !important;
    border-radius:50% !important;
    filter:blur(25px) !important;
    opacity:.24 !important;
    z-index:-1 !important;
    animation:auraPulseV16 2.8s ease-in-out infinite !important;
}
.aura-purple{
    left:18% !important;
    top:35% !important;
    background:radial-gradient(circle,rgba(146,52,255,.9),rgba(98,24,210,.22) 46%,transparent 72%) !important;
}
.aura-fire{
    right:18% !important;
    top:38% !important;
    background:radial-gradient(circle,rgba(255,126,31,.82),rgba(199,42,15,.22) 46%,transparent 72%) !important;
    animation-delay:-1.2s !important;
}
@keyframes auraPulseV16{
    0%,100%{transform:scale(.90);opacity:.17}
    50%{transform:scale(1.12);opacity:.32}
}

/* Navbar dragon logo:
   - subtle float
   - full 360° rotation every 5 seconds
   - continuously shifts colors */
.neoria-brand{
    perspective:900px !important;
}
.neoria-brand img{
    animation:
      dragonLogoSpinV16 5s cubic-bezier(.65,.05,.36,1) infinite,
      dragonLogoHueV16 8s linear infinite !important;
    transform-origin:50% 50% !important;
    will-change:transform,filter !important;
}
@keyframes dragonLogoSpinV16{
    0%   {transform:translateY(0) rotateY(0deg) scale(1)}
    42%  {transform:translateY(-3px) rotateY(0deg) scale(1.015)}
    50%  {transform:translateY(-4px) rotateY(180deg) scale(1.025)}
    58%  {transform:translateY(-3px) rotateY(360deg) scale(1.015)}
    100% {transform:translateY(0) rotateY(360deg) scale(1)}
}
@keyframes dragonLogoHueV16{
    0%{
      filter:hue-rotate(0deg) saturate(1.10)
      drop-shadow(0 0 5px rgba(255,208,99,.65))
      drop-shadow(0 0 13px rgba(139,55,255,.55));
    }
    25%{
      filter:hue-rotate(48deg) saturate(1.22)
      drop-shadow(0 0 7px rgba(166,93,255,.75))
      drop-shadow(0 0 16px rgba(86,58,255,.48));
    }
    50%{
      filter:hue-rotate(105deg) saturate(1.28)
      drop-shadow(0 0 7px rgba(73,211,255,.68))
      drop-shadow(0 0 17px rgba(117,46,255,.50));
    }
    75%{
      filter:hue-rotate(310deg) saturate(1.24)
      drop-shadow(0 0 7px rgba(255,86,192,.66))
      drop-shadow(0 0 17px rgba(163,47,255,.50));
    }
    100%{
      filter:hue-rotate(360deg) saturate(1.10)
      drop-shadow(0 0 5px rgba(255,208,99,.65))
      drop-shadow(0 0 13px rgba(139,55,255,.55));
    }
}

@media(max-width:1100px){
    .shaman-v16{left:-12% !important;width:min(52vw,700px) !important}
    .warrior-v16{right:-12% !important;width:min(53vw,720px) !important}
}
@media(max-width:760px){
    .hero-animated-v16{min-height:680px !important}
    .shaman-v16{left:-29% !important;width:74vw !important;height:85% !important;opacity:.92}
    .warrior-v16{right:-29% !important;width:75vw !important;height:87% !important;opacity:.92}
}
@media(prefers-reduced-motion:reduce){
    .site-world-bg,.shaman-v16,.warrior-v16,.character-aura,.neoria-brand img{
        animation:none !important;
    }
}


/* =========================================================
   NEORIA v17 — ROTATING LOGO ONLY + PREMIUM ICON BUTTONS
   ========================================================= */

/* Disable animated character layers completely */
.hero-character-v16,
.shaman-v16,
.warrior-v16,
.character-aura{
    display:none !important;
}

/* Keep one clean fantasy background */
.site-world-bg{
    background-image:url('/assets/img/neoria-single-bg-v13-clean.jpg') !important;
    background-position:center top !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    animation:none !important;
}

/* Premium navigation */
.neoria-menu{
    gap:5px !important;
    padding:6px !important;
    border:1px solid rgba(203,150,68,.42) !important;
    background:linear-gradient(180deg,rgba(11,10,14,.94),rgba(5,5,8,.96)) !important;
    box-shadow:
      inset 0 0 25px rgba(255,192,82,.035),
      0 0 0 1px rgba(0,0,0,.8),
      0 10px 25px rgba(0,0,0,.35) !important;
}

.neoria-menu a{
    min-width:92px !important;
    height:55px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4px !important;
    position:relative !important;
    border:1px solid rgba(185,132,59,.20) !important;
    border-radius:8px !important;
    background:
      linear-gradient(180deg,rgba(26,22,28,.92),rgba(8,8,11,.96)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,224,156,.06),
      inset 0 -10px 18px rgba(0,0,0,.20) !important;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease !important;
}

.neoria-menu a:hover,
.neoria-menu a.active{
    transform:translateY(-2px) !important;
    border-color:rgba(234,181,83,.72) !important;
    background:
      radial-gradient(circle at 50% 120%,rgba(121,40,186,.42),transparent 60%),
      linear-gradient(180deg,rgba(52,31,63,.96),rgba(13,9,19,.98)) !important;
    box-shadow:
      inset 0 0 20px rgba(139,57,220,.17),
      0 0 14px rgba(139,57,220,.20),
      0 4px 14px rgba(0,0,0,.40) !important;
}

/* Icon medallion */
.nav-icon{
    width:30px !important;
    height:30px !important;
    display:grid !important;
    place-items:center !important;
    position:relative !important;
    border-radius:50% !important;
    color:#f2c66a !important;
    font-size:17px !important;
    line-height:1 !important;
    background:
      radial-gradient(circle at 35% 30%,rgba(255,224,151,.14),transparent 42%),
      linear-gradient(180deg,#2a2118,#100d0b) !important;
    border:1px solid rgba(224,169,77,.55) !important;
    box-shadow:
      inset 0 0 8px rgba(255,192,87,.08),
      0 0 8px rgba(185,121,49,.12) !important;
    text-shadow:0 0 7px rgba(255,195,83,.40) !important;
    transition:all .22s ease !important;
}
.nav-icon::before{
    content:"" !important;
    position:absolute !important;
    inset:-3px !important;
    border-radius:50% !important;
    border:1px solid rgba(128,62,197,.16) !important;
    transform:none !important;
}
.neoria-menu a:hover .nav-icon,
.neoria-menu a.active .nav-icon{
    color:#ffe6a6 !important;
    border-color:#e8b65b !important;
    background:
      radial-gradient(circle at 35% 30%,rgba(255,230,165,.24),transparent 42%),
      linear-gradient(180deg,#4a2a56,#1b1024) !important;
    box-shadow:
      0 0 10px rgba(230,177,88,.34),
      0 0 18px rgba(137,53,221,.32),
      inset 0 0 10px rgba(255,221,149,.08) !important;
    transform:scale(1.08) !important;
}

.nav-label{
    font:700 10px Georgia,serif !important;
    color:#ece3d6 !important;
    letter-spacing:.20px !important;
}

/* Login / Play Now */
.nav-login,.nav-play{
    height:52px !important;
    border-radius:8px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    font-weight:800 !important;
}
.nav-login{
    border:1px solid rgba(223,166,76,.58) !important;
    background:linear-gradient(180deg,#191419,#09080a) !important;
}
.nav-login:hover{
    border-color:#f0bd63 !important;
    box-shadow:0 0 16px rgba(231,170,79,.18) !important;
}
.action-icon{
    width:25px !important;
    height:25px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:50% !important;
    border:1px solid rgba(231,174,87,.45) !important;
    color:#efc36b !important;
    background:rgba(37,26,17,.85) !important;
    font-size:13px !important;
}
.nav-play{
    position:relative !important;
    overflow:hidden !important;
    border:1px solid #ba58e8 !important;
    background:linear-gradient(180deg,#8f2abe,#52136f) !important;
    box-shadow:
      inset 0 0 17px rgba(255,208,255,.10),
      0 0 18px rgba(155,50,229,.28) !important;
}
.nav-play::after{
    content:"" !important;
    position:absolute !important;
    top:-40% !important;
    left:-45% !important;
    width:35% !important;
    height:180% !important;
    transform:rotate(18deg) !important;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent) !important;
    animation:playSweepV17 2.7s ease-in-out infinite !important;
}
@keyframes playSweepV17{
    0%,55%{left:-45%;opacity:0}
    65%{opacity:1}
    100%{left:125%;opacity:0}
}
.play-gem{
    color:#ffd46d !important;
    text-shadow:0 0 8px #ffb144,0 0 14px #ae44ff !important;
    animation:playGemV17 1.7s ease-in-out infinite !important;
}
@keyframes playGemV17{
    0%,100%{transform:scale(.88);opacity:.78}
    50%{transform:scale(1.18);opacity:1}
}

/* Keep only logo animation */
.neoria-brand img{
    animation:
      dragonLogoSpinV16 5s cubic-bezier(.65,.05,.36,1) infinite,
      dragonLogoHueV16 8s linear infinite !important;
}


/* =========================================================
   NEORIA v18 — METIN2-STYLE NAVIGATION
   Clean dark metal, antique gold, carved corners, no emoji.
   ========================================================= */

.neoria-menu{
  gap:2px !important;
  padding:0 !important;
  border:1px solid rgba(164,110,43,.58) !important;
  border-radius:3px !important;
  background:
    linear-gradient(180deg,rgba(13,12,13,.97),rgba(5,5,6,.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,226,154,.04),
    inset 0 -1px 0 rgba(0,0,0,.9),
    0 8px 22px rgba(0,0,0,.36) !important;
}

.neoria-menu a{
  min-width:94px !important;
  height:58px !important;
  padding:5px 12px 6px !important;
  border:0 !important;
  border-right:1px solid rgba(126,84,35,.26) !important;
  border-radius:0 !important;
  background:
    linear-gradient(180deg,rgba(18,17,18,.92),rgba(7,7,8,.96)) !important;
  box-shadow:none !important;
  transform:none !important;
  position:relative !important;
  overflow:hidden !important;
}

.neoria-menu a:first-child{border-radius:2px 0 0 2px !important}
.neoria-menu a:last-child{border-right:0 !important;border-radius:0 2px 2px 0 !important}

.neoria-menu a::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    radial-gradient(circle at 50% 115%,rgba(115,39,151,.34),transparent 54%) !important;
  opacity:0 !important;
  transition:opacity .22s ease !important;
}

.neoria-menu a::after{
  content:"" !important;
  position:absolute !important;
  left:20% !important;
  right:20% !important;
  bottom:0 !important;
  height:2px !important;
  background:linear-gradient(90deg,transparent,#9f42d2,#e0a94d,#9f42d2,transparent) !important;
  opacity:0 !important;
  transform:scaleX(.4) !important;
  transition:.22s ease !important;
}

.neoria-menu a:hover,
.neoria-menu a.active{
  background:
    linear-gradient(180deg,rgba(36,26,40,.96),rgba(12,8,15,.98)) !important;
  box-shadow:
    inset 0 0 18px rgba(115,42,162,.12) !important;
}

.neoria-menu a:hover::before,
.neoria-menu a.active::before{
  opacity:1 !important;
}

.neoria-menu a:hover::after,
.neoria-menu a.active::after{
  opacity:1 !important;
  transform:scaleX(1) !important;
}

/* Gold fantasy glyphs */
.nav-icon{
  width:26px !important;
  height:26px !important;
  margin-bottom:2px !important;
  display:grid !important;
  place-items:center !important;
  border:0 !important;
  border-radius:0 !important;
  background:none !important;
  box-shadow:none !important;
  color:#c99443 !important;
  transition:transform .2s ease,color .2s ease,filter .2s ease !important;
}
.nav-icon::before{display:none !important}
.nav-icon svg{
  width:21px !important;
  height:21px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.55 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 1px 0 #2b1906) !important;
}

.neoria-menu a:hover .nav-icon,
.neoria-menu a.active .nav-icon{
  color:#f2c66b !important;
  transform:translateY(-1px) scale(1.08) !important;
  filter:
    drop-shadow(0 0 4px rgba(232,176,76,.45))
    drop-shadow(0 0 8px rgba(125,46,169,.24)) !important;
}

.nav-label{
  position:relative !important;
  z-index:2 !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.1px !important;
  color:#ddd4c5 !important;
  text-shadow:0 1px 2px #000 !important;
}

.neoria-menu a:hover .nav-label,
.neoria-menu a.active .nav-label{
  color:#f4e5c7 !important;
}

/* Active menu gets a small Metin-style diamond */
.neoria-menu a.active .nav-icon::after{
  content:"" !important;
  position:absolute !important;
  top:-3px !important;
  width:5px !important;
  height:5px !important;
  background:#c887e8 !important;
  border:1px solid #e1b6f2 !important;
  transform:rotate(45deg) !important;
  box-shadow:0 0 7px rgba(170,72,220,.65) !important;
}

/* Login: iron/gold */
.nav-login{
  height:54px !important;
  width:102px !important;
  border-radius:3px !important;
  border:1px solid rgba(178,119,48,.70) !important;
  background:
    linear-gradient(180deg,#171414,#090808) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,223,151,.05),
    inset 0 0 14px rgba(0,0,0,.42) !important;
  color:#eadfce !important;
  transition:.22s ease !important;
}
.nav-login:hover{
  border-color:#d6a14f !important;
  background:linear-gradient(180deg,#231b16,#0c0908) !important;
  box-shadow:0 0 12px rgba(190,128,47,.16) !important;
}

.action-icon{
  width:20px !important;
  height:20px !important;
  display:grid !important;
  place-items:center !important;
  border:0 !important;
  background:none !important;
  color:#c99443 !important;
}
.action-icon svg{
  width:18px !important;
  height:18px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.7 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

/* Play Now: purple crystal button with gold frame */
.nav-play{
  height:54px !important;
  width:142px !important;
  border-radius:3px !important;
  border:1px solid #a755c8 !important;
  outline:1px solid rgba(191,128,52,.48) !important;
  outline-offset:2px !important;
  background:
    radial-gradient(circle at 50% 0%,rgba(200,90,255,.25),transparent 46%),
    linear-gradient(180deg,#6f278e,#361047) !important;
  box-shadow:
    inset 0 0 18px rgba(225,155,255,.10),
    0 0 14px rgba(127,38,173,.24) !important;
  color:white !important;
  text-shadow:0 1px 2px rgba(0,0,0,.65) !important;
  transition:.22s ease !important;
}
.nav-play:hover{
  border-color:#c06fe0 !important;
  background:
    radial-gradient(circle at 50% 0%,rgba(230,137,255,.32),transparent 46%),
    linear-gradient(180deg,#8531aa,#48145f) !important;
  box-shadow:
    inset 0 0 20px rgba(239,180,255,.13),
    0 0 18px rgba(158,53,206,.34) !important;
  transform:translateY(-1px) !important;
}
.play-gem{
  width:18px !important;
  height:18px !important;
  display:grid !important;
  place-items:center !important;
  color:#efbe60 !important;
  animation:playGemV18 1.8s ease-in-out infinite !important;
}
.play-gem svg{
  width:17px !important;
  height:17px !important;
  fill:currentColor !important;
  stroke:none !important;
}
@keyframes playGemV18{
  0%,100%{transform:scale(.94);filter:drop-shadow(0 0 2px rgba(238,184,91,.25))}
  50%{transform:scale(1.08);filter:drop-shadow(0 0 6px rgba(238,184,91,.55))}
}

/* Keep rotating / color-changing dragon logo */
.neoria-brand img{
  animation:
    dragonLogoSpinV16 5s cubic-bezier(.65,.05,.36,1) infinite,
    dragonLogoHueV16 8s linear infinite !important;
}


/* =========================================================
   NEORIA v19 — SMALLER, SOFTER METIN NAV BUTTONS
   ========================================================= */
.neoria-menu{
    gap:5px !important;
    padding:4px !important;
    border-radius:16px !important;
    background:rgba(7,7,9,.82) !important;
    border:1px solid rgba(169,116,48,.38) !important;
}

.neoria-menu a{
    min-width:72px !important;
    width:auto !important;
    height:40px !important;
    padding:3px 9px !important;
    gap:2px !important;
    border:1px solid rgba(177,124,54,.18) !important;
    border-radius:13px !important;
    background:
      linear-gradient(180deg,rgba(27,23,24,.90),rgba(9,8,10,.94)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,226,161,.035),
      0 2px 7px rgba(0,0,0,.22) !important;
}

.neoria-menu a:first-child,
.neoria-menu a:last-child{
    border-radius:13px !important;
}

.neoria-menu a:hover,
.neoria-menu a.active{
    transform:translateY(-1px) !important;
    border-color:rgba(221,164,75,.56) !important;
    background:
      radial-gradient(circle at 50% 120%,rgba(119,41,158,.28),transparent 62%),
      linear-gradient(180deg,rgba(39,29,41,.94),rgba(13,9,16,.96)) !important;
    box-shadow:
      inset 0 0 12px rgba(131,48,172,.10),
      0 3px 9px rgba(0,0,0,.26) !important;
}

.nav-icon{
    width:18px !important;
    height:18px !important;
    margin:0 !important;
}
.nav-icon svg{
    width:15px !important;
    height:15px !important;
    stroke-width:1.6 !important;
}
.nav-label{
    font-size:9px !important;
    line-height:10px !important;
    white-space:nowrap !important;
}

/* Smaller rounded action buttons */
.nav-login{
    width:82px !important;
    height:40px !important;
    border-radius:13px !important;
    font-size:11px !important;
}
.nav-play{
    width:112px !important;
    height:40px !important;
    border-radius:13px !important;
    font-size:11px !important;
    outline:none !important;
}
.action-icon{
    width:17px !important;
    height:17px !important;
}
.action-icon svg{
    width:15px !important;
    height:15px !important;
}
.play-gem,
.play-gem svg{
    width:14px !important;
    height:14px !important;
}

/* Slightly more breathing room around compact controls */
.neoria-nav-actions{
    gap:7px !important;
}

@media(max-width:1250px){
    .neoria-menu a{
        min-width:64px !important;
        padding-left:6px !important;
        padding-right:6px !important;
    }
    .nav-label{font-size:8.5px !important}
}


/* =========================================================
   NEORIA v20 — REMOVE LARGE MENU CONTAINER
   Only individual Metin2-style buttons remain visible.
   ========================================================= */

/* Completely remove the big rounded rectangle around the menu */
.neoria-menu{
    background:transparent !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    padding:0 !important;
    gap:6px !important;
    overflow:visible !important;
}

/* Keep only compact individual buttons */
.neoria-menu a{
    min-width:72px !important;
    width:auto !important;
    height:40px !important;
    padding:3px 10px !important;
    border-radius:12px !important;
    border:1px solid rgba(177,124,54,.24) !important;
    background:
      linear-gradient(180deg,rgba(25,21,22,.88),rgba(8,8,10,.91)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,225,157,.035),
      0 2px 7px rgba(0,0,0,.24) !important;
}

.neoria-menu a:first-child,
.neoria-menu a:last-child{
    border-radius:12px !important;
}

.neoria-menu a:hover,
.neoria-menu a.active{
    border-color:rgba(223,165,75,.62) !important;
    background:
      radial-gradient(circle at 50% 115%,rgba(125,42,168,.34),transparent 62%),
      linear-gradient(180deg,rgba(43,30,45,.94),rgba(13,9,16,.95)) !important;
    box-shadow:
      inset 0 0 12px rgba(134,48,181,.11),
      0 0 10px rgba(124,44,170,.12),
      0 3px 8px rgba(0,0,0,.28) !important;
}

/* Keep the navbar itself visually clean */
.neoria-nav{
    box-shadow:0 1px 0 rgba(165,109,42,.30),0 8px 24px rgba(0,0,0,.18) !important;
}


/* =========================================================
   NEORIA v21 — COMPACT FOOTER + SMALLER NAV BUTTONS
   ========================================================= */

/* Smaller navbar buttons */
.neoria-menu{
    gap:4px !important;
}
.neoria-menu a{
    min-width:62px !important;
    height:34px !important;
    padding:2px 7px !important;
    border-radius:10px !important;
}
.neoria-menu a:first-child,
.neoria-menu a:last-child{
    border-radius:10px !important;
}
.nav-icon{
    width:15px !important;
    height:15px !important;
}
.nav-icon svg{
    width:13px !important;
    height:13px !important;
}
.nav-label{
    font-size:8px !important;
    line-height:9px !important;
}
.nav-login{
    width:72px !important;
    height:34px !important;
    border-radius:10px !important;
    font-size:10px !important;
}
.nav-play{
    width:96px !important;
    height:34px !important;
    border-radius:10px !important;
    font-size:10px !important;
}
.action-icon,
.action-icon svg,
.play-gem,
.play-gem svg{
    width:13px !important;
    height:13px !important;
}

/* Compact footer area */
.footer-v10,
.site-footer,
footer{
    padding-top:18px !important;
    padding-bottom:10px !important;
}

.footer-v10-inner,
.footer-inner,
.footer-wrap{
    width:min(1120px,88vw) !important;
    max-width:1120px !important;
    margin:0 auto !important;
    padding:18px 22px 12px !important;
}

/* Reduce logo and spacing in footer */
.footer-v10-brand{
    gap:8px !important;
}
.footer-v10-brand img{
    width:210px !important;
    max-height:92px !important;
    object-fit:contain !important;
}
.footer-v10-brand p{
    max-width:360px !important;
    margin-top:4px !important;
    font-size:14px !important;
    line-height:1.45 !important;
}

/* Footer columns tighter */
.footer-v10-grid{
    gap:36px !important;
    align-items:start !important;
}
.footer-v10-col h4,
.footer-v10-column h4{
    margin-bottom:8px !important;
    font-size:12px !important;
}
.footer-v10-col a,
.footer-v10-column a{
    font-size:13px !important;
    line-height:1.55 !important;
    margin-bottom:2px !important;
}

/* Copyright line more compact */
.footer-v10-bottom,
.footer-bottom{
    margin-top:14px !important;
    padding-top:10px !important;
    font-size:11px !important;
}

/* In case the footer uses generic container sizing */
footer .container{
    width:min(1120px,88vw) !important;
    max-width:1120px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

@media(max-width:1200px){
    .neoria-menu a{min-width:56px !important;padding-left:5px !important;padding-right:5px !important}
    .nav-label{font-size:7.5px !important}
}
@media(max-width:900px){
    .footer-v10-inner,
    .footer-inner,
    .footer-wrap,
    footer .container{
        width:min(94vw,900px) !important;
        padding-left:14px !important;
        padding-right:14px !important;
    }
}


/* NEORIA/NEORIA2 v22 — CENTER DRAGON LOGO */
.hero-v12{position:relative!important;overflow:hidden!important}
.neoria2-center-v22{
 position:absolute;left:50%;top:48%;z-index:5;
 width:min(620px,44vw);
 transform:translate(-50%,-50%);
 pointer-events:none;
 perspective:1100px;
}
.neoria2-center-v22 img{
 display:block;width:100%;height:auto;
 filter:drop-shadow(0 0 10px rgba(144,49,222,.38))
        drop-shadow(0 0 22px rgba(236,148,48,.20));
 transform-origin:50% 50%;
 animation:neoria2CycleV22 8s ease-in-out infinite;
 will-change:transform,opacity,filter;
}
@keyframes neoria2CycleV22{
 0%{opacity:0;transform:scale(.72) rotateY(-90deg);filter:hue-rotate(0deg) drop-shadow(0 0 4px rgba(145,50,225,.2))}
 12%{opacity:1;transform:scale(1) rotateY(0deg);filter:hue-rotate(0deg) drop-shadow(0 0 16px rgba(145,50,225,.45))}
 40%{opacity:1;transform:scale(1.035) rotateY(0deg);filter:hue-rotate(20deg) drop-shadow(0 0 22px rgba(238,146,46,.34))}
 62%{opacity:1;transform:scale(1) rotateY(360deg);filter:hue-rotate(-18deg) drop-shadow(0 0 22px rgba(154,61,238,.48))}
 78%{opacity:1;transform:scale(.96) rotateY(360deg)}
 90%{opacity:0;transform:scale(.78) rotateY(450deg);filter:blur(2px) hue-rotate(35deg)}
 100%{opacity:0;transform:scale(.72) rotateY(450deg)}
}
@media(max-width:900px){.neoria2-center-v22{width:min(560px,62vw);top:47%}}
@media(max-width:650px){.neoria2-center-v22{width:82vw;top:44%}}
@media(prefers-reduced-motion:reduce){.neoria2-center-v22 img{animation:none!important;opacity:1!important}}

/* v23 true transparent center emblem */
.neoria2-center-v22{background:transparent!important;}
.neoria2-center-v22 img{background:transparent!important;}

/* v25 genuine alpha PNG — no rectangular background */
.noria2-center-v22,.neoria2-center-v22{background:none!important;}
.noria2-center-v22 img,.neoria2-center-v22 img{background:none!important;}

/* NEORIA2 v26 — genuine transparent dragon emblem */
.noria2-center-v22,
.neoria2-center-v22{
    width:min(520px,38vw) !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
}
.noria2-center-v22 img,
.neoria2-center-v22 img{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    object-fit:contain !important;
}
@media(max-width:900px){
    .noria2-center-v22,.neoria2-center-v22{width:min(470px,56vw)!important}
}
@media(max-width:650px){
    .noria2-center-v22,.neoria2-center-v22{width:76vw!important}
}


/* =========================================================
   NEORIA2 v27 — BALANCED CENTER DRAGON LOGO
   Smaller emblem so the original background remains visible.
   ========================================================= */
.noria2-center-v22,
.neoria2-center-v22{
    width:clamp(280px, 27vw, 430px) !important;
    max-width:430px !important;
    left:50% !important;
    top:46% !important;
    transform:translate(-50%,-50%) !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    pointer-events:none !important;
    z-index:5 !important;
}

.noria2-center-v22 img,
.neoria2-center-v22 img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    opacity:.96;
    filter:
      drop-shadow(0 0 7px rgba(140,48,215,.34))
      drop-shadow(0 0 13px rgba(229,151,56,.16)) !important;
}

/* Keep the animation elegant instead of zooming too much */
@keyframes noria2CycleV22{
    0%{
        opacity:0;
        transform:scale(.90) rotateY(-70deg);
        filter:hue-rotate(0deg);
    }
    13%{
        opacity:.96;
        transform:scale(1) rotateY(0deg);
    }
    48%{
        opacity:.96;
        transform:scale(1.015) rotateY(0deg);
    }
    65%{
        opacity:.96;
        transform:scale(1) rotateY(360deg);
    }
    82%{
        opacity:.92;
        transform:scale(.98) rotateY(360deg);
    }
    94%{
        opacity:0;
        transform:scale(.91) rotateY(420deg);
    }
    100%{
        opacity:0;
        transform:scale(.90) rotateY(420deg);
    }
}

@media(max-width:1000px){
    .noria2-center-v22,
    .neoria2-center-v22{
        width:clamp(250px,34vw,370px) !important;
        top:45% !important;
    }
}

@media(max-width:650px){
    .noria2-center-v22,
    .neoria2-center-v22{
        width:min(68vw,320px) !important;
        top:43% !important;
    }
}

/* =========================================================
   NEORIA2 v28 — MODERN METIN2 UI
   ========================================================= */
:root{
  --n-bg:rgba(8,8,12,.68);
  --n-bg-strong:rgba(8,8,12,.88);
  --n-line:rgba(206,153,72,.24);
  --n-gold:#d6a451;
  --n-gold2:#f1cb7d;
  --n-purple:#8f42d8;
  --n-purple2:#b35cff;
  --n-text:#eee7dd;
  --n-muted:#a8a4ae;
  --n-radius:18px;
}

.neoria-nav{
  background:linear-gradient(180deg,rgba(8,8,12,.78),rgba(7,7,10,.66)) !important;
  backdrop-filter:blur(16px) saturate(1.15) !important;
  -webkit-backdrop-filter:blur(16px) saturate(1.15) !important;
  border-bottom:1px solid rgba(201,145,64,.22) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.24),inset 0 -1px 0 rgba(255,255,255,.02) !important;
}
.neoria-menu{gap:5px !important}
.neoria-menu a{
  min-width:58px !important;height:32px !important;padding:2px 7px !important;
  border-radius:11px !important;border:1px solid rgba(198,143,65,.16) !important;
  background:linear-gradient(180deg,rgba(29,26,31,.62),rgba(9,9,12,.58)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 3px 10px rgba(0,0,0,.13) !important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease !important;
}
.neoria-menu a:hover,.neoria-menu a.active{
  transform:translateY(-1px) !important;
  border-color:rgba(233,181,91,.52) !important;
  background:radial-gradient(circle at 50% 120%,rgba(132,52,191,.28),transparent 64%),linear-gradient(180deg,rgba(44,34,49,.78),rgba(13,10,17,.72)) !important;
  box-shadow:0 5px 14px rgba(0,0,0,.20),0 0 14px rgba(133,48,194,.10),inset 0 0 11px rgba(153,57,214,.06) !important;
}
.nav-icon{width:14px !important;height:14px !important;color:#cfa15a !important}
.nav-icon svg{width:12px !important;height:12px !important}
.nav-label{font-size:7.5px !important;line-height:8px !important;color:#ded7cc !important}

.nav-login{
  width:68px !important;height:32px !important;border-radius:11px !important;
  border:1px solid rgba(209,154,74,.34) !important;
  background:linear-gradient(180deg,rgba(28,24,25,.70),rgba(9,9,11,.70)) !important;
  box-shadow:none !important;
}
.nav-play{
  width:92px !important;height:32px !important;border-radius:11px !important;
  border:1px solid rgba(190,95,229,.64) !important;outline:0 !important;
  background:radial-gradient(circle at 50% 0%,rgba(227,141,255,.16),transparent 45%),linear-gradient(180deg,#6f288f,#421457) !important;
  box-shadow:0 0 16px rgba(139,50,201,.18),inset 0 0 12px rgba(255,255,255,.04) !important;
}

.hero-v12{min-height:calc(100vh - 78px) !important}
.site-world-shade{
  background:linear-gradient(180deg,rgba(2,3,6,.04),rgba(2,3,6,.10) 58%,rgba(2,3,6,.48)) !important;
}
.noria2-center-v22,.neoria2-center-v22{
  width:clamp(270px,25vw,410px) !important;
  top:45% !important;
}
.noria2-center-v22 img,.neoria2-center-v22 img{
  filter:drop-shadow(0 0 8px rgba(139,51,214,.30)) drop-shadow(0 0 16px rgba(222,149,63,.13)) !important;
}

.stats-v12{
  width:min(1180px,92vw) !important;
  margin:-14px auto 0 !important;
  padding:12px !important;
  border:1px solid rgba(206,153,72,.20) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(13,13,18,.67),rgba(8,8,12,.74)) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
  box-shadow:0 18px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.025) !important;
}
.stats-v12 > *{
  border-radius:14px !important;
  border:1px solid rgba(210,157,75,.11) !important;
  background:rgba(255,255,255,.015) !important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease !important;
}
.stats-v12 > *:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(218,166,81,.26) !important;
  background:rgba(128,55,170,.05) !important;
}

.home-content-v12{
  width:min(1180px,92vw) !important;
  margin:18px auto 34px !important;
}
.cards-v10{gap:14px !important}
.cards-v10 > *{
  border-radius:18px !important;
  border:1px solid rgba(205,151,70,.16) !important;
  background:linear-gradient(180deg,rgba(17,17,22,.68),rgba(8,8,12,.76)) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  box-shadow:0 14px 30px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.02) !important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease !important;
}
.cards-v10 > *:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(220,169,84,.28) !important;
  box-shadow:0 18px 36px rgba(0,0,0,.25),0 0 20px rgba(126,44,176,.07) !important;
}

.inner-page .panel,.inner-page .card,.inner-page .box,.inner-page form{
  border-radius:18px !important;
  border:1px solid rgba(205,151,70,.16) !important;
  background:linear-gradient(180deg,rgba(16,16,21,.72),rgba(8,8,12,.78)) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  box-shadow:0 14px 32px rgba(0,0,0,.20) !important;
}

button,.btn,.button,input[type="submit"]{
  border-radius:12px !important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease !important;
}
button:hover,.btn:hover,.button:hover,input[type="submit"]:hover{transform:translateY(-1px)}

.footer-v10,.site-footer,footer{
  background:linear-gradient(180deg,rgba(8,8,12,.78),rgba(5,5,8,.94)) !important;
  border-top:1px solid rgba(206,153,72,.14) !important;
}
.footer-v10-inner,.footer-inner,.footer-wrap,footer .container{border-radius:20px !important}
.footer-v10-col h4,.footer-v10-column h4{letter-spacing:.12em !important}

body{text-rendering:optimizeLegibility}
a{transition:color .18s ease,opacity .18s ease,transform .18s ease !important}
.particle{opacity:.72 !important;filter:blur(.2px)}

@media(max-width:1100px){
  .neoria-menu a{min-width:54px !important;padding-left:5px !important;padding-right:5px !important}
}
@media(max-width:760px){
  .neoria-nav{backdrop-filter:blur(12px) saturate(1.1) !important}
  .stats-v12,.home-content-v12{width:94vw !important}
}


/* =========================================================
   NEORIA2 v29 — VISIBLE MODERN REDESIGN + FAST ENTRY INTRO
   ========================================================= */

/* Entry intro: shown once per browser session */
body.neoria-loading{overflow:hidden!important}
.neoria-entry-loader{
  position:fixed;inset:0;z-index:999999;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 50% 48%,rgba(97,34,143,.20),transparent 27%),
    linear-gradient(180deg,#060609,#09070b 55%,#050506);
  opacity:1;visibility:visible;
  transition:opacity .55s ease,visibility .55s ease;
  will-change:opacity;
}
.neoria-entry-loader::before{
  content:"";position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(226,178,89,.36) 0 1px,transparent 1.3px);
  background-size:70px 70px;
  opacity:.10;
  animation:entryDustV29 9s linear infinite;
  will-change:transform;
}
.neoria-entry-loader.is-leaving{opacity:0;visibility:hidden;pointer-events:none}
.entry-glow{
  position:absolute;width:min(540px,68vw);aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(139,56,214,.22),rgba(210,142,57,.06) 42%,transparent 68%);
  animation:entryGlowV29 2.1s ease-in-out infinite;
  will-change:transform,opacity;
}
.entry-logo{
  position:relative;z-index:2;width:min(470px,70vw);height:auto;
  animation:entryLogoV29 3.3s cubic-bezier(.2,.75,.25,1) both;
  filter:drop-shadow(0 0 14px rgba(135,48,207,.34)) drop-shadow(0 0 24px rgba(214,148,58,.13));
  will-change:transform,opacity;
}
.entry-line{position:relative;z-index:2;width:min(320px,52vw);height:1px;margin-top:20px;background:rgba(215,165,78,.12);overflow:hidden}
.entry-line span{display:block;height:100%;width:38%;background:linear-gradient(90deg,transparent,#d9a552,#a54be0,transparent);animation:entryLineV29 1.4s ease-in-out infinite;will-change:transform}
.entry-text{position:relative;z-index:2;margin-top:11px;font:700 9px Georgia,serif;letter-spacing:.34em;color:rgba(224,205,177,.58)}
@keyframes entryLogoV29{
  0%{opacity:0;transform:scale(.76) rotateY(-40deg)}
  24%{opacity:1;transform:scale(1.03) rotateY(0)}
  60%{opacity:1;transform:scale(1)}
  100%{opacity:1;transform:scale(1)}
}
@keyframes entryGlowV29{0%,100%{opacity:.56;transform:scale(.92)}50%{opacity:1;transform:scale(1.05)}}
@keyframes entryLineV29{0%{transform:translateX(-120%)}100%{transform:translateX(340%)}}
@keyframes entryDustV29{from{transform:translate3d(0,0,0)}to{transform:translate3d(70px,70px,0)}}

/* Hero redesign */
.home-v29{position:relative}
.hero-v29{
  min-height:calc(100vh - 74px);position:relative;display:flex;align-items:center;justify-content:center;
  overflow:hidden;text-align:center;padding:110px 20px 130px;
}
.hero-v29::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:42%;
  background:linear-gradient(180deg,transparent,rgba(5,5,8,.24) 62%,rgba(5,5,8,.80));
  pointer-events:none;
}
.hero-kicker-v29{
  position:absolute;top:9%;left:50%;transform:translateX(-50%);
  display:flex;align-items:center;gap:13px;white-space:nowrap;
  color:rgba(234,216,187,.66);font:700 9px Georgia,serif;letter-spacing:.25em;
}
.hero-kicker-v29 span{display:block;width:44px;height:1px;background:linear-gradient(90deg,transparent,#d4a151)}
.hero-kicker-v29 span:last-child{transform:scaleX(-1)}
.hero-logo-v29{top:37%!important;width:clamp(270px,25vw,400px)!important}
.hero-copy-v29{
  position:absolute;z-index:8;left:50%;top:63%;transform:translateX(-50%);
  width:min(660px,90vw);
}
.hero-copy-v29>p{margin:0 auto 18px;max-width:560px;color:rgba(230,223,214,.72);font-size:13px;line-height:1.55;text-shadow:0 2px 8px #000}
.hero-actions-v29{display:flex;justify-content:center;gap:10px}
.hero-actions-v29 a{
  min-width:190px;height:58px;display:flex;align-items:center;justify-content:center;gap:11px;
  border-radius:12px;text-decoration:none;position:relative;overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  will-change:transform;
}
.hero-actions-v29 a:hover{transform:translateY(-3px)}
.hero-actions-v29 a span:last-child{display:flex;flex-direction:column;text-align:left}
.hero-actions-v29 strong{font:800 12px Georgia,serif;letter-spacing:.08em}
.hero-actions-v29 small{margin-top:2px;font-size:9px;color:rgba(238,228,214,.50)}
.hero-btn-icon{font-size:15px}
.hero-play-v29{
  color:#fff;border:1px solid rgba(195,94,234,.72);
  background:radial-gradient(circle at 50% 0,rgba(229,149,255,.20),transparent 45%),linear-gradient(180deg,#782a99,#46145c);
  box-shadow:0 10px 26px rgba(102,30,145,.25),inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-play-v29 .hero-btn-icon{color:#efc467;text-shadow:0 0 9px rgba(239,196,103,.48)}
.hero-play-v29:hover{box-shadow:0 13px 32px rgba(123,38,173,.36),0 0 18px rgba(166,74,215,.18)}
.hero-download-v29{
  color:#efe8de;border:1px solid rgba(205,154,77,.34);
  background:linear-gradient(180deg,rgba(23,21,23,.80),rgba(8,8,10,.82));
  backdrop-filter:blur(10px);
}
.hero-download-v29 .hero-btn-icon{color:#d5a452}
.hero-download-v29:hover{border-color:rgba(226,175,91,.58);box-shadow:0 12px 28px rgba(0,0,0,.28)}
.scroll-v29{
  position:absolute;z-index:9;bottom:34px;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;text-decoration:none;color:rgba(226,216,201,.48);
}
.scroll-v29 span{font-size:18px;animation:scrollV29 1.6s ease-in-out infinite;will-change:transform}
.scroll-v29 small{font:700 7px Georgia,serif;letter-spacing:.22em}
@keyframes scrollV29{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}

/* Floating overview */
.server-overview-v29{
  position:relative;z-index:15;width:min(1180px,92vw);margin:-22px auto 0;
  display:grid;grid-template-columns:1.25fr repeat(5,1fr);gap:1px;
  padding:1px;border:1px solid rgba(205,154,76,.18);border-radius:18px;overflow:hidden;
  background:rgba(197,145,67,.10);
  box-shadow:0 22px 48px rgba(0,0,0,.27);
}
.server-overview-v29>div{
  min-height:76px;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px;
  background:linear-gradient(180deg,rgba(18,18,23,.91),rgba(8,8,12,.92));
  backdrop-filter:blur(15px);
}
.server-overview-v29 small{display:block;font:700 7px Georgia,serif;letter-spacing:.12em;color:#817d81}
.server-overview-v29 strong{display:block;margin-top:3px;font:800 16px Georgia,serif;color:#e9dfcf}
.server-status-v29{justify-content:flex-start!important;padding-left:22px!important}
.status-pulse-v29{width:32px;height:32px;border:1px solid rgba(255,255,255,.07);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.02)}
.status-pulse-v29 i{width:9px;height:9px;border-radius:50%}
.server-status-v29.online .status-pulse-v29 i{background:#35e85a;box-shadow:0 0 8px #35e85a,0 0 16px rgba(53,232,90,.6)}
.server-status-v29.online strong{color:#35e85a}
.server-status-v29.offline .status-pulse-v29 i{background:#ff334d;box-shadow:0 0 8px #ff334d,0 0 16px rgba(255,51,77,.58)}
.server-status-v29.offline strong{color:#ff334d}
.stat-icon-v29{color:#c6964b;font-size:17px;opacity:.82}

/* Section */
.modern-section-v29,.dashboard-grid-v29,.quick-bar-v29{width:min(1180px,92vw);margin-left:auto;margin-right:auto}
.modern-section-v29{padding:70px 0 22px}
.section-heading-v29{display:flex;align-items:flex-end;gap:25px;margin-bottom:22px}
.section-heading-v29 small,.news-panel-v29 header small,.community-panel-v29>small{
  font:700 8px Georgia,serif;letter-spacing:.20em;color:#9b6ec0;
}
.section-heading-v29 h2,.news-panel-v29 h2,.community-panel-v29 h2{
  margin:5px 0 0;font:700 25px Georgia,serif;color:#f0e7da;
}
.heading-line-v29{flex:1;height:1px;margin-bottom:7px;background:linear-gradient(90deg,rgba(202,148,69,.25),transparent)}

.feature-grid-v29{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.feature-card-v29{
  position:relative;min-height:230px;padding:25px;border-radius:18px;text-decoration:none;overflow:hidden;
  display:flex;flex-direction:column;justify-content:flex-end;
  border:1px solid rgba(199,145,67,.16);
  background:linear-gradient(145deg,rgba(20,19,24,.86),rgba(8,8,12,.92));
  box-shadow:0 16px 34px rgba(0,0,0,.18);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  will-change:transform;
}
.feature-card-v29::before{
  content:"";position:absolute;inset:0;opacity:.16;transition:opacity .22s ease;
  background:radial-gradient(circle at 18% 20%,var(--accent),transparent 38%);
}
.feature-card-v29:hover{transform:translateY(-5px);border-color:rgba(219,166,82,.32);box-shadow:0 23px 42px rgba(0,0,0,.26)}
.feature-card-v29:hover::before{opacity:.28}
.feature-card-v29.purple{--accent:#933ed0}.feature-card-v29.gold{--accent:#c88e3c}.feature-card-v29.violet{--accent:#653ec9}
.feature-number-v29{position:absolute;right:20px;top:15px;font:700 42px Georgia,serif;color:rgba(255,255,255,.025)}
.feature-symbol-v29{
  width:46px;height:46px;margin-bottom:25px;border-radius:14px;display:grid;place-items:center;
  color:#deb15f;font-size:20px;border:1px solid rgba(214,163,78,.22);background:rgba(255,255,255,.025);
}
.feature-card-v29 small{font:700 7px Georgia,serif;letter-spacing:.19em;color:#9275a4}
.feature-card-v29 h3{margin:5px 0 7px;color:#eee5da;font:700 17px Georgia,serif}
.feature-card-v29 p{margin:0;max-width:310px;color:#88858d;font-size:11px;line-height:1.55}
.feature-card-v29 b{margin-top:18px;color:#cba35f;font:700 8px Georgia,serif;letter-spacing:.08em}

/* News + community */
.dashboard-grid-v29{display:grid;grid-template-columns:1.55fr .85fr;gap:12px;padding:20px 0}
.news-panel-v29,.community-panel-v29{
  border:1px solid rgba(199,145,67,.16);border-radius:18px;
  background:linear-gradient(160deg,rgba(18,18,23,.90),rgba(7,7,11,.94));
  box-shadow:0 16px 36px rgba(0,0,0,.20);
}
.news-panel-v29{padding:23px}
.news-panel-v29 header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}
.news-panel-v29 header a{color:#b88d4c;text-decoration:none;font-size:9px}
.news-row-v29{
  min-height:68px;display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:12px;padding:8px 10px;
  text-decoration:none;border-top:1px solid rgba(255,255,255,.035);transition:background .16s ease,transform .16s ease;
}
.news-row-v29:hover{background:rgba(129,48,177,.045);transform:translateX(3px)}
.news-tag-v29{width:38px;height:23px;border-radius:7px;display:grid;place-items:center;font:800 7px Georgia,serif;color:#e5c57e;border:1px solid rgba(213,164,80,.22);background:rgba(196,137,52,.07)}
.news-tag-v29.update{color:#c59ce2;border-color:rgba(152,77,195,.25);background:rgba(132,58,176,.07)}
.news-tag-v29.shop{color:#e6b4cf;border-color:rgba(191,79,133,.24);background:rgba(182,72,123,.07)}
.news-row-v29 strong{display:block;color:#e5ded4;font:700 12px Georgia,serif}
.news-row-v29 small{display:block;margin-top:3px;color:#77747c;font-size:9px}
.news-row-v29 time{font:700 7px Georgia,serif;color:#615e64;letter-spacing:.09em}
.community-panel-v29{padding:28px;position:relative;overflow:hidden}
.community-panel-v29::before{
  content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-110px;top:-100px;
  background:radial-gradient(circle,rgba(126,45,181,.15),transparent 68%);
}
.community-orb-v29{width:42px;height:42px;margin-bottom:24px;border-radius:13px;display:grid;place-items:center;color:#d5a656;border:1px solid rgba(214,161,76,.23);background:rgba(255,255,255,.025)}
.community-panel-v29 h2{font-size:22px;line-height:1.15}
.community-panel-v29 p{color:#85818a;font-size:10px;line-height:1.55}
.community-actions-v29{display:flex;gap:7px;margin-top:20px}
.community-actions-v29 a{height:34px;padding:0 13px;border-radius:9px;display:flex;align-items:center;gap:8px;text-decoration:none;font:700 8px Georgia,serif;color:#e9dfd1;border:1px solid rgba(197,143,65,.22);background:rgba(255,255,255,.025)}
.community-actions-v29 a:first-child{border-color:rgba(161,78,202,.35);background:rgba(113,39,153,.12)}

/* Bottom quick flow */
.quick-bar-v29{
  margin-top:12px;margin-bottom:40px;min-height:88px;padding:14px 20px;border-radius:17px;
  display:flex;align-items:center;justify-content:center;gap:25px;
  border:1px solid rgba(202,149,70,.14);background:rgba(8,8,12,.72);backdrop-filter:blur(12px);
}
.quick-bar-v29>a{display:grid;grid-template-columns:auto 1fr;column-gap:10px;text-decoration:none;min-width:190px}
.quick-bar-v29>a span{grid-row:1/3;color:#9c6fbd;font:700 20px Georgia,serif;opacity:.45}
.quick-bar-v29 strong{color:#e4dbcf;font:700 11px Georgia,serif}
.quick-bar-v29 small{margin-top:2px;color:#6f6b72;font-size:8px}
.quick-bar-v29>i{width:1px;height:36px;background:linear-gradient(transparent,rgba(203,151,71,.22),transparent)}

/* Performance: avoid expensive animation/layout on offscreen sections */
.modern-section-v29,.dashboard-grid-v29,.quick-bar-v29{content-visibility:auto;contain-intrinsic-size:1px 500px}

@media(max-width:980px){
  .server-overview-v29{grid-template-columns:repeat(3,1fr)}
  .server-status-v29{grid-column:span 3}
  .feature-grid-v29{grid-template-columns:1fr}
  .feature-card-v29{min-height:190px}
  .dashboard-grid-v29{grid-template-columns:1fr}
}
@media(max-width:720px){
  .hero-v29{min-height:760px;padding-top:95px}
  .hero-logo-v29{top:33%!important;width:min(68vw,330px)!important}
  .hero-copy-v29{top:58%}
  .hero-actions-v29{flex-direction:column;align-items:center}
  .hero-actions-v29 a{width:min(300px,86vw)}
  .server-overview-v29{grid-template-columns:repeat(2,1fr)}
  .server-status-v29{grid-column:span 2}
  .section-heading-v29 h2{font-size:21px}
  .quick-bar-v29{flex-direction:column;align-items:stretch}
  .quick-bar-v29>i{width:100%;height:1px}
}
@media(prefers-reduced-motion:reduce){
  .neoria-entry-loader::before,.entry-glow,.entry-logo,.entry-line span,.scroll-v29 span{animation:none!important}
  .feature-card-v29,.news-row-v29,.hero-actions-v29 a{transition:none!important}
}

/* =========================================================
   NEORIA2 v30 — PLAYER EXPERIENCE
   ========================================================= */
.live-world-v30{width:min(1180px,92vw);margin:0 auto 12px;display:grid;grid-template-columns:1.12fr .88fr;gap:12px}
.top-players-v30,.event-calendar-v30,.rank-main-v30,.guild-rank-v30,.player-profile-v30{
 border:1px solid rgba(199,145,67,.16);border-radius:18px;
 background:linear-gradient(155deg,rgba(18,18,23,.91),rgba(7,7,11,.95));
 box-shadow:0 16px 36px rgba(0,0,0,.20)
}
.top-players-v30,.event-calendar-v30{padding:22px}
.top-players-v30 header,.event-calendar-v30 header,.rank-title-v30{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.top-players-v30 header small,.event-calendar-v30 header small,.rank-title-v30 small,.guild-rank-v30 header small{
 font:700 8px Georgia,serif;letter-spacing:.2em;color:#9b6ec0
}
.top-players-v30 h2,.event-calendar-v30 h2,.rank-title-v30 h2,.guild-rank-v30 h2{margin:4px 0 0;color:#eee4d7;font:700 21px Georgia,serif}
.top-players-v30 header a{color:#b88d4c;text-decoration:none;font:700 8px Georgia,serif}
.podium-v30{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.podium-player-v30{min-height:150px;border:1px solid rgba(205,153,72,.12);border-radius:14px;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:rgba(255,255,255,.018);transition:transform .18s ease,border-color .18s ease}
.podium-player-v30:hover{transform:translateY(-4px);border-color:rgba(215,164,82,.34)}
.podium-player-v30>i{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font:700 18px Georgia,serif;font-style:normal;color:#e4b967;border:1px solid rgba(210,159,78,.24);background:radial-gradient(circle,rgba(129,50,179,.18),rgba(255,255,255,.02))}
.podium-player-v30 strong{margin-top:9px;color:#e9e0d5;font:700 12px Georgia,serif}
.podium-player-v30 small{margin-top:3px;color:#77737b;font-size:8px}
.podium-place-v30{position:absolute;top:9px;left:10px;color:#9c6fbd;font:700 10px Georgia,serif}
.podium-player-v30.p1{border-color:rgba(226,174,87,.26);background:radial-gradient(circle at 50% 0,rgba(218,162,73,.08),rgba(255,255,255,.012))}
.event-row-v30{min-height:62px;display:grid;grid-template-columns:35px 1fr auto;gap:10px;align-items:center;border-top:1px solid rgba(255,255,255,.04)}
.event-mark-v30{color:#9365b1;font:700 13px Georgia,serif}
.event-row-v30 strong{display:block;color:#e3dbd0;font:700 11px Georgia,serif}
.event-row-v30 small{display:block;margin-top:3px;color:#77737b;font-size:8px}
.event-countdown-v30{color:#d1a253;font:700 9px Georgia,serif;letter-spacing:.05em}
.mini-empty-v30,.guild-empty-v30{padding:25px 10px;color:#77737b;text-align:center;font-size:10px}

/* Ranking */
.rank-page-v30{padding-bottom:45px}
.rank-layout-v30{width:min(1180px,92vw);margin:0 auto;display:grid;grid-template-columns:1fr 310px;gap:12px}
.rank-main-v30,.guild-rank-v30{padding:22px}
.rank-title-v30>span{color:#656168;font:700 7px Georgia,serif;letter-spacing:.12em}
.rank-table-v30{overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.035)}
.rank-head-v30,.rank-row-v30{display:grid;grid-template-columns:50px 1.5fr 1fr 1fr 70px;align-items:center;gap:10px;padding:0 14px}
.rank-head-v30{height:35px;background:rgba(255,255,255,.018);color:#666169;font:700 7px Georgia,serif;letter-spacing:.12em}
.rank-row-v30{min-height:55px;text-decoration:none;color:#8c878f;border-top:1px solid rgba(255,255,255,.035);font-size:9px;transition:background .16s ease,transform .16s ease}
.rank-row-v30:hover{background:rgba(128,49,178,.05);transform:translateX(2px)}
.rank-row-v30>b{color:#7e5b93;font:700 11px Georgia,serif}
.rank-row-v30>strong{color:#d7a852;font:700 13px Georgia,serif;text-align:right}
.rank-player-v30{display:flex;align-items:center;gap:9px}
.rank-player-v30 i{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;font-style:normal;color:#d8ad61;border:1px solid rgba(208,157,78,.18);background:rgba(255,255,255,.02)}
.rank-player-v30 strong{color:#e0d8cd;font:700 10px Georgia,serif}
.rank-row-v30.top{background:linear-gradient(90deg,rgba(132,52,180,.055),transparent)}
.rank-row-v30.top-1{box-shadow:inset 2px 0 #c99b4d}
.guild-rank-v30 header{margin-bottom:12px}
.guild-row-v30{min-height:58px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:9px;border-top:1px solid rgba(255,255,255,.04)}
.guild-row-v30>b{color:#8c639f;font:700 11px Georgia,serif}
.guild-row-v30 strong{display:block;color:#ded5ca;font:700 10px Georgia,serif}
.guild-row-v30 small{display:block;margin-top:2px;color:#6e6970;font-size:8px}
.guild-row-v30 em{font-style:normal;color:#c7984e;font:700 8px Georgia,serif}
.empty-state-v30{padding:55px 20px;text-align:center;color:#77737b}
.empty-state-v30>span{font-size:30px;color:#a277b9}.empty-state-v30 h3{color:#ded5ca;font:700 17px Georgia,serif}.empty-state-v30 p{font-size:10px}
.empty-state-v30 code{color:#cda55f}

/* Player profile */
.player-page-v30{padding-bottom:45px}
.player-profile-v30{width:min(900px,92vw);margin:0 auto;padding:28px;display:grid;grid-template-columns:90px 1fr repeat(3,120px);align-items:center;gap:16px}
.player-avatar-v30{width:78px;height:78px;border-radius:22px;display:grid;place-items:center;color:#e2b767;font:700 29px Georgia,serif;border:1px solid rgba(213,163,80,.27);background:radial-gradient(circle,rgba(126,47,178,.19),rgba(255,255,255,.02))}
.player-name-v30 small,.player-stat-v30 small{font:700 7px Georgia,serif;letter-spacing:.14em;color:#8f699f}
.player-name-v30 h2{margin:3px 0;color:#eee4d7;font:700 23px Georgia,serif}.player-name-v30 p{margin:5px 0 0;color:#77737b;font-size:9px}
.player-stat-v30{padding-left:15px;border-left:1px solid rgba(255,255,255,.05)}
.player-stat-v30 strong{display:block;margin-top:5px;color:#d8a956;font:700 13px Georgia,serif}

@media(max-width:900px){
 .live-world-v30,.rank-layout-v30{grid-template-columns:1fr}
 .player-profile-v30{grid-template-columns:75px 1fr}
 .player-stat-v30{grid-column:span 2;border-left:0;border-top:1px solid rgba(255,255,255,.05);padding:10px 0 0}
}
@media(max-width:650px){
 .podium-v30{grid-template-columns:1fr}
 .podium-player-v30{min-height:110px}
 .rank-table-v30{overflow-x:auto}
 .rank-head-v30,.rank-row-v30{min-width:650px}
}


/* =========================================================
   NEORIA2 v31 — ITEM SHOP + ACCOUNT PANEL
   ========================================================= */
.shop-page-v31,.account-page-v31,.auth-page-v31{padding-bottom:50px}
.shop-hero-v31{width:min(1180px,92vw);margin:0 auto 16px;padding:30px;border:1px solid rgba(199,145,67,.17);border-radius:20px;display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 80% 10%,rgba(121,46,174,.13),transparent 32%),linear-gradient(150deg,rgba(18,18,23,.92),rgba(7,7,11,.96));box-shadow:0 18px 40px rgba(0,0,0,.22)}
.shop-hero-v31>div small,.shop-hero-v31 aside small,.shop-product-body-v31>small,.featured-shop-head-v31 small,.account-panel-v31 header small,.account-sidebar-v31>small,.auth-card-v31>small{font:700 8px Georgia,serif;letter-spacing:.19em;color:#9b6ec0}
.shop-hero-v31 h1{margin:5px 0 7px;color:#f0e6d8;font:700 31px Georgia,serif}.shop-hero-v31 p{margin:0;color:#817d85;font-size:10px}
.shop-hero-v31 aside{text-align:right}.shop-hero-v31 aside strong{display:block;margin:4px 0;color:#d9aa57;font:700 21px Georgia,serif}.shop-hero-v31 aside strong i{font-size:9px;font-style:normal;color:#86639a}.shop-hero-v31 aside a{color:#b88b49;text-decoration:none;font:700 8px Georgia,serif}
.shop-notice-v31{width:min(1180px,92vw);margin:0 auto 12px;padding:12px 16px;border-radius:11px;border:1px solid rgba(211,158,76,.2);background:rgba(110,70,25,.12);color:#cba765;font-size:9px}
.shop-toolbar-v31{width:min(1180px,92vw);margin:0 auto 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.045);padding-bottom:10px}
.shop-toolbar-v31 nav{display:flex;flex-wrap:wrap;gap:6px}.shop-toolbar-v31 nav a{padding:8px 12px;border-radius:9px;text-decoration:none;color:#817c84;font:700 8px Georgia,serif;border:1px solid transparent}.shop-toolbar-v31 nav a.active,.shop-toolbar-v31 nav a:hover{color:#e2d7c9;border-color:rgba(202,151,73,.2);background:rgba(255,255,255,.025)}.shop-toolbar-v31>span{color:#625f65;font:700 7px Georgia,serif}
.shop-grid-v31{width:min(1180px,92vw);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.shop-product-v31{border-radius:18px;overflow:hidden;border:1px solid rgba(199,145,67,.14);background:linear-gradient(155deg,rgba(18,18,23,.92),rgba(7,7,11,.96));box-shadow:0 14px 30px rgba(0,0,0,.18);transition:transform .2s ease,border-color .2s ease;will-change:transform}.shop-product-v31:hover{transform:translateY(-5px);border-color:rgba(216,165,82,.3)}
.shop-image-v31{height:205px;position:relative;overflow:hidden;background:#0a090d}.shop-image-v31 img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;will-change:transform}.shop-product-v31:hover .shop-image-v31 img{transform:scale(1.035)}.shop-image-v31::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(8,8,11,.88))}
.shop-image-v31>span,.shop-image-v31>i{position:absolute;z-index:2;top:12px;padding:6px 8px;border-radius:7px;font:700 7px Georgia,serif}.shop-image-v31>span{left:12px;color:#e2b45d;border:1px solid rgba(224,173,87,.27);background:rgba(10,8,10,.74)}.shop-image-v31>i{right:12px;font-style:normal;color:#b995ce;background:rgba(68,26,93,.6)}
.shop-product-body-v31{padding:18px}.shop-product-body-v31 h2{margin:5px 0 6px;color:#e8dfd4;font:700 16px Georgia,serif}.shop-product-body-v31 p{min-height:34px;margin:0;color:#77737b;font-size:9px;line-height:1.55}.shop-product-body-v31 footer{margin-top:16px;padding-top:13px;border-top:1px solid rgba(255,255,255,.045);display:flex;align-items:center;justify-content:space-between}.shop-product-body-v31 footer strong{color:#d5a554;font:700 15px Georgia,serif}.shop-product-body-v31 footer strong i{font-size:8px;font-style:normal;color:#846494}.shop-product-body-v31 footer button{height:32px;padding:0 12px;border-radius:9px;border:1px solid rgba(155,72,196,.38);background:linear-gradient(180deg,#6d288c,#411553);color:#eee3f2;font:700 7px Georgia,serif;cursor:pointer}
.shop-info-v31{width:min(1180px,92vw);margin:14px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid rgba(199,145,67,.12);border-radius:15px;overflow:hidden;background:rgba(199,145,67,.08)}.shop-info-v31>div{padding:17px;background:rgba(9,9,13,.91);display:grid;grid-template-columns:30px 1fr;column-gap:9px}.shop-info-v31 span{grid-row:1/3;color:#a46dc0}.shop-info-v31 strong{color:#d9d0c5;font:700 9px Georgia,serif}.shop-info-v31 small{margin-top:3px;color:#6d6970;font-size:8px}

/* Account */
.account-grid-v31{width:min(1180px,92vw);margin:0 auto;display:grid;grid-template-columns:260px 1fr;gap:12px}
.account-sidebar-v31,.account-panel-v31{border:1px solid rgba(199,145,67,.15);border-radius:18px;background:linear-gradient(155deg,rgba(18,18,23,.93),rgba(7,7,11,.96));box-shadow:0 15px 34px rgba(0,0,0,.2)}
.account-sidebar-v31{padding:23px;height:max-content}.account-avatar-v31{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;margin-bottom:13px;color:#ddb15f;font:700 21px Georgia,serif;border:1px solid rgba(210,159,78,.23);background:radial-gradient(circle,rgba(130,52,180,.18),rgba(255,255,255,.02))}.account-sidebar-v31 h2{margin:4px 0;color:#e8ded2;font:700 18px Georgia,serif}.account-sidebar-v31>span{color:#716d74;font-size:8px}.coin-box-v31{margin:18px 0;padding:13px;border-radius:12px;border:1px solid rgba(204,153,76,.14);background:rgba(255,255,255,.018)}.coin-box-v31 small{display:block;color:#796080;font:700 7px Georgia,serif;letter-spacing:.12em}.coin-box-v31 strong{display:block;margin-top:5px;color:#d6a653;font:700 18px Georgia,serif}.coin-box-v31 strong i{font-style:normal;font-size:8px}.account-sidebar-v31 nav{display:flex;flex-direction:column;gap:4px}.account-sidebar-v31 nav a{padding:10px;border-radius:9px;text-decoration:none;color:#817c84;font:700 8px Georgia,serif}.account-sidebar-v31 nav a.active,.account-sidebar-v31 nav a:hover{color:#e5dbce;background:rgba(123,47,171,.07)}
.account-content-v31{display:flex;flex-direction:column;gap:12px}.account-panel-v31{padding:21px}.account-panel-v31 header{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.account-panel-v31 h2{margin:4px 0 0;color:#e9dfd3;font:700 20px Georgia,serif}.account-panel-v31 header>span,.account-panel-v31 header>a{color:#756f78;text-decoration:none;font:700 7px Georgia,serif}
.character-grid-v31{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.character-card-v31{min-height:62px;padding:9px;border-radius:11px;border:1px solid rgba(255,255,255,.04);display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;text-decoration:none;background:rgba(255,255,255,.012);transition:transform .16s ease,border-color .16s ease}.character-card-v31:hover{transform:translateX(3px);border-color:rgba(205,153,76,.2)}.character-card-v31>i{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;font-style:normal;color:#d8ab5b;border:1px solid rgba(209,157,77,.17)}.character-card-v31 strong{display:block;color:#ded5ca;font:700 10px Georgia,serif}.character-card-v31 small{display:block;color:#706c73;font-size:8px;margin-top:2px}.character-card-v31>b{color:#a178b4;font:700 9px Georgia,serif}.character-card-v31.main{background:linear-gradient(90deg,rgba(129,50,177,.055),transparent)}
.account-empty-v31{padding:28px 12px;text-align:center;color:#716d74;font-size:9px}
.history-row-v31{min-height:56px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;border-top:1px solid rgba(255,255,255,.04)}.history-row-v31>span{color:#9e71b5}.history-row-v31 strong{display:block;color:#ded5ca;font:700 9px Georgia,serif}.history-row-v31 small{display:block;color:#6e6970;font-size:7px}.history-row-v31>b{color:#cf9e50;font:700 8px Georgia,serif}
.account-tools-v31{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.account-tools-v31>a{padding:16px;border-radius:13px;border:1px solid rgba(199,145,67,.12);text-decoration:none;background:rgba(9,9,13,.8);display:grid;grid-template-columns:28px 1fr;column-gap:8px}.account-tools-v31>a span{grid-row:1/3;color:#9c6db4}.account-tools-v31 strong{color:#dcd2c6;font:700 9px Georgia,serif}.account-tools-v31 small{margin-top:2px;color:#6d6970;font-size:7px}

/* Auth */
.auth-card-v31{width:min(430px,90vw);margin:0 auto;padding:30px;border-radius:19px;text-align:center;border:1px solid rgba(199,145,67,.16);background:linear-gradient(155deg,rgba(18,18,23,.94),rgba(7,7,11,.97));box-shadow:0 20px 45px rgba(0,0,0,.25)}.auth-emblem-v31{width:46px;height:46px;margin:0 auto 16px;border-radius:14px;display:grid;place-items:center;color:#ddb05d;border:1px solid rgba(211,159,78,.23);background:rgba(255,255,255,.02)}.auth-card-v31 h2{margin:5px 0 20px;color:#ece2d5;font:700 22px Georgia,serif}.auth-form-v31{text-align:left}.auth-form-v31 label{display:block;margin-bottom:10px;color:#776d7b;font:700 7px Georgia,serif;letter-spacing:.12em}.auth-form-v31 label input{margin-top:6px;width:100%;box-sizing:border-box}.form-alert-v31{margin-bottom:13px;padding:10px;border-radius:9px;border:1px solid rgba(222,91,103,.22);background:rgba(111,32,42,.12);color:#d9969d;font-size:8px}

/* Homepage featured shop */
.featured-shop-v31{width:min(1180px,92vw);margin:12px auto;padding:24px;border:1px solid rgba(199,145,67,.14);border-radius:18px;background:linear-gradient(155deg,rgba(17,17,22,.90),rgba(7,7,11,.94))}
.featured-shop-head-v31{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.featured-shop-head-v31 h2{margin:4px 0;color:#eee4d7;font:700 22px Georgia,serif}.featured-shop-head-v31 p{margin:4px 0 0;color:#77737b;font-size:9px}.featured-shop-head-v31>a{color:#b98d4b;text-decoration:none;font:700 8px Georgia,serif}.featured-shop-grid-v31{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.featured-item-v31{height:175px;position:relative;border-radius:13px;overflow:hidden;text-decoration:none;border:1px solid rgba(255,255,255,.04);background:#09090c;transition:transform .18s ease;will-change:transform}.featured-item-v31:hover{transform:translateY(-4px)}.featured-item-v31 img{width:100%;height:100%;object-fit:cover}.featured-item-v31::after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(6,6,9,.96))}.featured-item-v31>span{position:absolute;z-index:2;top:10px;left:10px;color:#c799d9;font:700 7px Georgia,serif;background:rgba(39,16,50,.68);padding:5px 7px;border-radius:6px}.featured-item-v31>div{position:absolute;z-index:2;left:12px;right:12px;bottom:11px}.featured-item-v31 strong{display:block;color:#eee4d8;font:700 10px Georgia,serif}.featured-item-v31 b{display:block;margin-top:3px;color:#d1a050;font:700 8px Georgia,serif}

@media(max-width:950px){.shop-grid-v31{grid-template-columns:repeat(2,1fr)}.account-grid-v31{grid-template-columns:1fr}.account-sidebar-v31 nav{display:grid;grid-template-columns:repeat(4,1fr)}.featured-shop-grid-v31{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.shop-hero-v31{align-items:flex-start;flex-direction:column;gap:18px}.shop-hero-v31 aside{text-align:left}.shop-grid-v31{grid-template-columns:1fr}.shop-info-v31{grid-template-columns:1fr}.account-sidebar-v31 nav{grid-template-columns:1fr 1fr}.character-grid-v31,.account-tools-v31{grid-template-columns:1fr}.featured-shop-grid-v31{grid-template-columns:1fr 1fr}.featured-item-v31{height:150px}}

/* =========================================================
   NEORIA2 v32 — REFERENCE-STYLE ITEM SHOP
   ========================================================= */
.shop32{position:relative;padding:28px 0 38px;color:#ddd5c9}
.shop32-hero{width:min(1460px,96vw);min-height:135px;margin:0 auto 12px;padding:24px 38px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(186,126,45,.18);background:radial-gradient(circle at 67% 35%,rgba(151,77,16,.17),transparent 24%),linear-gradient(100deg,rgba(7,11,15,.95),rgba(10,13,17,.88));box-shadow:0 12px 30px rgba(0,0,0,.3)}
.shop32-hero-copy small{font:700 8px Georgia,serif;letter-spacing:.2em;color:#9c7441}.shop32-hero-copy h1{margin:5px 0;color:#eee8dd;font:700 42px Georgia,serif}.shop32-hero-copy p{margin:0;color:#aaa29a;font-size:11px}
.shop32-balance{min-width:310px;padding:16px 18px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;border:1px solid rgba(185,125,42,.2);background:rgba(5,8,11,.75)}.shop32-coin{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#ffca43;border:1px solid #bd7418;box-shadow:0 0 14px rgba(242,164,34,.25)}.shop32-balance small{display:block;color:#d9aa58;font:700 8px Georgia,serif}.shop32-balance strong{display:block;margin-top:4px;color:#f0d595;font:700 20px Georgia,serif}.shop32-balance strong i{font-size:10px;font-style:normal}.shop32-balance a{padding:10px 18px;color:#eee2d5;text-decoration:none;font:700 8px Georgia,serif;border:1px solid #852318;background:linear-gradient(#801b13,#4d0c09)}
.shop32-notice{width:min(1460px,96vw);margin:0 auto 10px;padding:10px 14px;box-sizing:border-box;border:1px solid rgba(193,126,37,.25);background:rgba(96,49,13,.15);color:#caa361;font-size:9px}
.shop32-layout{width:min(1460px,96vw);margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:10px}
.shop32-sidebar{display:flex;flex-direction:column;gap:10px}.shop32-side-panel,.shop32-main{border:1px solid rgba(181,122,43,.18);background:linear-gradient(155deg,rgba(7,12,16,.96),rgba(7,8,11,.97));box-shadow:0 16px 35px rgba(0,0,0,.24)}
.shop32-side-panel h3,.shop32-title h2{margin:0;padding:16px 18px;color:#d7a651;font:700 13px Georgia,serif}.shop32-side-panel nav{display:flex;flex-direction:column}.shop32-side-panel nav a{height:44px;padding:0 15px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;text-decoration:none;color:#c5beb4;font-size:10px;border-top:1px solid rgba(255,255,255,.035);transition:background .16s ease,color .16s ease}.shop32-side-panel nav a span{color:#9a9691;font-size:15px}.shop32-side-panel nav a b{opacity:0;color:#d17e28}.shop32-side-panel nav a:hover,.shop32-side-panel nav a.active{color:#fff;background:linear-gradient(90deg,rgba(120,25,16,.72),rgba(78,16,12,.45))}.shop32-side-panel nav a.active span{color:#e4b146}.shop32-side-panel nav a.active b{opacity:1}
.shop32-side-panel.why{padding-bottom:13px}.shop32-side-panel.why p{margin:0;padding:7px 16px;color:#9e9994;font-size:9px}.shop32-side-panel.why p span{display:inline-block;width:24px;color:#b2aaa0;font-size:13px}
.shop32-topup{padding:16px;border:1px solid rgba(181,122,43,.25);background:radial-gradient(circle at 80% 25%,rgba(222,127,12,.22),transparent 34%),linear-gradient(145deg,#1c0f0a,#0b0b0d);text-align:left}.shop32-topup>span{float:right;color:#ffb51c;font-size:28px}.shop32-topup h3{margin:0;color:#e6bd6a;font:700 16px Georgia,serif}.shop32-topup p{color:#8d8175;font-size:8px}.shop32-topup a{display:block;margin-top:12px;padding:9px;text-align:center;text-decoration:none;color:#f0e2d4;font:700 8px Georgia,serif;border:1px solid #86251a;background:linear-gradient(#7c1c13,#4b0c09)}
.shop32-main{padding:0 12px 14px}.shop32-title{height:55px;display:flex;align-items:center;justify-content:space-between}.shop32-title>div{display:flex;align-items:center;flex:1}.shop32-title h2{white-space:nowrap}.shop32-title>div span{height:1px;flex:1;background:linear-gradient(90deg,rgba(189,129,47,.24),transparent)}.shop32-title label{color:#77716d;font-size:8px}.shop32-title select{margin-left:5px;padding:6px 9px;color:#bdb4aa;border:1px solid rgba(185,125,42,.17);background:#0b0d10}
.shop32-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.shop32-card{min-width:0;border:1px solid rgba(183,124,45,.26);background:linear-gradient(#101317,#080a0c);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;will-change:transform}.shop32-card:hover{transform:translateY(-4px);border-color:rgba(223,157,60,.48);box-shadow:0 15px 28px rgba(0,0,0,.32)}
.shop32-art{height:230px;position:relative;overflow:hidden}.shop32-art img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease;will-change:transform}.shop32-card:hover .shop32-art img{transform:scale(1.025)}.shop32-art::after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#090b0e)}.shop32-art>span{position:absolute;z-index:2;left:50%;bottom:5px;transform:translateX(-50%);padding:3px 8px;border-radius:8px;color:#9dce31;background:rgba(6,10,7,.86);font:700 7px Georgia,serif}.shop32-badge{position:absolute;z-index:3;left:0;top:9px;padding:5px 9px;color:#fff;font:700 8px Georgia,serif;background:#8b2118}
.shop32-card-body{text-align:center;padding:9px 10px 12px}.shop32-card-body h3{height:29px;margin:0;color:#e8e1d8;font:700 12px Georgia,serif}.shop32-price{margin:5px 0 10px;color:#f0b827;font:700 12px Georgia,serif}.shop32-price i{font-size:9px;color:#ffc21e}.shop32-card-body form{margin:0!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important}.shop32-card-body button{width:118px;height:30px;border-radius:2px!important;color:#eee2d4;font:700 8px Georgia,serif;border:1px solid #8c281d;background:linear-gradient(#811e15,#4d0d09);cursor:pointer}
.shop32-footerbar{width:min(1460px,96vw);height:58px;margin:10px auto 0;display:flex;align-items:center;justify-content:center;gap:30px;border-top:1px solid rgba(185,125,42,.14);border-bottom:1px solid rgba(185,125,42,.09);background:rgba(5,8,10,.68)}.shop32-footerbar div{display:flex;align-items:center;gap:9px;color:#aaa39b}.shop32-footerbar div span{font-size:16px}.shop32-footerbar strong{font:700 9px Georgia,serif}.shop32-footerbar>i{color:#62462a;font-style:normal}
@media(max-width:1250px){.shop32-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1000px){.shop32-layout{grid-template-columns:190px 1fr}.shop32-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.shop32-hero{flex-direction:column;align-items:flex-start;gap:18px}.shop32-balance{min-width:0;width:100%;box-sizing:border-box}.shop32-layout{grid-template-columns:1fr}.shop32-sidebar{display:grid;grid-template-columns:1fr 1fr}.shop32-topup{grid-column:span 2}.shop32-grid{grid-template-columns:repeat(2,1fr)}.shop32-art{height:210px}.shop32-footerbar{flex-wrap:wrap;height:auto;padding:16px}}@media(max-width:480px){.shop32-grid{grid-template-columns:1fr}.shop32-sidebar{grid-template-columns:1fr}.shop32-topup{grid-column:auto}.shop32-art{height:280px}}

/* NEORIA2 v33 — item shop image fit */
.shop32-art{
    height:auto!important;
    aspect-ratio:4/5!important;
    background:#080a0d!important;
}
.shop32-art img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    display:block!important;
    background:#080a0d!important;
}
.shop32-card:hover .shop32-art img{
    transform:scale(1.018)!important;
}
.shop32-art::after{
    inset:68% 0 0!important;
    background:linear-gradient(transparent,rgba(7,9,12,.96))!important;
}
@media(max-width:760px){
    .shop32-art{height:auto!important;aspect-ratio:4/5!important}
}
@media(max-width:480px){
    .shop32-art{height:auto!important;aspect-ratio:4/5!important}
}

/* =========================================================
   NEORIA2 v35 — CINEMATIC GOLD WORLD BACKGROUND
   Applied globally to all public pages.
   ========================================================= */
html,body{
    background:#050505!important;
}
.site-world-bg{
    position:fixed!important;
    inset:0!important;
    z-index:-20!important;
    background-image:
      linear-gradient(180deg,rgba(4,4,5,.28),rgba(4,4,5,.52) 58%,rgba(4,4,5,.82)),
      radial-gradient(circle at 52% 30%,rgba(235,166,54,.09),transparent 38%),
      url('/assets/img/neoria-cinematic-gold-v35.jpg')!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    transform:scale(1.035);
    animation:neoriaWorldCinemaV35 18s ease-in-out infinite alternate!important;
    will-change:transform,filter;
}
.site-world-bg::before{
    content:"";
    position:absolute;
    inset:-6%;
    pointer-events:none;
    background:
      radial-gradient(circle at 50% 38%,transparent 0 25%,rgba(0,0,0,.16) 58%,rgba(0,0,0,.64) 100%);
}
.site-world-bg::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.17;
    background-image:
      radial-gradient(circle,rgba(241,180,72,.8) 0 1px,transparent 1.5px),
      radial-gradient(circle,rgba(255,225,151,.45) 0 1px,transparent 1.3px);
    background-size:127px 127px,181px 181px;
    background-position:0 0,45px 63px;
    animation:neoriaGoldDustV35 22s linear infinite;
    will-change:transform;
}
@keyframes neoriaWorldCinemaV35{
    0%{transform:scale(1.035) translate3d(-.25%,0,0);filter:saturate(.96) brightness(.96)}
    50%{filter:saturate(1.07) brightness(1.025)}
    100%{transform:scale(1.075) translate3d(.35%,-.45%,0);filter:saturate(1.02) brightness(.99)}
}
@keyframes neoriaGoldDustV35{
    from{transform:translate3d(0,0,0)}
    to{transform:translate3d(127px,-127px,0)}
}

/* Transparent page surfaces let the cinematic world remain visible. */
.inner-page,.shop32,.account-page-v31,.auth-page-v31{
    background:transparent!important;
}
.page-hero{
    background:linear-gradient(180deg,rgba(5,6,8,.36),rgba(5,6,8,.08))!important;
}

/* Homepage hero no longer needs a separate conflicting scenic image. */
.hero-v29{
    background:transparent!important;
}
.hero-v29::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(4,5,6,.30),transparent 35%,transparent 67%,rgba(4,5,6,.22)),
      linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.28) 84%,rgba(0,0,0,.58));
}

/* Glass-like sections over the global background. */
.modern-section-v29,.dashboard-grid-v29>*,.quick-bar-v29,.featured-shop-v31,
.shop32-side-panel,.shop32-main,.shop32-footerbar,
.account-sidebar-v31,.account-panel-v31,.auth-card-v31{
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
}

@media(max-width:760px){
    .site-world-bg{
        background-position:56% center!important;
        animation-duration:24s!important;
    }
}
@media(prefers-reduced-motion:reduce){
    .site-world-bg,.site-world-bg::after{animation:none!important}
}

/* =========================================================
   NEORIA2 v36 — CINEMATIC BACKGROUND VISIBILITY FIX
   ========================================================= */

/* The world image must sit above the body background, not behind it. */
.site-world-bg{
    z-index:0!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
    background-image:
      linear-gradient(180deg,rgba(3,3,4,.12) 0%,rgba(3,3,4,.20) 42%,rgba(3,3,4,.48) 78%,rgba(3,3,4,.72) 100%),
      radial-gradient(circle at 50% 34%,rgba(236,174,66,.12),transparent 43%),
      url('/assets/img/neoria-cinematic-gold-v35.jpg')!important;
    background-size:cover!important;
    background-position:center 34%!important;
    filter:saturate(1.10) contrast(1.05) brightness(1.08)!important;
}

/* Keep all real website UI above the fixed cinematic background. */
body > *:not(.site-world-bg){
    position:relative;
    z-index:2;
}
.neoria-nav{z-index:1000!important}

/* Hero was previously blacking out the image. */
.hero-v29{
    background:transparent!important;
    isolation:isolate;
}
.hero-v29::before{
    z-index:0!important;
    background:
      radial-gradient(ellipse at 50% 43%,rgba(0,0,0,.03) 0%,rgba(0,0,0,.09) 38%,rgba(0,0,0,.28) 74%,rgba(0,0,0,.50) 100%),
      linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.10) 55%,rgba(0,0,0,.34) 100%)!important;
}
.hero-v29::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(180deg,transparent 0 72%,rgba(4,4,5,.28) 88%,rgba(4,4,5,.58) 100%);
}
.hero-v29 > *{
    position:relative;
    z-index:5;
}

/* Remove old dark layers that can cover the global world image. */
main,.site-main,.page-wrap,.content-wrap{
    background-color:transparent!important;
}

/* Inner pages retain readable glass panels while showing the image. */
.inner-page{
    position:relative;
    background:linear-gradient(180deg,rgba(4,4,5,.08),rgba(4,4,5,.28))!important;
}
.page-hero{
    background:linear-gradient(180deg,rgba(4,4,5,.18),rgba(4,4,5,.04))!important;
}

/* Less aggressive vignette than v35. */
.site-world-bg::before{
    background:
      radial-gradient(ellipse at 50% 36%,transparent 0 37%,rgba(0,0,0,.08) 64%,rgba(0,0,0,.36) 100%)!important;
}
.site-world-bg::after{
    opacity:.22!important;
}

@keyframes neoriaWorldCinemaV35{
    0%{transform:scale(1.035) translate3d(-.3%,0,0);filter:saturate(1.05) contrast(1.04) brightness(1.04)}
    50%{filter:saturate(1.12) contrast(1.05) brightness(1.10)}
    100%{transform:scale(1.075) translate3d(.35%,-.55%,0);filter:saturate(1.08) contrast(1.05) brightness(1.06)}
}

@media(max-width:760px){
    .site-world-bg{
        background-position:52% 30%!important;
        filter:saturate(1.06) contrast(1.04) brightness(1.04)!important;
    }
}

/* =========================================================
   NEORIA2 v37 — BRIGHT GOLD CINEMATIC BACKGROUND
   ========================================================= */
html,body{background:#120c05!important}

.site-world-bg{
    z-index:0!important;
    opacity:1!important;
    visibility:visible!important;
    background-image:
      linear-gradient(180deg,rgba(16,8,2,.04),rgba(16,8,2,.10) 52%,rgba(7,5,3,.35) 100%),
      radial-gradient(circle at 53% 31%,rgba(255,205,87,.14),transparent 44%),
      url('/assets/img/neoria-gold-cinematic-v37.jpg')!important;
    background-size:cover!important;
    background-position:center 38%!important;
    filter:brightness(1.12) saturate(1.14) contrast(1.02)!important;
    animation:neoriaGoldCinemaV37 16s ease-in-out infinite alternate!important;
    will-change:transform,filter;
}
.site-world-bg::before{
    background:
      radial-gradient(ellipse at 52% 38%,transparent 0 43%,rgba(15,8,3,.04) 68%,rgba(8,5,3,.22) 100%)!important;
}
.site-world-bg::after{
    opacity:.42!important;
    background-image:
      radial-gradient(circle,rgba(255,190,47,.98) 0 1.4px,transparent 2px),
      radial-gradient(circle,rgba(255,228,138,.78) 0 1px,transparent 1.8px),
      radial-gradient(circle,rgba(255,139,14,.78) 0 1.2px,transparent 1.9px)!important;
    background-size:94px 94px,151px 151px,213px 213px!important;
    background-position:0 0,41px 69px,87px 24px!important;
    animation:neoriaGoldParticlesV37 14s linear infinite!important;
    filter:drop-shadow(0 0 4px rgba(255,163,24,.7));
}
@keyframes neoriaGoldCinemaV37{
    0%{transform:scale(1.025) translate3d(-.45%,.1%,0);filter:brightness(1.08) saturate(1.10) contrast(1.02)}
    50%{filter:brightness(1.17) saturate(1.18) contrast(1.02)}
    100%{transform:scale(1.085) translate3d(.5%,-.75%,0);filter:brightness(1.12) saturate(1.14) contrast(1.03)}
}
@keyframes neoriaGoldParticlesV37{
    0%{transform:translate3d(0,40px,0);opacity:.22}
    25%{opacity:.48}
    75%{opacity:.38}
    100%{transform:translate3d(94px,-120px,0);opacity:.12}
}

/* Keep the approved site UI but reveal much more of the gold scene. */
.hero-v29{
    background:transparent!important;
}
.hero-v29::before{
    background:
      linear-gradient(90deg,rgba(12,6,2,.08),transparent 30%,transparent 72%,rgba(12,6,2,.06)),
      linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.04) 65%,rgba(7,4,2,.20) 100%)!important;
}
.hero-v29::after{
    background:linear-gradient(180deg,transparent 0 78%,rgba(7,4,2,.12) 91%,rgba(7,4,2,.28) 100%)!important;
}

/* Brighter glass surfaces throughout the public website. */
.modern-section-v29,.dashboard-grid-v29>*,
.featured-shop-v31,.quick-bar-v29,
.shop32-side-panel,.shop32-main,.shop32-footerbar,
.account-sidebar-v31,.account-panel-v31,.auth-card-v31{
    background-color:rgba(14,10,7,.68)!important;
    border-color:rgba(225,166,66,.24)!important;
    box-shadow:0 14px 35px rgba(0,0,0,.20),inset 0 1px rgba(255,206,105,.025)!important;
}
.inner-page{
    background:linear-gradient(180deg,rgba(12,7,3,.02),rgba(8,5,3,.15))!important;
}
.page-hero{
    background:linear-gradient(180deg,rgba(15,8,3,.07),rgba(15,8,3,.01))!important;
}

/* Slightly brighter text to match the new gold environment. */
.hero-copy-v29 p,.modern-section-v29 p,.shop32 p,.account-page-v31 p{
    color:#b9afa2;
}
.neoria-nav{
    background:linear-gradient(180deg,rgba(10,7,5,.90),rgba(8,6,5,.78))!important;
    border-bottom-color:rgba(231,164,54,.24)!important;
    box-shadow:0 8px 30px rgba(0,0,0,.20)!important;
}

@media(max-width:760px){
    .site-world-bg{
        background-position:55% 35%!important;
        animation-duration:20s!important;
    }
}
@media(prefers-reduced-motion:reduce){
    .site-world-bg,.site-world-bg::after{animation:none!important}
}

/* =========================================================
   NEORIA2 v38 — FULL GOLD THEME MATCH + CLEAN BACKGROUND
   Removes clashing black surfaces and harmonizes every page.
   ========================================================= */

:root{
  --v38-gold:#d7a84b;
  --v38-gold-2:#f0c56a;
  --v38-gold-soft:#a87c39;
  --v38-brown:#2b1c0e;
  --v38-brown-2:#160e08;
  --v38-panel:rgba(31,20,10,.72);
  --v38-panel-strong:rgba(24,15,8,.86);
  --v38-line:rgba(221,167,76,.28);
  --v38-text:#f0e6d3;
  --v38-muted:#b6a68e;
  --v38-purple:#7f2ca7;
}

/* Clean global world background */
html,body{
  background:#1b1208!important;
  color:var(--v38-text)!important;
}
.site-world-bg{
  background-image:
    linear-gradient(180deg,rgba(31,18,6,.05),rgba(31,18,6,.12) 56%,rgba(20,12,5,.34) 100%),
    radial-gradient(circle at 52% 30%,rgba(255,212,108,.18),transparent 44%),
    url('/assets/img/neoria-gold-clean-v38.jpg')!important;
  filter:brightness(1.13) saturate(1.08) contrast(1.01)!important;
}

/* Navbar */
.neoria-nav{
  background:linear-gradient(180deg,rgba(40,25,10,.93),rgba(24,15,8,.90))!important;
  border-bottom:1px solid var(--v38-line)!important;
  box-shadow:0 8px 24px rgba(20,10,2,.30),inset 0 -1px rgba(255,203,102,.04)!important;
}
.neoria-menu a,
.nav-login,
.nav-play{
  border-color:rgba(220,164,67,.25)!important;
  background:linear-gradient(180deg,rgba(77,49,20,.55),rgba(38,24,10,.58))!important;
  color:#e9dcc5!important;
  box-shadow:inset 0 1px rgba(255,221,147,.025)!important;
}
.neoria-menu a:hover,
.neoria-menu a.active,
.nav-login:hover{
  border-color:rgba(240,192,93,.42)!important;
  background:linear-gradient(180deg,rgba(108,70,27,.70),rgba(55,34,13,.72))!important;
  color:#fff2cf!important;
}
.nav-play{
  background:linear-gradient(180deg,#8b34aa,#5b176f)!important;
  border-color:rgba(221,116,244,.45)!important;
  color:#fff!important;
}

/* HERO */
.hero-v29::before{
  background:
    linear-gradient(90deg,rgba(41,24,8,.05),transparent 26%,transparent 75%,rgba(41,24,8,.04)),
    linear-gradient(180deg,rgba(28,16,5,.00),rgba(28,16,5,.03) 65%,rgba(28,16,5,.16) 100%)!important;
}
.hero-v29::after{
  background:linear-gradient(180deg,transparent 0 80%,rgba(25,14,5,.09) 92%,rgba(25,14,5,.18) 100%)!important;
}
.hero-copy-v29 p{color:#d0c0a6!important}
.hero-kicker-v29{color:#d2aa5f!important}
.hero-actions-v29 a{
  border-color:rgba(230,174,73,.35)!important;
  background:linear-gradient(180deg,rgba(91,56,20,.78),rgba(47,29,11,.82))!important;
  color:#f6ead3!important;
}
.hero-actions-v29 a:first-child{
  background:linear-gradient(180deg,#8b35aa,#5a176d)!important;
  border-color:rgba(224,113,246,.47)!important;
}

/* Replace black cards globally with warm bronze glass */
.content-card,
.modern-section-v29,
.dashboard-grid-v29>*,
.quick-bar-v29,
.featured-shop-v31,
.rank-main-v30,.guild-rank-v30,.player-profile-v30,
.shop32-side-panel,.shop32-main,.shop32-footerbar,
.account-sidebar-v31,.account-panel-v31,.auth-card-v31,
.top-players-v30,.event-calendar-v30,
.shop-product-v31,.shop-info-v31,
.account-tools-v31>a,
.featured-item-v31{
  background:
    linear-gradient(150deg,rgba(53,34,15,.76),rgba(27,17,8,.83))!important;
  border-color:var(--v38-line)!important;
  box-shadow:0 16px 34px rgba(28,14,3,.22),inset 0 1px rgba(255,214,125,.025)!important;
  backdrop-filter:blur(6px)!important;
  -webkit-backdrop-filter:blur(6px)!important;
}

/* Page wrappers */
.inner-page,.shop32,.account-page-v31,.auth-page-v31,.rank-page-v30,.player-page-v30{
  background:transparent!important;
}
.page-hero{
  background:linear-gradient(180deg,rgba(48,29,10,.12),rgba(48,29,10,.03))!important;
}
.page-hero h1,
.content-card h1,.content-card h2,
.rank-title-v30 h2,.guild-rank-v30 h2,
.top-players-v30 h2,.event-calendar-v30 h2,
.shop32-title h2,.account-panel-v31 h2,
.auth-card-v31 h2{
  color:#f0dfbe!important;
}
.page-hero span,
.rank-title-v30 small,.guild-rank-v30 header small,
.top-players-v30 header small,.event-calendar-v30 header small,
.account-panel-v31 header small,.auth-card-v31>small,
.shop-hero-v31>div small,.shop32-side-panel h3{
  color:#c49245!important;
}

/* Ranking */
.rank-head-v30{
  background:rgba(102,67,27,.26)!important;
  color:#c5ad87!important;
}
.rank-row-v30{
  color:#b7a88f!important;
  border-color:rgba(224,168,74,.10)!important;
}
.rank-row-v30:hover{
  background:rgba(164,104,31,.12)!important;
}
.rank-player-v30 strong,.guild-row-v30 strong{
  color:#eadcc3!important;
}
.rank-row-v30>strong,.guild-row-v30 em{
  color:#e1ad4e!important;
}

/* Events + player cards */
.podium-player-v30,.character-card-v31{
  background:rgba(75,46,18,.34)!important;
  border-color:rgba(226,169,73,.18)!important;
}
.podium-player-v30:hover,.character-card-v31:hover{
  border-color:rgba(240,192,95,.38)!important;
}
.event-row-v30{
  border-color:rgba(226,169,73,.10)!important;
}
.event-row-v30 strong,.podium-player-v30 strong{
  color:#eadcc3!important;
}
.event-countdown-v30{color:#e5b45b!important}

/* Item shop */
.shop32-hero{
  background:
    radial-gradient(circle at 68% 35%,rgba(215,136,27,.20),transparent 30%),
    linear-gradient(100deg,rgba(59,36,13,.86),rgba(32,20,9,.82))!important;
  border-color:var(--v38-line)!important;
}
.shop32-balance{
  background:rgba(56,34,13,.64)!important;
  border-color:var(--v38-line)!important;
}
.shop32-side-panel nav a{
  color:#d4c4aa!important;
  border-color:rgba(226,169,73,.08)!important;
}
.shop32-side-panel nav a:hover,
.shop32-side-panel nav a.active{
  background:linear-gradient(90deg,rgba(144,78,20,.55),rgba(86,44,14,.32))!important;
  color:#fff1cc!important;
}
.shop32-card{
  background:linear-gradient(180deg,rgba(65,40,16,.82),rgba(30,18,8,.91))!important;
  border-color:rgba(224,164,67,.28)!important;
}
.shop32-card-body h3{color:#f0e2c8!important}
.shop32-price{color:#f1ba45!important}
.shop32-card-body button,
.shop32-topup a,
.shop32-balance a{
  background:linear-gradient(180deg,#8d3a16,#5d1d0d)!important;
  border-color:#a94a22!important;
  color:#fff1da!important;
}
.shop32-topup{
  background:
    radial-gradient(circle at 78% 24%,rgba(255,174,35,.24),transparent 36%),
    linear-gradient(145deg,#4b2b10,#241408)!important;
  border-color:var(--v38-line)!important;
}

/* Account / forms */
.coin-box-v31{
  background:rgba(92,56,19,.30)!important;
  border-color:rgba(225,169,75,.20)!important;
}
.account-sidebar-v31 nav a,
.account-tools-v31 small,
.account-empty-v31,
.form-note{
  color:#b3a38a!important;
}
.account-sidebar-v31 nav a.active,
.account-sidebar-v31 nav a:hover{
  background:rgba(147,91,30,.16)!important;
  color:#f0e0c3!important;
}
.neoria-form input,
.neoria-form select,
.neoria-form textarea,
.auth-form-v31 input{
  background:rgba(47,29,12,.82)!important;
  border-color:rgba(226,168,73,.20)!important;
  color:#f2e6d2!important;
}
.neoria-form input::placeholder,
.auth-form-v31 input::placeholder{color:#9f8d70!important}

/* Generic buttons */
.primary-btn,
.content-card button,
.content-card .btn,
.content-card a.btn{
  background:linear-gradient(180deg,#8b35a9,#5a176d)!important;
  border-color:rgba(224,116,244,.44)!important;
  color:#fff!important;
}
.primary-btn:hover,
.content-card button:hover{
  filter:brightness(1.10)!important;
}

/* Footer */
.site-footer,.neoria-footer,footer{
  background:linear-gradient(180deg,rgba(43,26,10,.88),rgba(22,13,6,.95))!important;
  border-top-color:rgba(226,168,73,.16)!important;
  color:#ac9d84!important;
}
.site-footer a,.neoria-footer a,footer a{color:#c9b58f!important}
.site-footer a:hover,.neoria-footer a:hover,footer a:hover{color:#f0c978!important}

/* Text visibility across all pages */
p,li,label,small{color:inherit}
.content-card p,.inner-page p,.shop32 p,.account-page-v31 p,.rank-page-v30 p{
  color:#bfb099!important;
}
code{
  background:rgba(63,39,15,.55)!important;
  color:#e7bd70!important;
  border-radius:4px;
  padding:1px 4px;
}

/* Keep real server state colors */
.server-status-v29.online strong,
.admin34-server.online strong{color:#35e85a!important}
.server-status-v29.offline strong,
.admin34-server.offline strong{color:#ff334d!important}

/* Particle visibility */
.site-world-bg::after{
  opacity:.52!important;
  filter:drop-shadow(0 0 5px rgba(255,177,38,.85))!important;
}

@media(max-width:760px){
  .neoria-nav{
    background:linear-gradient(180deg,rgba(40,25,10,.96),rgba(24,15,8,.95))!important;
  }
}

/* =========================================================
   NEORIA2 v39 — CLEAN ORIGINAL CINEMATIC BACKGROUND
   No baked logo, server statistics, buttons or website UI.
   ========================================================= */
.site-world-bg{
    background-image:
      linear-gradient(180deg,rgba(19,12,6,.12),rgba(19,12,6,.18) 56%,rgba(11,7,4,.38) 100%),
      radial-gradient(circle at 50% 34%,rgba(239,189,91,.09),transparent 42%),
      url('/assets/img/neoria-clean-original-v39.jpg')!important;
    background-size:cover!important;
    background-position:center center!important;
    filter:brightness(.96) saturate(1.04) contrast(1.03)!important;
    animation:neoriaCleanCinemaV39 17s ease-in-out infinite alternate!important;
}
.site-world-bg::before{
    background:
      radial-gradient(ellipse at 50% 42%,transparent 0 46%,rgba(17,10,4,.08) 72%,rgba(10,6,3,.28) 100%)!important;
}
.site-world-bg::after{
    opacity:.48!important;
    background-image:
      radial-gradient(circle,rgba(255,193,65,.95) 0 1.2px,transparent 1.9px),
      radial-gradient(circle,rgba(255,229,151,.72) 0 1px,transparent 1.7px),
      radial-gradient(circle,rgba(229,145,37,.65) 0 1.1px,transparent 1.8px)!important;
    background-size:105px 105px,163px 163px,231px 231px!important;
    animation:neoriaCleanParticlesV39 15s linear infinite!important;
    filter:drop-shadow(0 0 4px rgba(244,171,55,.68))!important;
}
@keyframes neoriaCleanCinemaV39{
    0%{transform:scale(1.025) translate3d(-.3%,0,0);filter:brightness(.94) saturate(1.02) contrast(1.03)}
    50%{filter:brightness(1.00) saturate(1.06) contrast(1.03)}
    100%{transform:scale(1.075) translate3d(.35%,-.55%,0);filter:brightness(.97) saturate(1.04) contrast(1.03)}
}
@keyframes neoriaCleanParticlesV39{
    0%{transform:translate3d(0,35px,0);opacity:.18}
    30%{opacity:.50}
    75%{opacity:.36}
    100%{transform:translate3d(105px,-135px,0);opacity:.10}
}

/* Improve text readability without hiding the background. */
.hero-copy-v29{
    text-shadow:0 2px 9px rgba(0,0,0,.82)!important;
}
.hero-copy-v29 p{
    color:#eadfc9!important;
    text-shadow:0 2px 7px rgba(0,0,0,.92)!important;
}
.hero-kicker-v29{
    color:#e2bd73!important;
    text-shadow:0 2px 7px rgba(0,0,0,.88)!important;
}
.page-hero h1,.page-hero p,
.modern-section-v29 h2,.modern-section-v29 h3,
.shop32 h1,.shop32 h2,.shop32 h3,
.rank-page-v30 h1,.rank-page-v30 h2,
.account-page-v31 h1,.account-page-v31 h2{
    text-shadow:0 2px 7px rgba(0,0,0,.78)!important;
}

/* Panels remain warm/transparent instead of black. */
.modern-section-v29,.dashboard-grid-v29>*,
.quick-bar-v29,.featured-shop-v31,
.shop32-side-panel,.shop32-main,.shop32-footerbar,
.account-sidebar-v31,.account-panel-v31,.auth-card-v31,
.rank-main-v30,.guild-rank-v30,.top-players-v30,.event-calendar-v30{
    background:linear-gradient(150deg,rgba(57,38,20,.67),rgba(29,19,11,.75))!important;
    border-color:rgba(223,172,89,.25)!important;
}

/* Hero overlay is intentionally light. */
.hero-v29::before{
    background:
      radial-gradient(ellipse at 50% 44%,rgba(0,0,0,.02),rgba(0,0,0,.10) 60%,rgba(17,10,4,.23) 100%)!important;
}
.hero-v29::after{
    background:linear-gradient(180deg,transparent 0 82%,rgba(16,10,5,.08) 92%,rgba(16,10,5,.22) 100%)!important;
}

@media(max-width:760px){
    .site-world-bg{
        background-position:center center!important;
        animation-duration:21s!important;
    }
}
@media(prefers-reduced-motion:reduce){
    .site-world-bg,.site-world-bg::after{animation:none!important}
}

/* =========================================================
   NEORIA2 v40 — FINAL CLEAN/VISIBLE HERO FIX
   ========================================================= */

/* Hide any legacy center logo left by older markup. */
.noria2-center-v22,
.neoria2-center-v22,
.hero-logo-v29{
    display:none!important;
}

/* Make the actual scenic background clearly visible. */
.site-world-bg{
    background-image:
      linear-gradient(180deg,rgba(18,11,5,.04),rgba(18,11,5,.08) 58%,rgba(10,6,3,.22) 100%),
      radial-gradient(circle at 50% 35%,rgba(238,190,95,.08),transparent 48%),
      url('/assets/img/neoria-clean-visible-v40.jpg')!important;
    background-size:cover!important;
    background-position:center center!important;
    opacity:1!important;
    filter:brightness(1.04) saturate(1.06) contrast(1.02)!important;
    animation:neoriaCinemaV40 18s ease-in-out infinite alternate!important;
}
.site-world-bg::before{
    background:radial-gradient(ellipse at 50% 43%,transparent 0 52%,rgba(12,7,3,.05) 75%,rgba(9,5,2,.18) 100%)!important;
}
.site-world-bg::after{
    opacity:.48!important;
    background-image:
      radial-gradient(circle,rgba(255,195,68,.95) 0 1.2px,transparent 1.9px),
      radial-gradient(circle,rgba(255,230,153,.68) 0 1px,transparent 1.7px)!important;
    background-size:108px 108px,171px 171px!important;
    animation:neoriaParticlesV40 15s linear infinite!important;
}
@keyframes neoriaCinemaV40{
    0%{transform:scale(1.02) translate3d(-.25%,0,0)}
    100%{transform:scale(1.07) translate3d(.3%,-.5%,0)}
}
@keyframes neoriaParticlesV40{
    from{transform:translate3d(0,35px,0)}
    to{transform:translate3d(108px,-130px,0)}
}

/* Hero must not cover the background with a dark rectangle. */
.hero-v29,
.hero-v29::before,
.hero-v29::after{
    background-color:transparent!important;
}
.hero-v29::before{
    background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0 55%,rgba(13,8,3,.08) 100%)!important;
}
.hero-v29::after{
    background:linear-gradient(180deg,transparent 0 88%,rgba(13,8,3,.12) 100%)!important;
}

/* Re-center the real hero text/actions now that the center logo is gone. */
.hero-copy-v29{
    top:55%!important;
    left:50%!important;
    transform:translate(-50%,-50%)!important;
    width:min(720px,90vw)!important;
}
.hero-copy-v29 p{
    color:#f1e7d4!important;
    font-weight:600!important;
    text-shadow:0 2px 10px rgba(0,0,0,.95),0 0 18px rgba(0,0,0,.45)!important;
}
.hero-kicker-v29{
    color:#e4bd6d!important;
    text-shadow:0 2px 8px rgba(0,0,0,.95)!important;
}

/* Keep panels readable without turning them black. */
.modern-section-v29,.dashboard-grid-v29>*,
.quick-bar-v29,.featured-shop-v31,
.shop32-side-panel,.shop32-main,
.rank-main-v30,.guild-rank-v30,.top-players-v30,.event-calendar-v30,
.account-sidebar-v31,.account-panel-v31,.auth-card-v31{
    background:linear-gradient(150deg,rgba(55,36,18,.64),rgba(27,17,9,.72))!important;
    border-color:rgba(224,174,91,.26)!important;
}

@media(max-width:760px){
    .site-world-bg{background-position:center center!important}
    .hero-copy-v29{top:56%!important}
}
@media(prefers-reduced-motion:reduce){
    .site-world-bg,.site-world-bg::after{animation:none!important}
}
\n/* NEORIA2 v41 — clean cinematic hero */
.hero-kicker-v29,.hero-copy-v29,.hero-actions-v29,.hero-play-v29,.hero-download-v29,.hero-logo-v29,.noria2-center-v22,.neoria2-center-v22{display:none!important}
.hero-v29{min-height:calc(100vh - 74px)!important;background:transparent!important}
.hero-v29::before{background:linear-gradient(180deg,rgba(17,10,4,.03),rgba(17,10,4,.07) 72%,rgba(17,10,4,.18))!important}
.site-world-bg{filter:brightness(1.01) saturate(1.06) contrast(1.03)!important;background-position:center center!important}


/* =========================================================
   NEORIA2 v43 — 4 SECOND ENTRY INTRO
   Restored from v41; no layout redesign.
   ========================================================= */
html.neoria-intro-active-v43,
html.neoria-intro-active-v43 body{
    overflow:hidden!important;
}

.neoria-intro-v43{
    position:fixed;
    inset:0;
    z-index:9999999;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:
      radial-gradient(circle at 50% 45%,rgba(112,38,160,.22),transparent 28%),
      radial-gradient(circle at 50% 52%,rgba(216,155,60,.09),transparent 43%),
      linear-gradient(180deg,#070609,#0a0707 58%,#050505);
    opacity:1;
    visibility:visible;
    transition:opacity .6s ease,visibility .6s ease;
    overflow:hidden;
}
.neoria-intro-v43.is-leaving{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
.neoria-intro-v43::before{
    content:"";
    position:absolute;
    inset:-10%;
    opacity:.22;
    background-image:
      radial-gradient(circle,rgba(240,182,73,.85) 0 1px,transparent 1.6px),
      radial-gradient(circle,rgba(164,74,218,.58) 0 1px,transparent 1.5px);
    background-size:88px 88px,143px 143px;
    background-position:0 0,42px 60px;
    animation:neoriaIntroParticlesV43 10s linear infinite;
    will-change:transform;
}
.neoria-intro-v43-glow{
    position:absolute;
    width:min(620px,74vw);
    aspect-ratio:1;
    border-radius:50%;
    background:radial-gradient(circle,rgba(121,42,174,.26),rgba(210,145,58,.08) 42%,transparent 70%);
    animation:neoriaIntroGlowV43 2.2s ease-in-out infinite;
    will-change:transform,opacity;
}
.neoria-intro-v43-logo{
    position:relative;
    z-index:2;
    width:min(500px,74vw);
    max-height:58vh;
    object-fit:contain;
    filter:
      drop-shadow(0 0 15px rgba(135,47,195,.42))
      drop-shadow(0 0 28px rgba(220,155,61,.18));
    animation:neoriaIntroLogoV43 4s cubic-bezier(.2,.72,.2,1) both;
    will-change:transform,opacity;
}
.neoria-intro-v43-line{
    position:relative;
    z-index:2;
    width:min(330px,52vw);
    height:1px;
    margin-top:16px;
    overflow:hidden;
    background:rgba(220,169,84,.14);
}
.neoria-intro-v43-line span{
    display:block;
    width:38%;
    height:100%;
    background:linear-gradient(90deg,transparent,#e2af59,#9b4bc6,transparent);
    animation:neoriaIntroLineV43 1.35s ease-in-out infinite;
}
.neoria-intro-v43-text{
    position:relative;
    z-index:2;
    margin-top:10px;
    color:rgba(232,212,184,.64);
    font:700 9px Georgia,serif;
    letter-spacing:.34em;
}
@keyframes neoriaIntroLogoV43{
    0%{opacity:0;transform:scale(.78) rotateY(-38deg)}
    22%{opacity:1;transform:scale(1.03) rotateY(0)}
    68%{opacity:1;transform:scale(1) rotateY(0)}
    100%{opacity:1;transform:scale(1) rotateY(0)}
}
@keyframes neoriaIntroGlowV43{
    0%,100%{opacity:.58;transform:scale(.94)}
    50%{opacity:1;transform:scale(1.055)}
}
@keyframes neoriaIntroLineV43{
    0%{transform:translateX(-120%)}
    100%{transform:translateX(340%)}
}
@keyframes neoriaIntroParticlesV43{
    from{transform:translate3d(0,0,0)}
    to{transform:translate3d(88px,-88px,0)}
}
@media(prefers-reduced-motion:reduce){
    .neoria-intro-v43,
    .neoria-intro-v43::before,
    .neoria-intro-v43-glow,
    .neoria-intro-v43-logo,
    .neoria-intro-v43-line span{
        animation:none!important;
    }
}

/* =========================================================
   NEORIA2 v44 — SINGLE FULLSCREEN CINEMATIC BACKGROUND
   NO 4-SECOND INTRO
   ========================================================= */

/* Disable/remove the old intro completely. */
.neoria-intro-v43{display:none!important}
html.neoria-intro-active-v43,
html.neoria-intro-active-v43 body{overflow:auto!important}

/* Hide all legacy duplicated center-art/logo layers. */
.noria2-center-v22,
.neoria2-center-v22,
.hero-logo-v29,
.hero-character-v16,
.shaman-v16,
.warrior-v16,
.character-aura{
    display:none!important;
}

/* Exactly ONE background image over the entire viewport. */
.site-world-bg{
    position:fixed!important;
    inset:-3%!important;
    width:106%!important;
    height:106%!important;
    z-index:0!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(16,9,3,.10),rgba(16,9,3,.16) 58%,rgba(9,5,2,.32) 100%),
      url('/assets/img/neoria-single-fullscreen-v44.jpg') center center / cover no-repeat!important;
    filter:brightness(.98) saturate(1.02) contrast(1.02)!important;
    animation:neoriaSingleCinemaV44 18s ease-in-out infinite alternate!important;
    will-change:transform;
}
.site-world-bg::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(ellipse at 50% 42%,transparent 0 52%,rgba(10,6,2,.16) 100%)!important;
    pointer-events:none;
}
.site-world-bg::after{
    content:"";
    position:absolute;
    inset:0;
    opacity:.50!important;
    pointer-events:none;
    background-image:
      radial-gradient(circle,rgba(255,194,61,.98) 0 1.2px,transparent 1.9px),
      radial-gradient(circle,rgba(255,229,143,.72) 0 1px,transparent 1.7px),
      radial-gradient(circle,rgba(224,131,25,.68) 0 1.1px,transparent 1.8px)!important;
    background-size:104px 104px,169px 169px,239px 239px!important;
    background-position:0 0,42px 71px,93px 31px!important;
    animation:neoriaGoldDustV44 15s linear infinite!important;
    filter:drop-shadow(0 0 4px rgba(255,169,42,.72))!important;
}
@keyframes neoriaSingleCinemaV44{
    0%{transform:scale(1.00) translate3d(-.3%,0,0)}
    100%{transform:scale(1.055) translate3d(.35%,-.45%,0)}
}
@keyframes neoriaGoldDustV44{
    0%{transform:translate3d(0,35px,0);opacity:.22}
    35%{opacity:.52}
    100%{transform:translate3d(104px,-125px,0);opacity:.12}
}

/* Remove horizontal bands / hero rectangles. */
.hero-v29,
.hero-v29::before,
.hero-v29::after,
main,.site-main,.page-wrap,.content-wrap{
    background-color:transparent!important;
}
.hero-v29::before{
    background:radial-gradient(ellipse at center,transparent 0 62%,rgba(12,7,3,.08) 100%)!important;
}
.hero-v29::after{
    background:linear-gradient(180deg,transparent 0 90%,rgba(12,7,3,.10) 100%)!important;
}

/* No central hero content remains from old versions. */
.hero-copy-v29{display:none!important}

/* Real website content remains above the background. */
body > *:not(.site-world-bg){position:relative;z-index:2}
.neoria-nav{z-index:1000!important}

@media(max-width:760px){
    .site-world-bg{
        background-position:58% center!important;
        animation-duration:22s!important;
    }
}
@media(prefers-reduced-motion:reduce){
    .site-world-bg,.site-world-bg::after{animation:none!important}
}

/* =========================================================
   NEORIA2 v45 — REMOVE EVERY LEGACY INTRO/PRELOADER
   ========================================================= */
#neoriaEntryLoader,
.neoria-entry-loader,
#neoriaIntroV43,
.neoria-intro-v43,
.entry-glow,
.entry-line,
.entry-text,
.neoria-intro-v43-glow,
.neoria-intro-v43-line,
.neoria-intro-v43-text{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
}
body.neoria-loading,
html.neoria-intro-active-v43,
html.neoria-intro-active-v43 body{
    overflow:auto!important;
}

/* =========================================================
   NEORIA2 v46 — REMOVE HORIZONTAL LINE / SEAM
   ========================================================= */

/* Remove any 1px/overlay seams crossing the cinematic background. */
.hero-v29,
.hero-v29::before,
.hero-v29::after,
.site-world-bg,
.site-world-bg::before,
.site-world-bg::after,
.inner-page,
.page-hero,
main,
section{
    border-top:0!important;
    border-bottom:0!important;
}

/* Eliminate horizontal overlay bands from the hero. */
.hero-v29::before{
    background:radial-gradient(
        ellipse at center,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.025) 62%,
        rgba(12,7,3,.07) 100%
    )!important;
}
.hero-v29::after{
    display:none!important;
}

/* The background must remain one continuous layer. */
.site-world-bg{
    background-color:#171006!important;
    box-shadow:none!important;
    outline:0!important;
}
.site-world-bg::before{
    inset:0!important;
    background:radial-gradient(
        ellipse at 50% 42%,
        transparent 0 58%,
        rgba(10,6,2,.12) 100%
    )!important;
}
.site-world-bg::after{
    border:0!important;
    box-shadow:none!important;
}

/* Remove translucent horizontal strips from page wrappers. */
.hero-v29,
.inner-page,
.page-hero,
.site-main,
.page-wrap,
.content-wrap{
    box-shadow:none!important;
    outline:0!important;
    background-color:transparent!important;
}

/* Keep the navbar divider only at the top, never across the hero. */
.neoria-nav{
    border-bottom:1px solid rgba(224,174,91,.22)!important;
}

/* =========================================================
   NEORIA2 v47 — FULL WIDTH HOMEPAGE SECTIONS
   Stretch homepage content across the page instead of a centered narrow column.
   ========================================================= */

/* Main homepage sections span almost the full viewport width. */
.modern-section-v29,
.dashboard-grid-v29,
.live-world-v30,
.featured-shop-v31,
.quick-bar-v29{
    width:calc(100% - 48px)!important;
    max-width:none!important;
    margin-left:24px!important;
    margin-right:24px!important;
    box-sizing:border-box!important;
}

/* Feature cards keep 3 columns but use all available horizontal space. */
.modern-section-v29 .feature-grid-v29,
.feature-grid-v29{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

/* News/community row uses the full viewport width. */
.dashboard-grid-v29{
    grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr)!important;
    gap:14px!important;
}

/* Top players + event calendar full width. */
.live-world-v30{
    grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
    gap:14px!important;
}

/* Featured items stretch fully across the page. */
.featured-shop-v31{
    padding:24px 28px!important;
}
.featured-shop-grid-v31{
    width:100%!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:12px!important;
}

/* Bottom 3-step quick bar full width. */
.quick-bar-v29{
    padding-left:28px!important;
    padding-right:28px!important;
}

/* Remove narrow wrapper behavior inside homepage sections. */
.modern-section-v29 > *,
.dashboard-grid-v29 > *,
.live-world-v30 > *,
.featured-shop-v31 > *,
.quick-bar-v29 > *{
    max-width:none!important;
}

/* Give large screens a premium edge-to-edge layout without touching the navbar. */
@media(min-width:1600px){
    .modern-section-v29,
    .dashboard-grid-v29,
    .live-world-v30,
    .featured-shop-v31,
    .quick-bar-v29{
        width:calc(100% - 64px)!important;
        margin-left:32px!important;
        margin-right:32px!important;
    }
}

/* Tablet/mobile: preserve breathing room and stack where needed. */
@media(max-width:980px){
    .modern-section-v29,
    .dashboard-grid-v29,
    .live-world-v30,
    .featured-shop-v31,
    .quick-bar-v29{
        width:calc(100% - 24px)!important;
        margin-left:12px!important;
        margin-right:12px!important;
    }

    .dashboard-grid-v29,
    .live-world-v30{
        grid-template-columns:1fr!important;
    }

    .feature-grid-v29{
        grid-template-columns:1fr!important;
    }

    .featured-shop-grid-v31{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

@media(max-width:560px){
    .featured-shop-grid-v31{
        grid-template-columns:1fr!important;
    }
}

/* =========================================================
   NEORIA2 v48 — CLEARER / SHARPER TEXT
   Improve readability across homepage and all public pages.
   ========================================================= */

:root{
    --v48-text:#f6ecdc;
    --v48-text-soft:#d8c9b2;
    --v48-gold:#efbd63;
    --v48-muted:#b7aa96;
}

/* Main text */
body{
    color:var(--v48-text)!important;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

/* Headings become brighter and sharper */
h1,h2,h3,h4,
.page-hero h1,
.modern-section-v29 h2,
.modern-section-v29 h3,
.dashboard-grid-v29 h2,
.dashboard-grid-v29 h3,
.top-players-v30 h2,
.event-calendar-v30 h2,
.featured-shop-v31 h2,
.shop32 h1,.shop32 h2,.shop32 h3,
.account-page-v31 h1,.account-page-v31 h2,
.rank-page-v30 h1,.rank-page-v30 h2{
    color:#fff3dc!important;
    text-shadow:
      0 2px 3px rgba(0,0,0,.92),
      0 0 10px rgba(0,0,0,.42)!important;
    font-weight:700!important;
}

/* Paragraphs / descriptions */
p,
.content-card p,
.modern-section-v29 p,
.dashboard-grid-v29 p,
.live-world-v30 p,
.featured-shop-v31 p,
.shop32 p,
.account-page-v31 p,
.rank-page-v30 p,
.player-page-v30 p{
    color:var(--v48-text-soft)!important;
    text-shadow:0 1px 3px rgba(0,0,0,.88)!important;
    line-height:1.6!important;
}

/* Small labels and metadata */
small,
.feature-card-v29 small,
.news-item-v29 small,
.event-row-v30 small,
.podium-player-v30 small,
.featured-item-v31 span,
.rank-title-v30 small,
.guild-rank-v30 small,
.account-panel-v31 small{
    color:#c4b49d!important;
    text-shadow:0 1px 2px rgba(0,0,0,.9)!important;
}

/* Gold labels / links */
.hero-kicker-v29,
.modern-section-v29>header small,
.featured-shop-head-v31 small,
.top-players-v30 header small,
.event-calendar-v30 header small,
.rank-title-v30 small,
.guild-rank-v30 header small{
    color:var(--v48-gold)!important;
    text-shadow:
      0 1px 3px rgba(0,0,0,.95),
      0 0 8px rgba(191,125,38,.22)!important;
}

/* Links */
a{
    text-shadow:0 1px 2px rgba(0,0,0,.75);
}
.modern-section-v29 a,
.dashboard-grid-v29 a,
.live-world-v30 a,
.featured-shop-v31 a{
    color:#e8b75d!important;
}

/* Feature cards */
.feature-card-v29 h3{
    color:#fff1d7!important;
}
.feature-card-v29 p{
    color:#d7c8b1!important;
}
.feature-card-v29>a{
    color:#efb95c!important;
    font-weight:700!important;
}

/* News */
.news-item-v29 strong,
.news-list-v29 strong{
    color:#f8ead3!important;
}
.news-item-v29 p,
.news-list-v29 p{
    color:#cfc1ab!important;
}

/* Ranking / events */
.podium-player-v30 strong,
.event-row-v30 strong,
.rank-player-v30 strong,
.guild-row-v30 strong{
    color:#f6e7cf!important;
}
.event-countdown-v30,
.rank-row-v30>strong,
.guild-row-v30 em{
    color:#f0bb5a!important;
    text-shadow:0 1px 3px rgba(0,0,0,.9)!important;
}

/* Featured shop text */
.featured-item-v31 strong{
    color:#fff0d5!important;
    text-shadow:0 1px 4px rgba(0,0,0,.96)!important;
}
.featured-item-v31 b{
    color:#ffc762!important;
    text-shadow:0 1px 3px rgba(0,0,0,.92)!important;
}

/* Quick bar */
.quick-bar-v29 strong{
    color:#fff0d7!important;
}
.quick-bar-v29 small{
    color:#c6b69f!important;
}

/* Navbar text clearer */
.neoria-menu a,
.nav-login,
.nav-play{
    font-weight:700!important;
    text-shadow:0 1px 3px rgba(0,0,0,.95)!important;
}

/* Add a subtle dark inner layer to text-heavy panels without hiding the background */
.modern-section-v29,
.dashboard-grid-v29>*,
.live-world-v30>*,
.featured-shop-v31,
.quick-bar-v29{
    box-shadow:
      0 14px 34px rgba(0,0,0,.24),
      inset 0 0 0 9999px rgba(12,8,4,.08)!important;
}

/* Better readability on small screens */
@media(max-width:760px){
    p{font-size:14px!important}
    h2{line-height:1.15!important}
}

/* =========================================================
   NEORIA2 v49 — RO/EN LANGUAGE SWITCH + FULL RESPONSIVE
   ========================================================= */
.lang-switch-v49{
    height:38px;display:flex;align-items:center;gap:5px;padding:0 9px;
    border:1px solid rgba(224,174,91,.25);border-radius:9px;
    background:rgba(50,31,13,.48);white-space:nowrap
}
.lang-switch-v49 a{font:800 10px Arial,sans-serif;color:#a99a84;text-decoration:none;text-shadow:none!important}
.lang-switch-v49 a.active{color:#ffd474}
.lang-switch-v49 span{color:#6f5a3f;font-size:9px}

.mobile-nav-toggle-v49{
    display:none;width:42px;height:42px;border:1px solid rgba(224,174,91,.28);
    border-radius:9px;background:rgba(52,32,13,.7);padding:9px;cursor:pointer
}
.mobile-nav-toggle-v49 span{display:block;height:2px;margin:4px 0;background:#e8bd6d;border-radius:2px}

/* Prevent overflow everywhere */
html,body{max-width:100%;overflow-x:hidden}
img,video,canvas,svg{max-width:100%}
input,select,textarea,button{max-width:100%}
.content-card,.rank-layout-v30,.account-grid-v31,.shop32-layout,.shop32-hero,
.modern-section-v29,.dashboard-grid-v29,.live-world-v30,.featured-shop-v31,.quick-bar-v29{
    box-sizing:border-box
}

/* Medium desktop / landscape tablet */
@media(max-width:1280px){
    .neoria-nav{grid-template-columns:210px 1fr auto!important;padding:0 14px!important}
    .neoria-brand{width:195px!important}.neoria-brand img{width:190px!important}
    .neoria-menu a{min-width:70px!important;padding-left:7px!important;padding-right:7px!important}
    .neoria-nav-actions{gap:6px!important}.nav-play{width:105px!important}.nav-login{width:76px!important}
    .shop32-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}

/* Tablets and small laptops */
@media(max-width:1024px){
    .neoria-nav{height:78px!important;grid-template-columns:175px 1fr auto!important}
    .neoria-brand{height:70px!important;width:170px!important}.neoria-brand img{width:165px!important;height:66px!important}
    .neoria-menu{gap:3px!important;padding:4px!important}
    .neoria-menu a{min-width:57px!important;height:50px!important;font-size:8px!important}
    .nav-icon{width:24px!important;height:24px!important}
    .lang-switch-v49{padding:0 7px}
    .nav-play{width:92px!important;font-size:10px!important}.nav-login{width:68px!important;font-size:10px!important}
    .shop32-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
    .player-profile-v30{width:calc(100% - 24px)!important}
}

/* iPad portrait / large phones: hamburger navigation */
@media(max-width:820px){
    .neoria-nav{
        height:72px!important;display:grid!important;
        grid-template-columns:1fr auto auto!important;padding:0 12px!important
    }
    .neoria-brand{width:155px!important;height:66px!important}
    .neoria-brand img{width:150px!important;height:62px!important}
    .mobile-nav-toggle-v49{display:block;grid-column:2}
    .neoria-menu{
        position:absolute!important;top:72px!important;left:10px!important;right:10px!important;
        height:auto!important;max-height:0!important;opacity:0!important;overflow:hidden!important;
        padding:0!important;display:grid!important;grid-template-columns:repeat(2,1fr)!important;
        gap:6px!important;border:0!important;border-radius:13px!important;
        background:linear-gradient(180deg,rgba(43,26,10,.98),rgba(20,12,6,.99))!important;
        transition:max-height .25s ease,opacity .2s ease,padding .2s ease!important
    }
    .mobile-nav-open-v49 .neoria-menu{
        max-height:620px!important;opacity:1!important;padding:10px!important;
        border:1px solid rgba(224,174,91,.28)!important;box-shadow:0 18px 40px rgba(0,0,0,.45)!important
    }
    .neoria-menu a{
        min-width:0!important;width:100%!important;height:58px!important;
        flex-direction:row!important;justify-content:flex-start!important;
        padding:8px 12px!important;gap:9px!important;font-size:10px!important
    }
    .neoria-nav-actions{grid-column:3}
    .nav-play{display:none!important}
    .nav-login{width:auto!important;padding:0 10px!important}
    .lang-switch-v49{height:36px}
    .modern-section-v29,.dashboard-grid-v29,.live-world-v30,.featured-shop-v31,.quick-bar-v29{
        width:calc(100% - 20px)!important;margin-left:10px!important;margin-right:10px!important
    }
    .rank-layout-v30,.account-grid-v31,.shop32-layout,.shop32-hero,.shop32-notice,.shop32-toolbar,.shop32-grid,.shop32-info{
        width:calc(100% - 20px)!important;margin-left:10px!important;margin-right:10px!important
    }
    .shop32-layout{grid-template-columns:1fr!important}
    .shop32-sidebar{display:grid!important;grid-template-columns:1fr 1fr!important}
    .shop32-topup{grid-column:1/-1!important}
    .shop32-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .rank-layout-v30,.live-world-v30,.dashboard-grid-v29{grid-template-columns:1fr!important}
    .account-grid-v31{grid-template-columns:1fr!important}
    .character-grid-v31{grid-template-columns:1fr 1fr!important}
    .footer-v10-grid{grid-template-columns:repeat(2,1fr)!important;gap:22px!important}
}

/* Android / iPhone */
@media(max-width:600px){
    .neoria-nav{grid-template-columns:1fr auto auto!important;padding:0 8px!important}
    .neoria-brand{width:126px!important}.neoria-brand img{width:122px!important}
    .nav-login{display:none!important}
    .lang-switch-v49{padding:0 6px!important}
    .mobile-nav-toggle-v49{width:38px;height:38px}
    .page-hero{padding-left:14px!important;padding-right:14px!important}
    .page-hero h1{font-size:clamp(25px,8vw,38px)!important}
    .content-card{width:calc(100% - 16px)!important;margin-left:8px!important;margin-right:8px!important;padding:18px 14px!important}
    .modern-section-v29,.dashboard-grid-v29,.live-world-v30,.featured-shop-v31,.quick-bar-v29{
        width:calc(100% - 12px)!important;margin-left:6px!important;margin-right:6px!important
    }
    .feature-grid-v29,.featured-shop-grid-v31,.shop32-grid,.character-grid-v31,.account-tools-v31{
        grid-template-columns:1fr!important
    }
    .shop32-sidebar{grid-template-columns:1fr!important}
    .shop32-topup{grid-column:auto!important}
    .shop32-hero{padding:18px 14px!important}
    .shop32-balance{width:100%!important;min-width:0!important;grid-template-columns:34px 1fr!important}
    .shop32-balance>a{grid-column:1/-1;text-align:center}
    .rank-table-v30{overflow-x:auto!important;-webkit-overflow-scrolling:touch}
    .rank-head-v30,.rank-row-v30{min-width:620px!important}
    .player-profile-v30{grid-template-columns:1fr!important;text-align:center!important}
    .player-avatar-v30{margin:auto}
    .player-stat-v30{grid-column:auto!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.06)!important;padding:10px 0!important}
    .footer-v10-grid{grid-template-columns:1fr!important;text-align:center!important}
    .footer-v10-brand img{margin-left:auto!important;margin-right:auto!important}
    .cookie-banner{left:8px!important;right:8px!important;bottom:8px!important;width:auto!important}
    .cookie-actions{flex-wrap:wrap!important}
    .cookie-actions button{flex:1 1 46%!important}
    .cookie-modal-card{width:calc(100vw - 20px)!important;max-height:90vh!important;overflow:auto!important}
}

/* Very small iPhones / Android devices */
@media(max-width:380px){
    .neoria-brand{width:108px!important}.neoria-brand img{width:105px!important}
    .lang-switch-v49{font-size:9px!important}
    .neoria-menu{grid-template-columns:1fr!important}
    .mobile-nav-open-v49 .neoria-menu{max-height:760px!important}
    .featured-shop-v31,.modern-section-v29,.top-players-v30,.event-calendar-v30{padding:16px 12px!important}
}

/* NEORIA2 v50 — language selector on the left with RO/UK flags */
.brand-zone-v50{display:flex;align-items:center;gap:10px;min-width:0}
.brand-zone-v50 .neoria-brand{flex:0 0 auto}
.lang-switch-v50{
  display:flex;align-items:center;gap:5px;padding:4px;
  border:1px solid rgba(218,164,77,.28);border-radius:12px;
  background:linear-gradient(180deg,rgba(70,42,17,.72),rgba(27,16,8,.82));
  box-shadow:inset 0 1px 0 rgba(255,224,156,.06),0 6px 18px rgba(0,0,0,.22);
  backdrop-filter:blur(8px)
}
.lang-switch-v50 a{
  height:31px;min-width:52px;padding:0 7px;display:flex;align-items:center;justify-content:center;gap:6px;
  border:1px solid transparent;border-radius:8px;text-decoration:none;color:#cdbb9d;
  font:800 9px Arial,sans-serif;letter-spacing:.05em;transition:.18s ease
}
.lang-switch-v50 a:hover,.lang-switch-v50 a.active{
  color:#fff0c5;border-color:rgba(231,181,91,.48);
  background:linear-gradient(180deg,rgba(121,69,24,.68),rgba(68,34,15,.75));
  box-shadow:0 0 12px rgba(218,151,54,.12)
}
.flag-v50{width:21px;height:14px;display:inline-block;border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px rgba(255,255,255,.16)}
.flag-ro-v50{background:linear-gradient(90deg,#002b7f 0 33.333%,#fcd116 33.333% 66.666%,#ce1126 66.666% 100%)}
.flag-gb-v50{
 background:
 linear-gradient(33deg,transparent 42%,#fff 42% 47%,#cf142b 47% 53%,#fff 53% 58%,transparent 58%),
 linear-gradient(-33deg,transparent 42%,#fff 42% 47%,#cf142b 47% 53%,#fff 53% 58%,transparent 58%),
 linear-gradient(90deg,transparent 40%,#fff 40% 60%,transparent 60%),
 linear-gradient(transparent 35%,#fff 35% 65%,transparent 65%),
 linear-gradient(90deg,transparent 45%,#cf142b 45% 55%,transparent 55%),
 linear-gradient(transparent 42%,#cf142b 42% 58%,transparent 58%),#012169
}

@media(max-width:1280px){
 .brand-zone-v50{gap:5px}
 .lang-switch-v50 a{min-width:43px;padding:0 5px}
 .flag-v50{width:18px;height:12px}
}
@media(max-width:1024px){
 .brand-zone-v50{gap:4px}
 .lang-switch-v50{padding:3px}
 .lang-switch-v50 a{min-width:36px;width:36px;padding:0}
 .lang-switch-v50 a b{display:none}
}
@media(max-width:820px){
 .brand-zone-v50{width:auto;gap:5px}
 .brand-zone-v50 .neoria-brand{width:125px!important}
 .brand-zone-v50 .neoria-brand img{width:122px!important}
 .lang-switch-v50 a{width:34px;min-width:34px;height:29px}
 .flag-v50{width:21px;height:14px}
}
@media(max-width:480px){
 .brand-zone-v50 .neoria-brand{width:102px!important}
 .brand-zone-v50 .neoria-brand img{width:100px!important}
 .lang-switch-v50{gap:2px;padding:2px}
 .lang-switch-v50 a{width:29px;min-width:29px;height:27px}
 .flag-v50{width:19px;height:13px}
}
