/* Hunting Places: ferramenta isolada. Prefixo hp-* evita colisões com o site e com o Mapa Task. */
.hunting-places-panel{width:min(1500px,calc(100% - 32px));margin:22px auto 70px;min-height:520px}
body.hunting-places-route .hero,body.hunting-places-route .badge-row,body.hunting-places-route #subnav,body.hunting-places-route #hint,body.hunting-places-route #guideLoadStatus{display:none!important}
.hp-shell{font-family:'Sora',system-ui,sans-serif;color:#eef2f8}
.hp-loading{min-height:420px;display:flex;gap:12px;align-items:center;justify-content:center;color:#aab4c5}
.hp-spinner{width:22px;height:22px;border-radius:50%;border:2px solid rgba(240,180,41,.2);border-top-color:#f0b429;animation:hp-spin .75s linear infinite}
@keyframes hp-spin{to{transform:rotate(360deg)}}
.hp-kicker{display:block;color:#f0b429;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px}
.hp-list-head,.hp-detail-head{display:flex;align-items:center;gap:18px;justify-content:space-between;margin-bottom:18px}
.hp-list-head h2,.hp-detail-head h2{font-family:'Lilita One',cursive;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1;color:#fff}
.hp-list-head p{color:#929cac;margin-top:8px;font-size:.9rem}
.hp-count{padding:8px 12px;border:1px solid #2a313c;background:#141a22;border-radius:10px;color:#f0b429;font-weight:800;font-size:.78rem;white-space:nowrap}
.hp-list-actions{display:flex;align-items:center;gap:8px}.hp-admin-gear{width:39px;height:39px;border:1px solid rgba(240,180,41,.5);border-radius:10px;background:rgba(240,180,41,.1);color:#f7c544;font-size:1.1rem;cursor:pointer}
.hp-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding:12px;background:#11161d;border:1px solid #232a35;border-radius:14px}
.hp-search{height:40px;display:flex;align-items:center;gap:8px;flex:1;max-width:520px;padding:0 12px;background:#0b0f14;border:1px solid #2a313c;border-radius:10px;color:#778193}
.hp-search input{border:0;outline:0;background:transparent;color:#eef2f8;font:inherit;width:100%}
.hp-search input::placeholder{color:#687383}
.hp-voc-filter{display:flex;gap:6px;flex-wrap:wrap}
.hp-voc-filter button,.hp-route-tabs button,.hp-play-tools button,.hp-map-zoom button,.hp-floor-control button,.hp-back,.hp-empty button{border:1px solid #303744;background:#151b23;color:#aeb7c5;border-radius:9px;font:700 .78rem 'Sora',system-ui;cursor:pointer;transition:.18s}
.hp-voc-filter button{padding:8px 11px}
.hp-voc-filter button:hover,.hp-voc-filter button.active,.hp-route-tabs button:hover,.hp-route-tabs button.active{color:#f7c544;border-color:rgba(240,180,41,.55);background:rgba(240,180,41,.1)}
.hp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.hp-card{text-align:left;display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:14px;border:1px solid #252d38;background:linear-gradient(180deg,#151b23,#0f141b);color:#eef2f8;cursor:pointer;transition:.2s;min-height:190px}
.hp-card:hover{transform:translateY(-2px);border-color:rgba(240,180,41,.48);box-shadow:0 14px 32px rgba(0,0,0,.24)}
.hp-card>strong{font-size:1rem;line-height:1.3}
.hp-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}
.hp-vocs{display:flex;gap:5px;flex-wrap:wrap}.hp-vocs b{padding:4px 7px;border-radius:6px;background:rgba(240,180,41,.12);color:#f0b429;font-size:.65rem}.hp-level{font-size:.72rem;color:#9ca6b7;font-weight:800}
.hp-monsters{height:42px;display:flex;gap:4px;align-items:center}.hp-monsters img{width:36px;height:36px;object-fit:contain;image-rendering:auto;filter:drop-shadow(0 3px 5px rgba(0,0,0,.35))}
.hp-card-stats{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px}.hp-card-stats span{padding:8px 10px;border-radius:9px;background:#0a0f14;border:1px solid #202732}.hp-card-stats small,.hp-summary small{display:block;font-size:.58rem;color:#687383;font-weight:800;letter-spacing:.08em}.hp-card-stats b{font-size:.82rem;color:#dfe5ee}
.hp-no-results,.hp-empty{grid-column:1/-1;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;color:#8d98a8;border:1px dashed #2b3340;border-radius:14px;background:#10151c}
.hp-empty strong{color:#fff}.hp-empty button{padding:9px 13px;margin-top:6px}
.hp-detail-head{padding:0 2px}.hp-back{padding:9px 12px;white-space:nowrap}.hp-back:hover{color:#f0b429;border-color:rgba(240,180,41,.5)}
.hp-title-copy{flex:1;min-width:0}.hp-summary{display:flex;gap:8px}.hp-summary span{min-width:88px;padding:8px 11px;border:1px solid #272f3a;background:#11171e;border-radius:10px}.hp-summary b{font-size:.86rem;color:#fff}
.hp-detail-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.65fr);gap:16px;align-items:start}
.hp-map-card,.hp-side-card{background:#10151c;border:1px solid #252d38;border-radius:14px;overflow:hidden}
.hp-map-toolbar{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border-bottom:1px solid #252d38;background:#141a22}
.hp-route-tabs,.hp-play-tools{display:flex;gap:7px}.hp-route-tabs{padding:4px;border:1px solid #303846;background:#090d12;border-radius:12px}.hp-route-tabs button{min-width:125px;padding:10px 15px;border-color:transparent;background:transparent}.hp-route-tabs button.active{color:#111;background:#f0b429;border-color:#f7c544;box-shadow:0 0 18px rgba(240,180,41,.25)}.hp-play-tools button{width:38px;height:38px;font-size:.95rem}.hp-play-tools .hp-play{background:#f0b429;color:#101318;border-color:#f0b429}.hp-play-tools .hp-fit{width:auto;padding:0 11px;display:flex;align-items:center;gap:6px}.hp-play-tools .hp-fit span{font-size:.68rem}
.hp-map-wrap{position:relative;height:clamp(450px,58vh,660px);overflow:hidden;background:#05080b;touch-action:none}
.hp-map-canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none}.hp-map-canvas.dragging{cursor:grabbing}
.hp-map-zoom{position:absolute;left:10px;top:10px;display:grid;gap:4px}.hp-map-zoom button{width:34px;height:34px;background:rgba(11,15,20,.92);font-size:1rem}
.hp-floor-control{position:absolute;right:10px;top:10px;width:82px;display:grid;grid-template-columns:1fr;gap:3px;padding:6px;border:1px solid #323a47;background:rgba(11,15,20,.94);border-radius:11px;text-align:center}.hp-floor-control button{height:28px}.hp-floor-control strong{font-size:.68rem;color:#f0b429;padding:4px 2px}
.hp-map-status{position:absolute;left:50%;bottom:9px;transform:translateX(-50%);max-width:calc(100% - 30px);padding:6px 10px;border-radius:8px;background:rgba(5,8,11,.8);border:1px solid rgba(255,255,255,.08);color:#aab4c3;font-size:.66rem;font-weight:700;white-space:nowrap}
.hp-side{display:grid;gap:12px}.hp-side-card{padding:14px}.hp-side-title{display:flex;align-items:center;justify-content:space-between;color:#f0b429;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.hp-side-title b{color:#fff;background:#202732;border-radius:99px;padding:2px 7px;font-size:.62rem}
.hp-creatures{display:grid;gap:8px}.hp-creature{padding:9px;border:1px solid #232b35;background:#0b1016;border-radius:10px}.hp-creature-main{min-height:44px;display:flex;align-items:center;gap:9px}.hp-creatures img{width:42px;height:42px;object-fit:contain}.hp-creatures strong{font-size:.78rem;color:#e5eaf0}.hp-creature-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:7px}.hp-creature-stats span{padding:5px 3px;border-radius:5px;background:#151c24;color:#748092;font-size:.52rem;text-align:center}.hp-creature-stats b{display:block;color:#eef2f8;font-size:.62rem}.hp-resists{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:5px}.hp-res{padding:4px 2px;border:1px solid #27313d;border-radius:5px;text-align:center}.hp-res small,.hp-res b{display:block;font-size:.5rem}.hp-res.immune{color:#9aa4b2;background:#202630}.hp-res.resist{color:#65d39b;background:rgba(26,138,86,.12)}.hp-res.neutral{color:#d7dce3}.hp-res.weak{color:#ff786e;background:rgba(220,55,47,.12)}
.hp-video{position:relative;overflow:hidden;min-height:155px;border-radius:10px;background:#070a0e}.hp-video img,.hp-video iframe{display:block;width:100%;aspect-ratio:16/9;border:0;object-fit:cover}.hp-video>button{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);width:52px;height:52px;border:0;border-radius:50%;background:#f0b429;color:#111;font-size:1.2rem;cursor:pointer;box-shadow:0 0 24px rgba(240,180,41,.45)}.hp-video>strong{display:block;padding:9px;color:#fff;font-size:.72rem}.hp-video-empty{min-height:155px;display:grid;place-content:center;text-align:center;gap:8px;color:#697484}.hp-video-empty span{font-size:1.4rem}.hp-video-empty strong{color:#aeb7c5}.hp-suggest{width:100%;margin-top:9px;padding:9px;border:1px solid rgba(240,180,41,.4);border-radius:8px;background:rgba(240,180,41,.08);color:#f0b429;font-weight:800;cursor:pointer}.hp-suggest-form{display:grid;gap:7px;margin-top:9px}.hp-suggest-form label,.hp-admin-form label{display:grid;gap:5px;color:#9da8b7;font-size:.7rem}.hp-suggest-form input,.hp-admin-form input{min-width:0;padding:9px;border:1px solid #303945;border-radius:7px;background:#090d12;color:#fff}.hp-suggest-form button,.hp-admin-submit button{padding:9px;border:0;border-radius:8px;background:#f0b429;color:#111;font-weight:900;cursor:pointer}.hp-suggest-form span{font-size:.65rem;color:#d9b94f}
.hp-admin-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.hp-admin-grid{display:grid;gap:14px}.hp-admin-form{padding:16px;border:1px solid #29323d;border-radius:14px;background:#10161d}.hp-admin-form h3{margin-bottom:12px;color:#f0b429}.hp-admin-form fieldset{display:flex;gap:14px;margin:12px 0;padding:10px;border:1px solid #29323d;border-radius:9px}.hp-admin-form fieldset label{display:flex;align-items:center;gap:5px}.hp-admin-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:10px}.hp-admin-submit{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px}.hp-admin-submit span{color:#d8b84a;font-size:.7rem}
.hp-route-info>strong{display:block;color:#fff;font-size:.85rem;margin-bottom:6px}.hp-route-info>span{color:#8f99a8;font-size:.72rem}.hp-note{border-color:rgba(240,180,41,.2);background:linear-gradient(180deg,rgba(240,180,41,.06),#10151c)}.hp-note strong{display:block;color:#f0b429;font-size:.76rem;margin-bottom:5px}.hp-note span{font-size:.7rem;color:#8f99a8;line-height:1.55}
@media(max-width:1050px){.hp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-detail-grid{grid-template-columns:1fr}.hp-side{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-map-wrap{height:520px}}
@media(max-width:720px){.hunting-places-panel{width:calc(100% - 20px);margin-top:14px}.hp-list-head,.hp-detail-head{align-items:flex-start;flex-wrap:wrap}.hp-list-head p{font-size:.8rem}.hp-count{margin-left:0}.hp-filters{align-items:stretch;flex-direction:column}.hp-search{max-width:none}.hp-grid{grid-template-columns:1fr}.hp-detail-head{gap:10px}.hp-title-copy{order:2;flex-basis:calc(100% - 110px)}.hp-summary{order:3;width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.hp-summary span{min-width:0}.hp-map-toolbar{align-items:stretch;flex-direction:column}.hp-route-tabs button{flex:1}.hp-route-tabs{width:100%}.hp-play-tools{justify-content:flex-end}.hp-map-wrap{height:480px}.hp-side{grid-template-columns:1fr}.hp-map-status{white-space:normal;width:max-content;text-align:center}.hp-card{min-height:175px}}
@media(max-width:720px){.hp-play-tools .hp-fit span{display:none}.hp-admin-row{grid-template-columns:1fr}.hp-resists{grid-template-columns:repeat(3,1fr)}}


/* Ajustes de validação visual — Hunting Places fase 2 */
.hp-monsters{min-height:42px}
.hp-monster-thumb,.hp-creature-sprite{display:inline-block;flex:0 0 auto;background-position:center;background-repeat:no-repeat;background-size:contain;image-rendering:auto;filter:drop-shadow(0 3px 5px rgba(0,0,0,.35))}
.hp-monster-thumb{width:36px;height:36px}
.hp-creature-sprite{width:46px;height:46px}
.hp-creature-main{min-width:0}
.hp-creature-stats .hp-stat-cell{display:grid;grid-template-columns:18px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:4px;padding:6px 4px}
.hp-creature-stats .hp-stat-icon{grid-row:1/3;width:16px;height:16px;object-fit:contain;image-rendering:auto}
.hp-creature-stats .hp-stat-cell small{font-size:.48rem;color:#748092;font-weight:800}
.hp-creature-stats .hp-stat-cell b{font-size:.64rem;text-align:left}
.hp-res{display:grid;gap:3px}
.hp-res-label{display:flex;align-items:center;justify-content:center;gap:3px}
.hp-creatures .hp-res-icon{width:13px;height:13px;object-fit:contain;image-rendering:auto}
.hp-res.resist{color:#ff786e;background:rgba(220,55,47,.12);border-color:rgba(255,120,110,.28)}
.hp-res.weak{color:#65d39b;background:rgba(26,138,86,.12);border-color:rgba(101,211,155,.28)}
.hp-res.neutral{color:#d7dce3;background:rgba(255,255,255,.025)}
.hp-video-admin{display:grid;gap:7px;margin-top:10px;padding:10px;border:1px solid rgba(240,180,41,.3);border-radius:9px;background:rgba(240,180,41,.05)}
.hp-video-admin label{display:grid;gap:5px;color:#aeb7c5;font-size:.68rem;font-weight:700}
.hp-video-admin input{min-width:0;padding:9px;border:1px solid #303945;border-radius:7px;background:#090d12;color:#fff}
.hp-video-admin-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}
.hp-video-admin-actions span{margin-right:auto;color:#d9b94f;font-size:.64rem}
.hp-video-admin-actions button{padding:8px 10px;border:0;border-radius:7px;background:#f0b429;color:#111;font-weight:900;cursor:pointer}
.hp-video-admin-actions button.secondary{border:1px solid #343d49;background:#151b23;color:#aeb7c5}


/* Follow-up visual: busca, vocações e cards de Hunting Places */
.hp-search{box-sizing:border-box!important;overflow:hidden!important}
.hp-search input[type="search"]{-webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;background-image:none!important;border-radius:0!important;padding:0!important;margin:0!important;height:auto!important;min-height:0!important;color:#eef2f8!important}
.hp-search input[type="search"]::-webkit-search-decoration,.hp-search input[type="search"]::-webkit-search-cancel-button,.hp-search input[type="search"]::-webkit-search-results-button,.hp-search input[type="search"]::-webkit-search-results-decoration{-webkit-appearance:none!important}
.hp-monster-thumb,.hp-creature-sprite{display:block!important;object-fit:contain!important;object-position:center!important;background:none!important}
.hp-creature-main .hp-creature-sprite{width:46px!important;height:46px!important;flex:0 0 46px!important}
.hp-admin-form label>small,.hp-video-admin label>small,.hp-admin-form legend>small{display:inline;color:#768191;font-size:.6rem;font-weight:600}

.hp-vocs,.hp-detail-vocs{display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.hp-voc-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:7px;border:1px solid transparent;font-size:.62rem;font-weight:900;letter-spacing:.02em}
.hp-voc-rp{color:#ffd34e!important;background:rgba(240,180,41,.13)!important;border-color:rgba(240,180,41,.35)!important}
.hp-voc-ek{color:#ff806c!important;background:rgba(255,93,76,.11)!important;border-color:rgba(255,93,76,.32)!important}
.hp-voc-ed{color:#62dda0!important;background:rgba(55,194,122,.11)!important;border-color:rgba(55,194,122,.32)!important}
.hp-voc-ms{color:#a98cff!important;background:rgba(132,97,255,.12)!important;border-color:rgba(132,97,255,.34)!important}
.hp-voc-em{color:#58d7dc!important;background:rgba(49,192,198,.11)!important;border-color:rgba(49,192,198,.32)!important}
.hp-voc-filter [data-hp-voc="RP"]{--voc:#f0b429}.hp-voc-filter [data-hp-voc="EK"]{--voc:#ff6554}.hp-voc-filter [data-hp-voc="ED"]{--voc:#37c27a}.hp-voc-filter [data-hp-voc="MS"]{--voc:#8461ff}.hp-voc-filter [data-hp-voc="EM"]{--voc:#31c0c6}
.hp-voc-filter button:not([data-hp-voc="all"]):hover,.hp-voc-filter button:not([data-hp-voc="all"]).active{color:var(--voc)!important;border-color:color-mix(in srgb,var(--voc) 55%,transparent)!important;background:color-mix(in srgb,var(--voc) 10%,transparent)!important}
.hp-admin-voc{padding:6px 9px;border:1px solid #29323d;border-radius:8px;background:#0b1016}

.hp-card{position:relative;overflow:hidden;min-height:245px;padding:18px;background:linear-gradient(145deg,#161d26 0%,#10161d 62%,#0c1117 100%);border-color:#29313d}
.hp-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:2px;background:linear-gradient(90deg,#f0b429,transparent 68%);opacity:.75}
.hp-card:hover{border-color:rgba(240,180,41,.6);box-shadow:0 16px 38px rgba(0,0,0,.32),0 0 0 1px rgba(240,180,41,.06) inset}
.hp-card-title{display:block;text-align:left;color:#fff;font-size:1.08rem;font-weight:900;line-height:1.25}
.hp-monsters{height:auto!important;min-height:86px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;align-items:stretch}
.hp-card-monster{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:7px 4px;border:1px solid #242d38;border-radius:9px;background:linear-gradient(180deg,#0b1016,#080c11)}
.hp-card-monster img{display:block!important;width:48px!important;height:48px!important;max-width:100%!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;filter:drop-shadow(0 4px 6px rgba(0,0,0,.45))}
.hp-card-monster small{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8e9aaa;font-size:.49rem;font-weight:700;text-align:center}
.hp-no-creatures{grid-column:1/-1;display:grid;place-items:center;min-height:72px;color:#6f7a89;font-size:.65rem}
.hp-card-stats span{background:#090e13;border-color:#242c36}.hp-card-stats b{font-size:.9rem;color:#fff}
.hp-detail-vocs{margin-bottom:5px}

@media(max-width:720px){.hp-monsters{grid-template-columns:repeat(3,minmax(0,1fr))}.hp-card-monster:nth-child(n+4){display:none}.hp-voc-filter button{flex:1 1 auto}}


/* Hunting Places admin/recommendations v3 */
.hp-admin-shell{max-width:1280px;margin:0 auto}.hp-admin-toolbar{display:flex;align-items:center;gap:14px;justify-content:space-between;margin:14px 0 18px}.hp-admin-search{display:flex;align-items:center;gap:9px;flex:1;max-width:520px;border:1px solid #273140;border-radius:12px;background:#0b1017;padding:0 12px}.hp-admin-search input{width:100%;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:12px 0;color:#f6f8fb}.hp-admin-grid{display:grid;grid-template-columns:1fr;gap:18px}.hp-admin-form{border:1px solid #28313d;border-radius:14px;background:#111821;padding:18px}.hp-admin-form h3{color:#ffb300;margin:0 0 14px}.hp-admin-config{margin:16px 0;padding:14px;border:1px solid #26313e;border-radius:12px;background:#0c1219}.hp-admin-config h4{margin:0 0 12px;color:#f4f7fb}.hp-admin-config small{color:#8794a6;font-weight:500}.hp-admin-selected-creatures{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.hp-admin-creature-chip{display:flex;align-items:center;gap:7px;padding:6px 7px;border:1px solid #354151;border-radius:10px;background:#151e29}.hp-admin-creature-chip img,.hp-admin-creature-option img{width:34px;height:34px;object-fit:contain;image-rendering:auto}.hp-admin-creature-chip button{width:24px;height:24px;border-radius:50%;border:1px solid #596579;background:#0b1017;color:#fff;cursor:pointer}.hp-admin-required{color:#ff8585}.hp-admin-creature-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:7px;margin-top:8px}.hp-admin-creature-option{display:flex;align-items:center;gap:8px;text-align:left;border:1px solid #2c3745;border-radius:9px;background:#111923;color:#edf2f8;padding:7px;cursor:pointer}.hp-admin-creature-option:hover{border-color:#ffb300;background:#171e26}.hp-admin-no-match{color:#8794a6;padding:8px}.hp-admin-asset-preview{display:flex;align-items:center;gap:9px;min-height:50px;margin-top:8px;color:#aeb8c6}.hp-admin-asset-preview img{width:44px;height:44px;object-fit:contain;border-radius:9px;background:#161b22;border:1px solid #3a3327;padding:4px}.hp-admin-core-imbue{display:flex!important;align-items:center;gap:8px;margin-bottom:12px}.hp-admin-core-imbue input{width:auto!important}.hp-admin-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:20px 0}.hp-admin-pagination button{border:1px solid #344052;background:#111923;color:#cbd5e1;padding:9px 13px;border-radius:9px;cursor:pointer}.hp-admin-pagination button.active,.hp-admin-pagination button:hover{border-color:#ffb300;color:#ffbd24;background:#241c08}.hp-recommendation-card .hp-side-title span{text-transform:uppercase;color:#ff9f0a;font-size:.76rem;font-weight:900}.hp-recommendation-icons{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.hp-recommendation-item{position:relative;display:grid;place-items:center;width:58px;height:58px;border:1px solid #3a3327;border-radius:12px;background:#181a1e}.hp-recommendation-item img{max-width:48px;max-height:48px;object-fit:contain}.hp-recommendation-item b{position:absolute;right:-5px;bottom:-5px;display:grid;place-items:center;min-width:25px;height:25px;padding:0 5px;border-radius:999px;background:#ffab00;color:#111;font-size:.72rem;font-weight:900;border:2px solid #111821}.hp-trinket-item b{display:none}.hp-trinket-item{margin:auto}
@media(max-width:700px){.hp-admin-toolbar{align-items:stretch;flex-direction:column}.hp-admin-search{max-width:none}.hp-admin-creature-results{grid-template-columns:1fr 1fr}.hp-recommendation-item{width:52px;height:52px}}


/* Hunting Places searchable admin + map route editor */
.hp-admin-single{max-width:1320px}.hp-admin-picker{position:relative;z-index:12;margin-bottom:18px}.hp-admin-picker .hp-admin-search{max-width:none}.hp-admin-search-list{position:absolute;left:0;right:0;top:calc(100% + 6px);display:grid;max-height:330px;overflow:auto;border-radius:12px;background:#0a0f15;border:1px solid #303b49;box-shadow:0 18px 40px rgba(0,0,0,.45)}.hp-admin-search-list:empty{display:none}.hp-admin-search-list button{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;padding:12px 14px;border:0;border-bottom:1px solid #202a36;background:#0f151d;color:#f3f6fa;cursor:pointer}.hp-admin-search-list button:hover{background:#171f29;color:#ffbd24}.hp-admin-search-list button span{font-size:.68rem;color:#8491a3}.hp-admin-selected{display:grid;gap:18px}.hp-admin-placeholder{padding:40px;border:1px dashed #313d4c;border-radius:14px;text-align:center;color:#8290a2;background:#0d131a}.hp-admin-error{color:#ff8b8b}.hp-admin-form-single{margin-bottom:18px}.hp-route-editor{border:1px solid #2a3542;border-radius:16px;background:#0d131a;padding:16px}.hp-route-editor-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.hp-route-editor-head h3{margin:0;color:#ffb300}.hp-route-editor-head p{margin:4px 0 0;color:#8390a1;font-size:.72rem}.hp-route-editor-tabs{display:flex;gap:6px}.hp-route-editor-tabs button,.hp-route-editor-tools button,.hp-route-editor-actions button,.hp-route-editor-zoom button,.hp-route-editor-floor button,.hp-route-point-panel button{border:1px solid #334052;border-radius:8px;background:#131b25;color:#cdd6e2;font-weight:800;cursor:pointer}.hp-route-editor-tabs button{padding:9px 12px}.hp-route-editor-tabs button.active,.hp-route-editor-tools button.active{border-color:#ffb300;background:#2b2107;color:#ffc43d}.hp-route-editor-tools{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.hp-route-editor-tools button{display:flex;align-items:center;gap:6px;padding:7px 9px;font-size:.66rem}.hp-route-editor-tools img{width:22px;height:22px;object-fit:contain;image-rendering:auto}.hp-route-editor-main{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:12px}.hp-route-editor-map{position:relative;min-height:540px;border:1px solid #273240;border-radius:12px;overflow:hidden;background:#05080b}.hp-route-editor-map canvas{display:block;width:100%;height:540px;touch-action:none;cursor:grab}.hp-route-editor-zoom{position:absolute;left:10px;top:10px;display:grid;gap:4px}.hp-route-editor-zoom button{width:34px;height:34px}.hp-route-editor-floor{position:absolute;right:10px;top:10px;display:grid;gap:3px;width:88px;padding:6px;border:1px solid #334052;border-radius:10px;background:rgba(8,12,17,.92);text-align:center}.hp-route-editor-floor button{height:28px}.hp-route-editor-floor strong{font-size:.64rem;color:#ffb300}.hp-route-editor-status{position:absolute;left:50%;bottom:9px;transform:translateX(-50%);max-width:calc(100% - 24px);padding:7px 10px;border-radius:8px;background:rgba(5,8,11,.88);border:1px solid #252f3b;color:#d4dbe4;font-size:.65rem;text-align:center}.hp-route-point-panel{padding:12px;border:1px solid #273240;border-radius:12px;background:#111821;display:flex;flex-direction:column;gap:9px;align-self:start}.hp-route-point-panel>strong{color:#ffb300}.hp-route-point-panel label{display:grid;gap:4px;font-size:.68rem;color:#98a4b4}.hp-route-point-panel input,.hp-route-point-panel select{width:100%;padding:8px;border:1px solid #344153;border-radius:7px;background:#090e14;color:#f5f7fa}.hp-route-point-panel button{padding:9px;color:#ff8f8f}.hp-route-point-panel small,.hp-route-point-empty{font-size:.65rem;color:#8390a1;line-height:1.45}.hp-route-editor-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;margin-top:12px}.hp-route-editor-actions button{padding:9px 11px}.hp-route-editor-actions .hp-route-save{background:#ffb300;color:#111;border-color:#ffb300}.hp-route-editor-actions span{margin-left:auto;color:#e2bd51;font-size:.7rem}.hp-map-tooltip{position:absolute;z-index:9;pointer-events:none;padding:6px 8px;border-radius:7px;background:#05080d;border:1px solid #4a5667;color:#fff;font:700 .66rem 'Sora',system-ui;box-shadow:0 8px 20px rgba(0,0,0,.35)}
@media(max-width:900px){.hp-route-editor-main{grid-template-columns:1fr}.hp-route-point-panel{display:grid;grid-template-columns:repeat(3,1fr)}.hp-route-point-panel>strong,.hp-route-point-panel>small,.hp-route-point-empty,.hp-route-point-panel button{grid-column:1/-1}}
@media(max-width:650px){.hp-route-editor{padding:10px}.hp-route-editor-head{align-items:stretch;flex-direction:column}.hp-route-editor-tabs button{flex:1}.hp-route-editor-tabs{display:flex}.hp-route-editor-tools button span{display:none}.hp-route-editor-tools button{min-width:38px;justify-content:center}.hp-route-editor-map,.hp-route-editor-map canvas{height:470px;min-height:470px}.hp-route-point-panel{grid-template-columns:1fr 1fr}.hp-route-editor-actions{justify-content:stretch}.hp-route-editor-actions button{flex:1}.hp-route-editor-actions span{width:100%;margin:0}}

/* Hunting Places admin lifecycle controls */
.hp-admin-lifecycle{border-color:#3a435a!important;background:linear-gradient(180deg,rgba(255,189,46,.035),rgba(8,13,24,.72))}
.hp-admin-lifecycle-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.hp-admin-lifecycle-head h4{margin:0}
.hp-admin-visibility-badge{display:inline-flex;align-items:center;width:max-content;padding:3px 7px;border-radius:999px;font-size:.64rem;font-style:normal;font-weight:900}.hp-admin-visibility-badge.public{color:#75f2b0;background:rgba(38,189,113,.12);border:1px solid rgba(38,189,113,.35)}.hp-admin-visibility-badge.private{color:#ffd66f;background:rgba(255,183,32,.11);border:1px solid rgba(255,183,32,.35)}
.hp-admin-lifecycle-actions{display:flex;flex-wrap:wrap;gap:8px}.hp-admin-delete-hunt{border-color:rgba(255,83,102,.5)!important;background:rgba(255,50,73,.1)!important;color:#ff8797!important}.hp-admin-delete-hunt:hover{background:rgba(255,50,73,.18)!important}
.hp-admin-search-list [data-hp-admin-pick]{position:relative}.hp-admin-search-list .hp-admin-visibility-badge{margin-left:auto}


/* Hunting Places Admin: visibility search + unknown Raw/Profit shortcuts. */
.hp-admin-picker-controls{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:9px;align-items:stretch}
.hp-admin-picker-controls .hp-admin-search{min-width:0}
.hp-admin-picker-controls select{width:100%;min-height:44px;padding:0 10px;border:1px solid #303b49;border-radius:10px;background:#0a0f15;color:#eef2f7;font:800 .7rem 'Sora',system-ui;outline:none;cursor:pointer}
.hp-admin-picker-controls select:focus{border-color:#f0b429;box-shadow:0 0 0 3px rgba(240,180,41,.1)}
.hp-admin-unknown-wrap{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:6px;align-items:stretch}
.hp-admin-unknown-wrap button{border:1px solid rgba(240,180,41,.45);border-radius:8px;background:rgba(240,180,41,.1);color:#ffd45c;font-weight:950;cursor:pointer}
.hp-admin-unknown-wrap button:hover{background:rgba(240,180,41,.2);border-color:#f0b429}
@media(max-width:620px){.hp-admin-picker-controls{grid-template-columns:1fr}.hp-admin-picker-controls select{min-height:40px}}


/* Hunting Places compact admin workspace + point manager */
.hp-admin-workspace-tabs{position:sticky;top:8px;z-index:20;display:flex;gap:6px;width:max-content;max-width:100%;margin:0 0 10px;padding:5px;border:1px solid #2d3947;border-radius:11px;background:rgba(9,14,20,.96);box-shadow:0 8px 24px rgba(0,0,0,.28)}
.hp-admin-workspace-tabs button{padding:8px 12px;border:1px solid transparent;border-radius:7px;background:transparent;color:#96a2b2;font:800 .7rem 'Sora',system-ui;cursor:pointer}.hp-admin-workspace-tabs button.active{border-color:rgba(255,179,0,.5);background:rgba(255,179,0,.13);color:#ffc43d}.hp-admin-workspace-panel{display:none}.hp-admin-workspace-panel.active{display:block}.hp-admin-workspace-panel .hp-admin-form-single{margin-bottom:0}.hp-admin-workspace-panel[data-hp-admin-panel="info"] .hp-admin-form{padding:12px}.hp-admin-workspace-panel[data-hp-admin-panel="info"] .hp-admin-form h3{margin-bottom:8px}
.hp-route-editor{padding:12px}.hp-route-editor-head{margin-bottom:8px}.hp-route-editor-tools{flex-wrap:nowrap;overflow-x:auto;margin-bottom:8px;padding-bottom:3px;scrollbar-width:thin}.hp-route-editor-tools button{flex:0 0 auto;padding:6px 8px;white-space:nowrap}.hp-route-editor-actions{margin-top:8px}.hp-route-editor-main{--hp-editor-height:clamp(500px,64vh,620px);grid-template-columns:minmax(0,1fr) 310px;gap:10px}.hp-route-editor-map,.hp-route-editor-map canvas{height:var(--hp-editor-height);min-height:var(--hp-editor-height)}
.hp-route-editor-sidebar{height:var(--hp-editor-height);display:flex;flex-direction:column;gap:8px;min-width:0}.hp-route-editor-sidebar .hp-route-point-panel{align-self:stretch;flex:0 0 auto;max-height:225px;overflow:auto;padding:10px;gap:7px}.hp-route-point-list-panel{flex:1;min-height:0;display:flex;flex-direction:column;gap:7px;padding:9px;border:1px solid #273240;border-radius:12px;background:#0d141c}.hp-route-point-list-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.hp-route-point-list-head strong{color:#ffb300;font-size:.76rem}.hp-route-point-list-head span{color:#8793a3;font-size:.62rem;font-weight:800}.hp-route-point-list-actions,.hp-route-bulk-actions{display:flex;gap:5px}.hp-route-point-list-actions button,.hp-route-bulk-actions button{flex:1;padding:6px 7px;border:1px solid #334052;border-radius:7px;background:#131b25;color:#cdd6e2;font:800 .61rem 'Sora',system-ui;cursor:pointer}.hp-route-point-list{flex:1;min-height:90px;overflow:auto;display:grid;align-content:start;gap:4px;padding-right:2px;scrollbar-width:thin}.hp-route-point-row{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:stretch;border:1px solid #202a36;border-radius:8px;background:#0b1118;overflow:hidden}.hp-route-point-row.current{border-color:#ffb300;background:#181506}.hp-route-point-row.multi{box-shadow:inset 3px 0 #4dd0e1}.hp-route-point-check{display:grid;place-items:center;border-right:1px solid #202a36;cursor:pointer}.hp-route-point-check input{position:absolute;opacity:0;pointer-events:none}.hp-route-point-check span{width:13px;height:13px;border:1px solid #536173;border-radius:4px;background:#080d12}.hp-route-point-check input:checked+span{border-color:#4dd0e1;background:#4dd0e1;box-shadow:inset 0 0 0 3px #0b1118}.hp-route-point-row>button{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto;column-gap:6px;text-align:left;padding:6px 7px;border:0;background:transparent;color:#e8edf4;cursor:pointer}.hp-route-point-row>button b{grid-row:1/3;align-self:center;color:#ffb300;font-size:.72rem}.hp-route-point-row>button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;font-weight:800}.hp-route-point-row>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7e8a9b;font-size:.56rem}.hp-route-point-list-empty{padding:20px 8px;text-align:center;color:#768395;font-size:.65rem}.hp-route-bulk{display:grid;gap:6px;padding-top:7px;border-top:1px solid #26313e}.hp-route-bulk>strong{color:#4dd0e1;font-size:.65rem}.hp-route-bulk-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.hp-route-bulk-grid label{display:grid;gap:3px;color:#8793a3;font-size:.56rem}.hp-route-bulk-grid input,.hp-route-bulk-grid select{min-width:0;width:100%;padding:6px;border:1px solid #344153;border-radius:6px;background:#090e14;color:#f5f7fa;font-size:.62rem}.hp-route-bulk-actions .danger{border-color:rgba(255,100,100,.45);color:#ff9999;background:rgba(255,80,80,.07)}
@media(max-width:900px){.hp-admin-workspace-tabs{position:static}.hp-route-editor-main{grid-template-columns:1fr;--hp-editor-height:500px}.hp-route-editor-sidebar{height:auto;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.hp-route-editor-sidebar .hp-route-point-panel{max-height:none}.hp-route-point-list-panel{min-height:330px;max-height:430px}}
@media(max-width:650px){.hp-admin-workspace-tabs{width:100%}.hp-admin-workspace-tabs button{flex:1}.hp-route-editor-main{--hp-editor-height:460px}.hp-route-editor-sidebar{display:flex}.hp-route-point-list-panel{min-height:360px;max-height:460px}.hp-route-bulk-grid{grid-template-columns:1fr 1fr}.hp-route-editor-tools button span{display:none}}


/* Hunting Places editor point list layout hotfix */
.hp-route-editor-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr)!important;align-content:stretch!important;overflow:hidden!important}
.hp-route-editor-sidebar .hp-route-point-panel{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-self:stretch!important;max-height:190px!important;overflow:auto!important;padding:8px!important;gap:6px!important}
.hp-route-editor-sidebar .hp-route-point-panel[hidden]{display:none!important}
.hp-route-editor-sidebar .hp-route-point-panel>strong,.hp-route-editor-sidebar .hp-route-point-panel>small,.hp-route-editor-sidebar .hp-route-point-panel>button,.hp-route-editor-sidebar .hp-route-point-panel>.hp-route-point-empty{grid-column:1/-1!important}
.hp-route-editor-sidebar .hp-route-point-panel>strong{font-size:.7rem!important;line-height:1.15!important}
.hp-route-editor-sidebar .hp-route-point-panel label{min-width:0!important;gap:3px!important;font-size:.58rem!important}
.hp-route-editor-sidebar .hp-route-point-panel input,.hp-route-editor-sidebar .hp-route-point-panel select{box-sizing:border-box!important;min-width:0!important;width:100%!important;min-height:29px!important;padding:5px 6px!important;font-size:.64rem!important}
.hp-route-editor-sidebar .hp-route-point-panel button{padding:6px 8px!important;font-size:.62rem!important}
.hp-route-point-list-panel{min-height:0!important;overflow:hidden!important}
.hp-route-point-list{display:block!important;flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding:0 3px 0 0!important;scrollbar-width:thin!important}
.hp-route-point-row{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;width:100%!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0 0 5px!important;align-items:stretch!important;box-sizing:border-box!important;overflow:hidden!important}
.hp-route-point-row:last-child{margin-bottom:0!important}
.hp-route-point-check{height:46px!important;min-height:46px!important;box-sizing:border-box!important}
.hp-route-point-row>button{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;grid-template-rows:21px 17px!important;align-content:center!important;width:100%!important;height:46px!important;min-height:46px!important;max-height:46px!important;box-sizing:border-box!important;padding:4px 7px!important;column-gap:6px!important;line-height:1.05!important;overflow:hidden!important}
.hp-route-point-row>button b{grid-row:1/3!important;align-self:center!important;font-size:.72rem!important;line-height:1!important}
.hp-route-point-row>button span{display:block!important;align-self:end!important;min-height:14px!important;font-size:.65rem!important;line-height:1.1!important;opacity:1!important;visibility:visible!important}
.hp-route-point-row>button small{display:block!important;align-self:start!important;min-height:12px!important;font-size:.54rem!important;line-height:1.1!important;opacity:1!important;visibility:visible!important}
.hp-route-point-check span{display:block!important;flex:0 0 auto!important}
@media(max-width:900px){.hp-route-editor-sidebar{height:auto!important;display:grid!important;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;grid-template-rows:minmax(330px,430px)!important;overflow:visible!important}.hp-route-editor-sidebar .hp-route-point-panel{max-height:430px!important}.hp-route-point-list-panel{min-height:330px!important;max-height:430px!important}}
@media(max-width:650px){.hp-route-editor-sidebar{display:flex!important;grid-template-columns:none!important;grid-template-rows:none!important}.hp-route-editor-sidebar .hp-route-point-panel{max-height:none!important}.hp-route-point-list-panel{min-height:360px!important;max-height:460px!important}}


/* Hunting Places catalog UX v4 */
.hp-catalog-v2 .hp-list-head{margin-bottom:14px}.hp-catalog-v2 .hp-list-actions{flex-wrap:wrap;justify-content:flex-end}
.hp-catalog-controls{display:grid;gap:10px;margin-bottom:18px;padding:12px;border:1px solid #293340;border-radius:14px;background:linear-gradient(180deg,#111820,#0d131a);box-shadow:0 12px 30px rgba(0,0,0,.14)}
.hp-catalog-control-row{display:grid;grid-template-columns:minmax(280px,1fr) 220px auto;gap:10px;align-items:center}.hp-catalog-control-row .hp-search{max-width:none;height:44px;background:#080d13}
.hp-sort-control{height:44px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #303a48;border-radius:10px;background:#0b1118;color:#8390a1}.hp-sort-control span{font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}.hp-sort-control select{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#eef2f8;font:800 .68rem 'Sora',system-ui;cursor:pointer}.hp-sort-control select option{background:#101720;color:#eef2f8}
.hp-catalog-results{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:max-content}.hp-catalog-results>strong{color:#f4f6f9;font-size:.68rem;white-space:nowrap}.hp-voc-control-row{display:flex;align-items:center;gap:10px;padding-top:9px;border-top:1px solid #222c38}.hp-filter-label{color:#798697;font-size:.59rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hp-voc-control-row .hp-voc-filter{flex-wrap:wrap}
.hp-list-pagination{display:flex;align-items:center;justify-content:center;gap:5px}.hp-list-pagination button{min-width:34px;height:34px;padding:0 8px;border:1px solid #303b49;border-radius:8px;background:#111923;color:#cbd5e1;font:850 .65rem 'Sora',system-ui;cursor:pointer;transition:.15s}.hp-list-pagination button:hover:not(:disabled),.hp-list-pagination button.active{border-color:#ffb300;background:#241c08;color:#ffc43d}.hp-list-pagination button:disabled{opacity:.32;cursor:default}.hp-page-ellipsis{display:grid;place-items:center;min-width:20px;height:34px;color:#6f7c8e;font-weight:900}.hp-list-pagination-bottom{margin:18px 0 4px}.hp-list-pagination-top button{min-width:31px;height:31px}.hp-list-pagination-top .hp-page-ellipsis{height:31px}
.hp-catalog-v2 .hp-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hp-card-v2{min-height:280px;padding:15px}.hp-card-v2 .hp-vocs{min-height:25px}.hp-card-v2 .hp-card-title{min-height:44px;display:flex;align-items:flex-start}.hp-card-v2 .hp-monsters{min-height:92px}.hp-card-stats-v2{grid-template-columns:repeat(3,minmax(0,1fr));gap:0!important;border-top:1px solid #2b3032;padding-top:10px}.hp-card-stats-v2>span{border:0!important;border-radius:0!important;background:transparent!important;text-align:center;padding:5px 6px!important}.hp-card-stats-v2>span+span{border-left:1px solid #493c1b!important}.hp-card-stats-v2 small{color:#8290a3!important}.hp-card-stats-v2 b{font-size:.88rem!important;color:#fff!important;white-space:nowrap}
.hp-admin-metric{display:grid;grid-template-columns:minmax(0,1fr) 58px 36px;gap:5px;align-items:stretch}.hp-admin-metric input,.hp-admin-metric select{box-sizing:border-box;min-width:0;width:100%;border:1px solid #344153;border-radius:7px;background:#090e14;color:#f5f7fa}.hp-admin-metric select{padding:0 6px;font-weight:900}.hp-admin-metric button{border:1px solid rgba(240,180,41,.45);border-radius:7px;background:rgba(240,180,41,.1);color:#ffd45c;font-weight:950;cursor:pointer}
@media(max-width:1250px){.hp-catalog-v2 .hp-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hp-catalog-control-row{grid-template-columns:minmax(260px,1fr) 210px}.hp-catalog-results{grid-column:1/-1;justify-content:space-between}}
@media(max-width:850px){.hp-catalog-v2 .hp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-catalog-control-row{grid-template-columns:1fr}.hp-catalog-results{grid-column:auto}.hp-voc-control-row{align-items:flex-start;flex-direction:column}.hp-list-pagination-top{margin-left:auto}}
@media(max-width:560px){.hp-catalog-v2 .hp-grid{grid-template-columns:1fr}.hp-catalog-results{align-items:flex-start;flex-direction:column}.hp-list-pagination-top{margin-left:0}.hp-catalog-v2 .hp-list-actions{justify-content:flex-start}.hp-admin-metric{grid-template-columns:minmax(0,1fr) 56px 36px}}


/* Hunting Places pagination placement + admin card shortcut */
.hp-list-pagination-top{display:none!important}
.hp-card-wrap{position:relative;min-width:0;height:100%}
.hp-card-wrap>.hp-card{width:100%;height:100%}
.hp-card-wrap-admin>.hp-card-v2{padding-right:52px}
.hp-card-admin-shortcut{
  position:absolute;
  top:12px;
  right:12px;
  z-index:4;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,179,0,.55);
  border-radius:10px;
  background:rgba(10,15,22,.94);
  color:#ffb300;
  font-size:16px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(0,0,0,.24);
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.hp-card-admin-shortcut:hover,
.hp-card-admin-shortcut:focus-visible{
  transform:translateY(-1px);
  border-color:#ffb300;
  background:rgba(255,179,0,.12);
  box-shadow:0 10px 26px rgba(0,0,0,.34),0 0 0 1px rgba(255,179,0,.12);
  outline:none;
}

@media (max-width:720px){
  .hp-list-pagination-top{display:flex!important}
  .hp-list-pagination-bottom{display:none!important}
  .hp-catalog-results{width:100%;align-items:center}
  .hp-list-pagination-top{justify-content:flex-end;flex-wrap:wrap}
  .hp-card-wrap-admin>.hp-card-v2{padding-right:48px}
  .hp-card-admin-shortcut{top:10px;right:10px;width:32px;height:32px;border-radius:9px}
}


/* Hunting Places sort single-control hotfix */
.hp-sort-control{
  height:44px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.hp-sort-control>span{flex:0 0 auto!important}
.hp-sort-control select{
  height:44px!important;
  min-width:120px!important;
  flex:1 1 auto!important;
  padding:0 32px 0 12px!important;
  border:1px solid #303a48!important;
  border-radius:10px!important;
  background-color:#0b1118!important;
  color:#eef2f8!important;
  box-shadow:none!important;
  outline:none!important;
}
.hp-sort-control select:focus{
  border-color:#f0b429!important;
  box-shadow:0 0 0 3px rgba(240,180,41,.10)!important;
}


/* Hunting Places vocation neon badges */
.hp-voc-badge{
  box-shadow:0 0 9px rgba(255,255,255,.04),inset 0 0 8px rgba(255,255,255,.02)!important;
}
.hp-voc-rp{
  color:#ffd84a!important;
  background:rgba(255,198,0,.14)!important;
  border-color:rgba(255,216,74,.68)!important;
  box-shadow:0 0 10px rgba(255,198,0,.18),inset 0 0 9px rgba(255,216,74,.05)!important;
  text-shadow:0 0 7px rgba(255,216,74,.34)!important;
}
.hp-voc-ek{
  color:#ff7468!important;
  background:rgba(255,74,65,.14)!important;
  border-color:rgba(255,116,104,.68)!important;
  box-shadow:0 0 10px rgba(255,74,65,.18),inset 0 0 9px rgba(255,116,104,.05)!important;
  text-shadow:0 0 7px rgba(255,116,104,.34)!important;
}
.hp-voc-ed{
  color:#4dffa4!important;
  background:rgba(35,255,140,.13)!important;
  border-color:rgba(77,255,164,.65)!important;
  box-shadow:0 0 10px rgba(35,255,140,.18),inset 0 0 9px rgba(77,255,164,.05)!important;
  text-shadow:0 0 7px rgba(77,255,164,.34)!important;
}
.hp-voc-ms{
  color:#b38cff!important;
  background:rgba(139,87,255,.15)!important;
  border-color:rgba(179,140,255,.68)!important;
  box-shadow:0 0 10px rgba(139,87,255,.20),inset 0 0 9px rgba(179,140,255,.05)!important;
  text-shadow:0 0 7px rgba(179,140,255,.36)!important;
}
.hp-voc-em{
  color:#f7fbff!important;
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.58)!important;
  box-shadow:0 0 10px rgba(255,255,255,.16),inset 0 0 9px rgba(255,255,255,.04)!important;
  text-shadow:0 0 7px rgba(255,255,255,.34)!important;
}


/* Hunting Places compact detail + automatic elemental charm v1 */
.hp-catalog-control-row{grid-template-columns:minmax(280px,1fr) 150px 220px auto!important}
.hp-min-level-control{height:44px;display:grid;grid-template-columns:auto minmax(72px,1fr);align-items:center;gap:8px;padding:0 10px;border:1px solid #303a48;border-radius:10px;background:#0b1118;color:#8390a1}
.hp-min-level-control>span{font-size:.57rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.hp-min-level-control input{width:100%;min-width:0;height:34px;padding:0 8px;border:0;border-left:1px solid #26313e;background:transparent;color:#f4f7fb;font:800 .7rem 'Sora',system-ui;outline:0}.hp-min-level-control:focus-within{border-color:#f0b429;box-shadow:0 0 0 3px rgba(240,180,41,.08)}
.hp-detail-compact{max-width:1500px;margin:0 auto}.hp-detail-head-compact{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:12px;padding:0 2px}.hp-back-icon{width:42px;height:42px;display:grid;place-items:center;padding:0;border-radius:10px;font-size:1.1rem}.hp-detail-head-compact .hp-title-copy{min-width:0}.hp-detail-head-compact .hp-title-copy h2{margin-top:5px;font-size:clamp(1.5rem,2vw,2.15rem);line-height:1.05}.hp-detail-vocs{display:flex;gap:5px;flex-wrap:wrap}.hp-summary-compact{display:grid;grid-template-columns:repeat(3,minmax(86px,1fr));min-width:310px;border:1px solid #293340;border-radius:11px;overflow:hidden;background:#111821}.hp-summary-compact>span{padding:9px 12px;border:0!important;border-radius:0!important;background:transparent!important}.hp-summary-compact>span+span{border-left:1px solid #27313d!important}.hp-summary-compact small{font-size:.51rem}.hp-summary-compact b{font-size:.82rem}
.hp-detail-grid-compact{display:grid;grid-template-columns:minmax(500px,1.32fr) minmax(390px,.82fr) minmax(260px,.58fr);gap:14px;align-items:start}.hp-map-card-compact{min-width:0}.hp-map-wrap-compact{height:clamp(500px,66vh,680px);min-height:500px}.hp-map-wrap-compact .hp-map-canvas{height:100%}.hp-route-strip{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:7px 12px;border-top:1px solid #293340;background:#0d141c}.hp-route-strip>span{display:flex;align-items:center;gap:10px;min-width:0}.hp-route-strip b{font-size:.68rem;color:#f0b429}.hp-route-strip small{font-size:.58rem;color:#7f8c9d}.hp-detail-aside-compact{display:grid;gap:10px;min-width:0}.hp-detail-aside-compact .hp-side-card{padding:11px;border-radius:11px}.hp-creatures-card-compact .hp-side-title{margin-bottom:8px}.hp-creatures-compact{display:grid;gap:8px}
.hp-creature-compact{display:grid;gap:8px;padding:10px!important;border:1px solid #283340!important;border-radius:10px!important;background:#0c1219!important}.hp-creature-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.hp-creature-compact .hp-creature-main{display:flex;align-items:center;gap:8px;min-width:0}.hp-creature-compact .hp-creature-main>img{width:42px;height:42px;object-fit:contain}.hp-creature-compact .hp-creature-main strong{font-size:.74rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-creature-stats-compact{display:flex;gap:5px;flex:0 0 auto}.hp-creature-stats-compact>span{display:grid;grid-template-columns:14px auto;grid-template-rows:auto auto;column-gap:4px;min-width:66px;padding:5px 7px;border:1px solid #26313e;border-radius:7px;background:#111923}.hp-creature-stats-compact img{grid-row:1/3;width:13px;height:13px;align-self:center;object-fit:contain}.hp-creature-stats-compact small{font-size:.45rem;color:#7d899a;font-weight:900}.hp-creature-stats-compact b{font-size:.61rem;color:#edf2f8}.hp-creature-charm-row,.hp-creature-weakness-row{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:7px;padding-top:7px;border-top:1px solid #202a35}.hp-creature-charm-row>small,.hp-creature-weakness-row>small{font-size:.49rem;color:#748196;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.hp-auto-charm{display:flex;align-items:center;gap:7px;min-width:0}.hp-auto-charm-rune{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}.hp-auto-charm>span:not(.hp-auto-charm-rune){display:grid;min-width:0}.hp-auto-charm b{font-size:.62rem;color:#fff}.hp-auto-charm small{display:flex;align-items:center;gap:4px;margin-top:1px;color:#a9b4c3;font-size:.49rem}.hp-auto-charm small img{width:12px;height:12px;object-fit:contain}.hp-auto-charm.empty{color:#6f7b8b;font-size:.53rem}.hp-auto-charm.empty>span{font-size:.8rem}.hp-auto-charm.empty b{color:#7a8798;font-size:.52rem}
.hp-creature-weakness-row>div{display:flex;flex-wrap:wrap;gap:4px}.hp-weakness{display:flex;align-items:center;gap:4px;padding:4px 6px;border:1px solid rgba(45,196,132,.28);border-radius:6px;background:rgba(28,142,103,.08);font-size:.48rem;color:#9fe9c7}.hp-weakness img{width:12px;height:12px;object-fit:contain}.hp-weakness b{color:#41dfa8}.hp-no-weakness{font-size:.5rem;color:#6f7c8d}.hp-video-card-compact .hp-video{margin-top:7px}.hp-video-card-compact .hp-video img,.hp-video-card-compact .hp-video iframe{aspect-ratio:16/9;max-height:220px}.hp-detail-aside-compact .hp-recommendation-card{padding:10px}.hp-detail-aside-compact .hp-recommendation-icons{gap:7px}.hp-detail-aside-compact .hp-recommendation-item{width:48px;height:48px}.hp-detail-aside-compact .hp-recommendation-item img{max-width:40px;max-height:40px}
.hp-admin-creature-chip-charm{align-items:flex-start!important;min-width:210px}.hp-admin-creature-chip-charm>img{flex:0 0 auto}.hp-admin-creature-copy{display:grid;gap:3px;min-width:0;flex:1}.hp-admin-auto-charm .hp-auto-charm-rune{width:22px;height:22px}.hp-admin-auto-charm b{font-size:.55rem}.hp-admin-auto-charm small{font-size:.46rem}.hp-admin-creature-chip-charm>button{flex:0 0 auto}
@media(max-width:1250px){.hp-catalog-control-row{grid-template-columns:minmax(240px,1fr) 145px 205px!important}.hp-catalog-results{grid-column:1/-1}.hp-detail-grid-compact{grid-template-columns:minmax(0,1.25fr) minmax(330px,.8fr)}.hp-detail-support-column{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.hp-map-wrap-compact{height:580px}}
@media(max-width:980px){.hp-detail-head-compact{grid-template-columns:auto minmax(0,1fr)}.hp-summary-compact{grid-column:1/-1;width:100%;min-width:0}.hp-detail-grid-compact{grid-template-columns:1fr}.hp-map-wrap-compact{height:560px}.hp-detail-support-column{grid-column:auto;grid-template-columns:1fr 1fr}.hp-video-card-compact{grid-column:1/-1}}
@media(max-width:850px){.hp-catalog-control-row{grid-template-columns:1fr!important}.hp-min-level-control{grid-template-columns:110px minmax(0,1fr)}.hp-catalog-results{grid-column:auto}.hp-detail-support-column{grid-template-columns:1fr}.hp-video-card-compact{grid-column:auto}}
@media(max-width:620px){.hp-detail-head-compact{gap:9px}.hp-detail-head-compact .hp-title-copy h2{font-size:1.45rem}.hp-summary-compact{grid-template-columns:repeat(3,1fr)}.hp-summary-compact>span{padding:8px 6px}.hp-map-wrap-compact{height:480px;min-height:420px}.hp-creature-top{align-items:flex-start;flex-direction:column}.hp-creature-stats-compact{width:100%}.hp-creature-stats-compact>span{flex:1}.hp-creature-charm-row,.hp-creature-weakness-row{grid-template-columns:1fr}.hp-video-card-compact .hp-video img,.hp-video-card-compact .hp-video iframe{max-height:none}.hp-admin-creature-chip-charm{width:100%}}


/* Hunting Places min-level control layout hotfix */
.hp-catalog-control-row{
  grid-template-columns:minmax(280px,1fr) 190px 220px auto!important;
  column-gap:12px!important;
}
.hp-min-level-control{
  height:44px!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#8390a1!important;
}
.hp-min-level-control>span{
  flex:0 0 auto!important;
  font-size:.57rem!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  white-space:nowrap!important;
}
.hp-min-level-control input{
  box-sizing:border-box!important;
  flex:1 1 auto!important;
  width:0!important;
  min-width:0!important;
  height:44px!important;
  padding:0 11px!important;
  border:1px solid #303a48!important;
  border-radius:10px!important;
  background:#0b1118!important;
  color:#f4f7fb!important;
  font:800 .7rem 'Sora',system-ui!important;
  outline:0!important;
  box-shadow:none!important;
}
.hp-min-level-control:focus-within{
  border:0!important;
  box-shadow:none!important;
}
.hp-min-level-control input:focus{
  border-color:#f0b429!important;
  box-shadow:0 0 0 3px rgba(240,180,41,.10)!important;
}
.hp-sort-control{min-width:0!important}

@media(max-width:1250px){
  .hp-catalog-control-row{grid-template-columns:minmax(240px,1fr) 185px 205px!important}
  .hp-catalog-results{grid-column:1/-1}
}
@media(max-width:850px){
  .hp-catalog-control-row{grid-template-columns:1fr!important}
  .hp-min-level-control{display:grid!important;grid-template-columns:110px minmax(0,1fr)!important}
  .hp-min-level-control input{width:100%!important}
  .hp-catalog-results{grid-column:auto}
}


/* Hunting Places elemental effectiveness + detail separator hotfix */
body.hunting-places-route .hunting-places-panel,
body.hunting-places-route .hp-shell,
body.hunting-places-route .hp-detail-shell,
body.hunting-places-route .hp-detail-head{
  border-top:0!important;
  outline:0!important;
}
body.hunting-places-route .hunting-places-panel::before,
body.hunting-places-route .hunting-places-panel::after,
body.hunting-places-route .hp-detail-shell::before,
body.hunting-places-route .hp-detail-shell::after{
  content:none!important;
  display:none!important;
}
.hp-creature-weakness-row>div{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:4px!important;
}
.hp-effectiveness{
  min-width:0;
  display:grid;
  grid-template-columns:13px minmax(0,1fr);
  grid-template-rows:auto auto;
  align-items:center;
  column-gap:4px;
  padding:5px 6px;
  border:1px solid #2a3441;
  border-radius:6px;
  background:#111821;
  color:#cbd4df;
}
.hp-effectiveness img{
  grid-row:1/3;
  width:12px!important;
  height:12px!important;
  object-fit:contain;
}
.hp-effectiveness span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:.45rem;
  line-height:1.05;
}
.hp-effectiveness b{
  font-size:.49rem;
  line-height:1.05;
}
.hp-effectiveness-weak{
  border-color:rgba(45,196,132,.34);
  background:rgba(28,142,103,.09);
  color:#9fe9c7;
}
.hp-effectiveness-weak b{color:#41dfa8}
.hp-effectiveness-neutral{
  border-color:#2c3744;
  background:#111821;
  color:#b9c3d0;
}
.hp-effectiveness-neutral b{color:#eef2f8}
.hp-effectiveness-resist{
  border-color:rgba(222,77,68,.38);
  background:rgba(180,48,43,.10);
  color:#ffaaa4;
}
.hp-effectiveness-resist b{color:#ff786e}
.hp-effectiveness-immune{
  border-color:rgba(222,77,68,.48);
  background:rgba(120,28,28,.18);
  color:#ffaaa4;
}
.hp-effectiveness-immune b{color:#ff6158}
@media(max-width:620px){
  .hp-creature-weakness-row>div{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* Hunting content explicit base layer */
body.hunting-places-route .hunting-places-panel,
body.hunting-places-route .hp-shell{
  position:relative;
  z-index:0;
}


/* Hunting Places: edição rápida do catálogo para Admin. */
.hp-inline-admin-vocs{display:flex!important;align-items:center;flex-wrap:wrap;gap:5px;padding-right:38px}
.hp-quick-voc{appearance:none;-webkit-appearance:none;margin:0;padding:4px 8px;border-width:1px;border-style:solid;border-radius:7px;font:800 .66rem 'Sora',sans-serif;line-height:1.05;cursor:pointer;transition:opacity .16s ease,filter .16s ease,transform .16s ease;white-space:nowrap}
.hp-quick-voc.inactive{opacity:.24;filter:grayscale(1) saturate(.35)}
.hp-quick-voc.inactive:hover{opacity:.62;filter:grayscale(.45) saturate(.7)}
.hp-quick-voc.active{opacity:1;filter:none}
.hp-quick-voc:hover{transform:translateY(-1px)}
.hp-card-admin-inline{cursor:pointer}
.hp-card-stats-quick button{appearance:none;-webkit-appearance:none;min-width:0;padding:1px 4px;border:1px solid transparent;border-radius:6px;background:transparent;color:#fff;font:800 inherit;line-height:1.05;cursor:text}
.hp-card-stats-quick button:hover,.hp-card-stats-quick button:focus-visible{border-color:rgba(240,180,41,.5);background:rgba(240,180,41,.09);outline:none}
.hp-card-quick-input{display:block;width:min(92px,100%);height:28px;margin:0 auto;padding:3px 6px;border:1px solid #f0b429;border-radius:6px;outline:none;background:#080d1d;color:#fff;text-align:center;font:800 .92rem 'Sora',sans-serif;box-shadow:0 0 0 3px rgba(240,180,41,.12)}
.hp-card-wrap.hp-quick-saving .hp-card{opacity:.72;pointer-events:none}
.hp-hunt-quick-notice{position:fixed;z-index:12000;top:86px;right:18px;max-width:min(360px,calc(100vw - 36px));padding:10px 14px;border:1px solid rgba(69,214,133,.48);border-radius:10px;background:rgba(8,18,18,.96);color:#74efaa;font:800 .72rem 'Sora',sans-serif;box-shadow:0 14px 36px rgba(0,0,0,.4);opacity:0;transform:translateY(-8px);pointer-events:none;transition:.18s ease}
.hp-hunt-quick-notice.show{opacity:1;transform:translateY(0)}
.hp-hunt-quick-notice.error{border-color:rgba(255,87,105,.52);background:rgba(28,9,14,.97);color:#ff8291}
@media(max-width:700px){.hp-inline-admin-vocs{padding-right:34px}.hp-quick-voc{font-size:.6rem;padding:4px 6px}.hp-card-quick-input{width:78px}}


/* Hunting Places: nome editável inline para Admin. */
.hp-card-title-quick{appearance:none;-webkit-appearance:none;display:block;width:max-content;max-width:calc(100% - 6px);margin:0;padding:1px 4px;border:1px solid transparent;border-radius:7px;background:transparent;color:inherit;text-align:left;font:inherit;line-height:inherit;cursor:text;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hp-card-title-quick:hover,.hp-card-title-quick:focus-visible{border-color:rgba(240,180,41,.48);background:rgba(240,180,41,.08);outline:none}
.hp-card-quick-name-input{display:block;width:min(100%,420px);height:34px;margin:0;padding:4px 8px;border:1px solid #f0b429;border-radius:7px;outline:none;background:#080d1d;color:#fff;font:800 1rem 'Sora',sans-serif;box-shadow:0 0 0 3px rgba(240,180,41,.12)}


/* Hunting Places automatic Double Forks filter v1 */
.hp-double-forks-filter{margin-left:auto;display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:5px 10px;border:1px solid rgba(92,169,255,.28);border-radius:9px;background:rgba(8,14,31,.72);color:#dfe9ff;font-size:.76rem;font-weight:800;line-height:1;cursor:pointer;user-select:none;white-space:nowrap;transition:border-color .16s ease,background .16s ease,color .16s ease}
.hp-double-forks-filter:hover{border-color:rgba(92,169,255,.58);background:rgba(92,169,255,.09)}
.hp-double-forks-filter:has(input:checked){border-color:rgba(92,169,255,.72);background:linear-gradient(90deg,rgba(82,207,126,.12),rgba(92,169,255,.14));color:#fff}
.hp-double-forks-filter input{width:15px;height:15px;margin:0;accent-color:#63a9ff;cursor:pointer}
@media(max-width:720px){.hp-double-forks-filter{margin-left:0}}
