.btn{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.btn:hover{background:#2563eb}.btn:disabled{background:#374151;cursor:not-allowed}.btn-secondary{background:#374151}.btn-secondary:hover{background:#4b5563}.btn-success{background:#10b981}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444}.btn-danger:hover{background:#dc2626}.btn-warning{background:#f59e0b}.btn-warning:hover{background:#d97706}.btn-small{padding:6px 12px;font-size:12px}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #222;margin-bottom:20px;flex-wrap:wrap;gap:15px}.stats{display:flex;gap:20px;margin-bottom:20px;padding:15px;background:#111;border-radius:12px;flex-wrap:wrap}.stat{text-align:center}.stat-value{font-size:24px;font-weight:700;color:#3b82f6}.stat-value.warning{color:#f59e0b}.stat-label{font-size:12px;color:#888;text-transform:uppercase}.controls{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.filter-buttons{display:flex;gap:8px}.filter-buttons .btn{padding:8px 16px;font-size:13px}.filter-buttons .btn.active{background:#3b82f6}.filter-buttons .btn:not(.active){background:#222}.modified-indicator{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#1a1a1a;border-radius:8px;font-size:13px;color:#f59e0b}.image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,300px));gap:1px;background:#fff0;justify-content:center}.image-feed{display:flex;flex-direction:column;gap:75px;max-width:400px;margin:0 auto}.feed-item{position:relative;cursor:grab;border-radius:4px;overflow:hidden;background:#111}.feed-item:active{cursor:grabbing}.feed-item-number{position:absolute;top:8px;left:8px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;z-index:1}.feed-item-image{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.feed-item-delete{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.feed-item:hover .feed-item-delete{opacity:1}.feed-item-delete:hover{background:#ef4444}.image-card{position:relative;background:#000;border-radius:0;overflow:hidden;cursor:pointer;transition:opacity .2s}.image-card:hover{opacity:.85}.image-card.selected{box-shadow:inset 0 0 0 3px #3b82f6}.image-card.dragging{display:none}.image-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover;pointer-events:none;display:block}.image-card .rank-badge{position:absolute;top:10px;left:10px;background:#000c;color:#fff;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.image-card .rank-badge.top{background:#10b981}.image-card .rank-badge.custom{background:#8b5cf6}.image-card .check{position:absolute;top:10px;right:10px;width:24px;height:24px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.image-card .delete-btn{position:absolute;bottom:10px;right:10px;width:28px;height:28px;background:#ef4444e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;opacity:0;transition:opacity .2s}.image-card:hover .delete-btn{opacity:1}.image-card .delete-btn:hover{background:#dc2626}.image-card .drag-handle{position:absolute;bottom:10px;left:10px;width:28px;height:28px;background:#3b82f6e6;border:none;border-radius:6px;color:#fff;cursor:grab;display:flex;align-items:center;justify-content:center;font-size:12px;opacity:0;transition:opacity .2s}.image-card:hover .drag-handle{opacity:1}.image-card .drag-handle:active{cursor:grabbing}.image-card .vote-buttons{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;opacity:0;transition:opacity .2s}.image-card:hover .vote-buttons{opacity:1}.vote-btn{width:36px;height:36px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:transform .2s,background .2s}.vote-btn:hover{transform:scale(1.1)}.vote-btn.upvote{background:#10b981e6;color:#fff}.vote-btn.upvote:hover{background:#10b981}.vote-btn.downvote{background:#ef4444e6;color:#fff}.vote-btn.downvote:hover{background:#ef4444}.vote-btn.voted{transform:scale(1.1);box-shadow:0 0 0 2px #fff}.drop-preview{background:#10b9811a;border:2px dashed #10b981;border-radius:0;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;overflow:hidden}.drop-preview img{width:100%;height:100%;object-fit:cover;opacity:.5;border-radius:0}.selection-bar{position:fixed;bottom:0;left:0;right:0;background:#111;border-top:1px solid #333;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;z-index:100}.selection-bar.hidden{display:none}.selected-preview{display:flex;gap:10px;align-items:center}.selected-preview img{width:50px;height:50px;object-fit:cover;border-radius:8px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:200}.modal{background:#1a1a1a;border-radius:16px;padding:30px;max-width:500px;width:90%}.modal-actions{display:flex;gap:10px;margin-top:20px;justify-content:flex-end}.toast{position:fixed;bottom:100px;right:20px;background:#10b981;color:#fff;padding:15px 25px;border-radius:8px;z-index:300;animation:slideIn .3s ease}.toast.error{background:#ef4444}.tabs{display:flex;gap:0;margin-bottom:20px;border-bottom:1px solid #333}.tab{padding:12px 24px;background:transparent;border:none;color:#888;font-size:14px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.tab:hover{color:#fff}.tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.bottom-spacer{height:80px}.schedule-summary{padding:15px;background:#111;border-radius:8px;margin-bottom:15px;font-size:14px;color:#888}.schedule-summary strong{color:#10b981;font-size:18px}.schedule-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.schedule-day{background:#1a1a1a;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:center;position:relative;transition:opacity .2s,border-color .2s;border:2px solid transparent}.schedule-day.today{border-color:#3b82f6}.schedule-day.paused{opacity:.5}.schedule-day-header{text-align:center;margin-bottom:10px}.schedule-day-name{font-weight:600;color:#fff;font-size:13px}.schedule-day-date{color:#888;font-size:12px;margin-top:2px}.schedule-preview{position:relative;width:100%;aspect-ratio:4/5;border-radius:8px;overflow:hidden;background:#111;margin-bottom:10px}.schedule-posted-badge{position:absolute;top:4px;right:4px;background:#10b981;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px}.schedule-preview img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.schedule-preview-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#444;font-size:11px}.schedule-slider{position:relative;width:100%;height:60px;margin:8px 0;cursor:pointer}.schedule-slider-track{position:absolute;left:50%;top:0;bottom:0;width:4px;margin-left:-2px;background:#333;border-radius:2px}.schedule-slider-handle{position:absolute;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:center;cursor:grab;z-index:1}.schedule-slider-handle:active{cursor:grabbing}.schedule-time{background:#10b981;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap;-webkit-user-select:none;user-select:none}.schedule-day.paused .schedule-time{background:#666}.schedule-toggle{width:28px;height:28px;border-radius:50%;border:none;background:#10b981;color:#fff;font-size:14px;cursor:pointer;transition:background .2s;margin-top:5px}.schedule-toggle:hover{background:#059669}.schedule-toggle:not(.active){background:#666}.schedule-toggle:disabled{opacity:.5;cursor:not-allowed}.queue-list{padding:15px;background:#111;border-radius:12px;margin-bottom:20px}.queue-list .btn{padding:8px 16px;font-size:13px;background:#222;border:none;color:#888}.queue-list .btn.active{background:#333;color:#fff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#fff;min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:20px}h1{font-size:24px;font-weight:600}h2{margin-bottom:20px}input[type=text],input[type=password]{background:#1a1a1a;border:1px solid #333;color:#fff;padding:10px 15px;border-radius:8px;font-size:14px;width:300px}input:focus{outline:none;border-color:#3b82f6}textarea{width:100%;background:#0a0a0a;border:1px solid #333;color:#fff;padding:15px;border-radius:8px;font-size:14px;resize:vertical;min-height:100px;font-family:inherit}textarea:focus{outline:none;border-color:#3b82f6}select{background:#1a1a1a;border:1px solid #333;color:#fff;padding:10px 15px;border-radius:8px;font-size:14px}.loading{display:flex;align-items:center;justify-content:center;height:200px;color:#888}.empty-state{text-align:center;padding:60px 20px;color:#888}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}
