:root{
  --safeT: env(safe-area-inset-top, 0px);
  --safeB: env(safe-area-inset-bottom, 0px);
  --topH: 62px;
  --bottomH: 74px;
  --rightBtnW: 54px;
  --rightDrawerW: min(86vw, 360px);
}

.app-shell-html{height:100%}
.app-shell-body{margin:0;color:#eef3ff;background:#070a12;overflow-x:hidden;overscroll-behavior:none;-webkit-text-size-adjust:100%;touch-action:manipulation;text-rendering:optimizeLegibility}
.app-shell-body,.app-shell-body *{box-sizing:border-box}
.dbw-loading{position:fixed;inset:0;z-index:3000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(180deg,rgba(3,5,4,.74),rgba(3,5,4,.92)),radial-gradient(900px 520px at 50% 10%,rgba(120,155,24,.16),transparent 62%),var(--shell-bg-image,url("/assets/ui/lobby_bg.png")) center/cover no-repeat,#030506;color:#eef3ff;transition:opacity .22s ease,visibility .22s ease}
.dbw-loading.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.dbw-loading-mark{width:72px;height:72px;border-radius:18px;border:1px solid rgba(168,220,34,.28);display:grid;place-items:center;background:rgba(168,220,34,.10);font-weight:950;letter-spacing:.08em;box-shadow:0 18px 60px rgba(0,0,0,.46),0 0 30px rgba(168,220,34,.14)}
.dbw-loading-title{font-weight:950;letter-spacing:.04em;text-transform:uppercase}
.dbw-loading-bar{width:min(240px,64vw);height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;border:1px solid rgba(255,255,255,.10)}
.dbw-loading-bar span{display:block;width:38%;height:100%;border-radius:999px;background:linear-gradient(90deg,#a8dc22,#5af2ff);animation:dbwLoad 1.1s ease-in-out infinite}
@keyframes dbwLoad{0%{transform:translateX(-105%)}100%{transform:translateX(265%)}}
.app-shell-content,.app-shell-pagehead,.app-shell-pagehead *{word-break:normal;overflow-wrap:break-word}
.app-shell-bg{position:fixed;inset:0;z-index:0;background-image:var(--shell-bg-image,none),radial-gradient(1000px 700px at 18% 20%, rgba(90,242,255,.14), transparent 58%),radial-gradient(900px 700px at 82% 78%, rgba(255,86,123,.10), transparent 60%),linear-gradient(180deg,#08111e,#070a12);background-size:cover,auto,auto,auto;background-position:center,center,center,center;background-repeat:no-repeat;pointer-events:none}
.app-shell-bg-blur{position:absolute;inset:0;background:rgba(0,0,0,.38);backdrop-filter:blur(8px)}
.app-shell-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(180deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 1px,transparent 2px,transparent 6px);mix-blend-mode:overlay;opacity:.16}
.app-shell-screen{position:relative;z-index:1;min-height:100dvh;padding-top:calc(var(--topH) + var(--safeT));padding-bottom:calc(var(--bottomH) + var(--safeB) + 8px)}
.app-shell-content{padding:8px 8px 6px;max-width:1200px;margin:0 auto;min-width:0}
.app-shell-pagehead{margin:0 auto 8px;max-width:980px;padding:9px 11px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(16,22,34,.58);box-shadow:0 18px 44px rgba(0,0,0,.45);backdrop-filter:blur(10px);min-width:0}
.app-shell-pagehead-title{font-size:20px;font-weight:950;letter-spacing:.2px;line-height:1.08}
.app-shell-pagehead-subtitle{margin-top:4px;font-size:12px;color:rgba(238,243,255,.72);line-height:1.35}
.zw-top{position:fixed;left:0;right:0;top:0;z-index:1000;padding:var(--safeT) 10px 0;height:calc(var(--topH) + var(--safeT));display:flex;align-items:center;justify-content:space-between;gap:8px;background:rgba(10,14,22,.72);border-bottom:1px solid rgba(255,255,255,.10);backdrop-filter:blur(10px)}
.zw-top-left,.zw-top-right{display:flex;align-items:center;gap:6px;min-width:0}
.zw-player,.zw-drawerTitle{min-width:0}
.zw-topProfile{min-width:0;max-width:min(54vw,320px)}
.zw-player-name,.zw-player-sub{word-break:normal;overflow-wrap:normal}
.zw-player-name{max-width:44vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:950;font-size:14px}
.zw-player-sub{margin-top:1px;color:rgba(238,243,255,.68);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zw-playerProgressMeta{display:flex;align-items:center;gap:8px;min-width:0}
.zw-playerProgressMeta span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.zw-playerProgress{max-width:100%;overflow:hidden}
.zw-hamb,.zw-avatar,.zw-onlineBtn,.zw-zbtn{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06)}
.zw-hamb,.zw-avatar{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}
.zw-hamb{color:rgba(238,243,255,.92);cursor:pointer;overflow:hidden;padding:0}
.zw-hambImg{display:block;width:22px;height:22px;max-width:70%;max-height:70%;object-fit:contain}
.zw-hambIcon{font-size:11px;line-height:1;font-weight:900}
.zw-pill{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:rgba(238,243,255,.92);font-weight:900;white-space:nowrap}
.zw-pill-icon{width:16px;height:16px;display:block;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.28))}
.zw-pill--scrap .zw-v{min-width:0}
.zw-onlineBtn{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 10px;border-radius:12px;color:rgba(238,243,255,.95);cursor:pointer;font-weight:950;white-space:nowrap}
.zw-onlineDot,.zw-rtab .dot{width:8px;height:8px;border-radius:999px;background:rgba(61,255,154,.95);box-shadow:0 0 0 3px rgba(61,255,154,.18)}
.zw-drawerBackdrop,.zw-rdrawerBackdrop,.zw-modalBack{position:fixed;inset:0;background:rgba(0,0,0,.56);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .16s ease}
.zw-drawer,.zw-rdrawer{position:fixed;top:0;bottom:0;padding-top:var(--safeT);background:rgba(10,14,22,.94);backdrop-filter:blur(10px);display:flex;flex-direction:column;z-index:1600}
.zw-drawer{left:0;width:min(86vw,360px);transform:translateX(-102%);transition:transform .18s ease;border-right:1px solid rgba(255,255,255,.10)}
.zw-rdrawer{right:0;width:var(--rightDrawerW);transform:translateX(102%);transition:transform .18s ease;border-left:1px solid rgba(255,255,255,.10);z-index:1700;box-shadow:-24px 0 60px rgba(0,0,0,.4)}
.zw-drawerHeader,.zw-rdrawerHeader,.zw-modalHead{padding:14px 14px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(255,255,255,.10)}
.zw-drawerTitle,.zw-rdrawerTitle,.zw-modalTitle{font-weight:950;letter-spacing:.2px}
.zw-drawerTitle{max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zw-drawerClose,.zw-rdrawerClose,.zw-modalClose{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(238,243,255,.92);cursor:pointer;display:grid;place-items:center;flex:0 0 auto}
.zw-drawerBody,.zw-rdrawerBody,.zw-modalBody{overflow:auto;-webkit-overflow-scrolling:touch}
.zw-drawerBody,.zw-rdrawerBody{padding:12px 14px calc(18px + var(--safeB))}
.zw-rdrawerBody{display:flex;flex-direction:column;gap:12px}
.zw-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.98);width:min(92vw,520px);max-height:min(72vh,560px);z-index:1800;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(10,14,22,.94);box-shadow:0 26px 80px rgba(0,0,0,.65);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;overflow:hidden}
.zw-modalBody{padding:12px 14px 14px}
.zw-drawerSection{margin-top:14px;padding:12px 12px 13px;border-radius:18px;border:1px solid rgba(120,255,190,.12);background:linear-gradient(180deg,rgba(20,29,39,.92),rgba(8,12,18,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 38px rgba(0,0,0,.34),0 0 0 1px rgba(0,255,136,.04)}
.zw-drawerSection .h{font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:950;opacity:.96;color:rgba(180,255,216,.92);text-shadow:0 0 14px rgba(57,255,20,.18)}
.zw-drawerPills,.zw-drawerLinks,.zw-onlineList,.zw-offerList{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}
.zw-drawerLinks,.zw-onlineList,.zw-offerList{flex-direction:column}
.zw-drawerLink{position:relative;width:100%;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;padding:14px 14px;border-radius:16px;border:1px solid rgba(166,255,217,.10);background:linear-gradient(180deg,rgba(25,36,44,.96),rgba(12,18,24,.96));color:rgba(238,243,255,.96);font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 24px rgba(0,0,0,.24);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background .14s ease}
.zw-drawerLink::after{content:"";position:absolute;inset:1px;border-radius:15px;border:1px solid rgba(255,255,255,.03);pointer-events:none}
.zw-drawerLink:hover,.zw-drawerLink:focus-visible{transform:translateY(-1px);border-color:rgba(57,255,20,.26);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 1px rgba(57,255,20,.08),0 14px 28px rgba(0,0,0,.28),0 0 24px rgba(0,230,118,.10);background:linear-gradient(180deg,rgba(30,44,42,.98),rgba(13,22,18,.98))}
.zw-drawerLink.is-active{border-color:rgba(57,255,20,.36);background:linear-gradient(180deg,rgba(18,52,38,.96),rgba(10,24,18,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 1px rgba(57,255,20,.10),0 14px 30px rgba(0,0,0,.30),0 0 26px rgba(0,255,136,.18)}
.zw-drawerLinkIcon{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;border:1px solid rgba(158,255,212,.12);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);font-size:18px;line-height:1}
.zw-drawerLinkIcon img{width:72%;height:72%;object-fit:contain;display:block}
.zw-drawerLinkText{display:block;min-width:0;letter-spacing:.2px}
.zw-drawerMissionLive,.zw-drawerMissionCard{margin-top:10px;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04)}
.zw-drawerMissionTag,.zw-drawerMissionClaim{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;border:1px solid rgba(61,255,154,.18);background:rgba(61,255,154,.10);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#c9ffd8}
.zw-drawerMissionTitle,.zw-drawerMissionName,.zw-drawerMissionLabel{font-weight:950;letter-spacing:.2px}
.zw-drawerMissionTitle{margin-top:7px}
.zw-drawerMissionCopy,.zw-drawerMissionReset,.zw-drawerMissionDescr,.zw-drawerMissionMeta{margin-top:6px;font-size:12px;line-height:1.4;color:rgba(238,243,255,.72)}
.zw-drawerMissionGroup{margin-top:12px}
.zw-drawerMissionHead,.zw-drawerMissionTop,.zw-drawerMissionMeta{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.zw-drawerMissionList{display:grid;gap:10px}
.zw-drawerMissionState{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:rgba(238,243,255,.72)}
.zw-drawerMissionCard.completed{border-color:rgba(61,255,154,.18);background:rgba(61,255,154,.08)}
.zw-drawerMissionCard.claimed{border-color:rgba(120,166,255,.18);background:rgba(120,166,255,.08)}
.zw-drawerMissionProgressBar{height:8px;margin-top:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
.zw-drawerMissionProgressFill{height:100%;border-radius:999px;background:linear-gradient(90deg,rgba(120,166,255,.92),rgba(61,255,154,.92))}
.zw-drawerMissionBtn{width:100%;min-height:38px;border-radius:12px;border:1px solid rgba(61,255,154,.22);background:linear-gradient(180deg,rgba(61,255,154,.22),rgba(61,255,154,.08));color:rgba(238,243,255,.96);font-size:12px;font-weight:900}
.zw-bottom{position:fixed;left:0;right:0;bottom:0;z-index:1000;display:grid;grid-template-columns:repeat(5, minmax(0,1fr));gap:8px;height:calc(var(--bottomH) + var(--safeB) + 8px);padding:8px 8px calc(8px + var(--safeB));background:linear-gradient(180deg,rgba(17,23,34,.72),rgba(7,10,16,.94));border-top:1px solid rgba(142,255,205,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 -18px 36px rgba(0,0,0,.34);backdrop-filter:blur(14px)}
.zw-navform{margin:0;display:block;width:100%}
.zw-navitem{position:relative;width:100%;height:100%;min-width:0;min-height:52px;border-radius:18px;border:1px solid rgba(154,255,212,.08);background:linear-gradient(180deg,rgba(24,31,40,.94),rgba(9,13,19,.98));color:rgba(238,243,255,.78);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 6px;font-size:11px;font-weight:950;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 20px rgba(0,0,0,.22)}
.zw-navitem::after{content:"";position:absolute;inset:1px;border-radius:17px;border:1px solid rgba(255,255,255,.03);pointer-events:none}
.zw-navicon{display:grid;place-items:center;font-size:18px;line-height:1;min-height:auto;width:28px;height:28px}
.zw-navicon img{width:100%;height:100%;max-width:28px;max-height:28px;object-fit:contain;display:block;margin:auto}
.zw-navlabel,.zw-navsub{display:block;white-space:nowrap;line-height:1.02}
.zw-navitem:hover,.zw-navitem:focus-visible{transform:translateY(-1px);border-color:rgba(57,255,20,.18);color:#eefaf3;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 24px rgba(0,0,0,.26),0 0 24px rgba(0,230,118,.08)}
.zw-navitem.active{color:#eefcf4;border-color:rgba(57,255,20,.34);background:linear-gradient(180deg,rgba(17,58,41,.95),rgba(8,24,17,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 1px rgba(57,255,20,.08),0 12px 24px rgba(0,0,0,.26),0 0 26px rgba(0,255,136,.18)}
.zw-navitem:disabled{opacity:.45;cursor:not-allowed;filter:saturate(.7)}
.zw-navsub{font-size:9px;opacity:.76}
.zw-battleBtn{min-height:66px;margin-top:-18px;border-color:rgba(57,255,20,.42);background:linear-gradient(180deg,rgba(23,92,54,.98),rgba(10,35,18,.98))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 0 1px rgba(57,255,20,.12),0 16px 34px rgba(0,0,0,.34),0 0 34px rgba(0,255,136,.26)!important}
.zw-battleBtn .zw-navicon{font-size:20px}
.zw-battleBtn .zw-navlabel{font-size:12px;letter-spacing:.4px}
.zw-battleBtn .zw-navsub{opacity:.88}
.zw-zbtn{position:fixed;right:8px;top:calc(var(--safeT) + 76px);z-index:1650;width:var(--rightBtnW);height:var(--rightBtnW);border-radius:18px;display:grid;place-items:center;cursor:pointer;user-select:none;box-shadow:0 16px 40px rgba(0,0,0,.46);transition:filter .12s ease,transform .12s ease,background .12s ease;border-color:rgba(90,242,255,.14)}
.zw-zbtn .ico{display:grid;place-items:center;width:28px;height:28px;line-height:1}
.zw-zbtn .ico svg,.zw-rdrawerClose svg,.zw-emojiIcon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.zw-zbtn .ico svg{color:rgba(238,243,255,.95)}
.zw-zbtn:active{transform:translateZ(0) scale(.97)}
.zw-zbtnBadge{position:absolute;right:4px;top:4px;min-width:10px;height:10px;border-radius:999px;background:rgba(255,87,122,.96);box-shadow:0 0 0 3px rgba(10,14,22,.92)}
.zw-zbtn.has-new{border-color:rgba(61,255,154,.28)!important;box-shadow:0 0 0 3px rgba(61,255,154,.14),0 18px 52px rgba(0,0,0,.55)!important}
#zbtn[data-blink="1"]{filter:brightness(1.65)!important;transform:translateZ(0) scale(1.03)!important;border-color:rgba(61,255,154,.34)!important;box-shadow:0 0 0 3px rgba(61,255,154,.18),0 18px 52px rgba(0,0,0,.55)!important}
#zbtn[data-blink="0"]{filter:brightness(1)!important;transform:translateZ(0) scale(1)!important}
.zw-rtabs{display:flex;gap:6px;padding:8px 10px 10px;border-bottom:1px solid rgba(255,255,255,.10);background:rgba(10,14,22,.88);position:sticky;top:var(--safeT);z-index:2}
.zw-rtab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 8px;cursor:pointer;font-weight:950;letter-spacing:.2px;font-size:12px;color:rgba(238,243,255,.78);background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px}
.zw-rtab:last-child{border-right:1px solid rgba(255,255,255,.08)}
.zw-rtab .dot{display:none}
.zw-rtab.has-new .dot{display:inline-block}
.zw-rtab .badge{min-width:26px;height:22px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:950;background:rgba(255,200,90,.16);border:1px solid rgba(255,200,90,.22)}
.zw-rtab.is-active{color:rgba(238,243,255,.95);background:rgba(255,255,255,.08);border-color:rgba(61,255,154,.22);box-shadow:inset 0 -2px 0 rgba(61,255,154,.55)}
.zw-chatBox{margin-top:8px;height:42vh;max-height:420px;overflow:auto;padding:10px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.18);display:flex;flex-direction:column;gap:8px}
.zw-chatRow,.zw-offerCard,.zw-newsCard,.zw-onlineRow{border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04)}
.zw-chatRow{display:flex;gap:10px;align-items:flex-start;padding:8px}
.zw-chatAv,.zw-offerAvatar,.zw-newsAvatar,.zw-onlineAvatar{font-size:20px;line-height:1;margin-top:2px}
.zw-chatMeta,.zw-offerAuthor,.zw-newsAuthor,.zw-onlineMeta{min-width:0;flex:1}
.zw-chatNick,.zw-offerNick,.zw-newsNick,.zw-onlineNick,.zw-newsTitle{font-weight:950}
.zw-chatTime,.zw-offerSub,.zw-newsSub,.zw-onlineRank,.zw-panelHint,.zw-panelStatus,.zw-offerHint,.zw-chatHint{font-size:12px;opacity:.7}
.zw-panelPlaceholder{display:flex;align-items:center;justify-content:center;min-height:56px;padding:12px 14px;border-radius:16px;border:1px dashed rgba(255,255,255,.12);background:rgba(255,255,255,.03);text-align:center;line-height:1.45;opacity:.82}
.zw-panelPlaceholder.is-hidden{display:none}
.legal-page{width:min(920px,100%);margin:0 auto;display:grid;gap:12px}
.legal-card{padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(13,18,28,.78);box-shadow:0 18px 44px rgba(0,0,0,.32)}
.legal-card--lead{border-color:rgba(168,220,34,.22);background:linear-gradient(180deg,rgba(30,38,20,.82),rgba(12,18,24,.82))}
.legal-kicker{margin:0 0 8px;color:rgba(180,255,216,.82);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.legal-card h2{margin:0 0 8px;font-size:16px;line-height:1.2}
.legal-card p{margin:0;color:rgba(238,243,255,.82);line-height:1.55}
.legal-card p+p{margin-top:8px}
.legal-card ul{margin:0;padding-left:20px;color:rgba(238,243,255,.82);line-height:1.5}
.legal-card li+li{margin-top:6px}
.zw-chatMsg,.zw-offerMsg,.zw-newsBody{margin-top:4px;font-size:13px;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}
.zw-emojiRow,.zw-offerFilter,.zw-offerActions,.zw-newsActions{display:flex;gap:8px;flex-wrap:wrap}
.zw-emojiRow,.zw-chatInputRow,.zw-offerInputWrap,.zw-offerTopBar{margin-top:10px}
.zw-voteBtn,.zw-offerFilterBtn{cursor:pointer;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:rgba(238,243,255,.92);padding:8px 10px;border-radius:12px;font-size:12px;font-weight:900}
.zw-emojiRow{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.zw-emojiChip{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:rgba(238,243,255,.95);font-size:18px;font-weight:900;line-height:1;cursor:pointer;white-space:nowrap;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}
.zw-emojiChip span{font-size:11px;letter-spacing:.04em;font-family:inherit}
.zw-chatInputRow{display:grid;grid-template-columns:1fr 86px;gap:8px}
.zw-chatInput,.zw-offerInput,.zw-statusSelect{border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:rgba(238,243,255,.95);padding:10px;outline:none}
.zw-chatInput,.zw-offerInput{resize:none}
.zw-chatSend,.zw-offerSend{cursor:pointer;border:1px solid rgba(61,255,154,.22);background:rgba(61,255,154,.12);color:rgba(238,243,255,.96);border-radius:14px;font-weight:950}
.zw-offerSend{min-height:42px}
.zw-chatSend:disabled{opacity:.55;cursor:not-allowed}
.zw-offerFilterBtn.is-active,.zw-voteBtn.is-on{border-color:rgba(61,255,154,.22);background:rgba(61,255,154,.12)}
.zw-voteBtn.is-off{border-color:rgba(255,90,90,.22);background:rgba(255,90,90,.12)}
.zw-offerHead,.zw-newsHead{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}
.zw-offerCard,.zw-newsCard{padding:11px}
.zw-offerAuthor,.zw-newsAuthor{display:flex;gap:10px;align-items:flex-start;min-width:0;flex:1}
.zw-offerHeadActions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.zw-deleteBtn{width:28px;height:28px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:10px;border:1px solid rgba(255,90,90,.28);background:rgba(255,90,90,.12);color:rgba(255,220,220,.96);font-size:12px;font-weight:950;line-height:1;cursor:pointer}
.zw-deleteBtn:hover{border-color:rgba(255,90,90,.48);background:rgba(255,90,90,.20)}
.zw-offerAuthorMeta,.zw-newsAuthorMeta{min-width:0;flex:1}
.zw-offerBody,.zw-newsContent,.zw-offerFooter,.zw-newsFooter{margin-top:10px}
.zw-offerStatus{flex-shrink:0;font-size:11px;font-weight:950;padding:5px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);white-space:nowrap}
.zw-offerStatus.s-accepted{background:rgba(61,255,154,.12);border-color:rgba(61,255,154,.24)}
.zw-offerStatus.s-rejected{background:rgba(255,90,90,.12);border-color:rgba(255,90,90,.24)}
.zw-offerStatus.s-considering{background:rgba(255,200,90,.12);border-color:rgba(255,200,90,.24)}
.zw-offerStatus.s-done{background:rgba(90,242,255,.12);border-color:rgba(90,242,255,.24)}
.zw-newsContent{margin-top:8px}
.zw-newsTitle{color:rgba(238,243,255,.95);line-height:1.2}
.zw-newsBody{margin-top:0;color:rgba(238,243,255,.90);font-size:14px}
.zw-onlineRow{display:flex;align-items:center;gap:10px;padding:10px}
.zw-onlineRight{font-size:11px;font-weight:900;opacity:.85;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05)}
.zw-panelStatus{margin:12px 0 10px}
.zw-panelTitle{font-weight:950;font-size:13px;opacity:.92}
.zw-panelHint{margin-bottom:10px}
body.drawer-open,body.rdrawer-open,body.modal-open{overflow:hidden}
body.drawer-open .zw-drawerBackdrop,body.rdrawer-open .zw-rdrawerBackdrop,body.modal-open .zw-modalBack{opacity:1;pointer-events:auto}
body.drawer-open .zw-drawer{transform:translateX(0)}
body.rdrawer-open .zw-rdrawer{transform:translateX(0)}
body.modal-open .zw-modal{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}
@media (max-width:760px){
  .zw-top-right .zw-pill{display:none}
  .app-shell-content{padding-left:8px;padding-right:8px}
  .zw-drawer{width:min(90vw,380px)}
}
@media (max-width:640px){
  .app-shell-content{padding-left:6px;padding-right:6px;padding-top:6px}
  .app-shell-pagehead{margin-bottom:6px;padding:8px 10px}
  .app-shell-screen{padding-bottom:calc(var(--bottomH) + var(--safeB) + 6px)}
  :root{--rightDrawerW:min(92vw,390px)}
  .zw-topProfile{max-width:min(52vw,250px)}
  .zw-playerProgressMeta{gap:6px}
  .zw-drawerLinkIcon{flex-basis:34px;width:34px;height:34px}
  .zw-navicon{width:24px;height:24px}
  .zw-navicon img{max-width:24px;max-height:24px}
  .zw-zbtn{top:auto;bottom:calc(var(--bottomH) + var(--safeB) + 14px);right:10px;width:58px;height:58px;border-radius:20px}
  .zw-zbtn .ico{width:30px;height:30px}
  .zw-rdrawer{width:var(--rightDrawerW)}
  .zw-rdrawerHeader{padding:12px 12px 8px}
  .zw-rdrawerBody{padding:10px 12px calc(14px + var(--safeB));gap:10px}
  .zw-rtabs{padding:8px 8px 10px;gap:5px}
  .zw-rtab{min-height:38px;padding:9px 6px;font-size:11px}
  .zw-chatBox{height:min(34vh,280px);padding:9px}
  .zw-chatInputRow{grid-template-columns:1fr 82px}
  .zw-offerList,.zw-onlineList,#newsList{gap:9px}
  .zw-offerTopBar,.zw-offerInputWrap,.zw-emojiRow{margin-top:8px}
}
@media (min-width:431px){
  :root{--topH:64px;--bottomH:76px;--rightBtnW:56px}
  .app-shell-content{padding:11px 12px 8px}
  .app-shell-pagehead{padding:10px 13px}
  .app-shell-pagehead-title{font-size:22px}
  .zw-top{padding-left:12px;padding-right:12px}
  .zw-top-left,.zw-top-right{gap:8px}
  .zw-hamb,.zw-avatar{width:42px;height:42px}
  .zw-hambImg{width:24px;height:24px}
  .zw-onlineBtn{height:42px;padding:0 12px}
  .zw-player-name{max-width:42vw;font-size:15px}
  .zw-player-sub{font-size:12px}
  .zw-bottom{gap:8px;padding:7px 8px calc(8px + var(--safeB))}
  .zw-navitem{font-size:12px;padding:8px 5px;min-height:54px}
  .zw-navsub{font-size:10px}
  .zw-battleBtn{min-height:70px;margin-top:-20px}
  .zw-zbtn{right:12px;top:calc(var(--safeT) + 84px);border-radius:18px}
}
@media (min-width:701px){
  .app-shell-content{padding:14px 14px 12px}
  .app-shell-pagehead{margin-bottom:12px;padding:12px 16px}
  .app-shell-pagehead-title{font-size:24px}
}
.menu-shell-page{
  --shell-metal:linear-gradient(180deg,rgba(19,20,14,.96),rgba(8,9,5,.98));
  --shell-metal-soft:linear-gradient(180deg,rgba(31,33,24,.92),rgba(11,12,8,.96));
  --shell-green:#a8dc22;
  --shell-green-dim:#698d14;
  --shell-gold:#d1a24d;
  --shell-ink:#f2edd8;
  --shell-muted:rgba(242,237,216,.66);
  --shell-border:rgba(183,198,106,.18);
  --shell-red:#b64531;
}
.menu-shell-page .app-shell-bg{
  background-image:var(--shell-bg-image,none),radial-gradient(900px 520px at 50% 0%,rgba(120,155,24,.12),transparent 60%),radial-gradient(700px 420px at 88% 32%,rgba(188,71,44,.12),transparent 48%),linear-gradient(180deg,#0b0c08,#040503);
}
.menu-shell-page .app-shell-bg-blur{background:rgba(0,0,0,.48);backdrop-filter:blur(4px)}
.menu-shell-page .app-shell-scanlines{opacity:.09}
.menu-shell-page .zw-top{
  padding-left:6px;
  padding-right:6px;
  gap:6px;
  background:linear-gradient(180deg,rgba(12,13,9,.98),rgba(7,8,5,.96));
  border-bottom:1px solid var(--shell-border);
  box-shadow:0 10px 30px rgba(0,0,0,.45),inset 0 -1px 0 rgba(255,255,255,.03);
  backdrop-filter:none;
}
.menu-shell-page .zw-top::before,
.menu-shell-page .zw-drawer::before,
.menu-shell-page .zw-rdrawer::before,
.menu-shell-page .zw-modal::before,
.menu-shell-page .zw-bottom::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("/assets/ui/noise.png") center/220px repeat;
  opacity:.16;
  pointer-events:none;
}
.menu-shell-page .zw-top-left{gap:6px;min-width:0;flex:1}
.menu-shell-page .zw-top-right{gap:6px;justify-content:flex-end;flex-wrap:nowrap}
.menu-shell-page .zw-hamb,
.menu-shell-page .zw-avatar,
.menu-shell-page .zw-onlineBtn,
.menu-shell-page .zw-zbtn,
.menu-shell-page .zw-pill{
  border:1px solid var(--shell-border);
  background:var(--shell-metal);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 8px 18px rgba(0,0,0,.28);
  color:var(--shell-ink);
}
.menu-shell-page .zw-hamb{
  width:44px;
  height:44px;
  border-radius:10px;
  position:relative;
  overflow:hidden;
}
.menu-shell-page .zw-hambImg{
  width:24px;
  height:24px;
  object-fit:contain;
  filter:drop-shadow(0 0 8px rgba(168,220,34,.16));
}
.menu-shell-page .zw-topProfile{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:8px;
  min-width:0;
  align-items:center;
  padding:4px 8px 4px 4px;
  border:1px solid var(--shell-border);
  border-radius:12px;
  background:var(--shell-metal);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 8px 18px rgba(0,0,0,.28);
  max-width:min(56vw,330px);
}
.menu-shell-page .zw-avatar{
  width:50px;
  height:50px;
  border-radius:10px;
  font-size:26px;
  background:linear-gradient(180deg,rgba(60,73,11,.95),rgba(16,20,7,.98));
  box-shadow:0 0 18px rgba(168,220,34,.12),inset 0 0 0 1px rgba(229,255,167,.06);
}
.menu-shell-page .zw-player-name{
  max-width:none;
  color:#f7f2dd;
  font-size:15px;
  text-transform:none;
}
.menu-shell-page .zw-player-sub{
  margin-top:1px;
  color:var(--shell-green);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.menu-shell-page .zw-playerProgressMeta{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:5px;
  font-size:10px;
  color:var(--shell-muted);
  white-space:nowrap;
}
.menu-shell-page .zw-playerLevel{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  min-height:22px;
  border-radius:999px;
  border:1px solid rgba(206,175,94,.26);
  background:rgba(0,0,0,.28);
  color:#d8c47d;
  font-weight:950;
}
.menu-shell-page .zw-playerProgress{
  height:8px;
  margin-top:6px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(0,0,0,.34);
  overflow:hidden;
}
.menu-shell-page .zw-playerProgress i{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#7aa80f,#c7ff39);
  box-shadow:0 0 18px rgba(168,220,34,.24);
}
.menu-shell-page .zw-pill{
  position:relative;
  overflow:hidden;
  gap:6px;
  min-height:44px;
  padding:0 6px 0 8px;
  border-radius:10px;
  font-size:10px;
  font-weight:950;
}
.menu-shell-page .zw-pill .zw-v{min-width:38px}
.menu-shell-page .zw-pillAdd{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:5px;
  border:1px solid rgba(183,198,106,.22);
  background:linear-gradient(180deg,rgba(89,116,19,.96),rgba(34,45,8,.98));
  color:#ecf4ca;
  font-size:13px;
  line-height:1;
}
.menu-shell-page .zw-onlineBtn{
  position:relative;
  overflow:hidden;
  min-width:102px;
  height:44px;
  padding:0 9px;
  border-radius:10px;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.menu-shell-page .zw-onlineText{color:var(--shell-green)}
.menu-shell-page .zw-onlineDot,.menu-shell-page .zw-rtab .dot{
  background:var(--shell-green);
  box-shadow:0 0 0 3px rgba(168,220,34,.14);
}
.menu-shell-page .zw-drawerBackdrop,
.menu-shell-page .zw-rdrawerBackdrop,
.menu-shell-page .zw-modalBack{background:rgba(0,0,0,.68);backdrop-filter:blur(2px)}
.menu-shell-page .zw-drawer,
.menu-shell-page .zw-rdrawer,
.menu-shell-page .zw-modal{
  position:fixed;
  background:linear-gradient(180deg,rgba(16,17,12,.98),rgba(8,9,5,.99));
  border-color:var(--shell-border);
  box-shadow:0 24px 60px rgba(0,0,0,.58);
  overflow:hidden;
}
.menu-shell-page .zw-drawerHeader,
.menu-shell-page .zw-rdrawerHeader,
.menu-shell-page .zw-modalHead{
  border-bottom:1px solid var(--shell-border);
  background:linear-gradient(180deg,rgba(27,28,20,.92),rgba(11,12,8,.94));
}
.menu-shell-page .zw-drawerTitleWrap,
.menu-shell-page .zw-rdrawerTitleWrap{min-width:0}
.menu-shell-page .zw-drawerTitle,
.menu-shell-page .zw-rdrawerTitle,
.menu-shell-page .zw-modalTitle{
  color:#f6f0dd;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.menu-shell-page .zw-drawerSubtitle,
.menu-shell-page .zw-rdrawerSubtitle{
  margin-top:4px;
  font-size:11px;
  color:var(--shell-green);
  text-transform:uppercase;
  letter-spacing:.08em;
}
.menu-shell-page .zw-drawerClose,
.menu-shell-page .zw-rdrawerClose,
.menu-shell-page .zw-modalClose{
  border-color:var(--shell-border);
  background:var(--shell-metal);
}
.menu-shell-page .zw-drawerSection{
  border-color:var(--shell-border);
  background:var(--shell-metal-soft);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 16px 34px rgba(0,0,0,.30);
}
.menu-shell-page .zw-drawerSection .h{
  color:var(--shell-green);
  text-shadow:none;
}
.menu-shell-page .zw-drawerLink{
  border-color:rgba(183,198,106,.14);
  background:var(--shell-metal);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 10px 24px rgba(0,0,0,.24);
}
.menu-shell-page .zw-drawerLink:hover,
.menu-shell-page .zw-drawerLink:focus-visible{
  border-color:rgba(183,198,106,.26);
  background:linear-gradient(180deg,rgba(35,38,26,.96),rgba(15,16,10,.98));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 14px 28px rgba(0,0,0,.28),0 0 18px rgba(168,220,34,.08);
}
.menu-shell-page .zw-drawerLink.is-active{
  border-color:rgba(183,198,106,.30);
  background:linear-gradient(180deg,rgba(61,74,15,.94),rgba(18,23,8,.98));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 18px rgba(168,220,34,.12),0 14px 30px rgba(0,0,0,.30);
}
.menu-shell-page .zw-drawerLinkIcon{
  border-color:rgba(183,198,106,.16);
  background:linear-gradient(180deg,rgba(48,51,34,.94),rgba(18,19,12,.98));
}
.menu-shell-page .zw-zbtn{
  width:62px;
  height:62px;
  border-radius:16px;
  border-color:var(--shell-border);
  background:var(--shell-metal);
  overflow:hidden;
}
.menu-shell-page .zw-zbtn .ico{width:24px;height:24px}
.menu-shell-page .zw-hambImg{width:22px;height:22px}
.menu-shell-page .zw-zbtnText{
  position:absolute;
  bottom:7px;
  left:0;
  right:0;
  text-align:center;
  font-size:9px;
  font-weight:950;
  letter-spacing:.08em;
  color:#d4cca9;
}
.menu-shell-page .zw-zbtn .ico svg{color:var(--shell-green)}
.menu-shell-page .zw-zbtnBadge{
  background:var(--shell-red);
  box-shadow:0 0 0 3px rgba(18,19,12,.94);
}
.menu-shell-page .zw-rtabs{
  gap:8px;
  padding:10px;
  border-bottom:1px solid var(--shell-border);
  background:linear-gradient(180deg,rgba(18,19,13,.96),rgba(9,10,6,.94));
}
.menu-shell-page .zw-rtab{
  min-height:44px;
  border-color:rgba(183,198,106,.14);
  background:var(--shell-metal);
  color:var(--shell-muted);
  text-transform:uppercase;
}
.menu-shell-page .zw-rtab .badge{
  background:rgba(209,162,77,.14);
  border-color:rgba(209,162,77,.24);
  color:#e0c178;
}
.menu-shell-page .zw-rtab.is-active{
  color:#edf3cf;
  background:linear-gradient(180deg,rgba(58,73,16,.94),rgba(17,23,8,.98));
  border-color:rgba(183,198,106,.26);
  box-shadow:inset 0 -2px 0 rgba(168,220,34,.65);
}
.menu-shell-page .zw-chatBox,
.menu-shell-page .zw-chatRow,
.menu-shell-page .zw-offerCard,
.menu-shell-page .zw-newsCard,
.menu-shell-page .zw-onlineRow,
.menu-shell-page .zw-panelPlaceholder,
.menu-shell-page .zw-chatInput,
.menu-shell-page .zw-offerInput,
.menu-shell-page .zw-statusSelect{
  border-color:rgba(183,198,106,.14);
  background:rgba(255,255,255,.03);
}
.menu-shell-page .zw-chatSend,
.menu-shell-page .zw-offerSend,
.menu-shell-page .zw-offerFilterBtn.is-active,
.menu-shell-page .zw-voteBtn.is-on{
  border-color:rgba(183,198,106,.24);
  background:linear-gradient(180deg,rgba(72,94,18,.94),rgba(25,34,8,.98));
}
.menu-shell-page .zw-bottom{
  position:fixed;
  overflow:hidden;
  gap:8px;
  padding:8px 8px calc(8px + var(--safeB));
  background:linear-gradient(180deg,rgba(11,12,8,.86),rgba(6,7,4,.98));
  border-top:1px solid var(--shell-border);
  box-shadow:0 -18px 40px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.03);
  backdrop-filter:none;
}
.menu-shell-page .zw-navitem{
  overflow:hidden;
  min-height:68px;
  border-radius:12px;
  border-color:rgba(183,198,106,.14);
  background:var(--shell-metal);
  color:#b9b39b;
  text-transform:uppercase;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 10px 22px rgba(0,0,0,.24);
}
.menu-shell-page .zw-navicon{
  min-height:auto;
  width:34px;
  height:34px;
  color:#d0c59a;
}
.menu-shell-page .zw-navicon img{
  width:100%;
  height:100%;
  max-width:32px;
  max-height:32px;
  object-fit:contain;
  display:block;
  margin:auto;
  filter:drop-shadow(0 0 10px rgba(168,220,34,.14));
}
.menu-shell-page .zw-navitem--shop .zw-navicon img{transform:scale(.90)}
.menu-shell-page .zw-navitem--weapons .zw-navicon img{transform:scale(.92)}
.menu-shell-page .zw-navitem--battle .zw-navicon img{transform:scale(1)}
.menu-shell-page .zw-navitem--backpack .zw-navicon img{transform:scale(.94)}
.menu-shell-page .zw-navitem--camp .zw-navicon img{transform:scale(.94)}
.menu-shell-page .zw-navlabel{font-size:11px}
.menu-shell-page .zw-navsub{font-size:9px;color:var(--shell-muted)}
.menu-shell-page .zw-navitem.active{
  color:#edf3cf;
  border-color:rgba(183,198,106,.28);
  background:linear-gradient(180deg,rgba(58,73,16,.94),rgba(17,23,8,.98));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 0 22px rgba(168,220,34,.10),0 12px 24px rgba(0,0,0,.26);
}
.menu-shell-page .zw-battleBtn{
  min-height:92px;
  margin-top:-26px;
  border-color:rgba(183,198,106,.36);
  background:radial-gradient(circle at 50% 15%,rgba(198,255,76,.20),transparent 24%),linear-gradient(180deg,rgba(70,95,15,.98),rgba(18,26,8,.99))!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 30px rgba(168,220,34,.18),0 18px 34px rgba(0,0,0,.34)!important;
}
.menu-shell-page .zw-battleBtn .zw-navicon{width:42px;height:42px;color:#d9ff62}
.menu-shell-page .zw-battleBtn .zw-navlabel{font-size:12px;color:#d9ff62}
.menu-shell-page .zw-battleBtn .zw-navsub{color:#edf3cf}
.menu-shell-page .zw-modalTitle,
.menu-shell-page .zw-panelTitle,
.menu-shell-page .zw-chatNick,
.menu-shell-page .zw-offerNick,
.menu-shell-page .zw-newsNick,
.menu-shell-page .zw-onlineNick{color:#f4eedb}
.menu-shell-page .zw-chatTime,
.menu-shell-page .zw-offerSub,
.menu-shell-page .zw-newsSub,
.menu-shell-page .zw-onlineRank,
.menu-shell-page .zw-panelHint,
.menu-shell-page .zw-panelStatus,
.menu-shell-page .zw-offerHint,
.menu-shell-page .zw-chatHint{color:var(--shell-muted);opacity:1}
@media (max-width:760px){
  .menu-shell-page .zw-top{
    height:calc(var(--topH) + var(--safeT));
    min-height:0;
    padding-top:var(--safeT);
    padding-bottom:0;
    align-items:center;
    flex-direction:row;
  }
  .menu-shell-page .app-shell-screen{padding-top:calc(var(--topH) + var(--safeT))}
  .menu-shell-page .zw-top-left,
  .menu-shell-page .zw-top-right{width:auto}
  .menu-shell-page .zw-top-right{
    display:flex;
    flex:1;
    justify-content:flex-end;
    min-width:0;
    overflow-x:auto;
    padding-bottom:2px;
  }
  .menu-shell-page .zw-pill--scrap,
  .menu-shell-page .zw-pill--weapon-chip{display:none}
  .menu-shell-page .zw-pill,
  .menu-shell-page .zw-onlineBtn{flex:0 0 auto;min-width:0;width:auto}
  .menu-shell-page .zw-onlineBtn{justify-content:center}
}
@media (max-width:640px){
  .menu-shell-page .zw-top{padding-left:3px;padding-right:3px;gap:3px}
  .menu-shell-page .zw-top-left{gap:4px;min-width:0;flex:1}
  .menu-shell-page .zw-top-right{gap:3px;flex:0 0 auto}
  .menu-shell-page .zw-hamb{width:34px;height:34px;border-radius:7px}
  .menu-shell-page .zw-hambImg{width:17px;height:17px}
  .menu-shell-page .zw-topProfile{grid-template-columns:34px minmax(0,1fr);gap:5px;padding:2px 4px 2px 2px;border-radius:8px}
  .menu-shell-page .zw-avatar{width:34px;height:34px;font-size:18px;border-radius:7px}
  .menu-shell-page .zw-player-name{font-size:11px}
  .menu-shell-page .zw-player-sub{font-size:8px}
  .menu-shell-page .zw-playerProgressMeta{gap:3px;font-size:6px}
  .menu-shell-page .zw-playerProgressMeta span:last-child{max-width:46px}
  .menu-shell-page .zw-playerLevel{min-width:16px;min-height:16px;font-size:6px}
  .menu-shell-page .zw-playerProgress{margin-top:3px;height:5px}
  .menu-shell-page .zw-pill{min-height:32px;padding-left:4px;padding-right:3px;border-radius:7px;font-size:7px;gap:3px}
  .menu-shell-page .zw-pill .zw-v{min-width:25px}
  .menu-shell-page .zw-pill-icon{width:10px;height:10px}
  .menu-shell-page .zw-pillAdd{width:12px;height:12px;font-size:9px;border-radius:3px}
  .menu-shell-page .zw-onlineBtn{min-width:68px;height:32px;padding:0 5px;border-radius:7px;font-size:7px}
  .menu-shell-page .zw-onlineDot{width:6px;height:6px}
  .menu-shell-page .zw-zbtn{width:52px;height:52px;bottom:calc(var(--bottomH) + var(--safeB) + 6px);top:auto;border-radius:12px}
  .menu-shell-page .zw-zbtn .ico{width:20px;height:20px}
  .menu-shell-page .zw-zbtnText{font-size:7px;bottom:5px}
  .menu-shell-page .zw-bottom{gap:5px;padding:5px 4px calc(5px + var(--safeB))}
  .menu-shell-page .zw-navitem{min-height:52px;padding:4px 3px;border-radius:9px}
  .menu-shell-page .zw-navicon{width:22px;height:22px}
  .menu-shell-page .zw-navlabel{font-size:8px}
  .menu-shell-page .zw-navsub{font-size:6px}
  .menu-shell-page .zw-battleBtn{min-height:66px;margin-top:-12px}
  .menu-shell-page .zw-battleBtn .zw-navicon{width:30px;height:30px}
  .menu-shell-page .zw-battleBtn .zw-navlabel{font-size:9px}
  .menu-shell-page .zw-battleBtn .zw-navsub{font-size:7px}
  .menu-shell-page .zw-rdrawer{width:min(86vw,320px)}
  .menu-shell-page .zw-rtab{min-height:34px;padding:6px 4px;font-size:9px}
}
@media (max-width:480px){
  .menu-shell-page .zw-top{
    padding-left:2px;
    padding-right:2px;
    gap:2px;
    height:calc(44px + var(--safeT));
  }
  .menu-shell-page .zw-top-left{gap:2px;min-width:0;flex:1}
  .menu-shell-page .zw-top-right{
    gap:2px;
    flex:0 0 auto;
    overflow:visible;
  }
  .menu-shell-page .zw-hamb{
    width:30px;
    height:30px;
    border-radius:6px;
  }
  .menu-shell-page .zw-hambImg{width:15px;height:15px}
  .menu-shell-page .zw-topProfile{
    grid-template-columns:30px minmax(0,1fr);
    gap:4px;
    padding:2px 4px 2px 2px;
    border-radius:7px;
    max-width:min(53vw,210px);
  }
  .menu-shell-page .zw-avatar{
    width:30px;
    height:30px;
    border-radius:6px;
    font-size:16px;
  }
  .menu-shell-page .zw-player-name{font-size:10px}
  .menu-shell-page .zw-player-sub{font-size:7px}
  .menu-shell-page .zw-playerProgressMeta{gap:2px;font-size:5px}
  .menu-shell-page .zw-playerProgressMeta span:last-child{max-width:40px}
  .menu-shell-page .zw-playerLevel{min-width:14px;min-height:14px;font-size:5px}
  .menu-shell-page .zw-playerProgress{margin-top:2px;height:4px}
  .menu-shell-page .zw-pill{
    min-height:28px;
    padding:0 3px;
    border-radius:6px;
    font-size:6px;
    gap:2px;
  }
  .menu-shell-page .zw-pill .zw-v{min-width:20px}
  .menu-shell-page .zw-pill-icon{width:9px;height:9px}
  .menu-shell-page .zw-pillAdd{
    width:10px;
    height:10px;
    font-size:8px;
  }
  .menu-shell-page .zw-onlineBtn{
    min-width:56px;
    height:28px;
    padding:0 4px;
    border-radius:6px;
    font-size:6px;
  }
  .menu-shell-page .zw-onlineDot{width:5px;height:5px}
  .menu-shell-page .zw-zbtn{
    width:40px;
    height:40px;
    border-radius:10px;
    right:4px;
    bottom:calc(var(--bottomH) + var(--safeB) + 10px);
  }
  .menu-shell-page .zw-zbtn .ico{width:16px;height:16px}
  .menu-shell-page .zw-zbtnText{display:none}
  .menu-shell-page .zw-bottom{
    gap:4px;
    padding:4px 3px calc(4px + var(--safeB));
  }
  .menu-shell-page .zw-navitem{
    min-height:50px;
    padding:3px 2px;
    border-radius:8px;
  }
  .menu-shell-page .zw-navicon{width:24px;height:24px}
  .menu-shell-page .zw-navlabel{font-size:7px}
  .menu-shell-page .zw-navsub{font-size:5px}
  .menu-shell-page .zw-battleBtn{
    min-height:62px;
    margin-top:-12px;
  }
  .menu-shell-page .zw-battleBtn .zw-navicon{width:30px;height:30px}
  .menu-shell-page .zw-battleBtn .zw-navlabel{font-size:8px}
  .menu-shell-page .zw-battleBtn .zw-navsub{font-size:6px}
}

/* Reference-style survival lobby */
.menu-shell-page{
  --dbw-lime:#a8dc22;
  --dbw-lime-2:#6f9517;
  --dbw-amber:#d49b38;
  --dbw-blood:#b83a2e;
  --dbw-ink:#f0ead8;
  --dbw-muted:rgba(240,234,216,.68);
  --dbw-line:rgba(182,202,92,.18);
  --dbw-panel:linear-gradient(180deg,rgba(18,19,14,.95),rgba(7,8,5,.97));
}
.menu-shell-page .app-shell-bg{
  background-image:var(--shell-bg-image,none),radial-gradient(900px 480px at 50% 10%,rgba(168,220,34,.10),transparent 62%),linear-gradient(180deg,#090b08,#030403);
}
.menu-shell-page .app-shell-bg-blur{background:rgba(0,0,0,.50);backdrop-filter:blur(3px)}
.menu-shell-page .app-shell-content{max-width:1480px;padding:10px 12px 12px}
.dbw-lobby{max-width:1480px!important;color:var(--dbw-ink)}
.dbw-lobby-grid{display:grid;grid-template-columns:320px minmax(0,1fr) 320px;gap:12px;min-height:calc(100dvh - var(--topH) - var(--bottomH) - var(--safeT) - var(--safeB) - 32px)}
.dbw-lobby-left,.dbw-lobby-right{display:flex;flex-direction:column;gap:10px;min-width:0}
.dbw-panel{position:relative;overflow:hidden;border:1px solid var(--dbw-line);background:var(--dbw-panel);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 42px rgba(0,0,0,.42);padding:14px}
.dbw-panel::before,.dbw-hero-stage::before{content:"";position:absolute;inset:0;background:url("/assets/ui/noise.png") center/220px repeat;opacity:.12;pointer-events:none}
.dbw-panel-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.dbw-kicker{font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:var(--dbw-lime);text-shadow:0 0 14px rgba(168,220,34,.22)}
.dbw-panel-title,.dbw-news-title{margin-top:4px;font-size:20px;font-weight:950;line-height:1.02;text-transform:uppercase}
.dbw-panel p{position:relative;z-index:1;margin:8px 0 0;color:var(--dbw-muted);font-size:13px;line-height:1.42}
.dbw-clock{font-size:12px;font-weight:900;color:#d8d0b5;white-space:nowrap}
.dbw-reward-track{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}
.dbw-reward{min-width:0;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.22);padding:8px 5px;text-align:center}
.dbw-reward.is-done{border-color:rgba(168,220,34,.26);background:rgba(168,220,34,.08)}
.dbw-reward-icon{height:34px;display:grid;place-items:center}
.dbw-reward-icon img,.dbw-offer-loot img{max-width:30px;max-height:30px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(0,0,0,.35))}
.dbw-reward strong{display:block;margin-top:5px;font-size:12px;color:#e9e3c9}
.dbw-progress-row{position:relative;z-index:1;display:flex;justify-content:space-between;gap:8px;margin-top:11px;font-size:11px;font-weight:900;color:var(--dbw-muted)}
.dbw-progress{position:relative;z-index:1;height:8px;margin-top:6px;background:rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.07);overflow:hidden}
.dbw-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--dbw-lime-2),var(--dbw-lime));box-shadow:0 0 14px rgba(168,220,34,.32)}
.dbw-inline-actions,.dbw-road-form{position:relative;z-index:1;display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.dbw-small-btn,.dbw-small-link,.dbw-panel-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid rgba(182,202,92,.24);background:linear-gradient(180deg,rgba(42,51,15,.95),rgba(16,20,7,.98));color:#f1efd7;text-decoration:none;font-weight:950;text-transform:uppercase;font-size:11px;letter-spacing:.04em;cursor:pointer}
.dbw-small-btn.is-primary,.dbw-panel-link{background:linear-gradient(180deg,rgba(151,192,34,.96),rgba(94,127,18,.98));color:#121707;border-color:rgba(205,242,82,.38)}
.dbw-small-btn:disabled{opacity:.45;cursor:not-allowed}
.dbw-panel-link{position:relative;z-index:1;margin-top:12px}
.dbw-panel-link.as-button{font:inherit;font-size:11px}
.dbw-mission-list{position:relative;z-index:1;display:grid;gap:9px;margin-top:12px}
.dbw-mission-line{border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.18);padding:9px}
.dbw-mission-line>span{font-size:11px;text-transform:uppercase;color:var(--dbw-muted);font-weight:900}
.dbw-mission-line>strong{float:right;font-size:12px;color:#f2ecd0}
.dbw-mission-line.is-done{border-color:rgba(168,220,34,.25)}
.dbw-stage-rewards{position:relative;z-index:1;margin-top:12px;padding-top:10px;border-top:1px solid rgba(182,202,92,.14)}
.dbw-stage-rewards-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.dbw-stage-rewards-head span{font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:var(--dbw-lime)}
.dbw-stage-rewards-head strong{min-width:42px;text-align:right;font-size:12px;color:#f1efd7}
.dbw-stage-reward-list{display:grid;gap:6px;margin-top:8px}
.dbw-stage-reward-row{display:grid;grid-template-columns:42px minmax(0,1fr) 62px;gap:8px;align-items:center;min-height:46px;padding:7px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.18)}
.dbw-stage-reward-row.is-unlocked{border-color:rgba(168,220,34,.22);background:rgba(168,220,34,.06)}
.dbw-stage-reward-row.is-claimed{opacity:.68}
.dbw-stage-reward-pct{display:grid;place-items:center;min-height:32px;border:1px solid rgba(168,220,34,.20);background:rgba(168,220,34,.06);color:var(--dbw-lime);font-size:12px;font-weight:950}
.dbw-stage-reward-main{min-width:0}
.dbw-stage-reward-title{font-size:11px;font-weight:950;text-transform:uppercase;color:#f1efd7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dbw-stage-reward-loot{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}
.dbw-stage-reward-chip{display:inline-flex;align-items:center;gap:3px;min-height:18px;padding:0 5px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);font-size:10px;font-weight:900;color:rgba(240,234,216,.78)}
.dbw-stage-reward-chip img{width:12px;height:12px;object-fit:contain}
.dbw-stage-reward-btn{min-height:30px;padding:0 8px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);color:rgba(240,234,216,.58);font-size:10px;font-weight:950;text-transform:uppercase}
.dbw-stage-reward-btn.is-ready{border-color:rgba(205,242,82,.38);background:linear-gradient(180deg,rgba(151,192,34,.96),rgba(94,127,18,.98));color:#121707;cursor:pointer}
.dbw-stage-reward-btn.is-ready:disabled{filter:saturate(.55);opacity:.65;cursor:not-allowed}
.dbw-event{min-height:176px;padding-top:70px;background:linear-gradient(180deg,rgba(7,8,5,.22),rgba(7,8,5,.96) 68%),url("/assets/ui/event_toxic_storm.png") center/cover no-repeat}
.dbw-event-title{margin-top:6px;font-size:24px;font-weight:950;text-transform:uppercase;color:var(--dbw-lime)}
.dbw-hero-stage{position:relative;overflow:hidden;min-width:0;border:1px solid var(--dbw-line);background:#070805;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 22px 58px rgba(0,0,0,.48)}
.dbw-stage-art{position:relative;min-height:620px;background:linear-gradient(90deg,rgba(4,5,3,.86),rgba(4,5,3,.26) 42%,rgba(4,5,3,.78)),linear-gradient(180deg,rgba(4,5,3,.12),rgba(4,5,3,.90)),var(--lobby-stage-bg) center/cover no-repeat,var(--lobby-game-bg) center/cover no-repeat}
.dbw-stage-art::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 52% 46%,transparent 0 24%,rgba(0,0,0,.18) 45%,rgba(0,0,0,.68) 100%);pointer-events:none}
.dbw-stage-overlay{position:absolute;z-index:1;left:50%;top:46%;transform:translate(-50%,-50%);width:min(520px,88%);text-align:center}
.dbw-chapter{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;background:rgba(64,11,8,.82);border:1px solid rgba(184,58,46,.42);color:#ff7a45;text-transform:uppercase;font-weight:950;font-size:12px;letter-spacing:.08em}
.dbw-stage-overlay h1{margin:14px 0 0;font-size:56px;line-height:.94;text-transform:uppercase;letter-spacing:.02em;text-shadow:0 8px 28px rgba(0,0,0,.62)}
.dbw-stage-overlay p{margin:10px 0 0;color:#e1dcc9;text-transform:uppercase;font-weight:900;letter-spacing:.08em}
.dbw-play-form{margin:24px 0 0}
.dbw-play-btn{min-width:180px;min-height:58px;border:1px solid rgba(207,242,86,.45);background:linear-gradient(180deg,#b7dc35,#7aa51b);box-shadow:0 0 28px rgba(168,220,34,.28),inset 0 1px 0 rgba(255,255,255,.24);color:#111707;font-size:20px;font-weight:950;text-transform:uppercase;cursor:pointer}
.dbw-play-btn:disabled{filter:saturate(.55);opacity:.65;cursor:not-allowed}
.dbw-hero-card{position:absolute;z-index:1;left:18px;bottom:18px;display:flex;align-items:center;gap:12px;min-width:260px;padding:10px;border:1px solid rgba(182,202,92,.20);background:rgba(9,10,7,.76);box-shadow:0 14px 34px rgba(0,0,0,.42)}
.dbw-hero-portrait{width:76px;height:76px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(182,202,92,.18);background:rgba(255,255,255,.04)}
.dbw-hero-portrait img{width:100%;height:100%;object-fit:cover}
.dbw-hero-name{margin-top:4px;font-size:22px;font-weight:950;text-transform:uppercase}
.dbw-hero-meta{margin-top:3px;font-size:12px;color:var(--dbw-muted);font-weight:900}
.dbw-stage-bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(210px,.95fr);gap:1px;border-top:1px solid var(--dbw-line);background:rgba(182,202,92,.10)}
.dbw-stat,.dbw-stage-pager{min-height:78px;padding:13px 14px;background:rgba(8,9,6,.96)}
.dbw-stat span{display:block;font-size:11px;text-transform:uppercase;font-weight:900;color:var(--dbw-muted)}
.dbw-stat strong{display:flex;align-items:center;gap:6px;margin-top:7px;font-size:24px;line-height:1;font-weight:950}
.dbw-stat img{width:20px;height:20px}
.dbw-stage-pager{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.dbw-stage-pager a,.dbw-stage-pager span,.dbw-stage-pager b{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:var(--dbw-muted);text-decoration:none;font-size:11px;text-transform:uppercase;font-weight:950}
.dbw-stage-pager b{color:var(--dbw-lime);border-color:rgba(168,220,34,.24)}
.dbw-stat,.dbw-stage-pager{word-break:keep-all;overflow-wrap:normal}
.dbw-stat span,.dbw-stat strong,.dbw-stage-pager a,.dbw-stage-pager span,.dbw-stage-pager b{white-space:nowrap;word-break:keep-all;overflow-wrap:normal}
.dbw-offer{min-height:184px;display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:10px;align-items:center}
.dbw-offer-copy{position:relative;z-index:1;min-width:0}
.dbw-offer-art{position:relative;z-index:1;align-self:stretch;display:grid;place-items:center;margin:-8px -8px -8px 0}
.dbw-offer-art img{width:100%;height:100%;max-height:160px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.55))}
.dbw-offer-loot{position:relative;z-index:1;display:flex;gap:10px;margin-top:10px}
.dbw-loadout-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:12px}
.dbw-loadout-grid div{border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.18);padding:8px;text-align:center}
.dbw-loadout-grid span{display:block;font-size:10px;color:var(--dbw-muted);font-weight:900}
.dbw-loadout-grid strong{display:block;margin-top:4px;font-size:18px}
.dbw-icon-btn{width:34px;height:34px;border:1px solid rgba(182,202,92,.24);background:rgba(255,255,255,.04);color:var(--dbw-lime);font-size:22px;font-weight:950;cursor:pointer}
.dbw-road{background:linear-gradient(180deg,rgba(22,18,12,.92),rgba(7,8,5,.97)),var(--lobby-game-bg) center/cover no-repeat}
.dbw-road-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.dbw-road-cost{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 9px;border:1px solid rgba(182,202,92,.20);background:rgba(0,0,0,.22);font-size:12px;font-weight:950;color:#e7efaa}
.dbw-road-cost img{width:16px;height:16px}
.dbw-vehicle{position:relative;z-index:1;display:flex;align-items:center;gap:10px;margin-top:12px}
.dbw-vehicle img{width:96px;height:62px;object-fit:contain;background:rgba(0,0,0,.20);border:1px solid rgba(255,255,255,.08)}
.dbw-vehicle strong,.dbw-vehicle span{display:block}
.dbw-vehicle span{margin-top:4px;font-size:12px;color:var(--dbw-muted)}
.dbw-road-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}
.dbw-road-stats div{border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.18);padding:7px;text-align:center}
.dbw-road-stats span{display:block;font-size:9px;text-transform:uppercase;color:var(--dbw-muted);font-weight:900}
.dbw-road-stats strong{display:block;margin-top:3px;font-size:17px}
.menu-shell-page .zw-bottom{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0 0 var(--safeB);height:calc(70px + var(--safeB));border-top:1px solid rgba(182,202,92,.22);background:linear-gradient(180deg,rgba(10,11,8,.94),rgba(3,4,3,.99))}
.menu-shell-page .zw-navitem{min-height:70px;border-radius:0;border-width:0 1px 0 0;border-color:rgba(182,202,92,.12);background:linear-gradient(180deg,rgba(17,18,13,.94),rgba(5,6,4,.98));box-shadow:none;color:#aaa792}
.menu-shell-page .zw-navitem.active{background:linear-gradient(180deg,rgba(66,82,18,.92),rgba(11,15,6,.98));color:#eaff96;box-shadow:inset 0 3px 0 rgba(168,220,34,.70),0 0 26px rgba(168,220,34,.10)}
.menu-shell-page .zw-navicon{width:28px;height:28px;font-size:24px}
.menu-shell-page .zw-navlabel{font-size:12px;letter-spacing:.04em}
.menu-shell-page .zw-top{height:calc(60px + var(--safeT));padding:var(--safeT) 14px 0;background:linear-gradient(180deg,rgba(8,9,6,.96),rgba(5,6,4,.92));border-bottom:1px solid rgba(182,202,92,.18)}
.menu-shell-page .app-shell-screen{padding-top:calc(60px + var(--safeT));padding-bottom:calc(70px + var(--safeB))}
.menu-shell-page .zw-topProfile{border-radius:0;background:transparent;border:0;box-shadow:none;padding:0;grid-template-columns:42px minmax(0,1fr)}
.menu-shell-page .zw-avatar,.menu-shell-page .zw-hamb{border-radius:0}
.menu-shell-page .zw-player-name{font-size:14px;text-transform:none;color:#f0ead8}
.menu-shell-page .zw-player-sub{display:none}
.menu-shell-page .zw-playerProgressMeta{font-size:10px;color:#c9c49f}
.menu-shell-page .zw-playerProgress{height:6px;border-radius:0;background:rgba(0,0,0,.55)}
.menu-shell-page .zw-playerProgress i{border-radius:0;background:linear-gradient(90deg,#789817,#d5f064)}
.menu-shell-page .zw-pill{height:38px;min-height:38px;border-radius:0;background:rgba(8,9,6,.72);border-color:rgba(182,202,92,.15);font-size:12px}
.menu-shell-page .zw-pillAdd{border-radius:0;color:#f6d06b}
.menu-shell-page .zw-onlineBtn{height:38px;border-radius:0;background:rgba(8,9,6,.72);border-color:rgba(182,202,92,.15)}
@media (max-width:1120px){
  .dbw-lobby-grid{grid-template-columns:260px minmax(0,1fr);grid-template-areas:"hero hero" "left right";min-height:0}
  .dbw-lobby-left{grid-area:left}
  .dbw-hero-stage{grid-area:hero}
  .dbw-lobby-right{grid-area:right}
  .dbw-stage-art{min-height:500px}
}
@media (max-width:760px){
  .menu-shell-page .app-shell-content{padding:6px}
  .menu-shell-page .zw-top{height:calc(56px + var(--safeT));padding-left:6px;padding-right:6px}
  .menu-shell-page .app-shell-screen{padding-top:calc(56px + var(--safeT));padding-bottom:calc(62px + var(--safeB))}
  .menu-shell-page .zw-top-left{flex:1 1 auto;min-width:0}
  .menu-shell-page .zw-top-right{flex:0 0 auto;gap:4px;overflow:visible}
  .menu-shell-page .zw-hamb{width:34px;height:34px}
  .menu-shell-page .zw-topProfile{grid-template-columns:34px minmax(0,1fr);max-width:42vw}
  .menu-shell-page .zw-avatar{width:34px;height:34px}
  .menu-shell-page .zw-player-name{font-size:11px;max-width:100%}
  .menu-shell-page .zw-playerProgressMeta{font-size:7px}
  .menu-shell-page .zw-playerProgressMeta span:last-child{max-width:68px}
  .menu-shell-page .zw-pill{height:32px;min-height:32px;padding:0 5px;font-size:9px;gap:4px}
  .menu-shell-page .zw-pill-icon{width:13px;height:13px}
  .menu-shell-page .zw-pillAdd{display:none}
  .menu-shell-page .zw-onlineBtn{display:none}
  .menu-shell-page .zw-top-right .zw-pill:not(.zw-pill--energy){display:none}
  .dbw-lobby-grid{display:flex;flex-direction:column;gap:8px}
  .dbw-hero-stage{order:1}
  .dbw-lobby-left{order:2}
  .dbw-lobby-right{order:3}
  .dbw-stage-art{min-height:430px}
  .dbw-stage-overlay{top:44%}
  .dbw-stage-overlay h1{font-size:38px}
  .dbw-stage-overlay p{font-size:12px}
  .dbw-play-btn{min-width:156px;min-height:50px;font-size:17px}
  .dbw-hero-card{left:10px;right:10px;bottom:10px;min-width:0}
  .dbw-stage-bottom{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dbw-stage-pager{grid-column:1/-1;min-height:58px}
  .dbw-panel{padding:12px}
  .dbw-reward-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
  .menu-shell-page .zw-bottom{height:calc(62px + var(--safeB))}
  .menu-shell-page .zw-navitem{min-height:62px;padding:4px 2px}
  .menu-shell-page .zw-navicon{width:24px;height:24px;font-size:20px}
  .menu-shell-page .zw-navlabel{font-size:9px}
}
@media (max-width:420px){
  .menu-shell-page .zw-topProfile{max-width:48vw}
  .menu-shell-page .zw-pill{font-size:8px;padding:0 4px}
  .menu-shell-page .zw-pill .zw-v{min-width:auto}
  .dbw-offer{grid-template-columns:minmax(0,1fr) 92px}
  .dbw-offer-art img{max-height:118px}
  .dbw-road-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dbw-vehicle img{width:78px;height:52px}
  .dbw-stage-art{min-height:390px}
  .dbw-stage-overlay h1{font-size:31px}
  .dbw-chapter{font-size:10px;min-height:24px}
  .dbw-hero-portrait{width:58px;height:58px}
  .dbw-hero-name{font-size:18px}
  .dbw-stat{min-height:64px;padding:10px}
  .dbw-stat strong{font-size:20px}
  .dbw-panel-title,.dbw-news-title{font-size:18px}
}

/* Unified survival HUD theme across shell pages */
.app-shell-body{
  --hud-lime:#a8dc22;
  --hud-lime-soft:#d7ff62;
  --hud-amber:#d49b38;
  --hud-red:#b83a2e;
  --hud-ink:#f0ead8;
  --hud-muted:rgba(240,234,216,.66);
  --hud-line:rgba(182,202,92,.18);
  --hud-panel:linear-gradient(180deg,rgba(18,19,14,.95),rgba(7,8,5,.98));
  color:var(--hud-ink);
  background:#050603;
}
.app-shell-body .app-shell-bg{
  background-image:var(--shell-bg-image,none),radial-gradient(900px 500px at 50% 0%,rgba(168,220,34,.10),transparent 62%),radial-gradient(680px 420px at 88% 20%,rgba(184,58,46,.10),transparent 56%),linear-gradient(180deg,#090b08,#030403)!important;
}
.app-shell-body .app-shell-bg-blur{background:rgba(0,0,0,.52)!important;backdrop-filter:blur(3px)!important}
.app-shell-body .app-shell-scanlines{opacity:.10!important}
.app-shell-body .zw-top{
  height:calc(62px + var(--safeT))!important;
  padding:var(--safeT) 12px 0!important;
  background:linear-gradient(180deg,rgba(8,9,6,.97),rgba(5,6,4,.94))!important;
  border-bottom:1px solid var(--hud-line)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.42),inset 0 -1px 0 rgba(255,255,255,.03)!important;
  backdrop-filter:none!important;
}
.app-shell-body .app-shell-screen{padding-top:calc(62px + var(--safeT))!important}
.app-shell-body .zw-top-left{flex:1 1 auto;min-width:0;gap:8px!important}
.app-shell-body .zw-top-right{flex:0 1 auto;min-width:0;gap:8px!important;justify-content:flex-end}
.app-shell-body .zw-hamb,
.app-shell-body .zw-avatar,
.app-shell-body .zw-pill,
.app-shell-body .zw-onlineBtn,
.app-shell-body .zw-zbtn{
  border-radius:0!important;
  border-color:var(--hud-line)!important;
  background:linear-gradient(180deg,rgba(18,19,14,.92),rgba(7,8,5,.96))!important;
  color:var(--hud-ink)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 18px rgba(0,0,0,.24)!important;
}
.app-shell-body .zw-topProfile{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:8px;
  min-width:0;
  max-width:min(42vw,330px)!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.app-shell-body .zw-avatar{width:42px!important;height:42px!important;font-size:20px!important;overflow:hidden}
.app-shell-body .zw-hamb{width:42px!important;height:42px!important}
.app-shell-body .zw-player-name{max-width:100%!important;font-size:14px!important;line-height:1.05;color:var(--hud-ink)!important}
.app-shell-body .zw-player-sub{display:none!important}
.app-shell-body .zw-playerProgressMeta{gap:6px!important;font-size:10px!important;color:#c9c49f!important;line-height:1.1}
.app-shell-body .zw-playerLevel{
  min-width:auto!important;
  min-height:auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--hud-lime-soft)!important;
  font-size:10px!important;
  white-space:nowrap;
}
.app-shell-body .zw-playerProgressMeta span:last-child{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.app-shell-body .zw-playerProgress{height:6px!important;margin-top:4px!important;border-radius:0!important;background:rgba(0,0,0,.58)!important;border:1px solid rgba(255,255,255,.04)}
.app-shell-body .zw-playerProgress i{border-radius:0!important;background:linear-gradient(90deg,#789817,#d5f064)!important;box-shadow:0 0 12px rgba(168,220,34,.34)}
.app-shell-body .zw-pill{
  height:38px!important;
  min-height:38px!important;
  padding:0 9px!important;
  gap:6px!important;
  font-size:12px!important;
  white-space:nowrap;
}
.app-shell-body .zw-pill .zw-v{min-width:0!important;max-width:96px;overflow:hidden;text-overflow:ellipsis}
.app-shell-body .zw-pillAdd{width:18px!important;height:18px!important;border-radius:0!important;color:#f6d06b!important;background:rgba(0,0,0,.22)!important}
.app-shell-body .zw-onlineBtn{height:38px!important;padding:0 10px!important;font-size:12px!important}
.app-shell-body .zw-onlineText{color:var(--hud-ink)!important}
.app-shell-body .zw-onlineDot{background:#36d66d!important;box-shadow:0 0 0 3px rgba(54,214,109,.14)!important}
.app-shell-body .zw-bottom{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
  height:calc(70px + var(--safeB))!important;
  padding:0 0 var(--safeB)!important;
  border-top:1px solid rgba(182,202,92,.22)!important;
  background:linear-gradient(180deg,rgba(10,11,8,.95),rgba(3,4,3,.99))!important;
  box-shadow:0 -18px 40px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.03)!important;
  backdrop-filter:none!important;
}
.app-shell-body .zw-navitem{
  min-height:70px!important;
  border-radius:0!important;
  border-width:0 1px 0 0!important;
  border-color:rgba(182,202,92,.12)!important;
  background:linear-gradient(180deg,rgba(17,18,13,.94),rgba(5,6,4,.98))!important;
  color:#aaa792!important;
  box-shadow:none!important;
  text-transform:uppercase;
}
.app-shell-body .zw-navitem.active{
  background:linear-gradient(180deg,rgba(66,82,18,.92),rgba(11,15,6,.98))!important;
  color:#eaff96!important;
  box-shadow:inset 0 3px 0 rgba(168,220,34,.70),0 0 26px rgba(168,220,34,.10)!important;
}
.app-shell-body .zw-navlabel{font-size:12px!important;letter-spacing:.04em}
.app-shell-body .zw-navicon{width:28px!important;height:28px!important;color:var(--hud-lime-soft)!important}
.app-shell-body .zw-navicon img{filter:drop-shadow(0 0 10px rgba(168,220,34,.14))}
.app-shell-body .zw-drawer,
.app-shell-body .zw-rdrawer,
.app-shell-body .zw-modal,
.app-shell-body .zw-chatBox,
.app-shell-body .zw-chatRow,
.app-shell-body .zw-offerCard,
.app-shell-body .zw-newsCard,
.app-shell-body .zw-onlineRow,
.app-shell-body .zw-panelPlaceholder,
.app-shell-body .zw-chatInput,
.app-shell-body .zw-offerInput,
.app-shell-body .zw-statusSelect{
  border-color:var(--hud-line)!important;
  background:var(--hud-panel)!important;
  color:var(--hud-ink)!important;
}
.app-shell-body .zw-rtabs{background:linear-gradient(180deg,rgba(12,13,9,.96),rgba(5,6,4,.98))!important;border-color:var(--hud-line)!important}
.app-shell-body .zw-rtab{border-radius:0!important;border-color:rgba(182,202,92,.14)!important;background:rgba(0,0,0,.18)!important;color:var(--hud-muted)!important}
.app-shell-body .zw-rtab.is-active{color:#eaff96!important;background:linear-gradient(180deg,rgba(66,82,18,.92),rgba(11,15,6,.98))!important;box-shadow:inset 0 -2px 0 rgba(168,220,34,.70)!important}
.app-shell-body .zw-chatSend,
.app-shell-body .zw-offerSend,
.app-shell-body .zw-offerFilterBtn.is-active,
.app-shell-body .zw-voteBtn.is-on{
  border-color:rgba(182,202,92,.28)!important;
  background:linear-gradient(180deg,rgba(151,192,34,.96),rgba(94,127,18,.98))!important;
  color:#121707!important;
}
.app-shell-body .zw-zbtn{display:none!important}
.page-weapons .weapon-thumb--helper,
.page-weapons .weapon-modal-art--helper,
.page-shop .weapon-thumb--helper,
.page-shop .weapon-modal-art--helper,
.page-weapons .weapon-thumb--special,
.page-weapons .weapon-modal-art--special,
.page-shop .weapon-thumb--special,
.page-shop .weapon-modal-art--special{
  background:linear-gradient(180deg,rgba(45,52,18,.70),rgba(8,9,6,.80))!important;
}
.page-weapons .tag.eq,
.page-weapons .tag.utility,
.page-shop .tag.owned,
.page-shop .special-tag,
.zw-offerStatus.s-done,
.zw-drawerMissionCard.claimed{
  border-color:rgba(182,202,92,.22)!important;
  background:rgba(168,220,34,.08)!important;
  color:#eaff96!important;
}
.page-weapons .weapon-pill b,
.page-shop .weapon-pill b{color:var(--hud-lime-soft)!important}
.page-weapons .ability-note,
.page-shop .ability-note{border-radius:0!important;border-color:var(--hud-line)!important;background:var(--hud-panel)!important}
.page-weapons .ability-note-copy,
.page-shop .ability-note-copy,
.page-weapons .weapon-modal-descr,
.page-shop .weapon-modal-descr{color:var(--hud-muted)!important}
@media (max-width:760px){
  .app-shell-body{--topH:86px}
  .app-shell-body .zw-top{
    height:calc(86px + var(--safeT))!important;
    padding:calc(var(--safeT) + 5px) 6px 5px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:38px 34px!important;
    gap:4px!important;
    align-items:center!important;
  }
  .app-shell-body .app-shell-screen{padding-top:calc(86px + var(--safeT))!important}
  .app-shell-body .zw-top-left{grid-column:1/2;grid-row:1/2;min-width:0;gap:5px!important;width:100%!important}
  .app-shell-body .zw-top-right{
    grid-column:1/2;
    grid-row:2/3;
    display:grid!important;
    grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr) 48px!important;
    gap:5px!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .app-shell-body .zw-hamb{width:34px!important;height:34px!important}
  .app-shell-body .zw-hambImg{width:18px!important;height:18px!important}
  .app-shell-body .zw-topProfile{grid-template-columns:32px minmax(0,1fr);gap:5px;max-width:none!important}
  .app-shell-body .zw-avatar{width:32px!important;height:32px!important;font-size:16px!important}
  .app-shell-body .zw-player-name{font-size:11px!important}
  .app-shell-body .zw-playerProgressMeta{font-size:7px!important;gap:3px!important}
  .app-shell-body .zw-playerLevel{font-size:7px!important}
  .app-shell-body .zw-playerProgressMeta span:last-child{max-width:92px!important}
  .app-shell-body .zw-playerProgress{height:4px!important;margin-top:2px!important}
  .app-shell-body .zw-pill{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    min-width:0!important;
    height:30px!important;
    min-height:30px!important;
    padding:0 5px!important;
    gap:4px!important;
    font-size:9px!important;
    justify-content:center!important;
  }
  .app-shell-body .zw-pill-icon{width:13px!important;height:13px!important}
  .app-shell-body .zw-pill .zw-v{max-width:58px!important}
  .app-shell-body .zw-pillAdd{display:none!important}
  .app-shell-body .zw-onlineBtn{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
    height:30px!important;
    min-width:0!important;
    padding:0 5px!important;
    gap:4px!important;
    justify-content:center!important;
  }
  .app-shell-body .zw-onlineText{display:none!important}
  .app-shell-body .zw-onlineCount{font-size:10px!important}
  .app-shell-body .zw-bottom{height:calc(62px + var(--safeB))!important}
  .app-shell-body .zw-navitem{min-height:62px!important;padding:4px 2px!important}
  .app-shell-body .zw-navicon{width:23px!important;height:23px!important;font-size:20px!important}
  .app-shell-body .zw-navlabel{font-size:9px!important}
}
@media (max-width:380px){
  .app-shell-body .zw-playerProgressMeta span:last-child{max-width:72px!important}
  .app-shell-body .zw-pill{font-size:8px!important;padding:0 4px!important}
  .app-shell-body .zw-pill .zw-v{max-width:46px!important}
  .app-shell-body .zw-pill-icon{width:12px!important;height:12px!important}
  .app-shell-body .zw-top-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 42px!important;gap:4px!important}
  .app-shell-body .zw-onlineBtn{padding:0 4px!important}
}

/* Compact zombie HUD top bar pass */
.app-shell-body .zw-hamb{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(168,220,34,.26)!important;
  background:
    linear-gradient(135deg,rgba(168,220,34,.10),transparent 38%),
    linear-gradient(180deg,rgba(18,20,13,.98),rgba(4,6,3,.98))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -10px 18px rgba(0,0,0,.34),
    0 0 18px rgba(168,220,34,.08)!important;
}
.app-shell-body .zw-hamb::before{
  content:"";
  position:absolute;
  inset:5px;
  border:1px solid rgba(168,220,34,.16);
  background:radial-gradient(circle at 50% 18%,rgba(168,220,34,.12),transparent 46%);
  pointer-events:none;
}
.app-shell-body .zw-hamb::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  top:50%;
  height:2px;
  transform:translateY(-50%);
  background:#dfff6d;
  box-shadow:0 -7px 0 #dfff6d,0 7px 0 #dfff6d,0 0 10px rgba(168,220,34,.28);
  pointer-events:none;
}
.app-shell-body .zw-hambImg{display:none!important}
.app-shell-body .zw-pill{
  font-family:Arial,Helvetica,sans-serif!important;
  letter-spacing:0!important;
}
.app-shell-body .zw-pill .zw-v{
  font-variant-numeric:tabular-nums;
  text-align:center;
}

@media (max-width:760px){
  .app-shell-body .zw-top-right{
    grid-template-columns:minmax(0,1fr) minmax(0,.9fr) minmax(0,.9fr) 36px!important;
    gap:4px!important;
  }
  .app-shell-body .zw-pill{
    height:28px!important;
    min-height:28px!important;
    padding:0 4px!important;
    gap:3px!important;
    font-size:7.5px!important;
    line-height:1!important;
    border-color:rgba(168,220,34,.16)!important;
    background:linear-gradient(180deg,rgba(13,15,9,.94),rgba(4,6,3,.96))!important;
  }
  .app-shell-body .zw-pill-icon{width:11px!important;height:11px!important;flex:0 0 11px!important}
  .app-shell-body .zw-pill .zw-v{
    max-width:none!important;
    min-width:0!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .app-shell-body .zw-onlineBtn{
    height:28px!important;
    min-height:28px!important;
    padding:0 3px!important;
    border-color:rgba(168,220,34,.16)!important;
    background:linear-gradient(180deg,rgba(13,15,9,.94),rgba(4,6,3,.96))!important;
  }
  .app-shell-body .zw-onlineDot{width:7px!important;height:7px!important;box-shadow:0 0 0 2px rgba(54,214,109,.14)!important}
  .app-shell-body .zw-onlineCount{font-size:8px!important;line-height:1!important}
  .app-shell-body .zw-hamb{
    width:34px!important;
    height:34px!important;
  }
  .app-shell-body .zw-hamb::after{
    left:9px;
    right:9px;
    height:2px;
    box-shadow:0 -6px 0 #dfff6d,0 6px 0 #dfff6d,0 0 9px rgba(168,220,34,.28);
  }
}

@media (max-width:380px){
  .app-shell-body .zw-top-right{
    grid-template-columns:minmax(0,1fr) minmax(0,.82fr) minmax(0,.82fr) 32px!important;
    gap:3px!important;
  }
  .app-shell-body .zw-pill{
    font-size:7px!important;
    padding:0 3px!important;
  }
  .app-shell-body .zw-pill-icon{width:10px!important;height:10px!important;flex-basis:10px!important}
  .app-shell-body .zw-onlineCount{font-size:7px!important}
}

/* Shared secondary zombie screen polish */
.page-missions,
.page-world-boss,
.page-skills,
.page-perks,
.page-achievements,
.page-expeditions,
.page-helper-lab{
  --sec-lime:#a8dc22;
  --sec-lime-soft:#e4ff72;
  --sec-ink:#f2edd8;
  --sec-muted:rgba(242,237,216,.68);
  --sec-line:rgba(182,202,92,.18);
  --sec-panel:linear-gradient(180deg,rgba(18,19,14,.94),rgba(7,8,5,.98));
}
.page-missions .app-shell-content,
.page-world-boss .app-shell-content,
.page-skills .app-shell-content,
.page-perks .app-shell-content,
.page-achievements .app-shell-content,
.page-expeditions .app-shell-content,
.page-helper-lab .app-shell-content{
  max-width:1180px!important;
  padding-top:8px!important;
}
.page-missions :is(.ms-hero,.ms-live,.ms-summaryCard,.ms-featureCard,.ms-col,.ms-card,.ms-trackCard),
.page-world-boss :is(.wb-hero,.wb-card,.wb-stat,.wb-ladderRow,.wb-tag),
.page-skills :is(.card,.skill-card,.sk-card,.panel,.box,.zw-card),
.page-perks :is(.perks-page,.perks-panel,.perks-path,.perks-item,.perks-card,.panel,.card),
.page-achievements :is(.ach-card,.ach-panel,.achievement-card,.panel,.card),
.page-expeditions :is(.ex-card,.ex-panel,.panel,.card),
.page-helper-lab :is(.hl-hero,.hl-guideCard,.hl-card,.hl-node,.hl-coreBank,.hl-empty){
  border-radius:6px!important;
  border-color:var(--sec-line)!important;
  background:var(--sec-panel)!important;
  color:var(--sec-ink)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 42px rgba(0,0,0,.34)!important;
}
.page-missions :is(.ms-hero,.ms-featureCard,.ms-col),
.page-world-boss :is(.wb-hero,.wb-card),
.page-helper-lab :is(.hl-hero,.hl-card){
  position:relative;
  overflow:hidden;
}
.page-missions :is(.ms-hero,.ms-featureCard,.ms-col)::before,
.page-world-boss :is(.wb-hero,.wb-card)::before,
.page-helper-lab :is(.hl-hero,.hl-card)::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("/assets/ui/noise.png") center/220px repeat;
  opacity:.12;
  pointer-events:none;
}
.page-missions :is(.ms-title,.ms-colTitle,.ms-cardName,.ms-summaryValue,.ms-live-title),
.page-world-boss :is(.wb-hero h1,.wb-cardTitle,.wb-progressPct,.wb-stat b),
.page-skills :is(h1,h2,h3,.title,.skill-title),
.page-perks :is(h1,h2,h3,.perks-title,.perks-itemTitle),
.page-achievements :is(h1,h2,h3,.ach-title,.achievement-title),
.page-expeditions :is(h1,h2,h3,.ex-cardTitle,.ex-title),
.page-helper-lab :is(.hl-hero h1,.hl-title,.hl-nodeTop b){
  color:var(--sec-ink)!important;
  text-transform:uppercase;
  letter-spacing:0!important;
  text-shadow:0 2px 0 rgba(0,0,0,.42),0 0 18px rgba(168,220,34,.12)!important;
}
.page-missions :is(.ms-eyebrow,.ms-summaryLabel,.ms-live-tag,.ms-colMeta,.ms-status,.ms-reward,.ms-trackState),
.page-world-boss :is(.wb-eyebrow,.wb-tag,.wb-cardMeta,.wb-stat span,.wb-ladderRow span),
.page-skills :is(.eyebrow,.meta,.tag,.badge,small),
.page-perks :is(.eyebrow,.meta,.tag,.badge,small),
.page-achievements :is(.eyebrow,.meta,.tag,.badge,small),
.page-expeditions :is(.eyebrow,.meta,.tag,.badge,small),
.page-helper-lab :is(.hl-eyebrow,.hl-guideEyebrow,.hl-meta,.hl-state,.hl-coreBank small){
  color:var(--sec-lime)!important;
}
.page-missions :is(.ms-copy,.ms-live-copy,.ms-cardDescr,.ms-progressMeta,.ms-summaryMeta,.ms-summaryFoot),
.page-world-boss :is(.wb-hero p,.wb-note,.wb-ladderRow p),
.page-helper-lab :is(.hl-hero p,.hl-guideCard p,.hl-node p){
  color:var(--sec-muted)!important;
  line-height:1.4!important;
}
.page-missions .app-shell-content :is(.ms-btn,a.ms-btn),
.page-world-boss .app-shell-content :is(.wb-btn),
.page-skills .app-shell-content :is(.btn,a.btn),
.page-perks .app-shell-content :is(.btn,a.btn),
.page-achievements .app-shell-content :is(.btn,a.btn),
.page-expeditions .app-shell-content :is(.ex-btn,a.ex-btn),
.page-helper-lab .app-shell-content :is(.hl-btn,a.hl-btn){
  border-radius:3px!important;
  border-color:rgba(182,202,92,.32)!important;
  background:linear-gradient(180deg,rgba(174,210,48,.92),rgba(91,125,18,.98))!important;
  color:#111704!important;
  font-weight:950!important;
  text-transform:uppercase;
  letter-spacing:.04em!important;
}
.page-missions :is(.ms-bar,.ms-seasonBar),
.page-world-boss .wb-bar,
.page-helper-lab .hl-nodeWrap{
  border-radius:2px!important;
}
.page-missions :is(.ms-bar i,.ms-seasonBar i),
.page-world-boss .wb-bar i{
  background:linear-gradient(90deg,#789817,#dfff6b)!important;
}
.page-missions *,
.page-world-boss *,
.page-skills *,
.page-perks *,
.page-achievements *,
.page-expeditions *,
.page-helper-lab *,
.page-weapons .tabbtn,
.page-weapons .tabbtn *{
  min-width:0;
  overflow-wrap:anywhere;
}
.page-weapons .tabbtn{
  overflow:hidden!important;
}
.page-weapons .tabbtn span,
.page-weapons .tabbtn{
  white-space:normal!important;
  line-height:1.05!important;
  text-align:center;
}
.page-weapons .tabbtn{
  font-size:clamp(8px,1.8vw,13px)!important;
}
@media (max-width:640px){
  .page-missions :is(.ms-copy,.ms-live-copy,.ms-cardDescr),
  .page-world-boss :is(.wb-hero p,.wb-note,.wb-ladderRow p),
  .page-helper-lab :is(.hl-hero p,.hl-guideCard p,.hl-node p){
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
}

.app-shell-body .zw-bottom .zw-navitem{
  min-height:70px!important;
  border-radius:0!important;
  border-width:0 1px 0 0!important;
  border-color:rgba(182,202,92,.12)!important;
  background:linear-gradient(180deg,rgba(17,18,13,.94),rgba(5,6,4,.98))!important;
  color:#aaa792!important;
  box-shadow:none!important;
  text-transform:uppercase;
}
.app-shell-body .zw-bottom .zw-navitem.active{
  background:linear-gradient(180deg,rgba(28,38,9,.94),rgba(6,8,4,.98))!important;
  color:#eaff96!important;
  box-shadow:inset 0 3px 0 rgba(168,220,34,.70),0 0 24px rgba(168,220,34,.08)!important;
}
.app-shell-body .zw-navAlert{
  position:absolute;
  top:8px;
  right:18%;
  min-width:17px;
  height:17px;
  padding:0 4px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,80,80,.48);
  background:linear-gradient(180deg,#e3382e,#8e0f0f);
  color:#fff;
  font-size:10px;
  font-weight:950;
  line-height:1;
  box-shadow:0 0 14px rgba(255,35,35,.32),0 5px 12px rgba(0,0,0,.35);
}
.app-shell-body .zw-navAlert[hidden]{display:none!important}
.app-shell-body .zw-drawerBadge{
  margin-left:auto;
  min-width:20px;
  height:20px;
  padding:0 5px;
  display:inline-grid;
  place-items:center;
  border:1px solid rgba(255,80,80,.48);
  background:linear-gradient(180deg,#e3382e,#8e0f0f);
  color:#fff;
  font-size:10px;
  font-weight:950;
  line-height:1;
  box-shadow:0 0 14px rgba(255,35,35,.24);
}

/* Final dark metal drawer pass, so the hamburger menu matches the zombie HUD. */
.app-shell-body .zw-drawer{
  background:linear-gradient(180deg,rgba(12,13,9,.98),rgba(4,5,3,.99))!important;
  border-right:1px solid rgba(182,202,92,.20)!important;
  box-shadow:22px 0 62px rgba(0,0,0,.64),inset -1px 0 0 rgba(255,255,255,.03)!important;
}
.app-shell-body .zw-drawerHeader{
  border-bottom:1px solid rgba(182,202,92,.16)!important;
  background:linear-gradient(180deg,rgba(18,19,14,.88),rgba(7,8,5,.92))!important;
}
.app-shell-body .zw-drawerTitle{color:#f2edd8!important;text-transform:uppercase}
.app-shell-body .zw-drawerSubtitle{color:rgba(242,237,216,.58)!important}
.app-shell-body .zw-drawerSection{
  border-radius:4px!important;
  border-color:rgba(182,202,92,.16)!important;
  background:linear-gradient(180deg,rgba(18,19,14,.92),rgba(7,8,5,.96))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 16px 32px rgba(0,0,0,.34)!important;
}
.app-shell-body .zw-drawerSection .h{
  color:#a8dc22!important;
  text-shadow:none!important;
}
.app-shell-body .zw-drawerLink{
  border-radius:3px!important;
  border-color:rgba(182,202,92,.13)!important;
  background:linear-gradient(180deg,rgba(13,15,9,.96),rgba(4,6,3,.98))!important;
  color:#d8d2bd!important;
  box-shadow:none!important;
}
.app-shell-body .zw-drawerLink:hover,
.app-shell-body .zw-drawerLink:focus-visible,
.app-shell-body .zw-drawerLink.is-active{
  border-color:rgba(168,220,34,.34)!important;
  background:linear-gradient(180deg,rgba(38,50,11,.92),rgba(8,10,4,.98))!important;
  color:#eaff96!important;
  box-shadow:inset 3px 0 0 rgba(168,220,34,.72),0 0 20px rgba(168,220,34,.08)!important;
}
.app-shell-body .zw-drawerLink::after{display:none!important}
.app-shell-body .zw-drawerLinkIcon{
  border-radius:2px!important;
  border-color:rgba(182,202,92,.14)!important;
  background:rgba(0,0,0,.28)!important;
  box-shadow:none!important;
  color:#a8dc22!important;
}
.app-shell-body .zw-drawerClose{
  border-radius:2px!important;
  border-color:rgba(182,202,92,.18)!important;
  background:rgba(0,0,0,.32)!important;
  color:#f2edd8!important;
}
.app-shell-body .zw-drawerBody{
  padding:10px 10px calc(14px + var(--safeB))!important;
}
.app-shell-body .zw-drawerCommander{
  position:relative;
  overflow:hidden;
  margin:0 0 10px;
  padding:12px;
  border:1px solid rgba(182,202,92,.18);
  border-radius:4px;
  background:linear-gradient(180deg,rgba(28,31,15,.92),rgba(7,8,5,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 16px 34px rgba(0,0,0,.38);
}
.app-shell-body .zw-drawerCommander::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,rgba(168,220,34,.10),transparent 36%,rgba(255,255,255,.035));
  pointer-events:none;
}
.app-shell-body .zw-drawerCommanderTop{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.app-shell-body .zw-drawerCommanderKicker{
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#a8dc22;
}
.app-shell-body .zw-drawerCommanderName{
  margin-top:3px;
  max-width:210px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#f2edd8;
  font-size:18px;
  font-weight:950;
}
.app-shell-body .zw-drawerCommanderLevel{
  flex:0 0 auto;
  min-width:54px;
  min-height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(206,175,94,.28);
  background:rgba(0,0,0,.34);
  color:#e5d085;
  font-weight:950;
}
.app-shell-body .zw-drawerPills--compact{
  position:relative;
  margin-top:10px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px!important;
}
.app-shell-body .zw-drawerPills--compact .zw-pill{
  min-width:0;
  min-height:30px!important;
  height:30px!important;
  justify-content:center;
  padding:0 6px!important;
  border-radius:3px!important;
  font-size:11px!important;
}
.app-shell-body .zw-drawerGroup{
  margin-top:8px;
  border:1px solid rgba(182,202,92,.14);
  border-radius:4px;
  background:linear-gradient(180deg,rgba(14,16,9,.94),rgba(5,6,3,.98));
  overflow:hidden;
}
.app-shell-body .zw-drawerGroup summary{
  min-height:42px;
  padding:0 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  cursor:pointer;
  list-style:none;
  color:#d8d2bd;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.app-shell-body .zw-drawerGroup summary::-webkit-details-marker{display:none}
.app-shell-body .zw-drawerGroup summary::after{
  content:"+";
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border:1px solid rgba(182,202,92,.16);
  background:rgba(0,0,0,.24);
  color:#a8dc22;
}
.app-shell-body .zw-drawerGroup[open] summary{
  color:#eaff96;
  border-bottom:1px solid rgba(182,202,92,.12);
}
.app-shell-body .zw-drawerGroup[open] summary::after{content:"-"}
.app-shell-body .zw-drawerGroup summary b{
  min-width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
  margin-left:auto;
  border:1px solid rgba(182,202,92,.14);
  background:rgba(0,0,0,.22);
  color:#9f9a82;
  font-size:10px;
}
.app-shell-body .zw-drawerLinks--compact{
  margin:0!important;
  padding:8px;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px!important;
}
.app-shell-body .zw-drawerLinks--compact .zw-drawerLink{
  min-height:58px;
  gap:7px;
  padding:8px!important;
  align-items:center;
}
.app-shell-body .zw-drawerLinks--compact .zw-drawerLinkIcon{
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  font-size:10px!important;
  font-weight:950;
}
.app-shell-body .zw-drawerLinks--compact .zw-drawerLinkText{
  font-size:11px;
  line-height:1.14;
}
@media (max-width:380px){
  .app-shell-body .zw-drawerPills--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .app-shell-body .zw-drawerLinks--compact{grid-template-columns:minmax(0,1fr)}
}
.app-shell-body button.zw-onlineRow{
  width:100%;
  cursor:pointer;
  font:inherit;
  text-align:left;
}

/* Rookie command helper */
.app-shell-body .ob-helpBtn{
  position:fixed;
  right:14px;
  bottom:calc(var(--bottomH, 76px) + 14px + env(safe-area-inset-bottom,0px));
  z-index:82;
  display:flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:0 12px 0 8px;
  border:1px solid rgba(168,220,34,.36);
  border-radius:4px;
  background:linear-gradient(180deg,rgba(23,32,9,.96),rgba(5,7,4,.98));
  color:#f2edd8;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
  box-shadow:0 18px 42px rgba(0,0,0,.48),0 0 24px rgba(168,220,34,.12);
  cursor:pointer;
}
.app-shell-body .ob-helpBtnIcon{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border:1px solid rgba(168,220,34,.55);
  background:radial-gradient(circle,rgba(168,220,34,.35),rgba(0,0,0,.72));
  color:#eaff96;
  font-size:15px;
  line-height:1;
}
.app-shell-body .ob-helpBtnText{font-size:11px}
.app-shell-body .ob-helpBtnBadge{
  position:absolute;
  top:-8px;
  right:-8px;
  min-width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:linear-gradient(180deg,#e6ff58,#82af10);
  color:#091004;
  font-size:11px;
  font-weight:950;
}
.app-shell-body .ob-panel{
  position:fixed;
  right:14px;
  bottom:calc(var(--bottomH, 76px) + 64px + env(safe-area-inset-bottom,0px));
  z-index:83;
  width:min(760px,calc(100vw - 24px));
  max-height:min(780px,calc(100dvh - var(--topH,68px) - var(--bottomH,76px) - 28px));
  display:grid;
  gap:12px;
  padding:14px;
  overflow:auto;
  border:1px solid rgba(168,220,34,.26);
  border-radius:4px;
  background:
    linear-gradient(180deg,rgba(10,13,7,.96),rgba(3,4,3,.99)),
    url("/assets/ui/noise.png") center/220px repeat;
  color:#f2edd8;
  box-shadow:0 26px 84px rgba(0,0,0,.72),inset 0 0 0 1px rgba(255,255,255,.035);
}
.app-shell-body .ob-panel[hidden]{display:none!important}
.app-shell-body .ob-panelHead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(168,220,34,.16);
}
.app-shell-body .ob-eyebrow{
  color:#a8dc22;
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.app-shell-body .ob-title{
  margin-top:4px;
  color:#fff8df;
  font-size:25px;
  font-weight:950;
  line-height:.95;
  text-transform:uppercase;
  text-shadow:0 2px 0 rgba(0,0,0,.65);
}
.app-shell-body .ob-close{
  width:34px;
  height:34px;
  border:1px solid rgba(168,220,34,.18);
  border-radius:2px;
  background:rgba(0,0,0,.34);
  color:#f2edd8;
  font-size:22px;
  font-weight:900;
  cursor:pointer;
}
.app-shell-body .ob-transmission{
  padding:10px;
  border:1px solid rgba(168,220,34,.14);
  background:rgba(0,0,0,.26);
  color:rgba(242,237,216,.68);
  font-size:12px;
  line-height:1.42;
}
.app-shell-body .ob-transmission b{color:#eaff96}
.app-shell-body .ob-guideGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.app-shell-body .ob-guideCard{
  min-width:0;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:10px;
  padding:11px;
  border:1px solid rgba(168,220,34,.15);
  background:linear-gradient(180deg,rgba(15,18,9,.94),rgba(4,6,3,.98));
}
.app-shell-body .ob-guideCard img{
  width:48px;
  height:48px;
  object-fit:contain;
  padding:6px;
  border:1px solid rgba(168,220,34,.16);
  background:rgba(0,0,0,.28);
}
.app-shell-body .ob-guideTitle{
  color:#fff8df;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  line-height:1.15;
}
.app-shell-body .ob-guideCard p{
  margin:6px 0 9px;
  color:rgba(242,237,216,.68);
  font-size:12px;
  line-height:1.4;
}
.app-shell-body .ob-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  border:1px solid rgba(168,220,34,.14);
  background:rgba(168,220,34,.12);
}
.app-shell-body .ob-flow div{
  min-width:0;
  padding:10px;
  background:linear-gradient(180deg,rgba(11,14,7,.96),rgba(4,5,3,.98));
}
.app-shell-body .ob-flow b{
  display:block;
  color:#eaff96;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.app-shell-body .ob-flow span{
  display:block;
  margin-top:5px;
  color:rgba(242,237,216,.62);
  font-size:11px;
  line-height:1.32;
}
.app-shell-body .ob-map{
  padding:10px;
  border:1px solid rgba(168,220,34,.14);
  background:rgba(0,0,0,.22);
}
.app-shell-body .ob-mapHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}
.app-shell-body .ob-mapTitle{
  margin-top:3px;
  color:#fff8df;
  font-size:16px;
  font-weight:950;
  text-transform:uppercase;
}
.app-shell-body .ob-placeGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
}
.app-shell-body .ob-place{
  min-width:0;
  min-height:72px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px;
  border:1px solid rgba(168,220,34,.13);
  background:linear-gradient(180deg,rgba(13,15,9,.96),rgba(4,6,3,.98));
  color:#f2edd8;
  cursor:pointer;
  text-align:left;
}
.app-shell-body .ob-place img{
  flex:0 0 auto;
  width:30px;
  height:30px;
  object-fit:contain;
}
.app-shell-body .ob-place span{min-width:0}
.app-shell-body .ob-place b{
  display:block;
  font-size:11px;
  font-weight:950;
  line-height:1.1;
}
.app-shell-body .ob-place small{
  display:block;
  margin-top:4px;
  color:rgba(242,237,216,.58);
  font-size:10px;
  line-height:1.24;
}
.app-shell-body .ob-place:hover,
.app-shell-body .ob-place:focus-visible{
  border-color:rgba(168,220,34,.34);
  background:linear-gradient(180deg,rgba(38,50,11,.92),rgba(8,10,4,.98));
}
.app-shell-body .ob-progress{
  display:grid;
  gap:6px;
  font-size:10px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(242,237,216,.62);
}
.app-shell-body .ob-progress i{
  display:block;
  height:7px;
  border:1px solid rgba(168,220,34,.16);
  background:rgba(255,255,255,.05);
  box-shadow:inset 0 0 10px rgba(0,0,0,.7);
  overflow:hidden;
}
.app-shell-body .ob-progress i:before{
  content:"";
  display:block;
  width:var(--ob-progress,0%);
  height:100%;
  background:linear-gradient(90deg,#638b0e,#a8dc22,#eaff96);
  box-shadow:0 0 18px rgba(168,220,34,.32);
}
.app-shell-body .ob-steps{display:grid;gap:8px}
.app-shell-body .ob-step{
  position:relative;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:10px;
  padding:10px;
  border:1px solid rgba(168,220,34,.14);
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.24));
}
.app-shell-body .ob-step.is-ready{
  border-color:rgba(168,220,34,.48);
  background:linear-gradient(90deg,rgba(76,112,13,.22),rgba(0,0,0,.28));
}
.app-shell-body .ob-step.is-claimed{opacity:.72}
.app-shell-body .ob-node{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  margin-top:2px;
  border:1px solid rgba(168,220,34,.42);
  background:radial-gradient(circle,rgba(168,220,34,.24),rgba(0,0,0,.74));
  color:#eaff96;
  font-size:13px;
  font-weight:950;
}
.app-shell-body .ob-stepBody{min-width:0}
.app-shell-body .ob-stepTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
}
.app-shell-body .ob-stepTitle{
  color:#fff8df;
  font-size:13px;
  font-weight:950;
  line-height:1.1;
  text-transform:uppercase;
}
.app-shell-body .ob-stepState{
  flex:0 0 auto;
  padding:4px 6px;
  border:1px solid rgba(168,220,34,.16);
  background:rgba(0,0,0,.28);
  color:#a8dc22;
  font-size:8px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.app-shell-body .ob-stepText{
  margin-top:5px;
  color:rgba(242,237,216,.62);
  font-size:11px;
  line-height:1.35;
}
.app-shell-body .ob-reward{
  margin-top:7px;
  color:#ffcf66;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}
.app-shell-body .ob-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin-top:8px;
}
.app-shell-body .ob-action{
  min-height:34px;
  border:1px solid rgba(168,220,34,.20);
  border-radius:2px;
  background:rgba(0,0,0,.34);
  color:#f2edd8;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  cursor:pointer;
}
.app-shell-body .ob-action--main,
.app-shell-body .ob-action--claim:not(:disabled){
  border-color:rgba(168,220,34,.55);
  background:linear-gradient(180deg,#b8e43a,#6f9b11);
  color:#101504;
}
.app-shell-body .ob-action:disabled{
  cursor:not-allowed;
  opacity:.5;
  filter:grayscale(.7);
}
@media (max-width:560px){
  .app-shell-body .ob-helpBtn{
    right:10px;
    bottom:calc(var(--bottomH,76px) + 10px + env(safe-area-inset-bottom,0px));
  }
  .app-shell-body .ob-panel{
    left:10px;
    right:10px;
    bottom:calc(var(--bottomH,76px) + 58px + env(safe-area-inset-bottom,0px));
    width:auto;
    max-height:calc(100dvh - var(--topH,68px) - var(--bottomH,76px) - 32px);
  }
  .app-shell-body .ob-guideGrid{grid-template-columns:minmax(0,1fr)}
  .app-shell-body .ob-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .app-shell-body .ob-placeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .app-shell-body .ob-title{font-size:21px}
  .app-shell-body .ob-actions{grid-template-columns:1fr}
}
@media (max-width:390px){
  .app-shell-body .ob-flow{grid-template-columns:minmax(0,1fr)}
  .app-shell-body .ob-placeGrid{grid-template-columns:minmax(0,1fr)}
}

/* Keep the bottom navigation icons identical across pages, even when page CSS adjusts HUD scale. */
.app-shell-body .zw-bottom .zw-navicon{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  max-width:28px!important;
  max-height:28px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  font-size:22px!important;
  line-height:1!important;
}
.app-shell-body .zw-bottom .zw-navicon img,
.app-shell-body .zw-bottom .zw-navicon svg{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  max-width:28px!important;
  max-height:28px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0!important;
  transform:none!important;
}
@media (max-width:560px){
  .app-shell-body .zw-bottom .zw-navicon{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    min-height:24px!important;
    max-width:24px!important;
    max-height:24px!important;
    font-size:20px!important;
  }
  .app-shell-body .zw-bottom .zw-navicon img,
  .app-shell-body .zw-bottom .zw-navicon svg{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    min-height:24px!important;
    max-width:24px!important;
    max-height:24px!important;
  }
}
