@keyframes slideFromTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideFromRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes expandFromCenter{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes fadeUp{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pageEnter{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}.PauseMenuGlare{position:absolute;margin:auto;display:flex;align-items:center;justify-content:center;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:#000c}.PauseMenuGlare .TopGlare,.PauseMenuGlare .BottomGlare{position:absolute;width:100%;height:100%;background:radial-gradient(83% 39.86% at 50% -11.02%,#f4213a40,#0000)}.PauseMenuGlare>.Header{position:absolute;top:6.75%;display:flex;align-items:center;justify-content:center;animation:slideFromTop .6s cubic-bezier(.16,1,.3,1) .1s both}.PauseMenuGlare>.Header .Description{position:absolute;bottom:20%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:NexaBold;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.32px}.PauseMenuGlare .CloseMenu{position:absolute;top:3.5%;right:2%;display:flex;flex-direction:row;gap:.75vw;cursor:pointer;animation:slideFromRight .5s cubic-bezier(.16,1,.3,1) .15s both;transition:opacity .25s ease}.PauseMenuGlare .CloseMenu:hover{opacity:.85}.PauseMenuGlare .CloseMenu .Escape{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#e4e4e433;transition:background .25s ease,transform .2s ease}.PauseMenuGlare .CloseMenu .Escape:hover{background:#e4e4e459;transform:scale(1.06)}.PauseMenuGlare .CloseMenu .Escape .Inner{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;background:#fff}.PauseMenuGlare .CloseMenu .TextLayout{position:relative;display:flex;flex-direction:column;gap:0vw}.PauseMenuGlare .CloseMenu .TextLayout .TopText{color:#fffc;text-align:right;font-family:NexaLight;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.28px}.PauseMenuGlare .CloseMenu .TextLayout .BottomText{color:#fff;text-align:right;font-family:NexaHeavy;font-size:16px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-.32px}.PauseMenuGlare .Separator{position:absolute;top:25%;width:1266px;height:1px;background:#fff3;animation:expandFromCenter .5s cubic-bezier(.16,1,.3,1) .2s both}.PauseMenuGlare .Separator .Fill{position:absolute;top:-.5px;left:0;width:168px;height:2px;background:#fff;border-radius:1px;transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .3s ease;opacity:0}.PauseMenuGlare .Separator .Fill.active{opacity:1}.PauseMenuGlare .Separator .Fill .Knob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:1px;background:#fff}.PauseMenuGlare .Categories{position:absolute;top:27%;display:flex;flex-direction:row;gap:.8vw}.PauseMenuGlare .Categories .Category{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:168px;height:40px;border-radius:8px;border:1px solid rgba(228,228,228,.4);background:radial-gradient(50% 50% at 50% 50%,#7e7e7e00,#e4e4e414);color:#fff;text-align:center;font-family:NexaBold;font-size:16px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-.32px;opacity:0;animation:fadeUp .35s cubic-bezier(.16,1,.3,1) forwards;transition:border-color .25s ease,background .25s ease,transform .2s ease,box-shadow .25s ease}.PauseMenuGlare .Categories .Category:nth-child(1){animation-delay:.345s}.PauseMenuGlare .Categories .Category:nth-child(2){animation-delay:.39s}.PauseMenuGlare .Categories .Category:nth-child(3){animation-delay:.435s}.PauseMenuGlare .Categories .Category:nth-child(4){animation-delay:.48s}.PauseMenuGlare .Categories .Category:nth-child(5){animation-delay:.525s}.PauseMenuGlare .Categories .Category:nth-child(6){animation-delay:.57s}.PauseMenuGlare .Categories .Category:nth-child(7){animation-delay:.615s}.PauseMenuGlare .Categories .Category:hover:not(.selected){border-color:#fff9;background:radial-gradient(50% 50% at 50% 50%,#7e7e7e0d,#e4e4e42e);transform:translateY(-2px)}.PauseMenuGlare .Categories .Category.selected{border:1px solid #F4213A;background:linear-gradient(90deg,#f4213a,#dc1a31);box-shadow:0 2px 16px #f4213a59}.PauseMenuGlare .PageTransition{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;animation:pageEnter .65s cubic-bezier(.16,1,.3,1) forwards}.PauseMenuGlare .PageTransition .TableLayout{pointer-events:auto}.PauseMenuGlare .TableLayout{position:absolute;top:32.5%;left:50%;transform:translate(-50%);display:flex;flex-direction:row;gap:1.5vw}.PauseMenuGlare .TableLayout .Footer{position:absolute;bottom:0;display:flex;flex-direction:column;align-items:center;width:100%;height:80px;border-radius:0 0 12px 12px;border-top:1px solid rgba(228,228,228,.2);background:#76767666;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .25s ease}.PauseMenuGlare .TableLayout .Footer .TopHalf{position:absolute;top:18%;left:5%;display:flex;align-items:center;flex-direction:row;gap:.5vw;color:#fff;font-family:NexaBold;font-size:20px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-.4px}.PauseMenuGlare .TableLayout .Footer .BottomHalf{position:absolute;bottom:18%;left:5%;color:#ffffff80;font-family:NexaLight;font-size:15px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.3px}.PauseMenuGlare .TableLayout .Info,.PauseMenuGlare .TableLayout .Business,.PauseMenuGlare .TableLayout .Settings,.PauseMenuGlare .TableLayout .CreateGang,.PauseMenuGlare .TableLayout .SecondBox,.PauseMenuGlare .TableLayout .WorldMap{transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease;cursor:pointer}.PauseMenuGlare .TableLayout .Info:hover,.PauseMenuGlare .TableLayout .Business:hover,.PauseMenuGlare .TableLayout .Settings:hover,.PauseMenuGlare .TableLayout .CreateGang:hover,.PauseMenuGlare .TableLayout .SecondBox:hover,.PauseMenuGlare .TableLayout .WorldMap:hover{transform:translateY(-4px);border-color:#ffffff8c;box-shadow:0 8px 32px #00000059}.PauseMenuGlare .TableLayout .Info:hover .Footer,.PauseMenuGlare .TableLayout .Business:hover .Footer,.PauseMenuGlare .TableLayout .Settings:hover .Footer,.PauseMenuGlare .TableLayout .CreateGang:hover .Footer,.PauseMenuGlare .TableLayout .SecondBox:hover .Footer,.PauseMenuGlare .TableLayout .WorldMap:hover .Footer{background:#7676768c}.PauseMenuGlare .TableLayout .Info{display:flex;align-items:center;justify-content:center;width:404px;height:552px;border-radius:12px;background:radial-gradient(144.07% 141.36% at 103.8% -30.78%,#4f4f4f,#0000),#0f0f0f99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(228,228,228,.4)}.PauseMenuGlare .TableLayout .Business{display:flex;align-items:center;justify-content:center;width:1265px;height:552px;border-radius:12px;border:2px solid rgba(228,228,228,.4);background:radial-gradient(144.07% 141.36% at 103.8% -30.78%,#4f4f4f,#0000),#0f0f0f99}.PauseMenuGlare .TableLayout .Business .Header{position:absolute;top:40%;left:37.5%;display:flex;align-items:flex-start;flex-direction:column;gap:0vw;animation:none}.PauseMenuGlare .TableLayout .Business .Header .Title{color:#fff;font-family:NexaBold;font-size:64px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-1.28px}.PauseMenuGlare .TableLayout .Business .Header .Desc{color:#ffffff80;font-family:NexaLight;font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.4px}.PauseMenuGlare .TableLayout .BusinessList{display:flex;flex-direction:column;gap:.8vw;width:1265px}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem{display:flex;align-items:center;justify-content:space-between;padding:1.2vw 1.8vw;border-radius:12px;border:2px solid rgba(228,228,228,.4);background:radial-gradient(144.07% 141.36% at 103.8% -30.78%,#4f4f4f,#0000),#0f0f0f99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem:hover{transform:translateY(-4px);border-color:#ffffff8c;box-shadow:0 8px 32px #00000059}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem .BusinessInfo{display:flex;align-items:center;gap:1vw}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem .BusinessInfo .BusinessDetails{display:flex;flex-direction:column}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem .BusinessInfo .BusinessDetails .BusinessName{color:#fff;font-family:NexaBold;font-size:20px;font-weight:900;letter-spacing:-.4px}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem .BusinessInfo .BusinessDetails .BusinessType{color:#ffffff80;font-family:NexaLight;font-size:14px;font-weight:700;letter-spacing:-.28px}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem .BusinessRevenue{display:flex;flex-direction:column;align-items:flex-end}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem .BusinessRevenue .RevenueLabel{color:#ffffff80;font-family:NexaLight;font-size:13px;font-weight:700;letter-spacing:-.26px}.PauseMenuGlare .TableLayout .BusinessList .BusinessItem .BusinessRevenue .RevenueValue{color:#4ade80;font-family:NexaBold;font-size:18px;font-weight:900;letter-spacing:-.36px}.PauseMenuGlare .TableLayout .Settings{display:flex;align-items:center;justify-content:center;width:404.417px;height:552px;border-radius:12px;background:radial-gradient(144.07% 141.36% at 103.8% -30.78%,#4f4f4f,#0000),#0f0f0f99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(228,228,228,.4)}.PauseMenuGlare .TableLayout .WorldMap{width:832px;height:552px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(228,228,228,.4)}.PauseMenuGlare .TableLayout .WorldMap img{width:100%;height:100%;border-radius:12px;object-fit:cover}.PauseMenuGlare .TableLayout .CreateGang,.PauseMenuGlare .TableLayout .SecondBox{display:flex;align-items:center;justify-content:center;width:617.824px;height:552px;border-radius:12px;background:radial-gradient(144.07% 141.36% at 103.8% -30.78%,#4f4f4f,#0000),#0f0f0f99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(228,228,228,.4)}@font-face{font-family:NexaBold;src:url(./NexaBold-CGC_93Iw.otf) format("opentype")}@font-face{font-family:NexaBlack;src:url(./NexaBlack-Cohn8JYM.otf) format("opentype")}@font-face{font-family:NexaHeavy;src:url(./NexaHeavy-C4LswGRq.ttf) format("truetype")}@font-face{font-family:NexaLight;src:url(./NexaLight-DohsbLqI.otf) format("opentype")}p{margin:0}#root{height:100%}html{color-scheme:normal!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:none!important;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;-webkit-user-select:none;user-select:none;overflow:hidden!important}::-webkit-scrollbar{background-color:transparent;padding:0;margin:0;width:0;height:0}
