﻿#gmob,#govl{box-sizing:border-box}
#govl{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99998;background:rgba(0,0,0,.6)}
#gmob{display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:99999;width:85vw;max-width:360px;height:100vh;overflow:hidden;background:#07080d;-webkit-transform:translateX(-105%);transform:translateX(-105%);-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;box-shadow:8px 0 48px rgba(0,0,0,.8)}
body.light-mode #gmob{background:#f0f2f8}
#gmob.go{-webkit-transform:translateX(0);transform:translateX(0)}
.gmob-hdr{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}
body.light-mode .gmob-hdr{border-color:rgba(0,0,0,.1)}
.gmob-logo{font-weight:700;font-size:1.15rem;color:#fff;display:-webkit-flex;display:flex;align-items:center;gap:7px}
body.light-mode .gmob-logo{color:#111}
.gmob-logo b{color:#e63027}
.gmob-x{background:none;border:1px solid rgba(255,255,255,.15);border-radius:6px;width:34px;height:34px;color:#aaa;font-size:1rem;cursor:pointer;display:-webkit-flex;display:flex;align-items:center;justify-content:center}
.gmob-x:active{background:rgba(230,48,39,.2)}
.gmob-bdy{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}
.gmob-lnk{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.1rem;font-size:.88rem;font-weight:600;color:rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.06);background:none;border-left:0;border-right:0;border-top:0;width:100%;text-align:left;cursor:pointer;text-decoration:none}
body.light-mode .gmob-lnk{color:#333;border-bottom-color:rgba(0,0,0,.07)}
.gmob-lnk:active{background:rgba(230,48,39,.08);color:#e63027}
.gmob-lnk.gopen .garr{-webkit-transform:rotate(90deg);transform:rotate(90deg);color:#e63027}
.garr{font-size:.6rem;color:rgba(255,255,255,.25);-webkit-transition:-webkit-transform .25s;transition:transform .25s}
.gmob-ico{color:#e63027;font-size:.8rem;margin-right:8px}
.gmob-sub{max-height:0;overflow:hidden;background:rgba(255,255,255,.03);-webkit-transition:max-height .3s ease;transition:max-height .3s ease}
body.light-mode .gmob-sub{background:rgba(0,0,0,.04)}
.gmob-sub.gso{max-height:1600px}
.gmob-cat{padding:.45rem 1.1rem .2rem 2.4rem;font-size:.58rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.28)}
body.light-mode .gmob-cat{color:rgba(0,0,0,.3)}
.gmob-sl{display:-webkit-flex;display:flex;align-items:center;gap:9px;padding:.6rem 1.1rem .6rem 1.8rem;font-size:.82rem;color:rgba(255,255,255,.6);border-bottom:1px solid rgba(255,255,255,.05);text-decoration:none}
body.light-mode .gmob-sl{color:#555;border-bottom-color:rgba(0,0,0,.06)}
.gmob-sl:active{color:#e63027}
.gmob-th{width:38px;height:24px;border-radius:3px;background-size:cover;background-position:center;flex-shrink:0;opacity:.75}
.gmob-ftr{padding:.9rem 1.1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.55rem;flex-shrink:0}
body.light-mode .gmob-ftr{border-top-color:rgba(0,0,0,.1)}
.gmob-btn{display:-webkit-flex;display:flex;align-items:center;justify-content:center;gap:7px;padding:11px;border-radius:7px;font-size:.83rem;font-weight:700;cursor:pointer;text-decoration:none;border:none;width:100%}
.gmob-red{background:#e63027;color:#fff}
.gmob-red:active{background:#b8221a}
.gmob-ghost{background:rgba(255,255,255,.08);color:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.12)}
body.light-mode .gmob-ghost{background:rgba(0,0,0,.06);color:#555;border-color:rgba(0,0,0,.12)}
.nav-ham{display:none;background:none;border:1px solid rgba(255,255,255,.2);padding:7px 11px;border-radius:7px;color:rgba(255,255,255,.8);font-size:.95rem;cursor:pointer;align-items:center;justify-content:center;margin-left:4px}
@media(max-width:768px){.nav-ham{display:flex!important}.nav-links{display:none!important}.nav-actions .btn{display:none!important}}
