.dashboard-header{position:fixed;top:0;left:0;right:0;height:auto;min-height:50px;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;padding:4px 15px;z-index:50;box-shadow:0 1px 3px #0000000d}.dashboard-header__left{display:flex;align-items:center;gap:12px}.dashboard-header__icon{display:flex;align-items:center;justify-content:center}.dashboard-header__title{font-size:20px;font-weight:600;color:#111828;margin:0;line-height:24px}.dashboard-header__right{display:flex;align-items:center;gap:12px}.dashboard-header__subtitle{font-size:14px;color:#7c7e81}.dashboard-header__logout{font-size:14px;font-weight:500;color:#8e2de2;background:none;border:none;cursor:pointer;padding:6px 10px;border-radius:6px}.dashboard-header__logout:hover{text-decoration:underline;background:#8e2de214}@media (max-width: 768px){.dashboard-header{left:0}.dashboard-header__subtitle{display:none}}.dashboard-layout{display:flex;min-height:100vh;background:#f8fafc}.dashboard-layout__main{flex:1;margin-left:0;display:flex;flex-direction:column;min-height:100vh;max-height:100vh;overflow:hidden}.dashboard-layout__content{flex:1;margin-top:50px;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 768px){.dashboard-layout__main{margin-left:0}}.dashboard-page{display:flex;flex-direction:column;height:100%;max-height:100%;width:100%;background:#f8fafc;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-tabs{flex-shrink:0;display:flex;align-items:center;gap:2px;padding:0 24px;height:42px;background:#fff;border-bottom:1px solid #e2e8f0}.page-tab{display:flex;align-items:center;gap:6px;padding:0 14px;height:42px;font-size:13px;font-weight:500;color:#64748b;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease;font-family:inherit}.page-tab:hover{color:#0f172a}.page-tab--active{color:#6366f1;border-bottom-color:#6366f1}.dashboard-page__content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.summary-bar{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:14px 24px;background:#fff;border-bottom:1px solid #e2e8f0;overflow-x:auto}.summary-bar::-webkit-scrollbar{height:0}.stats-grid{display:flex;flex-direction:column;gap:12px;flex:1}.stats-row{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.stat-chip{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:default;transition:all .2s ease;white-space:nowrap}.stat-chip:hover{border-color:#6366f1;box-shadow:0 2px 8px #6366f11a}.stat-chip__icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}.stat-chip__icon svg{width:18px;height:18px}.stat-chip__content{display:flex;flex-direction:column}.stat-chip__value{font-size:18px;font-weight:700;color:#0f172a;line-height:1.2}.stat-chip__label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.stat-chip--total .stat-chip__icon{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);color:#6366f1}.stat-chip--total .stat-chip__value{color:#6366f1}.stat-chip--success .stat-chip__icon{background:#0596691a;color:#059669}.stat-chip--success .stat-chip__value{color:#059669}.stat-chip--warning .stat-chip__icon{background:#d977061a;color:#d97706}.stat-chip--warning .stat-chip__value{color:#d97706}.stat-chip--info .stat-chip__icon{background:#0ea5e91a;color:#0ea5e9}.stat-chip--info .stat-chip__value{color:#0ea5e9}.action-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn__icon{width:16px;height:16px}.btn__icon svg{width:100%;height:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--secondary{background:#fff;color:#334155;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.btn--secondary:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f0f4ff}.btn--primary{background:#14b8a6;color:#fff;box-shadow:0 2px 8px #14b8a64d}.btn--primary:hover:not(:disabled){background:#0d9488;box-shadow:0 4px 16px #14b8a666;transform:translateY(-1px)}.btn--success{background:#059669;color:#fff;box-shadow:0 2px 8px #0596694d}.btn--success:hover:not(:disabled){background:#047857;box-shadow:0 4px 16px #05966966;transform:translateY(-1px)}.btn--danger{background:#ef4444;color:#fff;box-shadow:0 2px 8px #ef44444d}.btn--danger:hover:not(:disabled){background:#dc2626}.btn--loading .btn__icon{animation:spin 1s linear infinite}.clients-brand-status{flex-shrink:0;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0}.clients-brand-status__title{margin:0 0 10px;font-size:13px;font-weight:600;color:#334155}.clients-brand-status__grid{display:flex;flex-wrap:wrap;gap:10px;max-height:140px;overflow-y:auto;overflow-x:hidden}.clients-brand-status__card{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;font-size:12px}.clients-brand-status__brand{font-weight:600;color:#0f172a;min-width:100px}.clients-brand-status__sent{color:#059669;font-weight:500}.clients-brand-status__pending{color:#d97706;font-weight:500}.filters-section{flex-shrink:0;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:12px}.search-box{position:relative;width:280px;flex-shrink:0}.search-box__icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#94a3b8;pointer-events:none}.search-box__icon svg{width:100%;height:100%}.search-box__input{width:100%;padding:7px 12px 7px 32px;font-size:12px;background:#f1f5f9;border:1px solid transparent;border-radius:8px;color:#0f172a;outline:none;transition:all .2s ease;height:34px;font-family:inherit}.search-box__input::placeholder{color:#94a3b8}.search-box__input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.timezone-filter{display:flex;align-items:center;gap:8px}.timezone-filter__label{font-size:12px;font-weight:500;color:#334155;white-space:nowrap}.timezone-filter__select{padding:7px 12px;font-size:12px;background:#f1f5f9;border:1px solid transparent;border-radius:8px;color:#0f172a;outline:none;transition:all .2s ease;height:34px;font-family:inherit;cursor:pointer;min-width:200px}.timezone-filter__select:hover{border-color:#cbd5e1}.timezone-filter__select:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.table-container{flex:1;min-height:0;overflow:auto;background:#fff}.results-table{width:100%;border-collapse:separate;border-spacing:0}.results-table thead{position:sticky;top:0;z-index:10;background:#f8fafc}.results-table thead th{padding:10px 16px;text-align:left;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:pointer;transition:color .15s ease,background .15s ease}.results-table thead th:hover{color:#6366f1;background:#6366f10d}.results-table thead th:first-child{padding-left:24px}.results-table thead th:last-child{padding-right:24px}.results-table thead th svg{opacity:.4;transition:opacity .15s ease;vertical-align:middle;margin-left:4px}.results-table thead th:hover svg{opacity:.8}.results-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .15s ease}.results-table tbody tr:hover{background:#f0f4ff}.results-table tbody tr:last-child{border-bottom:none}.results-table tbody td{padding:12px 16px;font-size:13px;color:#0f172a;vertical-align:top}.results-table tbody td:first-child{padding-left:24px}.results-table tbody td:last-child{padding-right:24px}.results-table .cell--nowrap{white-space:nowrap}.results-table .cell--nowrap .cell-mention{display:inline;white-space:nowrap}.results-table .cell--email{font-family:SF Mono,Monaco,Courier New,monospace;font-size:11px;color:#64748b;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.results-table .cell--name{font-weight:500;color:#0f172a}.results-table .cell--code{font-family:SF Mono,Monaco,Courier New,monospace;font-size:11px;color:#64748b;background:#f1f5f9;padding:3px 6px;border-radius:4px;display:inline-block}.results-table .th-actions{width:1%;min-width:140px;white-space:nowrap}.results-table .cell--actions{display:flex;flex-wrap:nowrap;gap:6px;justify-content:flex-start;white-space:nowrap}.results-table .no-results{text-align:center;padding:60px 20px;color:#94a3b8;font-size:13px}.hector-users-tab .summary-bar{padding:8px 16px;gap:8px}.hector-users-tab .stats-row{gap:8px}.hector-users-tab .stat-chip{padding:6px 12px;gap:8px}.hector-users-tab .stat-chip__icon{width:32px;height:32px}.hector-users-tab .stat-chip__icon svg{width:16px;height:16px}.hector-users-tab .stat-chip__value{font-size:16px}.hector-users-tab .filters-section{padding:8px 16px;gap:10px}.hector-users-tab .table-container .results-table th,.hector-users-tab .table-container .results-table td{padding:8px 12px}.hector-users-tab .table-container .results-table .cell--actions{padding:6px 12px}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-badge--success{background:#0596691a;color:#059669}.status-badge--warning{background:#d977061a;color:#d97706}.status-badge--danger{background:#ef44441a;color:#ef4444}.status-badge--info{background:#0ea5e91a;color:#0ea5e9}.content-card{background:#fff;border-radius:10px;margin:16px 24px;box-shadow:0 1px 3px #00000014;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}.content-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e2e8f0}.content-card__title{font-size:16px;font-weight:600;color:#0f172a;margin:0}.content-card__body{flex:1;overflow:auto;min-height:0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fff}.loading-state .spinner{width:40px;height:40px;border:3px solid #f1f5f9;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-state p{font-size:13px;color:#64748b}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fff}.empty-state__title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:6px}.empty-state__description{font-size:13px;color:#64748b}.toast{position:fixed;top:70px;right:24px;padding:12px 20px;border-radius:8px;font-size:13px;font-weight:500;color:#fff;box-shadow:0 4px 16px #00000026;z-index:1000;animation:slideIn .3s ease}.toast--success{background:#059669}.toast--error{background:#ef4444}@keyframes slideIn{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}.hector-users-tab{display:flex;flex-direction:column;height:100%;overflow:hidden}.hector-users-tab .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0}.stat-card{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:all .2s ease}.stat-card:hover{border-color:#6366f1;box-shadow:0 2px 8px #6366f11a}.stat-card__icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card__icon svg{width:20px;height:20px;color:#fff}.stat-card__icon--primary{background:#6366f1}.stat-card__icon--success{background:#059669}.stat-card__icon--info{background:#3b82f6}.stat-card__icon--warning{background:#d97706}.stat-card__content{flex:1;min-width:0}.stat-card__value{font-size:20px;font-weight:700;color:#0f172a;line-height:1.2}.stat-card__label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-controls{display:flex;align-items:center;gap:12px;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.search-box{position:relative;flex:1;max-width:400px}.search-box svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#94a3b8;pointer-events:none}.search-input{width:100%;padding:7px 12px 7px 32px;font-size:12px;background:#f1f5f9;border:1px solid transparent;border-radius:8px;color:#0f172a;outline:none;transition:all .2s ease;height:34px;font-family:inherit}.search-input::placeholder{color:#94a3b8}.search-input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-group{display:flex;align-items:center;gap:8px}.filter-label{font-size:12px;font-weight:500;color:#334155;white-space:nowrap}.filter-select{padding:7px 12px;font-size:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;outline:none;cursor:pointer;transition:all .2s ease;font-family:inherit;height:34px}.filter-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.type-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.type-badge--client{background:#6366f11a;color:#6366f1}.type-badge--manager{background:#d977061a;color:#d97706}.type-badge--executive{background:#0596691a;color:#059669}.status-badge--neutral{background:#64748b1a;color:#64748b}.batch-progress-bar{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.batch-progress-bar .batch-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.batch-progress-bar .batch-progress-header .batch-progress-title{display:flex;align-items:center;gap:12px;font-weight:600;font-size:14px;color:#111828}.batch-progress-bar .batch-progress-header .batch-status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.batch-progress-bar .batch-progress-header .batch-status-badge--pending{background:#f3f4f6;color:#6b7280}.batch-progress-bar .batch-progress-header .batch-status-badge--running{background:#dbeafe;color:#1e40af;animation:pulse 2s infinite}.batch-progress-bar .batch-progress-header .batch-status-badge--completed{background:#d1fae5;color:#065f46}.batch-progress-bar .batch-progress-header .batch-status-badge--failed{background:#fee2e2;color:#991b1b}.batch-progress-bar .batch-progress-header .btn--icon{padding:6px;min-width:auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.batch-progress-bar .batch-progress-header .btn--icon svg{width:16px;height:16px}.batch-progress-bar .batch-progress-header .btn--icon:disabled{opacity:.5;cursor:not-allowed}.batch-progress-bar .batch-progress-stats{display:flex;gap:24px;margin-bottom:12px;flex-wrap:wrap}.batch-progress-bar .batch-progress-stats .batch-progress-stat{display:flex;align-items:center;gap:8px;font-size:13px}.batch-progress-bar .batch-progress-stats .batch-progress-stat .batch-progress-stat-label{color:#333843}.batch-progress-bar .batch-progress-stats .batch-progress-stat .batch-progress-stat-value{font-weight:600;color:#111828}.batch-progress-bar .batch-progress-stats .batch-progress-stat .batch-progress-stat-value--success{color:#10b981}.batch-progress-bar .batch-progress-stats .batch-progress-stat .batch-progress-stat-value--warning{color:#fbac05}.batch-progress-bar .batch-progress-stats .batch-progress-stat .batch-progress-stat-value--danger{color:#ef4444}.batch-progress-bar .batch-progress-bar-container{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:8px}.batch-progress-bar .batch-progress-bar-container .batch-progress-bar-fill{height:100%;background:linear-gradient(90deg,#0d063f,#170a6e);transition:width .3s ease;border-radius:4px}.batch-progress-bar .batch-progress-percentage{text-align:right;font-size:12px;color:#333843;font-weight:500}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.modal-content--preview{max-width:600px;width:90%}.modal-body--preview{max-height:70vh;overflow-y:auto}.message-preview{padding:16px;background:#f1f5f9;border-radius:8px;border:1px solid #e2e8f0}.message-preview__text{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;color:#0f172a;background:transparent;border:none}.error-state{padding:24px;text-align:center}.error-message{color:#dc3545;margin:0}.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;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .2s ease}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e2e8f0}.modal__title{font-size:16px;font-weight:600;color:#0f172a;margin:0}.modal__close{background:none;border:none;cursor:pointer;padding:4px;color:#64748b;transition:color .15s ease;display:flex;align-items:center;justify-content:center}.modal__close:hover{color:#0f172a}.modal__close svg{width:20px;height:20px}.modal__body{padding:24px;overflow-y:auto;max-height:calc(90vh - 140px)}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e2e8f0;background:#f1f5f9}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:13px;font-weight:500;color:#0f172a;margin-bottom:6px}.form-group input,.form-group textarea{width:100%;padding:10px 12px;font-size:13px;background:#f1f5f9;border:1px solid transparent;border-radius:8px;color:#0f172a;outline:none;transition:all .2s ease;font-family:inherit}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group textarea{min-height:100px;resize:vertical}.form-group .help-text{font-size:11px;color:#64748b;margin-top:4px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.status-page-section{margin-bottom:32px}.status-page-section:last-child{margin-bottom:0}.status-page-section--manual{margin-bottom:32px}.status-page-section--jobs{margin-top:24px}.status-loading{text-align:center;padding:48px;color:#7c7e81}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px}.status-card{background:#f3f4f6;border-radius:8px;padding:24px}.status-card h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#111828}.status-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e0e0e0}.status-item:last-child{border-bottom:none}.status-label{color:#7c7e81;font-size:14px}.status-value{font-weight:500;color:#111828;font-size:14px}.status-actions{border-top:1px solid #e0e0e0;padding-top:24px}.message-type-selector,.timezone-selector{margin:12px 0}.message-type-selector label,.timezone-selector label{display:block;margin-bottom:4px;font-weight:500;color:#111828;font-size:14px}.message-type-selector select,.timezone-selector select{width:100%;max-width:400px;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;margin-bottom:4px;cursor:pointer;transition:border-color .2s}.message-type-selector select:hover:not(:disabled),.timezone-selector select:hover:not(:disabled){border-color:#4285f4}.message-type-selector select:focus,.timezone-selector select:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px #4285f41a}.message-type-selector select:disabled,.timezone-selector select:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.message-type-selector small,.timezone-selector small{display:block;color:#7c7e81;font-size:12px;line-height:1.4}.action-buttons{display:flex;gap:12px}.manual-triggers{display:flex;flex-direction:column;gap:24px}.manual-trigger-item{display:flex;justify-content:space-between;align-items:center;padding:24px;background:#f5f7fa;border-radius:8px;border:1px solid #e0e0e0;gap:24px}@media (max-width: 768px){.manual-trigger-item{flex-direction:column;align-items:stretch}}.manual-trigger-info{flex:1}.manual-trigger-title{margin:0 0 8px;font-size:20px;font-weight:600;color:#111828}.manual-trigger-description{margin:0 0 12px;font-size:14px;color:#7c7e81;line-height:1.5}.manual-trigger-status{display:flex;align-items:center;gap:8px;font-size:12px;color:#7c7e81;margin-top:8px}.status-indicator{width:8px;height:8px;border-radius:50%;display:inline-block}.status-indicator--running{background:#3b82f6;animation:pulse 2s infinite}.status-indicator--success{background:#10b981}.status-indicator--error{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-tab__jobs-loader{display:flex;align-items:center;justify-content:center;gap:12px;padding:48px;color:#7c7e81;font-size:14px}.status-tab__jobs-loader-spinner{width:24px;height:24px;border:2px solid #e0e0e0;border-top-color:#4285f4;border-radius:50%;animation:status-tab-spin .8s linear infinite}@keyframes status-tab-spin{to{transform:rotate(360deg)}}.status-tab__jobs-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:16px}.status-tab__filter-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#111828}.status-tab__filter-select{padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;cursor:pointer;min-width:160px}.status-tab__bulk-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.status-tab__bulk-count{font-size:14px;color:#7c7e81;margin-right:8px}.status-tab__bulk-btn{padding:8px 12px;font-size:14px;border-radius:6px;border:1px solid #e0e0e0;background:#f5f7fa;cursor:pointer;transition:background .2s,border-color .2s}.status-tab__bulk-btn:hover:not(:disabled){background:#f3f4f6;border-color:#4285f4}.status-tab__bulk-btn:disabled{opacity:.6;cursor:not-allowed}.status-tab__bulk-btn--danger:hover:not(:disabled){border-color:#ef4444;background:#ef444414}.status-tab__th-checkbox,.status-tab__td-checkbox{width:44px;text-align:center;vertical-align:middle}.status-tab__td-actions{white-space:nowrap}.status-tab__action-btn{padding:4px 8px;font-size:12px;border-radius:6px;border:1px solid #e0e0e0;background:#f5f7fa;cursor:pointer;margin-right:4px;transition:background .2s,border-color .2s}.status-tab__action-btn:hover:not(:disabled){background:#f3f4f6;border-color:#4285f4}.status-tab__action-btn:disabled{opacity:.6;cursor:not-allowed}.status-tab__action-btn--danger:hover:not(:disabled){border-color:#ef4444;background:#ef444414}.schedule-tab,.schedule-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:4px}.form-label{font-weight:600;color:#111828;font-size:14px;display:flex;align-items:center;gap:4px}.form-label .required{color:#ef4444}.form-select,.form-input{width:100%;max-width:500px;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;cursor:pointer;transition:border-color .2s}.form-select:hover:not(:disabled),.form-input:hover:not(:disabled){border-color:#4285f4}.form-select:focus,.form-input:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px #4285f41a}.form-select:disabled,.form-input:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.form-input[type=datetime-local]{cursor:text}.form-help{display:block;color:#7c7e81;font-size:12px;line-height:1.4;margin-top:4px}.form-message{padding:12px;border-radius:6px;font-size:14px;font-weight:500}.form-message--success{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.form-message--error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.form-actions{display:flex;gap:12px;margin-top:12px}.loading-state{text-align:center;padding:48px;color:#7c7e81}.loading-state .spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top-color:#4285f4;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 12px}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f7fc,#e6e4f8);padding:16px}.login-card{width:100%;max-width:420px;background:#fff;border-radius:18px;box-shadow:0 4px 20px #0000000d;padding:48px}.login-card__logo{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.login-card__logo-img{display:block;max-width:200px;height:auto;object-fit:contain}.login-card__form{display:flex;flex-direction:column;gap:16px}.login-card__error{padding:8px 12px;background:#ef44441a;color:#ef4444;border-radius:6px;font-size:14px}.login-card__field{display:flex;flex-direction:column;gap:6px}.login-card__field label{font-size:14px;font-weight:500;color:#333}.login-card__field input{width:100%;padding:12px 14px;font-size:16px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;transition:border-color .15s,box-shadow .15s}.login-card__field input::placeholder{color:#a0a0a0}.login-card__field input:focus{outline:none;border-color:#8e2de2;box-shadow:0 0 0 3px #8e2de21f}.login-card__password-wrap{position:relative;display:flex}.login-card__password-wrap input{padding-right:48px}.login-card__password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:36px;height:32px;padding:0;border:none;border-left:1px solid #e0e0e0;background:#f8f7fc;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:5px}.login-card__password-toggle:hover{color:#333;background:#eeecf5}.login-card__options{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.login-card__remember{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333}.login-card__remember input[type=checkbox]{width:18px;height:18px;accent-color:#8e2de2;cursor:pointer}.login-card__remember-label{-webkit-user-select:none;user-select:none}.login-card__forgot{font-size:14px;color:#8e2de2;text-decoration:none;font-weight:500}.login-card__forgot:hover{text-decoration:underline}.login-card__submit{width:100%;padding:14px 20px;font-size:16px;font-weight:600;color:#fff;background:#8e2de2;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.login-card__submit:hover:not(:disabled){background:#7b25c7}.login-card__submit:disabled{opacity:.7;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#111828;background:#f5f7fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;width:100%}.text-muted{color:#7c7e81}.text-success{color:#10b981}.text-error{color:#ef4444}.text-warning{color:#fbac05}
