:root{--bg:#f4f6f8;--surface:#ffffff;--surface-strong:#ffffff;--text:#202124;--muted:#6c6f75;--line:#d7dde5;--accent:#0f766e;--accent-strong:#115e59;--blue:#2454a6;--rose:#a33b5f;--shadow:0 18px 50px rgba(32,33,36,0.08)}*{box-sizing:border-box}body{min-height:100vh;margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.sr-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}input,select,textarea{font:inherit;min-width:0}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{background:#25323a;color:#f8fafc;padding:22px 16px;display:flex;flex-direction:column;gap:24px}.mobile-drawer,.mobile-drawer-overlay,.mobile-topbar{display:none}.brand{border:1px solid transparent;border-radius:8px;color:#f8fafc;display:flex;align-items:center;gap:12px;min-height:40px;padding:4px;transition:background-color .16s ease,border-color .16s ease,color .16s ease}@media (hover:hover) and (pointer:fine){.brand:hover{background:#2b3a43;border-color:#405361}}.brand-mark{width:36px;height:36px;border-radius:8px;background:var(--accent);display:grid;place-items:center;font-weight:800}.brand-text span,.brand-text strong{display:block}.brand-text span{color:#b6c2cf;font-size:.82rem}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);display:grid;grid-gap:22px;gap:22px;max-width:480px;padding:28px;width:100%}.auth-brand{color:var(--text);display:flex;align-items:center;gap:12px}.auth-brand .brand-text span{color:var(--muted)}.auth-panel h1{font-size:clamp(1.9rem,4vw,2.6rem);margin-bottom:0}.auth-copy{color:var(--muted);line-height:1.5;margin-bottom:0}.auth-language-switch{display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.auth-language-switch a{flex:1 1;padding:8px 10px;text-align:center;color:var(--muted)}.auth-language-switch a.active{background:#eef8f6;color:var(--accent-strong);font-weight:800}.auth-loading{min-height:100vh}.nav-list{display:grid;grid-gap:6px;gap:6px}.nav-group{border:1px solid rgba(126,167,187,.18);border-radius:8px;display:grid;grid-gap:4px;gap:4px;padding:6px}.nav-group.active{background:rgba(49,65,75,.42);border-color:rgba(126,167,187,.34)}.nav-group.active .nav-group-label{color:#f8fafc}.nav-group.active .nav-group-label svg{color:#99f6e4}.nav-group-label{align-items:center;background:transparent;border:0;color:#aebdca;cursor:pointer;display:flex;font-size:.74rem;font-weight:800;gap:8px;justify-content:flex-start;letter-spacing:0;min-height:30px;padding:2px 7px;text-align:left;text-transform:uppercase;width:100%}.nav-group-label svg{color:#7dd3c7;height:15px;width:15px}.nav-group-label span{flex:1 1;min-width:0}.nav-group-toggle:focus,.nav-group-toggle:focus-visible{border-radius:6px;outline:3px solid rgba(94,234,212,.28);outline-offset:2px}.nav-group-chevron{color:#aebdca;height:14px;transform:rotate(-90deg);transition:transform .16s ease;width:14px}.nav-group-chevron.open{transform:rotate(0deg)}.nav-sublist{display:grid;grid-gap:4px;gap:4px}.nav-sublist[hidden]{display:none}.nav-item{border:1px solid transparent;border-radius:8px;color:#dbe4ed;display:flex;align-items:center;gap:10px;padding:10px 12px 10px 13px;min-height:44px;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.nav-subitem{min-height:40px;padding-left:29px}.nav-subitem.active{background:#344954;border-color:#5d7484}.nav-item.active{background:#31414b;border-color:#506371;box-shadow:inset 3px 0 0 var(--accent),0 8px 18px rgba(8,15,23,.14);color:#f8fafc;font-weight:800}.nav-item svg{width:18px;height:18px;color:#b6c2cf;transition:color .16s ease,transform .16s ease}.nav-item span{min-width:0;overflow-wrap:anywhere}.nav-item.active svg{color:#7dd3c7}.nav-item:focus,.nav-item:focus-visible{background:#344954;border-color:#7ea7bb;color:#ffffff;box-shadow:inset 3px 0 0 #5eead4,0 0 0 4px rgba(94,234,212,.18);outline:3px solid rgba(94,234,212,.28);outline-offset:2px}.nav-item:focus svg,.nav-item:focus-visible svg{color:#ffffff}.nav-item:active{transform:translateX(1px) scale(.99)}@media (hover:hover) and (pointer:fine){.nav-item:hover{background:#2f3f49;border-color:#4f6575;box-shadow:0 8px 18px rgba(8,15,23,.16);color:#ffffff;transform:translateX(2px)}.nav-item:hover svg{color:#ffffff}.nav-item.active:hover{background:#3a4d58;border-color:#5d7484;color:#ffffff}.nav-item.active:hover svg{color:#99f6e4}}.language-switch{margin-top:auto;display:flex;border:1px solid #445464;border-radius:8px;overflow:hidden}.language-switch a{flex:1 1;padding:8px 10px;text-align:center;color:#dbe4ed;transition:background-color .16s ease,color .16s ease}.language-switch a.active{background:#344650;color:#ffffff;font-weight:800}@media (hover:hover) and (pointer:fine){.language-switch a:hover{background:#31414b;color:#ffffff}.language-switch a.active:hover{background:#3a4d58;color:#ffffff}}.workspace{padding:32px;display:grid;grid-gap:22px;gap:22px;align-content:flex-start}.narrow-workspace{max-width:720px;width:100%}.settings-workspace{max-width:980px;width:100%}.hero-panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;padding:28px}.eyebrow{color:var(--accent-strong);font-size:.78rem;font-weight:800;letter-spacing:0;margin:0 0 10px;text-transform:uppercase}h1,h2,p{margin-top:0}h1{font-size:clamp(2rem,4vw,3.8rem);line-height:1;margin-bottom:14px;max-width:780px}.hero-copy{color:var(--muted);font-size:1.05rem;line-height:1.6;margin-bottom:0;max-width:760px}.status-strip{align-self:flex-start;display:grid;grid-gap:10px;gap:10px;min-width:180px}.status-strip span{border-left:4px solid var(--accent);background:#eef8f6;border-radius:8px;padding:10px 12px;color:#164e49;font-weight:700;white-space:nowrap}.release-notes{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.release-notes-summary{align-items:center;display:grid;grid-gap:14px;gap:14px;grid-template-columns:minmax(0,1fr) auto;list-style:none;padding:18px 22px}.release-note-item summary::-webkit-details-marker{display:none}.release-notes-summary p{color:var(--muted);line-height:1.5;margin-bottom:0}.release-notes-title{display:block;font-size:1.1rem;font-weight:800;margin-bottom:5px}.release-notes-count{background:#eef8f6;border:1px solid #cde9e4;border-radius:8px;color:#164e49;font-size:.86rem;font-weight:800;padding:7px 10px;white-space:nowrap}.release-note-list{border-top:1px solid var(--line);display:grid}.release-note-item{border-bottom:1px solid var(--line);padding:0 22px}.release-note-item:last-child{border-bottom:0}.release-note-item summary{align-items:center;cursor:pointer;display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(0,1fr) 18px;list-style:none;padding:12px 0}.release-note-heading{display:grid;grid-gap:5px;gap:5px}.release-note-meta{align-items:center;color:var(--muted);display:flex;flex-wrap:wrap;gap:8px;font-size:.82rem;font-weight:800}.release-note-label{background:#f8fafc;border:1px solid var(--line);border-radius:8px;color:#27323a;padding:3px 7px}.release-note-title{font-weight:800;line-height:1.35}.release-note-item-chevron{color:var(--muted);height:18px;transition:transform .16s ease;width:18px}.release-note-item[open] .release-note-item-chevron{transform:rotate(180deg)}.release-note-item p{color:var(--muted);line-height:1.55;margin-bottom:14px;max-width:920px}.release-notes-actions{display:flex;justify-content:flex-start;padding:12px 22px 16px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.module-card{background:var(--surface-strong);border:1px solid var(--line);border-radius:8px;min-height:150px;padding:20px;display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:14px;gap:14px}.module-card svg{width:28px;height:28px;color:var(--blue)}.module-card:nth-child(3n) svg{color:var(--rose)}.module-card h2{font-size:1rem;margin-bottom:8px}.module-card p{color:var(--muted);line-height:1.5;margin-bottom:0}.platform-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.platform-list span{padding:6px 9px;color:#3b424a;font-size:.86rem}.content-panel,.platform-list span{border:1px solid var(--line);border-radius:8px}.content-panel{background:var(--surface);box-shadow:var(--shadow);display:grid;grid-gap:22px;gap:22px;padding:28px}.content-panel h1{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:0}.account-panel{gap:18px;padding:24px}.account-panel h1{font-size:1.65rem;line-height:1.15}.account-page-kicker{color:var(--muted);font-size:.84rem;font-weight:800;margin-bottom:-8px}.auth-form{display:grid;grid-gap:16px;gap:16px}.account-section-form{padding-top:4px}.account-section-form h3{font-size:1.05rem;margin-bottom:0}.auth-form label{display:grid;grid-gap:7px;gap:7px}.auth-form label span,.detail-list dt,.user-table-row.header{color:var(--muted);font-size:.82rem;font-weight:800}.account-inline-editor input,.approval-box textarea,.auth-form input,.auth-form select,.channel-form input,.channel-form select,.channel-name-inline-editor input,.content-profile-form input,.content-profile-form select,.content-profile-form textarea,.idea-edit-form input,.idea-edit-form textarea,.ideas-form input,.ideas-form textarea,.member-form input,.member-form select,.member-row select,.model-route-controls select,.news-source-box input,.news-source-box select,.news-source-box textarea,.news-source-edit-form input,.news-source-edit-form select,.news-source-edit-form textarea,.schedule-slot-form input,.schedule-slot-form select,.user-table select{border:1px solid var(--line);border-radius:8px;min-height:42px;padding:9px 11px;width:100%}.compact-button,.primary-button,.secondary-button{align-items:center;border-radius:8px;border:1px solid transparent;cursor:pointer;display:inline-flex;font-weight:800;justify-content:center;min-height:40px;padding:9px 14px;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease;width:-moz-fit-content;width:fit-content}.compact-button svg,.primary-button svg,.secondary-button svg{height:17px;margin-right:7px;width:17px}.primary-button{background:var(--accent);color:#ffffff}.primary-button:hover:not(:disabled){background:var(--accent-strong);box-shadow:0 8px 20px rgba(15,118,110,.2)}.compact-button:disabled,.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.65}.compact-button[aria-busy=true],.primary-button[aria-busy=true],.secondary-button[aria-busy=true]{cursor:progress}.compact-button,.secondary-button{background:#f8fafc;border-color:var(--line);color:#27323a}.compact-button:hover:not(:disabled),.secondary-button:hover:not(:disabled){background:#eef3f7;border-color:#b8c3cf;box-shadow:0 8px 18px rgba(39,50,58,.1)}.compact-button{font-size:.88rem;min-height:34px;padding:7px 10px}.icon-button{align-items:center;background:#f8fafc;border:1px solid var(--line);border-radius:8px;color:#27323a;cursor:pointer;display:inline-flex;height:34px;justify-content:center;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease;width:34px}.icon-button:hover:not(:disabled){background:#eef8f6;border-color:var(--accent);color:var(--accent-strong);box-shadow:0 8px 18px rgba(15,118,110,.16)}.compact-button:focus-visible,.icon-button:focus-visible,.primary-button:focus-visible,.secondary-button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(36,84,166,.34);outline-offset:3px}.compact-button:active:not(:disabled),.icon-button:active:not(:disabled),.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled){transform:translateY(1px)}.icon-button svg{height:16px;width:16px}.field-label-with-help,.help-heading{align-items:center;display:inline-flex;gap:6px;max-width:100%;min-width:0}.field-label-with-help label,.field-label-with-help>span:first-child,.help-heading>span:first-child{min-width:0;overflow-wrap:anywhere}.help-tooltip{display:inline-flex;flex:0 0 auto;position:relative;vertical-align:middle}.help-tooltip-button{align-items:center;background:#f8fafc;border:1px solid var(--line);border-radius:999px;color:var(--muted);cursor:help;display:inline-flex;height:24px;justify-content:center;padding:0;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease;width:24px}.help-tooltip-button svg{height:14px;width:14px}.help-tooltip-content{background:#202124;border-radius:8px;bottom:calc(100% + 8px);box-shadow:0 12px 28px rgba(8,15,23,.2);color:#ffffff;font-size:.82rem;font-weight:700;left:auto;line-height:1.45;max-width:min(280px,calc(100vw - 32px));opacity:0;overflow-wrap:anywhere;padding:9px 10px;pointer-events:none;position:absolute;right:0;text-transform:none;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;visibility:hidden;white-space:normal;width:max-content;z-index:60}.help-tooltip.is-visible .help-tooltip-button,.help-tooltip:focus-within .help-tooltip-button,.help-tooltip:hover .help-tooltip-button{background:#eef8f6;border-color:var(--accent);color:var(--accent-strong);box-shadow:0 8px 18px rgba(15,118,110,.12)}.help-tooltip-button:focus+.help-tooltip-content,.help-tooltip.is-visible .help-tooltip-content,.help-tooltip:focus-within .help-tooltip-content,.help-tooltip:hover .help-tooltip-content{opacity:1;transform:translateY(0);visibility:visible}.danger-button{color:#9f1239}.form-error,.form-link,.form-success{margin-bottom:0}.form-error{color:#9f1239;font-weight:700}.form-success{color:#166534;font-weight:700}.action-feedback{border:1px solid;border-radius:8px;font-weight:800;line-height:1.35;padding:10px 12px}.action-feedback:focus{outline:2px solid currentColor;outline-offset:2px}.action-feedback.is-error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.action-feedback.is-success{background:#ecfdf3;border-color:#bbf7d0;color:#166534}.feedback-toast-layer{bottom:18px;display:flex;justify-content:flex-end;left:18px;pointer-events:none;position:fixed;right:18px;z-index:120}.feedback-toast{align-items:center;border:1px solid;border-radius:8px;box-shadow:0 18px 44px rgba(15,23,42,.22);display:grid;grid-gap:10px;gap:10px;grid-template-columns:minmax(0,1fr) auto;max-width:min(440px,100%);padding:12px;pointer-events:auto}.feedback-toast.is-error{background:#fff1f2;border-color:#fb7185;color:#881337}.feedback-toast.is-success{background:#ecfdf3;border-color:#4ade80;color:#14532d}.feedback-toast button{align-items:center;background:transparent;border:1px solid;border-radius:8px;color:inherit;display:inline-flex;height:32px;justify-content:center;padding:0;width:32px}.feedback-toast button svg{height:16px;width:16px}.form-link{color:var(--muted)}.form-link a{color:var(--accent-strong);font-weight:800}.empty-state,.table-panel{display:grid;grid-gap:16px;gap:16px}.empty-state{min-height:120px;align-items:flex-start;justify-items:flex-start}.channel-empty-state{background:#f8fafc;border:1px solid var(--line);border-radius:8px;gap:8px;min-height:auto;padding:16px}.channel-empty-state h2{font-size:1rem;margin-bottom:0}.channel-empty-state p{color:var(--muted);line-height:1.45;margin-bottom:0;max-width:620px}.account-profile-layout{display:grid;grid-gap:0;gap:0}.account-overview{border-top:1px solid var(--line);display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(0,1fr) auto;padding:18px 0}.account-overview-main,.account-section-heading{align-items:flex-start;display:flex;gap:12px;min-width:0}.account-section-icon{align-items:center;background:#eef8f6;border:1px solid #cde9e4;border-radius:8px;color:var(--accent-strong);display:inline-flex;flex:0 0 auto;height:38px;justify-content:center;width:38px}.account-section-icon svg{height:20px;width:20px}.account-overview h2,.account-section-heading h2{font-size:1rem;margin-bottom:5px}.account-overview-copy,.account-section-heading p,.account-value-muted{color:var(--muted);line-height:1.45;margin-bottom:0}.account-summary-list{display:flex;flex-wrap:wrap;gap:8px 18px;grid-column:1/-1;margin:0}.account-summary-list>div{align-items:baseline;display:flex;gap:6px;min-width:0}.account-summary-list dt,.account-value-label{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;white-space:nowrap}.account-summary-list dd{font-weight:800;margin-left:0;min-width:0;overflow-wrap:normal}.account-logout-button{grid-column:2;grid-row:1;white-space:nowrap}.account-section{border-top:1px solid var(--line);display:grid;grid-gap:16px;gap:16px;padding:18px 0}.account-section-split{align-items:flex-start;grid-template-columns:minmax(190px,270px) minmax(0,1fr)}.account-section-body{display:grid;grid-gap:14px;gap:14px;min-width:0}.account-value-row{align-items:center;display:flex;gap:14px;justify-content:space-between;min-width:0}.account-value-row>div:first-child{min-width:0}.account-value-row .compact-button{flex:0 0 auto}.account-value{font-size:1.03rem;font-weight:800;line-height:1.35;margin-bottom:0;overflow:hidden;text-overflow:ellipsis}.account-nowrap-value,.account-value{white-space:nowrap}.account-language-actions{display:flex;flex-wrap:wrap;gap:8px}.account-toggle-row{align-items:center;border:1px solid var(--line);border-radius:8px;display:flex;gap:14px;justify-content:space-between;min-width:0;padding:12px}.account-toggle-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.account-switch{display:inline-flex;flex:0 0 auto;position:relative}.account-switch input{height:42px;margin:0;opacity:0;position:absolute;width:58px;z-index:1}.account-switch span{background:#d8e0e2;border:1px solid #bfcbce;border-radius:999px;display:inline-block;height:32px;position:relative;transition:background .16s ease,border-color .16s ease;width:58px}.account-switch span:after{background:#ffffff;border:1px solid rgba(24,38,45,.16);border-radius:999px;content:"";height:26px;left:2px;position:absolute;top:2px;transition:transform .16s ease;width:26px}.account-switch input:checked+span{background:var(--accent);border-color:var(--accent-strong)}.account-switch input:checked+span:after{transform:translateX(26px)}.account-switch input:focus-visible+span{outline:3px solid rgba(13,148,136,.22);outline-offset:3px}.account-switch input:disabled+span{cursor:wait;opacity:.65}.compact-button.active,.secondary-button.active{background:#eef8f6;border-color:var(--accent);color:var(--accent-strong)}.compact-button.danger-button.active,.secondary-button.danger-button.active{background:#fff1f2;border-color:#fda4af;color:#9f1239}.detail-list{display:grid;grid-gap:12px;gap:12px;margin:0}.detail-list>div{border-bottom:1px solid var(--line);display:grid;grid-gap:5px;gap:5px;padding-bottom:12px}.detail-list dd{margin-left:0;min-width:0}.editable-field{align-items:center;display:flex;gap:10px;justify-content:space-between}.editable-field-value{display:grid;grid-gap:5px;gap:5px;min-width:0}.account-inline-edit-row,.account-inline-editor{display:grid;grid-gap:10px;gap:10px}.account-inline-edit-row{align-items:end;grid-template-columns:minmax(180px,360px) auto}.account-inline-editor label{display:grid;grid-gap:7px;gap:7px;min-width:0}.account-inline-editor label span{color:var(--muted);font-size:.82rem;font-weight:800}.inline-actions{display:flex;flex-wrap:wrap;gap:8px}.user-table{border:1px solid var(--line);border-radius:8px;overflow:hidden}.admin-user-filters{align-items:end;display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(180px,240px))}.admin-user-filters label{display:grid;grid-gap:7px;gap:7px}.admin-user-filters label span{color:var(--muted);font-size:.82rem;font-weight:800}.admin-user-filters select{border:1px solid var(--line);border-radius:8px;min-height:42px;padding:9px 11px;width:100%}.user-table-row{align-items:center;background:#ffffff;border-bottom:1px solid var(--line);display:grid;grid-gap:12px;gap:12px;grid-template-columns:1.1fr 1.4fr 1fr 150px 140px 170px 110px;min-height:58px;padding:10px 12px}.user-table-row:last-child{border-bottom:0}.user-table-row.header{background:#f8fafc;min-height:42px}.user-table-empty{align-items:center;background:#ffffff;color:var(--muted);display:grid;font-weight:700;min-height:72px;padding:16px}.email-verification-cell{display:grid;grid-gap:4px;gap:4px;justify-items:flex-start}.email-verification-cell small{color:var(--muted);font-size:.78rem}.content-categories-view{display:grid;grid-gap:16px;gap:16px;max-width:100%}.content-categories-panel{gap:18px;justify-self:center;max-width:1080px;padding:24px;width:100%}.content-categories-panel h1{font-size:1.7rem;line-height:1.15}.content-categories-back-link{justify-self:flex-start}.content-category-create-form,.content-category-list{border-top:1px solid var(--line);display:grid;grid-gap:12px;gap:12px;padding-top:14px}.content-category-form-heading,.content-category-list-heading{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;max-width:760px}.content-category-form-heading h2,.content-category-list-heading h2{font-size:1rem;margin-bottom:0}.content-category-form-grid label>span,.content-category-form-grid small,.content-category-form-heading p,.content-category-list-heading p,.content-category-row label>span{color:var(--muted);font-size:.82rem;font-weight:800}.content-category-form-grid small,.content-category-form-heading p,.content-category-list-heading p{line-height:1.45;margin-bottom:0}.content-category-form-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:minmax(170px,230px) minmax(150px,210px) minmax(230px,1fr);max-width:840px}.content-category-form-grid label,.content-category-row label{display:grid;grid-gap:6px;gap:6px;min-width:0}.content-category-form-grid input,.content-category-row input{border:1px solid var(--line);border-radius:8px;min-height:38px;padding:8px 10px;width:100%}.content-category-table{border:1px solid var(--line);border-radius:8px;max-width:980px;overflow:hidden}.content-category-row{align-items:center;background:#ffffff;border-bottom:1px solid var(--line);display:grid;grid-gap:10px;gap:10px;grid-template-columns:minmax(170px,230px) minmax(150px,210px) minmax(230px,1fr) 98px 118px;padding:10px}.content-category-row:last-child{border-bottom:0}.content-category-row.header{background:#f8fafc;color:var(--muted);font-size:.82rem;font-weight:800;min-height:40px}@media (min-width:861px){.content-category-row:not(.header) label>.field-label-with-help{display:none}}.ai-providers-view,.channel-card,.channel-list,.channels-view,.credentials-view,.member-list{display:grid;grid-gap:16px;gap:16px}.credential-section-nav{min-width:0}.credential-section-nav ul{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;min-width:0;padding:0}.credential-section-nav li{display:flex;min-width:0}.credential-section-tab{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8fafc;border:1px solid var(--line);border-radius:999px;color:var(--muted);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.82rem;font-weight:900;gap:7px;line-height:1.2;margin:0;min-height:36px;min-width:0;overflow-wrap:anywhere;padding:8px 11px;transition:background .16s ease,border-color .16s ease,color .16s ease}.credential-section-tab svg{flex:0 0 auto;height:16px;width:16px}.credential-section-tab:focus-visible,.credential-section-tab:hover{background:#eef4ff;border-color:rgba(36,84,166,.38);color:var(--text)}.credential-section-tab.is-active{background:#e8f5f2;border-color:rgba(15,118,110,.36);color:#164e49}.production-recipe-form,.production-recipe-layout,.production-recipe-list,.production-recipe-panel,.production-recipe-summary,.production-recipe-table,.production-recipes-view{display:grid;grid-gap:14px;gap:14px;min-width:0}.production-recipe-layout{align-items:start;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)}