.auto-response-settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auto-response-settings-modal{background:var(--theme-bg-primary,#ffffff);border-radius:16px;width:90%;max-width:600px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.auto-response-settings-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-border-light,#e5e7eb);background:var(--theme-bg-secondary,#f9fafb)}.auto-response-settings-header h2{margin:0;font-size:20px;font-weight:600;color:var(--theme-text-primary,#111827)}.close-button{background:transparent;border:none;width:36px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--theme-text-secondary,#4b5563);transition:all .2s}.close-button:hover{background:rgba(0,0,0,.06);transform:scale(1.05)}.auto-response-settings-content{flex:1;overflow-y:auto;padding:24px}.settings-section{margin-bottom:28px}.settings-section:last-child{margin-bottom:0}.settings-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.settings-label{font-size:16px;font-weight:500;color:var(--theme-text-primary,#111827);margin-bottom:8px;display:block}.settings-description{font-size:14px;color:var(--theme-text-secondary,#6b7280);margin:8px 0 0;line-height:1.5}.settings-hint{font-size:12px;color:var(--theme-text-tertiary,#9ca3af);font-weight:400;margin-left:8px}.settings-slider{width:100%;height:6px;border-radius:3px;background:var(--theme-border-light,#e5e7eb);outline:none;-webkit-appearance:none;margin:12px 0}.settings-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--accent-color,#007bff);cursor:pointer}.settings-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--accent-color,#007bff);cursor:pointer;border:none}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:white;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:var(--accent-color,#007bff)}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(24px)}.settings-subtitle{font-size:16px;font-weight:600;color:var(--theme-text-primary,#111827);margin:0 0 12px}.status-info{background:var(--theme-bg-secondary,#f9fafb);border-radius:8px;padding:16px}.status-item{display:flex;align-items:center;margin-bottom:12px}.status-item:last-child{margin-bottom:0}.status-label{font-size:14px;color:var(--theme-text-secondary,#6b7280);margin-right:12px;min-width:80px}.status-value{font-size:14px;font-weight:500;color:var(--theme-text-primary,#111827)}.status-value.active{color:#10b981}.status-value.inactive{color:#ef4444}.last-runs-list{display:flex;flex-wrap:wrap;gap:8px}.last-run-item{font-size:12px;padding:4px 8px;background:var(--theme-bg-primary,#ffffff);border:1px solid var(--theme-border-light,#e5e7eb);border-radius:4px;color:var(--theme-text-secondary,#6b7280)}.auto-response-settings-footer{display:flex;justify-content:flex-end;gap:12px;padding:12px 16px 16px;border-top:1px solid var(--theme-border-light,#e5e7eb)}.ars-btn{min-width:88px;height:36px;padding:0 14px;border-radius:8px;border:1px solid var(--theme-border-light,#e5e7eb);background:var(--theme-bg-primary,#fff);color:var(--theme-text-primary,#111827);cursor:pointer}.ars-btn:disabled{opacity:.6;cursor:not-allowed}.ars-save{background:var(--accent-color,#007bff);color:#fff;border-color:var(--accent-color,#007bff)}.ars-cancel{background:var(--theme-bg-primary,#fff)}.settings-warning{margin-top:16px;padding:12px 16px;background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:2px solid #ffc107;border-radius:8px;box-shadow:0 2px 8px rgba(255,193,7,.2)}.settings-warning strong{display:block;color:#d97706;font-size:14px;margin-bottom:8px}.settings-warning ul{margin:8px 0 0;padding-left:20px;color:#92400e;font-size:13px;line-height:1.6}.settings-warning li{margin-bottom:4px}.settings-warning li:last-child{margin-bottom:0}.trigger-mode-options{display:flex;gap:16px;margin:12px 0}.trigger-mode-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .2s}.trigger-mode-option:hover{background:var(--theme-bg-secondary,#f9fafb)}.trigger-mode-option input[type=radio]{cursor:pointer;accent-color:var(--accent-color,#007bff)}.trigger-mode-option span{font-size:14px;color:var(--theme-text-primary,#111827)}.specific-chats-selector{margin-top:12px}.chats-checkbox-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;padding:8px;background:var(--theme-bg-secondary,#f9fafb);border-radius:8px;border:1px solid var(--theme-border-light,#e5e7eb)}.chat-checkbox-item{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;border-radius:6px;transition:background .2s}.chat-checkbox-item:hover{background:var(--theme-bg-primary,#ffffff)}.chat-checkbox-item input[type=checkbox]{cursor:pointer;accent-color:var(--accent-color,#007bff)}.chat-checkbox-item span{font-size:14px;color:var(--theme-text-primary,#111827);user-select:none}