#battle-list { height: 130px; min-height: 66px; max-height: 52vh; overflow: auto; resize: vertical; }
.sidebar .panel { min-height: 34px; overflow: auto; resize: vertical; }
.minimap-panel { min-width: 150px; resize: both; }
.spell-preview { float: left; width: 34px; height: 34px; margin: 3px 5px 3px 0; display: grid; place-items: center; background: url('assets/client-hud/images/slot-actionbar.png') center / 100% 100%; color: #8cdcff; font-size: 20px; }
.spell-preview img { max-width: 32px; max-height: 32px; image-rendering: auto; }
.skill-list select { width: calc(100% - 39px); }
.depot-grid { grid-template-columns: repeat(5, minmax(26px, 1fr)); max-height: 240px; overflow: auto; }
.depot-grid i { padding: 2px; overflow: hidden; font-size: 8px; color: #d8d0a8; }
.client-shell { min-width: 780px; min-height: 620px; overflow: auto; resize: both; }
.viewport-frame { min-width: 480px; min-height: 320px; max-width: 100%; overflow: hidden; resize: both; }
.equipment { grid-template-columns: repeat(3, 36px); grid-template-rows: repeat(4, 36px); grid-template-areas: ". head ." "neck armor backpack" "left legs right" "ring feet ammo"; }
.equipment .slot-head { grid-area: head; }
.equipment .slot-neck { grid-area: neck; }
.equipment .slot-backpack { grid-area: backpack; }
.equipment .slot-left { grid-area: left; }
.equipment .slot-armor { grid-area: armor; }
.equipment .slot-right { grid-area: right; }
.equipment .slot-ring { grid-area: ring; }
.equipment .slot-legs { grid-area: legs; }
.equipment .slot-ammo { grid-area: ammo; }
.equipment .slot-feet { grid-area: feet; }
.npc-panel.house-panel{min-height:270px;max-height:72vh;resize:vertical;overflow-y:auto;overflow-x:hidden}.house-notice{margin:6px 2px;padding:7px;border:1px solid #786c43;background:#292619;color:#e6d598;line-height:1.35}.house-notice.muted{color:#aaa}.house-details{display:grid;grid-template-columns:82px minmax(0,1fr);gap:3px 5px;margin:6px 1px 9px;padding:5px;background:#171714;border:1px inset #555}.house-details dt{color:#999}.house-details dd{min-width:0;margin:0;color:#eee;text-align:right;overflow-wrap:anywhere}.house-access-editor{display:grid;gap:5px;margin:7px 1px;padding:6px;border:1px solid #5f5b4b;background:#22221e}.house-access-editor legend{padding:0 4px;color:#e6d59b;font-weight:bold}.house-access-editor textarea{box-sizing:border-box;width:100%;min-height:54px;resize:vertical;padding:5px;border:1px inset #777;background:#111;color:#eee;font:11px Arial,sans-serif}.house-access-editor small,.house-kick-hint{display:block;color:#aaa;line-height:1.35}.house-kick-hint{margin:8px 2px 3px;padding-top:6px;border-top:1px solid #4d4a3e}
.bestiary-launch{width:100%;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:7px;margin:0 0 6px;padding:6px;border:2px outset #777;background:linear-gradient(#45453e,#262620);color:#eadcaa;text-align:left;cursor:pointer}.bestiary-launch>span{grid-row:1/3;align-self:center;font-size:25px}.bestiary-launch b{font-size:12px}.bestiary-launch small{color:#aaa}.bestiary-window{position:fixed;z-index:1200;left:50%;top:50%;transform:translate(-50%,-50%);width:min(980px,94vw);height:min(720px,88vh);border:3px ridge #999;background:#292925;box-shadow:0 18px 80px #000;overflow:hidden}.bestiary-window[hidden]{display:none}.bestiary-titlebar{height:32px;display:flex;align-items:center;gap:10px;padding:4px 6px;background:linear-gradient(#55564d,#30312c);border-bottom:2px groove #999;color:#ead998}.bestiary-titlebar span{margin-left:auto;color:#bbb;font-size:10px}.bestiary-titlebar button{width:23px;height:21px;padding:0;background:#35362f;color:#eee}.bestiary-toolbar{height:42px;display:grid;grid-template-columns:1fr 250px;gap:7px;padding:6px;background:#20201d}.bestiary-toolbar input,.bestiary-toolbar select{min-width:0;border:1px inset #777;background:#111;color:#eee;padding:5px}.bestiary-body{display:grid;grid-template-columns:280px 1fr;height:calc(100% - 74px)}#bestiary-list{overflow-y:auto;padding:4px;background:#171714;border-right:2px groove #777}#bestiary-list>button{width:100%;min-height:46px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:6px;margin-bottom:3px;padding:3px;border:1px solid #555;background:#292925;color:#ddd;text-align:left}#bestiary-list>button:hover,#bestiary-list>button.selected{border-color:#d3b85e;background:#423d27}#bestiary-list img{width:40px;height:40px;object-fit:contain;image-rendering:pixelated}#bestiary-list small{display:block;color:#a9a082}.missing-sprite{display:grid;place-items:center;width:38px;height:38px;background:#111}.bestiary-empty{padding:16px;color:#aaa}#bestiary-detail{overflow-y:auto;padding:12px 15px;background:radial-gradient(circle at 50% 0,#3a3930,#1e1e1a 380px);font-size:12px}.monster-heading{display:grid;grid-template-columns:112px 1fr;gap:13px;align-items:center;padding-bottom:12px;border-bottom:1px solid #5e5a48}.monster-sprite{width:112px;height:112px;display:grid;place-items:center;border:2px inset #777;background:radial-gradient(circle,#403e32,#111)}.monster-sprite img{max-width:104px;max-height:104px;image-rendering:pixelated;object-fit:contain}.monster-heading h2{margin:2px 0;color:#eedb94;font-size:22px}.monster-heading p{margin:3px 0;color:#bbb}.stars{color:#e6c552;font-size:16px}.monster-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:12px 0}.monster-stats>div{padding:7px;border:1px solid #555;background:#171714}.monster-stats small,.monster-stats b{display:block}.monster-stats small{color:#999}.monster-stats b{font-size:15px}#bestiary-detail section{margin-top:14px}#bestiary-detail h3{margin:0 0 6px;padding-bottom:3px;border-bottom:1px solid #565448;color:#ddcb8d;font-size:12px}.unlock-track{display:flex;gap:5px}.unlock-track span{flex:1;padding:5px;background:#161612;border:1px solid #555;text-align:center}.resistances{display:flex;flex-wrap:wrap;gap:4px}.resistances span{padding:3px 6px;background:#191916;border:1px solid #555}.resistances .resist{color:#81d596;border-color:#46724e}.resistances .weak{color:#f18b79;border-color:#884e43}.attack-list{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin:0;padding:0;list-style:none}.attack-list li{display:flex;justify-content:space-between;gap:8px;padding:5px;background:#171714;border:1px solid #494943}.attack-list span{color:#aaa}.loot-table{width:100%;border-collapse:collapse}.loot-table th,.loot-table td{padding:5px;border:1px solid #51514b;text-align:left}.loot-table th{background:#39392f;color:#e6d59b}.loot-table td:nth-child(n+2){width:80px;text-align:right}
