.sandbox-panel{position:relative;border-radius:4px;background:#1a1a1a;border:1px solid #333;transition:all .2s ease}.sandbox-panel.sandbox-enabled{border-color:#4ade804d;background:#4ade800d}.sandbox-header{display:flex;align-items:center;gap:8px;width:100%;padding:6px 12px;background:transparent;border:none;color:#888;cursor:pointer;font-size:13px;text-align:left;transition:all .2s ease}.sandbox-header:hover:not(:disabled){background:#ffffff0d;color:#fff}.sandbox-header:disabled{cursor:not-allowed;opacity:.5}.sandbox-enabled .sandbox-header{color:#4ade80}.sandbox-icon{font-size:14px}.sandbox-title{font-weight:500}.sandbox-status{font-size:11px;font-weight:600;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.sandbox-status.enabled{background:#4ade8033;color:#4ade80}.sandbox-status.disabled{background:#ffffff1a;color:#666}.sandbox-chevron{margin-left:auto;font-size:10px;transition:transform .2s ease}.sandbox-chevron.expanded{transform:rotate(180deg)}.sandbox-content{padding:12px;border-top:1px solid #333;background:#0003}.sandbox-enabled .sandbox-content{border-top-color:#4ade8033}.sandbox-divider{height:1px;background:#333;margin:12px 0}.sandbox-section{margin:8px 0}.section-title{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.section-description{font-size:12px;color:#666;margin:0 0 8px}.sandbox-setting{margin:8px 0}.sandbox-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.sandbox-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:relative;height:16px;width:16px;background:#2d2d2d;border:1px solid #444;border-radius:3px;flex-shrink:0;transition:all .2s ease}.sandbox-checkbox:hover .checkmark{border-color:#666}.sandbox-checkbox input:checked~.checkmark{background:#4ade80;border-color:#4ade80}.checkmark:after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:8px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.sandbox-checkbox input:checked~.checkmark:after{display:block}.sandbox-checkbox input:disabled~.checkmark{opacity:.5;cursor:not-allowed}.setting-label{font-size:13px;color:#ccc}.setting-description{font-size:11px;color:#666;margin:4px 0 0 24px;line-height:1.4}.command-tags{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0;min-height:24px}.command-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#2d2d2d;border:1px solid #444;border-radius:3px;font-size:12px;font-family:Monaco,Courier New,monospace;color:#4ade80}.remove-tag{display:flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0;margin-left:2px;background:transparent;border:none;border-radius:50%;color:#888;cursor:pointer;font-size:14px;line-height:1;transition:all .2s ease}.remove-tag:hover:not(:disabled){background:#ff6b6b33;color:#ff6b6b}.remove-tag:disabled{cursor:not-allowed;opacity:.5}.add-command{display:flex;gap:8px;margin-top:8px}.command-input{flex:1;padding:6px 10px;background:#2d2d2d;border:1px solid #444;border-radius:3px;color:#fff;font-size:12px;font-family:Monaco,Courier New,monospace;transition:border-color .2s ease}.command-input:focus{outline:none;border-color:#4ade80}.command-input::placeholder{color:#666}.command-input:disabled{opacity:.5;cursor:not-allowed}.add-button{padding:6px 12px;background:#2d2d2d;border:1px solid #444;border-radius:3px;color:#888;font-size:12px;cursor:pointer;transition:all .2s ease}.add-button:hover:not(:disabled){background:#3d3d3d;color:#fff;border-color:#555}.add-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.sandbox-content{padding:8px}.setting-description{margin-left:0;margin-top:6px}}.system-prompt-panel{position:relative;border-radius:4px;background:#1a1a1a;border:1px solid #333;transition:all .2s ease}.system-prompt-panel.prompt-active{border-color:#60a5fa4d;background:#60a5fa0d}.system-prompt-header{display:flex;align-items:center;gap:8px;width:100%;padding:6px 12px;background:transparent;border:none;color:#888;cursor:pointer;font-size:13px;text-align:left;transition:all .2s ease}.system-prompt-header:hover:not(:disabled){background:#ffffff0d;color:#fff}.system-prompt-header:disabled{cursor:not-allowed;opacity:.5}.prompt-active .system-prompt-header{color:#60a5fa}.system-prompt-icon{font-size:14px}.system-prompt-title{font-weight:500}.system-prompt-status{font-size:11px;font-weight:600;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.system-prompt-status.active{background:#60a5fa33;color:#60a5fa}.system-prompt-chevron{margin-left:auto;font-size:10px;transition:transform .2s ease}.system-prompt-chevron.expanded{transform:rotate(180deg)}.system-prompt-content{padding:12px;border-top:1px solid #333;background:#0003}.prompt-active .system-prompt-content{border-top-color:#60a5fa33}.system-prompt-description{font-size:12px;color:#888;margin:0 0 10px;line-height:1.5}.system-prompt-description code{background:#2d2d2d;padding:1px 5px;border-radius:3px;font-family:Monaco,Courier New,monospace;font-size:11px;color:#60a5fa}.system-prompt-textarea{width:100%;padding:8px 10px;background:#2d2d2d;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:12px;font-family:Monaco,Courier New,monospace;line-height:1.5;resize:vertical;min-height:80px;max-height:300px;transition:border-color .2s ease;box-sizing:border-box}.system-prompt-textarea:focus{outline:none;border-color:#60a5fa}.system-prompt-textarea::placeholder{color:#555;font-style:italic}.system-prompt-textarea:disabled{opacity:.5;cursor:not-allowed}.system-prompt-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.system-prompt-hint{font-size:11px;color:#666;font-style:italic}.system-prompt-buttons{display:flex;gap:8px}.system-prompt-clear-btn{padding:5px 12px;background:transparent;border:1px solid #444;border-radius:3px;color:#888;font-size:12px;cursor:pointer;transition:all .2s ease}.system-prompt-clear-btn:hover:not(:disabled){background:#ff6b6b1a;border-color:#ff6b6b4d;color:#ff6b6b}.system-prompt-clear-btn:disabled{opacity:.4;cursor:not-allowed}.system-prompt-apply-btn{padding:5px 14px;background:#60a5fa26;border:1px solid rgba(96,165,250,.3);border-radius:3px;color:#60a5fa;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.system-prompt-apply-btn:hover:not(:disabled){background:#60a5fa40;border-color:#60a5fa80}.system-prompt-apply-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:640px){.system-prompt-content{padding:8px}.system-prompt-actions{flex-direction:column;align-items:flex-start;gap:8px}.system-prompt-buttons{width:100%}.system-prompt-apply-btn,.system-prompt-clear-btn{flex:1}}.token-input-container{max-width:600px;margin:2rem auto;padding:2rem;background:#1e1e1e;border-radius:8px;color:#fff;font-family:system-ui,-apple-system,sans-serif}.token-input-container h2{font-size:24px;margin:0 0 .5rem;color:#fff}.token-input-container .subtitle{color:#888;margin:0 0 1.5rem;line-height:1.5}.guidance-message{display:flex;gap:12px;margin:1.5rem 0;padding:1rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:6px;border-left:4px solid #f59e0b}.guidance-icon{font-size:20px;flex-shrink:0}.guidance-content{color:#f59e0b;line-height:1.5;font-size:14px}.guidance-content p{margin:0 0 .5rem}.guidance-content p:last-child{margin-bottom:0}.alternative-option{margin:1.5rem 0;padding:1rem;background:#1a2a3a;border:1px solid #2a4a6a;border-radius:6px}.alternative-option h3{font-size:15px;margin:0 0 .75rem;color:#6eb3ff}.alternative-option p{margin:.5rem 0;color:#aaa;font-size:14px;line-height:1.5}.alternative-option pre{background:#000;padding:.75rem;border-radius:4px;overflow-x:auto;margin:.75rem 0}.alternative-option code{font-family:Monaco,Courier New,monospace;font-size:14px;color:#4ade80}.alternative-option pre code{color:#4ade80}.divider{display:flex;align-items:center;margin:1.5rem 0;color:#666}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #3d3d3d}.divider span{padding:0 1rem;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.instructions{margin:1.5rem 0;padding:1rem;background:#2d2d2d;border-radius:4px;border:1px solid #3d3d3d}.instructions-toggle{background:none;border:none;color:#4a9eff;cursor:pointer;font-size:1rem;text-align:left;width:100%;padding:.5rem;font-weight:500;transition:color .2s}.instructions-toggle:hover{color:#6bb0ff}.instructions-content{margin-top:1rem;padding-top:1rem;border-top:1px solid #3d3d3d;line-height:1.6}.instructions-content h3{font-size:16px;margin:1.5rem 0 .5rem;color:#fff}.instructions-content h3:first-child{margin-top:0}.instructions-content p{margin:.5rem 0;color:#ccc}.instructions-content pre{background:#000;padding:.75rem;border-radius:4px;overflow-x:auto;margin:.5rem 0 1rem}.instructions-content code{font-family:Monaco,Courier New,monospace;font-size:14px;color:#4a9eff}.instructions-content pre code{color:#0f0}.token-form{margin:2rem 0}.token-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#fff;font-size:14px}.token-input{width:100%;padding:.75rem;font-size:14px;background:#2d2d2d;border:1px solid #3d3d3d;border-radius:4px;color:#fff;font-family:Monaco,Courier New,monospace;box-sizing:border-box;transition:border-color .2s}.token-input:focus{outline:none;border-color:#4a9eff}.token-input::placeholder{color:#666}.token-input:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#ff6b6b;margin:.75rem 0;font-size:14px;padding:.5rem;background:#ff6b6b1a;border-left:3px solid #ff6b6b;border-radius:2px}.submit-button{width:100%;padding:.75rem;margin-top:1rem;background:#4a9eff;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.submit-button:hover:not(:disabled){background:#357abd}.submit-button:disabled{background:#555;cursor:not-allowed;opacity:.6}.security-note{margin-top:1.5rem;padding:.75rem;background:#2d2d2d;border-left:3px solid #4a9eff;border-radius:2px;font-size:14px;color:#aaa;line-height:1.5}@media(max-width:640px){.token-input-container{margin:1rem;padding:1.5rem}.token-input-container h2{font-size:20px}.instructions-content h3{font-size:14px}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:#0b0b0b}.cc-root{display:flex;height:100vh;background:#141d1f;color:#e8eced;font-family:system-ui,-apple-system,sans-serif;overflow:hidden}.cc-sidebar{width:220px;min-width:220px;background:#1f2b2e;border-right:1px solid #34474b;display:flex;flex-direction:column;transition:width .2s ease;overflow:hidden}.cc-sidebar.collapsed{width:56px;min-width:56px}.cc-sidebar-header{padding:16px;border-bottom:1px solid #34474b;display:flex;align-items:center;gap:10px;min-height:56px}.cc-sidebar-header .logo{width:24px;height:24px;flex-shrink:0}.cc-sidebar-header .title{font-size:14px;font-weight:600;color:#e8eced;white-space:nowrap;overflow:hidden}.cc-sidebar.collapsed .title{display:none}.cc-sidebar-nav{flex:1;padding:8px;overflow-y:auto}.cc-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;cursor:pointer;color:#99aeb2;font-size:13px;transition:all .15s ease;white-space:nowrap;border:none;background:none;width:100%;text-align:left}.cc-nav-item:hover{background:#29393d;color:#e8eced}.cc-nav-item.active{background:#80eaff1a;color:#80eaff}.cc-nav-item .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.cc-nav-item .label{overflow:hidden}.cc-sidebar.collapsed .cc-nav-item .label{display:none}.cc-sidebar-footer{padding:12px;border-top:1px solid #34474b}.cc-collapse-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:8px;border-radius:6px;cursor:pointer;color:#7b989d;font-size:16px;transition:all .15s ease;background:none;border:none}.cc-collapse-btn:hover{background:#29393d;color:#99aeb2}.cc-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.cc-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #34474b;background:#1f2b2e;min-height:52px}.cc-header-title{font-size:16px;font-weight:600;color:#e8eced}.cc-header-actions{display:flex;align-items:center;gap:8px}.cc-content{flex:1;overflow-y:auto;padding:20px}.cc-panel{background:#1f2b2e;border:1px solid #34474b;border-radius:12px;overflow:hidden}.cc-panel+.cc-panel{margin-top:16px}.cc-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #34474b;background:#29393d}.cc-panel-title{font-size:14px;font-weight:500;color:#e8eced}.cc-panel-body{padding:16px}.cc-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:20px}.cc-stat-card{background:#1f2b2e;border:1px solid #34474b;border-radius:12px;padding:16px}.cc-stat-label{font-size:12px;color:#7b989d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.cc-stat-value{font-size:24px;font-weight:600;color:#e8eced}.cc-stat-value.green{color:#80ffb5}.cc-stat-value.yellow{color:#ffea80}.cc-stat-value.red{color:#ff9580}.cc-stat-value.blue{color:#80eaff}.cc-stat-value.purple{color:#9580ff}.cc-table{width:100%;border-collapse:collapse;font-size:13px}.cc-table th{text-align:left;padding:10px 12px;color:#7b989d;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #34474b}.cc-table td{padding:10px 12px;border-bottom:1px solid #29393d;color:#e8eced;vertical-align:top}.cc-table tr:hover td{background:#29393d}.cc-table tr:last-child td{border-bottom:none}.cc-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.cc-badge.green{background:#80ffb526;color:#80ffb5}.cc-badge.red{background:#ff958026;color:#ff9580}.cc-badge.yellow{background:#ffea8026;color:#ffea80}.cc-badge.blue{background:#80eaff26;color:#80eaff}.cc-badge.gray{background:#99aeb226;color:#99aeb2}.cc-badge.purple{background:#9580ff26;color:#9580ff}.cc-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;border:1px solid transparent;white-space:nowrap}.cc-btn-primary{background:#80eaff;color:#000;font-weight:600}.cc-btn-primary:hover{background:#66d4eb}.cc-btn-secondary{background:#29393d;color:#e8eced;border-color:#34474b}.cc-btn-secondary:hover{background:#34474b;color:#e8eced}.cc-btn-danger{background:#ff958026;color:#ff9580}.cc-btn-danger:hover{background:#ff958040}.cc-btn-sm{padding:4px 10px;font-size:12px}.cc-filebrowser{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.cc-breadcrumb{display:flex;align-items:center;gap:2px;padding:8px 12px;font-size:13px;color:#99aeb2;flex-wrap:wrap;background:#1f2b2e;border-radius:8px;margin-bottom:12px}.cc-breadcrumb-home{color:#7b989d;padding:2px 4px;font-size:13px}.cc-breadcrumb-sep{color:#34474b;padding:0 2px}.cc-breadcrumb button{background:none;border:none;color:#80eaff;cursor:pointer;padding:2px 6px;border-radius:4px;font-size:13px;font-family:inherit}.cc-breadcrumb button:hover{background:#80eaff1a}.cc-file-entry{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;border-radius:4px;transition:background .1s ease}.cc-file-entry:hover{background:#29393d}.cc-file-entry .icon{width:16px;text-align:center;flex-shrink:0}.cc-file-entry .name{flex:1;font-size:13px;color:#e8eced}.cc-file-entry .meta{font-size:11px;color:#7b989d}.cc-file-entry.directory .name{color:#80eaff}.cc-editor{position:relative}.cc-editor textarea{width:100%;min-height:400px;background:#141d1f;color:#e8eced;border:1px solid #34474b;border-radius:6px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.5;resize:vertical;tab-size:2}.cc-editor textarea:focus{outline:none;border-color:#80eaff}.cc-editor-toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.cc-logs{background:#141d1f;border:1px solid #34474b;border-radius:6px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6;max-height:600px;overflow-y:auto;white-space:pre-wrap;word-break:break-all;color:#99aeb2}.cc-logs .log-line{padding:1px 0}.cc-logs .log-line:hover{background:#1f2b2e}.cc-cron-card{background:#1f2b2e;border:1px solid #34474b;border-radius:12px;padding:16px;margin-bottom:12px;transition:border-color .15s ease}.cc-cron-card:hover{border-color:#80eaff}.cc-cron-card.disabled{opacity:.5}.cc-cron-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cc-cron-name{font-size:14px;font-weight:500;color:#e8eced}.cc-cron-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;font-size:12px;color:#99aeb2}.cc-cron-meta-item{display:flex;align-items:center;gap:6px}.cc-cron-meta-label{color:#7b989d}.cc-toggle{position:relative;width:36px;height:20px;cursor:pointer}.cc-toggle input{opacity:0;width:0;height:0}.cc-toggle .slider{position:absolute;inset:0;background:#34474b;border-radius:20px;transition:background .2s ease}.cc-toggle .slider:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#e8eced;top:2px;left:2px;transition:transform .2s ease}.cc-toggle input:checked+.slider{background:#80eaff}.cc-toggle input:checked+.slider:before{transform:translate(16px);background:#000}.cc-mcp-card{background:#1f2b2e;border:1px solid #34474b;border-radius:12px;padding:16px;margin-bottom:12px}.cc-mcp-name{font-size:14px;font-weight:500;color:#e8eced;margin-bottom:8px}.cc-mcp-detail{font-size:12px;color:#99aeb2;margin-bottom:4px;font-family:ui-monospace,SFMono-Regular,monospace}.cc-skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.cc-skill-card{background:#1f2b2e;border:1px solid #34474b;border-radius:12px;padding:16px;cursor:pointer;transition:all .15s ease}.cc-skill-card:hover{border-color:#80eaff;background:#29393d}.cc-skill-name{font-size:14px;font-weight:500;color:#e8eced;margin-bottom:6px}.cc-skill-desc{font-size:12px;color:#99aeb2;line-height:1.4}.cc-settings-section{margin-bottom:24px}.cc-settings-section-title{font-size:14px;font-weight:600;color:#e8eced;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #34474b}.cc-settings-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #29393d}.cc-settings-label{font-size:13px;color:#e8eced}.cc-settings-value{font-size:13px;color:#99aeb2;font-family:ui-monospace,monospace}.cc-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#7b989d;font-size:14px}.cc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#7b989d;font-size:14px}.cc-empty .icon{font-size:32px;margin-bottom:12px}.cc-content::-webkit-scrollbar,.cc-logs::-webkit-scrollbar,.cc-sidebar-nav::-webkit-scrollbar{width:6px}.cc-content::-webkit-scrollbar-track,.cc-logs::-webkit-scrollbar-track,.cc-sidebar-nav::-webkit-scrollbar-track{background:transparent}.cc-content::-webkit-scrollbar-thumb,.cc-logs::-webkit-scrollbar-thumb,.cc-sidebar-nav::-webkit-scrollbar-thumb{background:#34474b;border-radius:3px}.cc-content::-webkit-scrollbar-thumb:hover,.cc-logs::-webkit-scrollbar-thumb:hover,.cc-sidebar-nav::-webkit-scrollbar-thumb:hover{background:#7b989d}.cc-chat-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden}.cc-chat-wrapper pre{flex:1;margin:0;padding:12px;overflow:auto;white-space:pre-wrap;background:#141d1f;color:#e8eced;font-size:14px;line-height:1.4;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.cc-chat-input-area{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #34474b;background:#1f2b2e}.cc-chat-input{flex:1;padding:10px 12px;background:#141d1f;color:#e8eced;border:1px solid #34474b;border-radius:6px;font-size:14px;font-family:ui-monospace,SFMono-Regular,monospace;transition:border-color .15s ease}.cc-chat-input:focus{outline:none;border-color:#80eaff}.cc-chat-input::placeholder{color:#7b989d}.cc-chat-send{padding:10px 18px;background:#80eaff;color:#000;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease}.cc-chat-send:hover{background:#66d4eb}.cc-chat-send:disabled{background:#29393d;color:#7b989d;cursor:default}.cc-dashboard-refresh{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.cc-refresh-status{font-size:12px;color:#7b989d}.cc-status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px;vertical-align:middle}.cc-status-dot.online{background:#80ffb5;box-shadow:0 0 6px #80ffb580;animation:pulse-dot 2s infinite}.cc-status-dot.offline{background:#ff9580}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 6px #80ffb580}50%{opacity:.7;box-shadow:0 0 12px #80ffb5cc}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media(max-width:768px){.cc-sidebar{width:56px;min-width:56px}.cc-sidebar .label,.cc-sidebar-header .title{display:none}.cc-content{padding:12px}.cc-dashboard-grid{grid-template-columns:1fr}}.cc-channel-status-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.cc-channel-status-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#141d1f;border:1px solid #34474b;border-radius:8px}.cc-channel-status-label{font-size:12px;margin-left:auto}.cc-toast-container{position:fixed;top:16px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.cc-toast{padding:10px 16px;border-radius:8px;font-size:.85rem;color:#fff;background:#374151;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0006;pointer-events:auto;animation:cc-toast-in .25s ease-out;max-width:380px}.cc-toast-success{background:#22c55e26;border-color:#22c55e4d;color:#4ade80}.cc-toast-error{background:#ef444426;border-color:#ef44444d;color:#f87171}.cc-toast-info{background:#3b82f626;border-color:#3b82f64d;color:#93c5fd}@keyframes cc-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cc-cron-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.cc-cron-stats-grid .cc-stat-card{text-align:center}.cc-cron-stats-grid .cc-stat-value{font-size:1.5rem}.cc-cron-stats-grid .cc-stat-label{font-size:.75rem}
