@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-synthesis:none;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#f5f5f3;--surface:#fff;--surface-muted:#f7f7f5;--border:#e5e5e1;--border-strong:#d6d6d0;--text:#171717;--muted:#73736d;--accent:#171717;--accent-text:#fff;--danger:#b42318;--success:#067647;--warning:#b54708;--sidebar-background:#fff;--sidebar-text:#171717;--sidebar-muted:#73736d;--sidebar-hover:#f2f2ef;--sidebar-active:#e9e9e5;--sidebar-border:#e5e5e1;--row-hover:#fafaf8;--neutral-badge-background:#eeeeeb;--neutral-badge-text:#55554f;--success-background:#e7f6ee;--danger-background:#fbeae8;--warning-background:#fff1df;--error-border:#f4c7c3;--error-background:#fff3f2;--skeleton-base:#f2f2ef;--skeleton-highlight:#fafaf8;--focus-border:#9f9f98;--focus-ring:#1717170a;--code-background:#eaeae6;--code-text:#5f5f59;--resource-folder-back:#777773;--resource-folder-top:#d8d8d3;--resource-folder-bottom:#989892;color:var(--text);background:var(--canvas);font-family:Inter,ui-sans-serif,system-ui,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--canvas:#111210;--surface:#181a17;--surface-muted:#20221f;--border:#2b2e29;--border-strong:#3b3e38;--text:#f4f4f1;--muted:#92958e;--accent:#f2f2ef;--accent-text:#151613;--danger:#f7a8a0;--success:#75d6aa;--warning:#f0b779;--sidebar-background:#181a17;--sidebar-text:#f4f4f1;--sidebar-muted:#92958e;--sidebar-hover:#20221f;--sidebar-active:#292c28;--sidebar-border:#2b2e29;--row-hover:#1d1f1c;--neutral-badge-background:#292c28;--neutral-badge-text:#b9bcb4;--success-background:#15382b;--danger-background:#43201d;--warning-background:#422d16;--error-border:#66332e;--error-background:#321b19;--skeleton-base:#20221f;--skeleton-highlight:#282b27;--focus-border:#74776f;--focus-ring:#ffffff10;--code-background:#292c28;--code-text:#b9bcb4;--resource-folder-back:#4b4e48;--resource-folder-top:#858980;--resource-folder-bottom:#555851}*{box-sizing:border-box}body{background:var(--canvas);min-width:1080px;min-height:100vh;color:var(--text);margin:0;font-size:13px}button,input,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--text);outline-offset:2px}.console-shell{grid-template-columns:232px minmax(0,1fr);min-height:100vh;display:grid}.console-sidebar{border-right:1px solid var(--sidebar-border);background:var(--sidebar-background);height:100vh;color:var(--sidebar-text);flex-direction:column;padding:18px 14px 14px;display:flex;position:sticky;top:0}.console-brand,.auth-brand{align-items:center;gap:11px;padding:3px 5px 22px;display:flex}.brand-mark{background:var(--accent);width:31px;height:31px;color:var(--accent-text);border-radius:9px;place-items:center;font-weight:800;display:grid}.console-brand div,.auth-brand div{gap:2px;display:grid}.console-brand strong,.auth-brand strong{letter-spacing:-.02em;font-size:13px}.console-brand span,.auth-brand span{color:var(--sidebar-muted);font-size:10px}.console-nav{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;gap:4px;min-height:0;padding-right:2px;display:grid;overflow-y:auto}.nav-section-label{color:var(--sidebar-muted);letter-spacing:.09em;text-transform:uppercase;margin:17px 11px 5px;font-size:10px;font-weight:600}.console-nav a{height:38px;color:var(--sidebar-muted);border-radius:9px;align-items:center;gap:10px;padding:0 11px;font-weight:500;display:flex}.console-nav a:hover{background:var(--sidebar-hover);color:var(--sidebar-text)}.console-nav a.active{background:var(--sidebar-active);color:var(--sidebar-text)}.staff-card{border:1px solid var(--sidebar-border);border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:auto;padding:11px 8px;display:grid}.staff-copy{gap:3px;display:grid;overflow:hidden}.staff-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.staff-copy span{color:var(--sidebar-muted);text-transform:capitalize;align-items:center;gap:4px;font-size:10px;display:flex}.icon-button{width:29px;height:29px;color:var(--sidebar-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.icon-button:hover{background:var(--sidebar-hover);color:var(--sidebar-text)}.theme-button{width:100%;height:36px;color:var(--sidebar-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;margin-top:auto;margin-bottom:8px;padding:0 10px;display:flex}.theme-button:hover{background:var(--sidebar-hover);color:var(--sidebar-text)}.staff-card{margin-top:0}.console-main{min-width:0;padding:38px clamp(28px,4vw,64px) 64px}.page-stack{gap:20px;width:min(100%,1440px);margin:0 auto;display:grid}.page-header{justify-content:space-between;align-items:flex-start;min-height:82px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:600;display:block}h1,h2,p{margin:0}h1{letter-spacing:-.035em;font-size:27px;line-height:1.2}.page-header p{color:var(--muted);margin-top:8px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.metric-card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:14px}.metric-card{grid-template-rows:auto 1fr;grid-template-columns:auto 1fr;gap:0 9px;min-height:132px;padding:17px;display:grid}.metric-card>span:not(.metric-icon){color:var(--muted);align-self:center;font-size:11px}.metric-card strong{letter-spacing:-.04em;grid-column:1/-1;align-self:end;font-size:28px}.metric-icon{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.panel-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex}.panel-heading h2{align-items:center;gap:8px;font-size:13px;display:flex}.panel-heading p{color:var(--muted);margin-top:4px;font-size:11px}.queue-grid{grid-template-columns:repeat(3,1fr);display:grid}.queue-grid div{border-right:1px solid var(--border);justify-content:space-between;padding:20px;display:flex}.queue-grid div:last-child{border-right:0}.queue-grid span{color:var(--muted)}.queue-grid strong{font-size:17px}.toolbar{align-items:center;gap:8px;padding:10px;display:flex}.search-field{border:1px solid var(--border);background:var(--surface-muted);border-radius:9px;flex:1;align-items:center;gap:8px;height:36px;padding-left:10px;display:flex}.search-field:focus-within{border-color:var(--focus-border);box-shadow:0 0 0 3px var(--focus-ring)}.search-field input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1}.search-field button,.table-footer button{border:1px solid var(--border);background:var(--surface);height:30px;color:var(--text);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 11px;display:inline-flex}.search-field button{background:var(--accent);color:var(--accent-text);border-color:var(--accent);margin-right:3px}select{border:1px solid var(--border);background:var(--surface-muted);min-width:144px;height:36px;color:var(--text);border-radius:9px;outline:0;padding:0 30px 0 10px}.table-panel{overflow:hidden}.table-wrap{overflow:auto}table{border-collapse:collapse;text-align:left;width:100%}th{background:var(--surface-muted);border-bottom:1px solid var(--border);height:37px;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:0 14px;font-size:10px;font-weight:600}td{border-bottom:1px solid var(--border);height:58px;color:var(--muted);vertical-align:middle;padding:9px 14px;font-size:11px}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:var(--row-hover)}.asset-link,.cell-primary,.cell-secondary{display:block}.asset-link strong,.cell-primary{color:var(--text);font-size:11px;font-weight:600}.asset-link span,.cell-secondary{color:var(--muted);margin-top:3px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;display:block}.asset-link:hover strong{text-decoration:underline}.status-badge{background:var(--neutral-badge-background);min-height:22px;color:var(--neutral-badge-text);text-transform:capitalize;white-space:nowrap;border-radius:999px;align-items:center;padding:0 8px;font-size:10px;font-weight:600;display:inline-flex}.status-ready,.status-completed,.status-active{background:var(--success-background);color:var(--success)}.status-failed,.status-trashed,.status-suspended{background:var(--danger-background);color:var(--danger)}.status-processing,.status-pending,.status-uploading,.status-waiting-upload{background:var(--warning-background);color:var(--warning)}.table-footer{border-top:1px solid var(--border);min-height:48px;color:var(--muted);justify-content:space-between;align-items:center;padding:8px 12px;font-size:11px;display:flex}.table-footer div{gap:6px;display:flex}.table-footer button:disabled{cursor:not-allowed;opacity:.4}.skeleton-row td{height:58px}.skeleton-row span{background:linear-gradient(90deg, var(--skeleton-base) 25%, var(--skeleton-highlight) 50%, var(--skeleton-base) 75%);background-size:200% 100%;border-radius:5px;height:17px;animation:1.2s linear infinite shimmer;display:block}@keyframes shimmer{to{background-position:-200% 0}}.empty-cell,.empty-section{color:var(--muted);text-align:center;padding:30px}.error-banner,.inline-error{border:1px solid var(--error-border);background:var(--error-background);color:var(--danger);border-radius:9px;padding:10px 12px;font-size:11px}.back-link{width:fit-content;color:var(--muted);align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex}.back-link:hover{color:var(--text)}.asset-detail-header{justify-content:space-between;align-items:flex-end;gap:40px;padding:4px 0 8px;display:flex}.title-row{align-items:center;gap:10px;display:flex}.asset-detail-header code{color:var(--muted);margin-top:8px;font-size:10px;display:block}.header-facts{gap:26px;display:flex}.header-facts span{color:var(--muted);gap:5px;font-size:10px;display:grid}.header-facts strong{max-width:220px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.detail-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.detail-section{min-width:0;overflow:hidden}.count-badge{background:var(--surface-muted);min-width:24px;height:23px;color:var(--muted);border-radius:7px;place-items:center;padding:0 7px;font-size:10px;display:grid}.property-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:6px 18px 18px;display:grid}.property-grid div{border-bottom:1px solid var(--border);min-width:0;padding:12px 12px 10px 0}.property-grid dt{color:var(--muted);font-size:10px}.property-grid dd{color:var(--text);margin:5px 0 0;font-size:11px;font-weight:500}.break-value{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:400!important}.texture-list{gap:9px;padding:12px;display:grid}.texture-card{border:1px solid var(--border);background:var(--surface-muted);border-radius:10px;padding:13px}.texture-card>div:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.texture-card>div:first-child strong{text-overflow:ellipsis;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;overflow:hidden}.texture-card>p{color:var(--muted);margin-top:6px;font-size:10px}.material-texture-groups{background:var(--surface-muted);gap:14px;padding:14px;display:grid}.material-texture-group{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.material-texture-group>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:59px;padding:11px 14px;display:flex}.material-texture-group>header>div:first-child{gap:4px;display:grid}.material-texture-group>header span{color:var(--muted);font-size:10px}.material-texture-group h3{letter-spacing:-.015em;margin:0;font-size:13px}.material-group-meta{gap:6px;display:flex}.material-group-meta span{border:1px solid var(--border);background:var(--surface-muted);border-radius:6px;padding:5px 7px}.material-texture-list{gap:10px;padding:10px;display:grid}.texture-entry{border:1px solid var(--border);background:var(--surface-muted);border-radius:10px;overflow:hidden}.texture-entry-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:57px;padding:10px 12px;display:flex}.texture-entry-heading>div{gap:4px;min-width:0;display:grid}.texture-channel{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:600}.texture-entry h4{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:600;overflow:hidden}.texture-properties{background:var(--surface);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0 12px;display:grid}.texture-properties div{border-bottom:1px solid var(--border);min-width:0;padding:11px 10px 11px 0}.texture-properties dt{color:var(--muted);font-size:10px}.texture-properties dd{color:var(--text);text-transform:capitalize;margin:4px 0 0;font-size:10px;font-weight:500}.texture-properties .wide-property{grid-column:1/-1}.texture-properties .wide-property dd{overflow-wrap:anywhere;text-transform:none;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:400}.variant-heading{color:var(--muted);justify-content:space-between;align-items:center;padding:11px 12px 0;font-size:10px;font-weight:500;display:flex}.no-variants{border:1px dashed var(--border-strong);color:var(--muted);text-align:center;border-radius:8px;margin:10px 12px 12px;padding:13px;font-size:10px}.variant-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:12px;display:grid}.texture-entry .variant-grid{margin:10px 12px 12px}.variant-grid>div{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:4px;padding:9px;display:grid}.variant-grid strong{font-size:11px}.variant-grid span:not(.status-badge){color:var(--muted);font-size:10px}.auth-page{background:var(--surface);align-content:center;justify-items:center;gap:20px;min-height:100vh;display:grid}.auth-brand{color:var(--text);padding-bottom:0}.auth-brand .brand-mark{background:var(--accent);color:var(--accent-text)}.center-state{text-align:center;place-content:center;justify-items:center;gap:11px;min-height:100vh;padding:30px;display:grid}.center-state h1{font-size:20px}.center-state p{max-width:430px;color:var(--muted);line-height:1.6}.state-icon{border:1px solid var(--border);background:var(--surface);border-radius:13px;place-items:center;width:45px;height:45px;display:grid}.code-label{background:var(--code-background);color:var(--code-text);border-radius:5px;padding:5px 7px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.spinner{border:2px solid var(--border-strong);border-top-color:var(--text);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin}.identity-cell{align-items:center;gap:9px;width:fit-content;display:flex}.identity-cell img,.avatar-fallback{border:1px solid var(--border);object-fit:cover;border-radius:9px;flex:none;width:30px;height:30px}.avatar-fallback,.large-avatar-fallback{background:var(--accent);color:var(--accent-text);place-items:center;font-weight:700;display:grid}.identity-cell>span:last-child{gap:3px;min-width:0;display:grid}.identity-cell strong{color:var(--text);font-size:11px}.identity-cell small{max-width:260px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.muted-value{color:var(--muted)}.record-heading{justify-content:space-between;align-items:flex-end;gap:32px;padding:4px 0 8px;display:flex}.record-identity{align-items:center;gap:14px;display:flex}.record-identity>img,.large-avatar-fallback{border:1px solid var(--border);object-fit:cover;border-radius:15px;flex:none;width:54px;height:54px}.record-identity>div{gap:4px;min-width:0;display:grid}.record-identity>div>span{color:var(--muted);font-size:11px}.record-identity code{color:var(--muted);font-size:10px}.compact-metrics{border:1px solid var(--border);background:var(--surface);border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid;overflow:hidden}.compact-metrics>div{border-right:1px solid var(--border);gap:9px;padding:15px 17px;display:grid}.compact-metrics>div:last-child{border-right:0}.compact-metrics span{color:var(--muted);font-size:10px}.compact-metrics strong{letter-spacing:-.025em;font-size:19px}.text-link{color:var(--text);font-weight:500}.text-link:hover{text-decoration:underline}.primary-button,.secondary-button,.danger-button,.table-action{border:1px solid var(--border);background:var(--surface);min-height:34px;color:var(--text);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.primary-button{border-color:var(--accent);background:var(--accent);color:var(--accent-text)}.danger-button{border-color:var(--error-border);background:var(--danger-background);color:var(--danger)}.secondary-button:hover,.table-action:hover{background:var(--surface-muted)}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled,.table-action:disabled{cursor:not-allowed;opacity:.55}.table-action{min-height:29px;padding:0 9px;font-size:10px}.table-actions{align-items:center;gap:6px;display:flex}.table-action.danger-text{border-color:var(--error-border);color:var(--danger)}.asset-header-side{justify-items:end;gap:14px;display:grid}.record-actions{justify-content:flex-end;gap:8px;display:flex}.notice-banner,.success-banner{border:1px solid var(--border);background:var(--surface-muted);color:var(--muted);border-radius:9px;padding:11px 13px;font-size:11px}.success-banner{border-color:var(--success);background:var(--success-background);color:var(--success)}.operation-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.operation-metrics article{border:1px solid var(--border);background:var(--surface);border-radius:12px;gap:18px;min-height:108px;padding:15px;display:grid}.operation-metrics span{color:var(--muted);align-items:center;gap:8px;font-size:10px;display:flex}.operation-metrics strong{letter-spacing:-.03em;align-self:end;font-size:24px}.operations-heading{align-items:flex-end}.inline-filters{gap:8px;display:flex}.job-error{text-overflow:ellipsis;white-space:nowrap;max-width:290px;display:block;overflow:hidden}.consistency-list{gap:0;padding:6px 18px 18px;display:grid}.consistency-list>span{border-bottom:1px solid var(--border);min-height:42px;color:var(--text);align-items:center;gap:10px;font-size:11px;display:flex}.audit-filters{grid-template-columns:minmax(180px,1fr) minmax(220px,1fr) auto;gap:8px;width:100%;display:grid}.audit-filters label{border:1px solid var(--border);background:var(--surface-muted);height:36px;color:var(--muted);border-radius:9px;align-items:center;gap:8px;padding:0 10px;display:flex}.audit-filters label:focus-within{border-color:var(--focus-border);box-shadow:0 0 0 3px var(--focus-ring)}.audit-filters input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.audit-list{gap:9px;display:grid}.audit-entry{overflow:hidden}.audit-entry summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:70px;padding:13px 16px;list-style:none;display:flex}.audit-entry summary::-webkit-details-marker{display:none}.audit-entry summary>div{align-items:center;gap:10px;display:flex}.audit-entry summary>div:first-child{gap:4px;display:grid}.audit-entry summary strong{font-size:12px}.audit-entry summary span,.audit-entry summary time{color:var(--muted);font-size:10px}.audit-body{border-top:1px solid var(--border);background:var(--surface-muted)}.audit-snapshots{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 18px 18px;display:grid}.audit-snapshots section{border:1px solid var(--border);background:var(--surface);border-radius:9px;min-width:0;overflow:hidden}.audit-snapshots h3{border-bottom:1px solid var(--border);margin:0;padding:9px 11px;font-size:10px}.audit-json{max-height:320px;color:var(--code-text);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:11px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;line-height:1.55;overflow:auto}.audit-skeleton{height:70px;padding:24px 16px}.audit-skeleton span{background:linear-gradient(90deg, var(--skeleton-base) 25%, var(--skeleton-highlight) 50%, var(--skeleton-base) 75%);background-size:200% 100%;border-radius:5px;width:65%;height:18px;animation:1.2s linear infinite shimmer;display:block}.standalone-pagination{border:1px solid var(--border);background:var(--surface);border-radius:10px}.modal-backdrop{z-index:100;background:color-mix(in srgb, var(--canvas) 64%, transparent);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.operation-modal{border:1px solid var(--border-strong);background:var(--surface);width:min(100%,520px);color:var(--text);border-radius:15px;overflow:hidden}.operation-modal>header{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:18px;display:grid}.operation-modal h2{font-size:15px}.operation-modal header p{color:var(--muted);margin-top:6px;font-size:11px;line-height:1.55}.operation-modal-icon{background:var(--warning-background);width:35px;height:35px;color:var(--warning);border-radius:9px;place-items:center;display:grid}.operation-modal-icon.tone-danger{background:var(--danger-background);color:var(--danger)}.modal-close{color:var(--muted);margin-top:-4px}.reason-field{color:var(--text);gap:7px;padding:17px 18px 0;font-size:10px;font-weight:600;display:grid}.reason-field textarea{resize:vertical;border:1px solid var(--border);background:var(--surface-muted);min-height:104px;color:var(--text);font:inherit;border-radius:9px;outline:0;padding:10px;font-size:11px;line-height:1.5}.reason-field input{border:1px solid var(--border);background:var(--surface-muted);height:38px;color:var(--text);font:inherit;border-radius:9px;outline:0;padding:0 10px;font-size:11px}.reason-field input:focus,.reason-field textarea:focus{border-color:var(--focus-border);box-shadow:0 0 0 3px var(--focus-ring)}.reason-meta{color:var(--muted);justify-content:space-between;padding:7px 18px 0;font-size:10px;display:flex}.operation-modal>.error-banner{margin:12px 18px 0}.operation-modal>footer{justify-content:flex-end;gap:8px;padding:17px 18px 18px;display:flex}.outreach-filter{color:var(--muted);align-items:center;gap:8px;font-size:10px;font-weight:600;display:flex}.outreach-funnel{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.funnel-card{align-content:center;gap:3px;min-height:108px;padding:15px;display:grid;position:relative}.funnel-card>span,.funnel-card>small{color:var(--muted);font-size:10px}.funnel-card>strong{letter-spacing:-.04em;font-size:24px}.funnel-arrow{z-index:2;color:var(--muted);position:absolute;top:47px;right:-13px}.outreach-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;display:grid}.outreach-form-grid label,.outreach-inline-form label{color:var(--text);gap:7px;font-size:10px;font-weight:600;display:grid}.outreach-form-grid input,.outreach-form-grid textarea,.outreach-inline-form input{border:1px solid var(--border);background:var(--surface-muted);width:100%;min-height:40px;color:var(--text);font:inherit;border-radius:9px;outline:0;padding:9px 10px;font-size:11px}.outreach-form-grid textarea{resize:vertical;min-height:92px}.outreach-form-grid input:focus,.outreach-form-grid textarea:focus,.outreach-inline-form input:focus{border-color:var(--focus-border);box-shadow:0 0 0 3px var(--focus-ring)}.outreach-form-grid .span-2{grid-column:1/-1}.outreach-form-actions{justify-content:flex-end;gap:8px;padding:0 18px 18px;display:flex}.outreach-campaign-dialog{border:1px solid var(--border-strong);background:var(--surface);width:min(100% - 32px,760px);max-height:min(90vh,760px);color:var(--text);border-radius:15px;padding:0;overflow:auto;box-shadow:0 24px 80px #00000038}.outreach-campaign-dialog::backdrop{background:color-mix(in srgb,var(--canvas) 58%,transparent);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.outreach-campaign-dialog header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:18px;padding:18px;display:flex}.outreach-campaign-dialog header h2{font-size:15px}.outreach-campaign-dialog header p{color:var(--muted);margin-top:5px;font-size:11px}.outreach-campaign-dialog .modal-close{flex:none;width:44px;height:44px}.outreach-campaign-dialog .primary-button,.outreach-campaign-dialog .secondary-button{min-height:44px}.outreach-campaign-dialog .outreach-form-actions{padding-top:2px}.outreach-checkbox{align-items:center;grid-template-columns:auto 1fr!important}.outreach-checkbox input{width:18px;min-height:18px}.outreach-checkbox small{color:var(--muted);grid-column:2;font-weight:400}.outreach-inline-form{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:10px;padding:18px;display:grid}.outreach-uploader{gap:12px;padding:18px;display:grid}.outreach-uploader p{color:var(--muted);font-size:11px}.outreach-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.outreach-video-card{overflow:hidden}.video-preview{aspect-ratio:16/9;color:#d7d7d7;background:#151515;place-items:center;width:100%;display:grid}.video-preview mux-player{width:100%;height:100%}.empty-preview{font-size:11px}.video-card-copy{grid-template-columns:1fr auto;gap:14px;padding:16px;display:grid}.video-card-copy h2{font-size:13px}.video-card-copy dl{grid-column:1/-1;gap:28px;margin:0;display:flex}.video-card-copy dl div{gap:3px;display:grid}.video-card-copy dt{color:var(--muted);font-size:10px}.video-card-copy dd{text-transform:capitalize;margin:0;font-size:11px}.video-card-copy .inline-error,.video-card-copy button{grid-column:1/-1;width:fit-content}.outreach-campaign-summary{grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.outreach-campaign-summary>div{border-right:1px solid var(--border);gap:5px;padding:16px;display:grid}.outreach-campaign-summary>div:last-child{border-right:0}.outreach-campaign-summary span{color:var(--muted);font-size:10px}.outreach-campaign-summary strong{font-size:12px}.outreach-actions{flex-wrap:wrap;gap:5px;min-width:300px;display:flex}.danger-inline{color:var(--danger)}.outreach-timeline ol{max-height:420px;margin:0;padding:8px 18px 18px 44px;overflow:auto}.outreach-timeline li{border-bottom:1px solid var(--border);padding:9px 0 9px 6px}.outreach-timeline li span,.outreach-timeline li strong,.outreach-timeline li small{display:block}.outreach-timeline li span,.outreach-timeline li small{color:var(--muted);font-size:10px}.outreach-timeline li strong{text-transform:capitalize;font-size:11px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1200px){.outreach-funnel{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-arrow{display:none}}@media (prefers-reduced-motion:reduce){.outreach-page *,.outreach-page :before,.outreach-page :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.processing-stages summary{cursor:pointer;white-space:nowrap;text-transform:capitalize}.processing-stages dl{gap:.3rem;min-width:15rem;margin:.65rem 0 0;display:grid}.processing-stages dl div{justify-content:space-between;gap:1rem;display:flex}.processing-stages dt{color:var(--muted);text-transform:capitalize}.resource-header-metrics{border:1px solid var(--border);background:var(--surface);border-radius:11px;display:flex;overflow:hidden}.resource-header-side{justify-items:end;gap:10px;display:grid}.resource-header-metrics span{border-right:1px solid var(--border);min-width:90px;color:var(--muted);gap:4px;padding:11px 14px;font-size:10px;display:grid}.resource-header-metrics span:last-child{border-right:0}.resource-header-metrics strong{color:var(--text);font-size:16px}.resource-toolbar{flex-wrap:wrap}.resource-toolbar .search-field{min-width:340px}.resource-toolbar select{min-width:130px}.resource-breadcrumbs{align-items:center;gap:3px;min-height:30px;display:flex}.resource-breadcrumbs span{color:var(--muted);align-items:center;gap:3px;display:flex}.resource-breadcrumbs button{min-height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 8px;font-size:11px}.resource-breadcrumbs button:hover:not(:disabled){background:var(--surface);color:var(--text)}.resource-breadcrumbs button:disabled{color:var(--text);cursor:default}.resource-grid{grid-template-columns:repeat(auto-fill,192px);align-items:start;gap:22px 14px;display:grid}.resource-folder-card,.resource-asset-card{width:192px;min-width:0;height:248px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:18px;outline:0;flex-direction:column;padding:8px;transition:border-color .18s,background .18s,transform .18s;display:flex;position:relative}.resource-folder-action{z-index:2;border:1px solid var(--border);opacity:0;background:var(--surface);width:28px;height:28px;color:var(--danger);cursor:pointer;border-radius:8px;place-items:center;transition:opacity .16s,background .16s;display:grid;position:absolute;top:8px;right:8px}.resource-folder-card:hover .resource-folder-action,.resource-folder-card:focus-within .resource-folder-action{opacity:1}.resource-folder-action:hover{background:var(--danger-background)}.resource-folder-card{text-align:center;justify-content:flex-end;align-items:center}.resource-folder-card:hover,.resource-folder-card:focus-visible{background:var(--surface-muted)}.resource-folder-card:focus-visible,.resource-asset-card:focus-visible{border-color:var(--focus-border);box-shadow:0 0 0 3px var(--focus-ring)}.resource-folder-icon{width:160px;height:154px;margin:0 auto 10px;display:block;position:relative;transform:translate(6px,15px)}.resource-folder-icon svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.resource-folder-paper,.resource-folder-front{transition:transform .2s ease-out}.resource-folder-front{transform-origin:50% 100%}.resource-asset-card{border-color:var(--border);background:var(--surface)}.resource-asset-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.resource-preview{aspect-ratio:1;background:var(--surface-muted);width:100%;color:var(--muted);border-radius:12px;flex:none;place-items:center;display:grid;position:relative;overflow:hidden}.resource-preview img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.resource-asset-card:hover .resource-preview img{transform:scale(1.025)}.resource-status{position:absolute;top:8px;left:8px}.resource-card-name{width:100%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-top:11px;font-size:12px;font-weight:600;line-height:18px;display:block;overflow:hidden}.resource-folder-card .resource-card-name{margin-top:0}.resource-card-meta{width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:10px;display:block;overflow:hidden}.resource-card-skeleton{border:1px solid var(--border);background:var(--surface);border-radius:18px;align-content:start;gap:9px;width:192px;height:248px;padding:8px;display:grid}.resource-card-skeleton span,.resource-card-skeleton i{background:linear-gradient(90deg, var(--skeleton-base) 25%, var(--skeleton-highlight) 50%, var(--skeleton-base) 75%);background-size:200% 100%;border-radius:7px;animation:1.2s linear infinite shimmer;display:block}.resource-card-skeleton span{aspect-ratio:1;border-radius:12px}.resource-card-skeleton i{width:75%;height:13px}.resource-card-skeleton i:last-child{width:48%;height:10px}.resource-empty{min-height:280px;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:8px;display:grid}.resource-empty h2{color:var(--text);margin:7px 0 0;font-size:14px}.resource-empty p{font-size:11px}.resource-detail-grid{grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:14px;display:grid}.resource-detail-preview{aspect-ratio:1;color:var(--muted);place-items:center;display:grid;overflow:hidden}.resource-detail-preview img{object-fit:cover;width:100%;height:100%}.resource-metadata-json{background:var(--surface-muted);max-height:500px;color:var(--code-text);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:16px 18px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;line-height:1.55;overflow:auto}.resource-promotion-modal{width:min(100%,980px)}.promotion-body{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);min-height:440px;display:grid}.promotion-source-panel,.promotion-fields,.resource-edit-fields{align-content:start;gap:12px;min-width:0;padding:16px 18px;display:grid}.promotion-source-panel{border-right:1px solid var(--border);grid-template-columns:minmax(0,1fr) 132px}.promotion-source-panel .search-field{min-width:0}.promotion-candidate-list{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;grid-column:1/-1;align-content:start;gap:7px;max-height:365px;padding-right:3px;display:grid;overflow-y:auto}.promotion-candidate{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);text-align:left;cursor:pointer;border-radius:10px;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px;display:grid}.promotion-candidate:hover,.promotion-candidate.selected{border-color:var(--border-strong);background:var(--surface-muted)}.promotion-thumb{background:var(--surface-muted);border-radius:8px;width:50px;height:50px;overflow:hidden}.promotion-thumb img{object-fit:cover;width:100%;height:100%}.promotion-candidate>span:nth-child(2){gap:3px;min-width:0;display:grid}.promotion-candidate strong,.promotion-candidate small,.promotion-candidate code,.promotion-candidate em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.promotion-candidate strong{font-size:11px}.promotion-candidate small,.promotion-candidate code{color:var(--muted);font-size:10px}.promotion-candidate em{color:var(--warning);font-size:10px;font-style:normal}.promotion-loading,.empty-modal-state{min-height:120px;color:var(--muted);justify-content:center;align-items:center;gap:9px;font-size:11px;display:flex}.promotion-loading .spinner{width:18px;height:18px}.promotion-fields label,.resource-edit-fields>label,.promotion-fields fieldset,.resource-edit-fields fieldset{min-width:0;color:var(--text);border:0;gap:6px;margin:0;padding:0;font-size:10px;font-weight:600;display:grid}.promotion-fields input[type=text],.promotion-fields input:not([type]),.promotion-fields select,.promotion-fields textarea,.resource-edit-fields input:not([type=checkbox]),.resource-edit-fields select,.resource-edit-fields textarea{border:1px solid var(--border);background:var(--surface-muted);width:100%;min-height:38px;color:var(--text);font:inherit;border-radius:9px;outline:0;padding:0 10px;font-size:11px}.promotion-fields textarea,.resource-edit-fields textarea{resize:vertical;min-height:86px;padding:9px 10px}.tag-choice-list{flex-wrap:wrap;gap:6px;max-height:116px;display:flex;overflow-y:auto}.tag-choice-list label{border:1px solid var(--border);background:var(--surface-muted);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 8px;font-size:10px;display:inline-flex}.tag-choice-list input{accent-color:var(--accent)}.tag-choice-list small,.promotion-note{color:var(--muted);font-size:10px;font-weight:400;line-height:1.5}.resource-promotion-modal>.error-banner,.resource-edit-modal>.error-banner{margin:12px 18px 0}.support-notes-list{gap:8px;padding:12px;display:grid}.compact-support-notes{max-height:390px;overflow:auto}.support-note{border:1px solid var(--border);background:var(--surface);border-radius:10px;gap:9px;padding:13px 14px;display:grid}.audit-list>.support-note{border-radius:12px}.support-note header{align-items:center;gap:9px;display:flex}.support-note header time{color:var(--muted);margin-left:auto;font-size:10px}.support-note p{color:var(--text);white-space:pre-wrap;font-size:11px;line-height:1.55}.support-note footer{color:var(--muted);font-size:10px}.retention-list{gap:8px;padding:12px;display:grid}.retention-card{border:1px solid var(--border);background:var(--surface-muted);border-radius:10px;grid-template-columns:minmax(240px,1fr) 90px 105px auto;align-items:center;gap:14px;padding:13px;display:grid}.retention-card>div{gap:4px;display:grid}.retention-card strong{font-size:11px}.retention-card p{color:var(--muted);font-size:10px;line-height:1.45}.retention-card label{color:var(--muted);gap:5px;font-size:10px;display:grid}.retention-card input[type=number]{border:1px solid var(--border);background:var(--surface);width:80px;height:34px;color:var(--text);border-radius:8px;outline:0;padding:0 9px}.retention-card input[type=number]:focus{border-color:var(--focus-border);box-shadow:0 0 0 3px var(--focus-ring)}.retention-card .toggle-field{color:var(--text);align-items:center;gap:7px;display:flex}.retention-card input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}.reason-field select{background:var(--surface-muted);width:100%}@keyframes spin{to{transform:rotate(360deg)}}
