
: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}
}
