*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#fff;background:#000;width:100%;height:100%;font-family:system-ui,-apple-system,sans-serif;overflow:hidden}#hud{pointer-events:none;z-index:10;position:fixed;inset:0}#hud>*{pointer-events:none}#hud>.hud-interactive,#hud .hud-interactive{pointer-events:auto}.crosshair{pointer-events:none;width:12px;height:12px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.crosshair:before,.crosshair:after{content:"";background:#ffffffe6;border-radius:1px;position:absolute}.crosshair:before{width:2px;height:12px;top:0;left:5px}.crosshair:after{width:12px;height:2px;top:5px;left:0}.command-overlay{z-index:20;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.command-box{background:#0f0f14f2;border:1px solid #ffffff26;border-radius:12px;flex-direction:column;gap:12px;width:min(600px,90vw);padding:20px;display:flex}.command-box input{color:#fff;background:#ffffff12;border:1px solid #fff3;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:16px}.command-box input:focus{border-color:#7850ffcc}.command-status{border-radius:6px;padding:8px 12px;font-size:13px}.command-status.processing{color:#d7e2ee;background:#34495eb8}.command-status.success{color:#e7fff0;background:#1c5434d1}.command-status.error{color:#ffe9e9;background:#602020d6}.service-portal-transition{z-index:34;pointer-events:none;color:#ffffffeb;letter-spacing:0;text-transform:uppercase;opacity:0;background:#04060900;justify-content:center;align-items:center;font-size:13px;font-weight:700;animation:.56s ease-in-out forwards service-portal-transition-fade;display:flex;position:fixed;inset:0}.service-portal-transition span{background:#080a0c9e;border:1px solid #ffffff2e;border-radius:6px;padding:9px 14px;box-shadow:0 10px 40px #00000047}@keyframes service-portal-transition-fade{0%{opacity:0;background:#04060900}30%{opacity:1;background:#040609b8}68%{opacity:1;background:#040609b8}to{opacity:0;background:#04060900}}.command-hint{color:#fff6;font-size:12px}.pause-menu{z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000007a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pause-menu__panel{color:#f5f7f8;pointer-events:auto;background:#0c0e10f0;border:1px solid #ffffff29;border-radius:8px;gap:18px;width:min(760px,100vw - 48px);max-height:min(760px,100vh - 48px);padding:22px;display:grid;overflow-y:auto;box-shadow:0 22px 70px #00000075}.pause-menu__header,.pause-menu__actions,.pause-setting,.pause-world-card{justify-content:space-between;align-items:center;gap:14px;display:flex}.pause-menu__eyebrow,.pause-menu__section-title,.pause-world-card small{letter-spacing:.08em;text-transform:uppercase;color:#f5f7f88f;font-size:11px}.pause-menu__header h2{margin-top:3px;font-size:30px;line-height:1}.pause-menu__close,.pause-menu__primary,.pause-menu__secondary,.pause-menu__danger,.pause-menu__back,.pause-setting--button,.pause-segmented button,.pause-world-card{font:inherit;cursor:pointer;border-radius:8px}.pause-menu__close,.pause-menu__secondary{color:#f5f7f8;background:#ffffff14;border:1px solid #ffffff38;padding:9px 13px}.pause-menu__section{gap:10px;display:grid}.pause-menu__primary{color:#f5f7f8;text-align:left;background:#78f06714;border:1px solid #78f06757;justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:13px;display:flex}.pause-menu__primary span{gap:5px;display:grid}.pause-menu__primary strong{font-size:16px}.pause-menu__primary small{color:#f5f7f88f;font-size:12px}.pause-menu__primary em{color:#78f067;text-transform:uppercase;font-size:12px;font-style:normal;font-weight:800}.pause-menu__subheader{color:#f5f7f8b8;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:12px;font-weight:800;display:flex}.pause-menu__back{color:#f5f7f8;background:#ffffff12;border:1px solid #ffffff2e;padding:6px 10px}.pause-world-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.pause-world-card{color:#f5f7f8;text-align:left;background:#ffffff0f;border:1px solid #ffffff24;min-height:70px;padding:12px}.pause-world-card span{gap:5px;display:grid}.pause-world-card strong{font-size:15px}.pause-world-card em{color:#78f067;text-transform:uppercase;font-size:12px;font-style:normal;font-weight:800}.pause-world-card.active,.pause-world-card:disabled{cursor:default}.pause-world-card.active{background:#78f0671a;border-color:#78f0677a}.pause-setting{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;min-height:48px;padding:10px 12px}.pause-setting>span{text-transform:uppercase;font-size:13px;font-weight:800}.pause-setting--button{color:#f5f7f8;width:100%}.pause-setting--button strong{color:#ffd84d}.pause-segmented{gap:6px;display:flex}.pause-segmented button{color:#f5f7f8c7;text-transform:capitalize;background:#ffffff0f;border:1px solid #ffffff29;padding:7px 10px}.pause-segmented button.active{color:#121610;background:#78f067;border-color:#78f06780}.pause-menu__danger{color:#ffe9e9;background:#96191961;border:1px solid #ff64645c;padding:9px 13px}.pause-menu__hint{color:#f5f7f8a3;font-size:13px}.pause-menu__error{color:#ff8585;font-size:13px;font-weight:700}@media (width<=680px){.pause-menu{padding:14px}.pause-menu__panel{width:calc(100vw - 28px);max-height:calc(100vh - 28px);padding:16px}.pause-world-list{grid-template-columns:1fr}.pause-menu__header,.pause-menu__actions,.pause-setting{flex-direction:column;align-items:stretch}.pause-segmented{width:100%}.pause-segmented button{flex:1}}.chat{z-index:10;flex-direction:column;gap:4px;width:320px;display:flex;position:fixed;bottom:260px;left:20px}.chat-messages{flex-direction:column;gap:2px;max-height:200px;display:flex;overflow:hidden}.chat-msg{text-shadow:0 1px 3px #000c;padding:2px 0;font-size:13px;line-height:1.4}.chat-msg .name{color:#7ec8ff;font-weight:600}.chat-input-row{gap:6px;margin-top:4px;display:flex}.chat-input-row input{color:#fff;background:#0009;border:1px solid #fff3;border-radius:6px;outline:none;flex:1;padding:6px 10px;font-size:13px}.chat-input-row input:focus{border-color:#7ec8ff99}.hud-top-right{color:#fff;text-align:right;text-shadow:-1px -1px #000000e6,1px -1px #000000e6,-1px 1px #000000e6,1px 1px #000000e6,0 2px 5px #000000d9;flex-direction:column;align-items:flex-end;gap:5px;width:162px;font-size:12px;display:flex;position:fixed;top:14px;right:18px}.hud-right-stack{color:#ffffffb3;text-shadow:0 1px 3px #000c;flex-direction:column;align-items:flex-end;gap:6px;font-size:12px;display:flex;position:fixed;top:238px;right:16px}.hud-notification{box-sizing:border-box;color:#eef4f8;text-align:left;text-shadow:0 1px 3px #000c;background:#080e15db;border:1px solid #b5cbdb2e;border-left:3px solid #b5cbdb80;border-radius:8px;width:min(300px,100vw - 32px);padding:9px 11px;box-shadow:0 8px 22px #0000003d}.hud-notification--info,.hud-notification--processing{border-left-color:#67d7ff}.hud-notification--success{border-left-color:#7ee2a8}.hud-notification--warning{border-left-color:#ffd477}.hud-notification--error{border-left-color:#ff8c8c}.hud-notification__title{color:#fff;letter-spacing:.03em;margin-bottom:2px;font-size:12px;font-weight:800}.hud-notification__message{color:#eef4f8db;font-size:12px;font-weight:600;line-height:1.35}.hud-notification__actions{flex-wrap:wrap;gap:5px 10px;margin-top:7px;display:flex}.hud-notification__action{color:#eef4f8b8;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.hud-notification__action kbd{box-sizing:border-box;color:#d9f7ff;min-width:20px;font:inherit;text-align:center;background:#67d7ff1f;border:1px solid #82ddff6b;border-radius:5px;padding:2px 5px;font-weight:800}.minimap{color:#edf4f7;text-shadow:0 1px 3px #000000d9;flex-direction:column;gap:8px;width:208px;display:flex;position:fixed;bottom:18px;left:18px}.minimap__header,.minimap__legend{letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;padding:0 4px;font-size:11px;display:flex}.minimap__eyebrow{color:#edf4f7d1;font-weight:700}.minimap__scale{color:#8fe6b8eb;font-weight:800}.minimap__frame{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03070bb8;border:1px solid #badfcb38;border-radius:999px;width:176px;height:176px;margin-left:4px;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000057,inset 0 0 0 1px #ffffff08}.minimap__frame canvas{pointer-events:none;display:block;width:100%!important;height:100%!important}.minimap__player-arrow{filter:drop-shadow(0 0 8px #70ff9852);border-bottom:16px solid #8effa7;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.minimap__legend{color:#e2ebf0a3;letter-spacing:.1em;justify-content:flex-start;gap:10px;font-size:9px}.minimap__legend span{align-items:center;gap:5px;display:inline-flex}.minimap__legend-dot{border-radius:999px;width:7px;height:7px;display:inline-block}.minimap__legend-dot--player{background:#8effa7}.minimap__legend-dot--remote{background:#fff}.minimap__legend-dot--race{background:#ffcf73}.hud-money{letter-spacing:0;color:#78f067;text-transform:uppercase;text-shadow:-1px -1px #000000f5,1px -1px #000000f5,-1px 1px #000000f5,1px 1px #000000f5,0 2px 6px #000000e6;-webkit-text-stroke:1px #000000bd;filter:drop-shadow(0 2px 10px #00000073);width:100%;padding:1px 0 2px;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:26px;line-height:1}.hud-level{width:150px;padding:0}.hud-level__header{color:#f4f4f4;text-transform:uppercase;text-shadow:-1px -1px #000000f0,1px -1px #000000f0,-1px 1px #000000f0,1px 1px #000000f0;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:2px;font-family:Courier New,Courier,monospace;font-size:11px;font-weight:900;line-height:1;display:flex}.hud-level__bar{background:#141414d1;border:2px solid #000000e0;border-radius:4px;width:100%;height:9px;overflow:hidden;box-shadow:0 1px #ffffff38,0 2px 5px #0000009e}.hud-level__fill{background:linear-gradient(90deg,#45b979,#d8a84f);border-radius:1px;height:100%;box-shadow:inset 0 1px #ffffff6b,0 0 10px #d8a84f57}.hud-race-card{text-align:left;background:linear-gradient(#0e1218e0,#090d12d1);border:1px solid #ffd16638;border-radius:14px;min-width:220px;max-width:280px;padding:11px 12px 12px;box-shadow:0 12px 28px #0000004d}.hud-race-card.active{border-color:#ffd16675;box-shadow:0 14px 30px #00000052,0 0 18px #ffd1661f}.hud-mission-card{text-align:left;background:linear-gradient(#0b1814e6,#070f0dd6);border:1px solid #45d1a347;border-radius:8px;min-width:220px;max-width:280px;padding:11px 12px 12px;box-shadow:0 12px 28px #0000004d}.hud-mission-card.active{border-color:#45d1a385;box-shadow:0 14px 30px #00000052,0 0 18px #45d1a31f}.hud-mission-card__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#9ff1d5b8;margin-bottom:4px;font-size:10px}.hud-mission-card__title{color:#eafff7;font-size:18px;font-weight:800;line-height:1.05}.hud-mission-card__desc{color:#e5f7f0cc;margin-top:5px;font-size:12px;line-height:1.35}.hud-mission-card__cancel{color:#f0fffaeb;width:100%;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;margin-top:10px;padding:8px 10px;font-size:12px}.hud-mission-card__cancel:hover{background:#ffffff1a}.hud-race-card__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#ffe096b3;margin-bottom:4px;font-size:10px}.hud-race-card__title{color:#fff6da;font-size:18px;font-weight:800;line-height:1.05}.hud-race-card__desc{color:#eef3f8c7;margin-top:5px;font-size:12px;line-height:1.35}.hud-race-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.hud-race-card__stat{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:8px 7px}.hud-race-card__label{letter-spacing:.12em;text-transform:uppercase;color:#dbe4ec8f;margin-bottom:3px;font-size:10px;display:block}.hud-race-card__value{color:#f9fcff;font-family:Courier New,Courier,monospace;font-size:14px;font-weight:700;display:block}.hud-race-card__hint{color:#f8f3e0d6;margin-top:9px;font-size:12px;line-height:1.4}.hud-parachute-card{text-align:left;background:linear-gradient(#0b141be6,#070d12d6);border:1px solid #77d2ff47;border-radius:8px;min-width:220px;max-width:280px;padding:10px 12px 12px;box-shadow:0 12px 28px #00000052,0 0 18px #3caee71a}.hud-parachute-card--landing{border-color:#ffc66d6b}.hud-parachute-card__top{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:9px;display:flex}.hud-parachute-card__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#a6e1ffb8;font-size:10px}.hud-parachute-card__top strong{text-transform:uppercase;color:#f8fcff;font-size:12px}.hud-parachute-card__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 8px;margin-bottom:10px;display:grid}.hud-parachute-card__grid span,.hud-parachute-card__bar span{letter-spacing:.12em;text-transform:uppercase;color:#dbebf494;font-size:10px}.hud-parachute-card__grid strong{color:#fff;font-family:Courier New,Courier,monospace;font-size:16px;line-height:1}.hud-parachute-card__bars{flex-direction:column;gap:7px;display:flex}.hud-parachute-card__bar{grid-template-columns:70px 1fr;align-items:center;gap:8px;display:grid}.hud-parachute-card__bar div{background:#ffffff1a;border-radius:4px;height:7px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14}.hud-parachute-card__bar i{border-radius:inherit;background:linear-gradient(90deg,#49c6ff,#f2d46b);height:100%;display:block;box-shadow:0 0 10px #49c6ff47}.hud-parachute-card__bar.is-ready i{background:linear-gradient(90deg,#75f28b,#f2d46b)}.hud-race-nav{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;margin-top:10px;padding:9px 10px;display:flex}.hud-race-nav__dial{background:radial-gradient(circle,#ffffff14,#ffffff05);border:1px solid #ffffff1f;border-radius:999px;width:48px;height:48px;position:relative;box-shadow:inset 0 1px #ffffff0f}.hud-race-nav__dial:before,.hud-race-nav__dial:after{content:"";background:#ffffff1f;position:absolute}.hud-race-nav__dial:before{width:1px;top:6px;bottom:6px;left:50%;transform:translate(-50%)}.hud-race-nav__dial:after{height:1px;top:50%;left:6px;right:6px;transform:translateY(-50%)}.hud-race-nav__arrow{filter:drop-shadow(0 0 7px);transform-origin:50% 82%;border-bottom:18px solid;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;top:50%;left:50%}.hud-race-nav__meta{flex-direction:column;gap:3px;display:flex}.hud-race-nav__label{letter-spacing:.14em;text-transform:uppercase;color:#dbe4ec8f;font-size:10px}.hud-race-nav__distance{color:#fff8e1;font-family:Courier New,Courier,monospace;font-size:22px;line-height:1}.hud-clock{letter-spacing:0;color:#f6f6f6;opacity:.96;text-shadow:-1px -1px #000000fa,1px -1px #000000fa,-1px 1px #000000fa,1px 1px #000000fa,0 2px 5px #000000e6;width:100%;padding:0;font-family:Courier New,Courier,monospace;font-size:19px;font-weight:900}.hud-meter{width:150px;padding:0}.hud-meter__header{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:2px;display:flex}.hud-meter__label{letter-spacing:0;text-transform:uppercase;color:#f4f4f4;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:15px;line-height:1}.hud-meter__value{color:#f4f4f4;min-width:28px;font-family:Courier New,Courier,monospace;font-size:13px;font-weight:900}.hud-meter__bar{background:#141414d1;border:2px solid #000000e0;border-radius:4px;width:100%;height:9px;overflow:hidden;box-shadow:0 1px #ffffff38,0 2px 5px #0000009e}.hud-meter__fill{border-radius:1px;height:100%;box-shadow:inset 0 1px #ffffff47}.hud-meter--health .hud-meter__fill{background:linear-gradient(90deg,#be1f2d,#ff3f3f)}.hud-meter--low .hud-meter__fill{background:linear-gradient(90deg,#ff7d2e,#ff2424)}.hud-meter--dead .hud-meter__fill{background:linear-gradient(90deg,#5d6570,#878f9c)}.hud-meter--energy .hud-meter__fill{background:linear-gradient(90deg,#f6e14c,#76f06b)}.hud-meter--hunger .hud-meter__fill{background:linear-gradient(90deg,#ffb23f,#ff7029)}.hud-meter--thirst .hud-meter__fill{background:linear-gradient(90deg,#78dcff,#2a8cff)}.hud-tab-needs{background:#0000008a;border:1px solid #fff3;border-radius:8px;flex-direction:column;align-items:flex-end;gap:7px;width:162px;margin-top:4px;padding:10px 11px 11px;display:flex}.hud-tab-needs .hud-meter{width:100%}.hud-tab-needs__key{color:#f4f4f4;background:#00000080;border:1px solid #ffffff8f;border-radius:4px;align-self:flex-start;padding:1px 6px 2px;font-size:10px;font-weight:900;line-height:1.1}.hud-interaction-prompt{color:#fff7da;background:#0a1218d1;border:1px solid #ffd6663d;border-radius:10px;flex-direction:column;gap:3px;padding:9px 12px 10px;display:flex;box-shadow:0 10px 24px #00000047}.hud-interaction-prompt strong{letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hud-interaction-prompt span{color:#fff7dad6;font-size:12px}.farming-hud{color:#f5ffe9;background:#0e1612db;border:1px solid #7ebf7647;border-radius:8px;flex-direction:column;gap:8px;width:min(260px,100vw - 32px);padding:10px;display:flex;box-shadow:0 10px 24px #00000047}.farming-hud__head{flex-direction:column;gap:2px;display:flex}.farming-hud__head strong{text-transform:uppercase;letter-spacing:.06em;font-size:12px}.farming-hud__head span,.farming-hud__water span{color:#f5ffe9c2;font-size:11px}.farming-hud__water{grid-template-columns:46px 1fr;align-items:center;gap:8px;display:grid}.farming-hud__water i{background:#ffffff24;border-radius:999px;height:6px;overflow:hidden}.farming-hud__water b{border-radius:inherit;background:linear-gradient(90deg,#3aa7ff,#8bd7ff);height:100%;display:block}.farming-hud__actions{flex-wrap:wrap;gap:6px;display:flex}.farming-hud__actions button{color:#f5ffe9;cursor:pointer;background:#f5ffe91a;border:1px solid #f5ffe92e;border-radius:6px;min-height:28px;padding:0 9px;font-size:11px;font-weight:700}.farming-hud__actions button:hover{background:#7ebf7642}.arm-shop-backdrop{z-index:34;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto;background:#0f172a57;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.arm-shop-panel{color:#111827;background:#f4f6f8;border:1px solid #0f172a38;border-radius:8px;width:min(860px,100vw - 32px);max-height:calc(100vh - 40px);overflow:hidden;box-shadow:0 22px 60px #0000005c}.arm-shop-header{background:linear-gradient(90deg,#fff 0%,#eceff3 66%,#f3d6d1 100%);border-bottom:1px solid #0f172a1f;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:18px 20px;display:grid}.arm-shop-header span,.arm-shop-balance span,.arm-shop-detail__head span,.arm-shop-item__meta{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:900;display:block}.arm-shop-header h2,.arm-shop-detail__head h3{letter-spacing:0;margin:2px 0 0;font-size:24px;line-height:1.05}.arm-shop-balance{text-align:right;background:#ffffffc7;border:1px solid #0f172a1f;border-radius:7px;min-width:118px;padding:9px 12px}.arm-shop-balance strong{color:#166534;margin-top:1px;font-size:16px;display:block}.arm-shop-close{color:#334155;cursor:pointer;background:#fff;border:1px solid #0f172a29;border-radius:6px;width:34px;height:34px;font-size:18px;font-weight:900}.arm-shop-tabs{background:#f4f6f8;gap:8px;padding:12px 20px 0;display:flex}.arm-shop-tabs button{color:#475569;cursor:pointer;background:#fff;border:1px solid #0f172a24;border-radius:6px;min-width:82px;height:34px;font-size:12px;font-weight:900}.arm-shop-tabs button.active{color:#fff;background:#991b1b;border-color:#991b1b}.arm-shop-content{grid-template-columns:minmax(220px,280px) 1fr;gap:16px;padding:16px 20px 20px;display:grid}.arm-shop-list{flex-direction:column;gap:8px;max-height:430px;display:flex;overflow:auto}.arm-shop-item{color:#111827;text-align:left;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:7px;grid-template-columns:1fr auto;align-items:center;gap:2px 12px;min-height:62px;padding:10px 12px;display:grid}.arm-shop-item.active{border-color:#b91c1c;box-shadow:inset 3px 0 #b91c1c}.arm-shop-item__name{font-size:14px;font-weight:900}.arm-shop-item strong{color:#166534;grid-row:span 2;font-size:13px}.arm-shop-empty{color:#64748b;background:#ffffff9e;border:1px dashed #0f172a38;border-radius:7px;padding:14px;font-size:13px;font-weight:800}.arm-shop-detail{background:#fff;border:1px solid #0f172a1f;border-radius:8px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.arm-shop-preview{background:linear-gradient(135deg,#b91c1c1f,#0000 42%),repeating-linear-gradient(90deg,#e8edf2 0 1px,#0000 1px 28px),#f8fafc;border-bottom:1px solid #0f172a1a;justify-content:center;align-items:center;height:154px;display:flex}.arm-shop-weapon{width:min(330px,76%);height:72px;position:relative}.arm-shop-weapon span{background:#202936;border-radius:4px;display:block;position:absolute;box-shadow:inset 0 1px #ffffff2e}.arm-shop-weapon span:first-child{height:14px;top:25px;left:12%;right:13%}.arm-shop-weapon span:nth-child(2){width:18px;height:34px;top:35px;left:46%;transform:skew(-10deg)}.arm-shop-weapon span:nth-child(3){background:#5b6572;width:28%;height:6px;top:28px;right:6%}.arm-shop-weapon--pistol{width:min(190px,60%)}.arm-shop-weapon--pistol span:first-child{top:26px;left:16%;right:12%}.arm-shop-weapon--pistol span:nth-child(2){left:42%}.arm-shop-weapon--pistol span:nth-child(3){display:none}.arm-shop-weapon--shotgun span:first-child{background:#3b2f2f;height:12px}.arm-shop-weapon--shotgun span:nth-child(3){background:#7f2d2d;width:34%}.arm-shop-weapon--axe,.arm-shop-weapon--pickaxe{width:150px;height:128px;transform:rotate(-18deg)}.arm-shop-fishing-rod{filter:drop-shadow(0 10px 8px #0f172a2e);width:min(430px,88%);height:140px;position:relative}.arm-shop-fishing-rod span{display:block;position:absolute}.arm-shop-fishing-rod__blank{transform-origin:0;background:linear-gradient(#304b3a 0 34%,#17281e 35% 72%,#0d1711 73%);border-radius:8px 100% 100% 8px;width:284px;height:8px;top:65px;left:78px;transform:rotate(-12deg);box-shadow:inset 0 2px #b2dab157}.arm-shop-fishing-rod__tip{transform-origin:0;background:linear-gradient(#405e48,#101a13);border-radius:0 100% 100% 0;width:53px;height:4px;top:35px;left:347px;transform:rotate(-18deg)}.arm-shop-fishing-rod__handle{background:repeating-linear-gradient(90deg,#572f1433 0 3px,#0000 3px 8px),linear-gradient(#d8a468,#a96f36 55%,#815027);border:2px solid #82532c;border-radius:13px 7px 7px 13px;width:91px;height:22px;top:76px;left:26px;transform:rotate(-12deg);box-shadow:inset 0 3px #ffe6b76b}.arm-shop-fishing-rod__butt{background:linear-gradient(#3d4446,#171c1d);border-radius:9px 3px 3px 9px;width:24px;height:15px;top:88px;left:15px;transform:rotate(-12deg)}.arm-shop-fishing-rod__reel-seat{background:linear-gradient(#b8c0c3,#626d72 52%,#30383c);border-radius:4px;width:48px;height:13px;top:67px;left:101px;transform:rotate(-12deg);box-shadow:inset 0 2px #ffffff80}.arm-shop-fishing-rod__reel{box-sizing:border-box;background:#253138;border:8px solid #69777c;border-radius:50%;width:52px;height:52px;top:77px;left:111px;box-shadow:inset 0 0 0 3px #11191d,0 2px #a8b4b8}.arm-shop-fishing-rod__reel-core{background:repeating-linear-gradient(90deg,#d46239 0 2px,#a33225 2px 4px);border:4px solid #d3d9db;border-radius:50%;width:22px;height:22px;top:92px;left:126px}.arm-shop-fishing-rod__crank{background:#4d595e;border-radius:5px;width:31px;height:5px;top:102px;left:156px;transform:rotate(28deg);box-shadow:13px 7px 0 2px #222b2f}.arm-shop-fishing-rod__guide{box-sizing:border-box;border:2px solid #77878a;border-top:0;border-radius:0 0 50% 50%;width:12px;height:15px;transform:rotate(-12deg)}.arm-shop-fishing-rod__guide--one{top:51px;left:210px}.arm-shop-fishing-rod__guide--two{top:35px;left:285px;transform:rotate(-15deg)scale(.8)}.arm-shop-fishing-rod__guide--three{top:19px;left:351px;transform:rotate(-18deg)scale(.62)}.arm-shop-fishing-rod__line{box-sizing:border-box;transform-origin:0 100%;border-top:2px solid #4a6c7494;border-right:2px solid #4a6c7494;border-radius:0 38px 0 0;width:246px;height:73px;top:24px;left:139px;transform:rotate(-8deg)}.arm-shop-fishing-rod__hook{box-sizing:border-box;border:3px solid #606e73;border-top:0;border-left-color:#0000;border-radius:0 0 12px 12px;width:14px;height:18px;top:91px;left:374px;transform:rotate(15deg)}.arm-shop-fishing-rod__hook:after{content:"";transform-origin:100%;background:#606e73;border-radius:3px;width:7px;height:3px;position:absolute;top:1px;right:-4px;transform:rotate(-38deg)}.fishing-hud{z-index:85;color:#e9fbff;text-align:center;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#07171fd6;border:1px solid #82d0e28c;border-radius:10px;min-width:280px;padding:12px 18px;position:fixed;bottom:112px;left:50%;transform:translate(-50%)}.fishing-hud strong,.fishing-hud span{display:block}.fishing-hud span{color:#b8d6de;margin-top:4px;font-size:12px}.fishing-hud--bite{border-color:#ffd35a;animation:.3s ease-in-out infinite alternate fishing-bite-pulse;box-shadow:0 0 24px #ffb62d61}.fishing-hud--fighting{border-color:#75f0a7;box-shadow:0 0 22px #38bdf83d}.fishing-hud__fight{margin-top:10px}.fishing-hud__meta{justify-content:space-between;gap:12px;margin-bottom:6px;display:flex}.fishing-hud__meta span{color:#dcfce7;margin:0;font-size:11px}.fishing-hud__fight label{color:#cbd5e1;letter-spacing:.08em;text-align:left;text-transform:uppercase;margin-top:7px;font-size:10px;display:block}.fishing-hud__bar{background:#94a3b840;border-radius:999px;height:8px;margin-top:6px;overflow:hidden}.fishing-hud__bar i{border-radius:inherit;height:100%;transition:width 80ms linear,background .15s;display:block}.fishing-hud__bar--progress i{background:linear-gradient(90deg,#22c55e,#bef264)}.fishing-hud__bar--tension i{background:linear-gradient(90deg,#38bdf8,#facc15)}.fishing-hud__bar--danger i{background:linear-gradient(90deg,#f97316,#ef4444)}.fishing-hud__catch{background:#14532d8c;border:1px solid #bef26473;border-radius:8px;margin-top:12px;padding:9px 11px;box-shadow:inset 0 0 18px #a3e63524}.fishing-hud__catch strong{color:#ecfccb}.fishing-hud__catch span{color:#dcfce7;margin-top:3px}@keyframes fishing-bite-pulse{0%{transform:translate(-50%)scale(1)}to{transform:translate(-50%)scale(1.035)}}.arm-shop-weapon--axe span:first-child,.arm-shop-weapon--pickaxe span:first-child{background:linear-gradient(90deg,#5b3825,#9a6846 42%,#70472f);border-radius:7px 7px 5px 5px;width:13px;height:94px;top:34px;left:69px;box-shadow:inset 2px 0 #ffffff29,3px 5px 8px #0f172a33}.arm-shop-weapon--axe span:nth-child(2){clip-path:polygon(0 16%,58% 0,100% 20%,100% 80%,58% 100%,0 84%);background:linear-gradient(#d1d5db,#7b8490);border-radius:5px 10px 10px 5px;width:48px;height:28px;top:22px;left:48px;box-shadow:inset 0 3px #ffffff3d}.arm-shop-weapon--axe span:nth-child(3){clip-path:polygon(0 12%,100% 0,72% 50%,100% 100%,0 88%);background:linear-gradient(#aeb4ba,#626b75);border-radius:4px 12px 12px 4px;width:34px;height:24px;top:24px;left:86px}.arm-shop-weapon--pickaxe span:nth-child(2){clip-path:polygon(0 48%,13% 20%,45% 0,55% 0,87% 20%,100% 48%,87% 62%,55% 38%,45% 38%,13% 62%);background:linear-gradient(#d1d5db,#727b85);border-radius:50% 50% 5px 5px;width:122px;height:18px;top:24px;left:14px;box-shadow:inset 0 3px #ffffff38}.arm-shop-weapon--pickaxe span:nth-child(3){background:linear-gradient(#9ca3af,#555f69);border-radius:6px;width:25px;height:28px;top:20px;left:63px}.arm-shop-detail__head{justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 8px;display:flex}.arm-shop-detail__head strong{color:#166534;font-size:18px}.arm-shop-stats{gap:10px;padding:8px 18px 16px;display:grid}.arm-shop-stat{color:#475569;grid-template-columns:82px 1fr 56px;align-items:center;gap:10px;font-size:12px;display:grid}.arm-shop-stat__track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.arm-shop-stat__fill{border-radius:inherit;background:linear-gradient(90deg,#991b1b,#f59e0b);height:100%}.arm-shop-stat strong{color:#111827;text-align:right}.arm-shop-attachments{flex-wrap:wrap;gap:7px;padding:0 18px 14px;display:flex}.arm-shop-attachments span{color:#334155;text-transform:uppercase;background:#eef2f7;border:1px solid #0f172a1a;border-radius:5px;padding:5px 8px;font-size:11px;font-weight:900}.arm-shop-buy{color:#fff;cursor:pointer;background:#991b1b;border:0;border-radius:7px;height:46px;margin:auto 18px 18px;font-size:14px;font-weight:900}.arm-shop-buy:disabled{color:#64748b;cursor:default;background:#cbd5e1}.general-store-backdrop{z-index:34;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto;background:#0f172a4d;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.general-store-panel{color:#111827;background:#f8fafc;border:1px solid #0f172a33;border-radius:8px;width:min(760px,100vw - 32px);max-height:calc(100vh - 40px);overflow:hidden;box-shadow:0 22px 60px #00000057}.general-store-header{background:linear-gradient(90deg,#fff 0%,#eaf7ef 58%,#dbeafe 100%);border-bottom:1px solid #0f172a1f;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:18px 20px;display:grid}.general-store-header span,.general-store-balance span,.general-store-detail__head span,.general-store-item__meta{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.general-store-header h2,.general-store-detail__head h3{margin:2px 0 0;font-size:24px;line-height:1.05}.general-store-balance{text-align:right;background:#fffc;border:1px solid #0f172a1f;border-radius:7px;min-width:118px;padding:9px 12px}.general-store-balance strong,.general-store-item strong,.general-store-detail__head strong{color:#166534}.general-store-close{color:#334155;cursor:pointer;background:#fff;border:1px solid #0f172a29;border-radius:6px;width:34px;height:34px;font-size:18px;font-weight:900}.general-store-content{grid-template-columns:minmax(220px,280px) 1fr;gap:16px;padding:16px 20px 20px;display:grid}.general-store-list{flex-direction:column;gap:8px;max-height:430px;display:flex;overflow:auto}.general-store-item{color:#111827;cursor:pointer;text-align:left;background:#fff;border:1px solid #0f172a1f;border-radius:7px;grid-template-columns:1fr auto;align-items:center;gap:2px 12px;min-height:62px;padding:10px 12px;display:grid}.general-store-item.active{border-color:#2563eb;box-shadow:inset 3px 0 #2563eb}.general-store-item__name{font-size:14px;font-weight:900}.general-store-item strong{grid-row:span 2;font-size:13px}.general-store-detail{background:#fff;border:1px solid #0f172a1f;border-radius:8px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.general-store-preview{background:linear-gradient(135deg,#2563eb1f,#0000 42%),repeating-linear-gradient(90deg,#edf4f0 0 1px,#0000 1px 28px),#f8fafc;border-bottom:1px solid #0f172a1a;justify-content:center;align-items:center;height:154px;display:flex}.general-store-product{width:128px;height:96px;position:relative}.general-store-product span{background:#2563eb;border-radius:6px;display:block;position:absolute}.general-store-product span:first-child{width:54px;height:62px;top:22px;left:36px}.general-store-product span:nth-child(2){background:#93c5fd;width:38px;height:18px;top:8px;left:44px}.general-store-product span:nth-child(3){background:#fffc;width:42px;height:16px;top:44px;left:42px}.general-store-product--snack_bar span:first-child,.general-store-product--meal_pack span:first-child{background:#f59e0b;width:74px;height:42px;top:32px;left:28px}.general-store-product--coffee span:first-child{background:#7c3f21}.general-store-product--medkit span:first-child{background:#ef4444}.general-store-detail__head{justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 8px;display:flex}.general-store-detail p{color:#475569;margin:0;padding:0 18px 16px;font-size:13px;font-weight:700;line-height:1.45}.general-store-buy{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:7px;height:46px;margin:auto 18px 18px;font-size:14px;font-weight:900}.general-store-buy:disabled{color:#64748b;cursor:default;background:#cbd5e1}.weapon-selector{z-index:31;-webkit-backdrop-filter:blur(3px)saturate(1.08);backdrop-filter:blur(3px)saturate(1.08);pointer-events:auto;cursor:crosshair;background:radial-gradient(circle,#facc1514,#0000 28%),radial-gradient(circle,#080c1257,#000000bd);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.weapon-selector-wheel{--weapon-wheel-size:min(620px, calc(100vw - 32px), calc(100vh - 32px));width:var(--weapon-wheel-size);height:var(--weapon-wheel-size);isolation:isolate;border-radius:50%;animation:.14s ease-out weapon-selector-pop;position:relative}.weapon-selector-ring{background:conic-gradient(from calc(var(--weapon-selector-rotation) - 34deg), #facc1533 0deg, #ef444499 39deg, #facc152e 72deg, #ffffff12 72deg, #ffffff12 360deg), radial-gradient(circle, transparent 0 34%, #0f172ae6 35% 55%, #030712b3 56% 100%);pointer-events:none;border:1px solid #ffffff2e;border-radius:50%;position:absolute;inset:9%;box-shadow:inset 0 0 0 1px #0000006b,inset 0 0 44px #0000009e,0 22px 70px #0000007a}.weapon-selector-ring:before,.weapon-selector-ring:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.weapon-selector-ring:before{border:1px solid #ffffff29;inset:28%;box-shadow:0 0 28px #00000061}.weapon-selector-ring:after{border:1px solid #facc151f;inset:1.5%}.weapon-selector-center{z-index:3;aspect-ratio:1;color:#fff;text-align:center;background:radial-gradient(circle at 50% 38%,#ffffff1f,#0000 58%),#070b12f0;border:1px solid #ffffff38;border-radius:50%;align-content:center;place-items:center;gap:5px;width:25%;padding:16px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 28px #00000094,0 14px 34px #00000061}.weapon-selector-center span,.weapon-selector-center small{color:#fecaca;text-transform:uppercase;max-width:100%;font-size:11px;font-weight:900}.weapon-selector-center strong{color:#fff;overflow-wrap:anywhere;max-width:100%;font-size:clamp(13px,2vw,20px);font-weight:950;line-height:1.05}.weapon-selector-slice{z-index:2;color:#f8fafc;text-align:center;cursor:pointer;width:104px;height:104px;transform:translate(-50%, -50%) rotate(var(--weapon-slice-angle)) translateY(calc(var(--weapon-wheel-size) * -.36)) rotate(calc(var(--weapon-slice-angle) * -1));background:linear-gradient(135deg,#ffffff21,#ffffff0a),#0f172ac2;border:1px solid #ffffff24;border-radius:50%;align-content:center;place-items:center;gap:4px;padding:12px;transition:background .12s,border-color .12s,box-shadow .12s,transform .12s,opacity .12s;display:grid;position:absolute;top:50%;left:50%}.weapon-selector-slice:hover,.weapon-selector-slice:focus-visible,.weapon-selector-slice.focused{transform:translate(-50%, -50%) rotate(var(--weapon-slice-angle)) translateY(calc(var(--weapon-wheel-size) * -.385)) rotate(calc(var(--weapon-slice-angle) * -1));background:linear-gradient(135deg,#facc1547,#ef444442),#2a1212e0;border-color:#facc15d1;outline:none;box-shadow:0 0 0 1px #facc152e,0 12px 26px #00000061}.weapon-selector-slice.active{border-color:#ef4444;box-shadow:inset 0 0 0 2px #ef4444b8,0 12px 26px #00000047}.weapon-selector-slice.locked{opacity:.38;cursor:not-allowed}.weapon-selector-slice__index{color:#fef3c7;background:#0000003d;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;font-weight:900;display:grid;position:absolute;top:8px;left:50%;transform:translate(-50%)}.weapon-selector-slice strong{overflow-wrap:anywhere;width:100%;margin-top:18px;font-size:12px;line-height:1.05}.weapon-selector-slice small{color:#e2e8f0a8;text-transform:uppercase;font-size:9px;font-weight:800}.weapon-selector-detail{z-index:3;background:linear-gradient(135deg,#ef444438,#0000 42%),#080d16e6;border:1px solid #ffffff24;border-radius:7px;width:min(420px,80%);min-width:0;padding:14px;position:absolute;bottom:3%;left:50%;transform:translate(-50%);box-shadow:0 14px 34px #00000057}.weapon-selector-detail__slot{color:#fecaca;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.weapon-selector-detail h3{margin:3px 0 12px;font-size:24px;line-height:1}@keyframes weapon-selector-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (width<=760px){.arm-shop-backdrop{align-items:stretch;padding:12px}.arm-shop-panel{width:100%;max-height:none;overflow:auto}.arm-shop-header{grid-template-columns:1fr auto}.arm-shop-balance{text-align:left;grid-area:2/1/auto/-1}.arm-shop-close{grid-area:1/2}.arm-shop-content{grid-template-columns:1fr}.arm-shop-list{max-height:218px}.arm-shop-preview{height:126px}.arm-shop-stat{grid-template-columns:74px 1fr 48px}.weapon-selector{align-items:center;padding:12px}.weapon-selector-wheel{--weapon-wheel-size:min(520px, calc(100vw - 20px), calc(100vh - 20px))}.weapon-selector-slice{width:74px;height:74px;padding:8px}.weapon-selector-slice__index{width:20px;height:20px;font-size:10px;top:5px}.weapon-selector-slice strong{margin-top:14px;font-size:10px}.weapon-selector-slice small{font-size:8px}.weapon-selector-center{width:29%;padding:10px}}.hud-damage-flash{pointer-events:none;z-index:9;background:radial-gradient(circle,#0000 42%,#a000000d 70%,#a0000042 100%);animation:.28s ease-out forwards hud-damage-flash-fade;position:fixed;inset:0}@keyframes hud-damage-flash-fade{0%{opacity:1}to{opacity:0}}@keyframes damage-indicator-fade{0%{opacity:1}to{opacity:0}}.hud-death-overlay{z-index:28;pointer-events:none;background:radial-gradient(circle,#56080c2e 0%,#0c0508b8 62%,#000000f0 100%);place-items:center;animation:.36s ease-out both hud-death-overlay-in;display:grid;position:fixed;inset:0;overflow:hidden}.hud-death-vignette{background:radial-gradient(circle,#0000 0% 34%,#66000052 68%,#000000e6 100%);animation:1.4s ease-in-out infinite hud-death-vignette-pulse;position:absolute;inset:-10%}.hud-death-scanlines{opacity:.22;mix-blend-mode:screen;background:linear-gradient(#ffffff0f 1px,#0000 1px) 0 0/100% 5px,linear-gradient(90deg,#0000,#ff282814,#0000) 0 0/240px 100%;animation:.9s linear infinite hud-death-scan;position:absolute;inset:0}.hud-death-center{text-align:center;flex-direction:column;align-items:center;gap:10px;width:min(520px,100vw - 40px);animation:.46s cubic-bezier(.16,.84,.23,1.02) both hud-death-center-in;display:flex;position:relative;transform:translateY(-8px)}.hud-death-eyebrow{color:#ffcdcdc2;letter-spacing:.34em;text-transform:uppercase;font-size:12px;font-weight:900;line-height:1}.hud-death-title{color:#fff6f0;letter-spacing:0;text-transform:uppercase;text-shadow:0 0 24px #ff2d2d6b,0 12px 42px #000000b8;font-size:clamp(58px,10vw,116px);font-weight:950;line-height:.82;position:relative}.hud-death-title:before,.hud-death-title:after{content:attr(data-text);pointer-events:none;position:absolute;inset:0}.hud-death-title:before{color:#00d2ff6b;mix-blend-mode:screen;clip-path:inset(0 0 52%);animation:1.3s steps(2,end) infinite hud-death-glitch-a;transform:translate(-3px,1px)}.hud-death-title:after{color:#ff23417a;mix-blend-mode:screen;clip-path:inset(48% 0 0);animation:1.1s steps(2,end) infinite hud-death-glitch-b;transform:translate(3px,-1px)}.hud-death-subtitle{color:#ffeee1db;letter-spacing:.14em;text-transform:uppercase;min-height:20px;font-size:14px;font-weight:800}.hud-death-progress{background:#ffffff24;border-radius:999px;width:min(360px,72vw);height:4px;margin-top:8px;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 12px 32px #0000006b}.hud-death-progress__fill{border-radius:inherit;background:linear-gradient(90deg,#ff3434,#ffd1a1 62%,#fff);height:100%;transition:width 80ms linear;box-shadow:0 0 18px #ff4a4ac7}.hud-respawn-fade{z-index:29;pointer-events:none;background:radial-gradient(circle,#ffffffeb 0%,#cceeffa3 34%,#fff0 78%);animation:.82s ease-out both hud-respawn-fade;position:fixed;inset:0}@keyframes hud-death-overlay-in{0%{opacity:0;filter:saturate()contrast()}to{opacity:1;filter:saturate(.42)contrast(1.18)}}@keyframes hud-death-center-in{0%{opacity:0;filter:blur(8px);transform:translateY(18px)scale(1.08)}to{opacity:1;filter:blur();transform:translateY(-8px)scale(1)}}@keyframes hud-death-vignette-pulse{0%,to{opacity:.72;transform:scale(1)}50%{opacity:.92;transform:scale(1.04)}}@keyframes hud-death-scan{0%{background-position:0 0,-240px 0}to{background-position:0 20px,240px 0}}@keyframes hud-death-glitch-a{0%,72%,to{opacity:.42;transform:translate(-3px,1px)}74%{opacity:.68;transform:translate(-10px,-2px)}76%{opacity:.34;transform:translate(4px,2px)}}@keyframes hud-death-glitch-b{0%,66%,to{opacity:.46;transform:translate(3px,-1px)}68%{opacity:.7;transform:translate(8px,2px)}70%{opacity:.28;transform:translate(-5px,-1px)}}@keyframes hud-respawn-fade{0%{opacity:.95;filter:blur()}42%{opacity:.38}to{opacity:0;filter:blur(14px)}}.hud-race-countdown{pointer-events:none;z-index:12;text-align:center;letter-spacing:.04em;color:#fff4c2;text-shadow:0 2px #543400f2,0 8px 28px #000000d9,0 0 22px #ffd66638;min-width:140px;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:88px;line-height:.95;animation:.22s ease-out hud-race-countdown-pop;position:fixed;top:50%;left:50%;transform:translate(-50%,-56%)}.hud-race-countdown.go{color:#a7ffbf;text-shadow:0 2px #084016f2,0 8px 28px #000000d9,0 0 22px #6dff9847}@keyframes hud-race-countdown-pop{0%{opacity:0;transform:translate(-50%,-52%)scale(.86)}to{opacity:1;transform:translate(-50%,-56%)scale(1)}}.hud-race-finish{z-index:12;text-align:center;pointer-events:none;background:linear-gradient(#1c1408eb,#120c06e6);border:1px solid #ffd6665c;border-radius:18px;min-width:280px;padding:18px 20px 20px;animation:.2s ease-out hud-race-finish-pop;position:fixed;top:50%;left:50%;transform:translate(-50%,-48%);box-shadow:0 16px 42px #0000006b,0 0 24px #ffd6661f}.hud-race-finish.new-best{background:linear-gradient(#0a1c10f0,#08140ce6);border-color:#6eff9c6b;box-shadow:0 16px 42px #0000006b,0 0 26px #6eff9c24}.hud-race-finish__title{letter-spacing:.2em;text-transform:uppercase;color:#ffe6a6;font-size:16px;font-weight:900}.hud-race-finish.new-best .hud-race-finish__title{color:#b8ffd0}.hud-race-finish__time{color:#fffaf0;margin-top:8px;font-family:Courier New,Courier,monospace;font-size:42px;font-weight:800;line-height:1}.hud-race-finish__subtitle{letter-spacing:.12em;text-transform:uppercase;color:#fff5dcb8;margin-top:8px;font-size:12px}@keyframes hud-race-finish-pop{0%{opacity:0;transform:translate(-50%,-44%)scale(.92)}to{opacity:1;transform:translate(-50%,-48%)scale(1)}}.hud-bottom-center{color:#f5f8fcc7;text-align:center;text-shadow:0 1px 2px #000000eb,0 2px 8px #000000bf;pointer-events:none;flex-wrap:wrap;justify-content:center;gap:8px 12px;max-width:min(980px,100vw - 40px);font-size:13px;font-weight:600;line-height:1.7;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.hud-help-group{background:#070c127a;border:1px solid #b5cbdb24;border-radius:12px;align-items:center;gap:8px;padding:7px 10px;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.hud-help-group--active{background:radial-gradient(circle at 20% 20%,#ffd87a2e,#0000 55%),#3a2408b8;border-color:#ffd2706b;box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #ffd06b14,0 10px 24px #00000038}.hud-help-keys{align-items:center;gap:5px;display:inline-flex}.hud-help-label{color:#eef4f9e0;letter-spacing:.02em}.hud-help-group--active .hud-help-label{color:#fff1ca}.hud-keycap{color:#17212b;letter-spacing:.04em;text-transform:uppercase;min-width:24px;height:24px;text-shadow:none;background:linear-gradient(#fcfefff2,#c2cdd6db);border-radius:7px;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:800;line-height:1;display:inline-flex;box-shadow:inset 0 1px #ffffffeb,inset 0 -1px #5b6f7e8c,0 2px 6px #00000052}.hud-help-group--active .hud-keycap{color:#2b1a05;background:linear-gradient(#fffaecfa,#ffd47ce0);box-shadow:inset 0 1px #fffffff0,inset 0 -1px #78511485,0 2px 8px #00000057}.hud-keycap--wide{min-width:48px;padding:0 10px}.hud-mouse-badge{align-items:center;gap:7px;min-height:24px;padding:0 2px 0 0;display:inline-flex}.hud-mouse-badge__body{background:linear-gradient(#fafdfff5,#c2ced6eb);border-radius:11px 11px 9px 9px;width:20px;height:28px;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff5,inset 0 -1px #5b6f7e7a,0 2px 6px #00000052}.hud-mouse-badge__left,.hud-mouse-badge__right{background:#ffffff7a;width:50%;height:11px;position:absolute;top:0}.hud-mouse-badge__left{border-right:1px solid #46566324;left:0}.hud-mouse-badge__right{right:0}.hud-mouse-badge__wheel{background:#3b4752;border-radius:999px;width:4px;height:7px;position:absolute;top:5px;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #ffffff29}.hud-mouse-badge__text{letter-spacing:.06em;text-transform:uppercase;color:#eef5fa;font-size:10px;font-weight:800;line-height:1}.hud-mouse-badge--click .hud-mouse-badge__left{background:linear-gradient(#8bd4ff,#59aee4)}.hud-mouse-badge--drag .hud-mouse-badge__left{background:linear-gradient(#ffd27a,#f5a623)}.hud-mouse-badge--drag .hud-mouse-badge__body:after{content:"";background:#3d4b57b8;border-radius:999px;width:8px;height:2px;position:absolute;bottom:4px;left:50%;transform:translate(-50%);box-shadow:0 -4px #3d4b576b,0 -8px #3d4b5733}.hud-mouse-badge--wheel .hud-mouse-badge__wheel{background:linear-gradient(#91f2c1,#3fc27f);height:10px}.hud-editor-tools{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.editor-item-panel{z-index:24;isolation:isolate;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#11171ff2,#0a0e14f2),#090c12eb;border:1px solid #9fc4db29;border-radius:18px;flex-direction:column;gap:14px;width:min(440px,100vw - 32px);min-height:0;max-height:min(72vh,680px);padding:16px;display:flex;position:fixed;top:100px;left:16px;overflow:hidden;box-shadow:0 18px 48px #00000057}.editor-item-panel:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#11171ffb,#0b1017f7),#090c12f7;height:210px;position:absolute;top:0;left:0;right:0}.editor-item-panel__header{z-index:2;justify-content:space-between;align-items:flex-start;gap:16px;display:flex;position:relative}.editor-item-panel__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#b3cfe08a;margin-bottom:4px;font-size:10px}.editor-item-panel__title{color:#eef7ff;font-size:19px;font-weight:700;line-height:1.1}.editor-item-panel__current{color:#d7e6f0c7;text-align:right;font-size:12px;line-height:1.4}.editor-item-panel__search{z-index:2;color:#f2f7fb;background:#ffffff0d;border:1px solid #a8c4d62e;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-size:14px;position:relative}.editor-item-panel__search:focus{border-color:#7eb3d494;box-shadow:0 0 0 3px #6b9cba2e}.editor-item-panel__filters{z-index:2;flex-wrap:wrap;gap:8px;display:flex;position:relative}.editor-filter-chip{color:#dfeaf2c7;cursor:pointer;background:#ffffff0a;border:1px solid #a2bfd029;border-radius:999px;padding:7px 11px;font-size:12px;transition:background .12s,border-color .12s,color .12s,transform .12s}.editor-filter-chip:hover{color:#f3f9fc;border-color:#aeccdd47}.editor-filter-chip.active{color:#f6fbff;background:#5c8dac42;border-color:#89b8d66b}.editor-item-panel__grid{z-index:2;flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;padding-right:4px;display:grid;position:relative;overflow:auto}.editor-item-panel__hint{z-index:2;color:#e6eff5d1;background:#ffffff0a;border:1px solid #aac6d61f;border-radius:12px;min-height:38px;padding:10px 12px;font-size:12px;line-height:1.45;position:relative}.editor-item-card{text-align:left;color:#edf6fb;cursor:pointer;background:linear-gradient(#ffffff0d,#ffffff08);border:1px solid #aac6d61f;border-radius:14px;flex-direction:column;align-items:flex-start;gap:5px;padding:12px 13px;transition:transform .12s,border-color .12s,background .12s,box-shadow .12s;display:flex}.editor-item-card:hover{background:linear-gradient(#ffffff14,#ffffff0d);border-color:#9dc6e04d;transform:translateY(-1px);box-shadow:0 10px 20px #0000002e}.editor-item-card.active{background:linear-gradient(#4d76915c,#2c475a3d);border-color:#8dc3e28a;box-shadow:inset 0 0 0 1px #c5e3f51f}.editor-tile-picker{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid;position:relative}.editor-tile-picker__option{color:#edf6fb;text-align:left;cursor:pointer;background:linear-gradient(#ffffff0d,#ffffff08);border:1px solid #aac6d61f;border-radius:14px;flex-direction:column;align-items:stretch;gap:8px;padding:8px;transition:transform .12s,border-color .12s,background .12s,box-shadow .12s;display:flex}.editor-tile-picker__option:hover{background:linear-gradient(#ffffff14,#ffffff0d);border-color:#9dc6e04d;transform:translateY(-1px)}.editor-tile-picker__option.active{background:linear-gradient(#4d76915c,#2c475a3d);border-color:#8dc3e28a;box-shadow:inset 0 0 0 1px #c5e3f51f}.editor-tile-picker__option span{color:#eaf3f8e6;font-size:11px}.editor-item-preview{background:radial-gradient(circle at 22% 18%,#ffffff29,#0000 30%),linear-gradient(#7898ad3d,#1f2c392e 56%,#0e12184d);border:1px solid #bdd5e21a;border-radius:12px;width:100%;height:104px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.editor-tile-card-preview{background:linear-gradient(#57656e38,#12181f4d),#0f141cd9;border:1px solid #bdd5e21a;border-radius:12px;width:100%;height:104px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.editor-tile-card-preview .editor-tile-swatch{border-radius:10px;position:absolute;inset:10px 10px 18px}.editor-tile-card-preview__edge{background:linear-gradient(#1f252de6,#0b0f14fa);border-top:1px solid #ffffff14;border-radius:0 0 10px 10px;height:12px;position:absolute;bottom:8px;left:10px;right:10px}.editor-tile-swatch{aspect-ratio:1.35;background-position:50%;background-repeat:repeat;background-size:cover;border:1px solid #ffffff1a;border-radius:10px;width:100%;box-shadow:inset 0 1px #ffffff14,0 10px 20px #0000002e}.editor-item-preview-canvas{inset:0;z-index:0!important;pointer-events:none!important;width:100%!important;height:100%!important;position:fixed!important}.editor-item-preview canvas{pointer-events:none;display:block;width:100%!important;height:100%!important}.character-picker{gap:12px;display:grid;position:relative}.character-picker__label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.character-picker__label{letter-spacing:.08em;text-transform:uppercase;opacity:.8;font-size:12px}.character-picker__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#d8e6f08f;font-size:11px}.character-picker__grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.character-picker__grid.is-disabled{opacity:.72}.character-picker__card{color:inherit;text-align:left;cursor:pointer;background:radial-gradient(circle at 18% 16%,#ffffff1f,#0000 26%),linear-gradient(#4b697838,#11181f5c);border:1px solid #bdd5e21f;border-radius:16px;gap:10px;padding:10px;transition:transform .14s,border-color .14s,box-shadow .14s,background .14s;display:grid;position:relative}.character-picker__card:hover,.character-picker__card:focus-visible{border-color:#f4d28b57;transform:translateY(-2px);box-shadow:0 16px 28px #00000038}.character-picker__card.is-active{background:radial-gradient(circle at 18% 16%,#ffffff24,#0000 26%),linear-gradient(#7b5c3942,#18120f6b);border-color:#ffad5e8f;box-shadow:0 18px 34px #00000047}.character-picker__card:disabled{cursor:default;box-shadow:none;transform:none}.character-picker__preview{background:radial-gradient(circle at 22% 18%,#ffffff26,#0000 28%),linear-gradient(#7494a83d,#161e262e 56%,#090c114d);border:1px solid #bdd5e21a;border-radius:14px;width:100%;height:260px;position:relative;overflow:hidden}.character-picker__canvas{inset:0;z-index:0!important;pointer-events:none!important;width:100%!important;height:100%!important;position:fixed!important}.character-picker__preview canvas{pointer-events:none;display:block;width:100%!important;height:100%!important}.character-picker__meta{gap:6px;display:grid}.character-picker__title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.character-picker__meta strong{font-size:14px}.character-picker__meta small{color:#e2edf4c2;line-height:1.4}.character-picker__badge{color:#ffd6a7;letter-spacing:.08em;text-transform:uppercase;background:#ffad5e29;border-radius:999px;align-items:center;padding:3px 7px;font-size:10px;display:inline-flex}.character-picker__current{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;gap:4px;padding:10px 12px;display:grid}.character-picker__current strong{font-size:14px}.character-picker__current span{color:#e2edf4c2;font-size:13px;line-height:1.45}.animation-preview{border-top:1px solid #ffffff0f;gap:12px;margin-top:14px;padding-top:14px;display:grid}.animation-preview--editor{gap:10px}.animation-preview__workspace{grid-template-columns:minmax(300px,350px) minmax(0,1fr);align-items:start;gap:12px;display:grid}.animation-preview__sidebar,.animation-preview__stage{gap:10px;display:grid}.animation-preview__panel{background:radial-gradient(circle at 0 0,#ffffff0d,#0000 28%),linear-gradient(#1b212af5,#0e1218fa);border:1px solid #ffffff14;border-radius:10px;gap:10px;padding:11px;display:grid}.animation-preview__panel-header{gap:4px;display:grid}.animation-preview__panel-header strong{color:#eef7fb;font-size:14px}.animation-preview__panel-header span{color:#e2edf4a8;font-size:12px;line-height:1.4}.animation-preview__controls{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px;display:grid}.animation-preview__field{gap:6px;display:grid}.animation-preview__field label{opacity:.78;font-size:12px}.animation-preview__field select,.animation-preview__field input,.animation-preview__number-field input{box-sizing:border-box;color:#eef7fb;width:100%;min-width:0;min-height:38px;font:inherit;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;padding:0 10px;font-size:12px}.animation-preview__toggles{flex-wrap:wrap;gap:10px;display:flex}.animation-preview__toggle{color:#e9f0f5eb;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:12px;display:inline-flex}.animation-preview__toggle input{accent-color:#9ed7ff}.animation-preview__card{background:radial-gradient(circle at 18% 18%,#ffffff1a,#0000 28%),linear-gradient(#546d7c38,#0b101657);border:1px solid #bdd5e21f;border-radius:16px;height:560px;position:relative;overflow:hidden}.animation-preview__card--editor{height:min(72vh,760px);min-height:560px}.animation-preview__canvas{display:block;width:100%!important;height:100%!important}.animation-preview__meta{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.animation-preview__meta strong{margin-bottom:4px;font-size:14px;display:block}.animation-preview__meta span{color:#e2edf4bd;font-size:13px;line-height:1.4}.animation-preview__chip{color:#cde7d4;background:#507c602e;border:1px solid #79bd902e;border-radius:999px;flex:none;padding:6px 10px;font-size:12px}.animation-preview__chip.is-missing{color:#ffc2c2;background:#81373738;border-color:#da616138}.animation-preview__debug-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.animation-preview__debug-card{background:#ffffff0a;border:1px solid #80c2a61f;border-radius:12px;gap:4px;padding:12px;display:grid}.animation-preview__debug-card strong{color:#e8f3f8;font-size:12px}.animation-preview__debug-card span{color:#e2edf4b8;font-size:12px;line-height:1.45}.animation-preview__debug-card.is-missing{background:#70242424;border-color:#da616129}.animation-preview__debug-card.is-active{background:#23583029;border-color:#7cef953d}.animation-preview__chip-row,.animation-preview__button-row{flex-wrap:wrap;gap:10px;display:flex}.animation-preview__channel-list{grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:8px;max-height:150px;padding-right:2px;display:grid;overflow:auto}.animation-preview__channel-button{color:#e6f0f7db;min-width:0;font:inherit;text-align:left;cursor:pointer;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:10px;gap:3px;padding:8px 10px;display:grid}.animation-preview__channel-button strong,.animation-preview__channel-button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.animation-preview__channel-button strong{font-size:12px}.animation-preview__channel-button span{color:#e2edf49e;font-size:11px}.animation-preview__channel-button.is-active{background:#23583038;border-color:#7dff9557}.animation-preview__vector-grid{gap:12px;display:grid}.animation-preview__vector-group{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;gap:8px;padding:12px;display:grid}.animation-preview__vector-group strong{color:#eef7fb;font-size:12px}.animation-preview__vector-row{grid-template-columns:repeat(3,minmax(58px,1fr));gap:8px;display:grid}.animation-preview__vector-row--4{grid-template-columns:repeat(4,minmax(52px,1fr))}.animation-preview__number-field{color:#e2edf4a8;gap:6px;font-size:11px;display:grid}.animation-preview__json-box{background:#070a0eeb;border:1px solid #ffffff14;border-radius:12px;max-height:220px;padding:12px;overflow:auto}.animation-preview__json-box pre{white-space:pre-wrap;word-break:break-word;color:#d6e8f2db;font-size:11px;line-height:1.5}.animation-preview__status{color:#9ed7ff;font-size:12px}.animation-preview__timeline{z-index:4;background:radial-gradient(circle at 0 0,#ffffff0d,#0000 28%),linear-gradient(#1a1f28f5,#0e1116fa);border:1px solid #ffffff14;border-radius:10px;order:-1;gap:10px;padding:10px 12px 12px;display:grid;position:sticky;top:0}.animation-preview__transport{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.animation-preview__transport-button{color:#eef7fb;min-width:68px;height:34px;font:inherit;cursor:pointer;background:#4c8eb42e;border:1px solid #82d8ff3d;border-radius:999px;padding:0 11px;font-size:12px;font-weight:700}.animation-preview__transport-button.is-secondary{background:#ffffff0f;border-color:#ffffff24}.animation-preview__transport-button:disabled{opacity:.45;cursor:default}.animation-preview__time-readout,.animation-preview__frame-readout{gap:2px;padding:0 8px;display:grid}.animation-preview__time-readout strong,.animation-preview__frame-readout strong{color:#eef7fb;font-size:13px}.animation-preview__time-readout span,.animation-preview__frame-readout span{color:#e2edf49e;font-size:11px}.animation-preview__scrubber-wrap{gap:8px;display:grid;position:relative}.animation-preview__scrubber-track{pointer-events:none;background:#ffffff14;border-radius:999px;height:8px;position:absolute;top:50%;left:0;right:0;overflow:hidden;transform:translateY(-50%)}.animation-preview__scrubber-fill{transform-origin:0;background:linear-gradient(90deg,#88d6ffeb,#ffad5ef5);height:100%}.animation-preview__scrubber-ticks,.animation-preview__scrubber-keyframes{position:absolute;inset:0}.animation-preview__scrubber-tick{background:#fff3;width:1px;height:100%;position:absolute;top:0;transform:translate(-50%)}.animation-preview__scrubber{z-index:1;appearance:none;background:0 0;width:100%;height:22px;margin:0;position:relative}.animation-preview__scrubber::-webkit-slider-runnable-track{background:0 0;height:8px}.animation-preview__scrubber::-webkit-slider-thumb{-webkit-appearance:none;background:#f6fbff;border:2px solid #ffffffe6;border-radius:50%;width:18px;height:18px;margin-top:-5px;box-shadow:0 0 0 5px #88d6ff29}.animation-preview__scrubber::-moz-range-track{background:0 0;height:8px}.animation-preview__scrubber::-moz-range-thumb{background:#f6fbff;border:2px solid #ffffffe6;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 5px #88d6ff29}.animation-preview__keyframe-marker{cursor:pointer;pointer-events:auto;background:#ffb160;border:2px solid #ffffffe6;border-radius:3px;width:12px;height:12px;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%)rotate(45deg)}.animation-preview__keyframe-marker.is-active{background:#7dff95;box-shadow:0 0 0 6px #7dff951f}.animation-preview__timeline-labels{color:#e2edf485;letter-spacing:.04em;justify-content:space-between;gap:8px;font-size:10px;display:flex}.animation-preview__clip-list{flex-wrap:wrap;gap:8px;display:flex}.animation-preview__clip{color:#e2edf4c7;background:#ffffff0d;border-radius:999px;padding:5px 8px;font-size:12px}.animation-preview__clip.is-active{color:#ffd6a7;background:#ffad5e29}.animation-preview-overlay{z-index:260;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05080cb8;place-items:center;padding:10px;display:grid;position:fixed;inset:0}.animation-preview-overlay__panel{background:radial-gradient(circle at 0 0,#ffffff14,#0000 28%),linear-gradient(#1f2a35f5,#0e1218fa);border:1px solid #ffffff14;border-radius:12px;width:min(1780px,100%);max-height:calc(100vh - 20px);padding:12px;position:relative;overflow:auto;box-shadow:0 28px 80px #0000006b}@media (width<=1120px){.animation-preview__workspace{grid-template-columns:minmax(0,1fr)}.animation-preview__card--editor{height:560px}}.animation-preview-overlay__close{z-index:8;color:#eef7fb;cursor:pointer;background:#05080cb8;border:1px solid #ffffff2e;border-radius:8px;width:30px;height:30px;font-size:20px;line-height:1;position:absolute;top:8px;right:8px}.animation-edit-hud{z-index:245;pointer-events:none;color:#eef7fb;font-family:inherit;position:fixed;inset:0}.animation-edit-hud button,.animation-edit-hud select,.animation-edit-hud input,.animation-edit-hud__topbar,.animation-edit-hud__controls,.animation-edit-hud__timeline{pointer-events:auto}.animation-edit-hud__status,.animation-edit-hud__hint{pointer-events:none}.animation-edit-hud__topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080c11db;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:8px;display:flex;position:absolute;top:12px;left:12px;right:12px;box-shadow:0 14px 36px #00000047}.animation-edit-hud__controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080c11d1;border:1px solid #ffffff1a;border-radius:8px;align-items:end;gap:8px;padding:8px;display:flex;position:absolute;top:69px;left:12px;box-shadow:0 14px 36px #00000038}.animation-edit-hud__brand{gap:2px;min-width:180px;display:grid}.animation-edit-hud__brand strong{font-size:13px;line-height:1}.animation-edit-hud__brand span,.animation-edit-hud__field span,.animation-edit-hud__status span,.animation-edit-hud__status em,.animation-edit-hud__hint span{color:#aebdc8;font-size:11px}.animation-edit-hud__field{gap:3px;min-width:126px;display:grid}.animation-edit-hud__field--wide{min-width:min(280px,22vw)}.animation-edit-hud__field select{color:#eef7fb;background:#0f161ef2;border:1px solid #ffffff24;border-radius:7px;height:32px;padding:0 9px}.animation-edit-hud__button,.animation-edit-hud__close{color:#eaffef;cursor:pointer;white-space:nowrap;background:#7dff9524;border:1px solid #7dff9557;border-radius:7px;height:32px;padding:0 10px;font-weight:700}.animation-edit-hud__button.is-secondary,.animation-edit-hud__close{color:#d9e6ee;background:#ffffff14;border-color:#ffffff24}.animation-edit-hud__button:disabled{opacity:.45;cursor:not-allowed}.animation-edit-hud__button--ragdoll{color:#faa;background:#781e1e47;border-color:#ff505066}.animation-edit-hud__button--ragdoll.is-ragdoll-active{color:#ff6464;background:#b428286b;border-color:#ff5050bf;box-shadow:0 0 8px #ff50504d}.animation-edit-hud__close{width:32px;margin-left:auto;padding:0;font-size:20px;line-height:1}.animation-edit-hud__status{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080c11bd;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:10px;padding:7px 9px;display:flex;position:absolute;top:141px;left:12px}.animation-edit-hud__status strong{font-size:12px}.animation-edit-hud__status em{color:#ffd6a7;font-style:normal}.animation-edit-hud__properties{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080c11d1;border:1px solid #ffffff1a;border-radius:8px;gap:8px;width:min(390px,34vw);padding:9px;display:grid;position:absolute;top:69px;right:12px;box-shadow:0 14px 36px #00000038}.animation-edit-hud__properties-head{justify-content:space-between;align-items:baseline;gap:10px;min-width:0;display:flex}.animation-edit-hud__properties-head strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.animation-edit-hud__properties-head span,.animation-edit-hud__number-field span{color:#aebdc8;font-size:10px}.animation-edit-hud__properties-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.animation-edit-hud__number-field{gap:3px;min-width:0;display:grid}.animation-edit-hud__number-field input{color:#eef7fb;background:#0f161ef2;border:1px solid #ffffff24;border-radius:6px;min-width:0;height:28px;padding:0 6px;font-size:11px}.animation-edit-hud__properties-actions{justify-content:flex-end;gap:6px;display:flex}.animation-edit-hud__timeline{--animation-edit-thumb-size:18px;--animation-edit-thumb-half:calc(var(--animation-edit-thumb-size) / 2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080c11db;border:1px solid #ffffff1a;border-radius:8px;padding:10px 12px 12px;position:absolute;bottom:24px;left:18px;right:18px;box-shadow:0 14px 36px #00000047}.animation-edit-hud__scrubber-wrap{height:24px;position:relative}.animation-edit-hud__track{left:var(--animation-edit-thumb-half);right:var(--animation-edit-thumb-half);pointer-events:none;background:#ffffff14;border-radius:999px;height:8px;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.animation-edit-hud__fill{background:linear-gradient(90deg,#7dff9557,#79d8ff47);position:absolute;top:0;bottom:0;left:0}.animation-edit-hud__tick{background:#ffffff29;width:1px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.animation-edit-hud__key{cursor:pointer;pointer-events:auto;background:#ffc06e;border:1px solid #ffd6a7e6;border-radius:3px;width:12px;height:12px;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%)rotate(45deg)}.animation-edit-hud__key.is-active{background:#7dff95;border-color:#eaffef;width:16px;height:16px}.animation-edit-hud__scrubber{z-index:1;appearance:none;pointer-events:auto;background:0 0;width:100%;height:24px;margin:0;position:relative}.animation-edit-hud__scrubber::-webkit-slider-runnable-track{background:0 0;height:8px}.animation-edit-hud__scrubber::-webkit-slider-thumb{-webkit-appearance:none;width:var(--animation-edit-thumb-size);height:var(--animation-edit-thumb-size);background:#f6fbff;border:2px solid #ffffffeb;border-radius:50%;margin-top:-5px;box-shadow:0 0 0 5px #7dff9529}.animation-edit-hud__scrubber::-moz-range-track{background:0 0;height:8px}.animation-edit-hud__scrubber::-moz-range-thumb{width:var(--animation-edit-thumb-size);height:var(--animation-edit-thumb-size);background:#f6fbff;border:2px solid #ffffffeb;border-radius:50%;box-shadow:0 0 0 5px #7dff9529}.animation-edit-hud__hint{background:#080c11ad;border:1px solid #ffffff17;border-radius:8px;flex-wrap:wrap;gap:10px;padding:7px 9px;display:flex;position:absolute;bottom:92px;left:18px}@media (width<=980px){.animation-edit-hud__topbar{flex-wrap:wrap;align-items:stretch}.animation-edit-hud__controls{flex-wrap:wrap;align-items:stretch;top:132px;right:12px}.animation-edit-hud__brand,.animation-edit-hud__field,.animation-edit-hud__field--wide{min-width:140px}.animation-edit-hud__status{flex-wrap:wrap;top:216px;right:12px}}.editor-item-preview__shape{background:#ebf4fae6;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #0000002e}.editor-item-preview--tree .editor-item-preview__shape,.editor-item-preview--pine .editor-item-preview__shape{width:0;height:0;box-shadow:none;background:0 0;border-bottom:42px solid #589f5feb;border-left:18px solid #0000;border-right:18px solid #0000}.editor-item-preview--tree .editor-item-preview__shape:after,.editor-item-preview--pine .editor-item-preview__shape:after,.editor-item-preview--palm .editor-item-preview__shape:after{content:"";background:#8b6742;border-radius:4px;width:8px;height:14px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.editor-item-preview--palm .editor-item-preview__shape{background:#63aa55;border-radius:50% 50% 40% 40%;width:34px;height:34px;box-shadow:0 -6px #63aa55a6}.editor-item-preview--rock .editor-item-preview__shape,.editor-item-preview--boulder .editor-item-preview__shape,.editor-item-preview--bush .editor-item-preview__shape,.editor-item-preview--flower .editor-item-preview__shape,.editor-item-preview--barrel .editor-item-preview__shape,.editor-item-preview--crate .editor-item-preview__shape,.editor-item-preview--box .editor-item-preview__shape,.editor-item-preview--bench .editor-item-preview__shape,.editor-item-preview--table .editor-item-preview__shape,.editor-item-preview--chair .editor-item-preview__shape,.editor-item-preview--lamp .editor-item-preview__shape,.editor-item-preview--lantern .editor-item-preview__shape,.editor-item-preview--fence .editor-item-preview__shape,.editor-item-preview--wall .editor-item-preview__shape,.editor-item-preview--house .editor-item-preview__shape,.editor-item-preview--building .editor-item-preview__shape,.editor-item-preview--shed .editor-item-preview__shape,.editor-item-preview--car .editor-item-preview__shape,.editor-item-preview--truck .editor-item-preview__shape,.editor-item-preview--bike .editor-item-preview__shape,.editor-item-preview--helicopter .editor-item-preview__shape,.editor-item-preview--airplane .editor-item-preview__shape{border-radius:10px}.editor-item-preview--rock .editor-item-preview__shape{background:#8f959c;width:34px;height:22px}.editor-item-preview--boulder .editor-item-preview__shape{background:#848b92;width:44px;height:28px}.editor-item-preview--bush .editor-item-preview__shape{background:#4f944d;border-radius:999px;width:40px;height:24px}.editor-item-preview--flower .editor-item-preview__shape{background:#5eaa54;border-radius:999px;width:10px;height:32px}.editor-item-preview--flower .editor-item-preview__shape:after{content:"";background:#ed7cab;border-radius:50%;width:18px;height:18px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.editor-item-preview--house .editor-item-preview__shape,.editor-item-preview--shed .editor-item-preview__shape{background:#d8d0c0;width:46px;height:28px}.editor-item-preview--house .editor-item-preview__shape:before,.editor-item-preview--shed .editor-item-preview__shape:before{content:"";border-bottom:16px solid #727976;border-left:27px solid #0000;border-right:27px solid #0000;width:0;height:0;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.editor-item-preview--building .editor-item-preview__shape{background:#bcc6cf;width:34px;height:44px}.editor-item-preview--building .editor-item-preview__shape:before{content:"";background:linear-gradient(90deg,#0000 0 22%,#8cc5e6cc 22% 38%,#0000 38% 50%,#8cc5e6cc 50% 66%,#0000 66% 78%,#8cc5e6cc 78% 94%,#0000 94%),linear-gradient(#8cc5e6d1 0 18%,#0000 18% 34%,#8cc5e6d1 34% 52%,#0000 52% 68%,#8cc5e6d1 68% 86%,#0000 86%);position:absolute;inset:8px 7px}.editor-item-preview--fence .editor-item-preview__shape{background:linear-gradient(90deg,#b18c65 0 8%,#0000 8% 14%,#b18c65 14% 22%,#0000 22% 28%,#b18c65 28% 36%,#0000 36% 42%,#b18c65 42% 50%,#0000 50% 56%,#b18c65 56% 64%,#0000 64% 70%,#b18c65 70% 78%,#0000 78% 84%,#b18c65 84% 92%);width:56px;height:18px;box-shadow:inset 0 6px #c6a279,inset 0 11px #c6a279}.editor-item-preview--wall .editor-item-preview__shape{background:#9ba3aa;width:58px;height:24px}.editor-item-preview--barrel .editor-item-preview__shape{background:#8b5d36;border-radius:8px;width:20px;height:28px}.editor-item-preview--crate .editor-item-preview__shape,.editor-item-preview--box .editor-item-preview__shape{background:#9d744f;width:28px;height:24px}.editor-item-preview--lamp .editor-item-preview__shape,.editor-item-preview--lantern .editor-item-preview__shape{background:#8e98a1;border-radius:999px;width:8px;height:40px}.editor-item-preview--lamp .editor-item-preview__shape:after,.editor-item-preview--lantern .editor-item-preview__shape:after{content:"";background:#f2d786;border-radius:50%;width:18px;height:18px;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.editor-item-preview--bench .editor-item-preview__shape{background:#9e7349;width:38px;height:10px;box-shadow:0 10px #9e7349e6}.editor-item-preview--table .editor-item-preview__shape{background:#9e7349;width:34px;height:10px}.editor-item-preview--chair .editor-item-preview__shape{background:linear-gradient(#9e7349 0 44%,#0000 44% 48%,#9e7349 48%);width:22px;height:22px}.editor-item-preview--car .editor-item-preview__shape,.editor-item-preview--truck .editor-item-preview__shape,.editor-item-preview--bike .editor-item-preview__shape,.editor-item-preview--helicopter .editor-item-preview__shape,.editor-item-preview--airplane .editor-item-preview__shape{background:#d7e4ec}.editor-item-preview--car .editor-item-preview__shape{border-radius:12px 12px 8px 8px;width:42px;height:18px}.editor-item-preview--truck .editor-item-preview__shape{width:50px;height:20px}.editor-item-preview--bike .editor-item-preview__shape{border-radius:999px;width:30px;height:8px}.editor-item-preview--helicopter .editor-item-preview__shape{width:42px;height:14px}.editor-item-preview--helicopter .editor-item-preview__shape:before{content:"";background:#d7e4ec;border-radius:999px;height:4px;position:absolute;top:-6px;left:-12px;right:-12px}.editor-item-preview--airplane .editor-item-preview__shape{width:48px;height:10px}.editor-item-preview--airplane .editor-item-preview__shape:before{content:"";background:linear-gradient(#0000 0 36%,#d7e4ec 36% 64%,#0000 64%);border-radius:999px;height:24px;position:absolute;top:-7px;left:8px;right:8px}.editor-item-card__category{text-transform:uppercase;letter-spacing:.12em;color:#bad3e294;font-size:10px}.editor-item-card__title{color:#fbfdff;font-size:15px;font-weight:700}.editor-item-card__name{color:#d6e4eca8;font-size:12px}.editor-item-card__action{color:#b5d8ee;margin-top:4px;font-size:11px}.editor-item-panel__empty{text-align:center;color:#dae5ec9e;grid-column:1/-1;padding:24px 8px;font-size:13px}.mission-editor-panel{z-index:240;color:#f8fafc;background:#0a1016f0;border:1px solid #ffffff29;border-radius:8px;width:min(720px,100vw - 36px);max-height:calc(100vh - 132px);padding:16px;position:fixed;top:92px;left:18px;overflow:auto;box-shadow:0 18px 48px #00000057}.mission-editor-panel__header-actions{align-items:center;gap:8px;display:flex}.mission-editor-panel__row{align-items:center;gap:8px;margin-top:10px;display:flex}.mission-editor-panel__row select,.mission-editor-panel__row input{flex:1;min-width:0}.mission-editor-panel__wide{margin-top:10px}.mission-editor-panel__toggle{color:#fffc;align-items:center;gap:6px;font-size:12px;display:inline-flex}.mission-editor-panel__steps{gap:10px;margin-top:14px;display:grid}.mission-editor-panel__quick-add{flex-wrap:wrap}.mission-editor-panel__coords{color:#c6dfedb8;margin-top:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.mission-editor-panel__placement{color:#d8fff3;background:#45d1a31f;border:1px solid #45d1a36b;border-radius:8px;margin-top:8px;padding:8px 10px;font-size:12px}.mission-editor-panel__validation{color:#fde68a;background:#78350f2e;border:1px solid #f59e0b6b;border-radius:8px;gap:4px;margin-top:8px;padding:8px 10px;font-size:12px;display:grid}.mission-flow-board{background:#0f171fb8;border:1px solid #94a3b82e;border-radius:8px;gap:12px;margin-top:14px;padding:12px;display:grid}.mission-flow-strand{gap:8px;display:grid}.mission-flow-strand__title{text-transform:uppercase;color:#cbd5e1b3;font-size:11px;font-weight:800}.mission-flow-lane{gap:12px;padding:2px 2px 8px;display:flex;overflow-x:auto}.mission-flow-node{color:#f8fafc;text-align:left;cursor:pointer;background:#ffffff0e;border:1px solid #94a3b838;border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:8px;min-width:178px;max-width:220px;padding:10px;display:grid;position:relative}.mission-flow-node.active{border-color:color-mix(in srgb, var(--mission-color,#45d1a3) 72%, white 6%);background:color-mix(in srgb, var(--mission-color,#45d1a3) 18%, #ffffff0f);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--mission-color,#45d1a3) 42%, transparent)}.mission-flow-node.invalid{border-color:#f59e0b75}.mission-flow-node__connector{background:#94a3b875;width:13px;height:1px;position:absolute;top:21px;left:-13px}.mission-flow-node__dot{background:var(--mission-color,#45d1a3);width:11px;height:11px;box-shadow:0 0 0 3px color-mix(in srgb, var(--mission-color,#45d1a3) 20%, transparent);border-radius:999px;margin-top:3px}.mission-flow-node__content{gap:3px;min-width:0;display:grid}.mission-flow-node__title{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.2;overflow:hidden}.mission-flow-node__meta{color:#cbd5e1b3;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;overflow:hidden}.mission-flow-node__badges{flex-wrap:wrap;grid-column:1/-1;gap:4px;min-height:18px;display:flex}.mission-flow-node__badges span{color:#e2e8f0d1;background:#0f172ab3;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:700}.mission-editor-selected{border-top:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:12px;display:flex}.mission-editor-selected__label{color:#cbd5e1a3;text-transform:uppercase;font-size:11px;font-weight:800}.mission-editor-selected__title{color:#f8fafc;font-size:15px;font-weight:900}.mission-flow-editor{background:#ffffff0b;border:1px solid #94a3b829;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin-top:10px;padding:10px;display:grid}.mission-flow-editor__chips{flex-wrap:wrap;grid-column:1/-1;gap:6px;min-height:28px;display:flex}.mission-flow-editor__chips button{color:#d8fff3;cursor:pointer;background:#45d1a31f;border:1px solid #45d1a357;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;display:inline-flex}.mission-flow-editor__chips button span{color:#d8fff3b8;font-weight:900}.mission-flow-editor__empty{color:#cbd5e19e;align-self:center;font-size:12px}.mission-editor-step{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;padding:10px}.mission-editor-step.active{background:#45d1a31f;border-color:#45d1a3a8;box-shadow:inset 0 0 0 1px #45d1a338}.mission-world-label{color:#ecfeff;letter-spacing:0;white-space:nowrap;cursor:pointer;background:#080d12d1;border:1px solid #ffffff3d;border-radius:6px;min-width:64px;padding:4px 8px;font-size:11px;font-weight:800;line-height:1;box-shadow:0 8px 18px #00000052}.mission-world-label.active{color:#fff;background:#124034e6;border-color:#45d1a3cc}.editor-property-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#11171ff2,#0a0e14f2),#090c12eb;border:1px solid #9fc4db29;border-radius:18px;flex-direction:column;gap:14px;width:min(340px,100vw - 32px);padding:16px;display:flex;position:fixed;top:100px;right:16px;box-shadow:0 18px 48px #00000057}.editor-property-panel__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.editor-property-panel__meta{text-transform:uppercase;letter-spacing:.12em;color:#c3d6e2a8;font-size:11px}.editor-property-panel__grid,.editor-plugin-properties{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.editor-field{color:#dae6eeb8;flex-direction:column;gap:6px;font-size:12px;display:flex}.editor-field span{text-transform:uppercase;letter-spacing:.08em;font-size:11px}.editor-field--slider span{justify-content:space-between;gap:8px;display:flex}.editor-field--slider output{color:#f2f7fb;font-variant-numeric:tabular-nums}.editor-field--slider input[type=range]{accent-color:#7eb3d4;padding:0}.editor-field input,.editor-field select,.editor-field textarea{color:#f2f7fb;background:#ffffff0d;border:1px solid #a8c4d62e;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-size:13px}.editor-field textarea{resize:vertical;min-height:72px}.editor-field input:focus,.editor-field select:focus,.editor-field textarea:focus{border-color:#7eb3d494;box-shadow:0 0 0 3px #6b9cba2e}.editor-field--checkbox{flex-direction:row;align-items:center}.editor-field--checkbox input{width:auto}.editor-property-panel__actions{flex-wrap:wrap;gap:8px;display:flex}.editor-delete-btn{color:#ffe2db;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:linear-gradient(#7e1a18f5,#4a1012f5),#460e10f0;border:1px solid #ff786a66;border-radius:14px;width:100%;padding:12px 14px;font-size:12px;font-weight:700;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:0 10px 24px #520c0f47}.editor-delete-btn:hover{border-color:#ff94849e;transform:translateY(-1px);box-shadow:0 14px 28px #600e1257}.editor-selected-sheet{--editor-selected-accent:#d97706;z-index:26;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#0c1219f5,#070b10f5),#06090ef0;border:1px solid #a9c0cf2e;border-radius:24px;width:min(680px,100vw - 24px);padding:16px;position:fixed;bottom:88px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 28px 72px #0000006b,inset 0 1px #ffffff0d}.editor-selected-sheet__glow{pointer-events:none;background:radial-gradient(circle, color-mix(in srgb, var(--editor-selected-accent) 36%, transparent) 0%, transparent 72%);opacity:.8;width:320px;height:220px;position:absolute;inset:-40% auto auto 50%;transform:translate(-50%)}.editor-selected-sheet__header,.color-control{z-index:1;position:relative}.editor-selected-sheet__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.editor-selected-sheet__title-row{align-items:center;gap:10px;display:flex}.editor-selected-sheet__swatch{background:var(--editor-selected-accent);width:16px;height:16px;box-shadow:0 0 0 3px #ffffff14, 0 0 24px color-mix(in srgb, var(--editor-selected-accent) 42%, transparent);border-radius:50%;flex:none}.editor-selected-sheet__delete{color:#ffd6cf;cursor:pointer;background:linear-gradient(#721618f5,#4a1012f5),#460e10f0;border:1px solid #ff827057;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .16s,border-color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 14px 30px #560e1247}.editor-selected-sheet__delete:hover{border-color:#ffa5968f;transform:translateY(-1px);box-shadow:0 18px 34px #600e1257}.editor-selected-sheet__delete svg{width:18px;height:18px}.color-control{background:linear-gradient(#ffffff0d,#ffffff06);border:1px solid #a8c4d61f;border-radius:16px;flex-direction:column;gap:12px;margin-top:14px;padding:12px;display:flex}.color-control__header{align-items:flex-start;gap:14px;display:flex}.color-control__label{letter-spacing:.08em;text-transform:uppercase;color:#f2f7fb;font-size:13px;font-weight:700}.color-control__description{color:#dae6eeb8;margin-top:4px;font-size:11px;line-height:1.4}.color-control__swatches{grid-template-columns:repeat(9,minmax(0,1fr));gap:7px;display:grid}.color-control__swatch{aspect-ratio:1;background:var(--color-control-value);cursor:pointer;border:0;border-radius:10px;width:100%;transition:transform .12s,box-shadow .12s;box-shadow:inset 0 0 0 1px #ffffff1f}.color-control__swatch:hover{transform:translateY(-1px)}.color-control__swatch.active{box-shadow:inset 0 0 0 2px #ffffffeb,0 0 0 3px #76a9c947}.color-control__swatch--custom{display:block;position:relative;overflow:hidden}.color-control__swatch--custom input{opacity:0;cursor:pointer;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.color-control__custom-icon{color:#fffffff5;pointer-events:none;text-shadow:0 1px 6px #00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.color-control__custom-icon svg{width:22px;height:22px}.hud-exit-btn:disabled{opacity:.45;cursor:default}@media (width<=720px){.editor-selected-sheet{border-radius:20px;width:calc(100vw - 16px);padding:14px;bottom:74px}.editor-selected-sheet__header{gap:12px}.editor-selected-sheet__delete{border-radius:14px;width:44px;height:44px}.color-control__swatches{grid-template-columns:repeat(6,minmax(0,1fr))}}.speedometer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;-webkit-user-select:none;user-select:none;background:#06080ee0;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;align-items:center;gap:2px;width:220px;padding:10px 10px 4px;display:flex;position:fixed;bottom:16px;right:16px}.speedometer-leds{gap:7px;padding:2px 0 4px;display:flex}.speedometer-led{border-radius:3px;width:20px;height:7px;transition:background 40ms,box-shadow 40ms}@keyframes speedometer-flash{0%,to{opacity:1}50%{opacity:.35}}.speedometer-led--flash{animation:.12s ease-in-out infinite speedometer-flash}.hud-radio-popup{color:#fff7ec;pointer-events:none;background:linear-gradient(135deg,#f48f3eeb,#bc381de6);border-radius:16px;flex-direction:column;gap:2px;min-width:220px;padding:12px 14px;display:flex;position:fixed;bottom:325px;right:18px;box-shadow:0 16px 42px #00000047}.hud-radio-popup__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#fff7ecb8;font-size:10px;font-weight:800}.hud-radio-popup strong{font-size:18px;line-height:1.05}.hud-radio-popup span{font-size:12px}.hud-radio-popup__song{color:#fff7eceb}.hud-radio-popup em{color:#fff7eccc;margin-top:4px;font-size:11px;font-style:normal;line-height:1.35}.hud-radio-chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffe6;pointer-events:none;background:#0a0c12d6;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:1px;min-width:220px;padding:10px 12px;display:flex;position:fixed;bottom:252px;right:18px}.hud-radio-chip__label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff7a;font-size:10px;font-weight:800}.hud-radio-chip strong{font-size:15px}.hud-radio-chip__song{color:#ffffffb8;font-size:11px}.hud-radio-chip__hint{color:#fff9;font-size:11px}.stats-panel{top:0!important;left:auto!important;right:0!important}.debug-overlay{color:#e0e0e0;pointer-events:auto;-webkit-user-select:none;user-select:none;flex-direction:column;gap:6px;max-width:calc(100vw - 32px);font-family:monospace;font-size:12px;display:flex;position:fixed;top:10px;left:16px;right:16px}.debug-panels{flex-direction:row;align-items:flex-start;gap:8px;display:flex}.debug-panel{background:#000000b8;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;gap:3px;min-width:160px;padding:8px 12px;display:flex}.debug-panel-title{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #ffffff14;margin-bottom:4px;padding-bottom:4px;font-size:10px}.debug-title{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:10px}.debug-actions{pointer-events:auto;flex-wrap:wrap;gap:8px;max-width:920px;margin-bottom:6px;display:flex}.debug-chip{appearance:none;color:#fff;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:700}.debug-chip.is-on{background:#5ab3743d;border-color:#5ab37480}.debug-chip.is-off{background:#e53e3e2e;border-color:#e53e3e6b}.debug-row{justify-content:space-between;gap:16px;display:flex}.car-tuning-help{color:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;z-index:11;background:#080a10eb;border:1px solid #ffffff1a;border-radius:12px;width:320px;max-height:calc(100vh - 32px);padding:14px 16px;font-size:12px;line-height:1.5;position:fixed;top:16px;right:352px;overflow-y:auto}.car-tuning-help__title{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;margin-bottom:10px;font-size:11px;font-weight:700}.car-tuning-help__item+.car-tuning-help__item{margin-top:8px}.car-tuning-help__item strong{color:#fff;font-family:monospace}.debug-label{color:#ffffff73}.debug-value{color:#fff;font-weight:600}.connect-screen{z-index:100;background:#0d0e14;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:fixed;inset:0}.connect-screen h1{letter-spacing:-.5px;font-size:36px;font-weight:700}.connect-screen p{color:#ffffff80;font-size:14px}.connect-screen input,.connect-screen button{border:none;border-radius:8px;outline:none;padding:10px 20px;font-size:15px}.connect-screen input{color:#fff;text-align:center;background:#ffffff14;border:1px solid #fff3;width:260px}.connect-screen button{color:#f8fbef;cursor:pointer;background:#2f8d63;padding:10px 32px;font-weight:600}.connect-screen button:hover{background:#3ca875}.world-select-screen{justify-content:center;align-items:stretch;padding:28px;overflow-y:auto}.auth-lobby__stage.world-select-stage{width:min(1320px,100%)}.world-player-panel,.world-list-panel{gap:16px;display:grid}.world-select-header{text-align:left;justify-content:space-between;align-items:center;gap:18px;display:flex}.world-select-header p{color:#f8fbef9e;font-size:14px;line-height:1.45}.world-select-header strong{color:#f8fbef}.world-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px;width:100%;display:grid}.world-section{gap:12px;display:grid}.world-section-header{color:#f8fbef;justify-content:space-between;align-items:center;gap:12px;display:flex}.world-section-header>div:first-child{gap:3px;display:grid}.world-section-header span{letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:900}.world-section-header small{color:#f8fbef6b;font-size:12px}.world-section-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.world-section-actions button{color:#f8fbefc7;cursor:pointer;background:#ffffff0e;border:1px solid #ffffff24;border-radius:8px;min-height:34px;padding:8px 11px;font-size:12px;font-weight:850}.world-section-actions button:hover{color:#f8fbef;background:#54be8b1f;border-color:#54be8b57}.world-modal-card{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;padding:14px}.world-owned-panel{grid-column:1/-1;gap:10px;display:grid}.world-owned-panel__head{justify-content:space-between;align-items:end;gap:12px;display:flex}.world-owned-panel__head p{color:#f8fbef85;margin-top:4px;font-size:12px;line-height:1.45}.world-owned-panel__head small{color:#f8fbef6b;white-space:nowrap;font-size:12px}.world-panel-title{letter-spacing:.08em;text-transform:uppercase;color:#f8fbefa8;font-size:12px;font-weight:900}.world-inline-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.world-create-fields{grid-template-columns:minmax(0,1fr) minmax(150px,.75fr) 150px;gap:10px;display:grid}.world-owned-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;display:grid}.world-owned-row{background:#0000002e;border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:1fr;align-items:center;gap:10px;padding:10px;display:grid}.world-owned-main{gap:6px;display:grid}.world-owned-main small{color:#f8fbef73;padding-left:2px;font-size:11px;display:block}.world-owned-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.world-owned-row select,.world-owned-row button{color:#f8fbef;background:#ffffff13;border:1px solid #ffffff24;border-radius:8px;min-height:34px;padding:7px 9px}.world-owned-row button{color:#eafcef;background:#54be8b29;border-color:#54be8b6b;font-weight:800}.world-card{background:linear-gradient(#fff1,#ffffff09);border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;gap:10px;min-height:184px;padding:16px;transition:border-color .15s,background .15s,transform .15s;display:flex}.world-card:hover{background:linear-gradient(#ffffff16,#ffffff0b);border-color:#54be8b57;transform:translateY(-1px)}.world-card--player{border-color:#d8a84f42}.connect-screen .world-card--server{text-align:left;cursor:pointer;min-height:184px;color:inherit;background:linear-gradient(#1a2820e6,#0a0f0deb),#080c12e6;border-color:#ffcb5d9e;padding:14px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #ffcb5d2e,0 16px 34px #0003}.connect-screen .world-card--server:hover{background:linear-gradient(#243626f2,#0b110ef0),#080c12e6;border-color:#ffd680e6}.connect-screen .world-card--server .world-card-top,.connect-screen .world-card--server .world-card-desc,.connect-screen .world-card--server .world-server-card__stats,.connect-screen .world-card--server .world-server-card__action{z-index:1;position:relative}.world-server-card__badge{color:#ffdc7d;letter-spacing:.06em;text-transform:uppercase;background:#ffcb5d21;border:1px solid #ffcb5d70;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900}.world-server-card__stats{grid-template-columns:1fr 1fr;gap:7px;display:grid}.world-server-card__stats span{color:#f8fbef9e;text-transform:uppercase;background:#0000002e;border:1px solid #ffffff24;border-radius:8px;gap:2px;padding:7px 8px;font-size:10px;display:grid}.world-server-card__stats strong{color:#ffe09a;text-transform:none;font-size:14px;line-height:1}.world-server-card__action{color:#171006;text-transform:uppercase;background:linear-gradient(#ffd772,#b7812e);border:1px solid #ffcb5d8a;border-radius:8px;place-items:center;min-height:38px;font-size:13px;font-weight:950;display:grid}.world-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.world-card-name{color:#f8fbef;overflow-wrap:anywhere;min-width:0;font-size:16px;font-weight:800}.world-biome-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:600}.world-card-desc{color:#ffffff8a;font-size:12px;line-height:1.5}.world-card-stats{color:#ffffff73;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;font-size:12px;display:flex}.world-stat{align-items:center;gap:6px;display:flex}.hud-help-group--active .hud-mouse-badge__text{color:#fff1ca}.hud-help-group--active .hud-mouse-badge__body{background:#482e0beb;border-color:#ffdc9470;box-shadow:inset 0 1px #ffffff0d,0 2px 7px #00000047}.hud-help-group--active .hud-mouse-badge__left,.hud-help-group--active .hud-mouse-badge__right,.hud-help-group--active .hud-mouse-badge__wheel{background:#ffebbde0}.world-stat-dot{border-radius:50%;width:7px;height:7px}.connect-screen .world-join-btn{color:#07100d;cursor:pointer;background:linear-gradient(135deg,#45b979,#d8a84f);border:1px solid #54be8b80;border-radius:8px;min-height:44px;margin-top:0;padding:11px 16px;font-size:15px;font-weight:900;transition:background .15s}.connect-screen .world-join-btn:hover:not(:disabled){background:linear-gradient(135deg,#54ca88,#efbf67)}.connect-screen .world-join-btn:disabled{opacity:.5;cursor:default}.world-select-hint{color:#ffffff4d;font-size:12px}.world-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000009e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.world-modal{background:linear-gradient(150deg,#0c1219fa,#100d11fa),#090d12;border:1px solid #ffffff29;border-radius:8px;gap:16px;width:min(1040px,100%);max-height:min(820px,100vh - 48px);padding:18px;display:grid;overflow:auto;box-shadow:0 30px 90px #00000080}.world-modal--compact{gap:14px;width:min(460px,100%)}.world-modal--compact .world-modal-header h2{font-size:26px}.world-modal-header{justify-content:space-between;align-items:start;gap:16px;display:flex}.world-modal-header h2{color:#f8fbef;letter-spacing:0;max-width:720px;font-size:clamp(28px,4.4vw,44px);line-height:1.05}.world-modal-header p{color:#f8fbefa3;max-width:720px;margin-top:8px;font-size:14px;line-height:1.55}.world-modal-close{color:#f8fbefa8;cursor:pointer;background:#ffffff09;border:1px solid #ffffff1f;border-radius:8px;min-height:32px;padding:6px 10px;font-weight:800}.world-modal-close:hover{color:#f8fbefe6;background:#ffffff12;border-color:#ffffff38}.world-modal-grid{grid-template-columns:minmax(240px,.8fr) minmax(300px,1fr);align-items:start;gap:12px;display:grid}.world-hosting-panel{background:#ffffff09;border-color:#ffffff1f;grid-column:1/-1;gap:16px;display:grid}.world-hosting-hero{background:linear-gradient(135deg,#0000003d,#ffffff09);border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;padding:16px;display:grid}.world-hosting-hero h3{color:#f8fbef;letter-spacing:0;margin-top:4px;font-size:24px;line-height:1.1}.world-hosting-hero p,.world-hosting-builder__copy p{color:#f8fbef94;margin-top:6px;font-size:13px;line-height:1.5}.world-hosting-metrics{grid-template-columns:repeat(3,minmax(72px,1fr));gap:8px;min-width:260px;display:grid}.world-hosting-metrics span{color:#f8fbef80;background:#0003;border:1px solid #ffffff1a;border-radius:8px;gap:3px;padding:10px;font-size:11px;display:grid}.world-hosting-metrics strong{color:#f8fbef;font-size:20px;line-height:1}.world-plan-grid{grid-template-columns:minmax(280px,1.08fr) minmax(260px,.92fr);gap:12px;display:grid}.world-plan-card{cursor:pointer;background:linear-gradient(#ffffff0b,#00000024),#0000002e;border:1px solid #ffffff1a;border-radius:8px;gap:14px;padding:16px;transition:border-color .15s,background .15s,transform .15s;display:grid;position:relative}.world-plan-card:hover,.world-plan-card.is-selected{background:#d8a84f18;border-color:#eacb827a}.world-plan-card.is-selected{box-shadow:inset 0 0 0 1px #eacb822e}.world-plan-card.is-recommended{background:radial-gradient(circle at 18% 0,#54be8b2e,#0000 38%),linear-gradient(#54be8b21,#0000002e),#0000002e;border-color:#54be8b7a}.world-plan-card.is-recommended.is-selected{box-shadow:inset 0 0 0 1px #54be8b47,0 14px 30px #00000038}.world-plan-card.has-entitlement{border-color:#54be8b57}.world-plan-card__kicker{justify-content:space-between;align-items:center;gap:10px;min-height:24px;display:flex}.world-plan-card__kicker span{color:#f8fbef80;text-transform:uppercase;font-size:11px;font-weight:800}.world-plan-card__kicker b{color:#bff5cf;text-transform:uppercase;white-space:nowrap;background:#54be8b26;border:1px solid #54be8b66;border-radius:999px;padding:4px 7px;font-size:10px}.world-plan-card__head,.world-hosted-world{gap:10px;display:grid}.world-hosted-world{background:#00000029;border:1px solid #ffffff1a;border-radius:8px;padding:10px}.world-plan-card__head>div,.world-hosted-world__summary>div:first-child,.world-hosted-server__head{gap:4px;min-width:0;display:grid}.world-plan-card strong,.world-hosted-world strong,.world-hosted-server__head strong{color:#f8fbef;overflow-wrap:anywhere;font-size:14px}.world-plan-card span,.world-hosted-world span,.world-hosted-server__head span{color:#f8fbef7a;overflow-wrap:anywhere;font-size:11px}.world-hosted-world__summary{justify-content:space-between;align-items:center;gap:12px;display:flex}.world-hosted-world__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.world-hosted-world__settings{color:#f8fbefd1!important;background:#ffffff12!important;border-color:#ffffff2e!important}.world-hosted-world.is-editing{background:#d8a84f14;border-color:#d8a84f52}.world-hosted-world__settings-panel{border-top:1px solid #ffffff17;grid-template-columns:minmax(190px,1fr) minmax(130px,.55fr) auto;align-items:center;gap:8px;padding-top:10px;display:grid}.world-hosted-world__settings-panel select,.world-hosted-world__settings-panel button{color:#f8fbef;background:#ffffff13;border:1px solid #ffffff24;border-radius:8px;min-height:38px;padding:7px 9px}.world-hosted-world__settings-panel button{color:#eafcef;white-space:nowrap;background:#54be8b29;border-color:#54be8b6b;font-weight:800}.world-plan-card__head b{color:#ffe1a0;white-space:nowrap;font-size:24px;line-height:1}.world-plan-card__stats{gap:7px;display:grid}.world-plan-card__stats span{color:#f8fbef9e;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:10px;padding:7px 0;font-size:12px;font-weight:800;display:flex}.world-plan-card__stats strong{color:#f8fbef;text-transform:none;font-size:18px;line-height:1}.world-plan-card small{color:#f8fbef70;font-size:11px}.world-plan-card button,.world-hosted-world button{color:#eafcef;white-space:nowrap;background:#54be8b29;border:1px solid #54be8b6b;border-radius:8px;min-height:34px;padding:7px 10px;font-weight:800}.world-plan-card button{color:#ffefc7;background:#d8a84f1a;border-color:#d8a84f66;width:100%;min-height:40px}.world-plan-card.is-recommended button{color:#07100d;background:linear-gradient(135deg,#49bc7d,#d4a24c);border-color:#54be8b94}.world-plan-card.has-entitlement button{color:#eafcef;background:#54be8b29;border-color:#54be8b6b}.world-plan-assurance{color:#f8fbef94;flex-wrap:wrap;gap:10px 16px;font-size:12px;font-weight:800;display:flex}.world-plan-assurance span{align-items:center;gap:7px;display:inline-flex}.world-plan-assurance span:before{content:"";background:#54be8b;border-radius:999px;width:6px;height:6px}.world-hosting-builder{background:#0000002e;border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:minmax(190px,.45fr) minmax(0,1fr);align-items:start;gap:14px;padding:14px;display:grid}.world-hosting-builder--world{background:#3482d314;border-color:#3482d33d}.world-hosting-form{grid-template-columns:minmax(160px,1fr) minmax(130px,.8fr) minmax(130px,.7fr) auto;align-items:center;gap:10px;display:grid}.world-hosted-server-list{gap:10px;display:grid}.world-hosted-server{background:#00000029;border:1px solid #ffffff1a;border-radius:8px;gap:8px;padding:12px;display:grid}.auth-lobby{background:linear-gradient(135deg,#090f14f5,#1c140ce6),radial-gradient(circle at 18% 18%,#47c98d2e,#0000 34%),radial-gradient(circle at 82% 28%,#f6bd6024,#0000 32%),#090d12;justify-content:center;align-items:stretch;padding:28px;overflow-y:auto}.auth-lobby:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:44px 44px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000e6,#0000003d);mask-image:linear-gradient(#000000e6,#0000003d)}.auth-lobby__stage{z-index:1;gap:24px;width:min(560px,100%);margin:auto;display:grid;position:relative}.auth-lobby__brand{text-align:left;gap:8px;display:grid}.auth-panel__topline,.world-account-badge span{letter-spacing:.1em;text-transform:uppercase;color:#e5eee69e;font-size:11px;font-weight:800}.auth-lobby__brand h1{letter-spacing:0;color:#f8fbef;text-shadow:0 10px 40px #00000061;font-size:clamp(42px,7vw,86px);line-height:.92}.auth-lobby__brand p{color:#f8fbefad;font-size:15px}.auth-lobby__panels{grid-template-columns:1fr;align-items:start;gap:0;display:grid}.auth-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#090d12d1;border:1px solid #ffffff24;border-radius:8px;padding:18px;box-shadow:0 24px 70px #0000005c}.auth-panel--entry{gap:16px;display:grid}.auth-panel__topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-tabs{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;display:grid}.connect-screen .auth-tabs button,.connect-screen .auth-link-button{color:#f8fbefad;background:0 0;border:1px solid #0000;border-radius:6px;width:auto;padding:9px 10px;font-size:13px}.connect-screen .auth-tabs button.is-active{color:#eafcef;background:#54be8b2e;border-color:#54be8b5c}.connect-screen .auth-link-button{background:#ffffff0f;border-color:#ffffff1f}.auth-form{gap:10px;display:grid}.connect-screen .auth-input{text-align:left;color:#f8fbef;background:#ffffff13;border:1px solid #ffffff29;border-radius:8px;width:100%;padding:12px 13px}.connect-screen .auth-input:focus{border-color:#54be8bb8;box-shadow:0 0 0 3px #54be8b24}.connect-screen .auth-primary-button{color:#07100d;background:linear-gradient(135deg,#45b979,#d8a84f);border:1px solid #54be8b80;border-radius:8px;width:100%;min-height:44px;padding:11px 16px;font-weight:900}.connect-screen .auth-primary-button:hover:not(:disabled){background:linear-gradient(135deg,#54ca88,#efbf67)}.connect-screen .auth-submit-button{margin-top:6px}.connect-screen .auth-primary-button:disabled,.connect-screen .auth-link-button:disabled{opacity:.55;cursor:default}.auth-copy{color:#f8fbef9e;text-align:left;line-height:1.5}.auth-hint{color:#f8fbef85;text-align:left;font-size:12px}.auth-error{color:#ffd6d6;text-align:left;background:#761a1a4d;border:1px solid #ff66664d;border-radius:8px;padding:10px 12px}.world-account-badge{justify-items:end;gap:6px;min-width:116px;margin-left:auto;display:grid}.world-account-badge button{color:#07100d;cursor:pointer;background:linear-gradient(135deg,#45b979,#d8a84f);border:1px solid #54be8b80;border-radius:8px;min-height:36px;padding:8px 12px;font-size:13px;font-weight:900}.world-account-badge button:hover{background:linear-gradient(135deg,#54ca88,#efbf67)}.world-character-panel{background:#ffffff0b;border:1px solid #ffffff1f;border-radius:8px;width:100%;padding:16px}@media (width<=860px){.auth-lobby{padding:18px}.world-select-header{flex-wrap:wrap}.world-account-badge{justify-items:start;width:100%;margin-left:0}.world-modal-grid,.world-create-fields,.world-plan-grid,.world-hosting-form,.world-hosting-hero,.world-hosting-builder,.world-inline-form,.world-owned-row,.world-hosted-world,.world-hosted-world__summary,.world-hosted-world__settings-panel{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.world-hosting-metrics,.world-plan-card__stats,.world-plan-assurance{grid-template-columns:1fr;min-width:0}.world-modal-backdrop{padding:12px}.world-modal{max-height:calc(100vh - 24px)}}.hud-top-left{z-index:10;flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:fixed;top:16px;left:16px}.hud-exit-btn{color:#ffffffb3;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;background:#0000008c;border:1px solid #ffffff26;border-radius:8px;padding:6px 12px;font-size:12px;transition:background .15s,color .15s}.hud-exit-btn:hover{color:#fff;background:#ffffff1f}.hud-exit-btn.active{color:#ffe4a3;background:#e6b43c33;border-color:#f59e0b80}.hud-editor-tools{flex-wrap:wrap;align-items:center;gap:8px;max-width:420px;display:flex}.editor-mode-chip{color:#dfeaf2d6;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(#0e1218eb,#090c12e6);border:1px solid #a2bfd02e;border-radius:999px;align-items:center;gap:6px;min-height:42px;padding:0 14px;font-size:12px;display:inline-flex}.editor-mode-chip.active{color:#fff4d8;border-color:#f59e0b94;box-shadow:inset 0 0 0 1px #ffd78c24,0 0 24px #f59e0b29}.editor-marquee-overlay{z-index:120;pointer-events:none;background:linear-gradient(135deg,#f59e0b2e,#f4721614),repeating-linear-gradient(-45deg,#ffeab514 0 8px,#ffeab529 8px 16px);border:2px dashed #ffc65ceb;border-radius:10px;position:fixed;box-shadow:0 0 0 1px #2e19058c,0 0 22px #f59e0b29}.editor-marquee-overlay__corners{border-radius:inherit;position:absolute;inset:0}.editor-marquee-overlay__corners:before,.editor-marquee-overlay__corners:after{content:"";border:1px solid #ffeccc6b;border-radius:6px;position:absolute;inset:6px}.editor-multi-selection-panel{z-index:24;background:linear-gradient(#1c140af0,#100c07eb),#0a0806eb;border:1px solid #b6915747;border-radius:18px;width:min(320px,100vw - 48px);padding:16px;position:fixed;bottom:108px;left:24px;box-shadow:0 18px 48px #00000057}.editor-add-btn{cursor:pointer;background:radial-gradient(circle at 30% 28%,#ffdf9457,#0000 42%),linear-gradient(#483510f5,#22190af5);border:1px solid #ffd47a57;border-radius:999px;justify-content:center;align-items:center;width:68px;height:68px;padding:0;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 14px 30px #00000047,inset 0 1px #ffffff14}.editor-add-btn:hover{color:#fff9e6;border-color:#ffdf9a85;transform:translateY(-1px);box-shadow:0 18px 36px #00000052,inset 0 1px #ffffff1f}.editor-add-btn.active{background:radial-gradient(circle at 30% 28%,#ffe2a06b,#0000 48%),linear-gradient(#765312fa,#3a270afa);border-color:#ffd47aad;box-shadow:0 20px 40px #311f0666,0 0 0 1px #ffd3762e,inset 0 1px #ffffff24}.editor-add-btn__icon{color:#fff1c7;background:#ffedc424;border:1px solid #ffe5ad3d;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:34px;font-weight:500;line-height:1;display:inline-flex;transform:translateY(-1px)}.editor-add-btn__icon--svg{transform:none}.editor-add-btn__icon--svg svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px;display:block}.hud-editor-select{color:#ffffffd1;text-transform:uppercase;letter-spacing:.04em;background:#000000b3;border:1px solid #ffffff26;border-radius:8px;outline:none;padding:6px 10px;font-size:12px}.hud-editor-select:focus{border-color:#7ec8ff80}.loading-screen{z-index:200;pointer-events:none;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:24px;transition:opacity .6s;display:flex;position:fixed;inset:0}.loading-logo{letter-spacing:6px;color:#fff;font-size:52px;font-weight:900;animation:2s ease-in-out infinite loading-logo-pulse}@keyframes loading-logo-pulse{0%,to{opacity:1}50%{opacity:.6}}.loading-world-name{color:#ffffff73;letter-spacing:1.2px;text-transform:uppercase;font-size:14px}.loading-bar-track{background:#ffffff1f;border-radius:2px;width:min(380px,70vw);height:3px;overflow:hidden}.loading-bar-fill{background:linear-gradient(90deg,#45b979,#ffd772);border-radius:2px;height:100%;transition:width .25s}.loading-hint{color:#ffffff4d;letter-spacing:1px;font-size:12px}.phone-shell{z-index:80;pointer-events:auto;filter:drop-shadow(0 22px 60px #0000007a);width:min(392px,100vw - 28px);position:fixed;bottom:26px;right:24px}.phone-shell:before,.phone-shell:after{content:"";background:linear-gradient(#555f66,#1f2529);border-radius:0 4px 4px 0;width:4px;position:absolute;right:-4px}.phone-shell:before{height:58px;top:112px}.phone-shell:after{height:86px;top:190px}.phone-device{background:linear-gradient(145deg,#303940,#0b0f12 42%,#252d32),linear-gradient(#ffffff2e,#0000 24%);border:1px solid #ecf1f42e;border-radius:38px;height:min(690px,100vh - 52px);min-height:520px;padding:12px;overflow:visible;box-shadow:inset 0 1px #ffffff2e,inset 0 -18px 28px #0000005c,0 0 0 1px #00000085}.phone-screen{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(150deg,#2758669e,#0000 34%),linear-gradient(25deg,#973e4c5c,#0000 32%),linear-gradient(210deg,#be8c3738,#0000 38%),linear-gradient(#0c0f11fa,#111416f7);border:1px solid #ffffff1a;border-radius:29px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #00000070}.phone-status,.phone-header,.phone-tabs,.phone-section-title,.phone-list-row{justify-content:space-between;align-items:center;display:flex}.phone-status{color:#f5f7f8d1;text-transform:uppercase;z-index:2;min-height:42px;padding:9px 48px 0 18px;font-size:11px;font-weight:800;position:relative}.phone-time{min-width:46px}.phone-dynamic-island{background:radial-gradient(circle at 76%,#1e2a30 0 5px,#0000 6px),linear-gradient(#050607,#111416);border-radius:999px;width:104px;height:28px;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #ffffff0d,0 1px 10px #00000075}.phone-status-icons{justify-content:flex-end;align-items:center;gap:7px;min-width:72px;display:flex}.phone-cellular{background:linear-gradient(0deg,currentColor 0 4px,#0000 4px) 0 8px/3px 12px no-repeat,linear-gradient(0deg,currentColor 0 7px,#0000 7px) 5px 5px/3px 12px no-repeat,linear-gradient(0deg,currentColor 0 10px,#0000 10px) 10px 2px/3px 12px no-repeat,linear-gradient(0deg,currentColor 0 12px,#0000 12px) 15px 0/3px 12px no-repeat;width:18px;height:12px}.phone-wifi{opacity:.9;border-top:2px solid;border-radius:50% 50% 0 0;width:14px;height:10px}.phone-battery{border:1px solid;border-radius:3px;width:24px;height:11px;position:relative}.phone-battery:before{content:"";background:#74d4c8;border-radius:1px;position:absolute;inset:2px 6px 2px 2px}.phone-battery:after{content:"";background:currentColor;border-radius:0 2px 2px 0;width:2px;height:5px;position:absolute;top:3px;right:-4px}.phone-close{color:#f7fafb;cursor:pointer;width:29px;height:29px;font:inherit;text-transform:uppercase;background:#ffffff17;border:1px solid #ffffff29;border-radius:50%;line-height:1;position:absolute;top:7px;right:10px}.phone-header{justify-content:flex-start;gap:12px;padding:10px 18px 16px}.phone-back{color:#f7fafb;cursor:pointer;width:34px;height:34px;font:inherit;background:#ffffff1c;border:0;border-radius:50%;place-items:center;font-size:20px;font-weight:900;display:grid}.phone-app-icon{color:#fff;border-radius:15px;flex:none;place-items:center;width:54px;height:54px;font-size:23px;font-weight:950;display:grid;box-shadow:0 12px 24px #00000047}.phone-app-icon--teal,.phone-app-button__icon.phone-app-icon--teal{background:linear-gradient(145deg,#47d6c3,#176b8f)}.phone-app-icon--blue,.phone-app-button__icon.phone-app-icon--blue{background:linear-gradient(145deg,#60a5fa,#234db8)}.phone-app-icon--amber,.phone-app-button__icon.phone-app-icon--amber{background:linear-gradient(145deg,#f6c85f,#ad5f17)}.phone-app-icon--red,.phone-app-button__icon.phone-app-icon--red{background:linear-gradient(145deg,#fb7185,#9f1239)}.phone-app-icon--green,.phone-app-button__icon.phone-app-icon--green{background:linear-gradient(145deg,#86efac,#15803d)}.phone-app-icon--gray,.phone-app-button__icon.phone-app-icon--gray{background:linear-gradient(145deg,#cbd5e1,#475569)}.phone-kicker{color:#74d4c8;text-transform:uppercase;font-size:12px;font-weight:800}.phone-header h2{color:#f6f8f9;margin-top:2px;font-size:26px;line-height:1}.phone-header p{color:#e8eef094;margin-top:5px;font-size:12px;font-weight:700}.phone-tabs{background:#04060847;border:1px solid #ffffff17;border-radius:12px;gap:6px;margin:0 12px 12px;padding:5px}.phone-tabs button,.phone-action-grid button,.phone-vehicle-grid button,.phone-row-actions button{color:#f6f8f9cc;cursor:pointer;font:inherit;background:#ffffff12;border:1px solid #ffffff21;border-radius:6px;font-size:12px;font-weight:800;transition:background .14s,border-color .14s,color .14s,transform .14s}.phone-tabs button{flex:1;min-width:0;min-height:36px;padding:8px 7px}.phone-tabs button:hover,.phone-action-grid button:hover,.phone-vehicle-grid button:hover,.phone-row-actions button:hover{color:#fff;border-color:#74d4c861;transform:translateY(-1px)}.phone-tabs button.active,.phone-vehicle-grid button.active{color:#eafffb;background:#74d4c82e;border-color:#74d4c87a}.phone-content{scrollbar-width:thin;scrollbar-color:#74d4c85c transparent;flex:1;padding:0 12px 22px;overflow-y:auto}.phone-home{flex-direction:column;flex:1;gap:14px;min-height:0;padding:16px 16px 28px;display:flex}.phone-home-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.phone-home-top h2{color:#f7fafb;margin-top:3px;font-size:30px;line-height:1}.phone-weather-widget{text-align:right;background:#00000038;border:1px solid #ffffff1f;border-radius:18px;gap:3px;min-width:118px;padding:10px 11px;display:grid}.phone-weather-widget strong{color:#fff;font-size:20px;line-height:1}.phone-weather-widget span{color:#e8eef0a8;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.phone-widget-grid{grid-template-columns:1.2fr .8fr;gap:10px;display:grid}.phone-widget,.phone-app-button,.phone-dock-button{color:inherit;cursor:pointer;font:inherit;border:0}.phone-widget{text-align:left;background:linear-gradient(145deg,#ffffff26,#ffffff0f),#0000003d;border-radius:20px;align-content:end;gap:4px;min-height:92px;padding:14px;display:grid;box-shadow:inset 0 1px #ffffff14}.phone-widget--wide{background:linear-gradient(145deg,#74d4c847,#f6c85f21),#0000003d}.phone-widget span,.phone-widget em{color:#eff4f69e;font-size:11px;font-style:normal;font-weight:850}.phone-widget strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:17px;line-height:1.1;overflow:hidden}.phone-app-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 12px;padding:4px 2px;display:grid}.phone-app-button{background:0 0;justify-items:center;gap:7px;min-width:0;display:grid;position:relative}.phone-app-button__icon{color:#fff;border-radius:15px;place-items:center;width:56px;height:56px;font-size:23px;font-weight:950;display:grid;box-shadow:inset 0 1px #ffffff38,0 10px 18px #0000003d}.phone-app-button>span:last-child{color:#f7fafbe0;text-overflow:ellipsis;white-space:nowrap;max-width:72px;font-size:11px;font-weight:800;overflow:hidden}.phone-app-badge{color:#fff;background:#ef4444;border:2px solid #0c0f11f0;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:950;display:grid;position:absolute;top:-5px;right:8px}.phone-dock{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff1f;border:1px solid #ffffff1c;border-radius:24px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:auto;padding:10px 18px;display:grid}.phone-dock-button{background:0 0;place-items:center;display:grid}.phone-panel{gap:10px;display:grid}.phone-section-title{color:#f7fafbeb;text-transform:uppercase;margin-top:4px;font-size:12px;font-weight:900}.phone-section-title em{color:#f7fafb75;text-transform:none;font-size:11px;font-style:normal;font-weight:700}.phone-card,.phone-list-row,.phone-empty{background:linear-gradient(#ffffff13,#ffffff0b);border:1px solid #ffffff1c;border-radius:8px;box-shadow:inset 0 1px #ffffff0d}.phone-card{gap:5px;padding:13px;display:grid}.phone-card--accent{background:linear-gradient(135deg,#f6c85f29,#74d4c814),#f6c85f14;border-color:#f6c85f42}.phone-card strong,.phone-list-row strong{color:#f7fafb;font-size:14px}.phone-card span,.phone-list-row span,.phone-empty{color:#e8eef09e;font-size:12px;line-height:1.35}.phone-list{gap:8px;display:grid}.phone-list-row{gap:12px;min-height:58px;padding:10px 12px}.phone-list-row>div{gap:3px;min-width:0;display:grid}.phone-list-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.phone-list-row em{color:#f6c85f;flex:none;font-size:12px;font-style:normal;font-weight:900}.phone-list-row--inventory{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid}.phone-list-row--inventory em{align-self:start}.phone-row-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.phone-row-actions button{min-height:34px;font:inherit;padding:7px 9px;font-size:11px;font-weight:900}.phone-empty{padding:14px}.phone-action-grid,.phone-vehicle-grid{gap:8px;display:grid}.phone-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.phone-vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phone-action-grid button,.phone-vehicle-grid button{min-height:48px;padding:9px}.phone-action-grid button:first-child{background:#60a5fa1c;border-color:#60a5fa4d}.phone-action-grid button:nth-child(2){background:#74d4c81c;border-color:#74d4c84d}.phone-action-grid button:nth-child(3){background:#f6c85f1a;border-color:#f6c85f4d}.phone-home-indicator{cursor:pointer;background:#f5f7f8d1;border:0;border-radius:999px;width:118px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%);box-shadow:0 1px 6px #00000047}@media (width<=620px),(height<=640px){.phone-shell{width:auto;inset:10px}.phone-device{border-radius:30px;height:100%;min-height:0;padding:10px}.phone-screen{border-radius:22px}.phone-tabs{flex-wrap:wrap}.phone-tabs button{flex-basis:calc(50% - 4px)}.phone-home{padding:14px 14px 28px}.phone-home-top h2{font-size:25px}.phone-app-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px}.phone-widget-grid{grid-template-columns:1fr}}.inventory-overlay{z-index:92;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at 24% 18%,#74d4c824,#0000 30%),radial-gradient(circle at 78% 78%,#f6c85f1f,#0000 28%),#05070a94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.inventory-panel{background:linear-gradient(145deg,#181e22fa,#0a0c0ffa),#0c0f11fa;border:1px solid #ecf1f429;border-radius:8px;flex-direction:column;width:min(980px,100%);max-height:min(760px,100vh - 48px);display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff17,0 24px 70px #0000007a}.inventory-header{background:linear-gradient(90deg,#74d4c81f,#0000 42%),#ffffff08;border-bottom:1px solid #ffffff17;grid-template-columns:minmax(0,1fr) auto 34px;align-items:center;gap:18px;padding:20px 22px;display:grid;position:relative}.inventory-kicker{color:#74d4c8;text-transform:uppercase;font-size:12px;font-weight:900}.inventory-header h2{color:#f7fafb;margin-top:2px;font-size:30px;line-height:1}.inventory-summary{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.inventory-summary span{color:#f7fafbc7;background:#ffffff0f;border:1px solid #ffffff1c;border-radius:6px;align-items:center;min-height:28px;padding:6px 9px;font-size:12px;font-weight:850;display:inline-flex}.inventory-close{color:#f7fafb;cursor:pointer;width:34px;height:34px;font:inherit;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff29;border-radius:50%;font-size:13px;font-weight:900;line-height:1}.inventory-mode-tabs,.inventory-tabs{scrollbar-width:thin;scrollbar-color:#74d4c85c transparent;gap:8px;padding:12px 14px 0;display:flex;overflow-x:auto}.inventory-mode-tabs{padding-bottom:2px}.inventory-mode-tabs button,.inventory-tabs button{color:#f6f8f9d6;cursor:pointer;min-height:34px;font:inherit;white-space:nowrap;background:#ffffff12;border:1px solid #ffffff21;border-radius:6px;flex:none;padding:8px 12px;font-size:12px;font-weight:900;transition:background .14s,border-color .14s,color .14s,transform .14s}.inventory-mode-tabs button:hover,.inventory-tabs button:hover,.inventory-close:hover{color:#fff;border-color:#74d4c861;transform:translateY(-1px)}.inventory-mode-tabs button.active,.inventory-tabs button.active{color:#eafffb;background:#74d4c82e;border-color:#74d4c885}.inventory-body{grid-template-columns:minmax(0,1fr) 300px;gap:14px;min-height:0;padding:14px;display:grid}.inventory-body--crafting{grid-template-columns:minmax(0,1fr) 320px}.inventory-grid{scrollbar-width:thin;scrollbar-color:#74d4c85c transparent;grid-template-columns:repeat(6,minmax(84px,1fr));grid-auto-rows:108px;gap:10px;min-height:0;padding-right:4px;display:grid;overflow-y:auto}.inventory-grid--recipes{grid-template-columns:repeat(4,minmax(118px,1fr))}.inventory-slot{min-width:0;color:inherit;cursor:pointer;font:inherit;background:linear-gradient(#ffffff13,#ffffff09),#00000029;border:1px solid #ffffff1b;border-radius:8px;grid-template-rows:1fr auto;justify-items:center;gap:6px;padding:10px 8px 9px;transition:border-color .14s,background .14s,transform .14s;display:grid;position:relative;box-shadow:inset 0 1px #ffffff0b}.inventory-slot:hover,.inventory-slot.active{background:linear-gradient(#f6c85f24,#ffffff0a),#00000029;border-color:#f6c85f75;transform:translateY(-1px)}.inventory-slot.active{box-shadow:inset 0 0 0 1px #f6c85f47,0 8px 22px #00000038}.inventory-recipe-slot.craftable{border-color:#86efac4d}.inventory-slot--empty{cursor:default;opacity:.58;background:linear-gradient(135deg,#ffffff0b 25%,#0000 25%) 0 0/12px 12px,#ffffff06}.inventory-slot--empty:hover{border-color:#ffffff1b;transform:none}.inventory-slot__icon,.inventory-detail__icon{color:#fff;text-transform:uppercase;border-radius:8px;place-items:center;font-weight:950;display:grid;box-shadow:inset 0 1px #ffffff38,0 10px 20px #00000038}.inventory-slot__icon{align-self:center;width:48px;height:48px;font-size:22px}.inventory-slot__icon--consumable{background:linear-gradient(145deg,#47d6c3,#176b8f)}.inventory-slot__icon--medical{background:linear-gradient(145deg,#fb7185,#9f1239)}.inventory-slot__icon--resource{background:linear-gradient(145deg,#f6c85f,#ad5f17)}.inventory-slot__icon--fish{background:linear-gradient(145deg,#60a5fa,#234db8)}.inventory-slot__icon:not(.inventory-slot__icon--consumable):not(.inventory-slot__icon--medical):not(.inventory-slot__icon--resource):not(.inventory-slot__icon--fish),.inventory-detail__icon:not(.inventory-slot__icon--consumable):not(.inventory-slot__icon--medical):not(.inventory-slot__icon--resource):not(.inventory-slot__icon--fish){background:linear-gradient(145deg,#cbd5e1,#475569)}.inventory-slot__name{color:#f7fafbe6;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:11px;font-weight:850;line-height:1.15;overflow:hidden}.inventory-slot__qty{color:#f6c85f;background:#05070ab8;border:1px solid #00000057;border-radius:999px;place-items:center;min-width:26px;min-height:22px;padding:3px 6px;font-size:11px;font-weight:950;display:grid;position:absolute;top:7px;right:7px}.inventory-detail{background:linear-gradient(#ffffff12,#ffffff09),#0000002e;border:1px solid #ffffff1b;border-radius:8px;flex-direction:column;gap:14px;min-height:0;padding:16px;display:flex}.inventory-detail__icon{width:82px;height:82px;font-size:36px}.inventory-detail__copy{gap:6px;display:grid}.inventory-detail__copy span{color:#74d4c8;text-transform:uppercase;font-size:12px;font-weight:900}.inventory-detail__copy h3{overflow-wrap:anywhere;color:#f7fafb;font-size:24px;line-height:1.05}.inventory-detail__copy p,.inventory-empty span,.inventory-effects--empty{color:#e8eef0a3;font-size:12px;line-height:1.42}.inventory-detail__stats,.inventory-effects{gap:8px;display:grid}.inventory-detail__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-detail__stats div,.inventory-effects div,.inventory-effects--empty{background:#ffffff0b;border:1px solid #ffffff17;border-radius:8px;align-content:center;gap:3px;min-height:48px;padding:9px 10px;display:grid}.inventory-detail__stats span,.inventory-effects span{color:#e8eef08a;text-transform:uppercase;font-size:11px;font-weight:850}.inventory-detail__stats strong,.inventory-effects strong{color:#f7fafb;font-size:16px;line-height:1}.inventory-effects strong{color:#86efac}.inventory-recipe-output,.inventory-ingredients{gap:8px;display:grid}.inventory-recipe-output,.inventory-ingredients div{background:#ffffff0b;border:1px solid #ffffff17;border-radius:8px;align-content:center;gap:3px;min-height:48px;padding:9px 10px;display:grid}.inventory-ingredients div.ready{background:#86efac12;border-color:#86efac3d}.inventory-recipe-output span,.inventory-ingredients span{color:#e8eef08a;text-transform:uppercase;font-size:11px;font-weight:850}.inventory-recipe-output strong,.inventory-ingredients strong{color:#f7fafb;font-size:16px;line-height:1}.inventory-ingredients div.ready strong{color:#86efac}.inventory-actions{gap:8px;margin-top:auto;display:grid}.inventory-action{color:#f6f8f9d6;cursor:pointer;min-height:42px;font:inherit;background:#ffffff12;border:1px solid #ffffff21;border-radius:6px;padding:9px 12px;font-size:12px;font-weight:900;transition:background .14s,border-color .14s,color .14s,transform .14s}.inventory-action:hover{color:#fff;border-color:#74d4c861;transform:translateY(-1px)}.inventory-action:disabled{cursor:not-allowed;opacity:.48;transform:none}.inventory-action--primary{color:#eafffb;background:#74d4c82e;border-color:#74d4c85c}.inventory-empty{text-align:center;background:#ffffff09;border:1px dashed #ffffff24;border-radius:8px;align-content:center;place-items:center;gap:6px;min-height:100%;display:grid}.inventory-empty strong{color:#f7fafb;font-size:16px}@media (width<=700px){.inventory-overlay{align-items:stretch;padding:10px}.inventory-panel{max-height:none}.inventory-header{grid-template-columns:minmax(0,1fr) 34px;gap:12px;padding:16px}.inventory-summary{grid-area:2/1/auto/-1;justify-content:flex-start}.inventory-body{grid-template-columns:1fr;overflow-y:auto}.inventory-grid{grid-template-columns:repeat(4,minmax(68px,1fr));grid-auto-rows:94px;padding-right:0;overflow:visible}.inventory-grid--recipes{grid-template-columns:repeat(2,minmax(118px,1fr));grid-auto-rows:104px}.inventory-slot__icon{width:42px;height:42px;font-size:20px}.inventory-detail{min-height:320px}}@media (width<=420px){.inventory-grid{grid-template-columns:repeat(3,minmax(72px,1fr))}}.garage-panel{z-index:170;pointer-events:none;justify-content:center;align-items:flex-start;padding:148px 20px 20px;display:flex;position:fixed;inset:0}.garage-panel__card{pointer-events:auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#0a1015f2,#0e161cf0),radial-gradient(circle at 0 0,#5daeff1f,#0000 36%);border:1px solid #98b5c947;border-radius:22px;width:min(720px,100%);margin-top:72px;padding:22px;box-shadow:0 28px 80px #00000075}.garage-panel__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.garage-panel__header h2{color:#f3f8fb;margin:4px 0 6px;font-size:28px}.garage-panel__header p{color:#d4e2ebbd;max-width:520px;margin:0;font-size:14px;line-height:1.45}.garage-panel__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#91d6ff;font-size:11px}.garage-panel__close,.garage-panel__slot-actions button,.garage-panel__repair button{color:#edf5f9;cursor:pointer;background:#141f27e6;border:1px solid #9dbdd242;border-radius:10px;transition:transform .12s,border-color .12s,background .12s}.garage-panel__close{padding:10px 14px;font-weight:600}.garage-panel__close:hover,.garage-panel__slot-actions button:hover:not(:disabled),.garage-panel__repair button:hover:not(:disabled){background:#1b2c36f5;border-color:#9fd6ff70;transform:translateY(-1px)}.garage-panel__slots{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.garage-panel__repair{background:#0c1319b3;border:1px solid #9ab9cd2e;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:14px;display:flex}.garage-panel__repair strong{color:#f1f7fb;font-size:15px}.garage-panel__repair button{min-width:112px;padding:10px 12px;font-weight:700}.garage-panel__repair button.primary{background:linear-gradient(#2f80c4f0,#1c5692f5);border-color:#83c7ff57}.garage-panel__repair button:disabled{opacity:.42;cursor:not-allowed}.garage-panel__slot{background:#0c1319b8;border:1px solid #9ab9cd2e;border-radius:16px;padding:14px}.garage-panel__slot-top{flex-direction:column;gap:14px;display:flex}.garage-panel__slot strong{color:#f1f7fb;font-size:16px}.garage-panel__slot-meta,.garage-panel__slot-notes{color:#cadae4ad;font-size:13px;line-height:1.45}.garage-panel__slot-actions{gap:10px;display:flex}.garage-panel__slot-actions button{flex:1;padding:10px 12px;font-weight:600}.garage-panel__slot-actions button.primary{background:linear-gradient(#2f80c4f0,#1c5692f5);border-color:#83c7ff57}.garage-panel__slot-actions button:disabled{opacity:.42;cursor:not-allowed}.garage-panel__slot-notes{min-height:38px;margin-top:12px}@media (width<=820px){.garage-panel{padding-top:136px}.garage-panel__card{margin-top:28px;padding:18px}.garage-panel__header{flex-direction:column}.garage-panel__slots{grid-template-columns:1fr}}.terrain-builder-panel{z-index:210;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b1216db;border:1px solid #aacddc38;border-radius:8px;grid-template-columns:minmax(360px,auto) auto minmax(170px,210px) minmax(170px,210px);align-items:center;gap:10px;max-width:min(1120px,100vw - 24px);padding:10px;display:grid;position:fixed;bottom:72px;left:50%;transform:translate(-50%);box-shadow:0 12px 34px #00000057}.terrain-builder-panel__row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.terrain-builder-panel__row:first-child{max-width:560px}.terrain-builder-button{color:#e9f3f6;white-space:normal;text-align:center;background:#1c2a30e6;border:1px solid #aacddc38;border-radius:6px;min-width:78px;min-height:42px;padding:8px 12px;font-size:13px;font-weight:700;line-height:1.05}.terrain-builder-button.active{background:#216052e0;border-color:#67dbb999}.terrain-builder-swatch{border:2px solid #fff3;border-radius:999px;width:32px;height:32px}.terrain-builder-swatch.active{border-color:#fff;box-shadow:0 0 0 2px #67dbb980}.terrain-builder-slider{color:#eaf4f7db;grid-template-columns:58px minmax(90px,1fr);align-items:center;gap:8px;font-size:12px;font-weight:700;display:grid}.terrain-builder-slider input{width:100%}.terrain-builder-publish{z-index:230;color:#18210f;letter-spacing:0;text-transform:uppercase;background:linear-gradient(#ffe58f 0%,#e8b94c 100%);border:1px solid #fff4bee0;border-radius:8px;align-items:center;gap:10px;min-height:58px;padding:0 22px;font-size:16px;font-weight:900;line-height:1;display:inline-flex;position:fixed;bottom:142px;right:24px;box-shadow:0 18px 44px #0000006b,0 0 0 4px #ffd8682e}.terrain-builder-publish:hover{background:linear-gradient(#fff0ad 0%,#f0c75d 100%);transform:translateY(-1px);box-shadow:0 22px 52px #0000007a,0 0 0 5px #ffd8683d}.terrain-builder-publish__icon{color:#ffe58f;background:#18210feb;border-radius:999px;place-items:center;width:26px;height:26px;font-size:17px;line-height:1;display:inline-grid}@media (width<=820px){.terrain-builder-panel{grid-template-columns:1fr;bottom:64px;left:12px;right:12px;transform:none}.terrain-builder-button{width:calc(50% - 3px);min-width:0}.terrain-builder-publish{min-height:52px;padding:0 16px;font-size:14px;bottom:196px;right:12px}}.plugin-store{z-index:26;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#d7e6f2;background:linear-gradient(#11171ff5,#0a0e14f5),#090c12f0;border:1px solid #9fc4db29;border-radius:18px;flex-direction:column;gap:12px;width:min(680px,100vw - 32px);min-height:0;max-height:min(78vh,760px);padding:18px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 48px #0006}.plugin-store__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.plugin-store__close{color:#cfe2ef;cursor:pointer;background:#9fc4db1a;border:1px solid #9fc4db2e;border-radius:10px;width:30px;height:30px;font-size:18px;line-height:1}.plugin-store__close:hover{background:#9fc4db33}.plugin-store__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.plugin-store__tabs{gap:6px;display:flex}.plugin-store__tab{color:#cfe2efc7;cursor:pointer;background:#9fc4db12;border:1px solid #9fc4db24;border-radius:10px;padding:6px 12px;font-size:12.5px}.plugin-store__tab.is-active{color:#eaf5ff;background:#66b2ff29;border-color:#66b2ff73}.plugin-store__search{color:#e8f3fb;background:#080c12cc;border:1px solid #9fc4db29;border-radius:10px;outline:none;flex:1;min-width:160px;max-width:260px;padding:7px 11px;font-size:13px}.plugin-store__search:focus{border-color:#66b2ff80}.plugin-store__list{flex-direction:column;flex:1;gap:10px;min-height:120px;padding-right:4px;display:flex;overflow-y:auto}.plugin-store__empty{text-align:center;color:#b3cfe08c;padding:28px 12px;font-size:13px}.plugin-store__card{background:#0d121ab8;border:1px solid #9fc4db21;border-radius:14px;flex-direction:column;gap:10px;padding:12px 14px;transition:border-color .15s;display:flex}.plugin-store__card.is-enabled{border-color:#66dca052}.plugin-store__card-main{gap:12px;display:flex}.plugin-store__icon{color:#ffffffeb;text-shadow:0 1px 2px #00000059;border-radius:12px;flex:none;justify-content:center;align-items:center;width:46px;height:46px;font-size:16px;font-weight:700;display:flex}.plugin-store__card-body{flex:1;min-width:0}.plugin-store__card-title-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.plugin-store__card-name{color:#eef7ff;font-size:14.5px;font-weight:700}.plugin-store__chip{letter-spacing:.04em;color:#c4dae8cc;border:1px solid #9fc4db38;border-radius:999px;padding:2px 7px;font-size:10px}.plugin-store__chip--tier-A{color:#a9d4ff;border-color:#8cc8ff66}.plugin-store__chip--tier-B{color:#ffd9a3;border-color:#ffbe6e66}.plugin-store__chip--source{color:#d9bcff;border-color:#c896ff66}.plugin-store__card-author{color:#b3cfe08c;margin-top:2px;font-size:11px}.plugin-store__card-desc{color:#cfe2efd1;margin-top:4px;font-size:12.5px;line-height:1.45}.plugin-store__card-perms{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.plugin-store__perm{color:#ffd8a8d9;background:#ffc46e14;border:1px solid #ffc46e38;border-radius:7px;padding:2px 7px;font-size:10px}.plugin-store__warning{color:#ffc9c2;background:#ff635017;border:1px solid #ff635047;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;font-size:12px;display:flex}.plugin-store__card-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.plugin-store__btn{color:#d9e9f5;cursor:pointer;background:#9fc4db14;border:1px solid #9fc4db33;border-radius:9px;padding:6px 12px;font-size:12px}.plugin-store__btn:hover{background:#9fc4db29}.plugin-store__btn.is-active{color:#eaf5ff;border-color:#66b2ff80}.plugin-store__btn--primary{color:#eaf5ff;background:#66b2ff2e;border-color:#66b2ff80;font-weight:600}.plugin-store__btn--primary:hover{background:#66b2ff4d}.plugin-store__btn--danger{color:#ffb3a9;border-color:#ff6e6059}.plugin-store__btn--danger:hover{background:#ff6e6024}.plugin-store__switch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:inline-flex}.plugin-store__switch input{display:none}.plugin-store__switch-track{background:#9fc4db2e;border:1px solid #9fc4db40;border-radius:999px;width:34px;height:18px;transition:background .15s;position:relative}.plugin-store__switch-track:after{content:"";background:#cfe2ef;border-radius:50%;width:14px;height:14px;transition:transform .15s;position:absolute;top:1px;left:2px}.plugin-store__switch input:checked+.plugin-store__switch-track{background:#66dca066;border-color:#66dca099}.plugin-store__switch input:checked+.plugin-store__switch-track:after{background:#d8ffe9;transform:translate(15px)}.plugin-store__switch-label{color:#cfe2efd9;font-size:12px}.plugin-store__config{border-top:1px solid #9fc4db1f;flex-direction:column;gap:8px;padding-top:10px;display:flex}.plugin-store__config-field{color:#cfe2efd9;justify-content:space-between;align-items:center;gap:12px;font-size:12.5px;display:flex}.plugin-store__config-field input[type=number],.plugin-store__config-field input[type=text],.plugin-store__config-field textarea,.plugin-store__config-field select{color:#e8f3fb;background:#080c12cc;border:1px solid #9fc4db2e;border-radius:8px;width:130px;padding:5px 9px;font-size:12.5px}.plugin-store__config-field--multiline{flex-direction:column;align-items:flex-start}.plugin-store__config-field--multiline textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:96px;line-height:1.4}.plugin-store__config-actions{gap:8px;margin-top:4px;display:flex}.plugin-store__footer{color:#b3cfe080;text-align:center;font-size:11px}.fast-travel-effect{z-index:35;pointer-events:none;mix-blend-mode:screen;opacity:0;background:radial-gradient(circle,#e1fcfffa 0%,#67d7ff8c 24%,#1670b42e 58%,#0000 78%);animation:.62s ease-out forwards fast-travel-screen-flash;position:fixed;inset:0;overflow:hidden}.fast-travel-effect__core{border:2px solid #cffaffe6;border-radius:50%;width:42vmin;height:42vmin;animation:.62s cubic-bezier(.16,.72,.22,1) forwards fast-travel-light-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.15);box-shadow:0 0 38px #67d7ffe6,0 0 110px #4cb5ffa6}@keyframes fast-travel-screen-flash{0%{opacity:0}12%{opacity:1}38%{opacity:.72}to{opacity:0}}@keyframes fast-travel-light-ring{0%{opacity:0;transform:translate(-50%,-50%)scale(.15)}18%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(3.2)}}@media (prefers-reduced-motion:reduce){.fast-travel-effect{animation-duration:.26s}.fast-travel-effect__core{display:none}}
