.storywizard-inventory-conditions-container,.storywizard-inventory-operations-container,.storywizard-items-container{margin-top:10px}.storywizard-inventory-conditions-table,.storywizard-inventory-operations-table,.storywizard-items-table{width:100%;border-collapse:collapse;margin-top:10px}.storywizard-inventory-conditions-table th,.storywizard-inventory-operations-table th,.storywizard-items-table th{text-align:left;padding:8px;background-color:#f5f5f5}.storywizard-inventory-conditions-table td,.storywizard-inventory-operations-table td,.storywizard-items-table td{padding:8px;vertical-align:middle}.storywizard-inventory-conditions-table select,.storywizard-inventory-operations-table input[type=text],.storywizard-inventory-operations-table select,.storywizard-items-table input[type=text],.storywizard-items-table select,.storywizard-items-table textarea{width:100%;max-width:100%}.storywizard-item-id{width:120px}.storywizard-item-name{width:150px}.storywizard-item-description{width:100%;height:60px}.storywizard-item-image-container{display:flex;flex-direction:column;align-items:center;gap:5px}.storywizard-item-image-preview{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background-color:#f9f9f9}.storywizard-no-image{color:#888;font-size:12px;text-align:center}.storywizard-inventory-condition-group{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}.storywizard-inventory-condition-group h4{margin-top:0}.storywizard-inventory-operations-apply{margin-bottom:15px}.storywizard-inventory-operations-apply label{display:inline-block;margin-right:15px}.storywizard-inventory-container{background-color:rgba(250,250,250,.9);border:1px solid #ddd;border-radius:5px;padding:10px 15px;margin-bottom:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.storywizard-inventory-container h3{font-size:1.2em;margin:0 0 10px;color:#333;border-bottom:1px solid #eee;padding-bottom:5px}.storywizard-inventory-items{display:grid;grid-template-columns:1fr;gap:15px}@media screen and (min-width:768px){.storywizard-inventory-items{grid-template-columns:1fr 1fr;gap:20px}}.storywizard-inventory-item{display:flex;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:8px;transition:background-color .2s;box-sizing:border-box}.storywizard-inventory-item:hover{background-color:#f7f7f7}.storywizard-inventory-item.used{opacity:.7;background-color:#f0f0f0}.storywizard-inventory-item.recently-added{animation:3s ease-out inventoryItemGlow;box-shadow:0 0 0 2px #28a745}@keyframes inventoryItemGlow{0%{box-shadow:0 0 0 2px #28a745,0 0 20px #28a745;transform:scale(1.02)}25%{box-shadow:0 0 0 3px #28a745,0 0 15px #28a745;transform:scale(1.01)}50%{box-shadow:0 0 0 2px #28a745,0 0 10px #28a745;transform:scale(1)}75%{box-shadow:0 0 0 2px #28a745,0 0 5px #28a745}100%{box-shadow:0 0 0 1px #28a745;transform:scale(1)}}.storywizard-inventory-item-image{flex:0 0 80px;margin-right:10px}.storywizard-inventory-item-image img{max-width:100%;height:auto;border-radius:3px}.storywizard-inventory-item-info{flex:1}.storywizard-inventory-item-info h4{font-size:1em;margin:0 0 5px;color:#333}.storywizard-inventory-item-info p{font-size:.9em;margin:0;color:#666}.storywizard-inventory-item .used-label{color:#888;font-style:italic;font-size:.9em}.storywizard-notifications{position:fixed;top:20px;right:20px;z-index:1000;width:300px}.storywizard-notification{background-color:#fff;border-left:4px solid #4caf50;box-shadow:0 2px 5px rgba(0,0,0,.2);padding:12px 15px;margin-bottom:10px;border-radius:2px;opacity:1;transition:opacity .5s}.storywizard-notification.add{border-left-color:#4caf50}.storywizard-notification.remove{border-left-color:#f44336}.storywizard-notification.use{border-left-color:#2196f3}.storywizard-notification.fade-out{opacity:0}.storywizard-interactive-container.theme-dark .storywizard-inventory-container{background-color:rgba(30,30,30,.9);border-color:#444}.storywizard-interactive-container.theme-dark .storywizard-inventory-container h3{color:#ddd;border-bottom-color:#444}.storywizard-interactive-container.theme-dark .storywizard-inventory-item{background-color:#333;border-color:#444}.storywizard-interactive-container.theme-dark .storywizard-inventory-item:hover{background-color:#3a3a3a}.storywizard-interactive-container.theme-dark .storywizard-inventory-item.used{background-color:#2a2a2a}.storywizard-interactive-container.theme-dark .storywizard-inventory-item-info h4{color:#ddd}.storywizard-interactive-container.theme-dark .storywizard-inventory-item-info p{color:#aaa}@media screen and (max-width:768px){.storywizard-notifications{width:calc(100% - 40px);max-width:400px}.storywizard-inventory-item{flex-direction:column}.storywizard-inventory-item-image{margin-right:0;margin-bottom:8px;text-align:center}}