#hud{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10;font-family:system-ui,sans-serif;-webkit-user-select:none;user-select:none}#hud .topbar{position:fixed;top:6px;left:6px;right:6px;display:flex;align-items:center;gap:8px;pointer-events:auto;min-width:0;background:linear-gradient(#6e4425,#492b16);border:2px solid #2f1d0d;border-radius:16px;padding:5px 8px;box-shadow:0 3px 6px #0006}#hud .gear{pointer-events:auto;width:44px;height:44px;border:none;background:none;cursor:pointer;flex:0 0 auto;filter:drop-shadow(0 2px 3px rgba(0,0,0,.5))}#hud .gear img{width:100%;height:100%;object-fit:contain}#hud .chips{display:flex;gap:6px;align-items:center;min-width:0}#hud .chip{display:flex;align-items:center;gap:3px;border-style:solid;border-width:9px 13px;border-image:url(../assets/ui/button_bg.png) 14 fill / 9px 13px stretch;color:#fff;font-weight:700;font-size:14px;text-shadow:0 1px 1px #000;min-height:22px;margin:0 -2px;min-width:0}#hud .chip>span{min-width:0;overflow:hidden;text-overflow:ellipsis}#hud .chip img{height:20px;width:auto}#hud .chip .xpbar{width:60px;height:8px;background:#0000008c;border:1px solid #2f1d0d;border-radius:5px;overflow:hidden;margin-left:2px}#hud .chip .xpfill{height:100%;width:0%;background:linear-gradient(#b6f36a,#5fbf2f)}#hud .level-chip{position:relative;cursor:pointer;overflow:visible}#hud .level-chip:focus-visible{outline:2px solid #d9ff9b;outline-offset:2px}#hud .xp-details{position:absolute;top:calc(100% + 8px);left:50%;z-index:2;translate:-50% -3px;padding:5px 9px;border:1px solid #2f1d0d;border-radius:7px;background:#2f1d0df5;box-shadow:0 2px 5px #0006;color:#fff4c7;font-size:12px;font-weight:800;line-height:1.2;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .12s ease,translate .12s ease,visibility 0s linear .12s}#hud .xp-details:before{content:"";position:absolute;bottom:100%;left:50%;translate:-50% 0;border:5px solid transparent;border-bottom-color:#2f1d0d}#hud .level-chip:hover .xp-details,#hud .level-chip:focus-visible .xp-details,#hud .level-chip.xp-details-open .xp-details{opacity:1;visibility:visible;translate:-50% 0;transition-delay:0s}#hud .spacer{flex:1 1 auto}#hud .nameplate{border-style:solid;border-width:9px 16px;border-image:url(../assets/ui/button_bg.png) 14 fill / 9px 16px stretch;color:#fff;font-weight:700;font-size:14px;text-shadow:0 1px 1px #000;pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none}#hud .nameplate:hover{filter:brightness(1.12)}#hud .play-status{align-self:center;padding:4px 8px;border:1px solid #102109;border-radius:999px;color:#efffdf;background:#335e20;font:800 10px/1.1 system-ui,sans-serif;letter-spacing:.45px;white-space:nowrap;box-shadow:0 1px 3px #0006;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}#hud .play-status:hover{filter:brightness(1.12)}#hud .play-status:focus-visible{outline:2px solid #d9ff9b;outline-offset:2px}#hud .play-status.online{background:#245985}#hud .play-status.reconnecting{background:#8a5b16}#hud .play-status.cached{background:#6b4b2a}#hud .profbtn{pointer-events:auto;flex:0 0 auto;width:36px;height:36px;padding:3px;border:none;background:none;cursor:pointer;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}#hud .profbtn img{width:100%;height:100%;object-fit:contain}#hud .profbtn:hover{filter:drop-shadow(0 1px 2px rgba(0,0,0,.5)) brightness(1.1)}#hud .devhot{width:34px;height:34px;padding:0;margin:0;border:none;background:transparent;cursor:default;pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto}#hud .questcol{position:fixed;left:8px;top:66px;display:flex;flex-direction:column;gap:6px;pointer-events:auto}#hud .quest{width:48px;height:48px;cursor:pointer;padding:0;border-style:solid;border-width:10px;border-image:url(../assets/ui/button_bg.png) 13 fill / 10px stretch;filter:drop-shadow(0 2px 2px rgba(0,0,0,.4))}#hud .quest img{width:100%;height:100%;object-fit:contain}#hud .quest .qbadge{position:absolute;bottom:-4px;right:-4px;min-width:15px;height:15px;padding:0 3px;box-sizing:border-box;background:#70a91e;color:#fff;font-size:10px;font-weight:700;line-height:15px;text-align:center;border-radius:8px;border:1px solid #3c5a10;text-shadow:0 1px 1px rgba(0,0,0,.5)}#hud .quest.qmore{display:flex;align-items:center;justify-content:center}#hud .quest.qmore .qmore-glyph{font-size:22px;line-height:1;color:#f4e9cf;text-shadow:0 1px 2px rgba(0,0,0,.6)}#hud .quest.qmore .qbadge{background:#d8bc40;color:#3a2c07;border-color:#7a5f10}@media(max-height:423px){#hud .questcol>.quest-entry:nth-child(n+4){display:none}}@media(max-height:369px){#hud .questcol>.quest-entry:nth-child(n+3){display:none}}@media(max-height:315px){#hud .questcol>.quest-entry:nth-child(n+2){display:none}}#hud .panel.qdetail{text-align:left}#hud .qobj{font-size:14px;color:#f4e9cf;margin:4px 0}#hud .qobj.done{color:#8fdc5a}#hud .qtip{margin-top:10px;font-size:12px;font-style:italic;color:#cbb98f}#hud .qreward-title{margin-top:12px;color:#d8bc84;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}#hud .qreward{display:flex;align-items:center;gap:7px;margin-top:4px;color:#ffe49a;font-size:15px;font-weight:800}#hud .qreward img{width:26px;height:26px;object-fit:contain}#hud .panel.questlog{text-align:left;width:min(460px,92vw)}#hud .qlog-list{margin-top:8px;max-height:64vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}#hud .qlog-item{display:flex;gap:10px;padding:8px 10px;border-radius:10px;background:#00000038}#hud .qlog-item>img{width:40px;height:40px;object-fit:contain;flex:0 0 auto}#hud .qlog-body{flex:1 1 auto;min-width:0}#hud .qlog-title{display:flex;justify-content:space-between;gap:8px;font-weight:700;color:#f4e9cf;font-size:14px}#hud .qlog-title .qlog-prog{color:#8fdc5a;font-size:12px;flex:0 0 auto}#hud .qlog-obj{font-size:12px;color:#d8ccaa;margin-top:2px}#hud .qlog-obj.done{color:#8fdc5a}#hud .qlog-reward{display:flex;align-items:center;gap:5px;margin-top:5px;color:#ffd98a;font-size:12px;font-weight:700}#hud .qlog-reward img{width:22px;height:22px;object-fit:contain;flex:0 0 auto}#hud .qlog-empty{color:#cbb98f;font-style:italic;padding:8px}#hud .quest.qperiodic{position:relative;display:flex;align-items:center;justify-content:center}#hud .quest.qperiodic .qperiodic-glyph{font-size:22px;line-height:1;color:#f4e9cf;text-shadow:0 1px 2px rgba(0,0,0,.6)}#hud .quest.qperiodic.ready .qperiodic-glyph{color:#ffe49a}#hud .quest.qperiodic.ready{filter:drop-shadow(0 2px 2px rgba(0,0,0,.4)) drop-shadow(0 0 5px rgba(255,214,110,.75))}#hud .quest.qperiodic .qbadge{background:#d8bc40;color:#3a2c07;border-color:#7a5f10}#hud .panel.periodicquests{text-align:left;width:min(500px,92vw)}#hud .pq-list{margin-top:8px;max-height:64vh;overflow-y:auto;display:flex;flex-direction:column;gap:14px;padding-right:4px}#hud .pq-scope{display:flex;flex-direction:column;gap:7px}#hud .pq-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:4px}#hud .pq-title{color:#d8bc84;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}#hud .pq-timer{color:#cbb98f;font-size:11.5px;font-weight:700;flex:0 0 auto}#hud .pq-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;background:#00000038}#hud .pq-row>img{width:32px;height:32px;object-fit:contain;flex:0 0 auto}#hud .pq-row.done{background:#70a91e33;box-shadow:inset 0 0 0 1px #8ec74f73}#hud .pq-row.claimed{opacity:.55}#hud .pq-body{flex:1 1 auto;min-width:0}#hud .pq-text{color:#f4e9cf;font-size:13.5px;font-weight:700;overflow-wrap:anywhere}#hud .pq-meter{height:8px;margin-top:5px;border-radius:5px;overflow:hidden;background:#0000008c;border:1px solid #2f1d0d}#hud .pq-meter>span{display:block;height:100%;background:linear-gradient(#b6f36a,#5fbf2f)}#hud .pq-row.claimed .pq-meter>span{background:linear-gradient(#cbb98f,#8a7a55)}#hud .pq-count{margin-top:3px;color:#d8ccaa;font-size:11.5px;font-weight:700}#hud .pq-reward{display:flex;align-items:center;gap:5px;flex:0 0 auto;color:#ffd98a;font-size:12.5px;font-weight:800}#hud .pq-reward img{width:22px;height:22px;object-fit:contain}#hud .pq-action{flex:0 0 auto;display:flex;align-items:center;min-width:74px;justify-content:flex-end}#hud .pq-action .zbtn.pq-claim{padding:6px 12px;font-size:12px}#hud .pq-claimed{color:#8fdc5a;font-size:12px;font-weight:800}#hud .pq-empty{color:#cbb98f;font-style:italic;padding:8px}@media(max-width:430px){#hud .pq-row{flex-wrap:wrap}#hud .pq-row>img{order:0}#hud .pq-body{order:0;flex:1 1 calc(100% - 42px)}#hud .pq-reward{order:1}#hud .pq-action{order:2;flex:1 1 auto;min-width:0}}#hud .panel.profiles{width:min(440px,92vw);text-align:left}#hud .prof-list{margin-top:8px;display:flex;flex-direction:column;gap:8px;max-height:62vh;overflow-y:auto;padding-right:2px;scrollbar-width:none;-ms-overflow-style:none}#hud .prof-list::-webkit-scrollbar{display:none}#hud .prof-list>.prof-row{flex:0 0 auto}#hud .prof-row{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:10px;background:#00000038}#hud .prof-row.active{background:#70a91e38;box-shadow:inset 0 0 0 1px #8ec74f80}#hud .prof-row.prof-new{background:#ffffff0f}#hud .prof-name{flex:1 1 auto;min-width:0;font-weight:700;font-size:15px;color:#f4e9cf;display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hud .prof-badge{font-size:10px;font-weight:800;color:#16110a;background:#8ec74f;padding:1px 7px;border-radius:8px;text-shadow:none}#hud .prof-actions{display:flex;gap:6px;flex:0 0 auto}#hud .prof-btn{border:2px solid #1e1207;border-radius:8px;padding:5px 11px;cursor:pointer;font:700 12px system-ui,sans-serif;color:#fff;text-shadow:0 1px 1px #000;background:linear-gradient(#7a5220,#5e3d15)}#hud .prof-btn:hover{filter:brightness(1.12)}#hud .prof-btn.play{background:linear-gradient(#79c247,#55972a)}#hud .prof-btn.del{background:linear-gradient(#c0553f,#9c3320)}#hud .prof-btn:disabled{opacity:.4;cursor:not-allowed;filter:none}#hud .prof-input{flex:1 1 auto;min-width:0;padding:6px 9px;border-radius:7px;border:2px solid #1e1207;background:#2a1c0c;color:#ffe9a8;font:700 14px system-ui,sans-serif}#hud .fr-note{margin-top:6px;font-size:12px;line-height:1.4;color:#c9b98f}#hud .fr-empty{padding:10px 4px;font-size:13px;color:#b6a986;font-style:italic}#hud .prof-badge.fr-gifts{background:#7a4bc9;color:#f0e8ff}#hud .prof-btn.fr-gift{background:linear-gradient(#4fd0b8,#2f9c8a)}#hud .fr-acct{margin-top:8px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:9px 11px;border-radius:10px;background:#2f9c8a29;box-shadow:inset 0 0 0 1px #4fd0b859;min-height:20px}#hud .fr-who{flex:1 1 auto;font-size:13px;color:#e9ffd8;display:flex;align-items:center;gap:8px}#hud .fr-code{font:800 12px ui-monospace,monospace;letter-spacing:.5px;color:#16110a;background:#4fd0b8;padding:2px 8px;border-radius:8px;text-shadow:none}#hud .copyable{cursor:pointer;user-select:all;-webkit-user-select:all;transition:filter .1s,box-shadow .1s}#hud .copyable:hover{filter:brightness(1.08);box-shadow:0 0 0 2px #ffffff59}#hud .copyable:active{filter:brightness(.92)}#hud .fr-gsi{flex:0 0 auto}#hud .fr-inbox-h{margin:12px -24px 4px;padding:6px 24px 5px;background:#5e3b1e;box-shadow:inset 0 -1px #ffd98a38;font-weight:800;font-size:13px;color:#ffd98a;display:flex;align-items:center;gap:8px}#hud .fr-sticky-h{position:sticky;top:-20px;z-index:2}#hud .fr-inbox-more{justify-content:center;padding:6px 11px;background:#ffc13c12;box-shadow:inset 0 0 0 1px #ffc13c33}#hud .prof-btn.fr-inbox-toggle{margin:0;padding:4px 12px;font-size:12px;background:linear-gradient(#7a5220,#5e3d15)}#hud .fr-toolbar:empty{display:none}#hud .fr-toolbar{margin-top:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}#hud .fr-toolbar .prof-btn.fr-bulk{margin-left:auto}#hud .prof-btn.fr-bulk{margin-left:auto;flex:0 0 auto;padding:4px 10px;font-size:12px}#hud .fr-inbox-row{background:#ffc13c1f;box-shadow:inset 0 0 0 1px #ffc13c4d}#hud .fr-friend-row{display:block;padding:0;overflow:hidden}#hud .fr-friend-head{display:flex;align-items:center;gap:6px;padding:5px 7px 5px 8px;box-sizing:border-box}#hud button.fr-friend-summary{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-items:center;gap:9px;flex:1 1 auto;min-width:0;min-height:40px;padding:3px 2px;box-sizing:border-box;border:0;border-radius:8px;margin:0;background:transparent;color:#f4e9cf;text-align:left;cursor:pointer;outline:none;font:inherit;box-shadow:none}#hud .fr-friend-summary:focus-visible{box-shadow:inset 0 0 0 2px #d9ff9b}#hud .fr-lvl{display:grid;place-items:center;flex:0 0 auto;min-width:32px;height:32px;padding:0 5px;border-radius:9px;font:800 13px/1 system-ui,sans-serif;text-shadow:none}#hud .fr-lvl-low{background:#b4b2a9;color:#2c2c2a}#hud .fr-lvl-mid{background:#8ec74f;color:#173404}#hud .fr-lvl-high{background:#efa027;color:#412402}#hud .fr-lvl-none{background:#ffffff1f;color:#c9b98f}#hud .fr-friend-face{flex:0 0 auto;width:34px;height:34px;object-fit:contain;object-position:center bottom;image-rendering:pixelated;pointer-events:none}@media(max-width:560px){#hud .fr-friend-face{width:26px;height:26px}}#hud .fr-friend-name-wrap{display:flex;flex-direction:column;gap:1px;flex:1 1 auto;min-width:0;color:#f4e9cf}#hud .fr-friend-name{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:20px;font-weight:700;color:#f4e9cf;-webkit-text-fill-color:#f4e9cf}#hud .fr-friend-meta{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:15px;font-weight:600;color:#c9b98f;-webkit-text-fill-color:#c9b98f}#hud .prof-btn.fr-gift-inline{flex:0 0 auto;padding:6px 10px;font-size:12px}#hud .fr-friend-more{display:grid;place-items:center;flex:0 0 auto;width:32px;height:32px;padding:0;border:2px solid #1e1207;border-radius:8px;cursor:pointer;color:#f4e9cf;background:linear-gradient(#7a5220,#5e3d15);font:800 15px/1 system-ui,sans-serif;text-shadow:0 1px 1px #000}#hud .fr-friend-more:hover{filter:brightness(1.12)}#hud .fr-sort{display:flex;align-items:center;gap:6px;font-size:12px;color:#c9b98f}#hud .fr-sort-select{flex:0 0 auto;width:auto;min-width:0;padding:5px 8px;font-size:12px}#hud .fr-friend-menu{display:none;padding:0 10px 10px;border-top:1px solid rgba(216,188,132,.22)}#hud .fr-friend-row.is-open .fr-friend-menu{display:flex;flex-direction:column;align-items:stretch;gap:8px}#hud .fr-friend-menu .prof-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:7px;padding-top:8px}#hud .fr-friend-menu .prof-btn{width:100%;min-height:38px}#hud .qtoast{position:fixed;top:72px;left:50%;transform:translate(-50%,-12px);pointer-events:none;background:linear-gradient(#3c5a10,#2a3f0b);color:#eaffd8;font-weight:700;font-size:15px;padding:8px 18px;border-radius:12px;border:2px solid #8fdc5a;box-shadow:0 3px 10px #00000080;opacity:0;transition:opacity .35s,transform .35s;z-index:50}#hud .qtoast.show{opacity:1;transform:translate(-50%)}#hud .menucol{position:fixed;right:12px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;width:72px;gap:5px;padding:8px;pointer-events:auto;border:2px solid #2f1d0d;border-radius:16px;background:linear-gradient(#6e4425ee,#492b16ee);box-shadow:0 3px 8px #00000073}#hud .mbtn{position:relative;min-width:0;height:60px;box-sizing:border-box;cursor:pointer;padding:4px 3px 3px;border:2px solid #2f1d0d;border-radius:11px;background:linear-gradient(#807568,#4d463e);filter:drop-shadow(0 1px 1px rgba(0,0,0,.4));color:#fff}#hud .mbtn:hover{filter:brightness(1.12) drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .mbtn .micon{display:block;width:31px;height:31px;object-fit:contain;margin:-2px auto -1px;filter:drop-shadow(0 1px 1px #1d1108)}#hud .mbtn .gbtn{display:block;text-align:center;color:#fff;font-weight:800;font-size:11px;line-height:14px;text-shadow:0 1px 2px #1d1108}#hud .mbtn .ready{position:absolute;top:-15px;left:10px;z-index:-1;padding:2px 14px 6px;background:linear-gradient(#a3213a,#6c1122);border:2px solid #490c17;border-radius:10px 10px 0 0;color:#fff;font-weight:700;font-size:12px;text-shadow:0 1px 1px #000}#hud .guide-panel{width:min(760px,94vw);height:min(590px,calc(100dvh - 28px));min-width:0;padding:0;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(105deg,#724822 0,#724822 29%,#f0dfb5 29.2%,#f0dfb5);color:#3b2918;text-shadow:none;border-color:#2c180a}#hud .guide-header{flex:0 0 auto;display:flex;align-items:center;gap:12px;min-height:76px;padding:10px 64px 10px 20px;box-sizing:border-box;color:#fff6d9;text-shadow:0 2px 2px #2d170b;background:linear-gradient(#70451f,#4b2b13);border-bottom:3px solid #2d190b}#hud .guide-mark{display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;border:2px solid #2d190b;border-radius:50%;background:#e4c16e;font-size:27px;box-shadow:inset 0 2px #fff5,0 2px 4px #0006}#hud .guide-header h2{margin:0;font:900 24px/1.05 Georgia,serif}#hud .guide-header p{margin:3px 0 0;color:#dbc89e;font-size:12px}#hud .guide-layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:29% 71%}#hud .guide-nav{min-width:0;padding:14px 10px;overflow-y:auto;background:linear-gradient(90deg,#6c431f,#5b3518);border-right:2px solid #3d220e}#hud .guide-nav-button{display:block;width:100%;margin:0 0 5px;padding:10px 12px;border:1px solid transparent;border-radius:9px;cursor:pointer;text-align:left;color:#ead9b5;background:transparent;font:800 13px system-ui,sans-serif}#hud .guide-nav-button:hover{background:#ffffff12}#hud .guide-nav-button.active{color:#39230f;background:linear-gradient(#f4df9f,#d8ba69);border-color:#321d0b;box-shadow:0 2px 3px #0005}#hud .guide-article{min-width:0;padding:24px 28px;overflow-y:auto;background:repeating-linear-gradient(0deg,transparent 0 27px,#a8885222 27px 28px),linear-gradient(90deg,#e7d29f,#f7e9c5 9%,#f0dfb5)}#hud .guide-eyebrow{color:#8a5a22;font:900 10px system-ui,sans-serif;letter-spacing:.16em;text-transform:uppercase}#hud .guide-article h3{margin:3px 0 8px;color:#3b2918;font:900 27px/1.1 Georgia,serif}#hud .guide-article .guide-intro{margin:0 0 18px;color:#654728;font-size:14px;line-height:1.5}#hud .guide-article section{margin:0 0 13px;padding:11px 13px;border:1px solid #9a783f66;border-radius:10px;background:#fff8e580}#hud .guide-article h4{margin:0 0 4px;color:#563819;font-size:14px}#hud .guide-article section p{margin:0;color:#4c3822;font-size:13px;line-height:1.5}#hud .guide-link{display:inline-block;margin-top:9px;padding:7px 11px;border:2px solid #34200f;border-radius:8px;color:#fff;background:#5e8b2d;font:800 12px system-ui,sans-serif;text-decoration:none;box-shadow:0 2px #2f4917}#hud .guide-link:hover{filter:brightness(1.1)}#hud .guide-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:7px 14px 7px calc(29% + 14px);box-sizing:border-box;background:#e3cb91;border-top:2px solid #9c763c}#hud .guide-position{color:#765327;font:800 12px system-ui,sans-serif}#hud .guide-controls{display:flex;gap:7px}#hud .guide-button{min-width:94px;padding:7px 11px;border:2px solid #34200f;border-radius:8px;cursor:pointer;color:#fff;background:linear-gradient(#7b5430,#553419);font:800 12px system-ui,sans-serif;text-shadow:0 1px 1px #000}#hud .guide-button.guide-next{background:linear-gradient(#79ad3c,#517f27)}#hud .guide-button:disabled{opacity:.38;cursor:default;filter:grayscale(.4)}@media(max-width:600px){#hud .guide-panel{width:100%;height:100%;max-width:none;max-height:none;border-radius:0;border-width:0}#hud .guide-header{min-height:67px;padding-left:12px}#hud .guide-mark{width:42px;height:42px;font-size:23px}#hud .guide-header h2{font-size:21px}#hud .guide-layout{display:flex;flex-direction:column}#hud .guide-nav{flex:0 0 auto;display:flex;gap:5px;padding:7px 8px;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:2px solid #3d220e}#hud .guide-nav-button{flex:0 0 auto;width:auto;margin:0;padding:7px 10px;white-space:nowrap}#hud .guide-article{padding:17px 16px}#hud .guide-article h3{font-size:23px}#hud .guide-footer{padding:7px 10px;padding-bottom:max(7px,env(safe-area-inset-bottom))}#hud .guide-button{min-width:86px}}#hud .tools{position:fixed;left:50%;transform:translate(-50%);bottom:10px;display:flex;gap:10px;pointer-events:auto;background:#1e2d148c;padding:6px 10px;border-radius:16px}#hud.raiding .topbar,#hud.raiding .tools,#hud.raiding .menucol,#hud.raiding .questcol,#hud.raiding .invade-shortcut,#hud.raiding .fab,#hud.raiding .touch-cancel,#hud.raiding .plant-label,#hud.raiding .crop-hover{display:none!important}#hud .battle-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;z-index:30;pointer-events:none;color:#f3ecd2;font:700 16px/1.3 Trebuchet MS,system-ui,sans-serif;text-shadow:0 2px 4px #000;background:#0c14088c}#hud .battle-loading-spinner{width:42px;height:42px;border-radius:50%;border:4px solid rgba(243,236,210,.25);border-top-color:#f07a1e;animation:battle-spin .9s linear infinite}@keyframes battle-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){#hud .battle-loading-spinner{animation:battle-pulse 1.4s ease-in-out infinite}@keyframes battle-pulse{0%,to{opacity:.35}50%{opacity:1}}}#hud.ui-hidden .topbar,#hud.ui-hidden .tools,#hud.ui-hidden .menucol,#hud.ui-hidden .questcol,#hud.ui-hidden .invade-shortcut,#hud.ui-hidden .fab,#hud.ui-hidden .touch-cancel,#hud.ui-hidden .plant-label,#hud.ui-hidden .crop-hover,#hud.visiting .topbar,#hud.visiting .tools,#hud.visiting .menucol,#hud.visiting .questcol,#hud.visiting .invade-shortcut,#hud.visiting .fab,#hud.visiting .touch-cancel,#hud.visiting .crop-hover{display:none!important}#hud .visit-banner{position:fixed;top:12px;left:50%;transform:translate(-50%);pointer-events:auto;display:flex;align-items:center;gap:12px;background:#1e2d14d1;color:#fff;padding:8px 12px 8px 16px;border-radius:14px;box-shadow:0 3px 8px #00000080;font-weight:700;font-size:15px;text-shadow:0 1px 2px #000;max-width:92vw}#hud .visit-banner .vb-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#hud .visit-banner .vb-eye{opacity:.85;font-weight:400;font-size:13px}#hud .visit-banner .vb-exit{border:none;cursor:pointer;color:#fff;font-weight:700;font-size:14px;padding:6px 14px;border-radius:10px;background:linear-gradient(#c0432f,#8f2a1c);box-shadow:0 2px #5c1a12}#hud .visit-banner .vb-exit:active{transform:translateY(1px);box-shadow:0 1px #5c1a12}#hud .tool{width:48px;height:48px;border:none;background:transparent;cursor:pointer;padding:0;position:relative;filter:drop-shadow(0 2px 2px rgba(0,0,0,.4))}#hud .tool img{width:100%;height:100%;object-fit:contain}#hud .tool.sel{outline:3px solid #ffe066;outline-offset:-2px;border-radius:12px;background:#ffe06633}#hud .tool .lbl{position:absolute;bottom:-12px;left:0;right:0;text-align:center;font-size:10px;color:#fff;font-weight:700;text-shadow:0 1px 2px #000}#hud .tw-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19;pointer-events:auto}#hud .tw{position:fixed;min-width:186px;max-width:280px;max-height:78vh;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:6px;background:linear-gradient(#6e4425,#492b16);border:2px solid #2f1d0d;border-radius:14px;box-shadow:0 6px 16px #0000008c;outline:none}#hud .tw-title{color:#ffe9b0;font:800 11px system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 1px 1px #000;padding:2px 6px 4px}#hud .tw-item{display:flex;align-items:center;gap:9px;width:100%;padding:5px 8px;border:2px solid transparent;border-radius:10px;background:#0000002e;color:#fff;cursor:pointer;text-align:left;font:700 14px system-ui,sans-serif;text-shadow:0 1px 2px #000}#hud .tw-item img{width:30px;height:30px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}#hud .tw-item .tw-lbl{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#hud .tw-item .tw-key{flex:0 0 auto;min-width:18px;padding:1px 5px;border-radius:6px;background:#0006;border:1px solid #2f1d0d;color:#ffe9b0;font:800 11px system-ui,sans-serif;text-align:center}#hud .tw-item .tw-dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#b6f36a;box-shadow:0 0 4px #7fd23a}#hud .tw-item.sel{border-color:#ffe066;background:#ffe06638}#hud .tw-legend{color:#e8d3a8;font:600 10px system-ui,sans-serif;opacity:.85;padding:4px 6px 1px;text-align:center}#hud .invade-shortcut{position:fixed;left:10px;bottom:10px;width:72px;pointer-events:auto;border:none;background:none;cursor:pointer;padding:0;filter:drop-shadow(0 2px 3px rgba(0,0,0,.55))}#hud .invade-shortcut img{display:block;width:72px;height:auto;object-fit:contain}#hud .invade-label{position:absolute;left:0;right:0;top:50%;transform:translateY(-55%);color:#fff;font:800 14px system-ui,sans-serif;text-align:center;text-shadow:0 1px 2px #000}#hud .invade-timer{position:absolute;left:50%;bottom:calc(100% + 4px);transform:translate(-50%);min-width:54px;padding:2px 5px;border-radius:8px;background:#480a18eb;border:1px solid #c04155;color:#fff;font:800 11px system-ui,sans-serif;text-align:center;text-shadow:0 1px 1px #000}#hud .invade-timer[hidden]{display:none}#hud .crop-hover{position:fixed;z-index:18;display:none;flex-direction:column;pointer-events:none;min-width:140px;gap:2px;padding:7px 10px;border-radius:9px;background:#23180cf0;border:2px solid #8f713c;color:#f4e9cf;box-shadow:0 3px 8px #00000080;font:12px system-ui,sans-serif;text-shadow:0 1px 1px #000}#hud .crop-hover strong{color:#fff3bf;font-size:13px}#hud .crop-hover .fertilized{color:#a9e66f;font-weight:700}#hud .fab{position:fixed;right:14px;bottom:12px;width:62px;height:62px;pointer-events:auto;cursor:pointer;padding:9px;border:none;display:none;border-radius:50%;background:#1e2d1499;box-shadow:0 3px 7px #00000080}#hud .fab img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .touch-cancel{position:fixed;right:88px;bottom:17px;width:52px;height:52px;pointer-events:auto;cursor:pointer;padding:0;border:2px solid #2b170b;display:none;border-radius:50%;color:#fff;background:linear-gradient(#c84e38,#8d291e);box-shadow:0 3px 7px #00000080;font:900 25px/1 system-ui,sans-serif;text-shadow:0 1px 2px #000}#hud .touch-cancel:active{transform:translateY(1px)}#hud .fab .fab-ct{position:absolute;top:-2px;right:-2px;min-width:22px;height:22px;padding:0 5px;box-sizing:border-box;border-radius:11px;display:none;align-items:center;justify-content:center;font:800 12px system-ui,sans-serif;color:#16110a;background:#8ec74f;border:2px solid #16110a;box-shadow:0 1px 2px #00000080}#hud .plant-label{position:fixed;right:84px;bottom:24px;pointer-events:none;display:none;align-items:center;gap:6px;padding:6px 13px;border-radius:14px;background:#1e2d14d9;color:#fff;font:700 14px system-ui,sans-serif;text-shadow:0 1px 2px #000;white-space:nowrap;box-shadow:0 2px 5px #0006}#hud .panelbg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:auto;z-index:20;box-sizing:border-box;padding:12px;background:#00000073;display:flex;align-items:center;justify-content:center}#hud .army-bg{z-index:25}#hud .game-confirm-bg{z-index:26}#hud .bm-zombie-bg,#hud .bm-pick-bg{z-index:27}#hud .zpreview-bg{z-index:24}#hud .raid-ticket-bg{z-index:30}#hud .writer-lock-bg{z-index:60}#hud .fullscreen-prompt-bg{z-index:10001}#hud .writer-lock-panel{max-width:420px;text-align:center}#hud .writer-lock-panel .zbtns{margin-top:18px;justify-content:center}#hud .writer-lock-banner{position:fixed;z-index:60;top:8px;left:50%;transform:translate(-50%);pointer-events:auto;border:2px solid #2f1d0d;border-radius:12px;padding:8px 14px;color:#fff;background:linear-gradient(#9c4c31,#71301f);font:800 13px system-ui,sans-serif;box-shadow:0 3px 10px #00000080;cursor:pointer}#hud .panel{position:relative;min-width:260px;max-width:80vw;padding:20px 24px;box-sizing:border-box;background:linear-gradient(#6e4425,#492b16);border:3px solid #2f1d0d;border-radius:18px;box-shadow:0 6px 22px #0009;color:#fff;text-shadow:0 1px 2px #000}#hud .panel h2{margin:0 0 8px;font-size:20px}#hud .panel p{margin:0;font-size:14px;opacity:.92}#hud .panelbg>.panel{max-height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}#hud .panelbg>.guide-panel,#hud .raid-bg>.panel{overflow:hidden}#hud .stats-panel,#hud .settings-panel,#hud .panel.questlog,#hud .qlog-list{scrollbar-width:none;-ms-overflow-style:none}#hud .stats-panel::-webkit-scrollbar,#hud .settings-panel::-webkit-scrollbar,#hud .panel.questlog::-webkit-scrollbar,#hud .qlog-list::-webkit-scrollbar{width:0;height:0;display:none}#hud .panelclose{position:absolute;top:4px;right:4px;width:42px;height:42px;border:none;background:none;cursor:pointer;padding:0;z-index:3;filter:drop-shadow(0 2px 3px rgba(0,0,0,.6))}#hud .panelclose img{width:100%;height:100%}#hud .set-acct{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:6px 0 4px;padding:10px 12px;border-radius:10px;background:#2f9c8a29;box-shadow:inset 0 0 0 1px #4fd0b859}#hud .set-acct-who{font-size:14px;color:#eaffd8}#hud .set-acct-code{margin-top:4px;font:700 11px ui-monospace,monospace;color:#9ad3c4;display:flex;align-items:center;gap:6px}#hud .set-acct-code-val{font:800 12px ui-monospace,monospace;color:#16110a;background:#4fd0b8;padding:1px 8px;border-radius:7px}#hud .set-signout{flex:0 0 auto;border:2px solid #14240a;border-radius:8px;padding:7px 14px;cursor:pointer;color:#fff;font:800 13px system-ui,sans-serif;text-shadow:0 1px 1px #000;background:linear-gradient(#c0553f,#9c3320)}#hud .set-signout:hover{filter:brightness(1.1)}#hud .set-devices{margin:10px 0 2px}#hud .set-devices h3{margin:0 0 6px;font:800 13px system-ui,sans-serif;color:#cbe6a0;text-transform:uppercase;letter-spacing:.04em}#hud .set-dev-list{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#b6a986}#hud .set-dev-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:9px;background:#2f9c8a1a;box-shadow:inset 0 0 0 1px #4fd0b838}#hud .set-dev-name{font-size:14px;font-weight:700;color:#eaffd8}#hud .set-dev-when{font-size:12px;color:#9ad3c4;margin-top:2px}#hud .set-dev-revoke{flex:0 0 auto;border:2px solid #14240a;border-radius:8px;padding:5px 12px;cursor:pointer;color:#fff;font:800 12px system-ui,sans-serif;text-shadow:0 1px 1px #000;background:linear-gradient(#c0553f,#9c3320)}#hud .set-dev-revoke:hover{filter:brightness(1.1)}#hud .set-dev-revoke:disabled{opacity:.5;cursor:default}#hud .settings-panel{width:min(460px,92vw)}#hud .set-tabs{margin:2px 0 6px}#hud .set-body{min-height:240px}#hud .set-row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:240px;padding:8px 2px;font-size:15px;font-weight:700}#hud .set-row+.set-row{border-top:1px solid rgba(255,255,255,.15)}#hud .set-volume-controls{display:flex;align-items:center;gap:8px}#hud .set-volume input[type=range]{width:120px;accent-color:#76ad3c;cursor:pointer}#hud .set-volume-value{width:38px;color:#d9efb7;font:700 12px ui-monospace,monospace;text-align:right}#hud .set-action{min-width:112px;padding:6px 12px;border:2px solid #14240a;border-radius:8px;cursor:pointer;color:#fff;font:800 12px system-ui,sans-serif;text-shadow:0 1px 1px #000;background:linear-gradient(#7ea63a,#55972a)}#hud .set-action:hover{filter:brightness(1.1)}#hud .set-action:disabled{opacity:.5;cursor:default;filter:none}#hud .set-note{margin:2px 2px 4px;font-size:12px;color:#cbe6a0;opacity:.85}#hud .set-diagnostics-dump{width:100%;height:140px;margin:4px 0 8px;box-sizing:border-box;padding:6px 8px;border:2px solid #1e1207;border-radius:7px;background:#2a1c0c;color:#ffe9a8;font:400 11px/1.35 ui-monospace,Menlo,Consolas,monospace;white-space:pre;overflow:auto;resize:vertical}#hud .set-username{margin:4px 0 8px}#hud .set-username-controls{display:flex;gap:7px}#hud .set-username-input{width:150px;box-sizing:border-box;padding:6px 8px;border:2px solid #1e1207;border-radius:7px;background:#2a1c0c;color:#ffe9a8;font:700 14px system-ui,sans-serif;outline:none}#hud .set-username-input:focus{border-color:#86b94b}#hud .set-username-save{padding:6px 12px;border:2px solid #14240a;border-radius:8px;cursor:pointer;color:#fff;font:800 12px system-ui,sans-serif;text-shadow:0 1px 1px #000;background:linear-gradient(#7ea63a,#55972a)}#hud .set-username-save:disabled{opacity:.5;cursor:default}#hud .set-username-status{min-height:15px;margin:3px 2px 0;font-size:12px;color:#cbe6a0}#hud .set-username-status.error{color:#ffb09f}#hud .set-version{margin-top:12px;padding-top:9px;border-top:1px solid rgba(255,255,255,.15);color:#b6a986;font:700 11px system-ui,sans-serif;text-align:center;text-shadow:none}#hud .toggle{width:62px;height:28px;border-radius:15px;border:2px solid #1e1207;background:#5a3a1a;cursor:pointer;position:relative;padding:0;font:700 11px system-ui,sans-serif;color:#fff}#hud .toggle.on{background:#4f9b2f}#hud .toggle .knob{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#f2ead0;transition:left .12s;box-shadow:0 1px 2px #00000080}#hud .toggle.on .knob{left:36px}#hud .toggle .txt{position:absolute;top:6px;width:26px;text-align:center;text-shadow:0 1px 1px #000}#hud .toggle .txt.l{left:4px}#hud .toggle .txt.r{right:4px}#hud .set-row-choice{flex-wrap:wrap;gap:10px 24px}#hud .set-choice{display:flex;gap:6px}#hud .choice{padding:6px 12px;border-radius:13px;border:2px solid #1e1207;background:#5a3a1a;color:#f2ead0;cursor:pointer;font:700 12px system-ui,sans-serif;text-shadow:0 1px 1px #000}#hud .choice:hover{filter:brightness(1.12)}#hud .choice.on{background:#4f9b2f;color:#fff}#hud .dev-head{margin:12px 0 2px;font-weight:700;color:#d8b45e;border-top:1px solid #5b4a2a;padding-top:10px}#hud .dev-input{width:96px;padding:5px 8px;border-radius:6px;border:2px solid #1e1207;background:#2a1c0c;color:#ffe9a8;font-weight:700;font-size:14px;text-align:right}#hud .dev-status{margin:10px 0 6px;font-size:12px;color:#cbe6a0;min-height:15px}#hud .dev-raid-btns{display:grid;grid-template-columns:1fr 1fr;gap:6px}#hud .dev-btn{padding:7px 8px;border-radius:6px;border:2px solid #1e1207;cursor:pointer;background:linear-gradient(#7ea63a,#55972a);color:#fff;font-weight:700;font-size:12px;text-shadow:0 1px 1px rgba(0,0,0,.4)}#hud .dev-btn:hover{filter:brightness(1.08)}#hud .dev-btn:active{filter:brightness(.92)}#hud .stats-panel{width:min(430px,92vw)}#hud .stats-body{margin-top:4px}#hud .stats-section+.stats-section{margin-top:14px}#hud .stats-heading{margin:0 0 2px;padding-bottom:4px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#d8b45e;border-bottom:1px solid rgba(255,255,255,.15)}#hud .stats-row{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:6px 2px;font-size:14px;font-weight:700}#hud .stats-row+.stats-row{border-top:1px solid rgba(255,255,255,.08)}#hud .stats-label{color:#f2ead0}#hud .stats-figure{display:flex;flex-direction:column;align-items:flex-end;gap:1px;text-align:right}#hud .stats-value{color:#ffe9a8;font-variant-numeric:tabular-nums}#hud .stats-note{font-size:11px;font-weight:400;color:#cbe6a0;opacity:.85}#hud .zpanel{padding:18px 20px}#hud .zdetail{display:flex;gap:20px;align-items:stretch}#hud .zcard{position:relative;width:172px;flex:0 0 auto;box-sizing:border-box;padding:16px 12px 12px;border-radius:10px;border:3px solid #5e381f;background:linear-gradient(#c79a5e,#a9743d);box-shadow:inset 0 0 0 2px #ffffff1f,0 3px 8px #00000080;text-align:center}#hud .zcard-nail{position:absolute;top:7px;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f4f1e6,#9a9484 45%,#4a463c);box-shadow:0 1px 2px #0009,inset 0 0 1px #2a271f}#hud .zcard-nail.tl{left:8px}#hud .zcard-nail.tr{right:8px}#hud .zcard-board{margin:0 auto 10px;width:132px;height:34px;line-height:34px;background:url(../assets/ui/market/title_board.png) center/100% 100% no-repeat;color:#f4e6c2;font-weight:800;font-size:14px;text-shadow:0 2px 2px #000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px;box-sizing:border-box}#hud .zcard-board.renameable{cursor:text}#hud .zcard-board.renameable:hover{filter:brightness(1.12)}#hud .zcard-name-input{display:block;margin:0 auto 10px;width:132px;height:34px;box-sizing:border-box;border:2px solid #d8b45e;border-radius:5px;padding:0 6px;background:#2a1c0c;color:#f4e6c2;font:800 14px system-ui,sans-serif;text-align:center;outline:none}#hud .zcard-port{width:132px;height:120px;margin:0 auto 10px;border-radius:8px;border:2px solid #5e381f;background:#efe4bf center/contain no-repeat;box-shadow:inset 0 0 6px #5e381f66}#hud .zcard-meta{color:#3a2410;text-shadow:0 1px 0 rgba(255,255,255,.25)}#hud .zcard-meta .zvet{font-size:16px;font-weight:800;color:#4a2c10;letter-spacing:.3px}#hud .zcard-meta .zvet-b{font-size:11px;font-weight:800;color:#2f7d1e;letter-spacing:0}#hud .zcard-meta .ztype{font-size:12px;font-weight:700;opacity:.9;margin-top:1px}#hud .zcard-meta .zinv{font-size:12px;font-weight:700;margin-top:3px}#hud .zright{flex:1 1 auto;display:flex;flex-direction:column;min-width:210px}#hud .zsec-h{font-size:12px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#d8b45e;border-bottom:1px solid #5b4a2a;padding-bottom:3px;margin:2px 0 8px}#hud .zright .zsec-h+.zrow{margin-bottom:16px}#hud .zrow{display:flex;gap:10px;flex-wrap:wrap;align-items:center}#hud .zstats{gap:8px}#hud .zstat{display:flex;align-items:center;gap:0;cursor:pointer;border:none;background:none;padding:0}#hud .zstat-tile{width:40px;height:40px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:center/100% 100% no-repeat;filter:drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zstat-tile img{width:26px;height:26px;object-fit:contain;image-rendering:pixelated}#hud .zstat-val{min-width:34px;height:28px;margin-left:-2px;padding:0 8px 0 6px;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat,repeat-x;background-position:right center,left center;background-size:auto 100%,auto 100%;image-rendering:pixelated;color:#eaffd8;font-weight:800;font-size:14px;text-shadow:0 1px 1px #000}#hud .zstat-val.boosted{color:#67e83f;text-shadow:0 1px 1px #000,0 0 4px rgba(103,232,63,.5)}#hud .zabils{gap:8px}#hud .zabil{width:40px;height:40px;padding:0;border:none;cursor:pointer;background:center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zabil img{width:30px;height:30px;object-fit:contain;image-rendering:pixelated}#hud .zabil:hover,#hud .zstat:hover{filter:brightness(1.1) drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zabil.locked{filter:grayscale(1) brightness(.72) drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zabil.locked:hover{filter:grayscale(.6) brightness(.9) drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zabil .zlock{font-size:18px;line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}#hud .zabil-none{font-size:12px;font-style:italic;color:#d8c6a0;opacity:.8;padding:8px 2px}#hud .zmuts{gap:8px}#hud .zmut{width:40px;height:44px;flex:0 0 auto;padding:0;border:none;cursor:pointer;background:center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zmut img{width:30px;height:30px;object-fit:contain;image-rendering:pixelated}#hud .zmut:hover{filter:brightness(1.1) drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zmut-slot{position:relative;flex:0 0 auto;line-height:0}#hud .zmut.mut-off{opacity:.42;filter:grayscale(1) drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zmut.mut-off:hover{filter:grayscale(1) brightness(1.15) drop-shadow(0 2px 2px rgba(0,0,0,.45))}#hud .zmut-vis{position:absolute;top:-5px;right:-6px;width:19px;height:19px;padding:0;border-radius:50%;cursor:pointer;font-size:10px;line-height:1;display:flex;align-items:center;justify-content:center;background:#1c130a;border:1.5px solid #d8b45e;color:#fff;box-shadow:0 1px 3px #000000a6}#hud .zmut-vis:hover{background:#34240f}#hud .zmut-vis.off{border-color:#8d7a52;opacity:.85}#hud .ztip{position:fixed;transform:translate(-50%,-100%);z-index:5;box-sizing:border-box;max-width:min(180px,calc(100vw - 16px));min-width:96px;padding:7px 10px;border-radius:8px;background:#1c130a;border:2px solid #d8b45e;box-shadow:0 4px 12px #0009;color:#fff;text-shadow:none;pointer-events:none;text-align:left}#hud .ztip.below{transform:translate(-50%)}#hud .ztip b{display:block;font-size:13px;color:#ffe08a;margin-bottom:2px}#hud .ztip span{display:block;font-size:12px;line-height:1.3;opacity:.95}#hud .ztip .zeff{display:inline;color:#eaffd8;font-weight:800}#hud .ztip .zeff-down{color:#ffb3a7}#hud .ztip{max-width:min(230px,calc(100vw - 16px))}#hud .ztip .zbd{display:block;margin-top:6px;border-top:1px solid rgba(216,180,94,.35);padding-top:4px}#hud .ztip .zbd-row{display:flex;justify-content:space-between;gap:14px;font-size:11.5px;line-height:1.5}#hud .ztip .zbd-row>span{display:inline;opacity:1}#hud .ztip .zbd-row>span:last-child{font-weight:700;color:#eaffd8;white-space:nowrap}#hud .ztip .zbd-zero{opacity:.45}#hud .ztip .zbd-total{margin-top:3px;padding-top:3px;border-top:1px dashed rgba(216,180,94,.3)}#hud .ztip .zbd-total>span{color:#ffe08a;font-weight:800}#hud .zbtns{display:flex;gap:8px;margin-top:14px;justify-content:center;flex-wrap:wrap}#hud .zbtns.acct-danger{margin-top:18px;padding-top:14px;border-top:1px solid #ffffff24}#hud .zbtn{border:2px solid #1e1207;border-radius:9px;padding:7px 14px;cursor:pointer;font:700 13px system-ui,sans-serif;color:#fff;text-shadow:0 1px 1px #000;background:linear-gradient(#7a5220,#5e3d15)}#hud .zbtn:hover{filter:brightness(1.12)}#hud .zbtn:disabled{opacity:.5;cursor:not-allowed;filter:none}#hud .zbtn.store{background:linear-gradient(#4f9bd8,#2f74bb)}#hud .zbtn.deploy{background:linear-gradient(#79c247,#55972a)}#hud .zbtn.sell{background:linear-gradient(#e3a24a,#c47a1e)}#hud .zroster{display:flex;flex-direction:column;gap:10px;width:min(560px,88vw)}#hud .zr-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;padding-right:44px}#hud .zr-head h2{margin:0;font-size:20px}#hud .zr-total{font-size:15px;font-weight:800;color:#b6f36a}#hud .zr-total .zr-sub{color:#9fd3e8;font-weight:700}#hud .zr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:8px;max-height:54vh;overflow:auto;padding:2px}#hud .zr-card{position:relative;background:transparent;border:none;border-radius:0;padding:4px 2px 5px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:none}#hud .zr-card:hover .zr-por{filter:brightness(1.08) drop-shadow(0 0 3px rgba(255,220,120,.8))}#hud .zr-por{width:66px;height:66px;box-shadow:none;border-radius:0;background:url(../assets/ui/storage/storage_frame.png) center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center}#hud .zr-por-img{max-width:48px;max-height:48px;object-fit:contain}#hud .zr-name{font-size:11px;font-weight:700;text-align:center;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hud .zr-cls{font-size:10px;font-weight:800;padding:1px 7px;border-radius:8px;color:#16110a;border:1px solid rgba(0,0,0,.5)}#hud .zr-stored{position:absolute;top:3px;right:3px;font-size:9px;font-weight:700;background:#2f74bb;color:#fff;padding:1px 5px;border-radius:6px;box-shadow:0 1px 2px #00000080}#hud .zr-empty{grid-column:1 / -1;text-align:center;opacity:.85;font-style:italic;padding:26px 12px}#hud .zr-por-empty{background:url(../assets/ui/storage/storage_frame.png) center/100% 100% no-repeat}#hud .zr-plus{font-size:30px;font-weight:900;color:#6f5330;opacity:.55}#hud .zr-slot-empty{opacity:.82}#hud .zr-slot-empty:hover{opacity:1}#hud .zr-slot-empty:hover .zr-por{filter:brightness(1.1) drop-shadow(0 0 3px rgba(255,220,120,.7))}#hud .zl-panel{position:relative;width:min(780px,92vw);display:flex;flex-direction:column;gap:10px}#hud .zl-list{display:flex;flex-direction:column;gap:12px;max-height:66vh;overflow:auto;padding:2px 2px 4px;scrollbar-width:none;-ms-overflow-style:none}#hud .zl-list::-webkit-scrollbar{width:0;height:0;display:none}#hud .zl-row{width:100%;max-width:none;min-width:0;flex:0 0 auto}#hud .zl-row .zdetail{flex-wrap:nowrap}#hud .zteam-panel{width:min(620px,92vw)}#hud .zteam-list{display:flex;flex-direction:column;gap:8px;max-height:58vh;overflow:auto;padding:2px}#hud .zteam-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;background:#3a2612;border:2px solid #1e1207;border-radius:10px;padding:8px 10px;box-shadow:inset 0 -3px #00000040}#hud .zteam-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 210px}#hud .zteam-nm{font-size:15px;font-weight:800;overflow-wrap:anywhere}#hud .zteam-sub{font-size:11.5px;font-weight:700;opacity:.75}#hud .zteam-strip{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}#hud .zteam-pip{width:30px;height:30px;border-radius:6px;background:#24160a center/contain no-repeat;box-shadow:inset 0 0 0 2px #ffffff0f}#hud .zteam-pip.resting{box-shadow:inset 0 0 0 2px #4f9bd8d9;opacity:.8}#hud .zteam-pip.gone{border:1px dashed rgba(255,170,150,.6);opacity:.5}#hud .zteam-warn{font-size:11.5px;font-weight:700;color:#ffc9a8}#hud .zteam-actions{margin-top:0;justify-content:flex-end;flex:0 0 auto}#hud .zteam-actions .zbtn{padding:6px 11px;font-size:12px}#hud .zteam-edit .zteam-name{flex:1 1 100%}#hud .zteam-edit .zteam-where{opacity:.6;font-size:9.5px}#hud .pvp-panel{width:min(680px,94vw);display:flex;flex-direction:column;gap:8px}#hud .pvp-tabs{margin-top:2px}#hud .pvp-body{display:flex;flex-direction:column;gap:8px;max-height:62vh;overflow:auto;padding:2px;scrollbar-width:none}#hud .pvp-body::-webkit-scrollbar{width:0;height:0;display:none}#hud .pvp-pips{font-size:12.5px;font-weight:800;opacity:.85}#hud .pvp-list{display:flex;flex-direction:column;gap:8px}#hud .pvp-row{align-items:flex-start}#hud .pvp-scout{display:flex;flex-direction:column;gap:4px;font-size:11.5px}#hud .pvp-claim{background:#274126;border-color:#142611}#hud .pvp-stats{display:flex;flex-direction:column;gap:2px;padding:2px 4px}#hud .pvp-roles{display:flex;flex-direction:column;gap:5px;margin-top:3px}#hud .pvp-role{display:flex;align-items:center;gap:7px}#hud .pvp-role-text{display:flex;flex-direction:column;min-width:0}#hud .pvp-role-name{font-size:12.5px;font-weight:800;overflow-wrap:anywhere}#hud .cmb{display:flex;flex-direction:column;gap:12px;width:min(560px,90vw);max-width:100%;min-width:0}#hud .cmb-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-right:44px}#hud .cmb-head h2{margin:0;font-size:20px}#hud .cmb-time{font-size:13px;font-weight:800;color:#b6f36a}#hud .cmb-head>*{min-width:0;overflow-wrap:anywhere}#hud .cmb-slots{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px}#hud .cmb-slot{position:relative;min-height:108px;border-radius:12px;border:2px dashed #6b4a24;background:#2c1c0e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px;box-sizing:border-box;min-width:0}#hud .cmb-slot.filled{border-style:solid;border-color:#8ad14a;background:#34240f;cursor:pointer}#hud .cmb-slot .cmb-por{width:56px;height:56px;border-radius:8px;background:#24160a center/contain no-repeat;box-shadow:inset 0 0 0 2px #ffffff0f}#hud .cmb-slot .cmb-sn{font-size:12px;font-weight:700;max-width:120px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hud .cmb-slot .cmb-sm{font-size:10px;color:#c9a24a;text-align:center;max-width:130px;line-height:1.2;overflow-wrap:anywhere}#hud .cmb-slot .cmb-hint{font-size:12px;color:#a98a5f;font-style:italic;text-align:center;overflow-wrap:anywhere}#hud .cmb-sty{font-size:11px;font-weight:700;color:#9fd0f0;text-align:center;max-width:130px;overflow-wrap:anywhere;line-height:1.2}#hud .cmb-result .cmb-sty{font-size:13px;max-width:none}#hud .cmb-plus{font-size:26px;font-weight:900;color:#d8bc40}#hud .cmb-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:7px;max-height:34vh;overflow:auto;padding:10px 2px 2px;border-top:1px solid rgba(255,255,255,.08)}#hud .cmb-z{position:relative;background:#3a2612;border:2px solid #1e1207;border-radius:9px;padding:6px 3px 5px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:3px}#hud .cmb-z:hover{background:#4a3117}#hud .cmb-z.chosen{border-color:#8ad14a;box-shadow:0 0 0 2px #8ad14a66;opacity:.55;cursor:default}#hud .cmb-z.disabled{opacity:.35;cursor:not-allowed;filter:grayscale(.7)}#hud .cmb-z.disabled:hover{background:#3a2612}#hud .cmb-z .cmb-zpor{width:50px;height:50px;border-radius:7px;background:#24160a center/contain no-repeat}#hud .cmb-z .cmb-zn{font-size:10px;font-weight:700;max-width:72px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hud .cmb-z .cmb-zty{font-size:9px;color:#9fd0f0;max-width:72px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hud .cmb-z .cmb-zmut{position:absolute;top:2px;left:2px;font-size:8px;font-weight:800;background:#7d3ad1;color:#fff;padding:0 4px;border-radius:5px}#hud .cmb-zstored{position:absolute;bottom:2px;right:2px;font-size:8px;font-weight:800;background:#3b6ea8;color:#eaf4ff;padding:0 4px;border-radius:5px}#hud .cmb-slot .cmb-zstored{bottom:auto;top:4px;right:26px;font-size:9px}#hud .cmb-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}#hud .cmb-go{align-self:center;border:none;border-radius:10px;padding:10px 30px;cursor:pointer;font:800 15px/1 inherit;color:#16110a;background:linear-gradient(#79c247,#55972a);box-shadow:inset 0 -3px #00000047}#hud .cmb-go.cmb-store{background:linear-gradient(#5b93cf,#3b6ea8);color:#f2f8ff;padding:10px 20px;font-size:14px}#hud .cmb-go:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.5)}#hud .cmb-go.cmb-hurry{background:linear-gradient(#e8b757,#b8811f);color:#22190a;padding:10px 18px;font-size:14px;display:inline-flex;align-items:center;gap:6px}#hud .cmb-hurry-i{width:18px;height:18px;object-fit:contain}#hud .cmb-hurry-ct{font-size:12px;opacity:.8}#hud .cmb-empty{text-align:center;opacity:.85;font-style:italic;padding:22px 12px}#hud .cmb-rule-note{text-align:center;font-size:11px;line-height:1.35;color:#d8c9a0;background:#ffffff0b;border-radius:8px;padding:7px 9px}#hud .cmb-prog{height:22px;border-radius:8px;background:#24160a;overflow:hidden;box-shadow:inset 0 1px 3px #00000080}#hud .cmb-prog>i{display:block;height:100%;width:0;background:linear-gradient(#8ad14a,#5c9a2c);transition:width .25s linear}#hud .cmb-note{text-align:center;font-size:13px;color:#d8c9a0}#hud .cmb-result{display:flex;flex-direction:column;align-items:center;gap:8px;border-radius:12px;border:2px solid #8ad14a;background:#34240f;padding:16px 12px;box-shadow:0 0 0 3px #8ad14a2e}#hud .cmb-result .cmb-rpor{width:104px;height:104px;border-radius:12px;background:#24160a center/contain no-repeat;box-shadow:inset 0 0 0 2px #ffffff0f}#hud .cmb-result .cmb-rn{font-size:17px;font-weight:800;text-align:center;overflow-wrap:anywhere}#hud .cmb-result .cmb-rm{font-size:12px;color:#c9a24a;text-align:center;overflow-wrap:anywhere}#hud .obj-actions{text-align:center;min-width:240px}#hud .obj-actions h2{margin:0 0 10px}#hud .obj-por{width:92px;height:92px;margin:0 auto;border-radius:12px;border:2px solid #2f1d0d;background:#24160a center/contain no-repeat;box-shadow:inset 0 0 0 2px #ffffff0f}#hud .confirm-panel{text-align:center;min-width:260px;max-width:340px}#hud .confirm-panel h2{margin:0 0 12px}#hud .confirm-panel .obj-por{margin-bottom:12px}#hud .fullscreen-prompt-panel{text-align:center;width:min(360px,calc(100vw - 24px))}#hud .fullscreen-prompt-panel h2{margin-bottom:10px}#hud .fullscreen-prompt-status{min-height:18px;margin-top:8px;color:#ffb09f;font-size:12px}#hud .fullscreen-prompt-actions{justify-content:center;margin-top:8px}#hud .confirm-msg{margin:0 0 6px;font-size:14px;line-height:1.4}#hud .confirm-warn{display:inline-block;margin-top:6px;font-size:12px;color:#f6c76a;font-style:italic}#hud .crop-info{text-align:center;min-width:220px}#hud .crop-info h2{margin:0 0 4px}#hud .crop-kind{margin:0 0 10px;font-size:13px;color:#d8bc84;font-style:italic}#hud .crop-time{margin:0;font-size:17px;font-weight:700;color:#f4e9cf}#hud .crop-time.ripe{color:#8fdc5a}#hud .crop-grow{display:flex;align-items:center;gap:8px;margin-top:14px;padding:8px 10px;background:#00000038;border-radius:10px}#hud .crop-grow img{width:34px;height:34px;object-fit:contain;flex:0 0 auto}#hud .crop-grow-label{flex:1 1 auto;text-align:left;font-size:13px;line-height:1.2}#hud .crop-grow-label .nm{font-weight:700}#hud .crop-grow-label .ct{margin-left:5px;color:#d8bc84}#hud .crop-grow-btn{flex:0 0 auto;padding:6px 14px}#hud .st-hint{text-align:center;color:#6e4a1e;font-size:12px;font-style:italic;margin:0 0 8px}#hud .st-slot.filled{cursor:pointer}#hud .st-slot.filled:hover{filter:brightness(1.08) drop-shadow(0 0 3px rgba(255,220,120,.8))}#hud .raidsel{display:flex;gap:14px;width:min(700px,92vw)}#hud .raid-list{display:flex;flex-direction:column;gap:6px;width:210px;flex:0 0 auto;max-height:62vh;overflow:auto;padding:2px}#hud .rd-card{display:flex;gap:8px;align-items:center;text-align:left;cursor:pointer;background:#3a2612;border:2px solid #1e1207;border-radius:10px;padding:6px 8px;color:#fff;box-shadow:inset 0 -3px #00000040}#hud .rd-card:hover{background:#4a3117}#hud .rd-card.sel{border-color:#ffcf5a;box-shadow:0 0 0 2px #ffcf5a80}#hud .rd-card.locked{opacity:.62}#hud .rd-thumb{width:40px;height:40px;border-radius:7px;flex:0 0 auto;background:#24160a center/contain no-repeat;box-shadow:inset 0 0 0 2px #ffffff0f}#hud .rd-cn{font-size:12px;font-weight:800;line-height:1.2}#hud .rd-cl{font-size:10px;font-weight:700;opacity:.8}#hud .rd-cl.lock{color:#ffb0a0;opacity:1}#hud .rd-detail{flex:1 1 auto;display:flex;flex-direction:column;gap:8px;min-width:0}#hud .rd-hero{display:flex;gap:12px;align-items:center}#hud .rd-hero>div{min-width:0}#hud .rd-portrait{width:92px;height:92px;flex:0 0 auto;border-radius:12px;border:2px solid #2f1d0d;background:#24160a center/contain no-repeat;box-shadow:inset 0 0 0 2px #ffffff0f}#hud .rd-title{font-size:19px;font-weight:800;margin:0;overflow-wrap:anywhere}#hud .rd-boss{font-size:13px;font-weight:700;color:#ffcf5a}#hud .rd-meta{font-size:12px;opacity:.9}#hud .rd-intro{font-size:12.5px;line-height:1.35;opacity:.92;white-space:pre-wrap;max-height:16vh;overflow:auto;margin:0}#hud .rd-drops{display:flex;flex-direction:column;gap:4px}#hud .rd-drop{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;font-size:12px}#hud .rd-drop-k{flex:0 0 auto;font-weight:800;color:#ffcf5a}#hud .rd-drop-v{display:flex;flex-wrap:wrap;align-items:center;gap:4px;min-width:0;opacity:.92;overflow-wrap:anywhere}#hud .rd-chip{font-size:11px;font-weight:700;padding:2px 8px;border-radius:8px;background:#24160a;border:1px solid rgba(255,255,255,.12);max-width:100%;box-sizing:border-box;overflow-wrap:anywhere}#hud .rd-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:auto;border-top:1px solid rgba(255,255,255,.15);padding-top:8px}#hud .rd-acts{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}#hud .rd-army{font-size:12px;font-weight:700;color:#b6f36a;min-width:0;overflow-wrap:anywhere}#hud .rd-army.short{color:#ffb0a0}#hud .raid-go{border:2px solid #1e1207;border-radius:9px;padding:8px 18px;cursor:pointer;background:linear-gradient(#c04155,#9c2135);color:#fff;font-weight:800;font-size:14px;text-shadow:0 1px 1px rgba(0,0,0,.4)}#hud .raid-go:hover{filter:brightness(1.1)}#hud .raid-go:disabled{opacity:.5;cursor:not-allowed;filter:none}#hud .raid-quick{border:2px solid #1e1207;border-radius:9px;padding:8px 14px;cursor:pointer;background:#3a2612;color:#e8d5b0;font-weight:700;font-size:12.5px}#hud .raid-quick:hover{filter:brightness(1.15)}#hud .raid-bg{box-sizing:border-box;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}#hud .raid-bg>.panel{box-sizing:border-box;max-height:calc(100dvh - 24px);overflow:hidden}#hud .raid-bg .raidsel{max-height:calc(100dvh - 70px);min-height:0}#hud .raid-bg .rd-detail{overflow-y:auto;overscroll-behavior:contain;padding-right:2px}#hud .army-wrap{display:flex;flex-direction:column;gap:10px;width:min(600px,90vw)}#hud .army-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;padding-right:44px}#hud .army-head h2{margin:0;font-size:19px;min-width:0;overflow-wrap:anywhere}#hud .army-count{font-size:14px;font-weight:800;color:#b6f36a;flex:0 0 auto;white-space:nowrap}#hud .army-count.short{color:#ffb0a0}#hud .army-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(94px,1fr));gap:8px;max-height:52vh;overflow:auto;padding:2px}#hud .army-card{position:relative;background:#3a2612;border:2px solid #1e1207;border-radius:10px;padding:6px 4px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:3px;box-shadow:inset 0 -3px #00000040}#hud .army-card.sel{border-color:#ffcf5a;background:#4a3117;box-shadow:0 0 0 2px #ffcf5a80}#hud .army-card .tick{position:absolute;top:3px;right:4px;min-width:18px;height:18px;padding:0 3px;box-sizing:border-box;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#16110a;background:#ffcf5a;box-shadow:0 1px 2px #00000080;opacity:0}#hud .army-card.sel .tick{opacity:1}#hud .army-card.taken{opacity:.48}#hud .army-card.taken .pvp-job{color:#ffcf5a;opacity:.95}#hud .pvp-job{font-size:9px;font-weight:800;letter-spacing:.02em;opacity:.75}#hud .army-por{width:52px;height:52px;border-radius:8px;background:#24160a center/contain no-repeat;box-shadow:inset 0 0 0 2px #ffffff0f}#hud .army-nm{font-size:10.5px;font-weight:700;max-width:84px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hud .army-ty{font-size:9px;font-weight:700;opacity:.6;max-width:84px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hud .army-st{font-size:10px;font-weight:700;opacity:.85}#hud .army-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px}#hud .raid-boosts{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 2px 2px;border-top:1px solid rgba(255,255,255,.15)}#hud .raid-boost-btn{display:flex;align-items:center;gap:5px;cursor:pointer;border:2px solid #1e1207;border-radius:9px;padding:6px 12px;font:700 13px system-ui,sans-serif;color:#e8d5b0;background:#3a2612;text-shadow:0 1px 1px #000}#hud .raid-boost-btn:hover{filter:brightness(1.12)}#hud .raid-boost-btn.on{color:#16110a;background:linear-gradient(#8ec74f,#5c9a2e);border-color:#3c5a10;text-shadow:none;box-shadow:0 0 0 2px #8ec74f66}#hud .raid-boost-btn .rb-ct{font-size:11px;opacity:.8}#hud .raid-dice{display:flex;align-items:center;gap:6px}#hud .raid-dice .rd-lbl{font:700 13px system-ui,sans-serif;color:#e8d5b0;text-shadow:0 1px 1px #000}#hud .raid-dice .rd-lbl b{color:#ffcf5a;font-size:15px}#hud .raid-dice .rd-step{width:26px;height:26px;cursor:pointer;border:2px solid #1e1207;border-radius:7px;background:linear-gradient(#7a5220,#5e3d15);color:#fff;font:900 16px/1 system-ui;display:flex;align-items:center;justify-content:center}#hud .raid-dice .rd-step:hover{filter:brightness(1.15)}#hud .raid-elite-btn.on{color:#f4e9ff;background:linear-gradient(#9a4fd6,#6b2ca3);border-color:#3d1663;text-shadow:0 1px 1px #000;box-shadow:0 0 0 2px #9a4fd673}#hud .raid-elite-note:empty{display:none}#hud .raid-elite-note{flex:1 0 100%;margin:0;font:700 11px system-ui,sans-serif;color:#e3c6ff;text-shadow:0 1px 1px #000}#hud .raid-res-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:auto;z-index:22;display:flex;align-items:stretch;justify-content:flex-end}#hud .raid-res-panel{width:min(340px,82vw);display:flex;flex-direction:column;background:linear-gradient(#f3e2bd,#e6cf9c);border-left:4px solid #8a6a34;box-shadow:-4px 0 22px #00000080;color:#3a2a12;padding:0 0 14px;transform:translate(105%);transition:transform .45s cubic-bezier(.2,.8,.25,1);box-sizing:border-box;max-height:100dvh}#hud .raid-res-panel.in{transform:translate(0)}#hud .rr-title{font-size:26px;font-weight:900;text-align:center;letter-spacing:1px;padding:16px 10px 12px;color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.4);background:linear-gradient(#8a5a2c,#6f4420);border-bottom:3px solid #4a2d12}#hud .rr-title.lose{background:linear-gradient(#7a3030,#5a2020)}#hud .rr-body{flex:1;min-height:0;padding:14px 20px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;overscroll-behavior:contain}#hud .rr-row{display:flex;align-items:center;justify-content:space-between;padding:9px 2px;border-bottom:1px solid rgba(90,60,20,.25)}#hud .rr-l{font-size:16px;font-weight:700}#hud .rr-v{font-size:18px;font-weight:900;display:inline-flex;align-items:center;gap:6px}#hud .rr-v .rr-i{width:20px;height:20px;object-fit:contain}#hud .rr-loot{border-bottom:none;padding-bottom:2px}#hud .rr-loot-items{display:flex;flex-wrap:wrap;gap:10px;padding:4px 2px}#hud .rr-loot-i{display:flex;flex-direction:column;align-items:center;gap:3px;width:92px}#hud .rr-loot-i img{width:82px;height:82px;object-fit:contain;background:#4a31171f;border:2px solid #8a6a34;border-radius:12px;padding:4px}#hud .rr-loot-i span{font-size:10px;font-weight:700;text-align:center;line-height:1.1}#hud .rr-loot-note{font-size:9px;font-weight:800;font-style:normal;text-align:center;line-height:1.1;color:#7a3f12;background:#ffe9a8;border:1px solid #b98b3f;border-radius:6px;padding:1px 4px}#hud .rr-loot-i.rr-loot-noimg{width:auto;font-size:12px;font-weight:800;background:#4a3117;color:#ffe9a8;padding:4px 9px;border-radius:8px}#hud .rr-loot-none{font-size:14px;opacity:.5;padding:2px}#hud .rr-unlock{margin-top:8px;font-size:13px;font-weight:800;color:#2f7a2f}#hud .rr-notice{margin-top:10px;font-size:13px;font-weight:800;line-height:1.3;color:#7a2f12;background:#ffe0c4;border:2px solid #b9553f;border-radius:10px;padding:8px 10px}#hud .rr-go{margin:6px 20px 0;border:2px solid #1e1207;border-radius:10px;padding:12px;background:linear-gradient(#8ec74f,#5c9a2e);color:#fff;font-weight:900;font-size:16px;cursor:pointer;text-shadow:0 1px 1px rgba(0,0,0,.4)}#hud .rr-go:hover{filter:brightness(1.08)}#hud .revive-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:28;pointer-events:auto;background:#140804c2;display:grid;place-items:center;padding:18px}#hud .revive-panel{width:min(520px,94vw);max-height:min(680px,90vh);overflow:hidden;display:flex;flex-direction:column;border:4px solid #2b170b;border-radius:18px;background:linear-gradient(#f5e5b8,#d6b873);color:#28170c;box-shadow:0 12px 40px #000b}#hud .revive-title{padding:14px 18px;text-align:center;color:#fff;font-size:25px;font-weight:900;background:linear-gradient(#6b2631,#42141c);text-shadow:0 2px 2px #000}#hud .revive-warning{margin:12px 16px 7px;padding:9px 11px;border:2px solid #913a31;border-radius:9px;background:#fff1d0;color:#74251f;font-size:13px;font-weight:900;text-align:center}#hud .revive-balance{text-align:center;font-size:14px;font-weight:800}#hud .revive-balance img,#hud .revive-cost img{width:20px;height:20px;object-fit:contain;vertical-align:middle}#hud .revive-list{overflow-y:auto;display:grid;gap:8px;padding:10px 16px}#hud .revive-zombie{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:10px;min-height:66px;padding:6px 9px;border:2px solid #69451f;border-radius:10px;background:#f9edca}#hud .revive-zombie.selected{border-color:#367436;background:#e1f0c4}#hud .revive-zombie img{width:56px;height:56px;object-fit:contain}#hud .revive-name{font-size:15px;font-weight:900}#hud .revive-type{font-size:11px;opacity:.72}#hud .revive-pick{min-width:100px;padding:8px;border:2px solid #2b170b;border-radius:8px;background:linear-gradient(#79b44a,#4d852d);color:#fff;font-weight:900}#hud .revive-pick.selected{background:linear-gradient(#b56b54,#843f32)}#hud .revive-pick:disabled{filter:grayscale(1);opacity:.48}#hud .revive-foot{padding:8px 16px 15px}#hud .revive-confirm{width:100%;padding:12px;border:2px solid #241307;border-radius:10px;background:linear-gradient(#f2b341,#c87a18);color:#301b08;font-size:16px;font-weight:900}#hud .revive-error{min-height:18px;color:#8b211b;text-align:center;font-size:12px;font-weight:800}#hud .memorial-panel{width:min(480px,94vw);max-height:min(640px,86vh);display:flex;flex-direction:column}#hud .memorial-blurb{margin:0 0 10px;font-size:13px;font-weight:700;opacity:.82}#hud .memorial-list{overflow-y:auto;display:grid;gap:8px;padding-right:4px}#hud .memorial-row{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:10px;min-height:66px;padding:6px 9px;border:2px solid #69451f;border-radius:10px;background:#f9edca}#hud .memorial-row img{width:56px;height:56px;object-fit:contain;filter:grayscale(1) contrast(.92) brightness(1.06)}#hud .memorial-name{font-size:15px;font-weight:900}#hud .memorial-meta{font-size:11px;opacity:.72}#hud .memorial-pick{min-width:96px;padding:8px;border:2px solid #2b170b;border-radius:8px;background:linear-gradient(#9a9a92,#6a6a63);color:#fff;font-weight:900;cursor:pointer}#hud .memorial-pick:hover{filter:brightness(1.08)}#hud .memorial-pick:disabled{filter:grayscale(1);opacity:.48}#hud .memorial-epitaph{margin-bottom:8px;text-align:center;font-size:14px;font-weight:900;letter-spacing:.02em;opacity:.85}#hud .memorial-options{flex:0 1 auto;font-size:12px;opacity:.78}#hud .memorial-panel .zbtns{margin-top:10px;justify-content:center}#hud .lvl-bg{z-index:24}#hud .lvlup{width:min(460px,90vw);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}#hud .lvl-burst{font-size:30px;font-weight:900;letter-spacing:1px;color:#ffdf5a;text-shadow:0 2px 0 #a5661a,0 0 12px rgba(255,209,90,.6);transform:scale(.6);opacity:0;transition:transform .32s cubic-bezier(.2,1.5,.4,1),opacity .32s ease}#hud .lvlup.in .lvl-burst{transform:scale(1);opacity:1}#hud .lvl-num{font-size:19px;font-weight:800;color:#eafff0;margin-top:-2px}#hud .lvl-sub{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:#b6f36a;margin-top:4px;opacity:.95}#hud .lvl-unlocks{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-height:42vh;overflow:auto;padding:4px 2px}#hud .lvl-slot{display:flex;flex-direction:column;align-items:center;gap:3px;width:76px}#hud .lvl-frame{width:60px;height:60px;background:url(../assets/ui/storage/storage_frame.png) center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center}#hud .lvl-frame img{max-width:46px;max-height:46px;object-fit:contain}#hud .lvl-nm{font-size:10px;font-weight:700;line-height:1.1;max-width:76px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#hud .lvl-tag{font-size:9px;font-weight:800;color:#ffd98a;opacity:.85}#hud .lvl-none{font-size:14px;opacity:.8;font-style:italic;padding:10px}#hud .lvl-go{margin:8px 20px 0;border:2px solid #1e1207;border-radius:10px;padding:12px 40px;background:linear-gradient(#8ec74f,#5c9a2e);color:#fff;font-weight:900;font-size:16px;cursor:pointer;text-shadow:0 1px 1px rgba(0,0,0,.4)}#hud .lvl-go:hover{filter:brightness(1.08)}#hud .qc-bg{z-index:24}#hud .questdone{width:min(420px,90vw);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}#hud .qc-icon{width:72px;height:72px;background:url(../assets/ui/storage/storage_frame.png) center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center;transform:scale(.6);opacity:0;transition:transform .32s cubic-bezier(.2,1.5,.4,1),opacity .32s ease}#hud .questdone.in .qc-icon{transform:scale(1);opacity:1}#hud .qc-icon img{max-width:54px;max-height:54px;object-fit:contain}#hud .qc-burst{font-size:26px;font-weight:900;letter-spacing:1px;color:#b6f36a;text-shadow:0 2px 0 #2d5a12,0 0 12px rgba(120,220,90,.55)}#hud .qc-title{font-size:18px;font-weight:800;color:#eafff0;margin-top:-2px}#hud .qc-msg{font-size:14px;font-weight:600;color:#d8ecc6;opacity:.9;max-width:340px}#hud .qc-sub{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:#ffd98a;margin-top:4px;opacity:.95}#hud .qc-rewards{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:2px}#hud .qc-reward{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:800;color:#ffe9a8;border:2px solid #1e1207;border-radius:10px;padding:6px 12px;background:#00000040}#hud .qc-reward img{width:24px;height:24px;object-fit:contain}#hud .mkt-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:auto;z-index:21;background:#00000073;display:flex;align-items:center;justify-content:center}#hud .mkt{position:relative;box-sizing:border-box;width:min(770px,94vw);height:min(500px,90vh);border-style:solid;border-width:32px 11px 12px 11px;border-image:url(../assets/ui/market/paper_market.png) 32 11 12 11 fill / 32px 11px 12px 11px stretch;padding:4px 16px 8px;font-family:Georgia,Times New Roman,serif;display:flex;flex-direction:column}#hud .mkt-title{position:absolute;top:-30px;left:50%;transform:translate(-50%);width:226px;height:58px;background:url(../assets/ui/market/title_board.png) center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center;color:#f4e6c2;font-weight:700;font-size:23px;text-shadow:0 2px 2px #000;letter-spacing:.5px}#hud .mkt-close{position:absolute;top:-16px;right:-16px;width:44px;height:44px;border:none;background:none;cursor:pointer;padding:0;filter:drop-shadow(0 2px 3px rgba(0,0,0,.6))}#hud .mkt-close img{width:100%;height:100%}#hud .mkt-cur{display:flex;gap:18px;align-items:center;margin:2px 0 8px 2px;font-weight:700;font-size:17px;color:#48300f;text-shadow:0 1px 0 rgba(255,255,255,.4)}#hud .mkt-cur span{display:flex;align-items:center;gap:4px}#hud .mkt-cur img{height:21px}#hud .bm-bg .mkt-cur{flex-wrap:wrap;row-gap:4px}#hud .mkt-cur .bm-held{font-size:12px;font-weight:700;color:#8ad14a;background:#8ad14a24;border-radius:7px;padding:2px 7px;margin-left:-10px}#hud .mkt-tabs{display:flex;gap:7px;justify-content:center;margin-bottom:7px}#hud .mkt-tab{border-style:solid;border-width:7px 20px;border-image:url(../assets/ui/market/tab.png) 16 fill / 7px 20px stretch;color:#f6ecc8;font-weight:700;font-size:15px;cursor:pointer;min-width:58px;text-shadow:0 1px 1px rgba(0,0,0,.45)}#hud .mkt-tab.sel{border-image-source:url(../assets/ui/market/tab_sel.png);color:#5a3a12;text-shadow:0 1px 0 rgba(255,255,255,.5)}#hud .mkt-subtabs{display:flex;gap:6px;justify-content:center;margin-bottom:9px}#hud .mkt-subtab{border-style:solid;border-width:6px 16px;border-image:url(../assets/ui/market/subtab.png) 12 fill / 6px 16px stretch;color:#f6ecc8;font-weight:700;font-size:13px;cursor:pointer;min-width:46px;text-shadow:0 1px 1px rgba(0,0,0,.4)}#hud .mkt-subtab.sel{border-image-source:url(../assets/ui/market/subtab_sel.png);color:#5a3a12;text-shadow:0 1px 0 rgba(255,255,255,.5)}#hud .mkt-search-row{position:absolute;top:14px;right:14px;z-index:3;display:flex;align-items:center;justify-content:flex-end}#hud .mkt-search-toggle{width:30px;height:30px;padding:5px;display:grid;place-items:center;cursor:pointer;color:#f4e6c2;background:#5f371b;border:2px solid #2f190b;border-radius:50%;box-shadow:0 1px 2px #0008}#hud .mkt-search-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}#hud .mkt-search-row.has-query .mkt-search-toggle{color:#fff3a7;box-shadow:0 0 0 2px #e1bc5b}#hud .mkt-search{position:absolute;top:36px;right:-5px;width:0;max-width:calc(94vw - 44px);box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;padding:5px 12px;font-family:inherit;font-size:13px;font-weight:700;color:#48300f;background:#fff8e6b8;border:2px solid #b98b4a;border-radius:14px;outline:none;box-shadow:inset 0 1px 3px #5a341340,0 3px 8px #0006;transition:width .15s ease,opacity .12s ease}#hud .mkt-search-row.expanded .mkt-search{width:240px;opacity:1;visibility:visible;pointer-events:auto}#hud .mkt-search::placeholder{color:#9a7a4a;font-weight:400;font-style:italic}#hud .mkt-search:focus{border-color:#8a5a2a;background:#fffaeeeb}#hud .mkt-pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:7px;flex:0 0 auto}#hud .mkt-pageinfo{font-weight:700;font-size:14px;color:#48300f;min-width:52px;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,.4)}#hud .mkt-page-arrow{width:34px;height:30px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(#8a5a2a,#6e4420);border:2px solid #4a2c12;border-radius:8px;box-shadow:0 1px #3c2410}#hud .mkt-page-arrow img{width:11px;height:16px;filter:brightness(0) invert(1) opacity(.9)}#hud .mkt-page-arrow.left img{transform:scaleX(-1)}#hud .mkt-page-arrow:disabled{opacity:.4;cursor:default;box-shadow:none}#hud .mkt-page-arrow:not(:disabled):hover{background:linear-gradient(#9a6a34,#7a4d22)}#hud .mkt-grid{flex:1 1 auto;display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:122px;gap:9px 10px;padding:0 2px 2px;overflow-y:auto;overflow-x:hidden;min-height:0;align-content:start;scrollbar-width:thin;scrollbar-color:#a5763c transparent}#hud .mkt-grid::-webkit-scrollbar{width:8px}#hud .mkt-grid::-webkit-scrollbar-track{background:transparent;margin:2px 0}#hud .mkt-grid::-webkit-scrollbar-thumb{background:linear-gradient(#a5763c,#6e4420);border-radius:6px;border:1px solid #4f2f13}#hud .mkt-grid::-webkit-scrollbar-thumb:hover{background:linear-gradient(#b98b4a,#7a4d22)}#hud .mkt-card{position:relative;border-radius:8px;overflow:hidden;background:#efe4bf;cursor:pointer;border:2px solid #b98b4a;box-shadow:inset 0 -3px #5a34131f;display:flex;flex-direction:column}#hud .mkt-card:hover{background:#f7efcd}#hud .mkt-info{position:absolute;top:2px;right:2px;width:18px;height:18px;padding:0;display:flex;align-items:center;justify-content:center;z-index:2;cursor:pointer;border:1px solid #4f2f13;border-radius:50%;color:#4f2f13;background:linear-gradient(#f0e0af,#d0b678);box-shadow:0 1px 1px #00000059}#hud .mkt-info:hover{background:linear-gradient(#fbf1cd,#e0c98a)}#hud .mkt-info svg{display:block}#hud .mkt-card .hd{height:22px;background:linear-gradient(#956733,#6e4420);border-bottom:2px solid #4f2f13;color:#f4e6c2;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 1px #000}#hud .mkt-body{flex:1 1 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr) auto auto auto;grid-template-areas:"portrait sell" "portrait xp" "portrait time" "cost cost";align-items:center;padding:4px 5px 7px;gap:2px 4px;min-height:0}#hud .mkt-body>.mkt-portrait{grid-area:portrait;justify-self:center;max-height:50px;max-width:100%;object-fit:contain;image-rendering:auto}#hud .mkt-theme{position:absolute;top:24px;left:0;z-index:2;max-width:100%;box-sizing:border-box;padding:1px 5px;border-radius:0 7px 7px 0;border:1px solid #4f2f13;border-left:0;background:linear-gradient(#8e5fbe,#6b3f97);color:#f6ecff;font-size:9px;line-height:12px;font-weight:700;letter-spacing:.2px;text-shadow:0 1px 1px rgba(0,0,0,.45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hud .mkt-sell{font-size:11px;font-weight:700;color:#3f7a1e;display:flex;grid-area:sell;align-items:center;gap:2px}#hud .mkt-sell img{height:12px;max-height:12px}#hud .mkt-xp{font-size:11px;font-weight:700;color:#2f5f9a;display:flex;grid-area:xp;align-items:center;gap:2px}#hud .mkt-xp img{height:12px;max-height:12px}#hud .mkt-qty{grid-area:sell;justify-self:end;align-self:start;padding:1px 6px;border:1px solid #4f2f13;border-radius:9px;background:linear-gradient(#f0e0af,#d0b678);color:#452c0c;font-size:11px;line-height:14px;font-weight:800;white-space:nowrap}#hud .mkt-time{font-size:11px;font-weight:700;color:#452c0c;display:flex;grid-area:time;align-items:center;gap:2px}#hud .mkt-time img{height:13px;max-height:13px}#hud .mkt-cost{display:flex;align-items:center;justify-content:center;gap:3px;grid-area:cost;width:100%;box-sizing:border-box;min-height:22px;padding:3px 4px 4px;border-radius:6px;background:linear-gradient(#7a5220,#5e3d15);font-size:13px;line-height:15px;font-weight:700;color:#ffe9a8;text-shadow:0 1px 1px rgba(0,0,0,.5)}#hud .mkt-cost img{height:15px;max-height:15px}#hud .mkt-card.locked{opacity:.55;filter:grayscale(.6);cursor:not-allowed}#hud .mkt-card.locked:hover{background:#efe4bf}#hud .mkt-empty{grid-column:1 / -1;text-align:center;color:#6e4a1e;font-style:italic;padding:30px 0;font-size:15px}#hud .mkt-grid.mkt-grid--upgrade{grid-template-columns:repeat(2,150px);grid-auto-rows:122px;justify-content:center}#hud .mkt-upgrade-status{grid-column:1 / -1;text-align:center;color:#4f2f13;font-size:14px;padding:4px 0 8px}#hud .mkt-upgrade-status b{color:#2f7a1e;font-size:16px}#hud .mkt-upgrade-size{font-size:12px;font-weight:700;color:#6e4a1e}#hud .mkt-card.owned{background:#dcecc4;border-color:#7fa957;cursor:default}#hud .mkt-card.owned:hover{background:#dcecc4}#hud .mkt-card.owned .mkt-cost{color:#2f7a1e}#hud .mkt-card.owned:not(.equipped){cursor:pointer}#hud .mkt-card.owned:not(.equipped):hover{filter:brightness(1.05)}#hud .mkt-card.equipped{box-shadow:inset 0 0 0 3px #75a947}#hud .mkt-grid--epic{display:block;overflow:auto}#hud .epic-market-card{min-height:280px;display:grid;grid-template-columns:minmax(120px,34%) 1fr;gap:14px;padding:14px;border:3px solid #63377d;border-radius:14px;background:#eeddb1f0;color:#3d2516}#hud .epic-market-portrait{width:100%;max-height:210px;object-fit:contain;align-self:center;image-rendering:pixelated}#hud .epic-market-copy h2{margin:0 0 6px;color:#5c286e}#hud .epic-market-copy details{margin-top:10px}#hud .epic-hp{height:18px;margin:8px 0 3px;border:2px solid #4d271d;border-radius:9px;overflow:hidden;background:#441d22}#hud .epic-hp span{display:block;height:100%;background:linear-gradient(#ec4b55,#a41526)}#hud .epic-wait{color:#9a2c25;font-weight:800}#hud .epic-market-actions{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px}#hud .epic-market-action{min-width:210px}#hud .epic-market-action img{width:20px;height:20px;vertical-align:middle}#hud .epic-market-favorite{margin:6px 0 0}#hud .epic-market-favorite b{color:#5c286e}#hud .epic-start-panel{width:min(430px,90vw);text-align:center}#hud .epic-start-portrait{width:min(220px,60%);max-height:210px;object-fit:contain;margin:4px auto 10px;display:block;image-rendering:pixelated}#hud .epic-start-lede{font-weight:800;color:#5c286e;margin:0 0 8px}#hud .social-hub{width:min(470px,90vw);text-align:center}#hud .social-choices{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:16px;padding:18px}#hud .social-choice{min-height:120px;border:3px solid #6d4b24;border-radius:14px;background:linear-gradient(#f3e5bd,#d7bc7d);color:#4a3014;font:700 20px Georgia,serif;cursor:pointer}#hud .social-choice span{display:block;margin-top:8px;font:400 13px Georgia,serif}#hud .social-choice.locked{filter:grayscale(.6);opacity:.62;cursor:default}#hud .bm{width:min(900px,96vw);height:min(610px,94vh)}#hud .bm-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:2px 0 8px}#hud .bm-toolbar select,#hud .bm-compose select,#hud .bm-compose input{border:2px solid #a8793e;border-radius:7px;background:#fff8e6;color:#4a3014;padding:5px 7px;font:700 12px Georgia,serif}#hud .bm-toolbar label{font-size:12px;color:#4a3014;font-weight:700}#hud .bm-summary{margin-left:auto;font-size:12px;font-weight:700;color:#5d3d17}#hud .bm-content{min-height:0;flex:1;display:grid;grid-template-columns:1fr 245px;gap:12px}#hud .bm-list{overflow:auto;display:grid;grid-template-columns:repeat(3,minmax(135px,1fr));grid-auto-rows:min-content;gap:9px;align-content:start;padding:2px}#hud .bm-card{border:2px solid #b98b4a;border-radius:9px;background:#efe4bf;padding:7px;display:grid;grid-template-columns:54px 1fr;gap:6px;color:#49300f;position:relative}#hud .bm-card.inspect{cursor:pointer}#hud .bm-card:focus-visible{outline:3px solid #f1c75b;outline-offset:2px}#hud .bm-card.mine{border-color:#3f8a68;background:#e0edc9}#hud .bm-card.locked{filter:grayscale(.35)}#hud .bm-card>img{width:52px;height:58px;object-fit:contain}#hud .bm-name{font-weight:800;font-size:13px}#hud .bm-meta{font-size:11px;line-height:1.35}#hud .bm-price{font-weight:800;display:flex;align-items:center;gap:3px}#hud .bm-price img{width:15px;height:15px}#hud .bm-lock{margin-top:4px;color:#8a3328;font-size:11px;font-weight:800}#hud .bm-card button,#hud .bm-compose button{grid-column:1/-1;border:2px solid #4f2f13;border-radius:7px;padding:5px;background:linear-gradient(#79b94b,#438326);color:#fff;font-weight:800;cursor:pointer}#hud .bm-card button.cancel{background:linear-gradient(#c66b59,#913b31)}#hud .bm-card button.bm-repost{background:linear-gradient(#e0a844,#a9701f)}#hud .bm-card.bm-expired{border-color:#b0492f;background:#f0d8c6}#hud .bm-card button:disabled,#hud .bm-compose button:disabled{opacity:.5;cursor:default}#hud .bm-compose{border:2px solid #aa7a3d;border-radius:10px;background:#efe4bfcc;padding:10px;display:flex;flex-direction:column;gap:8px;overflow:auto;color:#49300f}#hud .bm-compose h3{margin:0;text-align:center}#hud .bm-compose label{display:flex;flex-direction:column;gap:3px;font-size:12px;font-weight:700}#hud .bm-price-row{display:flex;gap:6px}#hud .bm-price-row input{flex:1 1 auto;min-width:0}#hud .bm-price-row select{flex:0 0 auto}#hud .bm-mutation-choices{max-height:132px;overflow:auto;padding:5px;border:1px solid #b98b4a;border-radius:6px;background:#fff8e6b8}#hud .bm-mutation-choices[hidden]{display:none}#hud .bm-mutation-choices label{display:flex;flex-direction:row;align-items:center;gap:5px;padding:2px 0;font-size:11px}#hud .bm-mutation-choices input{margin:0}#hud .bm-mutation-choices label.bm-choice-off{opacity:.42;cursor:not-allowed}#hud .bm-empty{grid-column:1/-1;text-align:center;padding:30px 8px;color:#6e4a1e;font-style:italic}#hud .bm-fulfillments{border:2px solid #3f8a68;border-radius:10px;background:#e0edc9;padding:6px 8px;margin-bottom:8px;flex:0 0 auto}#hud .bm-fulfillments[hidden]{display:none}#hud .bm-fulfill-title{font-size:12px;font-weight:800;color:#2c6248;margin-bottom:6px}#hud .bm-fulfill-rail{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}#hud .bm-fulfill-rail .bm-card{flex:0 0 220px;border-color:#3f8a68}#hud .bm-fulfill-traits{font-size:11px;font-weight:800;color:#2c6248}#hud .bm-fulfill-traits[hidden],#hud .bm-toolbar[hidden],#hud .bm-content[hidden]{display:none}#hud .bm-history{min-height:0;flex:1;overflow:auto;display:flex;flex-direction:column;gap:8px}#hud .bm-history[hidden]{display:none}#hud .bm-stats{display:flex;flex-wrap:wrap;gap:6px}#hud .bm-stat{border:2px solid #2f1d0d;border-radius:8px;background:linear-gradient(#6e4425,#492b16);padding:4px 8px;font-size:12px;font-weight:700;color:#f4e9cf}#hud .bm-ledger{display:flex;flex-direction:column;gap:6px}#hud .bm-ledger-row{display:flex;align-items:center;gap:8px;border:2px solid #2f1d0d;border-radius:9px;background:linear-gradient(#5d3a20,#402513);padding:5px 8px;color:#f4e9cf}#hud .bm-ledger-row>img{width:40px;height:44px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}#hud .bm-ledger-row .bm-meta{flex:1;min-width:0;color:#d8ccaa}#hud .bm-ledger-row .bm-name{color:#f4e9cf}#hud .bm-ledger-gain,#hud .bm-ledger-loss{font-weight:800;white-space:nowrap;display:flex;align-items:center;gap:3px}#hud .bm-ledger-gain{color:#8fdc5a}#hud .bm-ledger-loss{color:#ff9c8a}#hud .bm-ledger-gain img,#hud .bm-ledger-loss img{width:15px;height:15px}#hud .bm-tab-compose{display:none}@media(max-width:700px),(max-height:560px){#hud .bm-content{grid-template-columns:1fr}#hud .bm-list{grid-template-columns:repeat(2,minmax(130px,1fr))}#hud .bm-summary{width:100%;margin-left:0}#hud .bm-tab-compose{display:block}#hud .bm .bm-compose{display:none;max-height:none}#hud .bm.bm-composing .bm-compose{display:flex}#hud .bm.bm-composing .bm-list,#hud .bm.bm-composing .bm-toolbar{display:none}#hud .bm .mkt-tabs{flex-wrap:nowrap}#hud .bm .mkt-tab{flex:0 1 auto;min-width:0;border-width:6px 9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#hud .bm-toolbar{gap:5px;margin:2px 0 6px}#hud .bm-toolbar select{min-width:0}#hud .bm-toolbar label,#hud .bm-toolbar .prof-btn{flex:0 0 auto}#hud .bm-toolbar .prof-btn{padding-inline:10px}}@media(max-width:700px){#hud .bm-toolbar select{flex:1 1 45%}}#hud .info-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:auto;z-index:24;background:#00000080;display:flex;align-items:center;justify-content:center}#hud .info-box{position:relative;box-sizing:border-box;width:min(330px,86vw);border-style:solid;border-width:32px 11px 12px 11px;border-image:url(../assets/ui/market/paper_market.png) 32 11 12 11 fill / 32px 11px 12px 11px stretch;padding:4px 18px 16px;font-family:Georgia,Times New Roman,serif;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}#hud .info-close{position:absolute;top:-16px;right:-16px;width:40px;height:40px;border:none;background:none;cursor:pointer;padding:0;filter:drop-shadow(0 2px 3px rgba(0,0,0,.6))}#hud .info-close img{width:100%;height:100%}#hud .info-img{max-height:80px;max-width:58%;object-fit:contain;margin-top:2px}#hud .info-name{font-weight:700;font-size:18px;color:#4f2f13;text-shadow:0 1px 0 rgba(255,255,255,.4)}#hud .info-desc{font-size:14px;line-height:1.42;color:#48300f}#hud .info-credit{align-self:stretch;padding-top:7px;font-size:12px;font-style:italic;color:#6b4a22;border-top:1px solid rgba(107,74,34,.28)}#hud .st-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:auto;z-index:21;background:#00000073;display:flex;align-items:center;justify-content:center}#hud .st{position:relative;box-sizing:border-box;width:min(600px,94vw);height:min(430px,88vh);border-style:solid;border-width:32px 11px 12px 11px;border-image:url(../assets/ui/market/paper_market.png) 32 11 12 11 fill / 32px 11px 12px 11px stretch;padding:30px 16px 10px;font-family:Georgia,Times New Roman,serif;display:flex;flex-direction:column}#hud .st-close{position:absolute;top:-16px;right:-16px;width:44px;height:44px;z-index:2;border:none;background:none;cursor:pointer;padding:0;filter:drop-shadow(0 2px 3px rgba(0,0,0,.6))}#hud .st-close img{width:100%;height:100%}#hud .st-header{position:absolute;top:-30px;left:50%;transform:translate(-50%);display:flex;align-items:center;pointer-events:none}#hud .st-header img.flank{height:44px}#hud .st-banner{width:176px;height:52px;margin:0 -10px;z-index:1;background:url(../assets/ui/storage/board_storage.png) center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center;color:#ffe9c2;font-weight:700;font-size:20px;text-shadow:0 2px 2px #000;letter-spacing:.5px}#hud .st-tabs{display:flex;gap:7px;justify-content:center;margin-bottom:8px}#hud .st-tab{border-style:solid;border-width:7px 18px;border-image:url(../assets/ui/market/tab.png) 16 fill / 7px 18px stretch;color:#f6ecc8;font-weight:700;font-size:14px;cursor:pointer;min-width:64px;text-shadow:0 1px 1px rgba(0,0,0,.45)}#hud .st-tab.sel{border-image-source:url(../assets/ui/market/tab_sel.png);color:#5a3a12;text-shadow:0 1px 0 rgba(255,255,255,.5)}#hud .st-count{text-align:center;color:#5a3a12;font-weight:700;font-size:13px;margin-bottom:6px}#hud .st-body{flex:1 1 auto;overflow:auto;min-height:0}#hud .st-grid{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:4px 2px}#hud .st-slot{width:54px;height:54px;flex:0 0 auto;background:url(../assets/ui/storage/storage_frame.png) center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center;position:relative}#hud .st-slot img{max-width:42px;max-height:42px;object-fit:contain}#hud .st-slot-sell{position:absolute;right:-5px;bottom:-5px;z-index:1;border:1px solid #63251c;border-radius:7px;padding:2px 5px;cursor:pointer;color:#fff;background:linear-gradient(#c95c4d,#92372d);font:700 9px/1.2 Georgia,serif}#hud .st-empty{text-align:center;color:#6e4a1e;font-style:italic;padding:34px 12px;font-size:15px}#hud .st-boostlist{display:flex;flex-direction:column;gap:6px;padding:4px 2px}#hud .st-boost{display:flex;align-items:center;gap:10px;padding:6px 8px;background:#5e381f24;border:1px solid #b9945a;border-radius:8px}#hud .st-boost.unowned img{filter:grayscale(.7);opacity:.7}#hud .st-boost.unowned .st-boost-info{opacity:.78}#hud .st-boost img{width:40px;height:40px;image-rendering:pixelated;flex:0 0 auto}#hud .st-boost-info{flex:1 1 auto;min-width:0}#hud .st-boost-info .nm{font-weight:700;color:#4a2f14;font-size:14px}#hud .st-boost-info .nm .ct{color:#7a5a2a;font-weight:700}#hud .st-boost-info .ds{color:#6e4a1e;font-size:11px;overflow-wrap:anywhere}#hud .st-use{flex:0 0 auto;border:none;cursor:pointer;color:#fff;font-weight:700;font-size:13px;padding:6px 14px;border-radius:8px;background:linear-gradient(#70a91e,#527d13);box-shadow:0 1px #3c5a10}#hud .st-use:disabled{background:#9a9a8a;cursor:default;box-shadow:none;opacity:.8}#hud .st-sell{background:linear-gradient(#c95c4d,#92372d);box-shadow:0 1px #63251c}#hud .rcv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px;padding:4px 2px}#hud .rcv-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 4px 7px;background:#5e381f24;border:1px solid #b9945a;border-radius:10px}#hud .rcv-card.trophy{opacity:.9}#hud .rcv-por{width:58px;height:58px;background:url(../assets/ui/storage/storage_frame.png) center/100% 100% no-repeat;display:flex;align-items:center;justify-content:center}#hud .rcv-por img{max-width:44px;max-height:44px;object-fit:contain;image-rendering:pixelated}#hud .rcv-nm{font-size:11px;font-weight:700;color:#4a2f14;text-align:center;line-height:1.15;max-width:88px}#hud .rcv-act{padding:4px 12px;font-size:12px}#hud .rcv-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:4px}#hud .rcv-trophy{font-size:10px;font-weight:800;color:#7a5a2a;letter-spacing:.5px;text-transform:uppercase;opacity:.8}#hud .pm-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:auto;z-index:19}#hud .pm{position:fixed;left:6px;top:64px;bottom:8px;width:258px;box-sizing:border-box;border-style:solid;border-width:32px 11px 12px 11px;border-image:url(../assets/ui/market/paper_market.png) 32 11 12 11 fill / 32px 11px 12px 11px stretch;display:flex;flex-direction:column;font-family:Georgia,Times New Roman,serif;animation:pmslide .18s ease-out}@keyframes pmslide{0%{transform:translate(-112%)}to{transform:none}}#hud .pm-close{position:absolute;top:-14px;right:-14px;width:40px;height:40px;border:none;background:none;cursor:pointer;padding:0;filter:drop-shadow(0 2px 3px rgba(0,0,0,.6))}#hud .pm-close img{width:100%;height:100%}#hud .pm-screens{display:flex;gap:6px;justify-content:center;margin:0 0 8px}#hud .pm-screen{border-style:solid;border-width:6px 16px;border-image:url(../assets/ui/market/tab.png) 16 fill / 6px 16px stretch;color:#f6ecc8;font-weight:700;font-size:14px;cursor:pointer;min-width:60px;text-shadow:0 1px 1px rgba(0,0,0,.45)}#hud .pm-screen.sel{border-image-source:url(../assets/ui/market/tab.png);filter:brightness(.72);color:#f6ecc8;text-shadow:0 1px 1px rgba(0,0,0,.55)}#hud .pm-subtabs{display:flex;gap:4px;justify-content:center;margin-bottom:8px}#hud .pm-subtab{border-style:solid;border-width:5px 11px;border-image:url(../assets/ui/market/subtab.png) 12 fill / 5px 11px stretch;color:#f6ecc8;font-weight:700;font-size:11px;cursor:pointer;letter-spacing:.3px;text-shadow:0 1px 1px rgba(0,0,0,.4)}#hud .pm-subtab.sel{border-image-source:url(../assets/ui/market/subtab.png);filter:brightness(.72);color:#f6ecc8;text-shadow:0 1px 1px rgba(0,0,0,.55)}#hud .pm-list{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:2px;min-height:0;scrollbar-width:none;-ms-overflow-style:none}#hud .pm-list::-webkit-scrollbar{width:0;height:0;display:none}#hud .pm-card{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;grid-template-areas:"name right" "port right" "cost cost";gap:2px 6px;background:#efe4bf;border:2px solid #b98b4a;border-radius:8px;padding:6px 8px;cursor:pointer;box-shadow:inset 0 -3px #5a34131f}#hud .pm-card:hover{background:#f7efcd}#hud .pm-card.locked{opacity:.55;filter:grayscale(.7);cursor:not-allowed}#hud .pm-card.locked:hover{background:#efe4bf}#hud .pm-card.locked .pm-cost{background:linear-gradient(#6a6a6a,#4a4a4a)}#hud .pm-lock{display:flex;align-items:center;gap:4px}#hud .pm-name{grid-area:name;font-weight:700;font-size:14px;color:#452c0c}#hud .pm-info{position:static;display:inline-flex;margin-left:6px;vertical-align:-4px}#hud .pm-port{grid-area:port;display:flex;align-items:center}#hud .pm-port img{height:46px;max-width:76px;width:auto;object-fit:contain;image-rendering:auto}#hud .pm-card.zombie .pm-port{width:96px;height:78px;justify-content:center;overflow:hidden}#hud .pm-card.zombie .pm-port img{width:96px;height:96px;max-width:none;flex:0 0 auto;object-fit:contain;transform:scale(1.35);transform-origin:50% 58%}#hud .pm-right{grid-area:right;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;color:#452c0c;font-weight:700;font-size:13px}#hud .pm-right span{display:flex;align-items:center;gap:3px}#hud .pm-right img{height:15px}#hud .pm-right .pm-xp{color:#2f5f9a}#hud .pm-cost{grid-area:cost;margin-top:5px;display:flex;align-items:center;justify-content:center;gap:3px;background:linear-gradient(#7a5220,#5e3d15);border-radius:6px;color:#ffe9a8;font-weight:700;font-size:14px;padding:3px 0;text-shadow:0 1px 1px rgba(0,0,0,.5)}#hud .pm-cost img{height:16px}@supports (padding: env(safe-area-inset-top)){#hud .topbar{top:calc(6px + env(safe-area-inset-top));left:calc(6px + env(safe-area-inset-left));right:calc(6px + env(safe-area-inset-right))}#hud .questcol{left:calc(8px + env(safe-area-inset-left))}#hud .menucol{right:calc(8px + env(safe-area-inset-right))}#hud .tools{bottom:calc(10px + env(safe-area-inset-bottom))}#hud .fab{bottom:calc(12px + env(safe-area-inset-bottom));right:calc(14px + env(safe-area-inset-right))}#hud .touch-cancel{bottom:calc(17px + env(safe-area-inset-bottom));right:calc(88px + env(safe-area-inset-right))}#hud .invade-shortcut{bottom:calc(10px + env(safe-area-inset-bottom));left:calc(10px + env(safe-area-inset-left))}}@media(pointer:coarse),(max-width:760px){#hud .topbar{gap:5px;padding:4px 6px;border-radius:13px}#hud .chips{flex:1 1 auto;gap:2px}#hud .chip{flex:1 1 auto;font-size:12px;border-width:8px 8px}#hud .chip img{height:17px}#hud .chip .xpbar{width:42px}#hud .nameplate{display:none}#hud .gear{width:40px;height:40px}#hud .touch-cancel.active{display:block}#hud .menucol{width:62px;gap:4px}#hud .mbtn{width:auto}#hud .mbtn .gbtn{font-size:10px}#hud .mkt-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:116px}#hud .mkt-title{font-size:19px;width:190px;height:50px;top:-26px}#hud .mkt-tabs{flex-wrap:nowrap;justify-content:flex-start;flex:0 0 auto;overflow-x:auto;overflow-y:hidden;padding-inline:2px;scroll-padding-inline:12px;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}#hud .mkt-tabs::-webkit-scrollbar{display:none}#hud .mkt-tab{flex:0 0 auto;white-space:nowrap;font-size:13px;border-width:6px 13px}#hud .mkt.search-expanded .mkt-tabs{margin-top:26px}#hud .zdetail{flex-direction:column;gap:14px}#hud .zcard{width:100%;max-width:220px;margin:0 auto}#hud .zright{min-width:0}#hud .panelbg{padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))}#hud .panelbg>.panel{min-width:0;max-width:100%}#hud .panelbg>.panel>*{max-width:100%}#hud .st-bg{box-sizing:border-box;padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))}#hud .st{width:100%;min-width:0;height:min(430px,calc(100dvh - 16px));padding-left:10px;padding-right:10px}#hud .st-close{top:-8px;right:-8px}#hud .st-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px}#hud .st-tab{min-width:0;padding-inline:0;border-width:6px 8px;font-size:12px;overflow:hidden;text-overflow:ellipsis}#hud .st-boost{min-width:0}#hud .rcv-card,#hud .rcv-nm{min-width:0;max-width:100%;overflow-wrap:anywhere}}@media(orientation:portrait)and (max-width:760px){#hud .play-status{display:grid;place-items:center;flex:0 0 28px;width:28px;height:32px;padding:0;border:0;color:transparent;background:transparent!important;font-size:0;letter-spacing:0;box-shadow:none}#hud .play-status:before{content:"";display:block;width:12px;height:12px;border:2px solid rgba(11,25,7,.78);border-radius:50%;background:#43bf58;box-shadow:0 1px 3px #0008}#hud .play-status:not(.synced):before{background:#3d9fe8}#hud .mkt-bg:not(.bm-bg){box-sizing:border-box;align-items:stretch;padding:max(84px,calc(72px + env(safe-area-inset-top))) max(5px,env(safe-area-inset-right)) max(5px,env(safe-area-inset-bottom)) max(5px,env(safe-area-inset-left))}#hud .mkt-bg:not(.bm-bg)>.mkt{width:100%;height:100%;max-width:none;max-height:none}#hud .mkt-bg:not(.bm-bg)>.mkt>.mkt-cur{display:none}#hud .mkt-bg:not(.bm-bg)>.mkt>.mkt-tabs{margin-top:24px}#hud .mkt-bg:not(.bm-bg)>.mkt.search-expanded>.mkt-tabs{margin-top:58px}#hud.chrome-expanded .invade-shortcut{display:none}}@media(orientation:landscape)and (max-width:950px)and (max-height:560px){#hud .menucol{display:grid;grid-template-columns:repeat(2,56px);width:auto;gap:4px;padding:6px}#hud .mbtn{height:52px}#hud .mbtn .micon{width:26px;height:26px}#hud .mbtn .gbtn{font-size:9px;line-height:12px}}@media(orientation:landscape)and (max-width:950px)and (max-height:560px){#hud .guide-panel{width:min(900px,100%);height:100%;max-width:100%;max-height:100%;overflow:hidden;display:grid;grid-template-columns:29% 71%;grid-template-rows:auto minmax(0,1fr)}#hud .guide-header{grid-column:1;grid-row:1;min-height:56px;padding:7px 44px 7px 10px;gap:7px;border-right:2px solid #3d220e}#hud .guide-mark{display:none}#hud .guide-header h2{font-size:17px}#hud .guide-header p{margin-top:2px;font-size:10px}#hud .guide-layout{display:contents}#hud .guide-nav{grid-column:1;grid-row:2;display:block;padding:7px 8px;overflow-x:hidden;overflow-y:auto;border-right:2px solid #3d220e;border-bottom:0}#hud .guide-nav-button{display:block;width:100%;margin:0 0 3px;padding:6px 8px;white-space:normal;font-size:11px}#hud .guide-article{grid-column:2;grid-row:1 / 3;padding:14px 17px}#hud .guide-article h3{font-size:22px}#hud .guide-article .guide-intro{margin-bottom:10px}#hud .guide-article section{margin-bottom:8px;padding:8px 10px}#hud .guide-footer{display:none}#hud .zpanel{padding:10px 12px}#hud .zdetail{display:grid;grid-template-columns:92px minmax(0,1fr);grid-template-rows:auto auto auto;gap:5px 10px;align-items:start;padding:8px;border:2px solid #5e381f;border-radius:9px;background:linear-gradient(#c79a5e,#a9743d);box-shadow:inset 0 0 0 1px #ffffff1f,0 2px 5px #00000073}#hud .zcard{display:contents}#hud .zcard-nail{display:none}#hud .zcard-board,#hud .zcard-name-input{grid-column:2;grid-row:1;width:min(170px,100%);height:24px;line-height:24px;margin:0;justify-self:start;font-size:12px}#hud .zcard-port{grid-column:1;grid-row:1 / 4;width:92px;height:84px;margin:0;align-self:center;border-width:2px}#hud .zcard-meta{grid-column:2;grid-row:2;display:flex;align-items:baseline;flex-wrap:wrap;gap:2px 9px;text-align:left}#hud .zcard-meta .zvet{font-size:12px}#hud .zcard-meta .zvet-b{font-size:9px}#hud .zcard-meta .ztype,#hud .zcard-meta .zinv{margin-top:0;font-size:10px}#hud .zright{grid-column:2;grid-row:3;display:grid;grid-template-columns:55px minmax(0,1fr);gap:5px 6px;min-width:0}#hud .zsec-h{align-self:center;margin:0;padding:0;border:0;font-size:9px}#hud .zright .zsec-h+.zrow{margin-bottom:0}#hud .zrow{gap:4px;flex-wrap:nowrap}#hud .zstat-tile{width:30px;height:30px}#hud .zstat-tile img{width:20px;height:20px}#hud .zstat-val{min-width:25px;height:22px;padding:0 5px 0 4px;font-size:11px}#hud .zabil{width:30px;height:30px}#hud .zabil img{width:22px;height:22px}#hud .zabil .zlock{font-size:14px}#hud .zabil-none{padding:5px 2px;font-size:10px}#hud .zmuts{gap:10px}#hud .zmut{width:30px;height:33px}#hud .zmut img{width:22px;height:22px}#hud .zmut-vis{width:17px;height:17px;top:-4px;right:-5px;font-size:9px}#hud .zl-panel{width:min(720px,94vw)}#hud .zl-list{gap:7px;max-height:70vh}#hud .zl-row{padding:10px 12px}#hud .zl-row .zdetail{flex-wrap:nowrap}#hud .raid-bg>.panel{width:min(760px,100%);max-width:100%;padding:10px 12px}#hud .raid-bg .raidsel{width:100%;max-width:100%;gap:8px}#hud .raid-bg .raid-list{width:168px}#hud .raid-bg .rd-card{padding:4px 6px}#hud .raid-bg .rd-thumb{width:34px;height:34px}#hud .raid-bg .rd-portrait{width:64px;height:64px}#hud .raid-bg .rd-title{font-size:16px}#hud .raid-bg .rd-intro{max-height:none}#hud .raid-res-panel{width:min(310px,88vw);padding-bottom:max(6px,env(safe-area-inset-bottom))}#hud .rr-title{font-size:20px;padding:8px}#hud .rr-body{padding:6px 12px}#hud .rr-row{padding:4px 2px}#hud .rr-l{font-size:13px}#hud .rr-v{font-size:15px}#hud .rr-loot-items{gap:5px}#hud .rr-loot-i{width:58px}#hud .rr-loot-i img{width:48px;height:48px;padding:2px;border-radius:8px}#hud .rr-go{margin:4px 12px 0;padding:8px;font-size:14px;flex:0 0 auto}}@media(max-width:430px){#hud .mkt-grid{grid-template-columns:repeat(2,1fr)}#hud .topbar{gap:2px;padding-inline:3px}#hud .gear{width:36px;height:36px}#hud .profbtn{width:32px;height:32px;padding:2px}#hud .chip{font-size:10px;border-width:6px 5px;gap:1px;margin:0}#hud .chip img{height:14px}#hud .chip .xpbar{display:none}#hud .questcol{top:calc(58px + env(safe-area-inset-top))}#hud .st-header img.flank{height:36px}#hud .st-banner{width:142px;height:44px;font-size:17px}#hud .st-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}#hud .zpanel{width:100%;padding:12px 10px}#hud .zdetail{gap:8px}#hud .zcard{width:150px;padding:11px 9px 9px}#hud .zcard-board,#hud .zcard-name-input{width:116px;height:28px;line-height:28px;margin-bottom:6px;font-size:12px}#hud .zcard-port{width:116px;height:98px;margin-bottom:6px}#hud .zcard-meta .zvet{font-size:13px}#hud .zright .zsec-h+.zrow{margin-bottom:8px}#hud .zsec-h{margin-bottom:5px}#hud .zbtns{margin-top:8px}}@media(orientation:portrait)and (min-width:370px)and (max-width:430px){#hud .level-chip .xpbar{display:block;width:30px;flex:0 1 30px}}@media(max-width:560px){#hud .raid-bg{align-items:stretch}#hud .raid-bg>.panel{width:100%;max-width:none;min-width:0;padding:16px 14px 14px}#hud .raid-bg .raidsel{width:100%;height:100%;flex-direction:column;gap:10px}#hud .raid-bg .raid-list{width:100%;max-height:none;flex:0 0 auto;flex-direction:row;overflow-x:auto;overflow-y:hidden}#hud .raid-bg .rd-card{flex:0 0 148px}#hud .raid-bg .rd-portrait{width:76px;height:76px}#hud .raid-bg .rd-intro{max-height:none;font-size:13px;line-height:1.45}#hud .raid-bg .rd-foot{padding-bottom:max(2px,env(safe-area-inset-bottom))}}#hud .tut-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:42;pointer-events:none}#hud.tutorial .tools{display:none!important}#hud.tutorial .fab{display:block!important}#hud.tutorial .topbar,#hud.tutorial .questcol,#hud.tutorial .menucol,#hud.tutorial .tools,#hud.tutorial .fab,#hud.tutorial .touch-cancel,#hud.tutorial .invade-shortcut{pointer-events:none!important}#hud.tutorial .invade-shortcut:not(.tut-highlight){display:none!important}#hud.tutorial .tut-highlight{pointer-events:auto!important}#hud.tutorial .mkt-bg.tut-market{z-index:41;pointer-events:auto}#hud.tutorial .game-confirm-bg,#hud.tutorial .info-bg{z-index:43}#hud .tut-layer.invade-step .tut-tim{left:auto;right:max(12px,env(safe-area-inset-right));bottom:0;flex-direction:row-reverse}#hud .tut-layer.invade-step .tut-bubble:after{left:auto;right:-14px;border-right-color:transparent;border-left-color:#7a4a1e}#hud .tut-layer.invasion-menu-open .tut-tim{display:none}#hud.tutorial .tut-blocker{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:auto;background:transparent}#hud .tut-highlight{position:relative;z-index:41!important;pointer-events:auto!important;border-radius:12px;box-shadow:0 0 0 3px #ffe27a,0 0 16px 4px #ffd250e6;animation:tutGlow 1s ease-in-out infinite}#hud .invade-shortcut.tut-highlight{position:fixed}@keyframes tutGlow{0%,to{box-shadow:0 0 0 3px #ffe27a,0 0 12px 3px #ffd250b3}50%{box-shadow:0 0 0 4px #fff0a8,0 0 22px 7px #ffd250}}#hud .tut-tim{position:fixed;left:max(12px,env(safe-area-inset-left));bottom:0;pointer-events:none;display:flex;align-items:flex-end;gap:10px;transform:translateY(110%);transition:transform .45s cubic-bezier(.2,.9,.25,1.1);max-width:calc(100vw - 100px);z-index:42}#hud .tut-tim.in{transform:translateY(0)}#hud .tut-layer.narrative-step .tut-bubble{pointer-events:auto}#hud .tut-tim-sprite{width:150px;height:auto;flex:0 0 auto;filter:drop-shadow(0 3px 6px rgba(0,0,0,.5));pointer-events:none;transform:translateY(6px)}#hud .tut-bubble{position:relative;margin-bottom:40px;background:#fffdf3;color:#3a2410;border:3px solid #7a4a1e;border-radius:14px;padding:14px 18px;font-weight:700;font-size:16px;line-height:1.35;white-space:pre-line;box-shadow:0 4px 12px #00000073;max-width:min(420px,70vw);min-width:0;cursor:pointer}#hud .tut-bubble:after{content:"";position:absolute;left:-14px;bottom:22px;border:8px solid transparent;border-right-color:#7a4a1e}#hud .tut-hint{display:block;margin-top:8px;font-size:12px;font-weight:700;color:#9a7038;opacity:.85}#hud .tut-skip{position:fixed;z-index:43;pointer-events:auto;top:calc(max(10px,env(safe-area-inset-top)) + 46px);right:max(10px,env(safe-area-inset-right));padding:6px 12px;border:2px solid rgba(255,255,255,.35);border-radius:999px;background:#140e08b8;color:#f0e6d2;font:700 12px/1 inherit;letter-spacing:.02em;cursor:pointer;opacity:.75}#hud .tut-skip:hover{opacity:1}#hud .tut-skip.armed{opacity:1;border-color:#ffe27a;color:#ffe27a;background:#3c1e0ae6}#hud .tut-arrow{position:fixed;width:27px;height:27px;pointer-events:none;z-index:41;filter:drop-shadow(0 2px 3px rgba(0,0,0,.5));animation:tutBob .9s ease-in-out infinite;transform-origin:center}@keyframes tutBob{0%,to{translate:0 0}50%{translate:0 -10px}}#hud .tim-notice-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:44;pointer-events:auto;background:#00000073}#hud .tim-notice-ok{display:block;margin:12px 0 0 auto}@media(pointer:coarse),(max-width:760px){#hud .tut-tim-sprite{width:104px}#hud .tut-bubble{font-size:14px;padding:11px 14px;max-width:66vw}}.zf-mode-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100002;display:grid;place-items:center;box-sizing:border-box;padding:24px;overflow:auto;background:radial-gradient(120% 120% at 50% 0%,#34551d,#14270d 60%,#091205);color:#efffdc;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.zf-mode-card{width:min(520px,94vw);box-sizing:border-box;padding:30px;border:2px solid #0b1506;border-radius:20px;background:linear-gradient(#2a4318,#17290e);box-shadow:0 20px 60px #0009}.zf-mode-card h1{margin:0 0 8px;text-align:center;color:#b8f36f}.zf-mode-intro,.zf-online-unavailable p{margin:0 0 22px;text-align:center;color:#cde9ad}.zf-mode-choice,.zf-mode-action{width:100%;box-sizing:border-box;margin:10px 0;padding:15px 17px;border:2px solid #0b1506;border-radius:13px;cursor:pointer;text-align:left;background:linear-gradient(#466f29,#31551d);color:#f5ffe9}.zf-mode-choice:hover,.zf-mode-action:hover{filter:brightness(1.1)}.zf-mode-choice strong{display:block;font-size:20px}.zf-mode-choice span{display:block;margin-top:4px;font-size:14px}.zf-mode-choice small,.zf-mode-card>small{display:block;margin-top:7px;color:#b6ce9c;font-size:12px}.zf-mode-action{text-align:center;font-weight:800;font-size:15px}.zf-mode-action.primary{background:linear-gradient(#9be25a,#6fb030);color:#12240a}.zf-mode-action:disabled{cursor:default;opacity:.55}.zf-mode-error{min-height:20px;margin-top:12px;text-align:center;color:#ffd0a8;font-size:13px}#hud .zl-tabs{margin:0 0 2px}#hud .zl-sort{display:flex;align-items:center;gap:6px;margin-left:auto;font-size:12px;color:#c9b98f}#hud .zl-sort-select{flex:0 0 auto;width:auto;min-width:0;padding:5px 8px;font-size:12px}#hud .alm-grid{max-height:none;overflow:visible;width:100%}#hud .alm-section{grid-column:1 / -1;margin:6px 0 0;font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#b6f36a;opacity:.95}#hud .alm-card{cursor:pointer}#hud .alm-card .zr-por{position:relative}#hud .alm-sil{filter:brightness(0);opacity:.82}#hud .alm-card:hover .zr-por{filter:none}#hud .alm-count{position:absolute;right:2px;bottom:2px;font-size:10px;font-weight:800;padding:0 4px;border-radius:6px;background:#000000a6;color:#ffd76a}#hud .alm-unknown{background:#4a4a4a;color:#d8d8d8}#hud .alm-meta{text-align:center;font-size:14px;color:#ffd76a;margin-top:8px}#hud .alm-hint{text-align:center;font-size:13px;opacity:.9;margin:6px auto 0;max-width:380px}#hud .alm-detail{display:flex;flex-direction:column;align-items:center;gap:6px;padding:6px 4px}#hud .alm-detail h2{margin:2px 0 0;font-size:20px}#hud .alm-detail-por{width:96px;height:96px}#hud .alm-detail-por .zr-por-img{max-width:72px;max-height:72px}#hud .mut-note{margin:0 0 8px}#hud .mut-card .zr-por-img{image-rendering:pixelated}#hud .mut-stats{font-size:11px;font-weight:700;color:#b6f36a;line-height:1.2;margin:1px 2px 0}#hud .mut-detail-cls{margin-top:4px}#hud .mut-detail-stats{text-align:center;font-size:15px;font-weight:800;color:#b6f36a;margin:8px 0 0}#hud .alm-notes{display:flex;flex-direction:column;gap:6px;margin:0 0 10px}#hud .alm-notes-label{font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#b6f36a;opacity:.95}#hud .alm-note{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;text-align:left;cursor:pointer;padding:8px 10px;border-radius:8px;border:1px solid #6b5a33;background:#00000047;color:inherit;font:inherit}#hud .alm-note:hover{background:#0000006b;border-color:#b6f36a}#hud .alm-note b{font-size:14px;color:#ffd76a}#hud .alm-note span{font-size:12px;opacity:.88}#hud .alm-guide{max-width:520px;max-height:78vh;overflow-y:auto;text-align:left}#hud .alm-guide h2{margin:0 0 8px;font-size:20px;color:#ffd76a}#hud .alm-guide p{margin:0 0 10px;font-size:13px;line-height:1.5;opacity:.92}
