input[type=file][data-v-017ad46c]{display:none}.tabs-container[data-v-6d472e59]{width:100%}.tabs-header[data-v-6d472e59]{border-bottom:2px solid var(--border-color);background-color:var(--background-secondary);padding:0 1rem;position:relative}.tabs-list[data-v-6d472e59]{display:flex;gap:.25rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent;padding-bottom:2px}.tabs-list[data-v-6d472e59]::-webkit-scrollbar{height:6px}.tabs-list[data-v-6d472e59]::-webkit-scrollbar-track{background:transparent;margin:0 .5rem}.tabs-list[data-v-6d472e59]::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:3px}.tabs-list[data-v-6d472e59]::-webkit-scrollbar-thumb:hover{background-color:var(--text-color-secondary)}.tab-button[data-v-6d472e59]{position:relative;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:transparent;border:none;border-bottom:3px solid transparent;color:var(--text-color);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;white-space:nowrap;min-width:100px;flex-shrink:0}.tab-button[data-v-6d472e59]:hover{background-color:var(--hover-background);border-bottom-color:var(--primary-color-light)}.tab-button.active[data-v-6d472e59]{color:var(--primary-color);border-bottom-color:var(--primary-color);background-color:var(--background-primary);font-weight:600}.tab-name-input[data-v-6d472e59]{background-color:var(--background-primary);border:1px solid var(--primary-color);border-radius:4px;padding:.25rem .5rem;color:var(--text-color);font-size:.9rem;font-weight:500;outline:none;min-width:80px;max-width:200px}.tab-close-button[data-v-6d472e59]{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;background-color:transparent;border:none;border-radius:50%;color:var(--text-color-secondary);cursor:pointer;font-size:1.2rem;line-height:1;transition:all .2s ease}.tab-close-button[data-v-6d472e59]:hover{background-color:var(--danger-color);color:#fff}.tab-add-button[data-v-6d472e59]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:700;transition:all .2s ease;flex-shrink:0;margin:.5rem 0 .5rem .5rem}.tab-add-button[data-v-6d472e59]:hover{background-color:var(--primary-color-dark);transform:scale(1.05)}.tab-add-button[data-v-6d472e59]:active{transform:scale(.95)}.tabs-content[data-v-6d472e59]{padding:1.5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;background:#f8f9fc;min-height:100vh;padding:20px;transition:background-color .3s ease}body.dark-mode{background:#1a1d2e}#app{max-width:1400px;margin:0 auto}.header{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000000a,0 1px 2px #0000000f;margin-bottom:24px;border:1px solid #e5e7eb;transition:all .3s ease}.dark-mode .header{background:#22263a;border-color:#2d3349;box-shadow:0 2px 8px #0000004d,0 1px 2px #0003}h1{color:#1e293b;margin-bottom:24px;font-size:26px;display:flex;align-items:center;gap:12px;font-weight:600;letter-spacing:-.02em;transition:color .3s ease}.dark-mode h1{color:#e2e8f0}.image-count-badge{display:inline-flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;font-size:14px;font-weight:600;padding:4px 12px;border-radius:12px;min-width:50px;transition:all .3s ease}.image-count-badge{display:inline-flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;padding:4px 12px;border-radius:12px;font-size:14px;font-weight:600;margin-left:auto;min-width:60px;transition:all .3s ease}.dark-mode .image-count-badge{background:#2563eb}.controls{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:24px}.control-group{display:flex;align-items:center;gap:8px}label{font-weight:500;color:#475569;font-size:14px;transition:color .3s ease}.dark-mode label{color:#94a3b8}input[type=number]{width:80px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s;background:#fff}.dark-mode input[type=number]{background:#2d3349;border-color:#3d4361;color:#e2e8f0}input[type=number]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark-mode input[type=number]:focus{box-shadow:0 0 0 3px #3b82f633}input[type=checkbox]{width:16px;height:16px;cursor:pointer}select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s;background:#fff;cursor:pointer;min-width:200px}.dark-mode select{background:#2d3349;border-color:#3d4361;color:#e2e8f0}select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark-mode select:focus{box-shadow:0 0 0 3px #3b82f633}.btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d;display:inline-flex;align-items:center;gap:6px}.btn-primary{background:#3b82f6;color:#fff}.dark-mode .btn-primary{color:#fff}.btn-primary:hover{background:#2563eb;box-shadow:0 4px 6px #3b82f633}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669;box-shadow:0 4px 6px #10b98133}.btn-secondary{background:#64748b;color:#fff}.btn-secondary:hover{background:#475569;box-shadow:0 4px 6px #64748b33}.btn-danger{background:#ef4444;color:#fff;border:1px solid #ef4444}.btn-danger:hover{background:#dc2626;border-color:#dc2626}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn:disabled:hover{transform:none;box-shadow:none}body{--border-color: #e5e7eb;--background-primary: #ffffff;--background-secondary: #f8f9fc;--text-color: #1e293b;--text-color-secondary: #64748b;--primary-color: #3b82f6;--primary-color-light: #93c5fd;--primary-color-dark: #2563eb;--hover-background: #f1f5f9;--danger-color: #ef4444}body.dark-mode{--border-color: #2d3349;--background-primary: #22263a;--background-secondary: #1a1d2e;--text-color: #e2e8f0;--text-color-secondary: #94a3b8;--primary-color: #3b82f6;--primary-color-light: #60a5fa;--primary-color-dark: #1d4ed8;--hover-background: #2d3349;--danger-color: #ef4444}.tabs-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a,0 1px 2px #0000000f;border:1px solid #e5e7eb;margin-bottom:24px;transition:all .3s ease}.dark-mode .tabs-container{background:#22263a;border-color:#2d3349;box-shadow:0 2px 8px #0000004d,0 1px 2px #0003}.image-container{background:transparent;padding:0;border-radius:0;box-shadow:none;min-height:300px;border:none;transition:all .3s ease}.image-count-header{margin-bottom:20px;text-align:left}.image-count-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#eff6ff;color:#1e40af;border-radius:8px;font-size:14px;font-weight:600;border:1px solid #bfdbfe}.dark-mode .image-count-badge{background:#1e3a5f;color:#93c5fd;border-color:#1e40af}.image-count-badge svg{flex-shrink:0}.image-count-badge span{white-space:nowrap}.empty-state{text-align:center;padding:80px 20px;color:#94a3b8;transition:all .3s ease;cursor:pointer;border-radius:12px;border:2px dashed #d1d5db;margin:20px}.dark-mode .empty-state{border-color:#3d4361}.empty-state:hover{background:#3b82f614;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.dark-mode .empty-state:hover{background:#3b82f626;box-shadow:0 4px 12px #3b82f640}.empty-state:hover h3{color:#3b82f6}.dark-mode .empty-state:hover h3{color:#60a5fa}.empty-state:hover p{color:#3b82f6}.dark-mode .empty-state:hover p{color:#93c5fd}.empty-state:hover svg{opacity:.4;transform:scale(1.05)}.empty-state h3{color:#1e293b;margin-bottom:8px;font-weight:600;font-size:18px;transition:color .3s ease}.dark-mode .empty-state h3{color:#e2e8f0}.empty-state p{color:#64748b;font-size:14px;line-height:1.6;transition:color .3s ease}.dark-mode .empty-state p{color:#94a3b8}.empty-state svg{width:64px;height:64px;margin-bottom:16px;opacity:.2;transition:all .3s ease}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.image-item{position:relative;background:#f8f9fc;border-radius:12px;padding:16px;cursor:move;transition:all .2s;border:1px solid #e5e7eb}.dark-mode .image-item{background:#2d3349;border-color:#3d4361}.image-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.dark-mode .image-item:hover{box-shadow:0 4px 12px #3b82f633}.image-item.sortable-ghost{opacity:.5;border-color:#cbd5e1}.image-item.sortable-drag{opacity:.95;transform:rotate(2deg);box-shadow:0 8px 16px #00000026;border-color:#3b82f6}.image-number{position:absolute;top:12px;left:12px;background:#3b82f6;color:#fff;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;z-index:1;box-shadow:0 2px 4px #3b82f64d}.image-wrapper{width:100%;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#fff;margin-bottom:12px;cursor:pointer;text-decoration:none;border:1px solid #e5e7eb;transition:all .2s}.dark-mode .image-wrapper{background:#1a1d2e;border-color:#3d4361}.image-wrapper:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.image-wrapper img{max-width:100%;max-height:100%;object-fit:contain;display:block}.image-name{font-size:13px;color:#475569;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px;font-weight:500}.dark-mode .image-name{color:#94a3b8}.comment-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;resize:vertical;min-height:64px;margin-bottom:10px;font-family:inherit;transition:all .2s;background:#fff}.dark-mode .comment-input{background:#1a1d2e;border-color:#3d4361;color:#e2e8f0}.comment-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark-mode .comment-input:focus{box-shadow:0 0 0 3px #3b82f633}.comment-input::placeholder{color:#94a3b8}.dark-mode .comment-input::placeholder{color:#64748b}.delete-btn{width:100%;padding:8px 12px;background:#fff;color:#64748b;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.dark-mode .delete-btn{background:#2d3349;color:#94a3b8;border-color:#3d4361}.delete-btn:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.dark-mode .delete-btn:hover{background:#3d1f1f;color:#ef4444;border-color:#5c2d2d}.usage-section{margin-top:24px;padding:20px 24px;background:#f8f9fc;border-radius:8px;border:1px solid #e5e7eb}.dark-mode .usage-section{background:#1a1d2e;border-color:#2d3349}.usage-title{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:12px;display:flex;align-items:center;gap:8px}.dark-mode .usage-title{color:#e2e8f0}.usage-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.usage-list li{display:flex;align-items:center;gap:12px;color:#475569;font-size:14px;line-height:1.6}.dark-mode .usage-list li{color:#94a3b8}.usage-list li:before{content:"";width:6px;height:6px;background:#3b82f6;border-radius:50%;flex-shrink:0}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{background:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d;display:flex;align-items:center;gap:12px;min-width:300px;max-width:400px;pointer-events:auto;animation:slideInRight .3s ease-out}.dark-mode .toast{background:#22263a;border-color:#2d3349;box-shadow:0 4px 12px #0000004d,0 0 0 1px #ffffff0d}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-exit{animation:slideOutRight .3s ease-out forwards}.toast-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.toast-success .toast-icon{background:#d1fae5;color:#059669}.toast-error .toast-icon{background:#fee2e2;color:#dc2626}.toast-content{flex:1;color:#1e293b;font-size:14px;font-weight:500;line-height:1.5}.dark-mode .toast-content{color:#e2e8f0}.toast-close{flex-shrink:0;width:20px;height:20px;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;font-size:18px;line-height:1}.dark-mode .toast-close{color:#64748b}.toast-close:hover{background:#f1f5f9;color:#475569}.dark-mode .toast-close:hover{background:#2d3349;color:#94a3b8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .2s ease-out}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:400px;animation:scaleIn .2s ease-out}.dark-mode .modal{background:#22263a}.modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb}.dark-mode .modal-header{border-bottom-color:#2d3349}.modal-title{font-size:18px;font-weight:600;color:#1e293b;margin:0}.dark-mode .modal-title{color:#e2e8f0}.modal-body{padding:20px 24px;color:#475569;font-size:14px;line-height:1.6}.dark-mode .modal-body{color:#94a3b8}.modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end}.dark-mode .modal-footer{border-top-color:#2d3349}.modal-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.modal-btn-cancel{background:#fff;color:#64748b;border:1px solid #e5e7eb}.dark-mode .modal-btn-cancel{background:#2d3349;color:#94a3b8;border-color:#3d4361}.modal-btn-cancel:hover{background:#f8f9fc}.dark-mode .modal-btn-cancel:hover{background:#3d4361}.modal-btn-confirm{background:#ef4444;color:#fff}.modal-btn-confirm:hover{background:#dc2626}.theme-toggle{position:fixed;bottom:30px;right:30px;width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000}.theme-toggle:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.dark-mode .theme-toggle{background:#22263a;border-color:#3d4361}.theme-toggle svg{width:24px;height:24px;transition:all .3s ease}.theme-icon-sun{color:#f59e0b}.theme-icon-moon{color:#3b82f6}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.controls{flex-direction:column;align-items:stretch}.control-group{width:100%}.image-grid{grid-template-columns:1fr}.theme-toggle{bottom:20px;right:20px;width:48px;height:48px}.theme-toggle svg{width:20px;height:20px}}
