.provider-logo-container{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:4px;background:var(--bg-hover);transition:all .2s ease}.provider-logo-container:hover{background:var(--bg-tertiary);transform:scale(1.05)}.provider-logo{display:block;transition:all .2s ease}.provider-logo-small{width:16px;height:16px}.provider-logo-medium{width:20px;height:20px}.provider-logo-large{width:28px;height:28px}.provider-openai{color:#10a37f;background:#10a37f1a}.provider-openai:hover{background:#10a37f33}.provider-anthropic,.provider-claude{color:#d97757;background:#d977571a}.provider-anthropic:hover,.provider-claude:hover{background:#d9775733}.provider-google,.provider-gemini{color:#4285f4;background:#4285f41a}.provider-google:hover,.provider-gemini:hover{background:#4285f433}.provider-openrouter{color:#8b5cf6;background:#8b5cf61a}.provider-openrouter:hover{background:#8b5cf633}.provider-unknown{color:#9ca3af;background:#9ca3af1a}.provider-unknown:hover{background:#9ca3af33}.editable-prompt{width:100%;margin-top:.25rem}.prompt-view{display:block;width:100%;position:relative}.prompt-view .prompt-text{display:block;padding:.75rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;font-size:.8rem;line-height:1.6;color:var(--text-tertiary);white-space:pre-wrap;word-break:break-word;max-height:none;overflow:visible;-webkit-line-clamp:unset;transition:all .2s ease}.prompt-view:hover .prompt-text{background:var(--bg-hover);border-color:var(--border-hover)}.prompt-edit-button{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.7rem;background:#ffffffe6;border:1px solid var(--border-color);border-radius:3px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;white-space:nowrap;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-weight:500}[data-theme=dark] .prompt-edit-button{background:#1e1e1ee6}.prompt-view:hover .prompt-edit-button{opacity:1}.prompt-edit-button:hover{background:var(--bg-secondary);border-color:var(--accent);color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 4px var(--shadow)}.prompt-editor{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.prompt-textarea{width:100%;padding:.75rem;font-size:.8rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;border:2px solid var(--border-hover);border-radius:4px;resize:vertical;min-height:200px;transition:border-color .2s ease;background:var(--bg-secondary);color:var(--text-primary)}.prompt-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1976d21a}.prompt-textarea:disabled{background:var(--bg-hover);cursor:not-allowed;opacity:.7}.prompt-actions{display:flex;gap:.5rem;align-items:center}.prompt-button{padding:.5rem 1.25rem;font-size:.8rem;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.prompt-button:disabled{opacity:.6;cursor:not-allowed}.prompt-button-save{background:var(--accent);color:#fff}.prompt-button-save:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 2px 6px #1976d24d}.prompt-button-cancel{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-hover)}.prompt-button-cancel:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-secondary)}.prompt-error{padding:.5rem .75rem;background:var(--error-bg);color:var(--error-text);border-radius:4px;font-size:.75rem;font-weight:500;border-left:3px solid var(--error-text)}.prompt-success{padding:.5rem .75rem;background:var(--success-bg);color:var(--success-text);border-radius:4px;font-size:.75rem;font-weight:500;margin-top:.5rem;border-left:3px solid var(--success-text);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.trigger-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:3px;padding:.875rem 1rem;transition:box-shadow .15s ease,border-color .15s ease}.trigger-item:hover{box-shadow:0 1px 4px var(--shadow);border-color:var(--border-hover)}.trigger-item.inactive{opacity:.65}.trigger-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-light)}.trigger-header-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex-wrap:wrap}.trigger-workflow-name{font-size:.95rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.3}.trigger-count{font-size:.75rem;color:var(--text-secondary);background:var(--bg-hover);padding:.15rem .5rem;border-radius:10px;font-weight:500;white-space:nowrap}.workflow-link{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.9rem;color:var(--text-secondary);text-decoration:none;border:1px solid var(--border-hover);border-radius:3px;transition:all .15s ease;flex-shrink:0;background:var(--bg-secondary)}.workflow-link:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-light);transform:translateY(-1px)}.trigger-node-section{margin-top:.75rem}.trigger-node-separator{padding-top:.75rem;border-top:1px dashed var(--border-color)}.trigger-node-header{margin-bottom:.5rem}.trigger-node-name{font-size:.85rem;font-weight:600;color:var(--text-tertiary);display:inline-block}.trigger-status{font-size:.75rem;padding:.2rem .6rem;border-radius:10px;font-weight:500;white-space:nowrap}.status-active{background-color:var(--status-active-bg);color:var(--status-active-text)}.status-inactive{background-color:var(--status-inactive-bg);color:var(--status-inactive-text)}.trigger-details-grid{display:flex;flex-direction:column;gap:.75rem}.ai-info-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light);align-items:center}.detail-row{display:flex;align-items:center;gap:.5rem;min-width:0}.detail-label{font-size:.8rem;color:var(--text-secondary);font-weight:500;white-space:nowrap;flex-shrink:0;min-width:60px}.detail-value{font-size:.8rem;color:var(--text-primary);word-break:break-all;min-width:0;flex:1}.webhook-url{font-family:Monaco,Menlo,Courier New,monospace;font-size:.75rem;background-color:var(--bg-hover);padding:.2rem .4rem;border-radius:2px;display:inline-block}.auth-enabled{color:var(--status-active-text);font-weight:500}.auth-disabled{color:var(--text-secondary)}.description-text{font-size:.8rem;line-height:1.5;color:var(--text-tertiary);font-style:italic}.schedule-value{font-weight:500;color:var(--accent)}.tags-container{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.tag-badge{display:inline-block;font-size:.7rem;padding:.2rem .5rem;background-color:var(--tag-bg);color:var(--tag-text);border-radius:12px;font-weight:500;white-space:nowrap}.workflow-link-button{margin-left:.5rem;padding:.15rem .4rem;font-size:.9rem;color:var(--text-secondary);text-decoration:none;border:1px solid var(--border-hover);border-radius:3px;transition:all .15s ease;background:var(--bg-secondary);display:inline-flex;align-items:center;justify-content:center}.workflow-link-button:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-light);transform:translateY(-1px)}.trigger-count-badge{font-size:.75rem;color:var(--text-secondary);background:var(--bg-hover);padding:.15rem .5rem;border-radius:10px;font-weight:500;margin-bottom:.5rem;display:inline-block}.provider-with-logo{display:inline-flex;align-items:center;gap:.5rem}.provider-name{font-weight:500}.detail-row-provider{align-items:center}.trigger-section{margin:0}.trigger-list{display:flex;flex-direction:column;gap:.75rem}.trigger-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}@media (max-width: 768px){.trigger-list-grid{grid-template-columns:1fr}}.filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:0;background-color:transparent;border:none;border-radius:0;flex-shrink:0}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-label{font-size:.8rem;color:var(--text-secondary);font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem}.filter-select{padding:.4rem 2rem .4rem .75rem;font-size:.85rem;border:1px solid var(--border-hover);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;min-width:100px;transition:all .2s ease;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}[data-theme=dark] .filter-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23b0b0b0' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}.filter-select:hover{border-color:var(--accent);background-color:var(--bg-hover)}.filter-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4a90e21a}.filter-clear{margin-left:auto;padding:.4rem .8rem;font-size:.8rem;background:var(--bg-secondary);border:1px solid var(--border-hover);border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;height:36px;font-weight:500}.filter-clear:hover{background-color:var(--bg-hover);border-color:var(--accent);color:var(--text-primary)}.filter-group-checkboxes{align-items:flex-start}.checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.8rem;color:var(--text-primary);-webkit-user-select:none;user-select:none}.filter-checkbox{width:1rem;height:1rem;cursor:pointer;accent-color:var(--text-primary);flex-shrink:0}.checkbox-text{white-space:nowrap}.sort-bar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:0;background-color:transparent;border:none;border-radius:0;flex-shrink:0}.sort-group{display:flex;align-items:center;gap:.5rem}.sort-label{font-size:.7rem;color:var(--text-secondary);font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.sort-select{padding:.4rem 2rem .4rem .75rem;font-size:.85rem;border:1px solid var(--border-hover);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;min-width:120px;transition:all .2s ease;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}[data-theme=dark] .sort-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23b0b0b0' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}.sort-select:hover{border-color:var(--accent);background-color:var(--bg-hover)}.sort-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4a90e21a}.search-bar-container{position:relative;flex:1;min-width:200px}.search-bar{position:relative;display:flex;align-items:center;background:var(--bg-secondary);border:1px solid var(--border-hover);border-radius:6px;padding:.5rem .75rem;transition:all .2s ease;height:36px}.search-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #4a90e21a;background-color:var(--bg-secondary)}.search-icon{color:var(--text-secondary);margin-right:.5rem;flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:.95rem;color:var(--text-primary);background:transparent}.search-input::placeholder{color:var(--text-secondary)}.search-clear{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .25rem;margin-left:.25rem;transition:color .2s ease;flex-shrink:0}.search-clear:hover{color:var(--text-primary)}.search-suggestions{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px var(--shadow);max-height:300px;overflow-y:auto;z-index:1000;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.search-suggestion{padding:.75rem 1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid var(--border-light)}.search-suggestion:last-child{border-bottom:none}.search-suggestion:hover,.search-suggestion.selected{background:var(--bg-hover)}.search-suggestion .highlight{color:var(--accent);font-weight:600}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:transparent}.search-suggestions::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.layout-selector{display:flex;gap:.25rem;align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.25rem}.layout-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:4px;transition:all .15s ease}.layout-button:hover{background:var(--bg-hover);color:var(--text-primary)}.layout-button.active{background:var(--accent);color:#fff}.layout-button.active:hover{background:var(--accent-hover)}.tabs-container{display:flex;flex-direction:column;flex:1;min-height:0}.tabs-header{display:flex;gap:.5rem;border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:0}.tab-button{background:none;border:none;padding:.75rem 1.25rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-weight:500}.tab-button:hover{color:var(--text-primary);background-color:var(--bg-hover)}.tab-button.active{color:var(--text-primary);border-bottom-color:var(--text-primary);font-weight:600}.tab-count{background-color:var(--border-color);color:var(--text-secondary);padding:.15rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.tab-button.active .tab-count{background-color:var(--text-primary);color:var(--bg-secondary)}.tabs-content{flex:1;overflow-y:auto;min-height:0}.workflow-list{display:flex;flex-direction:column}.controls-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:.875rem 1.25rem;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1.5rem;box-shadow:0 1px 3px var(--shadow)}.controls-row>.search-bar-container{flex:1;min-width:250px}.controls-row>.filter-bar,.controls-row>.sort-bar{display:flex;gap:.75rem;align-items:center}.no-results{text-align:center;padding:3rem 1rem;color:var(--text-secondary);font-size:.9rem}.dark-mode-toggle{position:absolute;right:2rem;top:50%;transform:translateY(-50%);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.5rem;cursor:pointer;color:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:2.5rem;height:2.5rem}.dark-mode-toggle:hover{background:var(--bg-hover);border-color:var(--border-hover);transform:translateY(-50%) scale(1.05)}.dark-mode-toggle:active{transform:translateY(-50%) scale(.95)}.dark-mode-toggle svg{width:20px;height:20px}.config-form-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.config-form{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:2rem;max-width:600px;width:100%;box-shadow:0 2px 8px var(--shadow)}.config-form h2{color:var(--text-primary);font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.config-form-description{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.config-form-group{margin-bottom:1.5rem}.config-form-group label{display:block;color:var(--text-primary);font-size:.9rem;font-weight:500;margin-bottom:.5rem}.config-form-group input{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-primary);color:var(--text-primary);font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.config-form-group input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.config-form-group input::placeholder{color:var(--text-secondary);opacity:.6}.config-form-hint{display:block;color:var(--text-secondary);font-size:.8rem;margin-top:.5rem}.config-form-error{background:var(--error-bg);color:var(--error-text);padding:.75rem;border-radius:4px;font-size:.9rem;margin-bottom:1rem}.config-form-submit{width:100%;padding:.75rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.config-form-submit:hover{background:var(--accent-hover)}.config-form-submit:active{transform:translateY(1px)}.cors-proxy-section{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;padding:1.5rem;margin-bottom:2rem}.cors-proxy-section h3{color:var(--text-primary);font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.config-form h3{color:var(--text-primary);font-size:1.1rem;font-weight:500;margin-bottom:1rem;margin-top:.5rem}.cors-proxy-description{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin-bottom:1rem}.copy-workflow-button{width:100%;padding:.75rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .1s ease;margin-bottom:1rem}.copy-workflow-button:hover{background:var(--accent-hover)}.copy-workflow-button:active{transform:translateY(1px)}.cors-proxy-steps{background:var(--bg-secondary);border-radius:4px;padding:1rem}.cors-proxy-steps ol{margin:0;padding-left:1.5rem;color:var(--text-secondary);font-size:.85rem;line-height:1.6}.cors-proxy-steps li{margin-bottom:.5rem}.cors-proxy-steps li:last-child{margin-bottom:0}.cors-proxy-steps ul{margin:.5rem 0 0;padding-left:1.5rem;list-style-type:circle}.cors-proxy-steps ul li{margin-bottom:.25rem;font-size:.8rem}.cors-proxy-steps code{background:var(--bg-primary);padding:.1rem .4rem;border-radius:3px;font-family:Monaco,Menlo,monospace;font-size:.8em;color:var(--accent)}.app{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1.25rem 2rem;position:relative;display:flex;align-items:center;justify-content:space-between}.app-header-content{text-align:center;flex:1}.app-header h1{font-size:1.5rem;font-weight:400;color:var(--text-primary);margin-bottom:.25rem}.workflow-count{color:var(--text-secondary);font-size:.85rem}.app-main{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:1.5rem 2rem;display:flex;flex-direction:column;min-height:0}.loading,.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center}.error{color:var(--error-text);max-width:800px;margin:0 auto;padding:2rem}.error h2{margin-bottom:1rem}.error-message{background-color:var(--error-bg);padding:1rem;border-radius:4px;margin-bottom:1.5rem;white-space:pre-wrap;font-family:Monaco,Menlo,Courier New,monospace;font-size:.9rem}.error-hint{margin-top:1rem;font-size:.9rem;color:var(--text-secondary);text-align:left}.error-hint ul{margin:.5rem 0;padding-left:1.5rem}.error-hint li{margin:.5rem 0}.env-check{margin-top:1.5rem;padding:1rem;background-color:var(--bg-tertiary);border-radius:4px;font-family:Monaco,Menlo,Courier New,monospace;font-size:.85rem}.app-header-actions{display:flex;align-items:center;gap:1rem}.settings-button{background:transparent;border:1px solid var(--border-color);border-radius:4px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.settings-button:hover{background:var(--bg-hover);border-color:var(--accent);transform:scale(1.05)}.settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.settings-modal-content{background:var(--bg-secondary);border-radius:8px;max-width:650px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.settings-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border-color)}.settings-modal-header h2{font-size:1.3rem;font-weight:500;color:var(--text-primary);margin:0}.settings-close-button{background:transparent;border:1px solid var(--border-color);border-radius:4px;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;color:var(--text-secondary);transition:all .2s ease}.settings-close-button:hover{background:var(--error-bg);border-color:var(--error-text);color:var(--error-text)}.settings-modal-content .config-form-container{padding:0;min-height:auto}.settings-modal-content .config-form{box-shadow:none;border:none;border-radius:0;max-width:none}*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,fill .2s ease,stroke .2s ease}:root{--bg-primary: #fafafa;--bg-secondary: #ffffff;--bg-tertiary: #f9f9f9;--bg-hover: #f5f5f5;--text-primary: #333333;--text-secondary: #666666;--text-tertiary: #555555;--border-color: #e0e0e0;--border-light: #f0f0f0;--border-hover: #d0d0d0;--shadow: rgba(0, 0, 0, .08);--shadow-hover: rgba(0, 0, 0, .1);--accent: #1976d2;--accent-hover: #1565c0;--accent-light: #f5f9ff;--status-active-bg: #e8f5e9;--status-active-text: #2e7d32;--status-inactive-bg: #ffebee;--status-inactive-text: #c62828;--tag-bg: #e3f2fd;--tag-text: #1565c0;--error-bg: #ffebee;--error-text: #c62828;--success-bg: #e8f5e9;--success-text: #2e7d32}[data-theme=dark]{--bg-primary: #121212;--bg-secondary: #1e1e1e;--bg-tertiary: #2a2a2a;--bg-hover: #333333;--text-primary: #e0e0e0;--text-secondary: #b0b0b0;--text-tertiary: #c0c0c0;--border-color: #3a3a3a;--border-light: #2a2a2a;--border-hover: #4a4a4a;--shadow: rgba(0, 0, 0, .3);--shadow-hover: rgba(0, 0, 0, .4);--accent: #64b5f6;--accent-hover: #90caf9;--accent-light: #1e3a5f;--status-active-bg: #1b5e20;--status-active-text: #81c784;--status-inactive-bg: #5d1f1f;--status-inactive-text: #e57373;--tag-bg: #1e3a5f;--tag-text: #90caf9;--error-bg: #5d1f1f;--error-text: #e57373;--success-bg: #1b5e20;--success-text: #81c784}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6}#root{min-height:100vh}
