body{margin:0;overflow:hidden;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}#root{width:100vw;height:100vh}.toolbar{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:8px;padding:8px;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:16px;pointer-events:auto;z-index:1000}.slot{width:44px;height:44px;background:#ffffff0d;border:2px solid transparent;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.slot.active{background:#ffffff26;border-color:#fff;transform:translateY(-4px) scale(1.1)}.block-preview{width:28px;height:28px;border-radius:6px}.slot-hint{position:absolute;top:2px;left:4px;font-size:10px;color:#fff6;font-weight:600}.slot:hover:not(.active){background:#ffffff1a;transform:translateY(-2px)}.catalog-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2000}.catalog-container{width:80%;max-width:800px;max-height:80%;background:#1e1e1ef2;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:20px;color:#fff}.catalog-header{display:flex;justify-content:space-between;align-items:center}.catalog-header h2{margin:0;font-weight:300}.close-button{background:none;border:none;color:#fff;font-size:32px;cursor:pointer;line-height:1}.catalog-tabs{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;flex-shrink:0}.catalog-tab{padding:8px 16px;background:#ffffff0d;border-radius:10px;cursor:pointer;white-space:nowrap}.catalog-tab.active{background:#fff3;font-weight:700}.catalog-grid{flex-grow:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:16px;overflow-y:auto;padding-right:8px}.catalog-item{background:#ffffff0d;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.catalog-item:hover{background:#ffffff1a}.catalog-item.selected{background:#ffffff26;outline:2px solid white}.catalog-block-preview{width:48px;height:48px;border-radius:8px}.catalog-item-name{font-size:12px;text-align:center;word-break:break-word}.inventory-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.inventory-container{background:#282828f2;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;color:#fff;min-width:300px}.inventory-header{display:flex;justify-content:space-between;align-items:center}.inventory-header h2{margin:0;font-size:18px;font-weight:400}.inventory-main-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.inventory-divider{height:1px;background:#ffffff1a;margin:8px 0}.inventory-hotbar-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:8px}.inventory-slot{width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.inventory-slot:hover{background:#ffffff1a}.inventory-block-preview{width:32px;height:32px;border-radius:4px}.slot-count{position:absolute;bottom:2px;right:4px;font-size:12px;font-weight:700;color:#fff;text-shadow:1px 1px 2px black;pointer-events:none}
