/* Shared deep-green surfaces. Semantic error and warning colours are preserved. */
:root{--theme-color:#62d6a0!important;--theme-color-rgb:98,214,160!important;--ac:#62d6a0!important;--ac-rgb:98,214,160!important;--bg:#07110d!important;--c1:#0c1b14!important;--c2:#12271d!important;--c3:#183326!important;--text:#eaf7ee!important;--muted:#a0b6aa!important;--border:rgba(133,209,167,.2)!important;--border-dim:rgba(178,226,197,.1)!important}
html,body{background-color:#07110d!important;background-image:radial-gradient(ellipse at 12% 0%,#173f2c77,transparent 55%),radial-gradient(ellipse at 100% 95%,#133e2b44,transparent 50%)!important;color:#eaf7ee}
#loginScreen{background:radial-gradient(ellipse at 25% 5%,#204c35,transparent 60%),radial-gradient(ellipse at 90% 95%,#103321,transparent 55%),#07110d!important}
.header h2,.design-gang-title{color:#ecfff3!important;text-shadow:none!important}.brand-rocket{width:62px;height:62px;display:block;margin:0 auto 14px;filter:drop-shadow(0 6px 15px #5cda9420)}.header .brand-rocket{width:34px;height:34px;margin:0 auto 8px}
@media(prefers-reduced-motion:reduce){.btn,.menu-btn,.tab{transition:none!important}}
#loginScreen{z-index:2147483647!important}#loginScreen input{background:#08170f!important;color:#edf8f1!important;border:1px solid #54775c50!important}#loginScreen label{color:#b9d8c4!important}#loginScreen button:not(#telegramLoginBtn){background:linear-gradient(115deg,#b7ebcb,#7dd1a3)!important;color:#103422!important;box-shadow:0 7px 25px #316e4533!important}#telegramLoginBtn{background:#193a29!important;color:#d9f6e4!important;border-color:#5b8e6d60!important}
:root{--primary:#238d5b!important;--primary-rgb:35,141,91!important;--lg-black:#06140d!important;--lg-black-2:#091d14!important;--p-surface:#0e2118!important;--p-raised:#173326!important;--p-hover:#214532!important;--d-base:#0c2016!important}

/* PERF_V2: Chrome uses the unprefixed property. The older optimization only
   reset -webkit-backdrop-filter, leaving dozens of large blurred layers alive. */
html body .menu-btn,
html body .card,
html body .acc-item,
html body .acc-card,
html body .metric-card,
html body .glass-reflect,
html body .drop-zone,
html body .tab,
html body .btn,
html body .chip,
html body .fchip,
html body .badge,
html body .slot-btn,
html body .pix-slot-btn,
html body nav.nav,
html body .header,
html body .form-control {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
