:root{--bg:#090b0f;--panel:#11151b;--panel2:#151b23;--line:#27303b;--text:#f3f6f8;--muted:#8e9aa8;--accent:#d6ff3f;--accent2:#a8ce25;--danger:#ff6b6b}*{box-sizing:border-box}html{background:var(--bg)}body{color:var(--text);background:radial-gradient(circle at 50% -20%,#1d2631 0,#090b0f 38%);min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#090b0fdb;justify-content:space-between;align-items:center;height:72px;padding:0 max(24px,50vw - 560px);display:flex;position:sticky;top:0}.brand{letter-spacing:.13em;color:var(--accent);font-weight:900;text-decoration:none}.topbar nav{align-items:center;gap:22px;display:flex}.topbar nav a,.linkButton{color:#c8d0d8;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;text-decoration:none}.topbar form{display:inline}.navCta{border-radius:8px;color:var(--accent)!important;border:1px solid #536217!important;padding:9px 13px!important}.mobileMenuWrap{display:none;position:relative}.menuToggle{border:1px solid var(--line);width:42px;height:42px;color:var(--text);cursor:pointer;background:#11161d;border-radius:10px;font-size:22px}.mobileMenu{border:1px solid var(--line);background:#10151b;border-radius:12px;gap:4px;width:min(280px,100vw - 32px);padding:8px;display:grid;position:absolute;top:50px;right:0;box-shadow:0 18px 60px #00000073}.mobileMenu a{color:#d9e1e8;border-radius:8px;padding:12px 13px;font-size:14px;font-weight:700;text-decoration:none}.mobileMenu a:hover{color:var(--accent);background:#18202a}.shell{width:min(1120px,100% - 32px);margin:0 auto;padding:56px 0 80px}.hero{max-width:900px;padding:64px 0 30px}.eyebrow{color:var(--accent);letter-spacing:.17em;margin-bottom:14px;font-size:12px;font-weight:800}.hero h1,.welcome h1,.authCard h1,.leaderboard h1{letter-spacing:-.055em;margin:0 0 24px;font-size:clamp(42px,8vw,82px);line-height:.95}.hero h1 span{color:var(--accent)}.hero>p{color:#aeb8c2;max-width:680px;font-size:19px;line-height:1.65}.heroActions{gap:12px;margin:30px 0 58px;display:flex}.button{cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;padding:13px 18px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.button.primary{background:var(--accent);color:#0b0d08}.button.primary:hover{background:#e3ff75}.button.primary:disabled{opacity:.35;cursor:not-allowed}.button.secondary{color:#d7dde3;border:1px solid var(--line);background:#171d24}.featureGrid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.featureGrid article,.stats article,.panel,.authCard{background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:13px}.featureGrid article{padding:24px}.featureGrid b{color:var(--accent);font-size:22px}.featureGrid h3{margin:18px 0 8px}.featureGrid p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.authCard{width:min(470px,100%);margin:35px auto;padding:32px}.authCard h1{font-size:46px}.form{gap:17px;display:grid}.form label{color:#abb5bf;gap:8px;font-size:13px;font-weight:700;display:grid}.form input{color:#fff;background:#0c1015;border:1px solid #313b47;border-radius:8px;outline:none;padding:13px;font-size:16px}.form input:focus{border-color:#6d8420}.muted{color:var(--muted)}.muted a{color:var(--accent)}.error{color:#ffb4bd;background:#351d22;border:1px solid #6d303b;border-radius:8px;padding:11px 13px;font-size:13px}.compact{margin-bottom:0}.welcome{justify-content:space-between;align-items:flex-end;margin-bottom:26px;display:flex}.welcome h1{margin-bottom:8px;font-size:58px}.welcome p{color:var(--muted);margin:0}.levelBadge{color:var(--accent);letter-spacing:.1em;border:1px solid #4b5d18;border-radius:12px;padding:14px 17px;font-size:12px;font-weight:700}.levelBadge strong{font-size:28px;display:block}.stats{grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:18px;display:grid}.stats article{padding:19px}.stats span{color:var(--muted);margin-bottom:9px;font-size:12px;display:block}.stats strong{font-size:27px}.stats small{color:var(--muted);font-size:13px}.progress{background:#2a3037;border-radius:999px;height:4px;margin-top:12px;overflow:hidden}.progress i{background:var(--accent);height:100%;display:block}.twoCol{grid-template-columns:.82fr 1.18fr;gap:18px;display:grid}.panel{padding:26px}.panel h2{margin:0 0 13px;font-size:27px}.panel>p{color:var(--muted);line-height:1.55}.cost{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;margin:22px 0;padding:14px 0;display:flex}.cost span{color:var(--muted)}.wide{width:100%}.logList{margin-top:20px}.log{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding:15px 0;display:flex}.log:first-child{border-top:0}.log b{font-size:14px;display:block}.log small{color:var(--muted);margin-top:5px;font-size:11px;display:block}.positive{color:var(--accent);font-weight:800}.negative{color:var(--danger)}.leaderboard{max-width:820px;margin:0 auto}.leaderboard h1{font-size:55px}.table{margin-top:24px}.tr{border-top:1px solid var(--line);grid-template-columns:50px 1fr 90px 140px;align-items:center;padding:14px 10px;display:grid}.tr.head{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.tr span:last-child{text-align:right}.empty{text-align:center;padding:28px}.pageTitle{letter-spacing:-.05em;margin:0 0 12px;font-size:clamp(42px,7vw,64px);line-height:1}.sectionHead{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.sectionHead>div:first-child{max-width:680px}.miniStats{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.miniStats span,.tag{border:1px solid var(--line);color:#b9c4ce;background:#0d1116;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800}.cardGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.crimeCard h2,.itemCard h2,.inventoryRow h2{margin:10px 0 8px}.crimeCard>p,.itemCard>p,.inventoryRow p{color:var(--muted);line-height:1.5}.crimeTop{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.chance{color:var(--accent);font-size:30px}.detailRows{border-top:1px solid var(--line);margin:20px 0}.detailRows div{border-bottom:1px solid var(--line);justify-content:space-between;gap:15px;padding:11px 0;font-size:13px;display:flex}.detailRows span{color:var(--muted)}.itemIcon{color:var(--accent);margin-bottom:15px;font-size:35px}.inventoryList{gap:12px;display:grid}.inventoryRow{justify-content:space-between;align-items:center;gap:20px;display:flex}.inventoryRow>div:first-child{max-width:700px}.inventoryRow.equipped{box-shadow:inset 3px 0 var(--accent);border-color:#637621}.inventoryAction{flex-shrink:0;align-items:center;gap:10px;display:flex}.equippedLabel{color:var(--accent);letter-spacing:.08em;font-size:11px;font-weight:900}.emptyState{text-align:center;padding:55px}.emptyState h2{font-size:30px}.quickLinks{grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 18px;display:grid}.quickLink{justify-content:space-between;align-items:center;gap:10px;text-decoration:none;display:flex;padding:18px!important}.quickLink b{color:var(--text)}.quickLink span{color:var(--muted);font-size:12px}.quickLink:hover{border-color:#5a6b22}.weaponStat{font-size:17px!important}.hospitalCard{max-width:620px}.formPanel{margin-bottom:18px}.inlineForm{flex-wrap:wrap;gap:10px;display:flex}.inlineForm input,.inlineForm select{color:#fff;background:#0c1015;border:1px solid #313b47;border-radius:8px;flex:1;min-width:180px;padding:12px}.marketGrid{margin-top:18px}@media (max-width:1100px){.topbar nav{gap:10px}.topbar nav a{font-size:12px}}@media (max-width:900px){.desktopNav{display:none!important}.mobileMenuWrap{display:block}.featureGrid,.twoCol{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.quickLinks,.cardGrid{grid-template-columns:1fr}.sectionHead{flex-direction:column;align-items:flex-start}.miniStats{justify-content:flex-start}.inventoryRow{flex-direction:column;align-items:flex-start}.inventoryAction{justify-content:space-between;width:100%}}@media (max-width:760px){.topbar{padding:0 16px}.featureGrid{gap:10px}.shell{padding-top:32px}.hero{padding-top:25px}.hero h1{font-size:52px}.welcome{align-items:flex-start}.levelBadge{margin-left:10px}.tr{grid-template-columns:36px 1fr 55px 90px;font-size:13px}}@media (max-width:520px){.stats{grid-template-columns:1fr}.inventoryAction{flex-direction:column;align-items:stretch}.inventoryAction .button{width:100%}}
.roleOwner{color:#7f1d1d!important}.roleAdmin{color:#f87171!important}.roleModerator{color:#fb923c!important}.rolePlayer{color:inherit}.roleLegend{flex-wrap:wrap;gap:10px;margin:14px 0 8px;display:flex}.roleLegend span{border:1px solid var(--line);background:#0d1116;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.leaderName{flex-direction:column;gap:3px;display:flex}.leaderName a{font-weight:900;text-decoration:none}.leaderName a:hover{text-decoration:underline}.leaderName small{color:var(--muted);font-size:10px}.profilePage{max-width:1000px;margin:0 auto}.profileRole{border:1px solid var(--line);background:#0d1116;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.profileGrid{grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0;display:grid}.profileGrid article{flex-direction:column;gap:8px;display:flex}.profileGrid strong{font-size:24px}.profileGrid small,.profileLabel{color:var(--muted);font-size:12px}.profileMeta{justify-content:space-between;align-items:center;gap:20px;display:flex}.roleForm{flex-wrap:wrap;gap:8px;display:flex}.roleForm select{color:#fff;background:#0c1015;border:1px solid #313b47;border-radius:8px;padding:11px}.adminEditGrid{grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0;display:grid}.adminEditGrid label{color:var(--muted);gap:6px;font-size:12px;font-weight:700;display:grid}.adminEditGrid input{color:#fff;background:#0c1015;border:1px solid #313b47;border-radius:8px;padding:10px}.adminSave{align-self:end}.adminUser{border-top:1px solid var(--line);padding:18px 0}.adminUser:first-child{border-top:0}.adminUserHead,.adminStats,.adminButtons{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.adminUserHead small{color:var(--muted);margin-top:4px;display:block}.adminStats{justify-content:flex-start;margin:14px 0}.adminStats span{border:1px solid var(--line);color:var(--muted);border-radius:8px;padding:8px 10px;font-size:12px}.adminStats b{color:var(--text)}.adminItemTools{gap:10px;margin:12px 0;display:grid}.adminOwnedItems{flex-wrap:wrap;gap:8px;display:flex}.adminItemTag{cursor:pointer}.adminButtons{justify-content:flex-start;margin-top:12px}@media (max-width:900px){.profileGrid,.adminEditGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.profileGrid,.adminEditGrid{grid-template-columns:1fr}.profileMeta{flex-direction:column;align-items:flex-start}.roleForm,.roleForm select,.roleForm .button{width:100%}}
.chatPanel{padding:0;overflow:hidden}.chatMessages{max-height:62vh;padding:10px 22px;overflow:auto}.chatMessage{border-bottom:1px solid var(--line);padding:16px 90px 16px 0;position:relative}.chatMessage:last-child{border-bottom:0}.chatMeta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:7px;display:flex}.chatMeta>a{font-weight:900;text-decoration:none}.chatMeta small{color:var(--muted);font-size:11px}.roleBadge{text-transform:uppercase;letter-spacing:.08em;border:1px solid;border-radius:999px;padding:3px 6px;font-size:9px!important}.chatBody{white-space:pre-wrap;overflow-wrap:anywhere;color:#e4e9ee;line-height:1.5}.chatDeleteForm{position:absolute;top:16px;right:0}.chatDelete{color:#ff7b85;cursor:pointer;background:0 0;border:0;font-size:11px}.chatComposer{border-top:1px solid var(--line);background:#0d1116;gap:10px;padding:18px 22px;display:grid}.chatComposer textarea,.mailForm input,.mailForm select,.mailForm textarea{color:#fff;width:100%;font:inherit;background:#0c1015;border:1px solid #313b47;border-radius:8px;outline:none;padding:12px}.chatComposer textarea:focus,.mailForm input:focus,.mailForm select:focus,.mailForm textarea:focus{border-color:#6d8420}.mailboxCompose{margin-bottom:18px}.mailForm{gap:14px;display:grid}.mailForm label{color:#abb5bf;gap:7px;font-size:13px;font-weight:700;display:grid}.mailboxGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.mailList{gap:12px;display:grid}.mailItem{border:1px solid var(--line);background:#0d1116;border-radius:11px;padding:16px}.mailItem.unread{box-shadow:inset 3px 0 var(--accent);border-color:#5f7420}.mailHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mailHead a{font-weight:900;text-decoration:none}.mailHead small{color:var(--muted);margin-top:4px;font-size:11px;display:block}.mailItem h3{margin:14px 0 8px}.mailItem p{white-space:pre-wrap;overflow-wrap:anywhere;color:#c4cdd5;line-height:1.5}.unreadBadge{color:#0b0d08;background:var(--accent);border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.successNotice{color:#b8f5b8;background:#1d351d;border:1px solid #355f35;border-radius:8px;padding:11px 13px}.desktopNav .navSocial{color:var(--accent)}@media (max-width:900px){.mailboxGrid{grid-template-columns:1fr}.chatMessages{max-height:none}.chatMessage{padding-right:0}.chatDeleteForm{margin-top:8px;position:static}.chatDelete{padding:0}}
:root{--bg:#0b1117;--panel:#141d26;--panel2:#18232d;--line:#2a3946;--text:#edf4f8;--muted:#91a2b1;--accent:#78b3df;--accent2:#4b8fbe;--danger:#f77}body{color:#dfe7ee;font-family:var(--font-body),"Segoe UI",Arial,sans-serif;background:radial-gradient(circle at 50% -10%,#1c2a38 0,#101820 38%,#0b1117 100%)}.topbar{background:linear-gradient(#152b3d,#1d3b53);border-bottom:3px solid #0c1b27;grid-template-columns:auto 1fr auto;gap:14px;height:auto;min-height:96px;padding:0 max(16px,50vw - 560px);display:grid;box-shadow:0 3px 14px #0000005c;-webkit-backdrop-filter:none!important}.brand{color:#f2f7fb;letter-spacing:.14em;font-size:21px;font-family:var(--font-heading),sans-serif;font-weight:800}.classicMenuButton{color:#dce9f4;cursor:pointer;background:0 0;border:0;padding:10px;font-size:30px;display:block}.topbarTools{justify-content:flex-end;align-items:center;gap:14px;display:flex}.classicTopIcons{justify-content:flex-end;align-items:center;gap:18px;display:flex}.classicTopIcons a{color:#fff;font-size:23px;text-decoration:none;position:relative}.viewModeSwitch{background:#10202d;border:1px solid #355064;border-radius:7px;align-items:center;gap:4px;padding:3px;display:flex}.viewModeSwitch button{color:#9fb3c2;font:700 11px var(--font-body),sans-serif;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:5px;padding:6px 8px}.viewModeSwitch button.active{color:#fff;background:#2f6f9d}.mailBadge{color:#fff;background:#d95050;border-radius:999px;place-items:center;min-width:17px;height:17px;font-size:10px;display:grid;position:absolute;top:-8px;right:-8px}.playerStrip{color:#a9bac8;background:#172432;border-top:1px solid #294156;border-bottom:1px solid #0b141d;grid-column:1/-1;gap:24px;margin:0 calc(-1*max(16px,50vw - 560px));padding:7px max(16px,50vw - 560px);font-size:13px;display:flex}.playerStrip b{color:#edf4f8}.shell{width:min(1120px,100%);padding:26px 16px 70px}.panel,.featureGrid article,.stats article,.authCard,.classicSection{color:#dfe7ee;background:linear-gradient(#18232d,#141d26);border:1px solid #2a3946;border-radius:7px;box-shadow:0 5px 18px #00000029}.welcome h1,.pageTitle,.leaderboard h1,.authCard h1{color:#f0f5f8;font-family:var(--font-heading),sans-serif;letter-spacing:.005em;font-weight:700}.pageTitle{margin:0 0 10px!important;font-size:clamp(30px,5vw,44px)!important;line-height:1!important}.welcome h1{font-size:clamp(32px,5vw,46px)!important}.leaderboard h1,.authCard h1{font-size:clamp(30px,5vw,42px)!important}.eyebrow{color:#6fa6cf;font-family:var(--font-heading),sans-serif;letter-spacing:.16em;margin-bottom:8px;font-size:12px;font-weight:700}.muted,.classicSection p,.panel>p{color:#91a2b1}.button{font-family:var(--font-body),sans-serif}.button.primary{color:#fff;background:#2f6f9d;border-radius:5px}.button.primary:hover{background:#3a83b6}.button.secondary{color:#dce7ef;background:#202d38;border:1px solid #40515f;border-radius:5px}.stats{gap:8px}.stats article{padding:14px}.stats strong{color:#edf4f8}.quickLink{background:linear-gradient(#18232d,#141d26)!important;border-radius:7px!important}.quickLink b{color:#edf4f8}.quickLink span{color:#91a2b1}.classicDrawer{color:#aeb9c2;z-index:1000;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:min(690px,96vw);height:100dvh;padding-bottom:max(30px,env(safe-area-inset-bottom));background:#10161c;transition:left .2s;left:-760px;overflow-x:hidden;box-shadow:14px 0 45px #00000080;position:fixed!important;top:0!important;bottom:auto!important;overflow-y:auto!important}.classicDrawer.open{left:0}.menuBackdrop{z-index:999;background:#00000094;width:100vw;height:100dvh;position:fixed!important;inset:0!important}.drawerHead{color:#fff;z-index:2;background:#183248;justify-content:space-between;align-items:center;height:74px;padding:0 26px;display:flex;position:sticky;top:0}.drawerHead strong{letter-spacing:.15em}.drawerHead button{color:#9bb2c6;background:0 0;border:0;font-size:42px}.drawerHome{color:#e3ebf1;padding:22px 32px 10px;font-size:20px;text-decoration:none;display:block}.drawerGrid{grid-template-columns:repeat(3,1fr);gap:24px 34px;padding:15px 32px;display:grid}.drawerGrid section{align-content:start;display:grid}.drawerGrid h3{font-family:var(--font-heading),sans-serif;color:#70a4cd;margin:0 0 12px;font-size:15px}.drawerGrid a{color:#aeb9c2;padding:5px 0;font-size:17px;text-decoration:none}.drawerGrid a:hover{color:#fff}.classicHome{gap:22px;display:grid}.homeNewsGrid{grid-template-columns:1.15fr .85fr;gap:18px;display:grid}.classicSection{padding:18px}.classicSection h2{font-family:var(--font-heading),sans-serif;color:#e9f1f6;letter-spacing:.01em;margin:0 0 14px;font-size:27px;font-weight:600}.newsRow{border-bottom:1px solid #2a3946;grid-template-columns:130px 1fr auto;gap:14px;padding:8px 0;font-size:14px;display:grid}.newsRow a{color:#79acd2;text-decoration:none}.newsRow small{color:#8394a2}.gangNotice{color:#f77;font-size:17px}.dashboardChat{background:#101820;border:1px solid #2a3946;max-height:410px;padding:10px;overflow:auto}.chatLine{padding:5px 0;font-size:14px;line-height:1.35}.chatLine time{color:#728696;margin-right:8px}.chatLine a{font-weight:700;text-decoration:none}.chatComposer{gap:8px;margin-top:10px;display:flex}.chatComposer input,.inlineForm input,.inlineForm select,.careerForm input,.form input{color:#eef4f7;font-family:var(--font-body),sans-serif;background:#0f171e;border:1px solid #3b4d5d;border-radius:5px;flex:1;padding:11px}.classicActions{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.classicActions a{color:#dce7ef;background:#17222c;border:1px solid #2a3946;padding:14px;text-decoration:none}.classicActions small{color:#8495a3;margin-top:5px;display:block}.detailRows{border-top-color:#2a3946}.detailRows div{border-bottom-color:#2a3946}.detailRows span{color:#91a2b1}.miniStats span,.tag{color:#b9c8d3;background:#111a22;border-color:#334553}.actionFeedback{z-index:1200;color:#e7fff0;background:#153525;border:1px solid #2d6d4b;border-radius:8px;align-items:flex-start;gap:10px;max-width:min(420px,100vw - 36px);padding:13px 15px;font-size:14px;line-height:1.45;display:flex;position:fixed;bottom:18px;right:18px;box-shadow:0 14px 38px #00000061}.actionFeedback b{color:#fff;background:#2f8a5c;border-radius:999px;flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}.desktopNav{display:none!important}@media (max-width:900px){.topbar{grid-template-columns:auto 1fr auto;min-height:100px;padding:0 12px}.brand{font-size:17px}.topbarTools{gap:9px}.viewModeSwitch span{display:none}.viewModeSwitch button{padding:6px}.classicTopIcons{gap:14px}.classicTopIcons a{font-size:21px}.playerStrip{white-space:nowrap;gap:14px;margin:0 -12px;padding:7px 12px;overflow-x:auto}.homeNewsGrid{grid-template-columns:1fr}.drawerGrid{grid-template-columns:repeat(2,1fr);gap:24px}.classicSection h2{font-size:24px}.pageTitle{font-size:clamp(28px,8vw,38px)!important}.newsRow{grid-template-columns:1fr}.classicActions{grid-template-columns:1fr 1fr}.shell{padding:18px 10px 60px}}@media (max-width:520px){.drawerGrid{grid-template-columns:1fr 1fr;gap:20px;padding:14px 22px}.drawerGrid a{font-size:16px}.classicActions{grid-template-columns:1fr}.classicTopIcons .hideSmall{display:none}.pageTitle{font-size:32px!important}.classicSection h2{font-size:22px}.actionFeedback{max-width:none;bottom:12px;left:10px;right:10px}}body.view-mobile{max-width:480px;min-height:100vh;margin:0 auto;box-shadow:0 0 0 1px #22313e,0 0 50px #0006}body.view-mobile .topbar{grid-template-columns:auto 1fr auto;min-height:100px;padding:0 12px}body.view-mobile .brand{font-size:17px}body.view-mobile .topbarTools{gap:9px}body.view-mobile .viewModeSwitch span{display:none}body.view-mobile .viewModeSwitch button{padding:6px}body.view-mobile .classicTopIcons{gap:14px}body.view-mobile .classicTopIcons a{font-size:21px}body.view-mobile .classicTopIcons .hideSmall{display:none}body.view-mobile .playerStrip{white-space:nowrap;gap:14px;margin:0 -12px;padding:7px 12px;overflow-x:auto}body.view-mobile .shell{width:100%;padding:18px 10px 60px}body.view-mobile .homeNewsGrid,body.view-mobile .featureGrid,body.view-mobile .twoCol,body.view-mobile .cardGrid,body.view-mobile .careerGrid,body.view-mobile .serviceGrid,body.view-mobile .mailboxGrid{grid-template-columns:1fr!important}body.view-mobile .stats{grid-template-columns:repeat(2,1fr)!important}body.view-mobile .sectionHead,body.view-mobile .inventoryRow,body.view-mobile .careerHero{align-items:flex-start;flex-direction:column!important}body.view-mobile .miniStats{justify-content:flex-start}body.view-mobile .drawerGrid{grid-template-columns:1fr 1fr;gap:20px;padding:14px 22px}body.view-mobile .drawerGrid a{font-size:16px}body.view-mobile .classicActions{grid-template-columns:1fr}body.view-mobile .pageTitle{font-size:32px!important}body.view-mobile .classicSection h2{font-size:22px}body.view-mobile .newsRow{grid-template-columns:1fr}body.view-mobile .tr{grid-template-columns:36px 1fr 55px 90px;font-size:13px}body.view-desktop{max-width:none;box-shadow:none;margin:0}body.view-desktop .viewModeSwitch span{display:inline}@media (max-width:900px){body.view-desktop .topbar{grid-template-columns:auto 1fr auto;min-height:96px;padding:0 max(16px,50vw - 560px)}body.view-desktop .brand{font-size:21px}body.view-desktop .topbarTools{gap:14px}body.view-desktop .viewModeSwitch span{display:inline}body.view-desktop .viewModeSwitch button{padding:6px 8px}body.view-desktop .classicTopIcons{gap:18px}body.view-desktop .classicTopIcons a{font-size:23px}body.view-desktop .classicTopIcons .hideSmall{display:inline}body.view-desktop .playerStrip{white-space:normal;gap:24px;margin:0 calc(-1*max(16px,50vw - 560px));padding:7px max(16px,50vw - 560px);overflow:visible}body.view-desktop .shell{width:min(1120px,100%);padding:26px 16px 70px}body.view-desktop .homeNewsGrid{grid-template-columns:1.15fr .85fr}body.view-desktop .drawerGrid{grid-template-columns:repeat(3,1fr);gap:24px 34px;padding:15px 32px}body.view-desktop .classicSection h2{font-size:27px}body.view-desktop .pageTitle{font-size:clamp(30px,5vw,44px)!important}body.view-desktop .newsRow{grid-template-columns:130px 1fr auto}body.view-desktop .classicActions{grid-template-columns:repeat(3,1fr)}}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a342834df7752944-s.1ypl14jhz9yyw.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.2g9li78_0_it5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.00u3xrku2lqty.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.2vepgg3wcdr2q.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.2ttjmmx-9gnz1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.3259ncl47-hqj.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_2086aec6-module__U1xg0W__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_2086aec6-module__U1xg0W__variable{--font-body:"Manrope", "Manrope Fallback"}
@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbd88c7cbebcb5b-s.1gbavwjfxk-ql.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e3c10b17cdb86a23-s.170qlghoxphjg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(../media/612838607db3d51d-s.p.3rc77fqyyrg24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9710cef2a2a6ac70-s.1glkedkmkj4ol.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a978fc28c69736ab-s.0jk2f-2yu65-t.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(../media/303804218d80822e-s.p.0j4ssjn_k8z58.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e37557cf0085218d-s.323_pd8dkinxn.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(../media/146a3e5eadafdf83-s.3o5kmmd3ujeri.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d9b5d46d9a89ffe6-s.p.0rkprfbp4mv-a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5a938ab334846ae8-s.2yl4_bdoj5bxl.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(../media/3dae58b0b46c3f93-s.0dfcd0ghwuuui.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(../media/89232e6535d3b87e-s.p.350ebk_prankn.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed Fallback;src:local(Arial);ascent-override:130.73%;descent-override:26.15%;line-gap-override:0.0%;size-adjust:76.49%}.barlow_condensed_d20707b5-module___t24ka__className{font-family:Barlow Condensed,Barlow Condensed Fallback;font-style:normal}.barlow_condensed_d20707b5-module___t24ka__variable{--font-heading:"Barlow Condensed", "Barlow Condensed Fallback"}
