*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}body{font-family:Inter,sans-serif;background:#f0f2f5;color:#333;min-height:100vh}button{font-family:inherit;cursor:pointer}.card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #0000000f}.card-title{font-size:.95rem;font-weight:700;color:#1a1a2e;margin-bottom:18px;display:flex;align-items:center;gap:8px}.btn-primary{padding:12px 20px;border:none;border-radius:10px;background:linear-gradient(135deg,#6c63ff,#5a52e0);color:#fff;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #6c63ff4d;transition:all .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6c63ff66}.btn-primary:disabled{background:#ccc;box-shadow:none;transform:none;cursor:default}.btn-outline{padding:9px 16px;border:1.5px solid #6c63ff;border-radius:10px;background:#fff;color:#6c63ff;font-size:.85rem;font-weight:600;transition:all .2s}.btn-outline:hover{background:#f4f3ff}.btn-sm{padding:5px 12px;border-radius:7px;font-size:.76rem;font-weight:600;border:1px solid #e0e0e0;background:#fff;color:#555;transition:all .15s}.btn-sm:hover{border-color:#6c63ff;color:#6c63ff}.btn-sm.danger:hover{border-color:#e74c3c;color:#e74c3c}.form-group{margin-bottom:14px}.lbl{display:block;font-size:.8rem;font-weight:600;color:#555;margin-bottom:5px}input[type=datetime-local],input[type=text],input[type=number],input[type=password],select,textarea{width:100%;padding:10px 13px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:.88rem;color:#333;outline:none;transition:border .2s;font-family:inherit}input:focus,select:focus,textarea:focus{border-color:#6c63ff}textarea{resize:vertical;min-height:90px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:20px;font-size:.7rem;font-weight:700}.badge-pending{background:#fff8e1;color:#f59f00}.badge-posting{background:#e3f2fd;color:#1976d2}.badge-done{background:#e8f5e9;color:#2e7d32}.badge-failed{background:#ffebee;color:#c62828}.platform-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;border-radius:20px;font-size:.75rem;font-weight:600;color:#fff}.ptag-ig{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.ptag-fb{background:#1877f2}.empty{text-align:center;padding:40px 20px;color:#ccc}.spin{display:inline-block;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.modal{background:#fff;border-radius:18px;padding:28px;width:580px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h2{font-size:1rem;font-weight:700;color:#1a1a2e}.modal-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#888}.toast{position:fixed;bottom:24px;right:24px;background:#1a1a2e;color:#fff;padding:12px 20px;border-radius:12px;font-size:.85rem;font-weight:500;box-shadow:0 8px 24px #0003;z-index:9999;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}.drop-zone{border:2px dashed #c8c8e8;border-radius:12px;padding:28px 20px;text-align:center;cursor:pointer;transition:all .2s;position:relative;background:#fafafe}.drop-zone:hover,.drop-zone.over{border-color:#6c63ff;background:#f4f3ff}.drop-zone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}@media (max-width: 700px){.page{padding:0 14px!important}}.queue-scroll{scrollbar-width:thin;scrollbar-color:#b8b8b8 #f5f5f5}.queue-scroll::-webkit-scrollbar{width:10px}.queue-scroll::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.queue-scroll::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:10px}.queue-scroll::-webkit-scrollbar-thumb:hover{background:#8d8d8d}
