*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}.loading-container,.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-block;transition:all .2s}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#545b62}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333}.btn-large{padding:.75rem 1.5rem;font-size:1rem}.btn-small{padding:.25rem .5rem;font-size:.8rem}.btn:disabled{opacity:.6;cursor:not-allowed}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;color:#333;margin-bottom:.5rem}.login-header h2{font-size:1.2rem;color:#666;font-weight:400}.login-form{display:flex;flex-direction:column;gap:1rem}.error-message{background-color:#f8d7da;color:#721c24;padding:.75rem;border-radius:4px;border:1px solid #f5c6cb}.dashboard{min-height:100vh}.dashboard-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.header-actions{display:flex;gap:.5rem}.dashboard-main{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-welcome{margin-bottom:2rem}.dashboard-welcome h2{font-size:1.8rem;margin-bottom:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#007bff;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem}.dashboard-actions h3{margin-bottom:1rem}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.action-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.action-icon{font-size:2.5rem;margin-bottom:.5rem}.action-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.action-description{color:#666;font-size:.9rem}.page-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;margin-bottom:2rem}.page-header h1{font-size:1.8rem}.editor-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:900px}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.form-section:last-child{border-bottom:none}.form-section h2{font-size:1.4rem;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.data-table{width:100%;border-collapse:collapse}.data-table thead{background-color:#f8f9fa}.data-table th{padding:1rem;text-align:left;font-weight:600;color:#555;border-bottom:2px solid #e0e0e0}.data-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.data-table tbody tr:hover{background-color:#f8f9fa}.data-table tbody tr.dragging{opacity:.5}.drag-handle{cursor:move;color:#999;font-size:1.2rem;-webkit-user-select:none;user-select:none}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-ongoing{background-color:#fff3cd;color:#856404}.status-completed{background-color:#d4edda;color:#155724}.action-buttons{display:flex;gap:.5rem}.hero-image-indicator{display:flex;align-items:center;gap:.5rem}.hero-image-preview{position:relative;width:60px;height:60px;border-radius:4px;overflow:hidden;border:2px solid #007bff}.hero-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.hero-badge-small{position:absolute;top:2px;right:2px;background:#007bffe6;color:#fff;padding:2px 4px;border-radius:3px;font-size:.7rem}.no-hero{color:#999;font-size:.85rem;font-style:italic}.hero-image-info{background:#e7f3ff;border:1px solid #007bff;border-radius:4px;padding:1rem;margin-bottom:1rem}.hero-image-current{display:flex;align-items:center;gap:1rem;margin:0}.hero-image-preview-small{width:80px;height:80px;object-fit:cover;border-radius:4px;border:2px solid #007bff}.hero-image-path{color:#666;font-size:.9rem;font-family:monospace;word-break:break-all}.hero-image-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:.75rem;margin-bottom:1rem;color:#856404}.hero-image-warning p{margin:0}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.filter-buttons{display:flex;gap:.5rem}.filter-buttons button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s}.filter-buttons button:hover{background-color:#f8f9fa}.filter-buttons button.active{background-color:#007bff;color:#fff;border-color:#007bff}.filter-buttons button{position:relative;padding-right:1.5rem}.filter-delete{position:absolute;right:.25rem;top:50%;transform:translateY(-50%);cursor:pointer;font-size:1.2rem;line-height:1;opacity:.7;padding:0 .25rem}.filter-delete:hover{opacity:1;color:#dc3545}.btn-filter-add{padding:.5rem 1rem;border:1px dashed #007bff;background:#fff;color:#007bff;border-radius:4px;cursor:pointer;transition:all .2s;font-weight:500}.btn-filter-add:hover{background-color:#f0f7ff;border-color:#0056b3;color:#0056b3}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-content h3{margin-bottom:1.5rem}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.image-manager{margin-top:1rem}.upload-section{margin-bottom:1.5rem;display:flex;gap:1rem;align-items:center}.upload-button{display:inline-block;padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s}.upload-button:hover{background-color:#0056b3}.upload-button input[type=file]{display:none}.help-text{color:#666;font-size:.9rem;font-style:italic}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.image-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0;cursor:move}.image-item.dragging{opacity:.5}.image-item.hero-image{border-color:#007bff;border-width:3px}.image-item img{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.image-item:hover .image-overlay{opacity:1}.image-actions{display:flex;flex-direction:column;gap:.5rem}.hero-badge{background-color:#007bff;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.empty-state{text-align:center;padding:3rem;color:#999;background:#f8f9fa;border-radius:8px}.status-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.status-connected,.status-disconnected{display:flex;align-items:center;gap:1rem}.status-indicator{width:16px;height:16px;border-radius:50%}.status-indicator.connected{background-color:#28a745}.status-indicator.disconnected{background-color:#dc3545}.status-info p{margin-bottom:.5rem}.publish-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.publish-result{margin-top:1rem;padding:1rem;border-radius:4px}.publish-result.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.publish-result.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.info-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.info-section ul{list-style-position:inside;margin-top:1rem}.info-section li{margin-bottom:.5rem;color:#666}.help-icon{margin-left:.5rem;color:#007bff;cursor:help;font-size:.9rem}[title]{cursor:help}.success-message{background-color:#d4edda;color:#155724;padding:1rem;border-radius:4px;border:1px solid #c3e6cb;margin-bottom:1rem}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;border:1px solid #f5c6cb;margin-bottom:1rem}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:1rem;animation:slideIn .3s ease-out;border-left:4px solid}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-left-color:#28a745}.toast-error{border-left-color:#dc3545}.toast-warning{border-left-color:#ffc107}.toast-info{border-left-color:#007bff}.toast-content{display:flex;align-items:center;gap:.75rem}.toast-icon{font-size:1.2rem;font-weight:700;flex-shrink:0}.toast-success .toast-icon{color:#28a745}.toast-error .toast-icon{color:#dc3545}.toast-warning .toast-icon{color:#ffc107}.toast-info .toast-icon{color:#007bff}.toast-message{flex:1;color:#333;font-size:.95rem}.toast-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.toast-close:hover{color:#333}.confirm-dialog{max-width:400px}.confirm-dialog p{margin:1rem 0;color:#666}@media (max-width: 768px){.toast-container{top:10px;right:10px;left:10px;max-width:none}.header-content{flex-direction:column;gap:1rem}.header-actions{width:100%;flex-wrap:wrap}.form-row,.stats-grid,.action-grid{grid-template-columns:1fr}.images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.data-table{font-size:.9rem}.data-table th,.data-table td{padding:.5rem}}
