/* Shared public chrome: one header, navigation, footer and support control. */
body.neco-liquid{
  --shell-accent:#0757ff;
  --shell-accent-soft:#61cfff;
  --shell-text:#10213a;
  --shell-muted:#708198;
  --shell-logo-filter:none;
  --shell-glass-start:rgba(255,255,255,.76);
  --shell-glass-end:rgba(222,238,251,.56);
  --shell-glass-scrolled:rgba(239,247,255,.8);
  --shell-glass-border:rgba(255,255,255,.42);
  --shell-glass-highlight:rgba(255,255,255,.5);
  --shell-auth-bg:rgba(255,255,255,.42);
  --shell-menu-bg:rgba(250,253,255,.96);
  --shell-menu-text:#10213a;
  --shell-footer-start:#096eff;
  --shell-footer-end:#0644bd;
  --shell-footer-glow:#6bd9ff;
  --shell-footer-text:#d8e9ff;
}
body.neco-liquid.minecraft-page{--shell-accent:#398a2b;--shell-accent-soft:#73c95a;--shell-footer-start:#1c4b21;--shell-footer-end:#101a13;--shell-footer-glow:#5caf3f}
body.neco-liquid.hytale-page,body.neco-liquid.theme-hytale{
  --shell-accent:#0b9e95;
  --shell-accent-soft:#65e1cf;
  --shell-text:#f4fffc;
  --shell-muted:#a9c8c5;
  --shell-logo-filter:none;
  --shell-glass-start:rgba(255,255,255,.14);
  --shell-glass-end:rgba(4,25,36,.38);
  --shell-glass-scrolled:rgba(5,30,40,.58);
  --shell-glass-border:rgba(205,255,244,.28);
  --shell-glass-highlight:rgba(255,255,255,.2);
  --shell-auth-bg:rgba(230,255,250,.1);
  --shell-menu-bg:rgba(5,28,39,.94);
  --shell-menu-text:#f4fffc;
  --shell-footer-start:#07343c;
  --shell-footer-end:#05151f;
  --shell-footer-glow:#0ba89e;
  --shell-footer-text:#d5efea;
}
body.neco-liquid.wordpress-page{--shell-accent:#21759b;--shell-accent-soft:#55b6e1}

body.neco-liquid .site-header{position:fixed;top:18px;z-index:100;width:100%;transition:top .25s ease}
body.neco-liquid .site-header.is-scrolled{top:8px}
body.neco-liquid .site-header .nav-shell{position:relative;width:min(1320px,calc(100% - 34px));height:78px;margin:auto;padding:0 18px 0 25px;display:flex;align-items:center;border:1px solid var(--shell-glass-border);border-radius:24px;background:linear-gradient(125deg,var(--shell-glass-start),var(--shell-glass-end));color:var(--shell-text);box-shadow:0 18px 50px rgba(1,16,28,.2),inset 0 1px 0 var(--shell-glass-highlight),inset 0 -1px 0 rgba(255,255,255,.08);backdrop-filter:blur(30px) saturate(160%);-webkit-backdrop-filter:blur(30px) saturate(160%);transition:height .25s ease,width .25s ease,border-radius .25s ease,background .25s ease,box-shadow .25s ease}
body.neco-liquid .site-header .nav-shell::before{content:"";position:absolute;inset:1px;border-radius:22px;pointer-events:none;background:linear-gradient(110deg,var(--shell-glass-highlight),rgba(255,255,255,.03) 34%,transparent 64%,color-mix(in srgb,var(--shell-accent-soft) 12%,transparent));opacity:.72}
body.neco-liquid .site-header.is-scrolled .nav-shell{height:68px;width:min(1220px,calc(100% - 28px));border-radius:20px;background:var(--shell-glass-scrolled);box-shadow:0 15px 42px rgba(2,19,34,.2),inset 0 1px 0 var(--shell-glass-highlight)}
body.neco-liquid .site-header .brand,body.neco-liquid .site-nav,body.neco-liquid .nav-auth-actions,body.neco-liquid .user-nav-menu,body.neco-liquid .menu-toggle{position:relative;z-index:1}
body.neco-liquid .site-header .brand{display:block;margin-right:auto}
body.neco-liquid .site-header .brand img{width:168px;height:auto;filter:var(--shell-logo-filter);transition:width .25s ease}
body.neco-liquid .site-header.is-scrolled .brand img{width:145px}
body.neco-liquid .site-nav{display:flex;align-items:center;gap:30px;color:inherit;font-size:14px;font-weight:700}
body.neco-liquid .site-nav>a,body.neco-liquid .nav-dropdown>button{position:relative;color:inherit;transition:color .2s}
body.neco-liquid .site-nav>a,body.neco-liquid .nav-dropdown>button{display:inline-flex;align-items:center;gap:7px}
body.neco-liquid .site-nav>a{padding:20px 0}
body.neco-liquid .nav-dropdown>button{padding:20px 0;border:0;background:none;font-weight:700;cursor:pointer}
body.neco-liquid .nav-item-icon{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.neco-liquid .nav-dropdown-chevron{margin-left:-2px;font-size:12px;line-height:1;transition:transform .2s}
body.neco-liquid .nav-dropdown.open .nav-dropdown-chevron{transform:rotate(180deg)}
body.neco-liquid .site-nav>a::after,body.neco-liquid .nav-dropdown>button::after{content:"";position:absolute;right:100%;bottom:11px;left:0;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--shell-accent),var(--shell-accent-soft));transition:right .25s}
body.neco-liquid .site-nav>a:hover::after,body.neco-liquid .nav-dropdown>button:hover::after{right:0}
body.neco-liquid .site-nav>a:hover,body.neco-liquid .nav-dropdown>button:hover{color:var(--shell-accent-soft)}
body.neco-liquid .nav-dropdown{position:relative}
body.neco-liquid .dropdown-panel,body.neco-liquid .user-account-dropdown{z-index:60;border:1px solid rgba(216,230,244,.9)!important;background:rgba(252,254,255,.96)!important;color:#10213a!important;box-shadow:0 28px 75px rgba(9,43,93,.22)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important}
body.neco-liquid .dropdown-panel>a{background:transparent;color:#10213a}
body.neco-liquid .dropdown-panel>a:hover{background:#edf6ff}
body.neco-liquid .dropdown-panel strong{color:#10213a}
body.neco-liquid .dropdown-panel em{color:#667a95}
body.neco-liquid .dropdown-service-icon{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;overflow:hidden;border:1px solid #dce7f4;border-radius:13px;background:#f7fbff;box-shadow:0 7px 17px rgba(29,74,132,.07)}
body.neco-liquid .dropdown-service-icon img{width:31px;height:31px;object-fit:contain}
body.neco-liquid .dropdown-service-icon.service-brand--cpanel img{width:37px;height:27px}
body.neco-liquid .dropdown-service-icon.service-brand--minecraft img{width:35px;height:35px;border-radius:9px;object-fit:cover}
body.neco-liquid .dropdown-service-icon.service-brand--hytale img{width:29px;height:29px}
body.neco-liquid .dropdown-service-icon.service-brand--uploaded{position:relative;background:#fff}
body.neco-liquid .dropdown-service-icon.service-brand--uploaded img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;filter:none;transform:none}
body.neco-liquid .nav-auth-actions{display:flex;align-items:center;gap:8px;margin-left:25px;padding:5px;border:1px solid var(--shell-glass-border);border-radius:18px;background:var(--shell-auth-bg);box-shadow:inset 0 1px 0 var(--shell-glass-highlight);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}
body.neco-liquid .nav-create-account{color:inherit}
body.neco-liquid .nav-create-account small{color:var(--shell-muted);font-size:12px}
body.neco-liquid .nav-create-account strong,body.neco-liquid .nav-login strong{font-size:14px}
body.neco-liquid .nav-create-account:hover{background:rgba(255,255,255,.13);color:inherit}
body.neco-liquid .nav-create-account .nav-auth-icon{background:rgba(238,246,255,.92);color:var(--shell-accent)}
body.neco-liquid .nav-login{background:linear-gradient(135deg,var(--shell-accent-soft),var(--shell-accent));color:#fff;box-shadow:0 10px 25px color-mix(in srgb,var(--shell-accent) 34%,transparent),inset 0 1px 0 rgba(255,255,255,.25)}
body.neco-liquid .nav-login small{font-size:12px}
body.neco-liquid .menu-toggle span{background:var(--shell-text)}

body.neco-liquid .site-footer{position:relative;z-index:1;isolation:isolate;overflow:hidden;padding:76px 0 24px;border-top:1px solid rgba(255,255,255,.25);background:radial-gradient(circle at 84% 4%,color-mix(in srgb,var(--shell-footer-glow) 40%,transparent),transparent 27%),linear-gradient(135deg,var(--shell-footer-start),var(--shell-footer-end));color:var(--shell-footer-text)}
body.neco-liquid .site-footer::before{content:"";position:absolute;z-index:-1;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to right,#000,transparent 72%)}
body.neco-liquid .site-footer::after{content:"N";position:absolute;z-index:-1;right:5%;top:-120px;color:rgba(255,255,255,.055);font:700 410px var(--display);line-height:1}
body.neco-liquid .footer-glow{position:absolute;width:480px;height:480px;right:-180px;top:-190px;border-radius:50%;background:var(--shell-footer-glow);filter:blur(160px);opacity:.28}
body.neco-liquid .footer-grid{position:relative;display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:0;align-items:start}
body.neco-liquid .footer-brand{padding:12px 52px 20px 0;border:0;background:transparent;box-shadow:none}
body.neco-liquid .footer-brand .footer-logo{display:block;width:max-content;margin:0 0 23px}
body.neco-liquid .footer-brand .footer-logo img{width:190px;height:auto;filter:none!important;opacity:1}
body.neco-liquid .footer-brand p{max-width:380px;margin:0 0 22px;color:var(--shell-footer-text);font-size:14px;line-height:1.8}
body.neco-liquid .footer-brand>a:last-child{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:rgba(255,255,255,.1);color:#fff;font-size:12px;font-weight:800;transition:background .2s,transform .2s}
body.neco-liquid .footer-brand>a:last-child::before{content:"@";display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#fff;color:var(--shell-accent);font-size:12px}
body.neco-liquid .footer-brand>a:last-child:hover{transform:translateY(-2px);background:rgba(255,255,255,.18)}
body.neco-liquid .footer-grid>div:not(:first-child){min-height:285px;padding:18px 20px 18px 38px;border-left:1px solid rgba(255,255,255,.15)}
body.neco-liquid .footer-grid h2{display:flex;align-items:center;gap:9px;margin:0 0 23px;color:#fff;font:800 12px var(--font);letter-spacing:.14em;text-transform:uppercase}
body.neco-liquid .footer-grid h2::before{content:"";width:16px;height:2px;border-radius:2px;background:var(--shell-accent-soft)}
body.neco-liquid .footer-grid>div:not(:first-child) a,body.neco-liquid .footer-grid>div:not(:first-child) span{display:flex;align-items:center;width:fit-content;margin:12px 0;color:var(--shell-footer-text);font-size:13px;transition:color .2s,transform .2s}
body.neco-liquid .footer-grid>div:not(:first-child) a::after{content:"→";margin-left:0;opacity:0;color:var(--shell-accent-soft);transition:opacity .2s,margin-left .2s}
body.neco-liquid .footer-grid>div:not(:first-child) a:hover{transform:translateX(3px);color:#fff}
body.neco-liquid .footer-grid>div:not(:first-child) a:hover::after{margin-left:8px;opacity:1}
body.neco-liquid .footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:38px;padding:18px 22px;border:1px solid rgba(255,255,255,.16);border-radius:17px;background:rgba(1,26,56,.18);color:var(--shell-footer-text);font-size:13px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(16px)}
body.neco-liquid .footer-bottom div{display:flex;gap:25px}
body.neco-liquid .footer-bottom a{color:inherit}
body.neco-liquid .footer-bottom a:hover{color:#fff}
body.neco-liquid .floating-support{position:fixed;right:25px;bottom:25px;z-index:80;display:flex;align-items:center;gap:10px;padding:10px 15px;border:1px solid rgba(255,255,255,.9);border-radius:16px;background:rgba(255,255,255,.82);color:#10213a;font-size:13px;box-shadow:0 18px 45px rgba(7,40,94,.2);backdrop-filter:blur(22px);transition:transform .25s}
body.neco-liquid .floating-support:hover{transform:translateY(-4px) scale(1.02)}
body.neco-liquid .floating-support span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--shell-accent);color:#fff}

@media(max-width:1100px){body.neco-liquid .site-nav{gap:18px}body.neco-liquid .nav-auth-actions,body.neco-liquid .user-nav-menu{margin-left:15px}}
@media(max-width:1000px){body.neco-liquid .footer-grid{grid-template-columns:repeat(2,1fr);gap:18px}body.neco-liquid .footer-brand{padding:27px}body.neco-liquid .footer-grid>div:not(:first-child){min-height:0;padding:27px;border:1px solid rgba(255,255,255,.14);border-radius:21px;background:rgba(255,255,255,.07)}body.neco-liquid .footer-grid>div:last-child{grid-column:span 2}}
@media(max-width:820px){body.neco-liquid .site-header{top:8px}body.neco-liquid .site-header.is-scrolled{top:6px}body.neco-liquid .site-header .nav-shell{height:68px;padding:0 12px 0 18px;background:linear-gradient(125deg,var(--shell-glass-start),var(--shell-glass-scrolled));backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%)}body.neco-liquid .site-header.is-scrolled .nav-shell{height:62px}body.neco-liquid .site-header .brand img{width:135px}body.neco-liquid .menu-toggle{display:block;order:2}body.neco-liquid .site-nav{display:none;position:absolute;top:70px;right:8px;left:8px;width:auto;padding:20px;border:1px solid var(--shell-glass-border);border-radius:20px;background:var(--shell-menu-bg);color:var(--shell-menu-text);box-shadow:0 24px 65px rgba(9,43,93,.23);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);flex-direction:column;align-items:stretch}body.neco-liquid .site-nav.open{display:flex}body.neco-liquid .site-nav>a{padding:9px 0}body.neco-liquid .site-nav>a::after,body.neco-liquid .nav-dropdown>button::after{bottom:0}body.neco-liquid .nav-dropdown>button{width:100%;padding:9px 0;text-align:left}body.neco-liquid .nav-item-icon{width:18px;height:18px}body.neco-liquid .dropdown-panel{position:static;display:none;width:auto;margin:10px 0 0;box-shadow:none!important;opacity:1;visibility:visible;transform:none}body.neco-liquid .nav-dropdown.open .dropdown-panel{display:block}body.neco-liquid .nav-auth-actions{order:1;margin:0 8px 0 auto;padding:3px;border-radius:14px}body.neco-liquid .nav-login{width:42px;min-width:42px;height:42px;padding:6px}body.neco-liquid .nav-login>span{display:none}body.neco-liquid .nav-login i{width:30px;height:30px}body.neco-liquid .user-nav-menu{order:1;margin:0 8px 0 auto}}
@media(max-width:650px){body.neco-liquid .site-footer{padding-top:58px}body.neco-liquid .footer-grid{grid-template-columns:1fr}body.neco-liquid .footer-grid>div:last-child{grid-column:auto}body.neco-liquid .footer-brand .footer-logo img{width:168px}body.neco-liquid .footer-bottom{align-items:flex-start;flex-direction:column;gap:13px}body.neco-liquid .footer-bottom div{flex-wrap:wrap;gap:12px 20px}}
@media(max-width:560px){body.neco-liquid .site-header .nav-shell{width:calc(100% - 20px);border-radius:19px}body.neco-liquid .site-header .nav-shell::before{border-radius:18px}body.neco-liquid .floating-support strong{display:none}}
/* Global feedback for public account-aware actions. */
.public-flashes{position:fixed;z-index:1200;top:92px;right:22px;display:grid;gap:9px;width:min(390px,calc(100vw - 32px))}.public-flash{padding:14px 17px;border:1px solid #cad9eb;border-radius:13px;background:#fff;color:#26364d;box-shadow:0 16px 45px rgba(20,49,89,.16);font-size:13px;font-weight:700}.public-flash.success{border-color:#b7e7d0;background:#effbf5;color:#107246}.public-flash.warning{border-color:#efd49a;background:#fff9eb;color:#825900}.public-flash.danger{border-color:#efbcc5;background:#fff1f3;color:#9c2b3e}@media(max-width:650px){.public-flashes{top:76px;right:16px}}
.cookie-consent{position:fixed;z-index:9999;right:20px;bottom:20px;display:grid;width:min(560px,calc(100vw - 40px));grid-template-columns:1fr auto;gap:22px;align-items:center;padding:20px;border:1px solid rgba(137,163,199,.35);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 24px 70px rgba(8,30,66,.22);color:#15233a}.cookie-consent[hidden]{display:none}.cookie-consent strong{display:block;margin-bottom:5px}.cookie-consent p{margin:0;color:#5b6b82;font-size:13px;line-height:1.55}.cookie-consent a{color:#0757ff;font-weight:700}.cookie-consent>div:last-child{display:flex;gap:8px}.cookie-consent button{min-height:40px;padding:0 13px;border:1px solid #cfdaea;border-radius:10px;background:#fff;color:#29405e;font:700 12px Manrope,sans-serif;cursor:pointer}.cookie-consent button:last-child{border-color:#0757ff;background:#0757ff;color:#fff}@media(max-width:700px){.cookie-consent{right:12px;bottom:12px;width:calc(100vw - 24px);grid-template-columns:1fr}.cookie-consent>div:last-child{justify-content:flex-end;flex-wrap:wrap}}
