:root{--bg:#070604;--panel:#100c08;--panel2:#171006;--gold:#d7a72d;--gold2:#ffda67;--text:#f5e8c3;--muted:#b9a77d;--line:#765017;--ok:#50d890;--danger:#ff6b6b}
*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 50% 0,#2c1b08 0,#090704 45%,#030302 100%);color:var(--text);font-family:Georgia,"Times New Roman",serif;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:linear-gradient(180deg,#100b05,#050403);border-right:1px solid var(--line);padding:18px 14px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:11px;padding:6px 4px 18px;border-bottom:1px solid #39270d}.brand-logo{width:82px;height:58px;object-fit:cover;object-position:center 35%;border:1px solid var(--gold);border-radius:10px;box-shadow:0 0 18px #20dce433}.brand-copy{min-width:0}.brand b{display:block;color:var(--gold2);letter-spacing:1.5px;font-size:17px}.brand small{display:block;color:var(--muted);font-size:9px;line-height:1.25;margin-top:4px}.mobile-brand-logo{display:none;width:54px;height:38px;object-fit:cover;object-position:center 35%;border:1px solid var(--line);border-radius:7px}.official-brand-watermark{position:fixed;right:14px;bottom:14px;width:88px;height:60px;z-index:14;border:1px solid #d7a72d88;border-radius:9px;overflow:hidden;box-shadow:0 5px 20px #000b,0 0 15px #20dce422;opacity:.82;transition:.2s;background:#05080d}.official-brand-watermark:hover{opacity:1;transform:translateY(-2px)}.official-brand-watermark img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.sidebar nav{display:grid;gap:8px;padding-top:18px}.nav-btn{width:100%;border:1px solid transparent;background:transparent;color:var(--muted);padding:12px;text-align:left;border-radius:9px;font:700 15px Georgia;cursor:pointer}.nav-btn:hover,.nav-btn.active{color:var(--text);border-color:var(--line);background:linear-gradient(90deg,#3b260caa,#171006)}.side-foot{margin-top:auto;border-top:1px solid #39270d;padding:14px 8px;color:var(--muted);font-size:12px;display:flex;gap:8px;align-items:center}.side-foot span:first-child{width:9px;height:9px;border-radius:50%;background:#d7a72d}.main{margin-left:250px;min-height:100vh}.topbar{min-height:92px;border-bottom:1px solid var(--line);background:#080604dd;backdrop-filter:blur(8px);display:flex;align-items:center;gap:18px;padding:18px 28px;position:sticky;top:0;z-index:15}.topbar h1{margin:0;color:var(--gold2);font-size:25px}.topbar p{margin:5px 0 0;color:var(--muted);font-size:13px}.top-actions{margin-left:auto;display:flex;gap:10px;align-items:center}select,input,textarea{background:#090704;color:var(--text);border:1px solid var(--line);border-radius:8px;padding:10px;font:14px Georgia}.gold-btn,.ghost-btn,.danger-btn{border:1px solid var(--gold);border-radius:8px;padding:10px 15px;font:700 14px Georgia;cursor:pointer}.gold-btn{background:linear-gradient(#ffda67,#bd7b13);color:#1a1004}.ghost-btn{background:#120c06;color:var(--text)}.danger-btn{background:#351212;color:#ffd8d8;border-color:#8c3333}.icon-btn{display:none;background:none;border:0;color:var(--gold2);font-size:25px}.content-pad,#content{padding:24px}.hero{border:1px solid var(--line);border-radius:15px;min-height:250px;padding:32px;background:linear-gradient(100deg,#070604 0,#120c05dd 52%,#04030299),url('tanhu-game-logo.jpg') center/cover;box-shadow:0 12px 40px #0008;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 30%,#d39a251f,transparent 40%);pointer-events:none}.hero h2{font-size:42px;margin:10px 0;color:var(--gold2);max-width:700px}.hero p{max-width:720px;color:#d7c79f;font-size:18px;line-height:1.5}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin-top:18px}.card{grid-column:span 4;border:1px solid var(--line);border-radius:12px;background:linear-gradient(145deg,#151006,#090704);padding:18px;min-height:140px}.card.wide{grid-column:span 8}.card.full{grid-column:1/-1}.card h3{margin:0 0 12px;color:var(--gold2)}.metric{font-size:31px;font-weight:800}.muted{color:var(--muted)}.list{display:grid;gap:8px}.list-row{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid #3b290f;border-radius:8px;background:#0c0905}.rank{font-weight:900;color:var(--gold2);text-align:center}.badge{display:inline-block;border:1px solid var(--gold);color:var(--gold2);padding:3px 7px;border-radius:99px;font-size:11px}.tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:15px}.tab{background:#0c0905;color:var(--muted);border:1px solid #4c3412;border-radius:7px;padding:8px 12px;cursor:pointer}.tab.active{background:#6c430f;color:white}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label{display:grid;gap:6px;color:var(--muted)}.game-frame{width:100%;height:calc(100vh - 145px);border:1px solid var(--line);border-radius:12px;background:black}.modal-back{position:fixed;inset:0;background:#000c;display:grid;place-items:center;padding:20px;z-index:100}.modal{width:min(560px,100%);max-height:90vh;overflow:auto;background:#100c07;border:1px solid var(--gold);border-radius:13px;padding:22px;box-shadow:0 20px 80px #000}.modal h2{color:var(--gold2);margin-top:0}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.shop-card{border:1px solid #594019;border-radius:10px;padding:15px;background:#0b0804}.price{color:var(--gold2);font-weight:900;font-size:21px}.status-ok{color:var(--ok)}.status-warn{color:var(--gold2)}
@media(max-width:900px){.mobile-brand-logo{display:block}.official-brand-watermark{width:68px;height:46px;right:8px;bottom:8px}.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.main{margin-left:0}.icon-btn{display:block}.topbar{padding:14px}.top-actions{margin-left:auto}.topbar p{display:none}.card,.card.wide{grid-column:1/-1}.hero h2{font-size:31px}.content-pad,#content{padding:12px}.form-grid{grid-template-columns:1fr}.game-frame{height:calc(100vh - 125px)}}

.hero-brand{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.hero-brand img{width:128px;height:82px;object-fit:cover;object-position:center 35%;border:1px solid var(--gold);border-radius:12px;box-shadow:0 0 24px #20dce42f}.hero-brand strong{display:block;margin-top:9px;color:#91f5fa;letter-spacing:2px;font-size:18px}.hero h2,.hero p,.hero-actions{position:relative;z-index:1}@media(max-width:600px){.hero-brand img{width:94px;height:62px}.hero-brand strong{font-size:14px}}

.game-shell{display:grid;grid-template-rows:auto 1fr;min-height:calc(100vh - 140px);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#020202}.game-shell-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#171006,#080604)}.game-shell-bar div{display:flex;align-items:center;gap:10px}.game-shell-bar b{color:var(--gold2)}.game-shell-bar span{font-size:12px;color:var(--muted)}.game-frame{display:block;width:100%;height:calc(100vh - 190px);border:0;border-radius:0;background:#000}@media(max-width:900px){.game-shell{min-height:calc(100vh - 115px)}.game-shell-bar span{display:none}.game-frame{height:calc(100vh - 165px)}}
html[dir="rtl"] body{direction:rtl}
html[dir="rtl"] .sidebar{border-right:0;border-left:1px solid #5a3b12}
html[dir="rtl"] .brand,html[dir="rtl"] .topbar,html[dir="rtl"] .list-row,html[dir="rtl"] .game-shell-bar{direction:rtl}
html[dir="rtl"] .nav-btn{text-align:right}
html[dir="rtl"] input,html[dir="rtl"] select{text-align:right}

/* Platform 1.4 — mobile drawer, safe areas, stronger branding */
body{padding-bottom:env(safe-area-inset-bottom)}
.brand-logo{width:108px;height:76px;border-width:2px;box-shadow:0 0 25px #20dce466,0 0 10px #d7a72d55}
.brand b{font-size:21px;line-height:1.05}.brand small{font-size:10px}.brand{gap:13px}
.mobile-menu-close{display:none;position:absolute;right:12px;top:10px;width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);background:#160f08;color:var(--gold2);font-size:28px;z-index:3}
.menu-backdrop{display:none;position:fixed;inset:0;background:#000b;backdrop-filter:blur(3px);z-index:19}
@media(max-width:900px){
 .sidebar{width:min(86vw,370px);padding-top:max(18px,env(safe-area-inset-top));box-shadow:18px 0 55px #000;overflow-y:auto;overscroll-behavior:contain}
 .sidebar.open{transform:translateX(0)}
 .sidebar.open .mobile-menu-close{display:block}
 .menu-backdrop.open{display:block}
 body.menu-open{overflow:hidden;touch-action:none}
 .brand{padding-right:45px}.brand-logo{width:130px;height:92px}.brand b{font-size:24px}.brand small{font-size:11px}
 .nav-btn{font-size:18px;padding:15px 14px}
 .topbar{padding-top:max(12px,env(safe-area-inset-top));min-height:76px;flex-wrap:nowrap}
 .mobile-brand-logo{width:72px;height:50px;border:2px solid var(--gold);box-shadow:0 0 16px #20dce455}
 .topbar h1{font-size:20px}.top-actions select{max-width:118px}.top-actions .gold-btn{padding:9px 10px;font-size:12px}
 .official-brand-watermark{display:none}
}
@media(max-width:520px){.topbar>div:nth-of-type(1){display:none}.top-actions{gap:6px}.mobile-brand-logo{width:66px;height:46px}.icon-btn{font-size:29px;padding:6px}.hero{padding:20px}.hero h2{font-size:27px}}
html[dir="rtl"] .sidebar{left:auto;right:0;transform:translateX(100%);border-left:0;border-right:1px solid var(--line)}
html[dir="rtl"] .sidebar.open{transform:translateX(0)}
html[dir="rtl"] .mobile-menu-close{right:auto;left:12px}

/* Platform 1.5 — authoritative animated mobile drawer */
@media (max-width:900px){
  #mainSidebar.sidebar{
    display:flex!important;
    position:fixed!important;
    top:0!important;bottom:0!important;left:0!important;right:auto!important;
    width:min(88vw,390px)!important;
    max-width:390px!important;
    z-index:10002!important;
    transform:translate3d(-105%,0,0)!important;
    transition:transform .34s cubic-bezier(.22,.78,.18,1)!important;
    will-change:transform;
    visibility:visible!important;
  }
  #mainSidebar.sidebar.open{transform:translate3d(0,0,0)!important}
  #mainSidebar.sidebar.dragging{transition:none!important}
  #menuBackdrop.menu-backdrop{
    display:block!important;position:fixed!important;inset:0!important;z-index:10001!important;
    background:rgba(0,0,0,.74)!important;opacity:0!important;pointer-events:none!important;
    transition:opacity .28s ease!important;backdrop-filter:blur(3px);
  }
  #menuBackdrop.menu-backdrop.open{opacity:1!important;pointer-events:auto!important}
  #menuBackdrop[hidden]{display:none!important}
  #mobileMenu{display:inline-grid!important;place-items:center!important;position:relative!important;z-index:10003!important;min-width:48px;min-height:48px;border:1px solid var(--gold)!important;border-radius:10px;background:#130d07!important}
  #closeMobileMenu.mobile-menu-close{display:grid!important;place-items:center!important;position:sticky!important;float:right;top:4px;margin-left:auto;z-index:5!important}
  html.drawer-open,html.drawer-open body{overflow:hidden!important;overscroll-behavior:none!important}
  html[dir="rtl"] #mainSidebar.sidebar{left:auto!important;right:0!important;transform:translate3d(105%,0,0)!important}
  html[dir="rtl"] #mainSidebar.sidebar.open{transform:translate3d(0,0,0)!important}
}

/* TANHU GAME PLATFORM 2.0 — single-authority mobile drawer and identity */
.sidebar-player{display:grid;grid-template-columns:44px minmax(0,1fr) 10px;align-items:center;gap:10px;margin:14px 2px 0;padding:11px;border:1px solid #654713;border-radius:12px;background:linear-gradient(135deg,#241707,#0b0804);box-shadow:inset 0 0 18px #d7a72d12}
.sidebar-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--gold);background:#080604;font-size:23px}.sidebar-player-copy{min-width:0;display:grid;gap:3px}.sidebar-player-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gold2);font-size:14px}.sidebar-player-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px}.sidebar-online-dot{width:9px;height:9px;border-radius:50%;background:#d7a72d;box-shadow:0 0 10px currentColor}
.brand-logo{width:104px!important;height:74px!important}.brand b{font-size:21px!important}.brand small{font-size:10px!important;letter-spacing:.4px}.brand{padding-right:44px}
@media (max-width:900px){
 html,body{width:100%;max-width:100%;overflow-x:hidden}
 body.menu-open{overflow:hidden;touch-action:none}
 #mainSidebar.sidebar{display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:auto!important;width:min(84vw,360px)!important;max-width:calc(100vw - 44px)!important;height:100dvh!important;margin:0!important;z-index:1002!important;transform:translate3d(-105%,0,0)!important;transition:transform .32s cubic-bezier(.22,.8,.24,1)!important;visibility:visible!important;will-change:transform;padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,#120c05 0%,#050403 70%,#020201 100%)!important;box-shadow:22px 0 65px #000e!important}
 #mainSidebar.sidebar.open{transform:translate3d(0,0,0)!important}
 #mainSidebar.sidebar.dragging{transition:none!important}
 #menuBackdrop.menu-backdrop{display:block!important;position:fixed!important;inset:0!important;z-index:1001!important;background:rgba(0,0,0,.68)!important;backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .28s ease!important}
 #menuBackdrop.menu-backdrop.open{opacity:1!important;pointer-events:auto!important}
 #menuBackdrop[hidden]{display:block!important;visibility:hidden!important}
 #menuBackdrop.open{visibility:visible!important}
 #closeMobileMenu.mobile-menu-close{display:grid!important;place-items:center!important;position:absolute!important;right:10px!important;top:max(10px,env(safe-area-inset-top))!important;width:42px!important;height:42px!important;z-index:5!important}
 .sidebar nav{padding-bottom:24px}.nav-btn{min-height:52px;font-size:17px;padding:13px 14px}
 .brand-logo{width:116px!important;height:82px!important}.brand b{font-size:22px!important}.brand small{font-size:10px!important}
 .topbar{min-height:76px;padding:10px 12px;padding-top:max(10px,env(safe-area-inset-top));gap:10px}.mobile-brand-logo{width:66px;height:46px}.topbar h1{font-size:19px}.top-actions select{max-width:122px}.gold-btn{padding:9px 11px}
 .official-brand-watermark{display:none}
}
html[dir="rtl"] #mainSidebar.sidebar{left:auto!important;right:0!important;transform:translate3d(105%,0,0)!important;box-shadow:-22px 0 65px #000e!important}
html[dir="rtl"] #mainSidebar.sidebar.open{transform:translate3d(0,0,0)!important}
html[dir="rtl"] #closeMobileMenu.mobile-menu-close{right:auto!important;left:10px!important}

/* TANHU GAME Platform 2.1 — forced touch-device drawer
   Some Android browsers report a desktop-like CSS viewport (~980px). The drawer
   must therefore follow capability detection, not only a width media query. */
html.tanhu-touch-drawer #mainSidebar.sidebar{
  display:flex!important;
  position:fixed!important;
  inset:0 auto 0 0!important;
  width:min(84vw,360px)!important;
  max-width:calc(100vw - 48px)!important;
  height:100dvh!important;
  margin:0!important;
  z-index:2147483002!important;
  transform:translate3d(-106%,0,0)!important;
  transition:transform .34s cubic-bezier(.22,.8,.24,1)!important;
  visibility:visible!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom))!important;
  background:linear-gradient(180deg,#120c05 0%,#050403 72%,#020201 100%)!important;
  box-shadow:24px 0 70px #000f!important;
  will-change:transform!important;
}
html.tanhu-touch-drawer #mainSidebar.sidebar.open{transform:translate3d(0,0,0)!important}
html.tanhu-touch-drawer #mainSidebar.sidebar.dragging{transition:none!important}
html.tanhu-touch-drawer #menuBackdrop.menu-backdrop{
  display:block!important;position:fixed!important;inset:0!important;
  z-index:2147483001!important;background:rgba(0,0,0,.72)!important;
  backdrop-filter:blur(2px)!important;opacity:0!important;pointer-events:none!important;
  transition:opacity .28s ease!important;
}
html.tanhu-touch-drawer #menuBackdrop.menu-backdrop.open{opacity:1!important;pointer-events:auto!important}
html.tanhu-touch-drawer .main{margin-left:0!important;width:100%!important;min-width:0!important}
html.tanhu-touch-drawer #mobileMenu{display:inline-grid!important;place-items:center!important;min-width:48px!important;min-height:48px!important;position:relative!important;z-index:2147483003!important;border:1px solid var(--gold)!important;border-radius:10px!important;background:#130d07!important;color:var(--gold2)!important}
html.tanhu-touch-drawer #closeMobileMenu.mobile-menu-close{display:grid!important;place-items:center!important;position:absolute!important;right:10px!important;top:max(10px,env(safe-area-inset-top))!important;width:44px!important;height:44px!important;z-index:6!important}
html.tanhu-touch-drawer body.menu-open{overflow:hidden!important;touch-action:none!important}
html.tanhu-touch-drawer .topbar{padding-left:max(12px,env(safe-area-inset-left))!important}
html.tanhu-touch-drawer .official-brand-watermark{display:none!important}
html.tanhu-touch-drawer[dir="rtl"] #mainSidebar.sidebar{left:auto!important;right:0!important;transform:translate3d(106%,0,0)!important;box-shadow:-24px 0 70px #000f!important}
html.tanhu-touch-drawer[dir="rtl"] #mainSidebar.sidebar.open{transform:translate3d(0,0,0)!important}
html.tanhu-touch-drawer[dir="rtl"] #closeMobileMenu.mobile-menu-close{right:auto!important;left:10px!important}
@media(max-width:560px){
 html.tanhu-touch-drawer #mainSidebar.sidebar{width:min(88vw,350px)!important;max-width:calc(100vw - 34px)!important}
 html.tanhu-touch-drawer .top-actions .gold-btn{display:none!important}
 html.tanhu-touch-drawer .topbar>div:not(.top-actions){min-width:0!important}
}
/* Platform 2.7 account gate */
.access-modal{text-align:center;position:relative;max-width:620px}.account-wolf{font-size:56px;filter:drop-shadow(0 0 18px #d7a72d99)}.access-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.access-actions .guest-btn{grid-column:1/-1;border:2px solid #8cc7ff;border-radius:12px;padding:14px;background:#10253b;color:#dff2ff;font-weight:900}.local-account-note{display:flex;flex-direction:column;gap:5px;margin-top:16px;padding:12px;border:1px solid #6d5324;border-radius:10px;background:#181006;text-align:left}.local-account-note b{color:#ffd76a}.modal-x{position:absolute;right:12px;top:8px;border:0;background:transparent;color:#ffd76a;font-size:34px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:16px}.auth-tabs button{padding:11px;border:1px solid #705424;background:#171006;color:#e8d9b3;border-radius:8px;font-weight:800}.auth-tabs button.active{background:#7a5416;color:#fff;border-color:#ffd76a}.guest-trial-banner{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:10px 14px;border:1px solid #5da8e8;background:#0b2035;color:#dff4ff}.guest-trial-banner>span{margin-left:auto}.guest-trial-banner .gold-btn{padding:8px 12px}.game-shell-bar button:disabled{opacity:.45;cursor:not-allowed}.status-warn{color:#e6b84d}
@media(max-width:680px){.access-actions{grid-template-columns:1fr}.access-actions .guest-btn{grid-column:auto}.guest-trial-banner{font-size:13px}.guest-trial-banner>span{margin-left:0}.guest-trial-banner .gold-btn{width:100%}}

.guest-btn:disabled{opacity:.45;filter:grayscale(1);cursor:not-allowed}.guest-trial-banner strong{font-size:1.08em;color:#ffe178}

/* Platform 2.9 — TANHU GAME kurumsal açılış */
.tanhu-splash{position:fixed;inset:0;z-index:2147483646;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;background:radial-gradient(circle at 50% 45%,#10212d 0,#05080d 42%,#010205 76%);overflow:hidden;transition:opacity .75s ease,visibility .75s ease}
.tanhu-splash.hide{opacity:0;visibility:hidden;pointer-events:none}.tanhu-splash-logo{width:min(76vw,540px);max-height:57vh;object-fit:contain;border-radius:24px;box-shadow:0 0 34px #32e6ff80,0 0 90px #0ac7e755;animation:tanhuLogoIn 1.15s cubic-bezier(.2,.8,.2,1) both}
.tanhu-splash-title{font:900 clamp(30px,6vw,66px)/1 Georgia,serif;letter-spacing:.12em;color:#d9eef4;text-shadow:0 0 20px #52e7ff}.tanhu-splash-tag{max-width:820px;text-align:center;color:#fff;font:700 clamp(14px,2.3vw,23px)/1.35 Arial,sans-serif}.tanhu-splash button{border:2px solid #5ce9ff;border-radius:999px;padding:13px 27px;background:#06141d;color:#e9fbff;font-weight:900;box-shadow:0 0 24px #20dff477;cursor:pointer}.tanhu-splash-light{position:absolute;width:72vw;height:4px;background:#4ff0ff;box-shadow:0 0 16px #4ff0ff,0 0 45px #4ff0ff;top:48%;opacity:.75}.tanhu-splash-light.left{right:57%;transform:rotate(32deg)}.tanhu-splash-light.right{left:57%;transform:rotate(-32deg)}
@keyframes tanhuLogoIn{from{opacity:0;transform:scale(.72);filter:brightness(.3)}to{opacity:1;transform:scale(1);filter:brightness(1)}}
.hero-brand img{width:clamp(120px,22vw,260px)!important;height:auto!important;aspect-ratio:16/10!important;object-fit:cover!important;border-radius:18px!important;box-shadow:0 0 24px #31e8ff66!important}.hero-brand{align-items:center!important}.hero-brand strong{font-size:clamp(28px,5vw,58px)!important;letter-spacing:.08em}.bilingual-ref{display:block;margin-top:4px;color:#bfae87;font-size:.52em;font-family:Arial,sans-serif;font-weight:600;letter-spacing:.02em}.page-bilingual-ref{display:block;color:#af9b70;font-size:.55em;font-family:Arial,sans-serif;font-weight:500;margin-top:3px}
@media(max-width:650px){.tanhu-splash-logo{width:min(92vw,480px)}.tanhu-splash-tag{font-size:14px}.hero-brand{display:grid!important;justify-items:center!important;text-align:center!important}.hero-brand img{width:min(78vw,300px)!important}}

.nav-btn span{display:flex;flex-direction:column;align-items:flex-start}.nav-ref{display:block;opacity:.62;font-size:.7em;font-family:Arial,sans-serif;font-weight:500;margin-top:2px}.page-sub-ref,.hero-tag-ref{opacity:.68;font-size:.88em}
