html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background-color:#000;font-family:sans-serif}canvas{display:block;width:100vw;height:100vh;margin:0;padding:0;outline:none;border:none}#app{width:100%;height:100%;margin:0;padding:0;text-align:left}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px;border:2px solid rgba(0,0,0,.3)}::-webkit-scrollbar-thumb:hover{background:#ffffff80}.upperHud{position:fixed;top:0;left:50%;transform:translate(-50%);height:60px;min-width:520px;padding:0 16px;z-index:20000;display:inline-flex;align-items:center;gap:14px;border:1px solid rgba(168,190,255,.35);border-top:none;border-radius:0 0 12px 12px;background:#060c19db;box-shadow:0 8px 24px #00000073;color:#dfe8ff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.upperHud__item{display:inline-flex;align-items:center;gap:8px;font-size:14px}.upperHud__icon{width:40px;height:40px;object-fit:contain;opacity:.95}.upperHud__value{font-variant-numeric:tabular-nums;white-space:nowrap}.upperHud__divider{width:1px;height:24px;background:#ffffff2e}.upperHud__action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:65px;height:65px;border:none;background:transparent;padding:0;cursor:pointer;transition:transform .1s ease}.upperHud__chatBadge{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff6363f2;color:#fff;font-size:11px;line-height:18px;font-weight:600;text-align:center;box-shadow:0 0 0 1px #fff3 inset}.upperHud__logout{margin-left:auto}.upperHud__action:active{transform:translateY(1px)}.upperHud__wsDot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-left:10px;align-self:center;box-shadow:0 0 0 1px #ffffff2e inset}.upperHud__wsDot--green{background:#2ecc71}.upperHud__wsDot--yellow{background:#f1c40f}.upperHud__wsDot--red{background:#e74c3c}.upperHudModalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:30000;display:flex;align-items:flex-start;justify-content:center;padding-top:90px}.upperHudModal{width:800px;max-width:calc(100vw - 40px);background:#141820f2;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 16px 40px #00000080;overflow:hidden}.upperHudModal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.upperHudModal__title{font-size:14px;opacity:.9}.upperHudModal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#ffffffd9;cursor:pointer;font-size:16px;line-height:16px;padding:6px 8px;border-radius:10px}.upperHudModal__close:hover{background:#ffffff14}.upperHudModal__body{padding:16px;min-height:260px}.shipHud{position:fixed;right:12px;bottom:12px;width:270px;height:285px;z-index:2500;background:#0a0e19e0;border:1px solid rgba(255,255,255,.16);border-radius:12px;box-shadow:0 12px 28px #00000073;padding:8px;pointer-events:auto}.shipHud__grid{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:6px}.shipHud__btn,.shipHud__empty{width:65px;height:65px;border-radius:8px;justify-self:center;align-self:center}.shipHud__btn{border:1px solid rgba(255,255,255,.2);background:#ffffff0a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s ease,transform .08s ease}.shipHud__btn:hover:not(:disabled){border-color:#82c4ffbf}.shipHud__btn:disabled{opacity:.45;cursor:not-allowed}.shipHud__btn.is-active{border-color:#5dc3ff;box-shadow:0 0 0 1px #5dc3ff73 inset}.shipHud__icon{width:60px;height:60px;object-fit:contain}.shipHud__empty{border:1px dashed rgba(255,255,255,.08);background:#ffffff05}.chatModal{width:980px;max-width:calc(100vw - 40px);height:620px;max-height:calc(100vh - 120px);display:flex;flex-direction:column;background:linear-gradient(180deg,#101626fa,#080c16fa);border:1px solid rgba(120,170,255,.22);border-radius:18px;box-shadow:0 20px 60px #0000008c,0 0 0 1px #ffffff08 inset;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chatModal__topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff08,#fff0)}.chatModal__titleBlock{display:flex;flex-direction:column;gap:2px}.chatModal__title{font-size:18px;font-weight:700;color:#ebf3fff5;letter-spacing:.02em}.chatModal__subtitle{font-size:12px;color:#a0b6dcb8}@media (max-width: 860px){.chatModal{width:calc(100vw - 20px);height:calc(100vh - 100px)}.chatModal__body{grid-template-columns:1fr;grid-template-rows:auto 1fr}.chatModal__sidebar{border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding:12px}.chatModal__channels{flex-direction:row;flex-wrap:wrap}.chatModal__channelBtn{width:auto}.chatModal__bubble{max-width:90%}}.chatModal__body{flex:1;min-height:0;display:grid;grid-template-columns:220px 1fr}.chatModal__sidebar{display:flex;flex-direction:column;gap:12px;padding:16px 12px 16px 16px;border-right:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#121c2e8c,#080c1640)}.chatModal__sectionLabel{font-size:11px;font-weight:700;letter-spacing:.14em;color:#7b96c6bd}.chatModal__channels{display:flex;flex-direction:column;gap:8px;min-width:0}.chatModal__channelBtn{position:relative;width:100%;min-height:40px;border:1px solid rgba(123,150,198,.18);background:#ffffff08;color:#dae7ffeb;border-radius:12px;padding:0 14px;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease,box-shadow .15s ease}.chatModal__channelBtn:hover{background:#3e67ad24;border-color:#71c2ff4d;transform:translateY(-1px)}.chatModal__channelBtn.is-active{background:linear-gradient(180deg,#355da057,#1a305557);border-color:#71c2ffb8;box-shadow:0 0 0 1px #71c2ff2e inset,0 0 18px #3e7fe238}.chatModal__badge{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:linear-gradient(180deg,#ff6c6cf5,#dd3636f5);color:#fff;border-radius:999px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;box-shadow:0 4px 10px #0000003d}.chatModal__main{min-width:0;min-height:0;display:flex;flex-direction:column;background:radial-gradient(circle at top,rgba(74,110,170,.08),transparent 28%),linear-gradient(180deg,#0a0e1847,#0a0e1800)}.chatModal__messages{flex:1;min-height:0;overflow-y:auto;padding:16px 18px 10px;display:flex;flex-direction:column;gap:10px}.chatModal__message{display:flex;justify-content:flex-start}.chatModal__message.is-own{justify-content:flex-end}.chatModal__bubble{max-width:min(78%,620px);display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);box-shadow:0 8px 18px #0000002e}.chatModal__message.is-own .chatModal__bubble{background:linear-gradient(180deg,#3a70c14d,#1d407a42);border-color:#6fb9ff5c;box-shadow:0 8px 18px #00000038,0 0 0 1px #71c2ff1a inset}.chatModal__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.chatModal__time{color:#a2bce4b8;font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}.chatModal__author{color:#96d0fff2;font-weight:700;font-size:13px}.chatModal__message.is-own .chatModal__author{color:#daeefffa}.chatModal__text{color:#e8effff5;word-break:break-word;line-height:1.45;white-space:pre-wrap}.chatModal__footer{position:relative;display:flex;gap:8px;align-items:center;padding:8px 16px;border-top:1px solid rgba(135,171,228,.14);background:#080c16b8}.chatModal__input{flex:1;height:38px;border-radius:10px;border:1px solid rgba(126,158,212,.2);background:#ffffff0a;color:#ebf3fff5;padding:0 12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.chatModal__input:focus{border-color:#71c2ff9e;background:#ffffff0f;box-shadow:0 0 0 3px #71c2ff1a}.chatModal__send,.chatModal__emojiBtn{height:38px;border-radius:10px;border:1px solid rgba(109,184,255,.24);background:#ffffff0d;color:#e7f3ff;cursor:pointer;transition:transform .12s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.chatModal__send:hover,.chatModal__emojiBtn:hover{transform:translateY(-1px);background:#426aad33;border-color:#71c2ff7a;box-shadow:0 0 14px #3e7fe229}.chatModal__send{padding:0 16px;font-weight:600}.chatModal__emojiBtn{width:38px;font-size:17px}.chatModal__emojiPicker{position:absolute;left:18px;bottom:64px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;width:252px;padding:10px;border-radius:14px;border:1px solid rgba(137,176,236,.22);background:#090e18fa;box-shadow:0 16px 40px #0000006b}.chatModal__emojiItem{border:none;background:#ffffff0d;color:#fff;border-radius:8px;padding:7px;cursor:pointer;transition:background .12s ease,transform .12s ease}.chatModal__emojiItem:hover{background:#5a82c833;transform:scale(1.05)}.chatModal__emojiPicker[hidden]{display:none!important}.chatModal__empty{margin:auto;font-size:14px;color:#c4d3f1a8}.chatModal__error{min-height:0;padding:2px 16px 6px;font-size:11px;line-height:1.2;color:#ff9696f2}.chatModal__error:empty{display:none}
