*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 32rem),#f7f8fa;padding:24px}.login-box{background:#fff;padding:32px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 18px 45px #0f172a14;width:100%;max-width:420px}.login-box h1{margin:0 0 .5rem;color:#111827;font-size:1.8rem;text-align:center}.login-box h2{margin:0 0 2rem;color:#666;font-size:1rem;font-weight:400;text-align:center}.form-group{margin-bottom:1.5rem}.login-button{width:100%;padding:.75rem;background:#0f766e;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.login-button:hover:not(:disabled){background:#0b5f59;box-shadow:0 8px 20px #0f766e33}.login-button:disabled{opacity:.6;cursor:not-allowed}.session-expired-message{background:#fff3cd;color:#856404;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;text-align:center;border:1px solid #ffc107}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:auto;margin-right:.5rem;cursor:pointer}.checkbox-label span{color:#666;font-size:.9rem}.login-hint{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee;text-align:center;color:#666;font-size:.85rem}.login-hint strong{color:#333}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:#f7f8fa;color:#1f2937}.app-sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid #e5e7eb;padding:20px 16px}.app-brand{display:flex;align-items:center;gap:12px;padding:0 8px 20px;border-bottom:1px solid #eef0f3}.app-brand-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:#0f766e;color:#fff;font-weight:700;font-size:13px}.app-brand strong,.app-brand span{display:block}.app-brand strong{font-size:15px;color:#111827}.app-brand span{margin-top:2px;font-size:12px;color:#6b7280}.app-nav{display:flex;flex-direction:column;gap:4px;padding-top:18px}.app-nav-link{display:flex;align-items:center;min-height:40px;padding:0 12px;border-radius:8px;color:#4b5563;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .16s ease,color .16s ease}.app-nav-link:hover{background:#f3f4f6;color:#111827}.app-nav-link.active{background:#e6f4f1;color:#0f766e}.app-main{min-width:0;display:flex;flex-direction:column}.app-topbar{min-height:76px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 28px;background:#fff;border-bottom:1px solid #e5e7eb}.app-topbar h1{margin:0;font-size:22px;line-height:1.25;color:#111827;letter-spacing:0}.app-topbar p{margin:4px 0 0;color:#6b7280;font-size:13px}.app-topbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.app-logout-button{height:36px;padding:0 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;cursor:pointer;font-size:14px}.app-logout-button:hover{background:#f9fafb;border-color:#d1d5db}.app-content{width:100%;padding:24px 28px}@media(max-width:860px){.app-shell{grid-template-columns:1fr}.app-sidebar{position:static;height:auto;padding:12px 14px;border-right:none;border-bottom:1px solid #e5e7eb}.app-brand{padding:0 0 12px}.app-nav{flex-direction:row;overflow-x:auto;padding-top:12px}.app-nav-link{white-space:nowrap;min-height:36px}.app-topbar{align-items:flex-start;flex-direction:column;padding:16px}.app-topbar-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.app-content{padding:16px}}.page-loading{width:100%;max-width:1200px;margin:0 auto}.page-loading-header{display:inline-flex;align-items:center;gap:10px;min-height:36px;padding:0 12px;border:1px solid #dce4e2;border-radius:8px;background:#f7fbfa;color:#35615d;font-size:14px;font-weight:600}.page-loading-dot{width:8px;height:8px;border-radius:999px;background:#0f766e;animation:page-loading-pulse 1.1s ease-in-out infinite}.page-loading-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:18px}.page-loading-card{min-height:116px;padding:18px;border:1px solid #edf0f4;border-radius:8px;background:#fff}.page-loading-line{height:12px;margin-top:14px;border-radius:999px;background:linear-gradient(90deg,#eef2f6,#f8fafc 45%,#eef2f6);background-size:180% 100%;animation:page-loading-shimmer 1.2s ease-in-out infinite}.page-loading-line:first-child{margin-top:0}.page-loading-line.wide{width:72%}.page-loading-line.short{width:44%}@keyframes page-loading-pulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes page-loading-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.dashboard{min-height:100vh;background:#f5f5f5}.dashboard-content{max-width:1200px;margin:0 auto}.today-panel,.recent-section{background:#fff;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f}.today-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.today-header h2{margin:0;color:#111827;font-size:1.2rem}.today-header p{margin:.35rem 0 0;color:#6b7280;font-size:.9rem}.todo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.todo-item{min-height:112px;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:inherit;text-decoration:none;display:flex;flex-direction:column;gap:.35rem}.todo-item:hover{border-color:#0f766e;background:#f7fbfa}.todo-item.urgent{border-color:#f59e0b;background:#fffbeb}.todo-item span{color:#6b7280;font-size:.85rem;font-weight:600}.todo-item strong{color:#111827;font-size:1.8rem}.todo-item small{color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.stat-card h3{margin:0 0 .5rem;color:#666;font-size:.9rem;font-weight:500}.stat-number{margin:0;font-size:2.5rem;font-weight:700;color:#333}.stat-card.pending{border-left:4px solid #ffc107}.stat-card.connected{border-left:4px solid #28a745}.view-link{display:inline-block;margin-top:.5rem;color:#0f766e;text-decoration:none;font-size:.9rem}.quick-actions{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.recent-list{display:flex;flex-direction:column;gap:.75rem}.recent-row{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr) auto;gap:1rem;align-items:center;padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:8px;color:inherit;text-decoration:none}.recent-row:hover{border-color:#0f766e;background:#f7fbfa}.recent-row strong,.recent-row span{display:block}.recent-row strong{color:#111827}.recent-row span,.recent-row small,.recent-row p{color:#6b7280;font-size:.88rem}.recent-row p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-empty{padding:2rem;border:1px dashed #d1d5db;border-radius:8px;color:#6b7280;text-align:center;background:#f9fafb}.quick-actions h2{margin:0 0 1.5rem;color:#333}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.action-card{padding:1.5rem;border:2px solid #eee;border-radius:8px;text-decoration:none;color:inherit;transition:all .2s}.action-card:hover{border-color:#0f766e;box-shadow:0 4px 12px #0f766e29}.action-card h3{margin:0 0 .5rem;color:#333}.action-card p{margin:0;color:#666;font-size:.9rem}@media(max-width:820px){.today-header,.recent-row{align-items:flex-start;grid-template-columns:1fr;flex-direction:column}.todo-grid{grid-template-columns:1fr}}.toast{position:fixed;right:24px;top:24px;z-index:2000;display:flex;align-items:center;gap:12px;max-width:min(420px,calc(100vw - 32px));padding:12px 14px;border-radius:8px;border:1px solid #d8dee8;background:#fff;color:#1f2937;box-shadow:0 18px 45px #0f172a24;font-size:14px}.toast-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.toast-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.toast-warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.toast button{width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:inherit;cursor:pointer;font-size:18px;line-height:1}.toast button:hover{background:#0f172a14}@media(max-width:560px){.toast{right:16px;top:16px}}.customers-page{max-width:1200px;margin:0 auto}.page-header{background:#fff;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:1rem}.page-header h1{margin:0;color:#333}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.clear-all-btn{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;transition:all .2s;white-space:nowrap}.clear-all-btn:hover{background:#c82333;transform:scale(1.02)}.clear-all-btn:active{transform:scale(.98)}.filter-tabs button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s}.filter-tabs button:hover{border-color:#0f766e;color:#0f766e}.filter-tabs button.active{background:#0f766e;color:#fff;border-color:#0f766e}.customers-list{padding-top:1rem;display:flex;flex-direction:column;gap:1rem}.customer-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000f;text-decoration:none;color:inherit;transition:all .2s}.customer-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.customer-card.priority{border-left:4px solid #f59e0b}.customer-card.has-unread{background:#fbfefd}.customer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.customer-header h3{margin:0 0 .25rem;color:#333}.customer-phone{margin:0;color:#666;font-size:.9rem}.customer-badges{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.badge-success{background:#d4edda;color:#155724}.badge-warning{background:#fff3cd;color:#856404}.badge-info{background:#d1ecf1;color:#0c5460}.badge-secondary{background:#e2e3e5;color:#383d41}.badge-ai-draft{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.badge-ai-failed{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.badge-ai-transfer{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.badge-ai-human{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.badge-new{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.badge-old{background:#fff3e0;color:#e65100;border:1px solid #ffcc80}.customer-info{display:flex;justify-content:space-between;align-items:center;color:#666;font-size:.9rem}.unread-count{background:#0f766e;color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:600}.search-container{padding:1rem 0;background:#fff;border-bottom:none}.search-box{max-width:1200px;margin:0 auto;position:relative}.search-box input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s}.search-box input:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.search-box input::placeholder{color:#999}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#999;font-size:1rem}.customer-name-section{display:flex;flex-direction:column;gap:.25rem}.customer-name-section h3{margin:0;color:#333;font-size:1.1rem;font-weight:600}.customer-name-section .no-name{color:#999;font-style:italic;font-weight:400}.customer-phone{margin:0;color:#666;font-size:.85rem;font-family:Monaco,Consolas,monospace}.customer-count{color:#666;font-size:.9rem;margin-left:.5rem}.no-results{text-align:center;padding:3rem;color:#666}.no-results p{margin:.5rem 0}.no-results .hint{font-size:.9rem;color:#999}.customer-message-preview{margin:.5rem 0;padding:.5rem .75rem;background:#f8f9fa;border-radius:6px;font-size:.9rem;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-left:3px solid #0f766e}.customer-message-preview .message-direction{margin-right:.5rem}.danger-zone{margin-top:1.5rem;padding:1rem;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#7f1d1d;display:flex;align-items:center;justify-content:space-between;gap:1rem}.danger-zone strong{display:block;color:#991b1b;margin-bottom:.25rem}.danger-zone p{margin:0;font-size:.88rem}@media(max-width:720px){.customer-header,.customer-info,.danger-zone{align-items:flex-start;flex-direction:column}.customer-badges{justify-content:flex-start}.clear-all-btn{width:100%}}.customer-detail{max-width:1400px;margin:0 auto}.detail-header{background:#fff;padding:1rem;display:flex!important;flex-direction:row!important;align-items:center;justify-content:flex-start;gap:1rem;border:1px solid #e5e7eb;border-radius:8px;margin-top:0;position:relative;z-index:5;width:100%;box-sizing:border-box}.detail-header .back-button{width:auto;max-width:max-content;min-height:36px;padding:0 12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;color:#374151;flex-shrink:0;white-space:nowrap;order:1}.detail-header .back-button:hover{background:#e0e0e0}.detail-header h1{margin:0;color:#111827;font-size:1.35rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-title-block{min-width:0;flex:1;order:2}.detail-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px;color:#6b7280;font-size:13px}.detail-meta span{display:inline-flex;align-items:center;min-height:24px}.detail-status,.detail-ai-enabled,.detail-ai-disabled{padding:0 8px;border-radius:999px;font-weight:600}.detail-status-normal{background:#eef2ff;color:#3730a3}.detail-status-pending{background:#fffbeb;color:#92400e}.detail-status-processed{background:#f0fdf4;color:#166534}.detail-ai-enabled{background:#e6f4f1;color:#0f766e}.detail-ai-disabled{background:#f3f4f6;color:#6b7280}.detail-content{display:grid;grid-template-columns:300px 1fr;gap:2rem;padding-top:1rem}.customer-info-panel{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:fit-content}.customer-info-panel h2{margin:0 0 1.5rem;color:#333;font-size:1.2rem}.info-item{margin-bottom:1.5rem}.info-item label{display:block;margin-bottom:.5rem;color:#666;font-size:.9rem;font-weight:500}.info-item select{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.field-hint{margin:.5rem 0 0;color:#6b7280;font-size:.82rem;line-height:1.45}.ai-state-card{margin-top:1rem;padding:1rem;border:1px solid #d8dee8;border-radius:8px;background:#f8fafc}.ai-state-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem;color:#64748b;font-size:.82rem}.ai-state-card-header strong{color:#111827;font-size:.95rem;text-align:right}.ai-state-card p{margin:0;color:#374151;font-size:.9rem;line-height:1.55}.ai-state-card small{display:block;margin-top:.5rem;color:#4b5563;font-size:.82rem;line-height:1.45}.ai-state-time{display:block;margin-top:.65rem;color:#6b7280;font-size:.78rem}.ai-state-active{border-color:#99f6e4;background:#f0fdfa}.ai-state-human,.ai-state-off,.ai-state-skipped{border-color:#e5e7eb;background:#f9fafb}.ai-state-draft,.ai-state-review{border-color:#fde68a;background:#fffbeb}.ai-state-failed{border-color:#fecaca;background:#fef2f2}.ai-event-timeline{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.ai-event-timeline h3{margin:0 0 .75rem;color:#374151;font-size:.95rem}.ai-event-item{padding:.65rem 0;border-bottom:1px solid #eef2f7}.ai-event-item:last-child{border-bottom:0}.ai-event-item strong,.ai-event-item span,.ai-event-item time{display:block}.ai-event-item strong{color:#111827;font-size:.86rem}.ai-event-item span{margin-top:.25rem;color:#4b5563;font-size:.82rem;line-height:1.45}.ai-event-item time{margin-top:.25rem;color:#9ca3af;font-size:.76rem}.toggle{display:inline-block;position:relative;width:50px;height:24px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle input:checked+.toggle-slider{background-color:#0f766e}.toggle input:checked+.toggle-slider:before{transform:translate(26px)}.messages-panel{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 200px)}.messages-panel h2{margin:0 0 1rem;color:#333;font-size:1.2rem}.ai-job-status{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;margin-bottom:.75rem;border:1px solid #d8dee8;border-radius:8px;background:#f8fafc;color:#334155;font-size:.9rem}.ai-job-status>div:first-child{display:flex;align-items:center;gap:.5rem;min-width:0}.ai-job-label{color:#64748b}.ai-job-retry-count{color:#64748b;font-size:.8rem}.ai-job-hint{color:#0f766e;white-space:nowrap}.ai-job-status-generating,.ai-job-status-sending,.ai-job-status-pending{border-color:#99f6e4;background:#f0fdfa}.ai-job-status-sent{border-color:#bbf7d0;background:#f0fdf4}.ai-job-status-failed,.ai-job-status-skipped{border-color:#fecaca;background:#fef2f2}.ai-job-status-draft{align-items:stretch;border-color:#fde68a;background:#fffbeb}.ai-job-error{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;min-width:0}.ai-job-error span{color:#991b1b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:360px}.ai-job-error button{padding:.4rem .75rem;background:#991b1b;color:#fff;border:none;border-radius:6px;cursor:pointer;white-space:nowrap}.ai-job-error button:hover:not(:disabled){background:#7f1d1d}.ai-job-error button:disabled{opacity:.6;cursor:not-allowed}.ai-job-draft{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:260px}.ai-job-draft span{color:#92400e;font-size:.85rem}.ai-job-draft textarea{width:100%;min-height:80px;padding:.65rem;border:1px solid #fbbf24;border-radius:6px;font:inherit;resize:vertical;box-sizing:border-box}.ai-job-draft-actions{display:flex;gap:.5rem;justify-content:flex-end}.ai-job-draft-actions button{padding:.45rem .75rem;border:none;border-radius:6px;cursor:pointer;white-space:nowrap}.ai-job-draft-actions button:first-child{background:#0f766e;color:#fff}.ai-job-draft-actions button:last-child{background:#f59e0b;color:#111827}.ai-job-draft-actions button:disabled{opacity:.6;cursor:not-allowed}.messages-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.message{padding:1rem;border-radius:8px;max-width:70%}.message.in{align-self:flex-start;background:#f0f0f0}.message.out{align-self:flex-end;background:#0f766e;color:#fff}.message-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;opacity:.8}.message-content{word-wrap:break-word}.message-input{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #eee;background:#fff;position:sticky;bottom:0}.message-input input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.message-input button{padding:.75rem 1.5rem;background:#0f766e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem}.message-input button:hover:not(:disabled){background:#0b5f59}.message-input button:disabled{opacity:.6;cursor:not-allowed}.customer-detail-loading,.customer-detail-error{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:#666}.copy-info-button{width:100%;padding:12px;margin-top:20px;background:#0f766e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.copy-info-button.compact{width:auto;margin-top:0;min-height:36px;padding:0 12px;font-size:14px;border-radius:8px;flex-shrink:0;order:3}.copy-info-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0f766e38}.copy-info-button:active:not(:disabled){transform:translateY(0)}.copy-info-button:disabled{opacity:.6;cursor:not-allowed}.conversation-empty{min-height:220px;display:grid;place-items:center;align-content:center;gap:6px;color:#6b7280;text-align:center;border:1px dashed #d1d5db;border-radius:8px;background:#f9fafb}.conversation-empty strong{color:#374151}@media(max-width:768px){.detail-header{align-items:flex-start;flex-wrap:wrap}.copy-info-button.compact{width:100%;justify-content:center}.detail-content{grid-template-columns:1fr}.messages-panel{height:auto;min-height:70vh}.ai-job-status{align-items:flex-start;flex-direction:column}.ai-job-error{align-items:flex-start;flex-direction:column;width:100%}.ai-job-error span{max-width:100%;white-space:normal}.ai-job-draft{width:100%}.ai-job-draft-actions{flex-direction:column}.message{max-width:90%}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:24px;color:#333}.close-btn{background:none;border:none;font-size:32px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.close-btn:hover{color:#333}.modal-body{padding:30px}.status-message{text-align:center;padding:40px 20px}.status-message p{margin:10px 0;font-size:16px;color:#666}.status-message .hint{font-size:14px;color:#999;line-height:1.45}.modal-warning{margin:18px auto 0;max-width:420px;padding:12px 14px;border-radius:6px;background:#fff8e8;border:1px solid #f1d39b;color:#7a4a08;font-size:14px;line-height:1.45;text-align:left}.spinner{border:4px solid #f3f3f3;border-top:4px solid #25D366;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-icon{width:60px;height:60px;border-radius:50%;background-color:#25d366;color:#fff;font-size:40px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.error-icon{width:60px;height:60px;border-radius:50%;background-color:#dc3545;color:#fff;font-size:40px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.qr-section{display:flex;flex-direction:column;align-items:center;gap:30px}.qr-code-container{padding:20px;background:#fff;border:2px solid #eee;border-radius:8px;box-shadow:0 2px 4px #0000001a}.instructions{text-align:left;max-width:400px}.instructions h3{margin:0 0 15px;color:#333;font-size:18px}.instructions ol{margin:0;padding-left:20px}.instructions li{margin:8px 0;color:#666;font-size:14px}.instructions .hint{margin-top:14px;color:#777;font-size:14px;line-height:1.45}.modal-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:#25d366;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:16px;margin-top:20px}.btn-primary:hover{background-color:#128c7e}.btn-secondary{background-color:#eef1f5;color:#3d4654;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:16px;margin-top:20px}.btn-secondary:hover{background-color:#dfe4ec}@media(max-width:768px){.modal-content{width:95%}.qr-section{flex-direction:column}.instructions{width:100%}}.whatsapp-page{max-width:1200px;margin:0 auto}.add-button{height:36px;padding:0 14px;background:#0f766e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600}.add-button:hover{background:#0b5f59}.accounts-list{display:flex;flex-direction:column;gap:1.5rem}.account-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000f;border-left:4px solid #d9dee8}.account-card-connected{border-left-color:#1f9d55}.account-card-working{border-left-color:#4f6bed}.account-card-waiting{border-left-color:#d9822b}.account-card-failed{border-left-color:#c82333}.account-card-idle{border-left-color:#8a94a6}.account-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.account-header h3{margin:0 0 .25rem;color:#333}.account-phone{margin:0;color:#666;font-size:.9rem}.account-status-detail{margin-bottom:1rem;color:#555;font-size:.9rem;line-height:1.4;display:flex;flex-direction:column;gap:.25rem}.account-status-detail p{margin:0 0 .25rem}.account-status-detail span{color:#777;font-size:.82rem}.next-action-box{margin:.5rem 0;padding:.75rem;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;display:flex;flex-direction:column;gap:.25rem}.next-action-box span{color:#1d4ed8;font-weight:700;font-size:.78rem}.next-action-box strong{color:#1e3a8a;font-size:.9rem}.status-badge{padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;white-space:nowrap}.status-badge-connected{background:#e7f6ed;color:#176f3d}.status-badge-working{background:#edf1ff;color:#344bb7}.status-badge-waiting{background:#fff3e3;color:#9a5a12}.status-badge-failed{background:#fde8e8;color:#a61b1b}.status-badge-idle{background:#eef1f5;color:#556070}.account-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin:0 0 1rem}.progress-step{min-height:34px;border-radius:6px;background:#f5f7fb;color:#7a8495;display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.78rem;font-weight:600}.progress-dot{width:8px;height:8px;border-radius:50%;background:#b7bfce;flex:0 0 auto}.progress-step-done{background:#e7f6ed;color:#176f3d}.progress-step-done .progress-dot{background:#1f9d55}.progress-step-active{background:#edf1ff;color:#344bb7}.progress-step-active .progress-dot{background:#4f6bed;box-shadow:0 0 0 4px #4f6bed24}.status-warning{margin:0 0 1rem;padding:.75rem 1rem;border-radius:6px;background:#fff8e8;border:1px solid #f1d39b;color:#7a4a08;font-size:.88rem;line-height:1.4}.account-actions{display:flex;gap:.5rem}.action-button{padding:.5rem 1rem;background:#0f766e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.action-button:hover{background:#0b5f59}.action-button:disabled{cursor:not-allowed;opacity:.65}.logout-button{margin-left:10px;background-color:#dc3545}.logout-button:hover{background-color:#c82333}.qr-code-container{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee;text-align:center;overflow-x:auto}.qr-code-container h4{margin:0 0 1rem;color:#333}.qr-instructions{margin:1rem 0 .5rem;color:#666;font-size:.9rem;line-height:1.6;text-align:left;display:inline-block}.qr-status{margin:.5rem 0 0;color:#0f766e;font-size:.85rem;font-weight:600}.qr-loading{padding:2rem}.qr-loading p{margin:.5rem 0;color:#666;font-size:.9rem}.qr-hint{color:#999;font-size:.85rem;font-style:italic}.status-text{color:#28a745;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center}.empty-state{text-align:center;padding:3rem;color:#666}@media(max-width:768px){.account-header{gap:1rem;flex-direction:column}.account-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.account-actions{flex-wrap:wrap}}.ai-training-page{max-width:1200px;margin:0 auto}.page-header{margin-bottom:24px}.page-header h1{margin:0 0 8px;font-size:28px}.page-description{color:#666;margin:0}.save-message{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-weight:500}.save-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.save-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e0e0e0;padding-bottom:0}.tab{padding:12px 24px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#666;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.tab:hover{color:#333;background:#f5f5f5}.tab.active{color:#2196f3;border-bottom-color:#2196f3}.config-editor{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.editor-section{margin-bottom:20px}.editor-header h3{margin:0 0 8px;font-size:18px}.editor-header.compact h3{font-size:16px}.editor-hint{color:#666;font-size:13px;margin:0 0 16px;line-height:1.6}.editor-hint code{background:#f0f0f0;padding:2px 6px;border-radius:4px;font-size:12px;margin:0 4px;color:#e91e63}.config-textarea{width:100%;min-height:500px;padding:16px;border:1px solid #ddd;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.6;resize:vertical;box-sizing:border-box}.config-textarea:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.config-textarea.json-editor{background:#fafafa}.knowledge-mode-switch{display:inline-flex;gap:4px;padding:4px;margin-bottom:16px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.knowledge-mode-switch button{min-height:32px;padding:0 12px;border:none;border-radius:6px;background:transparent;color:#4b5563;cursor:pointer;font-weight:600}.knowledge-mode-switch button.active{background:#0f766e;color:#fff}.knowledge-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.knowledge-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.knowledge-field{display:flex;flex-direction:column;gap:8px;color:#374151;font-weight:700;font-size:14px}.knowledge-field textarea{width:100%;min-height:96px;padding:12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-weight:400;resize:vertical;box-sizing:border-box}.knowledge-field textarea:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.knowledge-preview{position:sticky;top:16px;padding:16px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb}.knowledge-preview-title{margin-bottom:10px;color:#111827;font-size:14px;font-weight:700}.knowledge-preview pre{max-height:420px;margin:0;overflow:auto;white-space:pre-wrap;color:#374151;font-family:inherit;font-size:13px;line-height:1.6}.knowledge-import-panel,.knowledge-test-panel{grid-column:1 / -1;padding:16px;border:1px solid #d1d5db;border-radius:8px;background:#fff}.knowledge-import-panel textarea,.knowledge-test-panel textarea{width:100%;min-height:88px;padding:12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;resize:vertical;box-sizing:border-box}.knowledge-import-panel textarea:focus,.knowledge-test-panel textarea:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.knowledge-import-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:12px 0}.knowledge-file-picker{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:1px solid #0f766e;border-radius:8px;color:#0f766e;font-size:13px;font-weight:700;cursor:pointer}.knowledge-file-picker input{display:none}.knowledge-file-name{color:#4b5563;font-size:13px}.btn-test-reply{min-height:38px;margin-top:10px;padding:0 16px;border:none;border-radius:8px;background:#0f766e;color:#fff;font-weight:700;cursor:pointer}.btn-test-reply:disabled{background:#9ca3af;cursor:not-allowed}.knowledge-test-note{margin:8px 0 0;color:#6b7280;font-size:13px}.knowledge-test-error{margin-top:12px;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:13px}.knowledge-import-result,.knowledge-test-result{display:grid;gap:12px;margin-top:14px}.knowledge-test-meta{display:flex;flex-wrap:wrap;gap:8px}.knowledge-test-meta span{padding:4px 8px;border-radius:999px;background:#ecfdf5;color:#065f46;font-size:12px;font-weight:700}.knowledge-test-reply,.knowledge-test-diagnostics,.knowledge-snippets,.knowledge-review-list{padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.knowledge-test-reply strong,.knowledge-snippets strong,.knowledge-review-list strong{display:block;margin-bottom:8px;color:#111827;font-size:13px}.knowledge-test-reply pre,.knowledge-test-reply p,.knowledge-test-diagnostics p,.knowledge-snippet-item p{margin:0;color:#374151;line-height:1.6;white-space:pre-wrap}.knowledge-test-reply pre{font-family:inherit}.knowledge-test-diagnostics{border-color:#fde68a;background:#fffbeb}.knowledge-test-diagnostics p{color:#92400e}.knowledge-snippet-item{padding:10px 0;border-top:1px solid #e5e7eb}.knowledge-snippet-item:first-of-type{border-top:none}.knowledge-snippet-item span{display:block;margin-bottom:4px;color:#0f766e;font-size:12px;font-weight:700}.knowledge-review-list{display:grid;gap:10px}.knowledge-review-item{display:grid;gap:10px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#fff}.knowledge-review-item.conflict{border-color:#f59e0b;background:#fffbeb}.knowledge-review-item.create{border-color:#99f6e4}.knowledge-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.knowledge-review-title{margin-left:8px;color:#111827;font-size:13px;font-weight:700}.knowledge-action-badge,.knowledge-review-status{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700}.knowledge-action-badge.create{background:#ccfbf1;color:#115e59}.knowledge-action-badge.update{background:#dbeafe;color:#1e40af}.knowledge-action-badge.conflict{background:#fef3c7;color:#92400e}.knowledge-action-badge.ignore,.knowledge-review-status{background:#f3f4f6;color:#4b5563}.knowledge-review-reason{margin:0;color:#4b5563;font-size:13px;line-height:1.6}.knowledge-review-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.knowledge-review-values div{display:grid;gap:6px;min-width:0}.knowledge-review-values span{color:#6b7280;font-size:12px;font-weight:700}.knowledge-review-values pre{max-height:180px;margin:0;padding:10px;overflow:auto;white-space:pre-wrap;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#374151;font-family:inherit;font-size:13px;line-height:1.5}.knowledge-review-actions{display:flex;gap:14px}.knowledge-review-actions label{display:inline-flex;align-items:center;gap:6px;color:#374151;font-size:13px;font-weight:700;cursor:pointer}.btn-apply-import{margin-right:8px;justify-self:start;min-height:38px;padding:0 16px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}.btn-apply-import:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary-import{justify-self:start;min-height:38px;padding:0 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-weight:700;cursor:pointer}.btn-secondary-import:disabled{color:#9ca3af;cursor:not-allowed}.editor-actions{display:flex;align-items:center;gap:16px;margin-top:16px}.btn-save{padding:12px 32px;background:#4caf50;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s}@media(max-width:760px){.knowledge-editor-grid,.knowledge-form{grid-template-columns:1fr}.knowledge-preview{position:static}.knowledge-review-head,.knowledge-review-values{grid-template-columns:1fr}.knowledge-review-head{align-items:flex-start;flex-direction:column}.tabs{overflow-x:auto}.tab{white-space:nowrap}}.btn-save:hover:not(:disabled){background:#43a047}.btn-save:disabled{background:#ccc;cursor:not-allowed}.unsaved-hint{color:#ff9800;font-size:14px}.speed-control{max-width:600px}.speed-slider-container{display:flex;flex-direction:column;gap:24px}.speed-display{display:flex;align-items:center;gap:12px;padding:16px;background:#f5f5f5;border-radius:8px}.speed-label{font-weight:600;color:#333}.speed-value{font-size:24px;font-weight:700;color:#2196f3;font-family:Monaco,Menlo,monospace}.speed-slider{width:100%;height:8px;border-radius:4px;background:#ddd;outline:none;-webkit-appearance:none;appearance:none}.speed-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#2196f3;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background .2s}.speed-slider::-webkit-slider-thumb:hover{background:#1976d2}.speed-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#2196f3;cursor:pointer;border:none;box-shadow:0 2px 4px #0003;transition:background .2s}.speed-slider::-moz-range-thumb:hover{background:#1976d2}.speed-presets{display:flex;flex-wrap:wrap;gap:8px}.preset-btn{padding:8px 16px;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;color:#333;transition:all .2s}.preset-btn:hover{background:#e0e0e0;border-color:#999}.preset-btn:active{background:#2196f3;color:#fff;border-color:#2196f3}.speed-description{padding:16px;background:#e3f2fd;border-radius:8px;border-left:4px solid #2196F3}.speed-description p{margin:0 0 8px;font-weight:600;color:#1976d2}.speed-description ul{margin:0;padding-left:20px;color:#333}.speed-description li{margin:6px 0;font-size:13px;line-height:1.6}.safety-control{max-width:820px}.safety-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:20px}.safety-toggle-row{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #ddd;border-radius:8px;background:#fafafa;font-weight:500}.safety-toggle-row input{width:18px;height:18px}.safety-field{display:flex;flex-direction:column;gap:8px;color:#333;font-size:14px;font-weight:600;margin-bottom:16px}.safety-field select,.safety-textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font:inherit;box-sizing:border-box}.safety-textarea{min-height:120px;resize:vertical;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5}.transfer-keywords-section{margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.password-strength{margin-top:.5rem;margin-bottom:1rem}.strength-bar-container{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden;margin-bottom:.25rem}.strength-bar{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:3px}.strength-bar.strength-0{background:#e74c3c}.strength-bar.strength-1{background:#e67e22}.strength-bar.strength-2{background:#f1c40f}.strength-bar.strength-3,.strength-bar.strength-4{background:#27ae60}.strength-label{font-size:.75rem;font-weight:600;margin-bottom:.5rem}.strength-label-0{color:#e74c3c}.strength-label-1{color:#e67e22}.strength-label-2{color:#f1c40f}.strength-label-3,.strength-label-4{color:#27ae60}.strength-checks{display:flex;flex-wrap:wrap;gap:.25rem 1rem}.check-item{font-size:.7rem;display:flex;align-items:center;gap:.25rem}.check-item.passed{color:#27ae60}.check-item.failed{color:#999}.change-password-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 32rem),#f7f8fa;padding:2rem}.change-password-box{background:#fff;padding:2rem 3rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 18px 45px #0f172a14;width:100%;max-width:450px}.change-password-box h1{margin:0 0 1.5rem;color:#333;font-size:1.75rem;text-align:center}.must-change-warning{background:#fff3cd;color:#856404;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem;text-align:center;border:1px solid #ffc107}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.password-mismatch{color:#e74c3c;font-size:.8rem;margin-top:.25rem}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.success-message{background:#d4edda;color:#155724;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.submit-button{width:100%;padding:.75rem;background:#0f766e;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-button:hover:not(:disabled){background:#0b5f59;box-shadow:0 8px 20px #0f766e33}.submit-button:disabled{opacity:.6;cursor:not-allowed}.change-password-box .back-button{width:100%;padding:.5rem;margin-top:1rem;background:transparent;color:#0f766e;border:1px solid #0f766e;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .2s}.change-password-box .back-button:hover{background:#0f766e14}.operations-page{max-width:1200px;margin:0 auto}.ops-refresh{height:36px;padding:0 14px;background:#0f766e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px}.ops-refresh:disabled{cursor:not-allowed;opacity:.65}.ops-content{max-width:1200px;margin:0 auto}.ops-band,.ops-section,.ops-stat{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014}.ops-band{padding:1.25rem 1.5rem;margin-bottom:1.5rem}.ops-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.ops-overview>div,.ops-stat{display:flex;flex-direction:column;gap:.4rem}.ops-label,.ops-stat span{color:#667085;font-size:.82rem;font-weight:600}.ops-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.ops-stat{padding:1rem;border-left:4px solid #d9dee8}.ops-stat strong{color:#222;font-size:1.35rem}.ops-stat-good{border-left-color:#1f9d55}.ops-section{padding:1.25rem;margin-bottom:1.5rem}.ops-section h2{margin:0 0 1rem;color:#333;font-size:1.05rem}.ops-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.ops-section-header h2{margin:0}.ops-section-header a{color:#0f766e;text-decoration:none;font-weight:600;font-size:.9rem}.ops-table{display:flex;flex-direction:column;border:1px solid #edf0f5;border-radius:8px;overflow:hidden}.ops-row{display:grid;grid-template-columns:.6fr 1fr 1fr 1.4fr .8fr;gap:1rem;align-items:center;padding:.8rem 1rem;border-top:1px solid #edf0f5;color:#444;font-size:.9rem}.ops-row:first-child{border-top:none}.ops-row-head{background:#f8fafc;color:#667085;font-weight:700}.ops-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.ops-list{display:grid;grid-template-columns:1fr auto;gap:.75rem 1rem;margin:0}.ops-list dt{color:#667085}.ops-list dd{margin:0;color:#222;font-weight:700}.ops-status{display:inline-flex;align-items:center;width:fit-content;padding:.32rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700;background:#eef1f5;color:#556070}.ops-status-ok,.ops-status-connected{background:#e7f6ed;color:#176f3d}.ops-status-degraded,.ops-status-initializing,.ops-status-connecting,.ops-status-reconnecting{background:#fff3e3;color:#9a5a12}.ops-status-unhealthy,.ops-status-failed{background:#fde8e8;color:#a61b1b}.ops-alert{margin-top:1rem;padding:.8rem 1rem;border-radius:6px;background:#fff8e8;border:1px solid #f1d39b;color:#7a4a08;font-size:.9rem}.ops-alert-error{margin:0 0 1rem;background:#fde8e8;border-color:#f5b5b5;color:#a61b1b}.ops-muted{margin:0;color:#667085}.ops-errors{margin:0;padding-left:1.2rem;color:#a61b1b}@media(max-width:900px){.ops-overview,.ops-grid,.ops-columns{grid-template-columns:1fr}.ops-row{grid-template-columns:1fr;gap:.35rem}}
