.storywizard-saveload-controls{display:flex;justify-content:flex-end;align-items:center;padding:10px 0;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1)}.storywizard-load-button,.storywizard-save-button{background-color:#4a90e2;color:#fff;border:none;padding:8px 16px;margin-left:10px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:700;transition:background-color .2s;display:flex;align-items:center}.storywizard-load-button:hover,.storywizard-save-button:hover{background-color:#3a80d2}.storywizard-load-button:focus,.storywizard-save-button:focus{outline:#3a80d2 solid 2px;outline-offset:2px}.load-icon,.save-icon{display:inline-block;width:16px;height:16px;margin-right:6px;position:relative}.save-icon:before{content:"";position:absolute;width:12px;height:12px;border:2px solid #fff;top:0;left:0}.save-icon:after{content:"";position:absolute;width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;top:2px;left:4px}.load-icon:before{content:"";position:absolute;width:12px;height:12px;border:2px solid #fff;border-radius:50%;top:0;left:0}.load-icon:after{content:"";position:absolute;width:6px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);top:4px;left:6px}.storywizard-autosave-indicator{margin-left:15px;font-size:12px;color:#666;opacity:.8}.storywizard-interactive[data-theme=dark] .storywizard-saveload-controls{border-bottom-color:rgba(255,255,255,.1)}.storywizard-interactive[data-theme=dark] .storywizard-autosave-indicator{color:#aaa}.storywizard-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9999;overflow:auto;justify-content:center;align-items:center}.storywizard-modal-content{background-color:#fff;margin:50px auto;padding:0;width:90%;max-width:500px;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.2);animation:.3s modalFadeIn;position:relative}@keyframes modalFadeIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.storywizard-modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;border-radius:8px 8px 0 0}.storywizard-modal-header h3{margin:0;font-size:18px;color:#333}.storywizard-modal-close{background:0 0;border:none;font-size:24px;line-height:1;color:#666;cursor:pointer;padding:0;margin:0}.storywizard-modal-close:hover{color:#333}.storywizard-modal-body{padding:20px;max-height:60vh;overflow-y:auto}.storywizard-modal-footer{padding:15px 20px;background-color:#f5f5f5;border-top:1px solid #e0e0e0;text-align:right;border-radius:0 0 8px 8px}.storywizard-modal-cancel{background-color:#f0f0f0;color:#666;border:1px solid #ddd;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:.2s}.storywizard-modal-cancel:hover{background-color:#e0e0e0}.storywizard-load-slots,.storywizard-save-slots{display:flex;flex-direction:column;gap:10px}.storywizard-load-slot,.storywizard-save-slot{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;transition:background-color .2s}.storywizard-load-slot:hover,.storywizard-save-slot:hover{background-color:#f0f0f0}.storywizard-load-slot.has-save,.storywizard-save-slot.has-save{background-color:#e8f4ff;border-color:#cce7ff}.load-slot-info,.save-slot-info{flex:1}.load-slot-info h4,.save-slot-info h4{margin:0 0 5px;font-size:16px;color:#333}.load-slot-details,.save-slot-details{font-size:14px;color:#666}.save-info{margin-top:5px}.save-scene{font-weight:700;margin:0 0 3px}.save-date{font-size:12px;color:#888;margin:0}.save-empty{font-style:italic;color:#999;margin:0}.storywizard-delete-save-button,.storywizard-load-slot-button,.storywizard-save-slot-button{background-color:#4a90e2;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s;margin-left:10px}.storywizard-load-slot-button:hover,.storywizard-save-slot-button:hover{background-color:#3a80d2}.storywizard-delete-save-button{background-color:#e25353}.storywizard-delete-save-button:hover{background-color:#d23939}.storywizard-load-slot-button[disabled]{background-color:#ccc;cursor:not-allowed}.storywizard-notification{position:fixed;bottom:20px;right:20px;padding:10px 20px;background-color:#4caf50;color:#fff;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.2);font-size:14px;z-index:10000;max-width:300px;display:none}.storywizard-notification.error{background-color:#f44336}@media (max-width:768px){.storywizard-saveload-controls{justify-content:center;flex-wrap:wrap}.storywizard-load-button,.storywizard-save-button{margin:5px}.storywizard-autosave-indicator{width:100%;text-align:center;margin-top:10px;margin-left:0}.storywizard-modal-content{width:95%;margin:20px auto}}