@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Noto+Sans+SC:wght@400;500;700&display=swap";:root{color:#c4c9c2;font-synthesis:none;--line:#343936;--cell:#121513;--green:#a7b49a;--red:#ff575d;background:#090b0a;font-family:Noto Sans SC,sans-serif}*{box-sizing:border-box}html,body,#root,.game-shell,.game-shell *{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}body{background:#090b0a;min-width:1080px;min-height:100vh;margin:0;overflow:hidden}button{font:inherit;color:inherit}button:focus-visible{outline-offset:2px;outline:1px solid #c3cfb8}.loading-screen{color:#8e968e;letter-spacing:.1em;place-content:center;gap:16px;min-height:100vh;display:grid}.loader{border:2px solid #333;border-top-color:#b9c7ac;border-radius:50%;width:36px;height:36px;margin:auto;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.game-shell{background:radial-gradient(circle at 46% 35%,#373e3824,#0000 26%),linear-gradient(135deg,#0b0d0c,#111311 55%,#090b0a);min-height:100vh}.game-header{background:linear-gradient(#181a19,#111311);border-bottom:2px solid #464c47;justify-content:space-between;align-items:stretch;height:76px;display:flex;box-shadow:0 5px 20px #0008}.game-header nav{align-items:stretch;padding-left:18px;display:flex}.game-header nav button{color:#8e958e;cursor:pointer;background:0 0;border:0;border-right:1px solid #303430;min-width:136px;font-weight:600}.game-header nav button img{object-fit:contain;vertical-align:middle;filter:grayscale();opacity:.65;width:18px;height:18px;margin-right:7px}.game-header nav button:hover{color:#e0e4de;background:#ffffff05}.game-header nav .nav-active{color:#d7ddd5;background:#202321;box-shadow:inset 0 -3px #a9b5a1}.run-stats{letter-spacing:.05em;align-items:center;gap:24px;padding-right:28px;font:500 17px Barlow Condensed,Noto Sans SC;display:flex}.run-stats i{background:#4c514d;width:1px;height:25px}.run-stats strong{color:var(--red);letter-spacing:.08em;margin-left:8px;font-size:34px}.run-stats b{color:#e6e9e3;font-size:26px}.run-stats time{color:#b7c0b3;font-variant-numeric:tabular-nums;font-size:28px}.game-layout{grid-template-columns:minmax(650px,1.05fr) minmax(560px,.95fr);height:calc(100vh - 76px);display:grid}.player-side{border-right:1px solid #2c302d;grid-template-columns:140px 270px minmax(320px,1fr);gap:14px;min-width:0;padding:20px 18px 74px;display:grid;position:relative;overflow:auto}.equipment-column{flex-direction:column;gap:8px;display:flex}.equipment-slot{background:repeating-linear-gradient(135deg,#111412,#111412 8px,#131614 8px 16px);border:1px solid #333834;height:128px}.equipment-slot.has-item{background:#0a0d0b8a}.equipment-slot span{color:#919891;border-bottom:1px solid #333834;padding:6px 9px;font-size:12px;display:block}.equipment-slot>img{object-fit:contain;opacity:.27;filter:grayscale()brightness(.55)drop-shadow(0 5px 8px #000);width:100%;height:calc(100% - 31px);padding:12px;display:block}.equipment-slot.has-item>img{opacity:1;filter:drop-shadow(0 6px 7px #000c)}.equipment-slot{position:relative}.equipment-slot>small{color:#9fa69e;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:7px;position:absolute;bottom:3px;left:5px;right:5px;overflow:hidden}.operator{filter:drop-shadow(0 25px 22px #000a);flex-direction:column;justify-content:center;align-items:center;min-height:580px;display:flex;position:relative}.operator-head{z-index:2;background:radial-gradient(at 50% 60%,#5e747b 0 25%,#263238 27% 40%,#89938b 42% 48%,#2a302d 50%);border:3px solid #66746e;border-radius:45% 45% 38% 38%;width:78px;height:82px}.operator-body{clip-path:polygon(22% 0,78% 0,100% 20%,84% 100%,16% 100%,0 20%);background:linear-gradient(90deg,#28302f,#768787 30%,#8fa0a0 52%,#536160 75%,#222a29);border:2px solid #63716e;width:190px;height:260px;margin-top:-8px;position:relative}.operator-body:after{content:"";background:repeating-linear-gradient(0deg,#3e4b48 0 12px,#313a38 13px 17px);border:2px solid #3f4b48;position:absolute;inset:35px 38px 65px}.operator-body span{z-index:2;color:#a7c348;font:700 18px Barlow Condensed;position:absolute;bottom:18px;left:82px}.operator-legs{background:linear-gradient(80deg,#0000 0 12%,#313b3b 13% 41%,#0000 42% 57%,#273230 58% 86%,#0000 87%);width:145px;height:230px;margin-top:-16px}.operator p{color:#59635e;letter-spacing:.24em;font:600 11px Barlow Condensed;position:absolute;bottom:30px}.player-inventory{min-width:0}.section-label{background:#151816;border:1px solid #3b413c;border-bottom-color:#555b56;justify-content:space-between;align-items:center;height:34px;padding:0 10px;display:flex}.section-label span{color:#c4cac3;font-size:13px}.section-label b{color:#788078;font-size:10px;font-weight:500}.grid-board{grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:repeat(var(--rows),1fr);width:var(--board-width);min-width:var(--board-width);max-width:var(--board-width);height:var(--board-height);min-height:var(--board-height);max-height:var(--board-height);aspect-ratio:auto;background:#0f1210;border:1px solid #363b37;flex:none;gap:0;padding:0;display:grid;position:relative;overflow:hidden}.grid-cell{background:#111412;border:0;min-width:0;min-height:0;margin:0;box-shadow:inset -1px -1px #343a35}.grid-board .grid-cell.blocked{background:repeating-linear-gradient(135deg,#090a09,#090a09 5px,#211714 5px 7px);border-color:#352b28;box-shadow:inset -1px -1px #241d1b}.grid-cell.region-gap-left{border-left:1px solid #090b0a}.grid-cell.region-gap-right{border-right:1px solid #090b0a}.grid-cell.region-gap-top{border-top:1px solid #090b0a}.grid-cell.region-gap-bottom{border-bottom:1px solid #090b0a}.grid-board.positioned-grid{background:0 0;border:0;display:block;overflow:visible}.positioned-grid .grid-cell{background:#111412;position:absolute;box-shadow:inset 0 0 0 1px #3c423d}.exact-grid .grid-cell.region-gap-left,.exact-grid .grid-cell.region-gap-right,.exact-grid .grid-cell.region-gap-top,.exact-grid .grid-cell.region-gap-bottom{border:0}.item-tile{z-index:2;left:calc(var(--x) * 100% / var(--columns));top:calc(var(--y) * 100% / var(--rows));width:calc(var(--w) * 100% / var(--columns));height:calc(var(--h) * 100% / var(--rows));cursor:grab;text-align:left;touch-action:none;background:#121513b3;border:1px solid #4a504b;border-radius:0;margin:0;padding:3px;transition:filter .12s,border-color .12s;position:absolute;overflow:hidden}.item-tile.drag-source{opacity:.24;filter:brightness(.72)}.placement-preview{z-index:1;left:calc(var(--x) * 100% / var(--columns));top:calc(var(--y) * 100% / var(--rows));width:calc(var(--w) * 100% / var(--columns));height:calc(var(--h) * 100% / var(--rows));pointer-events:none;border:1px solid #0000;transition:background-color 50ms,border-color 50ms;position:absolute}.placement-preview.valid{background:#48974d4d;border-color:#81d77dc2;box-shadow:inset 0 0 18px #48974d2e}.placement-preview.replace{background:#b989315c;border-color:#f4c769e6;box-shadow:inset 0 0 18px #b989313d}.placement-preview.invalid{background:#b5363254;border-color:#f16660d1;box-shadow:inset 0 0 18px #b536322e}.item-tile:active{cursor:grabbing}.item-tile:hover{z-index:4;filter:brightness(1.14);border-color:#c3ccbb}.item-tile img{object-fit:contain;filter:drop-shadow(0 4px 4px #000b);width:94%;height:81%;position:absolute;inset:15% 3% 4%}.item-tile img.rotate-to-fit{inset:50% auto auto 50%;transform:translate(-50%,-50%)rotate(90deg)}.item-tile span{z-index:3;color:#d4d8d1;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #000;max-width:calc(100% - 6px);font-size:clamp(8px,.75vw,11px);line-height:1.1;display:block;position:absolute;top:2px;left:3px;overflow:hidden}.item-tile small{z-index:2;color:#d9c78f;font:600 9px Barlow Condensed;position:absolute;bottom:1px;right:3px}.item-tile.rarity-valuables{background:#3f351eb8;border-color:#7c6939}.item-tile.rarity-collection{background:#402421b8;border-color:#754540}.item-tile.rarity-rare{box-shadow:inset 3px 0 #725c88}.item-tile.rarity-uncommon{box-shadow:inset 3px 0 #526f82}.item-tile.has-container:after{content:"▣";z-index:4;color:#b8c5ad;text-shadow:0 1px 2px #000;font-size:10px;position:absolute;top:2px;right:3px}.item-tile.item-skeleton{z-index:3;pointer-events:none;background:repeating-linear-gradient(135deg,#1c201df0,#1c201df0 6px,#2f3530f0 6px 9px);border-color:#4c534d;font-style:normal;box-shadow:inset 0 0 18px #0008}.item-tile.item-skeleton.searching{border-color:#98a490;animation:.7s ease-in-out infinite alternate search-item-pulse;box-shadow:inset 0 0 20px #a8b49a24,0 0 12px #a8b49a42}@keyframes search-item-pulse{to{filter:brightness(1.35)}}.notice-line{color:#707971;margin-top:10px;font-size:11px}.notice-dot{background:#9aaa83;border-radius:50%;width:6px;height:6px;margin-right:8px;display:inline-block;box-shadow:0 0 8px #9aaa83}.vitals{color:#b7a360;border-top:1px solid #353a36;gap:24px;padding:13px 16px;font:600 14px Barlow Condensed;display:flex;position:absolute;bottom:15px;left:18px;right:18px}.vitals span{align-items:center;gap:5px;display:flex}.vitals img{object-fit:contain;filter:sepia(.2)saturate(.8);width:18px;height:18px}.vitals .health{color:#7eb969}.vitals .water{color:#6b9ddb}.loot-side{background:#0b0d0c;min-width:0;overflow:hidden}.loot-heading{background:#121513;border-bottom:1px solid #343935;justify-content:space-between;align-items:center;height:74px;padding:0 22px;display:flex}.loot-heading p{color:#7d857e;letter-spacing:.16em;margin:0;font-size:10px}.loot-heading h2{color:#daddd7;margin:3px 0 0;font:600 22px Barlow Condensed,Noto Sans SC}.loot-heading>span{color:#8b948b;font:500 12px Barlow Condensed}.container-stack{scrollbar-color:#555b56 #111;height:calc(100% - 74px);padding:14px;overflow:auto}.loot-pack{background:#101311;border:1px solid #313632;margin-bottom:12px}.loot-pack>header{background:linear-gradient(90deg,#1a1e1b,#121512);border-bottom:1px solid #2f3430;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;height:58px;padding:0 12px;display:grid}.bag-mark{color:#636b64;font:600 15px Barlow Condensed}.loot-pack header strong,.loot-pack header small{display:block}.loot-pack header strong{color:#cdd2cb;font-size:13px}.loot-pack header small{color:#697169;margin-top:3px;font-size:9px}.loot-pack header button{color:#cad4c3;cursor:pointer;background:#293028;border:1px solid #697467;width:70px;padding:7px;font-size:11px}.loot-pack header button img{object-fit:contain;vertical-align:middle;filter:grayscale();width:14px;height:14px;margin-right:4px}.loot-pack header button:disabled{opacity:.55;cursor:wait}.remaining{color:#889088;font:500 10px Barlow Condensed}.loot-pack .grid-board{max-width:none;margin:10px 0}.search-cover{cursor:pointer;background:radial-gradient(circle,#222723,#101311 60%);border:0;align-content:center;place-items:center;gap:4px;width:100%;min-height:150px;padding:18px;display:grid}.search-pack-icon{object-fit:contain;opacity:.38;filter:grayscale()brightness(.75);width:76px;height:66px}.search-cover strong{color:#aab2a8;font:600 14px Barlow Condensed}.search-cover small{color:#596159;font-size:9px}.search-cover{width:var(--search-board-width,100%);min-width:var(--search-board-width,0);height:var(--search-board-height,auto);min-height:var(--search-board-height,150px);background:repeating-linear-gradient(135deg,#101311,#101311 7px,#171a17 7px 10px)}.search-cover.is-searching{cursor:wait}.search-cover.is-paused{cursor:pointer}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#050605d9;place-items:center;padding:30px;display:grid;position:fixed;inset:0}.pack-modal,.summary-modal{background:#121513;border:1px solid #4a514b;width:min(920px,90vw);max-height:88vh;overflow:auto;box-shadow:0 30px 80px #000}.pack-modal>header{border-bottom:1px solid #3a3f3b;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.pack-modal h2{color:#e0e4dd;margin:3px 0 0;font:600 25px Barlow Condensed,Noto Sans SC}.pack-modal header small{color:#899681;letter-spacing:.2em;font:600 9px Barlow Condensed}.pack-modal header button{cursor:pointer;background:0 0;border:0;font-size:28px}.pack-table{background:#313632;grid-template-columns:1fr 1fr;gap:1px;display:grid}.pack-table article{background:#151815;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.pack-table strong,.pack-table small,.pack-table span{display:block}.pack-table strong{color:#d4d9d2;font-size:12px}.pack-table small{color:#667067;margin:2px 0 6px;font:9px Barlow Condensed}.pack-table span{color:#899189;font-size:9px}.mask-preview{grid-template-columns:repeat(var(--columns),1fr);gap:2px;width:90px;display:grid}.mask-preview i{aspect-ratio:1;background:#292f2a;border:1px solid #5b645b}.mask-preview i.off{opacity:1;background:repeating-linear-gradient(135deg,#0b0d0c,#0b0d0c 3px,#281a17 3px 5px);border-color:#453530}.mask-preview.exact-mask-preview{flex:none;display:block;position:relative}.mask-preview.exact-mask-preview i{aspect-ratio:auto;position:absolute}.summary-modal{text-align:center;width:min(580px,90vw);padding:46px}.summary-modal>p{color:#96a38c;letter-spacing:.28em;font:600 10px Barlow Condensed}.summary-modal h2{color:#eef1eb;margin:5px 0;font:700 45px Barlow Condensed,Noto Sans SC}.summary-modal>strong{color:#e6cb79;margin:22px 0 30px;font:700 42px Barlow Condensed;display:block}.summary-modal>div{border:1px solid #343a35;grid-template-columns:repeat(3,1fr);display:grid}.summary-modal span{color:#707970;padding:13px;font-size:10px}.summary-modal span+span{border-left:1px solid #343a35}.summary-modal b{color:#cfd4cc;margin-top:4px;font:600 16px Barlow Condensed;display:block}.summary-modal footer{gap:10px;margin-top:28px;display:flex}.summary-modal button{cursor:pointer;background:#1b1f1c;border:1px solid #464d47;flex:1;padding:11px}.summary-modal button.primary{color:#111;background:#b3bfa7;border-color:#b3bfa7}.nested-inventory-window{z-index:900;background:#121513;border:1px solid #4b514c;min-width:360px;max-width:620px;max-height:900px;padding:12px;position:absolute;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 70px #000e}.nested-inventory-window>header{cursor:grab;touch-action:none;background:#181b19;border-bottom:1px solid #363b37;justify-content:space-between;align-items:center;min-height:48px;margin:-12px -12px 12px;padding:8px 12px;display:flex}.nested-inventory-window>header:active{cursor:grabbing}.nested-inventory-window>header small,.nested-inventory-window>header strong{display:block}.nested-inventory-window>header small{color:#6f786f;letter-spacing:.18em;font:8px Barlow Condensed}.nested-inventory-window>header strong{color:#dce0d9;margin-top:2px;font-size:14px}.nested-inventory-window>header button{color:#aeb5ad;cursor:pointer;touch-action:auto;background:0 0;border:0;width:34px;height:34px;font-size:28px}.nested-inventory-meta{color:#747d75;gap:14px;margin-bottom:9px;font:9px Barlow Condensed;display:flex}.nested-inventory-window>.grid-board{margin:auto}.game-header{height:66px;padding-top:13px;position:relative}.performance-line{color:#7e857f;gap:42px;font:600 9px Barlow Condensed;display:flex;position:absolute;top:2px;left:24px}.game-header nav{padding-left:42px}.game-header nav kbd{color:#a5aaa3;background:#181b19;border:1px solid #434844;align-self:center;place-items:center;width:28px;height:28px;margin:0 14px;font:600 11px Barlow Condensed;display:grid;box-shadow:inset 0 0 0 1px #202421}.game-header nav button{min-width:98px;height:51px}.game-header nav button img{display:none}.run-stats{align-self:center;padding-right:34px}.run-stats strong{font-size:28px}.run-stats b,.run-stats time{font-size:22px}.player-side{background:radial-gradient(at 25% 45%,#25292555,#0000 35%);grid-template-columns:minmax(500px,1fr) minmax(430px,.95fr);gap:54px;padding:98px 48px 66px 80px;display:grid;overflow:hidden}.loadout-tabs{grid-template-columns:28px 1fr 1fr 28px;align-items:center;gap:10px;width:500px;height:34px;display:grid;position:absolute;top:45px;left:80px}.loadout-tabs kbd{color:#999f98;background:#171a18;border:1px solid #3f4540;place-items:center;height:25px;font:600 10px Barlow Condensed;display:grid}.loadout-tabs button{color:#818881;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #313632;height:33px;font-size:12px}.loadout-tabs button.active{color:#cf8e70;background:linear-gradient(90deg,#522e24aa,#4a2a20aa);border-bottom-color:#764637}.loadout-stage{min-width:0;height:820px;display:block;position:relative}.equipment-column{gap:7px}.left-equipment,.right-equipment{z-index:3;pointer-events:none;display:block;position:absolute;inset:0}.left-equipment>*,.right-equipment>*{pointer-events:auto;position:absolute}.left-equipment .equipment-slot:first-child{width:112px;top:0;left:0}.left-equipment .equipment-slot:nth-child(2){width:112px;top:132px;left:0}.left-equipment .equipment-slot:nth-child(3){width:292px;top:475px;left:0}.left-equipment .equipment-slot:nth-child(4){width:292px;top:617px;left:0}.left-equipment .quick-slots{width:292px;top:759px;left:0}.right-equipment .equipment-slot:first-child{width:112px;top:0;right:0}.right-equipment .equipment-slot:nth-child(2){width:112px;top:132px;right:0}.right-equipment .equipment-slot:nth-child(3){width:112px;top:475px;right:0}.right-equipment .equipment-slot:nth-child(4){width:112px;top:617px;right:0}.equipment-slot{height:124px}.equipment-slot.large{height:134px}.equipment-slot span{padding:4px 7px;font-size:10px}.equipment-slot>img{height:calc(100% - 25px);padding:8px}.operator{z-index:2;justify-content:start;min-height:720px;padding-top:0;position:absolute;top:0;left:90px;right:90px;overflow:visible}.player-operator-art{object-fit:contain;object-position:center top;filter:drop-shadow(0 22px 20px #000d);width:360px;max-width:none;height:710px;margin-left:50%;transform:translate(-50%)}.operator p{bottom:8px}.quick-slots{background:#0e110f;border:1px solid #303531;height:88px}.quick-slots>span{color:#737a73;padding:4px 6px;font-size:8px;display:block}.quick-slots>div{grid-template-columns:repeat(4,1fr);height:63px;display:grid}.quick-slots i{color:#777d77;border:1px solid #262b27;place-items:start end;padding:3px;font:9px Barlow Condensed;display:grid}.player-inventory{scrollbar-color:#555b56 #111;min-width:0;height:100%;padding-right:10px;overflow:auto}.pocket-strip{grid-template-columns:repeat(4,1fr);gap:2px;height:76px;margin-bottom:10px;display:grid}.pocket-strip>div{background:#121512;border:1px solid #353b36;position:relative;overflow:hidden}.pocket-strip img{object-fit:contain;width:100%;height:100%;padding:10px}.pocket-strip span{color:#c9cec7;white-space:nowrap;max-width:90%;font-size:8px;position:absolute;top:2px;left:3px;overflow:hidden}.rig-preview{margin-bottom:12px}.rig-preview>span,.secure-case>span{color:#8f968f;background:#151815;border:1px solid #353a36;height:25px;padding:5px 7px;font-size:10px;display:block}.rig-preview>div{grid-template-rows:repeat(2,67px);grid-template-columns:repeat(4,1fr);display:grid}.rig-preview i{background:linear-gradient(135deg,#141715,#101210);border:1px solid #303531}.player-inventory>.grid-board{width:var(--board-width);max-width:var(--board-width);max-height:var(--board-height)}.player-inventory>.section-label:not(:first-child){margin-top:10px}.secure-case{margin-top:12px}.secure-case>div{background:#101311;border:1px solid #333934;grid-template-columns:repeat(4,1fr);height:84px;display:grid}.secure-case img{object-fit:contain;border-right:1px solid #303530;width:100%;height:100%;padding:8px}.notice-line{margin-bottom:14px}.vitals{width:500px;bottom:12px;left:80px;right:auto}.loot-side{background:linear-gradient(90deg,#0b0d0cf4,#0d0f0ef4);padding:46px 74px 54px 64px;position:relative}.loot-heading{background:linear-gradient(90deg,#3a211daa,#2c1a18aa);border:1px solid #3d302c;height:42px;padding:0 12px}.loot-heading p{display:none}.loot-heading h2{margin:0;font-size:15px}.loot-heading>span{font-size:9px}.target-switcher{gap:2px;height:62px;margin:7px 0;display:flex;overflow:hidden}.target-switcher button{cursor:pointer;opacity:.46;background:#111412;border:1px solid #2d322e;width:62px;position:relative}.target-switcher button.active{opacity:1;background:#202420;border-color:#7d8179}.target-switcher img{object-fit:contain;filter:grayscale();width:100%;height:100%;padding:8px}.target-switcher span{color:#aeb4ad;font:600 8px Barlow Condensed;position:absolute;bottom:2px;right:3px}.single-loot-view{scrollbar-color:#6b716b #151715;height:calc(100% - 118px);padding-right:8px;position:relative;overflow:auto}.target-operator-art{z-index:0;object-fit:contain;opacity:.92;filter:brightness(1.28)contrast(1.14);pointer-events:none;width:58%;height:760px;position:absolute;top:28px;left:50%;transform:translate(-50%)}.single-loot-view .loot-pack{background:#0d100e;border-color:#3b403c;min-height:100%;margin:0}.single-loot-view .loot-pack>header{height:42px}.single-loot-view .loot-pack .grid-board{width:var(--board-width);max-width:var(--board-width);margin:0}.single-loot-view .loot-pack,.single-loot-view .loot-pack .grid-board{z-index:1;background:0 0;position:relative}.single-loot-view .grid-cell{background:#11141275}.single-loot-view .search-cover{min-height:680px}.single-loot-view .search-pack-icon{opacity:.28;width:150px;height:180px}.extract-action{color:#abb2aa;cursor:pointer;background:#1d211e;border:1px solid #414741;align-items:center;gap:7px;padding:7px 11px;font-size:10px;display:flex;position:absolute;bottom:10px;right:16px}.extract-action img{object-fit:contain;filter:grayscale();width:17px;height:17px}.enemy-loadout{min-height:100%;position:relative}.enemy-gear-area{background:radial-gradient(at 50% 48%,#343a353d,#0000 46%);border:1px solid #343a35;height:470px;position:relative;overflow:hidden}.enemy-gear-area .target-operator-art{opacity:.86;filter:brightness(.85)contrast(1.12);width:48%;height:450px;top:10px;left:50%}.enemy-gear-slot{z-index:2;cursor:pointer;background:#0c0f0dc4;border:1px solid #373d38;width:116px;height:108px;padding:20px 4px 4px;position:absolute;overflow:hidden}.enemy-gear-slot:hover{background:#1c211de6;border-color:#8c958c}.enemy-gear-slot>span{color:#8c948c;text-align:left;font-size:8px;position:absolute;top:3px;left:4px;right:4px}.enemy-gear-slot>img{object-fit:contain;filter:drop-shadow(0 5px 6px #000);width:100%;height:72px;padding:4px}.enemy-gear-slot>small{color:#c4c9c2;white-space:nowrap;text-overflow:ellipsis;font-size:7px;position:absolute;bottom:3px;left:4px;right:4px;overflow:hidden}.enemy-gear-slot>i{color:#414741;place-items:center;height:100%;font-size:10px;font-style:normal;display:grid}.enemy-gear-slot.slot-armor{height:145px;top:124px;left:8px}.enemy-sections{flex-direction:column;gap:10px;padding-top:10px;display:flex}.enemy-sections .loot-pack{z-index:2;background:#0d100ee6;min-height:0;margin:0;position:relative}.enemy-sections .loot-pack>header{height:42px}.enemy-sections .loot-pack .grid-board{width:var(--board-width);max-width:var(--board-width);max-height:var(--board-height);margin:0}.enemy-sections .search-cover{min-height:150px}.enemy-sections .loot-kind-backpack .search-cover{min-height:250px}@media (width<=1500px){.item-tile span{font-size:8px}}html,body,#root{width:100%;height:100%;overflow:hidden}body{min-width:0;min-height:0}.game-shell{width:1920px;height:1080px;min-height:0;transform:translate(-50%,-50%) scale(var(--ui-scale,1));transform-origin:50%;background-color:#090b0a;position:fixed;top:50%;left:50%;overflow:hidden}.game-layout{grid-template-columns:1190px 730px;height:1014px}.equipment-slot.has-item{cursor:grab}.equipment-slot.has-item:active{cursor:grabbing}.equipment-slot.has-item.slot-primary>img,.equipment-slot.has-item.slot-secondary>img{padding:9px 12px 5px}.target-box-icon{background-image:url(https://aqtwwx.net/images/packing/zlp.png),linear-gradient(155deg,#f4f2e9 0 17%,#c9c9c2 18% 43%,#eeeae0 44% 74%,#a5a8a3 75%);background-position:50%;background-repeat:no-repeat;background-size:contain,cover;border:1px solid #d8dbd4;border-radius:3px;width:42px;height:23px;margin:1px auto 0;display:block;position:relative;transform:skew(-7deg);box-shadow:0 5px 8px #000b,inset 0 -3px #818681}.target-box-icon:before{content:"";background:#a73232;width:4px;height:23px;position:absolute;top:-1px;left:19px;box-shadow:1px 0 #f5b2a6}.target-box-icon:after{content:"";border:1px solid #888e88;border-radius:2px;height:7px;position:absolute;top:5px;left:5px;right:5px}.hover-menu{z-index:220;pointer-events:none;color:#d8dcd5;background:#080a09f5;border:1px solid #626862;width:250px;padding:14px 15px 12px;position:absolute;box-shadow:0 13px 30px #000d}.hover-menu>strong,.hover-menu>span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.hover-menu>strong{font-size:17px}.hover-menu>span{color:#d9ddd6;margin:6px 0 12px;font:600 15px Barlow Condensed,Noto Sans SC}.hover-menu>div{align-items:center;gap:11px;margin-top:8px;font-size:13px;display:flex}.hover-menu kbd{color:#f1f3ef;background:#111411;border:1px solid #a6aca4;place-items:center;width:30px;height:28px;font:600 13px Barlow Condensed;display:grid;box-shadow:inset 0 0 0 2px #222722}.pocket-grid{--pocket-gap:7px;gap:var(--pocket-gap);background:0 0;border:0;padding:0;overflow:visible}.pocket-grid .grid-cell{background:linear-gradient(135deg,#171a18,#101311);border-color:#3b423d}.pocket-grid .item-tile{left:calc(var(--x) * ((100% - 3 * var(--pocket-gap)) / 4 + var(--pocket-gap)));width:calc((100% - 3 * var(--pocket-gap)) / 4);border-color:#5a625a;height:100%;padding:4px;top:0}.pocket-grid .item-tile img{width:88%;height:72%;inset:20% 6% 8%}.held-item-preview{z-index:10000;pointer-events:none;background:#121513e0;border:1px solid #c3ccbb;position:fixed;overflow:hidden;box-shadow:0 8px 18px #000b}.held-item-preview img{object-fit:contain;transform-origin:50%;filter:drop-shadow(0 4px 4px #000b);max-width:none;max-height:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.held-item-preview.rotated img{transform:translate(-50%,-50%)rotate(90deg)}.held-item-preview span{z-index:1;color:#e0e4dd;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #000;max-width:calc(100% - 6px);font-size:10px;position:absolute;top:2px;left:3px;overflow:hidden}.enemy-gear-area{height:500px}.enemy-gear-area .target-operator-art{height:485px}.enemy-gear-slot.slot-armor{height:145px;top:124px;left:auto;right:8px}.enemy-gear-slot.slot-holster{height:88px;top:277px;right:8px}.enemy-gear-slot.slot-primary{width:210px;height:118px;bottom:8px;left:8px}.enemy-gear-slot.slot-secondary{width:210px;height:118px;bottom:8px;right:8px}.inventory-container{grid-template-columns:110px minmax(0,1fr);align-items:start;gap:8px;margin-top:10px;display:grid}.container-portrait{background:#0c0f0dad;border:1px solid #3a403b;width:110px;height:166px;min-height:166px;position:relative;overflow:hidden}.container-portrait>span{color:#9da49c;border-bottom:1px solid #373d38;height:25px;padding:5px 7px;font-size:10px;display:block}.container-portrait>img{object-fit:contain;filter:drop-shadow(0 7px 7px #000b);width:100%;height:calc(100% - 45px);padding:9px;display:block}.container-portrait>small{color:#b7bdb4;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:8px;position:absolute;bottom:4px;left:5px;right:5px;overflow:hidden}.container-content{min-width:0}.empty-container-state{color:#5f675f;background:#0f1210;border:1px dashed #343a35;place-items:center;width:290px;height:92px;font-size:10px;display:grid}.container-panel{display:block}.container-panel-body{grid-template-columns:118px minmax(0,1fr);align-items:start;display:grid}.container-panel-portrait{cursor:grab;text-align:left;background:#0c0f0dc7;border:1px solid #373d38;width:118px;min-height:150px;padding:22px 4px 5px;position:relative;overflow:hidden}.container-panel-portrait>span{color:#9ca39c;font-size:8px;position:absolute;top:3px;left:4px;right:4px}.container-panel-portrait>img{object-fit:contain;filter:drop-shadow(0 5px 6px #000);width:100%;height:105px;padding:4px;display:block}.container-panel-portrait>img.fallback-container-icon{opacity:.3;filter:grayscale()brightness(.7)}.container-panel-portrait>small{color:#c4c9c2;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:7px;position:absolute;bottom:3px;left:4px;right:4px;overflow:hidden}.container-panel-content{min-width:0;overflow:auto}.container-panel-content>.grid-board{margin:0}.player-container-panel{margin-top:10px}.player-container-panel>.container-panel-header{background:#151816;border:1px solid #3b413c;justify-content:space-between;align-items:center;width:calc(100% - 118px);height:34px;margin-left:118px;padding:0 10px;display:flex}.player-container-panel>.container-panel-header .bag-mark{display:none}.player-container-panel>.container-panel-header strong{color:#c4cac3;font-size:13px}.player-container-panel>.container-panel-header small{color:#788078;font-size:9px}.container-search-button{color:#cad4c3;cursor:pointer;background:#293028;border:1px solid #697467;justify-content:center;align-items:center;gap:4px;width:70px;height:26px;padding:4px 7px;font-size:11px;line-height:1;display:flex}.container-search-button img{object-fit:contain;filter:grayscale();width:14px;min-width:14px;height:14px;display:block}.container-search-button:disabled{opacity:.55;cursor:wait}.player-container-panel .container-panel-body{grid-template-columns:110px minmax(0,1fr);gap:8px}.player-container-panel .container-panel-portrait{width:110px;height:166px;min-height:166px}.enemy-container-panel .container-panel-content .search-cover{background:repeating-linear-gradient(135deg,#101311,#101311 7px,#151815 7px 10px);border:1px solid #343a35;min-height:150px}.enemy-container-panel.loot-kind-backpack .container-panel-portrait,.enemy-container-panel.loot-kind-backpack .search-cover{min-height:180px}.container-content>.grid-board{width:var(--board-width);min-width:var(--board-width);max-width:var(--board-width);height:var(--board-height);min-height:var(--board-height);max-height:var(--board-height);margin:0}.rig-container{margin-top:10px}.rig-container .container-portrait,.backpack-container .container-portrait{height:166px;min-height:166px}.secure-container{grid-template-columns:126px 235px;max-width:390px}.secure-container .container-portrait{background:repeating-linear-gradient(135deg,#191711,#191711 8px,#211d15 8px 16px);border-color:#665b3d;width:126px;min-height:235px}.secure-container .container-portrait>span{color:#d5bf76;border-bottom-color:#665b3d}.secure-container .grid-board{border-color:#655a3d}.enemy-gear-area{background:#0f1210b8;height:760px;overflow:hidden}.enemy-gear-area .target-operator-art{opacity:.9;filter:brightness(.68)contrast(1.18);width:58%;height:650px;top:22px}.enemy-gear-slot{background:#0c0f0da3;width:118px;height:124px}.enemy-gear-slot>img{height:88px}.enemy-gear-slot.slot-helmet{top:8px;left:8px}.enemy-gear-slot.slot-face{top:140px;left:8px}.enemy-gear-slot.slot-headset{top:8px;right:8px}.enemy-gear-slot.slot-armor{width:118px;height:144px;top:140px;left:auto;right:8px}.enemy-gear-slot.slot-primary{width:310px;height:120px;top:326px;bottom:auto;left:8px}.enemy-gear-slot.slot-secondary{width:310px;height:120px;top:454px;bottom:auto;left:8px}.enemy-gear-slot.slot-holster{width:118px;height:120px;top:326px;right:8px}.enemy-gear-slot.slot-identity{width:92px;height:104px;top:474px;right:86px}.enemy-inline-pockets{z-index:3;width:430px;position:absolute;top:584px;left:8px}.enemy-inline-pockets .loot-pack{background:0 0;border:0;min-height:0;margin:0}.enemy-inline-pockets .loot-pack>header{background:0 0;height:34px;padding:0 5px}.enemy-inline-pockets .loot-pack>header .bag-mark,.enemy-inline-pockets .loot-pack>header small{display:none}.enemy-inline-pockets .loot-pack>header button{width:62px;padding:4px}.enemy-inline-pockets .search-cover{min-height:76px}.enemy-inline-pockets .search-pack-icon{display:none}.enemy-inline-pockets .grid-board{margin:0}.enemy-sections{gap:14px;padding-top:14px}.enemy-sections .loot-pack{background:0 0;border:0}.enemy-sections .loot-pack>header{background:#121513e6;border:1px solid #343a35}.enemy-container-row{grid-template-columns:118px minmax(0,1fr);align-items:start;gap:0;display:grid}.enemy-container-portrait{cursor:grab;text-align:left;background:#0c0f0dc7;border:1px solid #373d38;width:118px;min-height:150px;padding:22px 4px 5px;position:relative;overflow:hidden}.enemy-container-portrait>span{color:#9ca39c;font-size:8px;position:absolute;top:3px;left:4px;right:4px}.enemy-container-portrait>img{object-fit:contain;filter:drop-shadow(0 5px 6px #000);width:100%;height:105px;padding:4px}.enemy-container-portrait>small{color:#c4c9c2;white-space:nowrap;text-overflow:ellipsis;font-size:7px;position:absolute;bottom:3px;left:4px;right:4px;overflow:hidden}.enemy-container-portrait>i{color:#454b46;place-items:center;height:110px;font-style:normal;display:grid}.enemy-container-content{min-width:0;overflow:auto}.enemy-container-content .search-cover{background:repeating-linear-gradient(135deg,#101311,#101311 7px,#151815 7px 10px);border:1px solid #343a35;min-height:150px}.enemy-container-content .search-pack-icon{width:54px;height:48px}.enemy-container-content .grid-board{margin:0}.enemy-sections .loot-kind-backpack .enemy-container-portrait,.enemy-sections .loot-kind-backpack .search-cover{min-height:180px}
