:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}@font-face{font-family:Gilroy;src:url(/assets/Gilroy-Medium-BVFe7ABu.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Gilroy;src:url(/assets/Gilroy-Bold-CWvQ8Q14.ttf) format("truetype");font-weight:700;font-style:normal}html,body{margin:0;height:100%;font-family:Gilroy,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:transparent!important;overflow:hidden}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}@media(min-width:1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}:root{--bg: rgba(17,17,17,.96);--bg-accent: rgba(255,255,255,.06);--bg-hover: rgba(46, 208, 25, .3);--text: #fff;--text-dim: rgba(255,255,255,.35);--btn-ok: rgba(46, 208, 25, 1);--btn-ok-shadow: rgba(46, 208, 25, .3);--btn-cancel: rgba(255,255,255,.18);--btn-cancel-shadow: rgba(255,255,255,.07);--radius: 14px;--shadow: 0 10px 28px rgba(0,0,0,.55);--border: 1px solid rgba(255,255,255,.08);--btn-h: 48px;--w: 520px;--chat-outline-a: .5;--chat-soft-a: .4}::-webkit-scrollbar{width:0;height:0}*{margin:0;padding:0;scrollbar-width:none;scrollbar-color:transparent transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-app-region:no-drag}*::selection{background:transparent}.chat-group{position:absolute;left:18px;top:15px;display:flex;flex-direction:column;gap:25px;pointer-events:none}.chat-container{position:relative;width:750px;height:300px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;display:flex;flex-direction:column}.chat-messages{width:750px;flex:1;margin:0;padding:0;text-shadow:none;overflow-wrap:break-word;scroll-behavior:smooth;overscroll-behavior:contain;word-break:normal;background:transparent;border:none;color:#fff;font-size:17px;font-weight:500;line-height:1.5}.chat-line{color:#fffffffa;text-shadow:1px 0 0 rgba(0,0,0,var(--chat-outline-a)),-1px 0 0 rgba(0,0,0,var(--chat-outline-a)),0 1px 0 rgba(0,0,0,var(--chat-outline-a)),0 -1px 0 rgba(0,0,0,var(--chat-outline-a)),1px 1px 0 rgba(0,0,0,var(--chat-outline-a)),-1px 1px 0 rgba(0,0,0,var(--chat-outline-a)),1px -1px 0 rgba(0,0,0,var(--chat-outline-a)),-1px -1px 0 rgba(0,0,0,var(--chat-outline-a)),0 2px 3px rgba(0,0,0,var(--chat-soft-a));-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.chat-line span{text-shadow:inherit}.chat-line .ts{font-size:17px;opacity:.85;word-break:normal}.chat-line-continuation{margin:0;padding:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;text-shadow:inherit;-webkit-text-stroke:inherit}.chat-input{position:relative;display:none;pointer-events:auto}.chat-input-wrapper{display:flex;align-items:center;gap:5px;padding:0;background:transparent;border:0;box-shadow:none}.chat-text{width:450px;height:50px;box-sizing:border-box;padding:0 22px;border-radius:7px;border:1px solid rgba(255,255,255,.4);background:#111111a6;outline:none;color:#fffffff7;font-size:16px;font-weight:300;letter-spacing:.2px;font-family:Gilroy,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;text-shadow:none}.chat-text::placeholder{color:#ffffff8c;text-shadow:none}.icon-button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:7px;border:1px solid rgba(255,255,255,.4);background:#111111a6;box-shadow:none;color:#ffffffeb;cursor:pointer;transition:background .12s ease,border-color .12s ease}.icon-button:hover{background:#ffffffd4;border-color:#ffffff29}.icon-button:active{transform:none}.icon-button svg{width:27px;height:27px;stroke:#ffffffeb;stroke-width:2.2}.emoji{width:1em;height:1em;vertical-align:-.15em}.hud-root{position:fixed;inset:0;pointer-events:none;font-family:Gilroy,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.logo-block{position:absolute;top:15px;right:40px;pointer-events:none}.logo-img{width:130px;height:65px;object-fit:contain}.stats-panel{width:170px;height:80px;padding:10px 18px;border-radius:10px;background:#000000b3;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 20px #00000073}.stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff;font-size:14px;font-weight:500}.stat-icon{width:35px;height:35px}.weapon-panel{width:140px;height:80px;padding:10px 18px;border-radius:10px;background:#000000b3;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 20px #00000073}.weapon-icon-wrap{width:55px;height:55px;display:flex;align-items:center;justify-content:center}.weapon-icon{width:55px;height:55px;object-fit:contain}.weapon-ammo{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff;font-weight:600;line-height:1.1;font-size:16px}.wanted-stars{display:flex;gap:6px}.star{width:32px;height:32px;background-image:url(./img/ui/star_empty.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.star.active{background-image:url(./img/ui/star_full.svg)}.money-block{display:flex;align-items:center;gap:8px;font-size:26px;font-weight:700;justify-content:flex-end}.money-currency{color:#48ff48}.money-value{color:#fff}.right-top-wrap{position:absolute;top:90px;right:40px;display:flex;flex-direction:column;align-items:flex-end;gap:18px;pointer-events:none}.stats-weapon-wrap{display:flex;gap:16px;pointer-events:none}.bottom-hud{display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}@font-face{font-family:Familjen Grotesk;src:url(./font/FamiljenGrotesk-BoldItalic.ttf) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Familjen Grotesk;src:url(./font/FamiljenGrotesk-MediumItalic.ttf) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:Akrobat;src:url(./font/Akrobat-SemiBold.otf) format("woff2");font-weight:600;font-style:normal}.speedometer-root{position:absolute;right:60px;bottom:60px;width:300px;height:300px;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Familjen Grotesk,system-ui,sans-serif}.speedometer-bg{position:absolute;inset:0;border-radius:50%;background:#0000008c;filter:blur(45px)}.speedometer-top{position:absolute;top:0;left:50%;transform:translate(-50%);width:160px;display:flex;justify-content:space-between;z-index:1}.top-item{display:flex;align-items:center;gap:6px;font-size:18px;font-weight:600;font-family:Akrobat,system-ui,sans-serif}.top-item.fuel{color:#ff3b3b}.top-item.engine{color:#2fb7ff}.top-icon{width:26px;height:26px}.speedometer-center{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:80px}.indicator{pointer-events:auto}.indicator img{width:26px;height:26px;opacity:.85}.speed-value{font-size:96px;font-weight:800;color:#fff}.speedometer-unit{position:relative;z-index:1;top:-28px;font-size:20px;font-weight:100;letter-spacing:2px;color:#ffffffd9}.speedometer-odo{position:relative;z-index:1;top:-23px;font-size:22px;font-weight:600;color:#fff}.speedometer-bottom{position:relative;z-index:1;top:-5px;display:flex;gap:20px;align-items:center}.bottom-icon{width:24px;height:24px;opacity:.75;filter:none}.bottom-icon.active{opacity:1;filter:drop-shadow(0 0 4px #00FF00)}.bottom-icon.active{opacity:1;filter:drop-shadow(0 0 4px #00FF00) hue-rotate(90deg) saturate(5)}@font-face{font-family:Gilroy;src:url(/assets/Gilroy-Medium-BVFe7ABu.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Gilroy;src:url(/assets/Gilroy-Bold-CWvQ8Q14.ttf) format("truetype");font-weight:700;font-style:normal}*:focus{outline:none!important}button:focus,input:focus,textarea:focus,select:focus,[tabindex]:focus{outline:none!important}#listBox:focus{outline:none!important}html,body{margin:0;height:100%;background:transparent;font-family:Gilroy,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;color:var(--text);overflow:hidden}.dlg-root{position:fixed;inset:0;display:grid;place-items:center;pointer-events:none}.dialog{grid-template-rows:auto 1fr auto;min-height:0;width:var(--w);max-height:90vh;color:#fff;background:var(--bg);border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;pointer-events:all;overflow:hidden}.dialog.show{display:grid;grid-template-rows:auto 1fr auto}.dlg-header{padding:20px 22px 10px;font-weight:700;font-size:18px;letter-spacing:.2px}.dlg-body{padding:0 22px 8px;overflow:visible;min-height:0}.dlg-footer{display:grid;grid-auto-flow:column;gap:10px;justify-content:center;padding:18px 22px 22px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.03))}.btn{height:var(--btn-h);min-width:140px;border:0;border-radius:8px;font-family:Gilroy;font-size:15px;font-weight:600;letter-spacing:.2px;cursor:pointer;transition:transform .05s ease,box-shadow .2s ease,opacity .2s ease;color:#fff}.btn.ok{background:var(--btn-ok)}.btn.ok:hover{box-shadow:0 6px 0 var(--btn-ok-shadow)}.btn.cancel{background:var(--btn-cancel);color:#ffffffe6}.btn.cancel:hover{box-shadow:0 6px 0 var(--btn-cancel-shadow)}.btn:active{transform:translateY(1px)}.section{display:none}.section.show{display:block}.msg{max-height:44vh;overflow-y:auto;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.prompt{color:var(--text-dim);margin-bottom:10px}.input-wrap{display:grid;gap:10px;margin-top:8px}.input{height:46px;padding:0 12px;border-radius:8px;background:var(--bg-accent);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:15px;font-family:Gilroy;outline:none;transition:border-color .2s ease,background .2s ease}.input:focus{border-color:#ffffff61;background:#ffffff1a}.list{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:var(--bg-accent);overflow:hidden auto;max-height:44vh;padding:6px}.list-item{padding:10px 12px;border-radius:6px;color:#ffffffd9;cursor:pointer;transition:background .12s ease,color .12s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.list-item:hover{background:var(--bg-hover)}.list-item.active{background:#2ed019;color:#fff}.table-wrap{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:var(--bg-accent);overflow:auto;max-height:48vh}table{width:100%;border-collapse:collapse;font-size:15px;color:#ffffffe6}thead th{position:sticky;top:0;background:#ffffff1a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-align:left;font-weight:700;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.12)}tbody td{padding:10px 12px;border-bottom:1px dashed rgba(255,255,255,.08);white-space:nowrap}tbody tr{cursor:pointer;transition:background .12s ease}tbody tr:hover{background:var(--bg-hover)}tbody tr.active{background:#2ed019}.hidden{display:none!important}
