*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1a2e1a;--surface: #1e361e;--surface-light: #254025;--accent: #4caf50;--accent-light: #81c784;--accent-dark: #2e7d32;--gold: #FFD700;--text: #e8f5e9;--muted: #7da67d;--purple: #9c27b0;--purple-light: #ce93d8}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;-webkit-font-smoothing:antialiased}.mb-shell{--game-shell-pad-top: 0px;--game-shell-pad-bottom: 0px;background:var(--bg);overflow-y:auto!important;height:auto!important;min-height:100dvh}.mb-shell .game-shell__body{overflow:visible!important}.mb-top{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#0000004d;border-bottom:1px solid rgba(76,175,80,.2)}.mb-home{color:var(--muted);text-decoration:none;font-size:.85rem;transition:color .2s}.mb-home:hover{color:var(--accent-light)}.mb-title{font-size:1rem;font-weight:700;color:var(--accent-light);letter-spacing:.5px}.mb-coins{font-size:.85rem;font-weight:700;color:var(--gold)}.mb-admin-banner{text-align:center;font-size:.75rem;font-weight:700;color:#ff9800;background:#ff98001a;padding:6px 12px;border-radius:6px;border:1px solid rgba(255,152,0,.3)}.mb-page{width:100%;max-width:1100px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:16px}.mb-layout{display:grid;grid-template-columns:minmax(200px,300px) 1fr;gap:16px}@media(max-width:700px){.mb-layout{grid-template-columns:1fr}}.mb-preview-panel{border:1px solid rgba(76,175,80,.2);border-radius:12px;padding:14px;background:var(--surface);position:sticky;top:16px;align-self:start}.mb-preview-title{font-size:.8rem;font-weight:700;color:var(--accent-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;text-align:center}.mb-preview-frame{position:relative;width:100%;aspect-ratio:1;border-radius:10px;background:radial-gradient(ellipse at 50% 60%,rgba(76,175,80,.06),transparent 70%),var(--surface-light);border:1px solid rgba(76,175,80,.15);overflow:hidden;margin-bottom:12px}.monster-layer{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;width:auto;object-fit:contain;pointer-events:none}.mb-equipped-list{display:flex;flex-direction:column;gap:4px}.mb-eq-row{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:6px;font-size:.75rem}.mb-eq-slot{color:var(--muted);min-width:85px;font-size:.65rem;text-transform:uppercase;letter-spacing:.5px}.mb-eq-thumb{width:28px;height:28px;border-radius:4px;object-fit:contain;background:var(--surface-light)}.mb-eq-label{color:var(--text);font-size:.7rem;text-transform:capitalize}.mb-eq-empty{color:var(--muted);font-size:.7rem}.mb-shop{display:flex;flex-direction:column;gap:10px}.mb-slot-group{border:1px solid rgba(76,175,80,.15);border-radius:10px;overflow:hidden;background:var(--surface)}.mb-slot-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--surface-light);cursor:pointer;font-weight:700;font-size:.85rem;border:none;width:100%;color:var(--text);text-align:left;font-family:inherit;transition:background .2s}.mb-slot-header:hover{background:#4caf5014}.mb-chevron{transition:transform .2s;font-size:.7rem;color:var(--muted)}.mb-collapsed .mb-chevron{transform:rotate(-90deg)}.mb-slot-equipped{font-weight:400;font-size:.75rem;color:var(--accent);margin-left:8px}.mb-slot-body{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;padding:10px}.mb-collapsed .mb-slot-body{display:none}.mb-item{display:flex;gap:10px;padding:10px;border-radius:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);transition:border-color .2s}.mb-item:hover{border-color:#4caf504d}.mb-item-thumb{width:72px;height:72px;flex-shrink:0;border-radius:8px;background:var(--surface-light);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.mb-item-base,.mb-item-img{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;width:auto;object-fit:contain}.mb-item-base{opacity:.3}.mb-item-info{display:flex;flex-direction:column;gap:4px;min-width:0}.mb-item-name{font-size:.8rem;font-weight:700;color:var(--text)}.mb-item-price{font-size:.75rem;font-weight:600;color:var(--gold)}.mb-item-hint{font-size:.7rem;color:var(--purple-light);font-style:italic}.mb-rarity{font-size:.55rem;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:700;vertical-align:middle}.mb-rarity--rare{background:#4caf5026;color:var(--accent-light);border:1px solid rgba(76,175,80,.3)}.mb-rarity--legendary{background:#ffd7001f;color:var(--gold);border:1px solid rgba(255,215,0,.3)}.mb-btn{font-family:inherit;font-size:.75rem;font-weight:700;padding:7px 14px;border:none;border-radius:6px;cursor:pointer;background:var(--accent-dark);color:#fff;transition:all .2s;align-self:flex-start}.mb-btn:hover:not(:disabled){background:var(--accent);transform:scale(1.03)}.mb-btn:disabled{opacity:.4;cursor:not-allowed}.mb-btn-equipped{background:var(--accent)}.mb-btn-drop{background:var(--surface-light);border:1px solid var(--purple);color:var(--purple-light)}.mb-collection{border:1px solid rgba(76,175,80,.15);border-radius:10px;padding:14px;background:var(--surface)}.mb-collection-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mb-collection-bar h3{font-size:.85rem;font-weight:700;color:var(--accent-light)}.mb-collection-count{font-size:.75rem;color:var(--muted)}.mb-collection-progress{height:8px;background:var(--surface-light);border-radius:4px;overflow:hidden;margin-bottom:12px}.mb-collection-fill{height:100%;background:linear-gradient(90deg,var(--accent-dark),var(--accent-light));border-radius:4px;transition:width .3s}.mb-collection-drops{font-size:.75rem;color:var(--muted);margin-top:8px}.mb-drop-silhouettes{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.mb-silhouette{width:48px;height:48px;border-radius:8px;background:#9c27b014;border:1px dashed rgba(156,39,176,.25);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--muted);position:relative;overflow:hidden}.mb-silhouette img{width:100%;height:100%;object-fit:contain}.mb-silhouette--found{border:1px solid var(--purple);background:#9c27b01f}@media(max-width:500px){.mb-slot-body{grid-template-columns:1fr}.mb-item-thumb{width:56px;height:56px}}
