:root{color-scheme:dark;--bg:#070b14;--panel:#101827;--panel2:#0d1422;--panel3:#0b1322;--line:#243247;--lineSoft:rgba(255,255,255,.08);--text:#eef4ff;--title:#fff;--muted:#91a0b5;--muted2:#7f8ca1;--blue:#1d56ff;--cyan:#1bc7ff;--green:#238636;--greenH:#2ea043;--yellow:#ffc934;--gray:#21262d;--grayH:#30363d;--gb:#30363d;--shadow:0 28px 80px rgba(0,0,0,.35);--hero:radial-gradient(circle at 10% 0%,rgba(29,86,255,.16),transparent 30%),radial-gradient(circle at 88% 10%,rgba(27,199,255,.10),transparent 24%),linear-gradient(180deg,#060a13 0%,#07101d 52%,#08111f 100%)}
html[data-theme=light]{color-scheme:light;--bg:#f6f8fa;--panel:#fff;--panel2:#f6f8fa;--panel3:#fff;--line:#d0d7de;--lineSoft:rgba(27,31,36,.10);--text:#24292f;--title:#0f172a;--muted:#57606a;--muted2:#6e7781;--blue:#0969da;--cyan:#0969da;--green:#238636;--greenH:#2ea043;--yellow:#bf8700;--gray:#f6f8fa;--grayH:#eef1f4;--gb:#d0d7de;--shadow:0 22px 60px rgba(31,35,40,.12);--hero:radial-gradient(circle at 10% 0%,rgba(9,105,218,.10),transparent 30%),radial-gradient(circle at 88% 10%,rgba(9,105,218,.08),transparent 24%),linear-gradient(180deg,#fff 0%,#f6f8fa 52%,#eef2f7 100%)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Gilroy,Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:var(--hero);overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}.topbar,.hero,.section,.footer-inner,.copyright,.strip-inner,.page-section{width:min(1180px,calc(100% - 40px));margin:0 auto}.topbar{padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.03em;font-size:30px;color:var(--title)}.brand-mark{width:42px;height:28px;display:grid;grid-template-columns:1fr 1fr;gap:4px;transform:skewX(-14deg)}.brand-mark span{display:block;border-radius:3px;background:linear-gradient(180deg,var(--cyan),var(--blue))}.brand-mark span:first-child{height:15px;align-self:end}.brand-mark span:last-child{height:28px}.nav{display:flex;gap:24px}.nav a{font-size:13px;color:var(--muted);font-weight:800}.nav a:hover{color:var(--title)}.right-actions{display:flex;align-items:center;gap:10px}.icon-btn,.login-btn,.notify-btn,.btn{height:38px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s;font-weight:800;cursor:pointer}.icon-btn,.notify-btn,.btn.dark{border:1px solid var(--gb);background:var(--gray);color:var(--text)}.icon-btn,.notify-btn{width:38px}.icon-btn:hover,.notify-btn:hover,.btn.dark:hover{background:var(--grayH);border-color:var(--muted)}.login-btn,.btn.primary{background:var(--green);color:#fff;border:1px solid rgba(240,246,252,.1);padding:0 16px}.login-btn:hover,.btn.primary:hover{background:var(--greenH);border-color:#3fb950}.hero{padding:28px 0 44px;text-align:center}.hero-copy{max-width:900px;margin:0 auto 32px}.badge{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--lineSoft);background:rgba(125,133,144,.08);color:var(--muted);font-size:13px;font-weight:800;margin-bottom:22px}.badge i{color:var(--yellow)}h1{font-size:clamp(48px,6vw,88px);line-height:.92;letter-spacing:-.075em;margin:0 0 18px;color:var(--title)}.gradient-text{background:linear-gradient(90deg,var(--title),var(--text),var(--blue));-webkit-background-clip:text;color:transparent}.lead{font-size:18px;line-height:1.8;color:var(--muted);max-width:760px;margin:0 auto 28px}.hero-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn{height:46px;padding:0 18px;font-size:14px}.upload-area-wrap{display:flex;justify-content:center;margin-top:26px}.creative-card,.app-card{width:min(920px,100%);background:linear-gradient(180deg,var(--panel),var(--panel2));border:1px solid var(--line);box-shadow:var(--shadow);padding:18px;overflow:hidden;border-radius:8px}.app-card{width:100%}.panel-head{height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--lineSoft);padding:0 6px 16px;margin-bottom:18px}.window-dots{display:flex;gap:7px}.window-dots span{width:9px;height:9px;background:#8b949e;border-radius:50%}.window-dots span:nth-child(2){background:var(--yellow)}.window-dots span:nth-child(3){background:var(--green)}.upload-switch{display:flex;gap:6px;background:var(--panel2);border:1px solid var(--line);padding:5px;border-radius:6px}.upload-switch button{border:0;color:var(--muted);background:transparent;padding:10px 14px;font-weight:900;font-size:12px;border-radius:5px}.upload-switch button.active{background:var(--gray);color:var(--title);border:1px solid var(--gb)}.drop-zone{border:1px dashed var(--gb);background:linear-gradient(180deg,rgba(29,86,255,.08),rgba(29,86,255,.02));min-height:420px;display:grid;place-items:center;text-align:center;padding:40px;border-radius:8px}.drop-icon{width:100px;height:100px;margin:0 auto 24px;display:grid;place-items:center;background:var(--panel);border:1px solid var(--line);font-size:40px;color:var(--blue);border-radius:50%}.drop-zone h2{font-size:34px;letter-spacing:-.04em;margin:0 0 10px;color:var(--title)}.drop-zone p{margin:0 0 24px;color:var(--muted);font-size:16px}.file-input{display:none}.fake-input{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.fake-input label,.fake-input button,.fake-input a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:6px;border:1px solid var(--gb);background:var(--gray);padding:0 16px;color:var(--text);font-size:13px;font-weight:800;cursor:pointer}.fake-input label{background:var(--green);border-color:rgba(240,246,252,.1);color:#fff}.share-line{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.share-box{background:var(--panel3);border:1px solid var(--lineSoft);padding:16px;display:flex;gap:12px;align-items:center;text-align:left;border-radius:8px}.share-box i{color:var(--blue)}.share-box b{display:block;color:var(--title);font-size:13px}.share-box small{color:var(--muted2)}.ad-row{width:min(760px,100%);height:70px;margin:38px auto 0;border:1px solid var(--lineSoft);background:repeating-linear-gradient(135deg,rgba(125,133,144,.08) 0 7px,rgba(125,133,144,.04) 7px 14px);display:flex;align-items:center;justify-content:center;color:var(--muted2);font-size:12px;border-radius:8px}.section,.page-section{padding:58px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-title h2{font-size:42px;line-height:1;letter-spacing:-.055em;margin:0;color:var(--title)}.section-title p{max-width:520px;color:var(--muted);line-height:1.65;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature{min-height:210px;background:linear-gradient(180deg,var(--panel),var(--panel2));border:1px solid var(--lineSoft);padding:24px;overflow:hidden;transition:.28s;border-radius:8px}.feature:hover{transform:translateY(-6px);border-color:rgba(29,86,255,.45)}.feature i{width:48px;height:48px;display:grid;place-items:center;background:var(--panel3);color:var(--blue);margin-bottom:28px;font-size:20px;border:1px solid var(--lineSoft);border-radius:8px}.feature h3{margin:0 0 10px;font-size:18px;color:var(--title)}.feature p{margin:0 0 7px;color:var(--muted);line-height:1.6;font-size:14px}.plan-price{font-size:30px!important;color:var(--title)!important;font-weight:900!important;margin:10px 0 14px!important}.classic-strip{background:var(--panel);border-top:1px solid var(--lineSoft);border-bottom:1px solid var(--lineSoft)}.strip-inner{padding:30px 0;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:18px;align-items:center}.strip-inner h3{margin:0;font-size:24px;letter-spacing:-.035em;color:var(--title)}.strip-item{border-left:1px solid var(--lineSoft);padding-left:18px;color:var(--muted)}.strip-item b{display:block;color:var(--title);margin-bottom:5px}footer{background:var(--panel2);border-top:1px solid var(--lineSoft)}.footer-inner{padding:48px 0 24px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}.footer-logo{font-size:28px;font-weight:900;letter-spacing:-.035em;color:var(--title)}.footer-inner p,.footer-inner a{color:var(--muted);font-size:13px;line-height:1.8}.footer-inner h4{margin:0 0 14px;color:var(--title)}.social{display:flex;gap:9px;margin-top:16px}.social a{width:34px;height:34px;border:1px solid var(--lineSoft);display:grid;place-items:center;border-radius:6px;background:var(--panel)}.copyright{border-top:1px solid var(--lineSoft);padding:18px 0 26px;color:var(--muted2);font-size:12px;text-align:center}.side-ad{position:fixed;top:130px;width:120px;min-height:520px;border:1px solid var(--lineSoft);background:linear-gradient(180deg,var(--panel),var(--panel2));color:var(--muted2);display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;line-height:1.5;z-index:10;border-radius:8px;box-shadow:0 18px 45px rgba(0,0,0,.18);overflow:hidden}.side-ad span{padding:14px;font-weight:800}.side-ad-left{left:18px}.side-ad-right{right:18px}.notify-wrap{position:relative}.notify-dot{position:absolute;right:7px;top:7px;width:8px;height:8px;border-radius:50%;background:#f85149;border:2px solid var(--gray)}.notify-dropdown{position:absolute;top:48px;right:0;width:340px;background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden;display:none;z-index:30;text-align:left}.notify-dropdown.active{display:block}.notify-head{min-height:48px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--lineSoft);color:var(--title);font-weight:900;font-size:14px}.notify-head small{color:var(--muted)}.notify-item{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:14px;border-bottom:1px solid var(--lineSoft);background:var(--panel)}.notify-item i{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--lineSoft);border-radius:50%;color:var(--blue);background:var(--panel3);font-size:13px}.notify-item b{display:block;color:var(--title);font-size:13px;margin-bottom:3px}.notify-item span{display:block;color:var(--muted);font-size:12px}.notify-footer{height:42px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--lineSoft);color:var(--blue);font-size:13px;font-weight:900;background:var(--panel2)}.scroll-ad-modal{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(1,4,9,.62);backdrop-filter:blur(6px)}.scroll-ad-modal.active{display:flex}.modal-ad-box{width:min(560px,100%);background:var(--panel);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);overflow:hidden}.modal-ad-head{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--lineSoft);background:var(--panel2)}.modal-ad-head b{color:var(--title)}.modal-close{width:34px;height:34px;border-radius:6px;border:1px solid var(--gb);background:var(--gray);color:var(--text);display:grid;place-items:center;cursor:pointer}.modal-ad-content{padding:18px}.modal-ad-placeholder{min-height:300px;border:1px dashed var(--line);border-radius:8px;background:var(--panel3);display:grid;place-items:center;text-align:center;color:var(--muted);padding:24px}.form-grid{display:grid;gap:14px}.form-row{display:grid;gap:7px;text-align:left}.form-row label{font-size:13px;font-weight:900;color:var(--title)}.input{height:44px;border:1px solid var(--line);background:var(--panel3);color:var(--text);border-radius:6px;padding:0 12px;font-size:14px}.textarea{min-height:120px;padding:12px;resize:vertical}.alert{padding:13px 15px;border-radius:8px;margin:0 0 16px;font-size:14px}.alert.error{background:rgba(248,81,73,.10);border:1px solid rgba(248,81,73,.35);color:#ffb4ad}.alert.success{background:rgba(46,160,67,.12);border:1px solid rgba(46,160,67,.35);color:#8ddb8c}.table-wrap{overflow:auto;border:1px solid var(--lineSoft);border-radius:8px}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{padding:12px;border-bottom:1px solid var(--lineSoft);text-align:left;color:var(--text)}.table th{color:var(--title);background:var(--panel2)}.table tr:last-child td{border-bottom:0}.preview-img{max-width:100%;border-radius:8px;border:1px solid var(--lineSoft)}@media(max-width:1280px){.side-ad{display:none}}@media(max-width:980px){.feature-grid{grid-template-columns:repeat(2,1fr)}.strip-inner{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr}.nav{display:none}.hero{padding-top:16px}}@media(max-width:620px){.topbar,.hero,.section,.page-section,.strip-inner,.footer-inner,.copyright{width:min(100% - 24px,1180px)}h1{font-size:44px}.lead{font-size:16px}.creative-card,.app-card{padding:12px}.drop-zone{min-height:320px;padding:22px}.share-line,.feature-grid,.strip-inner,.footer-inner{grid-template-columns:1fr}.section-title{display:block}.section-title h2{font-size:34px;margin-bottom:12px}.brand{font-size:25px}.panel-head{height:auto;gap:12px;align-items:flex-start;flex-direction:column}.notify-dropdown{right:-54px;width:310px}}

.site-logo{max-height:42px;max-width:210px;display:block}
.footer-logo-img{max-height:46px;max-width:220px;display:block;margin-bottom:12px}
.admin-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}
.admin-menu-grid .btn{width:100%}
@media(max-width:980px){.admin-menu-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.admin-menu-grid{grid-template-columns:1fr}.site-logo{max-width:160px}}

/* V7 compact layout */
:root{--compactShadow:0 14px 42px rgba(0,0,0,.26)}
body{font-size:14px}
.topbar{padding:14px 0}
.brand{font-size:24px}
.brand-mark{width:34px;height:23px}
.brand-mark span:first-child{height:12px}.brand-mark span:last-child{height:23px}
.nav{gap:17px}.nav a{font-size:12px}
.icon-btn,.login-btn,.notify-btn{height:34px}.icon-btn,.notify-btn{width:34px}.login-btn{padding:0 13px}
.hero{padding:16px 0 32px}
.hero-copy{max-width:820px;margin-bottom:22px}
.badge{padding:8px 12px;margin-bottom:15px;font-size:12px}
h1{font-size:clamp(38px,4.8vw,68px);letter-spacing:-.065em;margin-bottom:12px}
.lead{font-size:15px;line-height:1.65;max-width:680px;margin-bottom:20px}
.btn{height:40px;padding:0 14px;font-size:13px}
.creative-card,.app-card{padding:14px;border-radius:7px;box-shadow:var(--compactShadow)}
.drop-zone{min-height:330px;padding:28px}
.drop-icon{width:76px;height:76px;font-size:30px;margin-bottom:18px}
.drop-zone h2{font-size:26px}.drop-zone p{font-size:14px;margin-bottom:18px}
.fake-input label,.fake-input button,.fake-input a{min-height:40px;font-size:12px}
.share-box{padding:13px}
.ad-row{height:56px;margin-top:26px}
.section,.page-section{padding:38px 0}
.section-title{margin-bottom:18px}
.section-title h2{font-size:32px}
.section-title p{font-size:14px;line-height:1.55}
.feature{min-height:180px;padding:18px}
.feature i{width:40px;height:40px;margin-bottom:18px;font-size:17px}
.feature h3{font-size:16px}.feature p{font-size:13px}
.plan-card{min-height:300px!important;padding:18px!important}
.plan-card .plan-price{font-size:24px!important;margin:8px 0 10px!important}
.plan-card p{font-size:13px;margin-bottom:5px!important}
.footer-inner{padding:34px 0 20px}
.side-ad{top:104px;min-height:470px;width:112px}
.table th,.table td{padding:9px}
.input{height:40px;font-size:13px}
.textarea{min-height:100px}
.admin-menu-grid{gap:10px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}
.stat-card{background:linear-gradient(180deg,var(--panel),var(--panel2));border:1px solid var(--lineSoft);border-radius:8px;padding:16px}
.stat-card i{color:var(--blue);font-size:20px;margin-bottom:10px}
.stat-card strong{display:block;color:var(--title);font-size:23px;letter-spacing:-.04em}
.stat-card span{color:var(--muted);font-size:12px}
.ai-chat-widget{position:fixed;right:20px;bottom:20px;z-index:70}
.ai-chat-button{height:48px;padding:0 14px;border:1px solid var(--gb);background:var(--panel);color:var(--title);border-radius:999px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow);cursor:pointer;font-weight:900}
.ai-chat-button i{width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center}
.ai-chat-button small{display:block;color:#3fb950;font-size:10px;text-align:left;line-height:1.1}
.ai-chat-box{display:none;position:absolute;right:0;bottom:62px;width:330px;background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}
.ai-chat-box.active{display:block}
.ai-chat-head{height:50px;padding:0 14px;background:var(--panel2);border-bottom:1px solid var(--lineSoft);display:flex;align-items:center;justify-content:space-between}
.ai-chat-head b{color:var(--title)}.ai-chat-head span{font-size:11px;color:#3fb950;font-weight:900}
.ai-chat-messages{height:270px;overflow:auto;padding:14px;display:grid;gap:10px}
.ai-msg{padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.45;max-width:86%}
.ai-msg.bot{background:var(--panel3);border:1px solid var(--lineSoft);color:var(--text)}
.ai-msg.user{background:var(--green);color:#fff;justify-self:end}
.ai-chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--lineSoft);background:var(--panel2)}
.ai-chat-form input{height:38px;flex:1;border:1px solid var(--line);background:var(--panel3);color:var(--text);border-radius:6px;padding:0 10px}
.ai-chat-form button{height:38px;width:42px;border:0;border-radius:6px;background:var(--green);color:#fff;cursor:pointer}
@media(max-width:980px){.stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.ai-chat-box{width:calc(100vw - 28px);right:-6px}.stats-grid{grid-template-columns:1fr}}

/* V8 language switcher + logo motion */
.lang-switch{
  height:34px;
  display:flex;
  align-items:center;
  gap:4px;
  border:1px solid var(--gb);
  background:var(--gray);
  border-radius:7px;
  padding:3px;
}
.lang-switch a{
  height:26px;
  min-width:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  color:var(--muted);
  font-size:11px;
  font-weight:900;
}
.lang-switch a.active{
  background:var(--green);
  color:#fff;
}
.site-logo{
  max-height:58px!important;
  max-width:285px!important;
  transition:transform .28s ease, filter .28s ease;
  transform-origin:left center;
}
.brand:hover .site-logo{
  transform:translateY(-2px) scale(1.06) rotate(-1deg);
  filter:drop-shadow(0 10px 22px rgba(29,86,255,.25));
}
.brand-mark{transition:transform .28s ease, filter .28s ease}
.brand:hover .brand-mark{transform:skewX(-14deg) translateY(-2px) scale(1.06)}
.footer-logo-img{
  max-height:62px!important;
  max-width:285px!important;
}
.content-page p{line-height:1.8;color:var(--muted)}
.content-page b{color:var(--title)}
@media(max-width:620px){
  .lang-switch{height:32px}
  .lang-switch a{min-width:42px;font-size:10px}
  .site-logo{max-height:48px!important;max-width:220px!important}
}

/* V9 large theme logos + no refresh switching */
.site-logo{
  max-height:116px!important;
  max-width:570px!important;
  width:auto;
  object-fit:contain;
}
.footer-logo-img{
  max-height:124px!important;
  max-width:570px!important;
  width:auto;
  object-fit:contain;
}
html[data-theme="dark"] .logo-for-light{display:none!important}
html[data-theme="dark"] .logo-for-dark{display:block!important}
html[data-theme="light"] .logo-for-dark{display:none!important}
html[data-theme="light"] .logo-for-light{display:block!important}
.brand-text-fallback{font-size:24px;font-weight:900;color:var(--title)}
.topbar{min-height:86px}
.brand:hover .site-logo{
  transform:translateY(-3px) scale(1.08) rotate(-1deg);
  filter:drop-shadow(0 16px 32px rgba(29,86,255,.30));
}
.status-hero{
  position:relative;
  overflow:hidden;
}
.server-visual{
  min-height:360px;
  border:1px solid var(--lineSoft);
  border-radius:12px;
  background:
    radial-gradient(circle at 20% 30%, rgba(29,86,255,.20), transparent 26%),
    radial-gradient(circle at 80% 20%, rgba(35,134,54,.18), transparent 24%),
    linear-gradient(180deg,var(--panel),var(--panel2));
  position:relative;
  display:grid;
  place-items:center;
}
.server-stack{
  width:min(480px,90%);
  display:grid;
  gap:12px;
  position:relative;
  z-index:2;
}
.server-unit{
  height:58px;
  border:1px solid var(--line);
  border-radius:8px;
  background:linear-gradient(90deg,var(--panel3),var(--panel));
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  animation:serverPulse 2.4s ease-in-out infinite;
}
.server-unit:nth-child(2){animation-delay:.25s}
.server-unit:nth-child(3){animation-delay:.5s}
.server-leds{display:flex;gap:7px}
.server-leds span{
  width:9px;height:9px;border-radius:50%;
  background:#3fb950;
  box-shadow:0 0 14px rgba(63,185,80,.85);
  animation:ledBlink 1.1s linear infinite;
}
.server-leds span:nth-child(2){animation-delay:.25s;background:#1bc7ff;box-shadow:0 0 14px rgba(27,199,255,.8)}
.server-leds span:nth-child(3){animation-delay:.5s;background:#ffc934;box-shadow:0 0 14px rgba(255,201,52,.8)}
.server-line{
  position:absolute;
  width:2px;
  height:80%;
  background:linear-gradient(180deg,transparent,var(--blue),transparent);
  left:50%;
  top:10%;
  opacity:.35;
  animation:scanLine 2.2s linear infinite;
}
.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
.status-card{
  background:linear-gradient(180deg,var(--panel),var(--panel2));
  border:1px solid var(--lineSoft);
  border-radius:10px;
  padding:18px;
}
.status-card i{color:var(--green);font-size:22px;margin-bottom:10px}
.status-card strong{display:block;color:var(--title);font-size:26px;letter-spacing:-.04em}
.status-card span{display:block;color:var(--muted);font-size:13px;margin-top:4px}
@keyframes serverPulse{0%,100%{transform:translateY(0);border-color:var(--line)}50%{transform:translateY(-3px);border-color:rgba(63,185,80,.55)}}
@keyframes ledBlink{0%,100%{opacity:.45}50%{opacity:1}}
@keyframes scanLine{0%{transform:translateX(-160px);opacity:.15}50%{opacity:.55}100%{transform:translateX(160px);opacity:.15}}
@media(max-width:980px){
  .status-grid{grid-template-columns:repeat(2,1fr)}
  .site-logo{max-height:86px!important;max-width:360px!important}
}
@media(max-width:620px){
  .status-grid{grid-template-columns:1fr}
  .site-logo{max-height:64px!important;max-width:260px!important}
  .footer-logo-img{max-height:74px!important;max-width:260px!important}
  .topbar{min-height:70px}
}

/* V10 brand and subscription refinements */
.light-hero-title,
.light-hero-title .gradient-text{
  font-weight:300!important;
}
.admin-badge{
  display:inline-flex;
  min-width:20px;
  height:20px;
  align-items:center;
  justify-content:center;
  padding:0 6px;
  border-radius:999px;
  background:#f85149;
  color:#fff;
  font-size:11px;
  margin-left:6px;
}
.plan-buy-form{
  margin-top:14px;
}
.brand-hero .lead{
  max-width:760px;
}
.footer-inner h4{
  font-size:14px;
}

/* V11 footer bottom + final polish */
html,body{min-height:100%}
body{display:flex;flex-direction:column}
.page{min-height:100vh;display:flex;flex-direction:column}
.page > main,
.page > .page-section,
.page > section{flex:1}
footer{margin-top:auto}
.admin-badge.pay{background:#238636}
.content-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.subscription-admin-card{border:1px solid var(--lineSoft);background:var(--panel2);border-radius:8px;padding:12px;margin-top:8px}
.light-hero-title,.light-hero-title .gradient-text{font-weight:300!important}
.plan-buy-form{margin-top:14px}
@media(max-width:720px){.content-editor-grid{grid-template-columns:1fr}}
