.channel-config-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.channel-config-header__back-btn{cursor:pointer;color:#64748b;background:0 0;border:1px solid #0000001a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.orchestrator-template--dark .channel-config-header__back-btn{color:#fff9;border-color:#ffffff1a}.channel-config-header__back-btn:hover{color:#3b82f6;background:#3b82f61a;border-color:#3b82f6}.orchestrator-template--dark .channel-config-header__back-btn:hover{color:#60a5fa;background:#3b82f626;border-color:#60a5fa}.channel-config-header__tabs{border-bottom:1px solid #64748b2e;flex:1;gap:4px;display:flex}.orchestrator-template--dark .channel-config-header__tabs{border-bottom-color:#ffffff1a}.channel-config-header__tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s}.orchestrator-template--dark .channel-config-header__tab{color:#fff9}.channel-config-header__tab:hover{color:#3b82f6}.channel-config-header__tab--active{color:#3b82f6;border-bottom-color:#3b82f6}.orchestrator-template--dark .channel-config-header__tab--active{color:#60a5fa;border-bottom-color:#60a5fa}.channel-config-content{min-height:400px}.channel-config-settings{margin-bottom:32px}.channel-config-form{background:#fff;border:1px solid #64748b2e;border-radius:16px;padding:32px;box-shadow:0 4px 16px #0000000d}.orchestrator-template--dark .channel-config-form{box-shadow:none;background:#ffffff0f;border-color:#ffffff1f}.channel-config-form__group{margin-bottom:24px}.channel-config-form__label{color:#374151;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:500;display:flex}.channel-config-form__help-icon{color:#9ca3af;cursor:help;width:14px;height:14px}.orchestrator-template--dark .channel-config-form__label{color:#fffc}.orchestrator-template--dark .channel-config-form__help-icon{color:#fff6}.channel-config-form__input{background:#fffc;border:1px solid;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:14px;transition:all .2s}.channel-config-form__input--large{resize:vertical;min-height:80px}.orchestrator-template .channel-config-form__input{color:#1e293b;background:#fff;border-color:#64748b4d}.orchestrator-template .channel-config-form__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.orchestrator-template--dark .channel-config-form__input{color:#fff;background:#ffffff1a;border-color:#fff3}.orchestrator-template--dark .channel-config-form__input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.channel-config-form__save-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.channel-config-form__save-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.channel-config-form__save-btn:disabled{opacity:.6;cursor:not-allowed}.channel-config-form__loading-icon{width:16px;height:16px;animation:1s linear infinite spin}.channel-config-form__webhook-container{align-items:stretch;gap:8px;display:flex}.channel-config-form__webhook-input{flex:1}.channel-config-form__copy-btn{cursor:pointer;background:#fffc;border:1px solid;border-radius:8px;justify-content:center;align-items:center;min-width:44px;padding:12px;transition:all .2s;display:flex}.orchestrator-template .channel-config-form__copy-btn{color:#64748b;background:#fff;border-color:#64748b4d}.orchestrator-template .channel-config-form__copy-btn:hover{color:#3b82f6;background:#3b82f614;border-color:#3b82f6}.orchestrator-template--dark .channel-config-form__copy-btn{color:#fff9;background:#ffffff1a;border-color:#fff3}.orchestrator-template--dark .channel-config-form__copy-btn:hover{color:#60a5fa;background:#ffffff26;border-color:#60a5fa}.channel-config-form__copy-icon{width:16px;height:16px}.channel-config-overview__card{background:#fff;border:1px solid #64748b2e;border-radius:16px;padding:32px;box-shadow:0 4px 16px #0000000d}.orchestrator-template--dark .channel-config-overview__card{box-shadow:none;background:#ffffff0f;border-color:#ffffff1f}.channel-config-overview__title{-webkit-text-fill-color:transparent;text-shadow:0 1px 2px #0000001a;background:linear-gradient(135deg,#1e293b,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;margin-bottom:32px;font-size:24px;font-weight:700}.orchestrator-template--dark .channel-config-overview__title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text}.channel-config-overview__description{color:#64748b;margin-bottom:32px;font-size:16px;line-height:24px}.orchestrator-template--dark .channel-config-overview__description{color:#ffffffb3}.channel-config-overview__features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.channel-config-overview__feature{background:#f8fafc;border:1px solid #64748b24;border-radius:12px;padding:24px;transition:all .2s}.channel-config-overview__feature:hover{border-color:#3b82f64d;transform:translateY(-2px)}.orchestrator-template--dark .channel-config-overview__feature{background:#ffffff0a;border-color:#ffffff1a}.orchestrator-template--dark .channel-config-overview__feature:hover{border-color:#60a5fa66}.channel-config-overview__feature h4{color:#1e293b;margin-bottom:12px;font-size:16px;font-weight:600}.orchestrator-template--dark .channel-config-overview__feature h4{color:#fff}.channel-config-overview__feature ul{margin:0;padding:0;list-style:none}.channel-config-overview__feature li{color:#64748b;padding:4px 0 4px 20px;font-size:14px;position:relative}.channel-config-overview__feature li:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.orchestrator-template--dark .channel-config-overview__feature li{color:#ffffffb3}.orchestrator-template--dark .channel-config-overview__feature li:before{color:#60a5fa}
