:root{color:#f6f3eb;background:#101116;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--background: #101116;--panel: #17191f;--panel-raised: #1d2027;--border: #2b2e37;--border-bright: #3a3e49;--text: #f6f3eb;--muted: #969aa5;--gold: #d7a93e;--gold-bright: #f1c760;--green: #63c488;--red: #f07878;--task-page-padding-x: clamp(20px, 2.2vw, 44px);--task-page-padding-y: clamp(18px, 2vw, 36px);--task-section-gap: clamp(16px, 1.4vw, 24px);--task-panel-padding: clamp(14px, 1.2vw, 20px);--task-title-size: clamp(34px, 3vw, 52px);--task-subtitle-size: clamp(13px, .9vw, 16px);--task-body-size: clamp(13px, .82vw, 15px);--task-label-size: clamp(10px, .72vw, 12px);--task-input-height: clamp(38px, 2.4vw, 44px);--task-table-row-height: clamp(38px, 2.4vw, 46px);--task-radius: 16px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 75% 0%,rgba(215,169,62,.07),transparent 26rem),var(--background)}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,p{margin-top:0}h1{margin-bottom:8px;font-size:clamp(28px,3vw,42px);letter-spacing:-.035em}h2{font-size:19px}.muted{color:var(--muted)}.small-text{font-size:13px}.eyebrow{margin-bottom:8px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.18em}.center-screen,.login-page{min-height:100vh;display:grid;place-items:center}.login-card{width:min(440px,calc(100vw - 32px));padding:44px;border:1px solid var(--border);border-radius:20px;background:#17191ff0;box-shadow:0 32px 80px #00000059}.brand-mark{width:46px;height:46px;display:grid;place-items:center;margin-bottom:28px;border-radius:12px;color:#17130a;background:linear-gradient(135deg,var(--gold-bright),#a87518);font-weight:900}.brand-mark.small{width:36px;height:36px;margin:0}.app-layout{--sidebar-width: 280px;--mobile-header-height: 60px;min-height:100vh;overflow-x:clip}.app-layout.sidebar-collapsed{--sidebar-width: 80px}.app-shell{min-height:100vh}.app-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:40;width:var(--sidebar-width);display:flex;flex-direction:column;padding:18px 14px 16px;border-right:1px solid var(--border);background:#0e0f13f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden;transition:width .18s ease,transform .18s ease}.app-sidebar-mobile{width:min(320px,88vw);z-index:60;box-shadow:0 22px 48px #00000073;transform:translate(-100%)}.app-sidebar-mobile.open{transform:translate(0)}.app-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 6px 18px}.app-sidebar-brand,.app-mobile-header-brand,.app-mobile-header-leading{min-width:0;display:flex;align-items:center;gap:12px}.app-sidebar-brand-copy,.app-mobile-header-brand>div:last-child{min-width:0}.app-sidebar-brand-copy strong,.app-sidebar-brand-copy span,.app-mobile-header-brand strong,.app-mobile-header-brand span{display:block}.app-sidebar-brand-copy span,.app-mobile-header-brand span{margin-top:3px;color:var(--muted);font-size:11px}.app-sidebar-close,.app-mobile-menu-button{flex:0 0 auto}.app-nav{flex:1 1 auto;min-height:0;display:grid;align-content:start;gap:6px;padding-top:8px;overflow-y:auto}.app-nav-link{display:flex;align-items:center;gap:12px;min-height:48px;padding:8px 10px;border-radius:12px;color:#a8abb5;text-decoration:none;font-size:14px;font-weight:650;transition:background .16s ease,color .16s ease}.app-nav-link:hover,.app-nav-link.active{color:var(--text);background:var(--panel-raised)}.app-nav-link.active{box-shadow:inset 3px 0 var(--gold)}.app-nav-link-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid transparent;border-radius:10px;color:inherit;font-size:20px;flex:0 0 auto}.app-nav-link.active .app-nav-link-icon{border-color:#6d5729;color:var(--gold-bright);background:#d7a93e1a}.app-nav-link-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar-footer{margin-top:auto;display:grid;gap:12px;padding:16px 6px 0}.app-sidebar-footer-divider{width:100%;height:1px;background:var(--border)}.app-sidebar-footer-divider-secondary{margin-top:2px}.app-sidebar-user{min-width:0;display:flex;align-items:center;gap:10px}.app-user-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#17130a;background:linear-gradient(135deg,var(--gold-bright),#a87518);font-size:13px;font-weight:900;flex:0 0 auto}.app-sidebar-user-copy{min-width:0;display:grid;gap:2px}.app-sidebar-user-copy strong,.app-sidebar-user-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar-user-copy strong{color:var(--text);font-size:13px}.app-sidebar-user-copy span,.app-mobile-header-user{color:var(--muted);font-size:12px}.app-sidebar-actions{display:flex;align-items:center}.app-signout-link{display:inline-flex;align-items:center;gap:8px}.app-signout-button,.app-sidebar-collapse-button{width:40px;height:40px;font-size:18px}.app-sidebar-collapse-row{display:flex;justify-content:flex-end}.app-sidebar-collapsed .app-sidebar-brand-copy,.app-sidebar-collapsed .app-nav-link-label,.app-sidebar-collapsed .app-sidebar-user-copy,.app-sidebar-collapsed .app-signout-label{display:none}.app-sidebar-collapsed .app-nav-link{justify-content:center;padding-inline:0}.app-sidebar-collapsed .app-sidebar-user,.app-sidebar-collapsed .app-sidebar-actions,.app-sidebar-collapsed .app-sidebar-collapse-row{justify-content:center}.app-sidebar-collapsed .app-sidebar-footer{gap:10px}.app-sidebar-collapsed .app-sidebar-footer-divider-secondary{margin-top:0}.app-mobile-header{position:fixed;top:0;left:0;right:0;z-index:45;display:none;align-items:center;justify-content:space-between;gap:12px;min-height:var(--mobile-header-height);padding:0 16px;border-bottom:1px solid var(--border);background:#0e0f13f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-mobile-header-user{max-width:34vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:0;background:#0000006b;opacity:0;pointer-events:none;transition:opacity .18s ease}.mobile-nav-backdrop.open{opacity:1;pointer-events:auto}.content{width:auto;max-width:none;min-height:100vh;min-width:0;margin-left:var(--sidebar-width);padding:36px clamp(24px,3vw,40px);transition:margin-left .18s ease,width .18s ease,padding .18s ease}.content-wide{width:auto;max-width:none;min-width:0;padding:var(--task-page-padding-y) var(--task-page-padding-x)}@media(min-width:1024px){.app-sidebar-mobile,.app-mobile-header,.mobile-nav-backdrop{display:none}}@media(max-width:1023px){.app-sidebar-desktop{display:none}.app-mobile-header{display:flex}.content{width:100%;margin-left:0;padding:calc(var(--mobile-header-height) + 16px) 18px 24px}.content-wide{width:100%;padding:calc(var(--mobile-header-height) + 16px) var(--task-page-padding-x) 24px}}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.page-header .muted{max-width:650px;margin-bottom:0}.primary,.secondary{min-height:40px;padding:0 16px;border-radius:8px;font-weight:750}.primary{border:1px solid var(--gold);color:#19150b;background:var(--gold)}.primary:hover{background:var(--gold-bright)}.secondary{border:1px solid var(--border-bright);color:var(--text);background:var(--panel)}.secondary:hover{border-color:#555a68;background:var(--panel-raised)}.secondary.gold{color:var(--gold-bright);border-color:#775b25}.compact{min-height:32px;padding:0 11px;font-size:12px}.wide{width:100%}button:disabled{cursor:not-allowed;opacity:.5}.link-button,.icon-button{padding:0;border:0;color:var(--gold);background:transparent}.icon-button{width:32px;height:32px;border:1px solid var(--border);border-radius:7px;color:var(--muted)}.danger{color:var(--red)}.toolbar{display:flex;margin-bottom:20px}.inline-field{display:flex;align-items:center;gap:12px}.inline-field select{min-width:220px}label,.field-label{display:grid;gap:7px;color:#c7c9cf;font-size:12px;font-weight:700}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;padding:10px 11px;border:1px solid var(--border-bright);border-radius:7px;outline:none;color:var(--text);background:#121419}input[type=checkbox],input[type=radio]{width:15px;height:15px;flex-shrink:0;accent-color:var(--gold);cursor:pointer}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d7a93e1f}textarea{min-height:86px;resize:vertical}.input-shell{position:relative;display:flex;align-items:center}.input-shell input{padding-right:44px}.password-toggle{top:50%;position:absolute;right:6px;width:28px;height:28px;border:0;color:var(--muted);background:transparent;box-shadow:none;transform:translateY(-50%)}.password-toggle:hover{color:var(--text);background:transparent}.password-toggle:focus,.password-toggle:focus-visible{border:0;outline:none;box-shadow:none}.password-toggle svg{width:16px;height:16px}.field-message{color:var(--muted);font-size:11px;font-weight:500}.field-message.error{color:#ffb4b4}fieldset{margin:0;padding:16px;border:1px solid var(--border);border-radius:10px}legend{padding:0 8px;color:var(--muted);font-size:12px}.stack{display:grid;gap:18px}.two-columns,.three-columns{display:grid;gap:14px}.two-columns{grid-template-columns:repeat(2,1fr)}.three-columns{grid-template-columns:repeat(3,1fr)}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.form-note{margin:-8px 0 0;color:var(--muted);text-align:center;font-size:11px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.entity-card,.table-card{border:1px solid var(--border);border-radius:12px;background:var(--panel)}.entity-card{min-height:168px;padding:20px}.entity-card:hover{border-color:var(--border-bright)}.entity-card-header,.card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.entity-card h2{margin:26px 0 8px}.entity-code,.mono{color:#afb2bc;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.status{display:inline-flex;width:fit-content;align-items:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase}.status.active{color:var(--green);background:#63c4881c}.status.draft{color:var(--gold-bright);background:#d7a93e1c}.workflow-card .card-footer{margin-top:24px;padding-top:14px;border-top:1px solid var(--border);color:var(--muted);font-size:11px}.workflow-preview-card{display:flex;flex-direction:column}.workflow-preview-description{min-height:60px}.workflow-preview-updated{color:var(--muted);font-size:11px}.workflow-preview-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.workflow-preview-meta span{padding:5px 8px;border:1px solid var(--border);border-radius:999px;color:#c9cbd1;font-size:10px;font-weight:700}.workflow-loading-card{display:grid;gap:12px;pointer-events:none}.workflow-loading-bar,.workflow-loading-footer{border-radius:999px;background:linear-gradient(90deg,#1b1e25,#292d36,#1b1e25);background-size:200% 100%;animation:workflow-loading 1.3s linear infinite}.workflow-loading-bar{height:12px}.workflow-loading-bar.short{width:34%}.workflow-loading-bar.title{width:68%;height:24px;margin-top:14px}.workflow-loading-footer{height:38px;margin-top:auto}.button-with-icon{display:inline-flex;align-items:center;gap:8px}.button-with-icon svg{width:16px;height:16px}.table-card{overflow:hidden}.table-row{display:grid;grid-template-columns:1.2fr .8fr 2fr;align-items:center;gap:20px;min-height:68px;padding:13px 18px;border-bottom:1px solid var(--border)}.table-row.users{grid-template-columns:1.3fr 1.2fr .5fr .7fr}.table-row.packages{grid-template-columns:1.5fr .8fr .45fr 1fr .6fr}.table-row:last-child{border-bottom:0}.table-row.table-head{min-height:40px;color:var(--muted);background:#14161b;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.table-row strong,.table-row small{display:block}.table-row small{margin-top:4px;color:var(--muted);font-size:11px}.align-right{text-align:right}.tag-list,.tag-options{display:flex;flex-wrap:wrap;gap:6px}.tag{padding:4px 7px;border:1px solid var(--border-bright);border-radius:5px;color:#bec1c9;font-size:10px}.permission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.check-card{display:flex;grid-template-columns:none;align-items:flex-start;gap:10px;padding:11px;border:1px solid var(--border);border-radius:8px;background:#14161b}.check-card strong,.check-card small{display:block}.check-card small{margin-top:4px;color:var(--muted);font-weight:400}.empty-state{margin-top:16px;padding:42px;border:1px dashed var(--border-bright);border-radius:12px;color:var(--muted);text-align:center}.task-toolbar{align-items:center;justify-content:space-between;gap:20px}.segmented{display:inline-flex;padding:3px;border:1px solid var(--border);border-radius:9px;background:#121419}.segmented button{min-height:32px;padding:0 12px;border:0;border-radius:6px;color:var(--muted);background:transparent;font-size:11px;font-weight:750;text-transform:capitalize}.segmented button.active{color:var(--text);background:var(--panel-raised)}.task-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px}.task-card{padding:20px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.task-card:hover{border-color:var(--border-bright)}.task-card h2{margin:24px 0 6px}.task-card>p{min-height:42px;color:#c7c9d0}.step-type{color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.08em}.task-meta{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.task-meta span{padding:5px 7px;border:1px solid var(--border);border-radius:5px;color:var(--muted);font-size:10px}.task-card .card-footer{padding-top:14px;border-top:1px solid var(--border)}.timeline{display:grid;gap:0}.timeline-step{position:relative;display:grid;grid-template-columns:22px 1fr;gap:12px;min-height:58px}.timeline-step:not(:last-child):before{position:absolute;top:17px;bottom:-2px;left:6px;width:1px;content:"";background:var(--border-bright)}.timeline-dot{z-index:1;width:13px;height:13px;margin-top:3px;border:2px solid var(--border-bright);border-radius:50%;background:var(--panel)}.timeline-step.completed .timeline-dot{border-color:var(--green);background:var(--green)}.timeline-step.in_progress .timeline-dot,.timeline-step.available .timeline-dot{border-color:var(--gold);background:var(--gold)}.timeline-step strong,.timeline-step small{display:block}.timeline-step small{margin-top:5px;color:var(--muted);font-size:11px}.section-title{margin:20px 0 10px;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.activity-list{display:grid;gap:7px}.activity-list>div{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid var(--border);font-size:11px}.activity-list span{color:var(--muted)}.modal-backdrop,.editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#050608c7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-backdrop{display:grid;place-items:center;padding:20px}.modal{width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:24px;border:1px solid var(--border-bright);border-radius:14px;background:var(--panel);box-shadow:0 30px 80px #00000080}.modal>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.modal>header h2{margin:0}.alert{margin-bottom:16px;padding:11px 13px;border:1px solid;border-radius:8px;font-size:12px}.alert.error{color:#ffb4b4;border-color:#693737;background:#6937372e}.alert.success{color:#a6e6bd;border-color:#35684a;background:#35684a2e}.alert.warning{color:var(--gold-bright);border-color:#775b25;background:#d7a93e1c}.editor-overlay{overflow:auto}.workflow-editor{min-height:100vh;padding:28px clamp(24px,5vw,72px) 80px;background:var(--background)}.editor-header{position:fixed;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:-28px calc(clamp(24px,5vw,72px)*-1) 28px;padding:22px clamp(24px,5vw,72px);border-bottom:1px solid var(--border);background:#101116f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-header h1{margin:0;font-size:26px}.editor-actions{display:flex;align-items:center;gap:8px}.workflow-meta{display:grid;grid-template-columns:1fr 1fr 2fr 1fr;gap:14px;margin-bottom:28px;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.workflow-builder-grid{display:grid;grid-template-columns:2fr 1fr;gap:14px;margin-bottom:28px;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.workflow-builder-description{grid-column:1 / -1}.workflow-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.workflow-section-heading h2{margin:0}.workflow-section-heading .eyebrow{margin-bottom:6px}.workflow-step-row:after{display:none}.workflow-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.workflow-builder-title{display:inline-flex;align-items:center;gap:16px;flex-wrap:wrap}.workflow-toolbar-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border:1px solid var(--border);border-radius:999px;color:#c9cbd1;background:#14161b;font-size:11px;font-weight:800}.workflow-toolbar-badge.active{color:var(--green);background:#63c4881c}.workflow-toolbar-badge.draft{color:var(--gold-bright);background:#d7a93e1c}.workflow-builder-meta{display:grid;grid-template-columns:1.4fr .7fr 1.3fr;gap:14px}.workflow-builder-meta-description{grid-column:1 / -1;min-width:0}.workflow-builder-meta-panel{position:static;margin-bottom:24px}.pipeline-builder{display:grid;grid-template-columns:260px minmax(0,1fr) 340px;gap:20px;align-items:start}.pipeline-builder-loading{padding:24px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.pipeline-panel{position:fixed;top:24px;padding:20px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.pipeline-canvas{position:static;min-height:720px}.pipeline-panel-header{margin-bottom:14px}.pipeline-panel-header h2{margin:0;font-size:18px}.palette-list,.pipeline-canvas-list{display:grid;gap:10px}.palette-card{width:100%;min-height:76px;display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;padding:12px;text-align:left}.palette-card-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;color:var(--gold);font-size:18px}.palette-card-copy{display:grid;gap:4px}.palette-card-copy strong,.palette-card-copy small{display:block}.palette-card-copy small{color:var(--muted);font-size:11px;font-weight:500}.pipeline-sequence{display:grid;gap:0;padding:18px 0 8px}.pipeline-sequence-item{display:grid;justify-items:center}.pipeline-step-card{width:min(440px,100%);display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:16px;padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:#14161b;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.pipeline-step-card:hover,.pipeline-step-card.active{border-color:#6f7f45;background:#181c13;transform:translateY(-1px)}.pipeline-step-card.dragging{opacity:.6;cursor:grabbing}.pipeline-step-card.drop-before{box-shadow:inset 0 3px 0 var(--gold)}.pipeline-step-card.drop-after{box-shadow:inset 0 -3px 0 var(--gold)}.pipeline-step-order{width:40px;height:40px;display:flex;align-items:center;justify-content:center;align-self:center;justify-self:center;border:1px solid #5c5231;border-radius:999px;color:var(--gold);font-family:SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:800}.pipeline-step-body{display:flex;align-items:center;min-width:0;width:100%;height:100%}.pipeline-step-header{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:40px}.pipeline-step-header>div:first-of-type{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1 1 auto;height:100%}.pipeline-step-header>div:first-of-type strong{display:block;margin:0;line-height:1.2}.pipeline-step-header>div:first-of-type p{margin:4px 0 0;line-height:1.2}.pipeline-step-meta{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:17px;flex:0 0 auto}.pipeline-step-dot{width:8px;height:8px;border-radius:50%;background:var(--border-bright)}.pipeline-step-dot.active{background:var(--gold)}.pipeline-connector{position:relative;width:48px;height:42px;display:grid;place-items:center}.pipeline-connector-line{position:absolute;top:0;bottom:0;width:1px;background:var(--border-bright)}.pipeline-connector-node{position:relative;z-index:1;width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--border-bright);border-radius:999px;color:var(--gold);background:var(--panel);font-size:16px}.step-settings-form{display:grid;gap:16px}.step-settings-group{display:grid;gap:10px}.role-chip-box{min-height:48px;display:flex;flex-wrap:wrap;gap:6px;padding:10px 11px;border:1px solid var(--border-bright);border-radius:8px;background:#121419}.role-options{gap:8px}.step-settings-checkboxes{display:grid;gap:6px;padding-top:4px}.step-settings-actions{padding-top:6px;border-top:1px solid var(--border)}.step-settings .empty-state{margin-top:0;padding:24px 18px}.pipeline{width:min(920px,100%);display:grid;gap:14px;margin:0 auto}.step-editor{position:relative;display:grid;grid-template-columns:42px 1fr;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.step-editor:not(:last-of-type):after{position:absolute;bottom:-15px;left:20px;width:1px;height:15px;content:"";background:#5a4b28}.step-number{display:grid;place-items:start center;padding-top:22px;border-right:1px solid var(--border);color:var(--gold);font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.step-fields{display:grid;gap:18px;padding:18px}.step-title-row,.field-heading,.transition-row{display:flex;align-items:center;gap:10px}.step-title-row{justify-content:space-between}.step-name{padding:0;border:0;font-size:19px;font-weight:800;background:transparent}.step-name:focus{box-shadow:none}.checkbox-line{display:flex;align-items:center;align-self:end;min-height:40px}.tag-options label{display:flex;grid-template-columns:none;align-items:center;gap:6px;padding:6px 8px;border:1px solid var(--border);border-radius:6px;color:#aeb1ba;font-size:10px}.tag-check{display:flex;align-items:center;gap:6px}.checkbox-line span{color:#c7c9cf;font-size:12px;font-weight:700}.field-heading{justify-content:space-between;margin-bottom:8px}.transition-list{display:grid;gap:8px}.transition-row{display:grid;grid-template-columns:1fr auto 1fr 32px}.add-step{min-height:50px;border:1px dashed #6d5729;border-radius:10px;color:var(--gold);background:#d7a93e0a}@keyframes workflow-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:900px){.workflow-meta,.workflow-builder-grid,.three-columns{grid-template-columns:1fr 1fr}.workflow-builder-meta,.pipeline-builder{grid-template-columns:1fr}.pipeline-panel{position:static}.table-row,.table-row.users,.table-row.packages{grid-template-columns:1fr;gap:8px}.table-head{display:none}}@media(max-width:620px){.page-header,.editor-header,.task-toolbar{align-items:stretch;flex-direction:column}.permission-grid,.two-columns,.three-columns,.workflow-meta,.workflow-builder-grid,.workflow-builder-meta,.pipeline-builder{grid-template-columns:1fr}.description-field,.workflow-builder-description{grid-column:auto}.editor-actions{flex-wrap:wrap}.workflow-section-heading{align-items:stretch;flex-direction:column}.workflow-toolbar{justify-content:flex-start}.pipeline-step-card{grid-template-columns:1fr}.pipeline-step-header{align-items:flex-start;flex-direction:column}.pipeline-step-meta{justify-content:flex-start}.workflow-builder-meta-description{grid-column:auto}}.palette-card-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:12px;background:#14161b}.palette-card-shell:hover,.palette-card-shell.active{border-color:#6f7f45;background:#181c13}.palette-card-button{width:100%;display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;padding:0;border:0;color:inherit;background:transparent;text-align:left}.palette-card-meta{color:var(--muted);font-size:10px;font-weight:700}.palette-loading-list{display:grid;gap:10px}.palette-loading-card{min-height:76px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(90deg,#1b1e25,#292d36,#1b1e25);background-size:200% 100%;animation:workflow-loading 1.3s linear infinite}.step-inspector-summary,.step-template-preview{display:grid;gap:14px}.step-template-preview h3{margin:0}.step-template-preview-meta{display:flex;flex-wrap:wrap;gap:8px}.step-template-preview-components{display:grid;gap:10px}.step-template-preview-component{padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#121419}.step-template-preview-component strong,.step-template-preview-component small{display:block}.step-template-preview-component small{margin-top:4px;color:var(--muted)}.step-template-builder{display:grid;gap:20px}.step-template-details-panel,.step-template-components-panel{position:static}.step-template-details-grid{display:grid;grid-template-columns:1.1fr .8fr;gap:14px}.step-template-description{grid-column:1 / -1}.step-template-add-component{display:flex;flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:20px}.step-template-component-list{display:grid;gap:16px}.step-template-component-card{display:grid;gap:16px;padding:18px;border:1px solid var(--border);border-radius:12px;background:#14161b}.step-template-component-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.step-template-component-header h3{margin:0;font-size:18px}.step-template-component-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.step-template-helper-text{grid-column:1 / -1}.step-template-component-flags{display:flex;align-items:end}.step-template-options{display:grid;gap:12px;padding-top:4px;border-top:1px solid var(--border)}.step-template-option-list{display:grid;gap:10px}.step-template-option-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;align-items:end}@media(max-width:900px){.step-template-details-grid,.step-template-component-grid,.step-template-option-row{grid-template-columns:1fr}}@media(max-width:620px){.step-template-details-grid,.step-template-component-grid,.step-template-option-row{grid-template-columns:1fr}}.step-library-footer{align-items:flex-start;gap:12px}.component-type-chip-list{display:flex;flex-wrap:wrap;gap:8px}.component-type-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 8px;border:1px solid var(--border-bright);border-radius:999px;color:#c9cbd1;background:#121419;font-size:11px;font-weight:700}.component-type-chip.large{min-height:30px}.component-type-chip.selected{width:fit-content}.component-type-chip-icon,.step-template-preview-component-title .component-type-chip-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--gold);font-size:22px}.step-template-components-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.step-template-components-toolbar .pipeline-panel-header{margin-bottom:0}.step-template-component-title-block{min-width:0}.step-template-component-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.step-template-component-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.step-template-type-field{display:grid;gap:8px}.step-template-component-grid{align-items:start}@media(max-width:900px){.step-template-components-toolbar{align-items:stretch;flex-direction:column}}@media(max-width:620px){.step-library-footer,.step-template-component-header{align-items:stretch;flex-direction:column}}.step-library-card{gap:16px}.step-library-card-title-row,.step-template-preview-header,.step-template-preview-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.step-library-card-title-row{justify-content:flex-start}.step-library-category-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-bright);border-radius:12px;color:var(--gold);background:#121419;font-size:20px;flex:0 0 auto}.step-library-card-title-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.step-library-card-title-top h2,.step-template-preview-title-row h3{margin:0}.step-library-card-divider{border-top:1px solid var(--border)}.horizontal-scroll{flex-wrap:wrap}.step-library-actions-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.step-template-preview-header{align-items:center}.step-template-preview-title-row{justify-content:flex-start}.step-template-preview-title-row>div{display:grid;gap:8px}.step-template-preview-component-title{display:inline-flex;align-items:center;gap:8px}.step-template-component-title-row.prominent{align-items:center;gap:12px}.step-template-component-title-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-bright);border-radius:10px;color:var(--gold);background:#121419;font-size:22px}.step-template-component-title-row.prominent h3{margin:0;font-size:22px}.step-template-component-flags.footer{padding-top:4px;border-top:1px solid var(--border)}.palette-card-shell .icon-button:hover{border-color:#775b25;color:var(--gold-bright);background:#d7a93e1f}.palette-card-shell .icon-button:hover svg{color:var(--gold-bright)}@media(max-width:900px){.step-template-preview-header{align-items:stretch;flex-direction:column}}@media(max-width:620px){.step-library-actions-row,.step-library-card-title-row,.step-template-preview-title-row{align-items:stretch;flex-direction:column}}.step-template-component-title-row.prominent{display:inline-flex;align-items:center;gap:12px;width:fit-content;min-height:52px;padding:0 16px 0 10px;border:1px solid var(--border-bright);border-radius:12px;background:#121419}.step-template-component-title-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;color:var(--gold);background:transparent;font-size:22px;flex:0 0 auto}.step-template-component-title-row.prominent h3{margin:0;color:var(--text);font-size:22px;line-height:1.1}.step-library-card{display:flex;flex-direction:column;height:100%;gap:16px}.step-library-card-header{display:grid;gap:12px}.step-library-card-title-row{display:flex;align-items:flex-start;gap:14px}.step-library-card-copy{min-width:0;flex:1 1 auto}.step-library-card-title-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:nowrap}.step-library-card-title-top h2{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-library-category-badge{flex-shrink:0}.step-library-card-description{min-height:0;margin-top:8px}.step-library-card-bottom{margin-top:auto;display:grid;gap:14px}.step-library-components-row{overflow-x:auto}.step-library-actions-row{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.step-library-actions{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:620px){.step-library-card-title-row,.step-library-actions-row{align-items:stretch;flex-direction:column}.step-library-card-title-top{align-items:flex-start}.step-library-actions{width:100%}}.step-library-meta-inline{display:flex;flex-wrap:wrap;gap:12px}.step-library-actions-row{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex-wrap:wrap}.step-library-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}@media(max-width:620px){.step-library-actions{width:auto}}.confirmation-dialog-copy{margin:0}.workflow-card-actions-row{align-items:center}.step-template-preview-component-title{display:inline-flex;align-items:center;gap:10px}.step-template-preview-component-title{display:flex;align-items:center;gap:8px;line-height:1.2}.step-template-preview-component-title .component-type-chip-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.step-template-preview-component-title .component-type-chip-icon svg{display:block}.task-details-screen{display:grid;grid-template-columns:280px minmax(0,1.1fr) minmax(0,1fr);gap:16px;align-items:start}.task-details-sidebar-panel{position:fixed;top:24px;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.task-details-main-column,.task-details-form-panel,.task-details-form-stack{min-width:0}.task-details-main-column,.task-details-form-stack{display:grid;gap:16px}.task-details-overview-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:16px}.task-panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-catalog-tree{display:grid;gap:4px}.task-catalog-node-button{width:100%;display:flex;align-items:center;gap:8px;padding:9px 10px 9px calc(10px + (var(--tree-level, 0) * 16px));border:1px solid transparent;border-radius:8px;color:#c6c8d0;background:transparent;text-align:left}.task-catalog-node-button:hover{border-color:var(--border);background:#14161b}.task-catalog-node-button.selected{border-color:#6d5729;color:var(--text);background:#d7a93e14}.task-catalog-node-caret,.task-catalog-node-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-size:18px;flex:0 0 auto}.task-catalog-node-button.selected .task-catalog-node-icon{color:var(--gold)}.task-preview-card,.task-package-info-card,.task-form-card{display:grid;gap:16px}.task-preview-surface{aspect-ratio:16 / 9;display:grid;place-items:center;gap:10px;padding:20px;border:1px solid var(--border);border-radius:12px;color:#d2d4da;background:linear-gradient(180deg,#ffffff05,#fff0),#121419;text-align:center}.task-preview-surface svg{font-size:44px;color:var(--gold)}.task-preview-surface strong,.task-preview-surface small{display:block;max-width:100%}.task-preview-surface small{color:var(--muted);word-break:break-word}.task-package-info-card>p{margin-bottom:0}.task-package-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.task-package-info-row{padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#14161b}.task-package-info-row span,.task-package-info-row strong{display:block}.task-package-info-row span{margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.task-files-card{overflow:hidden}.task-files-title-row{padding:16px 18px 0}.task-files-table-scroll{overflow-x:auto}.task-files-table{width:100%;min-width:1400px;border-collapse:collapse}.task-files-table th,.task-files-table td{padding:12px 14px;border-top:1px solid var(--border);text-align:left;vertical-align:top;font-size:12px}.task-files-table th{color:var(--muted);background:#14161b;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.task-files-table td{color:#d4d6dc;line-height:1.4;word-break:break-word}.task-files-table tbody tr{cursor:pointer}.task-files-table tbody tr:hover{background:#ffffff05}.task-files-table tbody tr.selected{background:#d7a93e14}.task-details-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.task-details-tabs button{min-height:34px;padding:0 12px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:#121419;white-space:nowrap}.task-details-tabs button.active{border-color:#6d5729;color:var(--text);background:#d7a93e1a}.task-details-form-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.task-details-field-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;align-items:start}.task-details-field-label{padding-top:10px;color:#c7c9cf;font-size:12px;font-weight:700}.task-details-field-control{min-width:0}.task-details-readonly{min-height:40px;display:flex;align-items:center;padding:10px 11px;border:1px solid var(--border);border-radius:8px;color:#d4d6dc;background:#121419;word-break:break-word}.task-details-inline-control{display:flex;align-items:center;gap:8px}.task-details-inline-control>:first-child{min-width:0;flex:1 1 auto}.task-details-add-button{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.task-checkbox-group,.task-radio-group,.task-actions-row{display:flex;flex-wrap:wrap;gap:8px}.task-checkbox-chip,.task-radio-option{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:#121419;color:#cfd1d8;font-size:12px}.task-rating-row{display:flex;align-items:center;gap:8px}.task-rating-row button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:#121419;font-size:18px}.task-rating-row button.active{border-color:#6d5729;color:var(--gold-bright);background:#d7a93e1f}.task-admin-placeholder,.task-details-placeholder{padding:18px;border:1px dashed var(--border-bright);border-radius:10px;color:var(--muted);background:#121419}@media(max-width:1380px){.task-details-screen{grid-template-columns:260px minmax(0,1fr)}.task-details-form-panel{grid-column:1 / -1}}@media(max-width:1100px){.task-details-screen,.task-details-overview-grid,.task-details-form-columns{grid-template-columns:1fr}.task-details-sidebar-panel{position:static}}@media(max-width:620px){.task-package-info-grid,.task-details-field-row{grid-template-columns:1fr}.task-details-field-label{padding-top:0}.task-details-inline-control{align-items:stretch;flex-direction:column}}.task-grid-visible{margin-top:12px}.task-card-detailed{display:grid;gap:14px}.task-card-detailed h2{margin:0}.task-card-subtitle{min-height:0;margin:0;color:#d4d6dc;font-weight:600}.task-card-info-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.task-card-info-list span{min-width:0;display:grid;gap:4px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#14161b;color:#d4d6dc;font-size:12px;word-break:break-word}.task-card-info-list strong{color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.task-card-footer-actions{margin-top:auto}@media(max-width:620px){.task-card-info-list{grid-template-columns:1fr}}.task-details-screen{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start;width:100%;min-width:0}.task-details-sidebar-panel,.task-details-main-content,.task-details-main-column,.task-details-form-panel,.task-preview-card,.task-package-info-card,.task-files-card,.task-form-card,.task-details-overview-grid,.task-files-table-scroll,.task-details-field-control{min-width:0;box-sizing:border-box}.task-details-sidebar-panel{position:fixed;top:24px;max-height:calc(100vh - 120px);overflow:auto;padding:20px;border-radius:16px}.task-details-main-content{display:flex;flex-direction:column;gap:24px;min-width:0}.task-details-main-column{display:block}.task-details-overview-grid{display:grid;grid-template-columns:minmax(420px,1fr) minmax(280px,360px);gap:20px;align-items:start}.task-preview-card,.task-package-info-card,.task-form-card{padding:22px;border-radius:16px;overflow:hidden}.task-preview-card,.task-package-info-card{min-height:0}.task-preview-surface{min-height:320px;display:grid;place-items:center;align-content:center;gap:12px;padding:24px;overflow:hidden}.task-preview-file-name,.task-preview-package-name{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.task-preview-file-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.task-preview-package-name{color:#d4d6dc;font-weight:700}.task-preview-meta-row{margin-top:0}.task-package-info-card h2{margin:0}.task-package-info-grid{display:grid;grid-template-columns:1fr;gap:10px}.task-package-info-row{display:grid;grid-template-columns:128px minmax(0,1fr);gap:12px;align-items:start;padding:12px 14px;overflow:hidden}.task-package-info-row span{margin-bottom:0}.task-package-info-row strong{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.task-details-form-panel{min-width:0}.task-details-tabs{gap:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none}.task-details-tabs::-webkit-scrollbar{display:none}.task-details-tabs button{flex:0 0 auto}.task-details-form-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.task-details-form-stack{display:grid;gap:16px}.task-details-field-row{display:grid;grid-template-columns:200px minmax(0,1fr);gap:18px;align-items:start}.task-details-field-label{padding-top:12px}.task-details-readonly,.task-details-field-control input,.task-details-field-control select{min-height:44px}.task-details-field-control textarea{min-height:110px}.task-details-inline-control{align-items:start}.task-actions-row{gap:10px}.task-files-card{display:grid;gap:16px;padding:20px 0 0;border-radius:16px;overflow:hidden}.task-files-title-row{padding:0 20px}.task-files-table-scroll{overflow:auto;max-width:100%}.task-files-table{width:100%;min-width:1780px;table-layout:fixed}.task-files-table th{position:fixed;top:0;z-index:1}.task-files-table th,.task-files-table td{padding:13px 14px}.task-files-table td{overflow-wrap:anywhere;word-break:break-word}.task-files-table td:nth-child(2),.task-files-table td:nth-child(4){max-width:0}.task-details-placeholder,.task-admin-placeholder{padding:20px;border-radius:16px}@media(max-width:1280px){.task-details-overview-grid,.task-details-form-columns{grid-template-columns:1fr}}@media(max-width:1100px){.task-details-screen{grid-template-columns:1fr}.task-details-sidebar-panel{position:static;max-height:none}}@media(max-width:700px){.task-details-field-row,.task-package-info-row{grid-template-columns:1fr;gap:8px}.task-details-field-label{padding-top:0}.task-preview-surface{min-height:260px}.task-preview-card,.task-package-info-card,.task-form-card,.task-details-sidebar-panel{padding:16px}.task-files-title-row{padding:0 16px}}.panel{border:1px solid var(--border);border-radius:16px;background:var(--panel);overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 0}.panel-body{padding:18px 20px 20px}.panel-collapse-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:0;border:none;background:none;color:inherit;font:inherit;font-weight:600;cursor:pointer;text-align:left}.panel-collapse-toggle .catalog-count{margin-left:auto}.panel-collapsed .panel-header{padding-bottom:18px}.panel-collapsed .panel-body{display:none}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border:1px solid var(--border);border-radius:999px;background:#121419;color:#cfd1d8;font-size:11px;font-weight:800;letter-spacing:.04em}.badge-warning{border-color:#775b25;color:var(--gold-bright);background:#d7a93e1c}.badge-success{border-color:#35684a;color:var(--green);background:#63c4881c}.badge-highlight{border-color:var(--border-bright);color:var(--text)}.badge-danger{border-color:#7a3a3a;color:var(--red);background:#f078781c}.status-tone-processing{--tone: #42a5f5}.status-tone-ready{--tone: #43a047}.status-tone-editing{--tone: #0288d1}.status-tone-tagging{--tone: #8e24aa}.status-tone-qa{--tone: #00897b}.status-tone-hold{--tone: #f9a825}.status-tone-done{--tone: #1b5e20}.status-tone-stopped{--tone: #e53935}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;background:var(--tone, #42a5f5);color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em;text-transform:capitalize;line-height:1.2;white-space:nowrap}.status-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:#fff;opacity:.85}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--tone, #42a5f5);margin-right:6px;flex:0 0 auto}.clip-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.clip-item{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-raised)}.clip-item-attention{border-color:#7a3a3a;background:#f078780f}.clip-item-selected{border-color:var(--gold-bright);box-shadow:0 0 0 1px var(--gold-bright)}.clip-item-select{padding:0;border:none;background:none;text-align:left;color:inherit;cursor:pointer}.clip-item-select:hover .clip-item-name{color:var(--gold-bright)}.clip-context-bar{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:10px}.clip-context-label{font-size:var(--task-label-size);color:var(--muted)}.clip-chip{padding:3px 10px;border:1px solid var(--border);border-radius:999px;background:var(--panel-raised);font-size:var(--task-label-size);color:inherit;cursor:pointer;word-break:break-all}.clip-chip:hover{border-color:var(--gold-bright)}.clip-chip-active{border-color:var(--gold-bright);color:var(--gold-bright);font-weight:600}.clip-chip-dot{color:var(--red);font-size:.7em;vertical-align:middle}.clip-workbench{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.25rem;align-items:start}.clip-workbench-media{min-width:0;display:flex;flex-direction:column;gap:.75rem;position:sticky;top:.5rem}.clip-workbench-fields{min-width:0}.clip-preview{border:1px solid var(--border);border-radius:10px;background:var(--panel-raised);padding:8px}.clip-preview .media-player-video{width:100%;aspect-ratio:16 / 9;background:#000;border-radius:6px;display:block}.clip-preview>.orphan-explainer,.clip-preview .media-player-state{min-height:12rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0}.clip-preview-name{font-size:var(--task-label-size);font-weight:600;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clip-select{border:1px solid var(--border);border-radius:10px;overflow:hidden}.clip-select-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid var(--border);background:var(--panel-raised)}.clip-select-title{font-weight:600;font-size:var(--task-label-size)}.clip-select-table{width:100%;border-collapse:collapse;font-size:var(--task-label-size);-webkit-user-select:none;user-select:none}.clip-select-table thead th{text-align:left;font-weight:500;color:var(--muted);padding:6px 10px;border-bottom:1px solid var(--border)}.clip-select-table tbody td{padding:6px 10px;border-bottom:1px solid var(--border);vertical-align:middle}.clip-select-table tbody tr{cursor:pointer;transition:background .12s ease}.clip-select-table tbody tr:last-child td{border-bottom:none}.clip-select-table tbody tr:hover{background:#7f7f7f14}.clip-select-table tbody tr.selected{background:#d4af3729}.clip-select-table tbody tr.selected td{font-weight:500}.clip-select-table tbody tr.selected td:first-child{box-shadow:inset 3px 0 #d4af378c}.clip-select-table tbody tr.focused{background:#d4af3738}.clip-select-table tbody tr.focused td:first-child{box-shadow:inset 4px 0 0 0 var(--gold-bright)}.clip-select-name{max-width:16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clip-select-num{text-align:right;color:var(--muted)}.field-mixed input::placeholder,.field-mixed textarea::placeholder{font-style:italic;opacity:.7}@media(max-width:900px){.clip-workbench{grid-template-columns:1fr}.clip-workbench-media{position:static}.clip-select-name{max-width:none}}.clip-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.clip-item-name{font-size:var(--task-body-size);font-weight:600;word-break:break-all}.clip-item-badges{display:flex;align-items:center;gap:6px;flex-shrink:0}.clip-item-note{margin:0;font-size:var(--task-label-size);color:var(--red)}.clip-item-meta{font-size:var(--task-label-size);color:var(--muted)}.clip-history{margin-top:12px;padding-top:10px;border-top:1px solid var(--border)}.clip-history-list{display:flex;flex-direction:column;gap:8px;margin:10px 0 0;padding:0;list-style:none}.clip-history-item{display:flex;flex-direction:column;gap:2px;padding-left:10px;border-left:2px solid var(--border);color:var(--muted)}.clip-history-item .clip-item-name{font-weight:500}.clip-superseded-toggle{margin-top:10px;font-size:var(--task-label-size);color:var(--muted);background:none;border:none;padding:0;cursor:pointer;text-decoration:underline}.media-player{display:flex;flex-direction:column;gap:6px;margin-top:8px}.media-player-video{width:100%;max-height:420px;border-radius:12px;background:#000}.media-player-note,.media-player-state{font-size:var(--task-label-size);color:var(--muted)}.clip-play-toggle{background:none;border:none;padding:0;font-size:var(--task-label-size);color:var(--gold-bright);cursor:pointer;text-decoration:underline}.file-list li.file-item-stacked{flex-direction:column;align-items:stretch;gap:6px}.file-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.file-item-hint{font-size:var(--task-label-size);color:var(--muted)}.orphan-panel{border-color:#7a3a3a;cursor:pointer;transition:border-color .1s ease,background .1s ease}.orphan-panel:hover{border-color:var(--red);background:#f078780f}.orphan-panel:focus-visible{outline:2px solid var(--red);outline-offset:2px}.orphan-panel-waiting{border-color:#8a6d2f;background:#d7a93e0f;cursor:pointer;transition:border-color .1s ease,background .1s ease}.orphan-panel-waiting:hover{border-color:var(--gold-bright);background:#d7a93e1c}.orphan-panel-waiting:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.orphan-panel-waiting .panel-header{color:var(--gold-bright)}.orphan-panel-waiting .orphan-name{color:var(--text)}.orphan-assign-row{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;border:1px solid transparent;border-radius:8px;background:none;color:inherit;font:inherit;padding:8px 10px;cursor:pointer;transition:background .1s ease,border-color .1s ease}.orphan-assign-row:hover:not(:disabled){background:#d7a93e1a;border-color:#8a6d2f}.orphan-assign-row:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.orphan-assign-row:disabled{cursor:default;opacity:.7}.orphan-assign-cta{font-size:var(--task-label-size);font-weight:600;color:var(--gold-bright);margin-top:2px}.orphan-list{display:flex;flex-direction:column;gap:8px;margin:0 0 10px;padding:0;list-style:none}.orphan-item{display:flex;flex-direction:column;gap:2px}.orphan-name{font-size:var(--task-body-size);font-weight:600;color:var(--red);word-break:break-all}.orphan-hint{font-size:var(--task-label-size);color:var(--muted)}.orphan-explainer{margin:0;font-size:var(--task-label-size);color:var(--muted)}.field-needs-change{padding:8px 10px;border:1px solid #7a3a3a;border-radius:12px;background:#f078780f}.field-needs-change label,.field-needs-change .field-group-label{color:var(--red)}.field-marked{padding:8px 10px;border:1px solid #775b25;border-radius:12px;background:#d7a93e0f}.field-marked>label,.field-marked .field-group-label{color:var(--gold-bright)}.field-mark-add{margin-top:4px;padding:0;border:none;background:none;font-size:var(--task-label-size);color:var(--muted);cursor:pointer}.field-mark-add:hover{color:var(--gold-bright);text-decoration:underline}.field-mark-note{display:flex;align-items:end;gap:8px;margin-top:6px}.field-mark-note>*:first-child{flex:1;min-width:0}.field-mark-remove{flex:none;height:var(--task-input-height);padding:0 10px;border:1px solid var(--border);border-radius:8px;background:none;font-size:var(--task-label-size);color:var(--muted);cursor:pointer}.field-mark-remove:hover{border-color:var(--border-bright);color:var(--text)}.mark-review-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.mark-review-item{display:flex;flex-direction:column;gap:2px;padding-left:10px;border-left:2px solid var(--gold)}.replacement-options{display:flex;flex-direction:column;gap:10px;margin:0;padding:12px;border:1px solid var(--border);border-radius:12px}.replacement-options legend{padding:0 6px}.replacement-option{display:flex;flex-direction:column;gap:6px;font-size:var(--task-body-size)}.replacement-option>label,.replacement-option:has(>input){display:flex;align-items:flex-start;gap:8px;cursor:pointer}.replacement-option input[type=radio],.replacement-option input[type=checkbox]{margin-top:2px}.replacement-option>label.clip-pick{display:flex;align-items:flex-start;gap:10px;padding:7px 9px;border:1px solid transparent;border-radius:8px}.clip-pick:hover{border-color:var(--border);background:#ffffff05}.clip-pick-text{display:flex;min-width:0;flex-direction:column;gap:2px}.clip-pick-text .clip-item-name{overflow-wrap:anywhere;word-break:normal;font-family:SFMono-Regular,Consolas,monospace;line-height:1.35}.field-pick-list{display:flex;flex-direction:column;gap:6px;max-height:240px;overflow-y:auto;padding-right:4px}.replacement-option-hint{display:block;margin-top:2px}.replacement-option>label.clip-pick+*{margin-left:34px}.tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none}.tabs::-webkit-scrollbar{display:none}.tabs button{min-height:36px;padding:0 14px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:#121419;white-space:nowrap;flex:0 0 auto}.tabs button.active{border-color:#6d5729;color:var(--text);background:#d7a93e1a}@media(max-width:700px){.panel-header,.panel-body{padding-left:16px;padding-right:16px}.panel-header{padding-top:16px}.panel-body{padding-bottom:16px}}.task-feature-page-header{margin-bottom:24px}.task-feature-page-header h1{margin-bottom:4px}.task-feature-page-header-compact .muted{font-size:13px}.tasks-feature-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.tasks-feature-segmented{display:inline-flex;padding:3px;border:1px solid var(--border);border-radius:10px;background:#121419}.tasks-feature-segmented button{min-height:32px;padding:0 12px;border-radius:7px;color:var(--muted);font-size:11px;font-weight:800;text-transform:capitalize}.tasks-feature-segmented button.active{color:var(--text);background:var(--panel-raised)}.tasks-feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.tasks-feature-card{display:grid;gap:14px;min-height:100%}.task-feature-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.task-feature-kicker,.task-feature-panel-title,.task-feature-panel-meta{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.task-feature-kicker{color:var(--gold)}.tasks-feature-card-title,.task-feature-summary-title{margin:0;line-height:1.2}.tasks-feature-card-subtitle{margin:0;color:#d4d6dc;font-weight:600}.tasks-feature-card-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tasks-feature-card-meta span,.task-feature-file-card-meta span{min-width:0;display:grid;gap:4px;color:#d4d6dc;font-size:12px}.tasks-feature-card-meta span{padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#14161b}.tasks-feature-card-meta strong,.task-feature-file-card-meta strong{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tasks-feature-card-description{min-height:0;margin:0;color:#cfd1d8}.tasks-feature-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid var(--border)}.task-details-page{width:100%;max-width:none;min-width:0;overflow-x:hidden}.task-details-content{display:flex;flex-direction:column;gap:var(--task-section-gap);width:100%;max-width:none;min-width:0}.task-details-top-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--task-section-gap);align-items:stretch;width:100%;min-width:0}.task-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:var(--task-section-gap);align-items:start;width:100%;min-width:0;margin-top:var(--task-section-gap)}.task-media-grid>*{min-width:0;display:flex}.task-media-grid>*>*{flex:1 1 auto}.task-details-catalogs-section,.task-details-preview-section,.task-details-package-section,.task-details-tabs-section,.task-details-files-section,.task-feature-catalog-panel,.task-feature-preview-panel,.task-feature-summary-panel,.task-feature-tabs-panel,.task-feature-files-panel,.task-feature-catalog-tree,.task-feature-preview-copy,.task-feature-preview-file,.task-feature-summary-rows,.task-feature-summary-row,.task-feature-form-columns,.task-feature-form-stack,.task-feature-form-row,.task-feature-form-control,.task-feature-inline-control,.task-feature-files-table-wrap,.task-feature-file-card,.task-feature-file-card-name{min-width:0}.task-details-top-grid>*{min-width:0;display:flex}.task-details-top-grid>*>*{flex:1 1 auto}.task-details-tabs-section,.task-details-files-section{width:100%;min-width:0}.task-feature-page-header{margin-bottom:clamp(16px,1.4vw,22px)}.task-feature-page-header h1{margin-bottom:4px;font-size:clamp(30px,2.6vw,42px);line-height:1.05;letter-spacing:-.04em}.task-feature-page-header .muted,.task-feature-page-header-compact .muted{font-size:var(--task-subtitle-size)}.task-feature-panel-head{gap:10px}.task-feature-kicker,.task-feature-panel-title,.task-feature-panel-meta,.task-feature-summary-row span,.task-feature-form-label,.task-feature-files-table th{font-size:var(--task-label-size)}.task-feature-catalog-panel,.task-feature-preview-panel,.task-feature-summary-panel,.task-feature-tabs-panel,.task-feature-files-panel{display:flex;flex-direction:column;height:100%;border-radius:var(--task-radius);overflow:hidden}.task-feature-catalog-panel .panel-header,.task-feature-preview-panel .panel-header,.task-feature-summary-panel .panel-header,.task-feature-tabs-panel .panel-header,.task-feature-files-panel .panel-header{padding:var(--task-panel-padding) var(--task-panel-padding) 0}.task-feature-catalog-panel .panel-body,.task-feature-preview-panel .panel-body,.task-feature-summary-panel .panel-body,.task-feature-tabs-panel .panel-body,.task-feature-files-panel .panel-body{padding:calc(var(--task-panel-padding) - 2px) var(--task-panel-padding) var(--task-panel-padding)}.task-feature-catalog-panel .panel-body,.task-feature-preview-panel .panel-body,.task-feature-summary-panel .panel-body{display:flex;flex:1 1 auto;flex-direction:column}.task-feature-state-panel{display:grid;align-items:center;min-height:108px;color:var(--muted)}.task-feature-catalog-panel .panel-body{max-height:clamp(420px,58vh,640px);overflow-y:auto;overflow-x:hidden}.task-feature-catalog-tree{display:grid;gap:3px}.task-feature-catalog-button{width:100%;min-width:0;display:flex;align-items:center;gap:8px;min-height:36px;padding:6px 10px 6px calc(10px + (var(--tree-level, 0) * 12px));border:1px solid transparent;border-radius:8px;color:#c6c8d0;background:transparent;text-align:left;font-size:clamp(13px,.9vw,14px)}.task-feature-catalog-button:hover{border-color:var(--border);background:#14161b}.task-feature-catalog-button.selected{border-color:#6d5729;color:var(--text);background:#d7a93e14}.task-feature-catalog-caret,.task-feature-catalog-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-size:18px;flex:0 0 auto}.task-feature-catalog-button.selected .task-feature-catalog-icon{color:var(--gold)}.task-feature-catalog-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-feature-preview-panel,.task-feature-summary-panel,.task-feature-tabs-panel{align-self:start}.task-feature-preview-panel .panel-body{gap:12px}.task-feature-preview-surface{min-height:clamp(320px,38vh,520px);display:grid;flex:1 1 auto;place-items:center;align-content:center;gap:10px;padding:clamp(18px,1.8vw,24px);border:1px solid var(--border);border-radius:calc(var(--task-radius) - 2px);color:#d2d4da;background:linear-gradient(180deg,#ffffff05,#fff0),#121419;text-align:center}.task-feature-preview-surface svg{font-size:38px;color:var(--gold)}.task-feature-preview-copy{display:grid;gap:6px;max-width:100%}.task-feature-preview-copy strong{line-height:1.2;font-size:clamp(15px,1vw,17px)}.task-feature-preview-file,.task-feature-preview-package{margin:0;font-size:var(--task-body-size)}.task-feature-preview-file{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:var(--muted);overflow-wrap:anywhere}.task-feature-preview-package{color:#d4d6dc;font-weight:700}.task-feature-preview-meta{display:flex;flex-wrap:wrap;gap:6px}.task-feature-preview-meta .badge,.task-feature-files-panel .badge{min-height:24px;padding:2px 8px;font-size:10px}.task-feature-summary-title{margin:0;line-height:1.15;font-size:clamp(20px,1.35vw,24px)}.task-feature-summary-description{margin:0;color:var(--muted);font-size:var(--task-body-size);line-height:1.4}.task-feature-summary-rows{display:grid;gap:0;margin-top:4px}.task-feature-summary-row{display:grid;grid-template-columns:128px minmax(0,1fr);gap:12px;align-items:start;padding:10px 0;border-top:1px solid var(--border)}.task-feature-summary-row span{color:var(--muted);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.task-feature-summary-row strong{min-width:0;color:#d4d6dc;font-size:var(--task-body-size);font-weight:600;line-height:1.35;word-break:normal;overflow-wrap:anywhere}.task-feature-tabs-panel .panel-body{display:grid;gap:12px}.task-feature-tabs-header{width:100%;min-width:0;padding-bottom:0}.task-feature-tabs-header.tabs{gap:6px}.task-feature-tabs-header.tabs button{min-height:32px;padding:0 12px;font-size:13px}.task-feature-form-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.task-feature-form-stack{display:grid;gap:10px}.task-feature-form-row{display:grid;grid-template-columns:clamp(170px,14vw,190px) minmax(0,1fr);gap:12px;align-items:start}.task-feature-form-label{padding-top:9px;color:#c7c9cf;font-weight:700}.task-feature-form-control{min-width:0}.task-feature-readonly{min-height:var(--task-input-height);display:flex;align-items:center;padding:8px 12px;border:1px solid var(--border);border-radius:8px;color:#d4d6dc;background:#121419;font-size:var(--task-body-size);overflow-wrap:anywhere}.task-feature-input,.task-feature-textarea{min-height:var(--task-input-height);font-size:var(--task-body-size)}.task-feature-textarea{resize:vertical}.task-feature-textarea-regular{min-height:84px}.task-feature-textarea-long{min-height:110px}.task-feature-inline-control{display:flex;align-items:flex-start;gap:8px}.task-feature-inline-control>:first-child{min-width:0;flex:1 1 auto}.task-feature-add-button{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.task-feature-checkbox-group,.task-feature-radio-group,.task-feature-actions{display:flex;flex-wrap:wrap;gap:8px}.task-feature-checkbox-chip,.task-feature-radio-option{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:#121419;color:#cfd1d8;font-size:var(--task-body-size)}.task-feature-rating{display:flex;flex-wrap:wrap;gap:8px}.task-feature-rating button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:#121419;font-size:13px;font-weight:800}.task-feature-rating button.active{border-color:#6d5729;color:var(--gold-bright);background:#d7a93e1f}.task-feature-admin-placeholder{padding:14px;border:1px dashed var(--border-bright);border-radius:10px;color:var(--muted);background:#121419;font-size:var(--task-body-size)}.task-feature-files-panel .panel-body{display:grid;gap:12px;padding-top:calc(var(--task-panel-padding) - 4px)}.task-feature-files-table-wrap{width:100%;max-width:100%;overflow:auto;border:1px solid var(--border);border-radius:12px}.task-feature-files-table{width:100%;min-width:1580px;border-collapse:collapse;table-layout:fixed}.task-feature-col-producer{width:130px}.task-feature-col-name{width:300px}.task-feature-col-headline{width:210px}.task-feature-col-description{width:280px}.task-feature-col-keywords{width:210px}.task-feature-col-format{width:150px}.task-feature-col-batch{width:160px}.task-feature-col-date{width:116px}.task-feature-col-speed{width:120px}.task-feature-col-city{width:110px}.task-feature-col-state{width:130px}.task-feature-col-country{width:140px}.task-feature-files-table th,.task-feature-files-table td{padding:10px 12px;border-top:1px solid var(--border);text-align:left;vertical-align:top;font-size:clamp(12px,.82vw,13px)}.task-feature-files-table th{color:var(--muted);background:#14161b;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.task-feature-files-table td{min-height:var(--task-table-row-height);color:#d4d6dc;line-height:1.35;overflow-wrap:anywhere}.task-feature-files-table tbody tr{cursor:pointer}.task-feature-files-table tbody tr:hover{background:#ffffff05}.task-feature-files-table tbody tr.selected{background:#d7a93e14}.task-feature-table-clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.task-feature-table-clamp-2{-webkit-line-clamp:2}.task-feature-table-clamp-3{-webkit-line-clamp:3}.task-feature-file-cards{display:none;gap:10px}.task-feature-file-card{width:100%;display:grid;gap:10px;padding:12px;border:1px solid var(--border);border-radius:12px;color:inherit;background:#14161b;text-align:left}.task-feature-file-card.selected{border-color:#6d5729;background:#d7a93e14}.task-feature-file-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.task-feature-file-card-name{min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.task-feature-file-card p{margin:0;color:#cfd1d8;font-size:var(--task-body-size)}.task-feature-file-card-meta{display:grid;gap:8px}.task-feature-catalog-panel .panel-body,.task-feature-files-table-wrap{scrollbar-width:thin;scrollbar-color:#474c57 #14161b}.task-feature-catalog-panel .panel-body::-webkit-scrollbar,.task-feature-files-table-wrap::-webkit-scrollbar{width:10px;height:10px}.task-feature-catalog-panel .panel-body::-webkit-scrollbar-track,.task-feature-files-table-wrap::-webkit-scrollbar-track{background:#14161b}.task-feature-catalog-panel .panel-body::-webkit-scrollbar-thumb,.task-feature-files-table-wrap::-webkit-scrollbar-thumb{border:2px solid #14161b;border-radius:999px;background:#474c57}@media(min-width:1600px){.task-details-page{width:100%}}@media(max-width:1279px){.task-details-top-grid{grid-template-columns:minmax(0,1fr) minmax(320px,420px);grid-template-areas:"catalogs preview" "package package"}.task-details-catalogs-section{grid-area:catalogs}.task-details-preview-section{grid-area:preview}.task-details-package-section{grid-area:package}.task-feature-form-columns{grid-template-columns:1fr}}@media(max-width:1180px){.task-feature-files-table{min-width:1280px}}@media(max-width:899px){.task-details-top-grid{grid-template-columns:1fr;grid-template-areas:"catalogs" "preview" "package"}.task-feature-catalog-panel .panel-body{max-height:360px}.task-feature-form-row{grid-template-columns:1fr;gap:8px}.task-feature-form-label{padding-top:0}.task-feature-files-table-wrap{display:none}.task-feature-file-cards{display:grid}}@media(max-width:760px){.tasks-feature-toolbar,.tasks-feature-card-actions{align-items:stretch;flex-direction:column}.tasks-feature-segmented{width:100%;justify-content:space-between}.tasks-feature-card-meta{grid-template-columns:1fr}.task-feature-summary-row{grid-template-columns:1fr;gap:8px}}@media(max-width:700px){.task-feature-preview-surface{min-height:280px;padding:18px}.task-feature-inline-control{flex-direction:column}}.pipeline-summary{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}.pipeline-summary-item{background:#7f7f7f1f;border:1px solid rgba(127,127,127,.25);border-radius:6px;padding:.25rem .6rem;font-size:.8rem}.pipeline-summary-item strong{margin-right:.25rem}.summary-grid{display:grid;grid-template-columns:1fr;gap:.4rem;margin:0}.summary-grid>div{display:flex;justify-content:space-between;gap:1rem}.summary-grid dt{font-weight:600;opacity:.7}.summary-grid dd{margin:0;text-align:right}.file-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.file-list li{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.file-list li.dist-item{flex-direction:row;justify-content:space-between;align-items:center}.file-name{font-size:.82rem;word-break:break-all;line-height:1.35}.file-item-selectable{cursor:pointer;padding:.4rem .55rem;border:1px solid rgba(127,127,127,.25);border-radius:8px;transition:border-color .15s ease,background .15s ease}.file-item-selectable:hover{border-color:#7f7f7f80}.file-item-active{border-color:var(--color-accent, #4c6ef5);background:#4c6ef514}.file-note{margin:0 0 .75rem;font-size:.82rem;color:var(--color-text-muted, #6b7280)}.ai-suggestions{border:1px dashed rgba(127,127,127,.4);border-radius:8px;padding:.6rem .8rem;margin-bottom:1rem}.catalog-layout{display:grid;grid-template-columns:minmax(240px,300px) 1fr;gap:1.25rem;align-items:start}.catalog-sidebar{position:sticky;top:1rem;max-height:calc(100vh - 6rem);overflow:auto;border:1px solid rgba(127,127,127,.2);border-radius:10px;padding:.5rem}.catalog-empty{padding:.75rem}.catalog-client{margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid rgba(127,127,127,.18)}.catalog-client:last-child{border-bottom:none;margin-bottom:0}.catalog-folder{display:flex;justify-content:space-between;align-items:center;gap:.4rem;padding:.35rem .5rem;border-radius:6px;font-weight:600;width:100%;border:none;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.catalog-folder:hover{background:#7f7f7f1a}.catalog-client-folder:hover{background:#7f7f7f2e}.catalog-caret{flex:none;width:.9rem;font-size:.7rem;opacity:.65;line-height:1}.catalog-folder-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.catalog-client-folder{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;background:#7f7f7f1f;margin-bottom:.35rem}.catalog-status{margin-left:.85rem;padding-left:.5rem;border-left:2px solid rgba(127,127,127,.18)}.catalog-status-folder{font-weight:500;opacity:.9;margin-top:.15rem}.catalog-assignee{margin-left:.85rem;padding-left:.5rem;border-left:2px solid rgba(127,127,127,.14)}.catalog-assignee-folder{font-weight:500;opacity:.85;margin-top:.1rem;font-size:.85rem}.catalog-count{min-width:1.4rem;text-align:center;font-size:.72rem;font-weight:700;background:#7f7f7f2e;border-radius:999px;padding:.05rem .4rem}.catalog-packages{list-style:none;margin:0 0 0 .75rem;padding:0}.catalog-package{display:block;width:100%;text-align:left;border:none;background:none;padding:.3rem .5rem;border-radius:6px;cursor:pointer;font-size:.85rem;color:inherit}.catalog-package:hover{background:#7f7f7f1f}.catalog-package.selected{background:#7f7f7f38;font-weight:600}.catalog-main{min-width:0}.packages-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:end}.table-row.pkg{display:grid;grid-template-columns:2fr 1fr 1.3fr .6fr 1.2fr 1.4fr auto;gap:.75rem;align-items:center}@media(max-width:860px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static;max-height:none}.table-row.pkg{grid-template-columns:1fr 1fr}}.catalog-ingest{display:flex;gap:.6rem;align-items:end;margin-left:auto}.tag-form-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;align-items:start}.field-group{display:flex;flex-direction:column;gap:.35rem}.field-group-label{font-weight:500;font-size:.85rem}.field-group-options{display:flex;flex-wrap:wrap;gap:.4rem 1rem}.chips-field{position:relative}.chips-box{display:flex;flex-wrap:wrap;align-items:center;gap:4px;min-height:2.3rem;padding:4px 30px 4px 8px;position:relative;border:1px solid var(--border);border-radius:8px;background:var(--panel-raised);cursor:pointer}.chips-box:hover{border-color:var(--gold)}.chips-box-open{border-color:var(--gold-bright)}.chips-caret{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:.7rem;pointer-events:none}.chips-box-open .chips-caret{color:var(--gold-bright)}.chips-empty{padding:6px 8px;color:var(--muted);font-size:var(--task-label-size)}.chips-box-disabled{opacity:.8;cursor:default}.chips-box-disabled .chips-caret{display:none}.chip{display:inline-flex;align-items:center;gap:4px;padding:2px 4px 2px 8px;border-radius:999px;background:#d4af3729;border:1px solid #8a6d2f;font-size:var(--task-label-size);white-space:nowrap}.chip-remove{border:none;background:none;color:var(--muted);cursor:pointer;font-size:1rem;line-height:1;padding:0 2px}.chip-remove:hover{color:var(--red)}.chips-placeholder{color:var(--muted);font-size:var(--task-body-size);padding:2px 0}.chips-menu{position:absolute;z-index:20;left:0;right:0;margin:2px 0 0;border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:0 8px 24px #00000059;overflow:hidden}.chips-search{width:100%;box-sizing:border-box;border:none;border-bottom:1px solid var(--border);background:var(--panel-raised);color:inherit;font:inherit;padding:8px 10px;outline:none}.chips-search::placeholder{color:var(--muted)}.chips-list{margin:0;padding:4px;max-height:240px;overflow-y:auto;list-style:none}.chips-option{display:block;width:100%;text-align:left;border:none;background:none;color:inherit;font:inherit;padding:6px 8px;border-radius:6px;cursor:pointer}.chips-option:hover{background:#7f7f7f24}.star-rating{display:flex;align-items:center;gap:2px}.star{border:none;background:none;padding:0 1px;font-size:1.5rem;line-height:1;cursor:pointer;color:#969aa559;transition:color .08s ease,transform .08s ease}.star:hover{transform:scale(1.12)}.star-on{color:var(--gold-bright)}.star:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}.star-rating-disabled .star{cursor:default}.star-rating-disabled .star:hover{transform:none}.star-value{margin-left:.4rem;font-size:.8rem;color:var(--muted)}.star-clear{margin-left:.5rem;border:none;background:none;color:var(--muted);font-size:.75rem;cursor:pointer;text-decoration:underline}.star-clear:hover{color:var(--text)}.star-mixed{margin-left:.5rem;font-style:italic}@media(max-width:720px){.tag-form-columns{grid-template-columns:1fr}}.metadata-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.7rem 1.25rem;margin:0}.metadata-grid>div{display:flex;flex-direction:column;gap:.1rem;min-width:0}.metadata-grid dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;opacity:.6}.metadata-grid dd{margin:0;font-size:.9rem;word-break:break-word}.tagform-tabs{flex-wrap:wrap;gap:.15rem}.tabs button.current{box-shadow:inset 0 -2px #c9a227bf}.tagform-current{font-size:.62rem;text-transform:uppercase;letter-spacing:.03em;opacity:.8;margin-left:.2rem}.tagform-panel{margin-top:.85rem}@keyframes status-flash-pulse{0%{box-shadow:0 0 0 2px var(--gold-bright),0 0 14px #f1c76080}60%{box-shadow:0 0 0 2px #f1c760a6,0 0 10px #f1c76038}to{box-shadow:0 0 0 2px #f1c76000,0 0 #f1c76000}}.status-flash{animation:status-flash-pulse 2.5s ease-out 1;border-radius:6px}.badge.status-flash{border-radius:999px}.status-change-note{margin:0 0 .75rem;padding:.4rem .7rem;border:1px solid rgba(215,169,62,.45);border-radius:8px;background:#d7a93e1a;color:var(--gold-bright);font-size:.85rem}.status-change-note strong{color:var(--text)}@media(prefers-reduced-motion:reduce){.status-flash{animation:none;box-shadow:0 0 0 2px var(--gold-bright)}}.tag-checks{display:flex;flex-wrap:wrap;gap:12px}.field-hint{color:#8a8d95;font-size:12px;font-weight:500}.status.inactive{color:#a3a6ad;background:#a3a6ad1f}.login-card .form-note a,.login-card .stack>a{color:var(--gold-bright, #d7a93e);text-decoration:none}.login-card .form-note a:hover,.login-card .stack>a:hover{text-decoration:underline}.table-row.users-manage{grid-template-columns:1.4fr 1fr .8fr .6fr 2.2fr}.table-row.muted-row>span:not(.row-actions){opacity:.6}.row-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.you-tag{color:#8a8d95;font-weight:500}.copy-field{display:flex;align-items:center;gap:10px}.copy-field-value{flex:1;min-width:0;overflow-wrap:anywhere;padding:8px 10px;border-radius:8px;background:#ffffff0f;font-size:12px}@media(max-width:960px){.table-row.users-manage{grid-template-columns:1fr;gap:8px}.row-actions{justify-content:flex-start}}.app-nav-badge{margin-left:auto;min-width:20px;padding:1px 7px;border-radius:999px;background:#e5484d;color:#fff;font-size:11px;font-weight:800;text-align:center}.app-nav-badge-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background:#e5484d}.app-nav-link-icon{position:relative}.unmatched-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.unmatched-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;flex-wrap:wrap}.unmatched-row-info{display:flex;flex-direction:column;gap:4px;min-width:260px}.unmatched-file-name{font-size:14px;word-break:break-all}.unmatched-meta{display:flex;align-items:center;gap:10px}.unmatched-reason{padding:2px 8px;border-radius:6px;background:#e5484d24;color:#e5484d;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.unmatched-row-fix{display:flex;align-items:center;gap:8px}.unmatched-input{min-width:280px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface, #14161b);color:inherit;font-size:13px}.distributed-toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.distributed-cards{display:flex;flex-direction:column;gap:.75rem}.distributed-card{padding:0;overflow:hidden}.distributed-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem .85rem}.distributed-card-toggle{display:flex;align-items:baseline;gap:.6rem;min-width:0;flex:1;border:none;background:transparent;cursor:pointer;font:inherit;color:inherit;text-align:left;padding:0}.distributed-caret{color:var(--muted)}.distributed-card-num{font-weight:700;font-variant-numeric:tabular-nums}.distributed-card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.distributed-card-meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.distributed-card-body{border-top:1px solid var(--border);padding:.5rem .85rem .75rem}.distributed-issue-banner{margin:.25rem 0 .6rem;padding:.55rem .75rem;border-radius:8px;background:#f9a82524;border:1px solid rgba(249,168,37,.4);font-size:var(--task-label-size)}.distributed-clips{width:100%;border-collapse:collapse;font-size:var(--task-label-size)}.distributed-clips thead th{text-align:left;font-weight:500;color:var(--muted);padding:6px 10px;border-bottom:1px solid var(--border)}.distributed-clips tbody td{padding:7px 10px;border-bottom:1px solid var(--border);vertical-align:middle}.distributed-clips tbody tr:last-child td{border-bottom:none}.distributed-clip-row{cursor:pointer;transition:background .12s ease}.distributed-clip-row:hover{background:#7f7f7f14}.distributed-clip-name{font-variant-numeric:tabular-nums}.distributed-clip-open{color:var(--gold-bright);text-align:right;white-space:nowrap}.distributed-pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.pager-btn{border:1px solid var(--border);background:var(--panel-raised);border-radius:8px;padding:.35rem .8rem;cursor:pointer;font:inherit;color:inherit}.pager-btn:disabled{opacity:.45;cursor:default}.clip-detail-modal{display:flex;flex-direction:column;gap:.9rem}.clip-detail-targets{display:flex;gap:1.25rem;flex-wrap:wrap;align-items:center}.clip-detail-target{display:inline-flex;align-items:center;gap:.4rem;font-size:var(--task-label-size)}.clip-detail-fields{display:grid;grid-template-columns:minmax(9rem,auto) 1fr;gap:.35rem 1rem;margin:0}.clip-detail-field{display:contents}.clip-detail-field dt{color:var(--muted);font-weight:500}.clip-detail-field dd{margin:0}@media(max-width:720px){.distributed-card-head{flex-direction:column;align-items:stretch;gap:.5rem}.clip-detail-fields{grid-template-columns:1fr;gap:.15rem}.clip-detail-field dt{margin-top:.4rem}}.distributed-card-actions{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.6rem;border-top:1px solid var(--border)}.distributed-card--partial{border-color:#f9a825;box-shadow:inset 3px 0 #f9a825;background:#f9a8250d}.send-more-modal{display:flex;flex-direction:column;gap:.6rem}.send-more-label{font-weight:600;font-size:var(--task-label-size)}.send-more-note{width:100%;border:1px solid var(--border);border-radius:8px;padding:.5rem .6rem;font:inherit;resize:vertical;background:var(--panel-raised);color:inherit}.send-more-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.25rem}.status-ring{vertical-align:middle;margin-right:.45rem;flex-shrink:0}.status-ring-track{stroke:#7f7f7f40}.clip-select-dot-col{text-align:center;width:4.5rem}.clip-select-dot-col .status-ring{margin-right:0}
