@font-face{font-family:Russo-One;font-display:swap;src:url(/fonts/RussoOne-Regular-CdcH-QXh.ttf) format("truetype")}.btn-blue,#cellphone-actions .tab-button,.btn-red,.btn-green{color:#fff;background:linear-gradient(135deg,#07aaee1a,#07aaee33);border:2px solid rgba(7,170,238,.5);border-radius:12px;font-family:Russo-One;font-size:30px;text-align:center;padding:5px 20px;cursor:pointer;transition:all .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.2)}.btn-blue:hover,#cellphone-actions .tab-button:hover,.btn-red:hover,.btn-green:hover{background:linear-gradient(135deg,#07aaee33,#07aaee4d);border-color:#07aaeecc;box-shadow:0 0 20px #07aaee33;transform:translateY(-2px)}.btn-blue:active,#cellphone-actions .tab-button:active,.btn-red:active,.btn-green:active{transform:translateY(1px)}@media screen and (max-width: 1280px){.btn-blue,#cellphone-actions .tab-button,.btn-red,.btn-green{font-size:20px;padding:2px 10px;text-align:center}}.btn-green{background:linear-gradient(135deg,#00aa771a,#0a73);border:2px solid rgba(0,170,119,.5)}.btn-green:hover{background:linear-gradient(135deg,#0a73,#00aa774d);border-color:#0a7c;box-shadow:0 0 20px #0a73}.btn-red{background:linear-gradient(135deg,#b01c4166,#75042b66);border:2px solid rgba(64,4,30,.5333333333)}.btn-red:hover{background:linear-gradient(135deg,#bd2a4e66,#a3124466);border-color:#40041e88;box-shadow:0 0 20px #40041e44}.select-blue{font-family:Inter,sans-serif;font-size:16px;color:#fff;background:linear-gradient(135deg,#07aaee1a,#07aaee33);border:2px solid rgba(7,170,238,.5);padding:5px;border-radius:4px;min-width:100px;height:30px;outline:none;box-shadow:1px 1px 3px #0009}.select-blue:hover{background:linear-gradient(135deg,#07aaee33,#07aaee4d);border-color:#07aaeecc;box-shadow:0 0 20px #07aaee33;transform:translateY(-2px)}.select-blue:active{transform:translateY(1px)}#cellphone-actions{left:5px;top:5px;position:absolute;width:400px;height:400px}#cellphone-actions .tab-button{font-size:10px;padding:5px 20px;border-radius:3px;margin-left:5px}#cellphone-actions #cellphone-give-item-tab *{margin-top:5px}#gameover-container{inset:0;margin:auto;position:absolute;width:fit-content;height:fit-content;display:flex;flex-direction:column;text-align:center;font-family:Russo-One;text-shadow:0 2px 4px rgba(0,0,0,.2);font-size:24px;pointer-events:none}#gameover-container *{padding:5px;pointer-events:auto}#gameover-container #gameover-status{color:#eee}#gameover-container #gameover-menu-btn{font-size:15px;width:180px;margin:150px auto 20px}#gameover-you-dead{position:absolute;display:block;font-family:Russo-One,sans-serif;font-size:300px;color:red;animation:YouDieAnim 3s ease-in-out infinite;left:50%;top:50%;transform:translateY(-50%);white-space:nowrap;text-shadow:0 0 10px #ff0000,0 0 20px #ff0000}@keyframes YouDieAnim{0%{transform:translate(-50%,-52%) rotate(20deg) scale(1.2)}10%{transform:translate(-48%,-48%) rotate(-20deg) scale(.9)}20%{transform:translate(-52%,-54%) rotate(25deg) scale(1.3)}30%{transform:translate(-50%,-50%) rotate(-25deg) scale(.8)}40%{transform:translate(-49%,-51%) rotate(15deg) scale(1.2)}50%{transform:translate(-51%,-49%) rotate(-15deg) scale(.9)}60%{transform:translate(-50%,-50%) rotate(10deg) scale(1.1)}70%{transform:translate(-50%,-50%) rotate(-10deg) scale(.95)}80%{transform:translate(-50%,-50%) rotate(5deg) scale(1.05)}90%{opacity:100%;transform:translate(-50%,-50%) rotate(-5deg) scale(1)}to{opacity:0%;transform:translate(-50%,-50%) rotate(0) scale(1)}}.inventory-item-slot{position:relative;background-color:#0004;width:60px;height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:Russo-One,serif}.inventory-item-slot .slot-image{width:40px;height:40px;object-fit:contain;pointer-events:none}.inventory-item-slot .slot-count{position:absolute;bottom:2px;right:4px;font-size:14px;font-weight:700;color:#fff;text-shadow:0 0 2px #000}.inventory-item-slot .slot-number{position:absolute;top:2px;left:4px;font-size:12px;color:#fff9;text-shadow:0 0 2px #000}@media screen and (max-width: 768px){.inventory-item-slot{width:23px;height:23px}.inventory-item-slot .slot-count{font-size:6px}.inventory-item-slot .slot-number{font-size:4px}.inventory-item-slot .slot-image{width:13px;height:13px}}.weapon-slot{width:300px;height:90px;background-color:#0003;border-radius:10px;font-size:20px;font-family:Russo-One,serif}.weapon-slot .weapon-slot-number{position:relative;top:5px;left:93%}.weapon-slot .weapon-slot-name{position:absolute;bottom:5px;right:10px}.weapon-slot .weapon-slot-image{position:absolute;top:50%;left:5px;width:100px;height:auto;transform:translateY(-50%)}.weapon-slot-selected{border:3px solid #eee}#all-inventory{display:flex;flex-direction:column;gap:10px;justify-items:end;height:fit-content;width:fit-content;overflow-y:hidden;overflow-x:hidden;text-align:center;position:absolute;inset:0;margin:auto}#all-inventory #close-all-inventory{position:absolute;left:5px;top:5px;font-size:10px;width:30px;height:30px;padding:0;font-weight:700}#all-inventory *{margin-left:5px;margin-right:5px}#all-inventory .all-inventory-b{display:grid;grid-template-columns:repeat(5,auto);gap:5px}#all-inventory #all-inventory-weapons{gap:5px;flex-direction:column;display:flex;align-items:center}#all-inventory #all-inventory-weapons .weapon-slot-2{width:150px;height:60px;display:flex;align-items:center;justify-content:flex-start;position:relative;background-color:#0004;border-radius:8px}#all-inventory #all-inventory-weapons .weapon-slot-2 .weapon-slot-image{position:relative;transform:none;left:unset;top:unset;width:50px;height:auto;margin-left:5px}#all-inventory #all-inventory-weapons .weapon-slot-2 .weapon-slot-number{position:absolute;top:4px;right:4px;font-size:12px;color:#fff;text-shadow:0 0 2px #000}#all-inventory #all-inventory-weapons .weapon-slot-2 .weapon-slot-name{margin-left:10px;font-size:12px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 768px){#all-inventory{gap:5px;height:250px;overflow-y:scroll}#all-inventory #close-all-inventory{font-size:8px;width:25px;height:25px;left:2px;top:2px;border-radius:6px}#all-inventory #all-inventory-weapons{gap:3px}#all-inventory #all-inventory-weapons .weapon-slot-2{height:40px;width:130px}#all-inventory #all-inventory-weapons .weapon-slot-2 .weapon-slot-image{width:30px}#all-inventory #all-inventory-weapons .weapon-slot-2 .weapon-slot-number{font-size:7px}#all-inventory #all-inventory-weapons .weapon-slot-2 .weapon-slot-name{font-size:8px}}#right-joystick,#left-joystick{position:absolute;right:0;top:35vh;width:100px;height:100px;background-color:#0003}#right-joystick .knob,#left-joystick .knob{width:30%;height:30%;background-color:#555e}#left-joystick{left:16%}#right-joystick{left:60%}#game{-webkit-user-select:none;user-select:none;--webkit-user-select: none;position:fixed;touch-action:none;position:absolute;top:0;left:0;right:0;width:100%;height:100%;pointer-events:all}#game-canvas{position:absolute;inset:0;z-index:-1;pointer-events:all}#game-gui{top:0;left:0;width:100%;height:100%;position:absolute;transform-origin:0 0;overflow:visible;z-index:100;pointer-events:none}#game-gui *{pointer-events:auto}#boost-bar-container,#health-bar-container{display:block;justify-content:space-between;align-items:center;overflow:visible;position:absolute;left:5px;background:#1616166f;border-radius:2px;width:330px;transform:translateY(-100%),translate(-100%);font-size:20px;font-family:Russo-One,serif}@media screen and (max-width: 768px){#boost-bar-container,#health-bar-container{width:130px;font-size:10px}}#health-bar-container{bottom:5px;height:30px}#health-bar-container #health-bar,#health-bar-container #health-bar-animation{position:absolute;top:0;left:0;border-radius:2px;height:100%;width:100%;transition:width ease-in-out 3s}#health-bar-container #health-bar{background:linear-gradient(90deg,#fff,#dfdfdf);transition:width ease-in-out .2s}#health-bar-container #health-bar-animation{opacity:50%;background:red}#health-bar-container #health-bar-amount{position:absolute;color:#fff;font-style:italic;z-index:1;top:50%;left:103%;transform:translateY(-50%)}@media screen and (max-width: 768px){#health-bar-container{height:20px}}#boost-bar-container{bottom:40px;height:10px}#boost-bar-container #boost-bar{position:absolute;top:0;left:0;border-radius:2px;height:100%;width:0%;transition:width ease-in-out 3s;transition:width ease-in-out .2s}#boost-bar-container #boost-bar-amount{position:absolute;color:#fff;font-style:italic;z-index:1;top:50%;left:103%;transform:translateY(-50%)}@media screen and (max-width: 768px){#boost-bar-container{height:10px;bottom:30px}}#bottom-center-container{position:absolute;left:5px;background-color:#0002;bottom:60px;width:200px;height:80px}#bottom-center-container span{transform:translate(-50%,-50%);position:absolute;left:50%;top:50%;font-family:Russo-One;font-size:50px}#bottom-center-container #action-info{position:absolute;top:-30px;left:50%}#bottom-center-container #current-item-slot{position:absolute;right:103%;background-color:#0002;height:80px;width:80px}#bottom-center-container #current-item-slot img{width:70px;height:70px}@media screen and (max-width: 768px){#bottom-center-container{bottom:45px;width:100px;height:40px}#bottom-center-container span{font-size:20px}}#ammos-inventory{display:grid;grid-template-columns:repeat(auto,5);gap:5px;position:absolute;right:5px;top:50%;transform:translateY(-50%);justify-items:end;pointer-events:none}#ammos-inventory .ammo-slot{background-color:#0003;display:flex;flex-direction:column;border-radius:5px;pointer-events:auto}#ammos-inventory .ammo-slot .count{font-family:Russo-One,sans-serif;text-align:center;font-size:15px;text-anchor:middle}#ammos-inventory .ammo-slot .icon{width:30px;height:30px;margin:auto;padding-top:5px;padding-left:5px;padding-right:5px}#ammos-inventory .ammo-slot:hover{border:2px solid #ccc}@media screen and (max-width: 768px){#ammos-inventory{left:3px}#ammos-inventory .ammo-slot .count{font-size:10px}#ammos-inventory .ammo-slot .icon{width:12px;height:12px}}#equipaments{position:absolute;background-color:#0002;top:5px;right:5px;height:150px;width:200px;overflow-y:hidden;overflow-x:hidden}#equipaments .skin-closeup{position:absolute;scale:30%;transition:-50%,-50%;left:26%;top:-26%}#equipaments .inventory-item-slot{margin:0%}#equipaments .inventory-item-slot img{transform:unset;rotate:unset}@media screen and (max-width: 768px){#equipaments{height:60px;width:100px;top:3px;right:3px}#equipaments .skin-closeup{scale:10%;transition:-50%,-50%;left:0;top:-90px}}#gui-weapons{position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:max-content;display:flex;flex-direction:row;gap:5px;width:32%}#gui-weapons .weapon-slot{width:100%;display:block;position:relative}@media screen and (max-width: 768px){#gui-weapons .weapon-slot{height:50px;font-size:7px}#gui-weapons .weapon-slot .weapon-slot-image{width:30px}#gui-weapons .weapon-slot .weapon-slot-number{left:86%}#gui-weapons .weapon-slot .weapon-slot-name{bottom:3px;right:3px}}#killfeed-container{position:absolute;right:300px;top:5px;display:flex;flex-direction:column;gap:5px}#killfeed-container .killfeed-message{background-color:#0003;border-radius:20px;font-family:Russo-One;font-size:18px}#killfeed-container .killfeed-message img{align-self:center}#information-killbox{width:fit-content;font-family:Russo-One;font-size:30px;height:fit-content;position:absolute;inset:40% 0 0;padding:15px;margin:auto}#killeader-container{width:fit-content;font-family:Russo-One;font-size:15px;height:fit-content;position:absolute;top:140px;right:5px;padding:15px}#killeader-container #killeader-container-icon{width:30px;height:30px;position:relative;transform:translateY(25%);left:0}@media screen and (max-width: 768px){#killeader-container{font-size:5px;top:5px;right:5px}#killeader-container #killeader-container-icon{width:10px;height:10px}}#gui-items{position:absolute;bottom:105px;left:50%;transform:translate(-50%);width:max-content;display:flex;flex-direction:row;gap:5px}@media screen and (max-width: 768px){#gui-items{bottom:65px;gap:2px}#gui-items .inventory-item-slot{width:23px;height:23px}#gui-items .inventory-item-slot .slot-count{font-size:6px}#gui-items .inventory-item-slot .slot-number{font-size:4px}#gui-items .inventory-item-slot .slot-image{width:20px;height:20px}}#help-gui{pointer-events:none;display:flex;position:absolute;left:5px;top:50%;flex-direction:column;transform:translateY(-50%);font-family:Russo-One;font-size:20px}@media screen and (max-width: 768px){#help-gui{font-size:10px}}.background-menu,.background-menu-green{background:#0d1117cc;border-radius:15px;border:2px solid rgba(7,170,238,.5);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d}.background-menu:hover,.background-menu-green:hover{border-color:#07aaeecc;box-shadow:0 0 20px #07aaee33}.background-menu-green{border:2px solid rgba(0,170,119,.5)}.background-menu-green:hover{border-color:#0a7c;box-shadow:0 0 20px #0a73}.text-input{color:#fff;background:#0003;border:2px solid rgba(7,170,238,.5);border-radius:10px;font-family:Russo-One;font-size:20px;padding:15px;outline:none;transition:all .3s ease}.text-input:focus{border-color:#07aaeecc;box-shadow:0 0 15px #07aaee33}.text-input::placeholder{text-align:center;color:#ffffff80}@media screen and (max-width: 1280px){.text-input{font-size:16px}}.span{color:#eee;font-size:30px;font-family:Russo-One,Arial}@media screen and (max-width: 768px){.span{font-size:15px}}.text{color:#eee;font-family:Russo-One,Arial}.skin-closeup{position:relative;width:100px;height:240px;padding:0;margin:0}.skin-closeup *{position:absolute;background-size:cover}.skin-closeup .body{width:100px;height:237px;left:0;top:0}.skin-closeup .mounth{width:16px;height:8px;left:34px;top:72px}.character{width:300px;height:300px;transform:rotate(90deg);padding:0;margin:0;transition:transform .3s ease}.character:hover{transform:rotate(90deg) scale(1.05)}.character .body{position:relative;width:200px;height:200px;left:50%;top:50%;transform:translate(-50%,-50%);background-size:cover}.character .fist-left,.character .fist-right{position:relative;width:140px;height:40px;left:130px;z-index:-1;background-size:cover;transition:transform .3s ease}.character .fist-left{top:190px;rotate:-10deg}.character .fist-right{top:70px;rotate:10deg}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb{background:#07aaee4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#07aaee80}#menu{width:100%;height:100%;position:absolute;inset:0;background-image:url(/img/menu/background/background.png);background-size:cover;background-position:center;overflow-y:auto;padding:20px}#menu:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#000000b3,#0000004d);pointer-events:none}#title-section{position:absolute;width:90%;max-width:500px;top:100px;left:50%;z-index:1;-webkit-user-select:none;user-select:none;animation:TitleAnimation 23s infinite ease-in-out alternate}@keyframes TitleAnimation{0%{transform:translate(-50%,-50%) rotate(-3deg) scale(1)}to{transform:translate(-50%,-50%) rotate(3deg) scale(108%)}}#top-left-section{position:absolute;display:block;top:10px;left:10px}#top-left-section #btn-settings{transition:none}#settings-tabs{position:absolute;inset:0;width:50%;height:50%;z-index:5;margin:auto}#updates-section{position:absolute;width:400px;height:500px;overflow-y:scroll;padding:25px;z-index:1;left:10%;top:50%;transform:translateY(-50%)}@media (max-width: 1200px){#updates-section{position:relative;width:90%;max-width:500px;height:auto;max-height:250px;left:50%;transform:translate(-50%);top:0;margin:20px auto}}#updates-section h2{color:#fff;font-family:Russo-One;font-size:24px;margin-bottom:20px;text-align:center}#updates-section .update-item{margin-bottom:15px;padding:15px;background:#07aaee1a;border-radius:8px}#updates-section .update-item h3{color:#fff;font-size:18px;margin-bottom:8px}#updates-section .update-item p{color:#fffc;font-size:14px;line-height:1.4;margin:5px 0}#main-section{position:absolute;width:400px;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:25px;padding:40px;z-index:1}@media (max-width: 1200px){#main-section{position:relative;width:90%;max-width:500px;transform:translate(-50%);top:0;margin:20px auto}}#about-section{position:absolute;width:400px;height:500px;padding:25px;z-index:1;overflow-y:auto;right:10%;top:50%;transform:translateY(-50%)}@media (max-width: 1200px){#about-section{position:relative;width:90%;max-width:500px;height:auto;max-height:250px;right:auto;left:50%;transform:translate(-50%);margin:20px auto}}#about-section h2{color:#fff;font-family:Russo-One;font-size:24px;margin-bottom:20px;text-align:center}#about-section p{color:#fffc;font-size:16px;line-height:1.6;margin-bottom:15px}#social-section{position:absolute;width:450px;margin-top:70px;z-index:1;right:10%;top:calc(50% + 270px);transform:translateY(-50%)}@media (max-width: 1200px){#social-section{position:relative;width:90%;max-width:500px;right:auto;left:50%;top:0;transform:translate(-50%);margin:20px auto}}#social-section h2{color:#fff;font-family:Russo-One;font-size:24px;margin-bottom:20px;text-align:center}#social-links{display:flex;justify-content:center;gap:20px;padding:15px}#social-links .social-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#07aaee1a;border:2px solid rgba(7,170,238,.3);transition:all .3s ease}#social-links .social-link:hover{transform:translateY(-2px);background:#07aaee33;border-color:#07aaee99;box-shadow:0 4px 12px #07aaee33}#social-links .social-link:active{transform:translateY(1px)}#social-links .social-icon{width:28px;height:28px;background-size:contain;background-repeat:no-repeat;background-position:center}#social-links .social-icon.discord{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='0'%3E%3Cpath d='M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.118.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z'/%3E%3C/svg%3E")}#social-links .social-icon.youtube{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='0'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E")}#social-links .social-icon.instagram{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/%3E%3C/svg%3E")}#social-links .social-icon.github{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}#social-links .social-icon.twitter{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E")}#character-info{display:flex;flex-direction:column;align-items:center;gap:25px;width:100%}#insert-name{width:100%;max-width:300px}#gamemode-info{width:100%;display:flex;justify-content:center;padding:15px}#sections-tabs{position:absolute;z-index:9000;inset:0;margin:auto;height:fit-content}.entry-tab{display:flex;flex-direction:column;gap:10px;text-align:center;font-family:Russo-One;font-size:30px}#account-status{position:relative;left:98%;top:.5%;transform:translate(-100%);width:fit-content;height:fit-content;text-align:center;flex-direction:column;font-family:Russo-One,monospace;font-size:20px;display:flex}#account-status *{margin-left:20px;margin-right:20px}html,body{width:100vw;height:100vh;overflow:hidden}body,p,input,button,select{font-family:Inter,sans-serif;font-size:16px;color:#fff}body{overscroll-behavior:none}
