:root{--ink:#183a38;--ink-strong:#102d2b;--ink-soft:#667a76;--brand:#176f65;--brand-dark:#0d524c;--brand-pale:#e7f3ef;--brand-soft:#cfe8e1;--paper:#fffdf9;--canvas:#f3f0e9;--canvas-deep:#eae7df;--line:#dce5e1;--line-strong:#cbd9d4;--coral:#dc7358;--coral-pale:#fff0ea;--amber:#b9822e;--amber-pale:#fff2dc;--success:#2f8168;--success-pale:#e8f5ef;--danger:#b85845;--shadow-sm:0 8px 24px #1c3e3a0f;--shadow:0 20px 60px #1e413c1a;--shadow-overlay:0 30px 90px #0b292638;--radius-xl:26px;--radius-lg:20px;--radius-md:14px}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--canvas)}body{background:radial-gradient(circle at 94% 2%, #d1e6df7a, transparent 26rem), var(--canvas);min-width:320px;color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:Noto Sans SC,Microsoft YaHei,PingFang SC,system-ui,sans-serif}button,input,select,textarea{font:inherit}button{color:inherit}:is(button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible){outline-offset:2px;outline:3px solid #176f6547}button:disabled{cursor:wait;opacity:.72}.auth-loading{min-height:100dvh;color:var(--ink-soft);place-items:center;display:grid}.auth-page{background:radial-gradient(circle at 12% 18%,#cfe8e1bf,#0000 24rem),linear-gradient(145deg,#f5f2eb 0%,#eef4f0 100%);grid-template-columns:minmax(0,1.1fr) minmax(360px,480px);align-items:center;gap:clamp(36px,8vw,120px);min-height:100dvh;padding:clamp(28px,7vw,96px);display:grid}.auth-intro{max-width:720px}.auth-brand-mark{color:#fff;background:var(--brand);border-radius:17px;place-items:center;width:54px;height:54px;margin-bottom:34px;display:grid;box-shadow:0 18px 40px #176f6533}.auth-intro h1{max-width:680px;color:var(--ink-strong);letter-spacing:-.045em;margin:14px 0 22px;font-size:clamp(34px,4.6vw,66px);line-height:1.14}.auth-intro>p:last-child{max-width:620px;color:var(--ink-soft);margin:0;font-size:17px;line-height:1.85}.auth-card{box-shadow:var(--shadow);background:#fffdf9f5;border:1px solid #cbd9d4e6;border-radius:26px;padding:38px}.auth-card header h2{color:var(--ink-strong);margin:8px 0 7px;font-size:28px}.auth-card header>p:last-child{color:var(--ink-soft);margin:0;font-size:13px}.auth-card form{gap:18px;margin-top:30px;display:grid}.auth-field{color:var(--ink);gap:8px;font-size:13px;font-weight:750;display:grid}.auth-field>div{border:1px solid var(--line);background:#f7f5f0;border-radius:12px;align-items:center;gap:10px;padding:0 13px;display:flex}.auth-field>div:focus-within{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #176f651a}.auth-card input{width:100%;height:48px;color:var(--ink-strong);background:0 0;border:0;outline:0;padding:0}.auth-field small{color:var(--ink-soft);font-size:11px;font-weight:500}.auth-submit{justify-content:center;width:100%;min-height:48px;margin-top:4px}.auth-notice,.auth-error{border-radius:10px;margin:0;padding:11px 12px;font-size:12px;line-height:1.5}.auth-notice{color:var(--success);background:var(--success-pale)}.auth-error{color:var(--danger);background:var(--coral-pale)}.auth-card footer{justify-content:space-between;margin-top:22px;display:flex}.auth-card footer button{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:12px;font-weight:750}.wechat-login-card{gap:22px;width:100%;max-width:480px;display:grid;position:relative}.wechat-login-card header h2{margin-top:0}.wechat-login-card header>p:last-child{font-size:14px;line-height:1.6}.wechat-login-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:#f5f8f5;justify-items:center;gap:15px;min-height:326px;padding:18px;display:grid}.wechat-login-qr-frame,.wechat-login-qr-empty,.wechat-login-qr-skeleton{background:var(--paper);border:1px solid var(--line-strong);border-radius:var(--radius-md);place-items:center;width:242px;height:242px;display:grid;position:relative;overflow:hidden}.wechat-login-qr-frame{box-shadow:var(--shadow-sm);padding:10px}.wechat-login-qr-frame img{border-radius:8px;width:220px;height:220px;display:block}.wechat-login-qr-empty{color:var(--brand);background:var(--brand-pale)}.wechat-login-qr-skeleton{background:linear-gradient(100deg,#eef2ef 20%,#fff 42%,#eef2ef 64%) 0 0/220% 100%}@media (prefers-reduced-motion:no-preference){.wechat-login-qr-skeleton{animation:1.2s ease-in-out infinite wechat-login-loading}}@keyframes wechat-login-loading{to{background-position-x:-220%}}.wechat-login-qr-cover{color:var(--ink-soft);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fffdf9e6;border-radius:8px;place-items:center;display:grid;position:absolute;inset:10px}.wechat-login-feedback{text-align:center;gap:5px;max-width:330px;display:grid}.wechat-login-feedback p{margin:0}.wechat-login-status{color:var(--ink-strong);font-size:14px;font-weight:800}.phase-scanned .wechat-login-status,.phase-completing .wechat-login-status{color:var(--success)}.phase-expired .wechat-login-status,.phase-retrying .wechat-login-status,.phase-unavailable .wechat-login-status{color:var(--danger)}.wechat-login-countdown,.wechat-login-help{color:var(--ink-soft);font-size:11px;line-height:1.55}.wechat-login-consent{color:var(--ink-soft);cursor:pointer;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;font-size:12px;line-height:1.75;display:grid}.wechat-login-consent input{width:18px;height:18px;accent-color:var(--brand);cursor:pointer;margin-top:2px}.wechat-login-consent a{color:var(--brand-dark);text-underline-offset:3px;font-weight:750}.wechat-login-card>.auth-submit{margin-top:0}.wechat-login-card>.auth-submit:active:not(:disabled){transform:translateY(1px)}.wechat-login-trust{color:var(--ink-soft);align-items:flex-start;gap:8px;padding-top:2px;font-size:11px;line-height:1.55;display:flex}.wechat-login-trust svg{color:var(--brand);flex:none;margin-top:1px}.sidebar-logout{color:#eff9f5bd;cursor:pointer;background:#ffffff14;border:0;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;margin-left:auto;display:grid}.sidebar-logout:hover{color:#fff;background:#ffffff24}.admin-account-list,.admin-job-list{gap:12px;display:grid}.admin-account-list article,.admin-job-list article{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.admin-account-list article>header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.admin-account-list article>header div,.admin-job-list article{gap:4px;display:grid}.admin-account-list small,.admin-job-list small{color:var(--muted)}.admin-account-actions{flex-wrap:wrap;align-items:end;gap:10px;margin-top:14px;display:flex}.admin-account-actions label{color:var(--muted);gap:5px;font-size:12px;display:grid}.admin-account-actions input{border:1px solid var(--line);border-radius:10px;width:120px;min-height:38px;padding:8px 10px}@media (max-width:860px){.auth-page{grid-template-columns:1fr;gap:32px;padding:30px 20px}.auth-intro h1{font-size:35px}.auth-intro>p:last-child{font-size:14px}.auth-brand-mark{margin-bottom:20px}.auth-card{padding:28px 22px}.wechat-login-card{max-width:none}.wechat-login-panel{min-height:304px;padding-inline:12px}.wechat-login-qr-frame,.wechat-login-qr-empty,.wechat-login-qr-skeleton{width:222px;height:222px}.wechat-login-qr-frame img{width:200px;height:200px}}.app-shell{grid-template-columns:236px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:20;color:#eff9f5;background:linear-gradient(165deg,#ffffff09,#0000 35%),#163f3b;border-right:1px solid #ffffff0d;flex-direction:column;height:100vh;padding:28px 18px 20px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar:after{content:"";pointer-events:none;border:1px solid #cbeae014;border-radius:50%;width:220px;height:220px;position:absolute;bottom:78px;right:-88px;box-shadow:0 0 0 28px #cbeae006,0 0 0 56px #cbeae005}.brand-lockup{z-index:1;align-items:center;gap:11px;padding:0 8px 30px;display:flex;position:relative}.brand-mark{color:#fff;background:var(--coral);border-radius:13px 13px 13px 5px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 10px 28px #dc73583d}.brand-lockup>span:last-child{flex-direction:column;min-width:0;display:flex}.brand-lockup strong{letter-spacing:.08em;font-size:17px}.brand-lockup small{color:#edf9f58a;letter-spacing:.14em;text-transform:uppercase;margin-top:2px;font-size:9px}.primary-nav{z-index:1;flex-direction:column;flex:1;gap:6px;display:flex;position:relative}.nav-item{color:#eff9f6ad;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:13px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:46px;padding:0 13px;transition:all .16s;display:grid}.nav-item:hover{color:#fff;background:#ffffff12}.nav-item.active{color:#fff;box-shadow:inset 3px 0 var(--coral);background:#ffffff1d}.nav-item span{font-size:13px;font-weight:650}.nav-item em{color:#fff;background:var(--coral);text-align:center;border-radius:99px;min-width:21px;padding:3px 6px;font-size:10px;font-style:normal;line-height:1.3}.sidebar-tip{z-index:1;background:#fff1;border:1px solid #ffffff14;border-radius:15px;align-items:center;gap:10px;padding:12px;display:flex;position:relative}.sidebar-tip>span{color:#265a55;background:#e0eee8;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:grid}.sidebar-tip div{flex-direction:column;min-width:0;display:flex}.sidebar-tip strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sidebar-tip small{color:#eff9f685;margin-top:3px;font-size:9px}.main-content{min-width:0;padding:26px 34px 54px}.dashboard-view,.management-view{width:min(100%,1390px);margin:0 auto}.status-header,.management-header{justify-content:space-between;align-items:center;gap:28px;min-height:88px;margin-bottom:23px;display:flex}.status-header h1,.management-header h1{color:var(--ink-strong);letter-spacing:-.035em;margin:3px 0 7px;font-family:Noto Serif SC,Songti SC,Georgia,serif;font-size:clamp(25px,2.15vw,34px);font-weight:700;line-height:1.14}.eyebrow{color:var(--brand);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:10px;font-weight:800}.header-copy,.management-header>div>p:last-child{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.75}.header-actions{align-items:center;gap:10px;display:flex}.icon-button,.primary-button,.secondary-button,.danger-button,.text-button,.card-link{cursor:pointer;border:0;justify-content:center;align-items:center;display:inline-flex}.icon-button{width:40px;height:40px;color:var(--ink-soft);border:1px solid var(--line);background:#fffdf9c7;border-radius:12px;padding:0;position:relative}.icon-button:hover{color:var(--brand);border-color:var(--line-strong)}.header-actions>.icon-button span{background:var(--coral);border:2px solid var(--paper);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:8px}.health-pill{min-height:44px;color:var(--brand-dark);border:1px solid var(--brand-soft);background:#e7f3efd6;border-radius:13px;align-items:center;gap:9px;padding:7px 12px;display:flex}.health-pill>span{flex-direction:column;display:flex}.health-pill strong{font-size:11px;line-height:1.2}.health-pill small{color:var(--ink-soft);margin-top:3px;font-size:8px}.health-pill.syncing{color:#6a5b2d;background:#f8f1db;border-color:#e6d59e}.health-pill.error{color:#8d3d2f;background:#f9e8e3;border-color:#e9b9ad}.primary-button,.secondary-button,.danger-button{white-space:nowrap;border-radius:12px;gap:7px;min-height:42px;padding:0 17px;font-size:12px;font-weight:750;transition:all .15s}.primary-button{color:#fff;background:var(--brand);box-shadow:0 10px 28px #176f6529}.primary-button:hover:not(:disabled){background:var(--brand-dark);transform:translateY(-1px)}.secondary-button{color:var(--ink);background:var(--paper);border:1px solid var(--line)}.secondary-button:hover{border-color:var(--line-strong);background:#fff}.danger-button{color:#fff;background:var(--danger)}.danger-text{color:var(--danger)}.pipeline-card,.review-card,.humans-overview,.human-management-card,.automation-summary,.automation-list,.review-table,.asset-grid{box-shadow:var(--shadow-sm);background:#fffdf9e6;border:1px solid #d1ded9db}.pipeline-card{border-radius:var(--radius-lg);padding:18px 20px 20px}.section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:16px;display:flex}.section-heading.compact{align-items:center;margin-bottom:13px}.section-heading h2{color:var(--ink-strong);letter-spacing:-.02em;margin:3px 0 0;font-family:Noto Serif SC,Songti SC,Georgia,serif;font-size:21px}.soft-chip,.risk-chip,.human-tag,.status-dot,.duration,.type-label,.task-status,.list-status{white-space:nowrap;border-radius:99px;align-items:center;width:fit-content;display:inline-flex}.soft-chip{color:var(--brand-dark);background:var(--brand-pale);gap:5px;padding:6px 10px;font-size:9px;font-weight:750}.pipeline-list{grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.pipeline-list li{align-items:center;gap:9px;min-width:0;padding:10px 14px;display:flex;position:relative}.pipeline-list li:not(:last-child):after{content:"";background:var(--line-strong);width:18px;height:1px;position:absolute;top:50%;right:-2px}.pipeline-icon{width:34px;height:34px;color:var(--brand);background:var(--brand-pale);border-radius:50%;flex:none;place-items:center;display:grid}.pipeline-list .current .pipeline-icon{color:var(--coral);background:var(--coral-pale)}.pipeline-list li>span:last-child{flex-direction:column;min-width:0;display:flex}.pipeline-list strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.pipeline-list small{color:var(--ink-soft);margin-top:3px;font-size:9px}.review-section{margin-top:30px}.text-button,.card-link{color:var(--brand);background:0 0;gap:5px;padding:4px;font-size:11px;font-weight:750}.text-button:hover,.card-link:hover{color:var(--brand-dark)}.review-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);gap:16px;display:grid}.review-card{border-radius:var(--radius-lg);min-width:0;overflow:hidden}.script-card{flex-direction:column;min-height:272px;padding:21px;display:flex}.review-card-top{align-items:center;gap:8px;display:flex}.type-icon{width:34px;height:34px;color:var(--brand);background:var(--brand-pale);border-radius:11px;place-items:center;display:grid}.type-label{color:var(--brand-dark);background:var(--brand-pale);padding:5px 9px;font-size:9px;font-weight:750}.risk-chip{color:var(--amber);background:var(--amber-pale);gap:4px;margin-left:auto;padding:5px 8px;font-size:9px;font-weight:750}.review-card h3{color:var(--ink-strong);margin:19px 0 9px;font-family:Noto Serif SC,Songti SC,Georgia,serif;font-size:19px;line-height:1.34}.review-card p{color:var(--ink-soft);margin:0;font-size:11px;line-height:1.75}.source-line{color:var(--ink-soft);background:#f7f4ee;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;margin-top:17px;padding:10px 12px;font-size:9px;display:flex}.source-line small{white-space:nowrap}.card-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:15px;display:flex}.human-tag{color:var(--ink-soft);background:#f5f1ea;padding:6px 9px;font-size:9px}.video-card{grid-template-columns:170px minmax(0,1fr);min-height:272px;display:grid}.video-thumb,.phone-preview{color:#fff;isolation:isolate;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.final-video-player{aspect-ratio:9/16;object-fit:contain;background:#101512;border-radius:22px;width:min(100%,300px);margin:0 auto;display:block;box-shadow:0 18px 50px #0d2b2838}.final-video-loader>strong{text-align:center;max-width:82%;font-size:18px;line-height:1.55}.video-thumb:before,.phone-preview:before{z-index:-2;content:"";background:radial-gradient(circle at 75% 19%,#ffffff3d 0 13%,#0000 13.5%),radial-gradient(circle at 70% 26%,#ffffff1f 0 22%,#0000 22.5%),linear-gradient(165deg,#ffffff26,#0000 48%);position:absolute;inset:0}.video-thumb:after,.phone-preview:after{z-index:-1;content:"";background:linear-gradient(#0000,#082724c7);height:60%;position:absolute;inset:auto 0 0}.video-thumb{padding:19px}.video-kicker{width:fit-content;color:var(--ink-strong);background:#f5df9d;border-radius:4px;margin-bottom:9px;padding:4px 7px;font-size:8px;font-weight:800}.video-thumb>strong,.phone-preview>strong{letter-spacing:.02em;font-size:20px;line-height:1.45}.video-thumb>button,.phone-preview>button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border:1px solid #ffffff42;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;display:grid;position:absolute;bottom:16px;right:15px}.video-card-copy{flex-direction:column;padding:20px;display:flex}.video-card-copy .type-icon{color:var(--coral);background:var(--coral-pale)}.video-card-copy .type-label{color:#a6523f;background:var(--coral-pale)}.duration{color:var(--ink-soft);background:#f1eee7;margin-left:auto;padding:5px 8px;font-size:9px}.humans-overview{border-radius:var(--radius-lg);margin-top:30px;padding:19px 20px 20px}.human-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.human-mini-card{border-radius:var(--radius-md);background:#f8f5ef;border:1px solid #ebe5da;gap:12px;min-width:0;padding:14px;display:flex}.human-avatar,.automation-human>span{color:#fff;border-radius:14px 14px 14px 5px;flex:none;place-items:center;width:47px;height:53px;font-size:11px;font-weight:800;display:grid;box-shadow:inset 0 -20px 28px #00000014}.human-mini-copy{min-width:0}.human-mini-copy>div{align-items:center;gap:6px;display:flex}.human-mini-copy strong{color:var(--ink-strong);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.status-dot{color:var(--success);flex:none;gap:4px;font-size:8px}.status-dot:before{content:"";background:var(--success);border-radius:50%;width:5px;height:5px}.human-mini-copy p{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;margin:5px 0 7px;font-size:9px;overflow:hidden}.human-mini-copy small{color:var(--ink-soft);align-items:center;gap:4px;margin:0 8px 2px 0;font-size:8px;display:inline-flex}.management-header{border-bottom:1px solid #cbd9d4db;padding:6px 0 12px}.management-header>div:first-child{max-width:620px}.search-box{min-width:220px;color:var(--ink-soft);border:1px solid var(--line);background:#fffdf9db;border-radius:12px;align-items:center;gap:8px;padding:0 13px;display:flex}.search-box input{width:100%;height:40px;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.filter-row{scrollbar-width:none;gap:7px;margin:22px 0 13px;display:flex;overflow-x:auto}.filter-row button{min-height:34px;color:var(--ink-soft);cursor:pointer;border:1px solid var(--line);white-space:nowrap;background:#fffdf9c2;border-radius:10px;padding:0 12px;font-size:10px}.filter-row button.active,.filter-row button:hover{color:#fff;background:var(--brand);border-color:var(--brand)}.review-table,.automation-list{border-radius:var(--radius-lg);overflow:hidden}.review-table article{border-bottom:1px solid #ebe7df;grid-template-columns:38px minmax(0,1fr) auto 60px;align-items:center;gap:13px;padding:15px 18px;display:grid}.review-table article:last-child,.automation-list article:last-child{border-bottom:0}.list-type{width:35px;height:35px;color:var(--brand);background:var(--brand-pale);border-radius:10px;place-items:center;display:grid}.list-type.video{color:var(--coral);background:var(--coral-pale)}.review-table article>div{flex-direction:column;min-width:0;display:flex}.review-table strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.review-table small{color:var(--ink-soft);margin-top:4px;font-size:9px}.list-status{color:var(--success);background:var(--success-pale);gap:5px;padding:6px 9px;font-size:9px}.list-status.warning{color:var(--amber);background:var(--amber-pale)}.review-table article>button,.asset-grid article>button,.human-management-card footer button{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:6px;font-size:10px;font-weight:750}.human-management-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.human-management-card{border-radius:var(--radius-lg);min-width:0;overflow:hidden}.human-portrait{color:#fff;isolation:isolate;place-items:center;height:160px;display:grid;position:relative}.human-portrait:before{z-index:-1;content:"";background:radial-gradient(circle at 70% 25%,#ffffff40,#0000 22%),linear-gradient(160deg,#ffffff24,#0000 55%);position:absolute;inset:0}.human-portrait>span{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#ffffff29;border:1px solid #ffffff42;border-radius:50%;place-items:center;width:84px;height:84px;font-size:18px;font-weight:850;display:grid}.human-portrait em{background:#092b286b;border-radius:99px;padding:5px 8px;font-size:8px;font-style:normal;position:absolute;top:14px;right:14px}.human-card-body{padding:17px}.human-card-title{justify-content:space-between;gap:10px;display:flex}.human-card-title small{color:var(--coral);letter-spacing:.12em;font-size:8px;font-weight:850}.human-card-title h2{color:var(--ink-strong);margin:4px 0 0;font-size:15px}.human-card-body>p{color:var(--ink-soft);margin:8px 0 14px;font-size:10px}.human-card-body dl{gap:8px;margin:0;display:grid}.human-card-body dl>div{background:#f7f4ee;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.human-card-body dt,.human-card-body dd{align-items:center;gap:5px;margin:0;font-size:9px;display:flex}.human-card-body dt{color:var(--ink-soft)}.human-card-body dd{color:var(--ink);font-weight:700}.human-card-body footer{border-top:1px solid #ebe7df;justify-content:space-between;align-items:center;margin-top:15px;padding-top:13px;display:flex}.human-card-body footer span{color:var(--ink-soft);align-items:center;gap:4px;font-size:8px;display:flex}.automation-summary{border-radius:var(--radius-lg);grid-template-columns:repeat(5,minmax(0,1fr));margin:21px 0 14px;display:grid}.automation-summary>div{color:var(--brand);border-right:1px solid #ebe7df;align-items:center;gap:11px;padding:17px 20px;display:flex}.automation-summary>div:last-child{border-right:0}.automation-summary span{flex-direction:column;display:flex}.automation-summary strong{color:var(--ink-strong);font-size:13px}.automation-summary small{color:var(--ink-soft);margin-top:3px;font-size:8px}.automation-list article{border-bottom:1px solid #ebe7df;grid-template-columns:minmax(200px,1fr) minmax(280px,1.35fr) auto auto;align-items:center;gap:15px;padding:16px 18px;display:grid}.automation-human{align-items:center;gap:10px;min-width:0;display:flex}.automation-human>span{border-radius:11px 11px 11px 4px;width:38px;height:42px;font-size:9px}.automation-human div{flex-direction:column;min-width:0;display:flex}.automation-human strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.automation-human small{color:var(--ink-soft);margin-top:4px;font-size:8px}.automation-list dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;display:grid}.automation-list dl>div{flex-direction:column;display:flex}.automation-list dt{color:var(--ink-soft);font-size:8px}.automation-list dd{margin:3px 0 0;font-size:9px;font-weight:700}.task-status{color:var(--ink-soft);background:#eeeae3;gap:5px;padding:6px 9px;font-size:9px}.task-status:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}.task-status.active{color:var(--success);background:var(--success-pale)}.automation-list .primary-button{min-height:34px;padding:0 11px;font-size:9px}.automation-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.compact-button{min-height:34px;padding:0 10px;font-size:9px}.schedule-overlay{z-index:125}.schedule-dialog{width:min(760px,94vw)}.schedule-dialog-body{gap:14px;padding:20px 24px 24px;display:grid}.schedule-form-section,.schedule-history{border:1px solid var(--line);background:#f7f4ee;border-radius:13px;padding:16px}.schedule-section-title,.schedule-output-section{justify-content:space-between;align-items:center;gap:18px;display:flex}.schedule-section-title h3,.schedule-output-section h3,.schedule-history h3{color:var(--ink-strong);margin:0;font-size:12px}.schedule-section-title p,.schedule-output-section p,.schedule-history p{color:var(--ink-soft);margin:4px 0 0;font-size:8px;line-height:1.55}.schedule-time-list{gap:8px;margin-top:13px;display:grid}.schedule-time-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.schedule-time-row label,.schedule-output-section label{color:var(--ink-soft);flex-direction:column;gap:6px;font-size:8px;display:flex}.schedule-time-row input,.schedule-output-section select{min-height:38px;color:var(--ink);border:1px solid var(--line);font:inherit;background:#fff;border-radius:9px;padding:0 11px;font-size:10px}:is(.schedule-time-row input:focus-visible,.schedule-output-section select:focus-visible){outline:3px solid var(--brand-soft);outline-offset:2px}.schedule-output-section>div{flex:1}.schedule-output-preview{min-width:132px;color:var(--brand);background:var(--brand-pale);text-align:center;border-radius:10px;padding:10px 12px;font-size:10px}.schedule-readiness-note{color:#7a5b23;background:#fff4d9;border:1px solid #ead6a6;border-radius:10px;margin:0;padding:11px 13px;font-size:9px}.schedule-history ul{gap:7px;margin:12px 0 0;padding:0;list-style:none;display:grid}.schedule-history li{color:var(--ink-soft);border-top:1px solid var(--line);justify-content:space-between;gap:10px;padding-top:7px;font-size:8px;display:flex}.schedule-history li strong{color:var(--ink)}.schedule-dialog-footer{flex-wrap:wrap}.rehearsal-notice{color:var(--brand);background:#eef5f2;border:1px solid #d4e4dd;border-radius:12px;align-items:center;gap:11px;margin-top:18px;padding:12px 15px;display:flex}.rehearsal-notice span{flex-direction:column;display:flex}.rehearsal-notice strong{font-size:10px}.rehearsal-notice small{color:var(--ink-soft);margin-top:3px;font-size:8px}.automation-section-heading{justify-content:space-between;margin:23px 0 10px;display:flex}.automation-section-heading h2{margin:0;font-size:16px}.automation-section-heading p{color:var(--ink-soft);margin:4px 0 0;font-size:9px}.run-history-heading{margin-top:29px}.workflow-run-list{gap:13px;display:grid}.workflow-run-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fffdf9f0;border:1px solid #d1ded9e6;padding:18px}.workflow-run-card>header,.workflow-run-card>footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.workflow-run-card header small,.workflow-run-card footer>span{color:var(--ink-soft);font-size:8px}.workflow-run-card h3{margin:4px 0 0;font-size:15px}.run-trigger{color:var(--ink-soft);background:#eeeae3;border-radius:5px;padding:2px 5px;display:inline-flex}.run-trigger.scheduled{color:var(--brand);background:var(--brand-pale)}.workflow-run-status{color:var(--ink-soft);background:#eeeae3;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:750}.workflow-run-status.waiting_review{color:#8a5914;background:#fff2d8}.workflow-run-status.waiting_resource{color:#315f72;background:#eaf4f8}.workflow-run-status.completed{color:var(--success);background:var(--success-pale)}.workflow-run-status.failed{color:var(--danger);background:#fff0ed}.workflow-stage-strip{grid-template-columns:repeat(8,minmax(78px,1fr));gap:6px;margin:17px 0;padding:0;list-style:none;display:grid}.workflow-stage-strip li{min-width:0;color:var(--ink-soft);background:#f5f2ec;border:1px solid #0000;border-radius:9px;grid-template-columns:22px minmax(0,1fr);align-items:center;column-gap:7px;padding:9px 7px;display:grid}.workflow-stage-strip li>span{color:#fff;background:#aaa49b;border-radius:50%;grid-row:1/3;place-items:center;width:22px;height:22px;font-size:8px;font-weight:800;display:grid}.workflow-stage-strip strong,.workflow-stage-strip small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workflow-stage-strip strong{color:var(--ink-strong);font-size:8px}.workflow-stage-strip small{margin-top:2px;font-size:7px}.workflow-stage-strip li.succeeded{color:var(--success);background:var(--success-pale)}.workflow-stage-strip li.succeeded>span{background:var(--success)}.workflow-stage-strip li.waiting_review,.workflow-stage-strip li.waiting_resource,.workflow-stage-strip li.running{color:#8a5914;background:#fff7e8;border-color:#efd7a7}.workflow-stage-strip li.waiting_review>span,.workflow-stage-strip li.waiting_resource>span,.workflow-stage-strip li.running>span{background:#b87b21}.workflow-stage-strip li.failed{color:var(--danger);background:#fff0ed;border-color:#f2c8c0}.workflow-stage-strip li.failed>span{background:var(--danger)}.workflow-run-error{color:var(--danger);background:#fff0ed;border-radius:8px;margin:-4px 0 14px;padding:9px 11px;font-size:9px}.avatar-job-panel{background:#f0f7f5;border:1px solid #d0e4dd;border-radius:11px;margin:-3px 0 16px;padding:13px 14px}.remix-job-panel{background:#fff7e8;border-color:#efd7a7}.remix-job-panel .avatar-job-progress{background:#f2dfb9}.remix-job-panel .avatar-job-progress span{background:#b87b21}.avatar-job-panel>header,.avatar-job-panel>header span,.avatar-output-actions{align-items:center;display:flex}.avatar-job-panel>header{justify-content:space-between}.avatar-job-panel>header span{flex-direction:column;align-items:flex-start}.avatar-job-panel>header strong{font-size:10px}.avatar-job-panel>header small,.avatar-output-actions>span{color:var(--ink-soft);margin-top:3px;font-size:8px}.avatar-job-panel>header b{color:var(--brand);font-size:11px}.avatar-job-progress{background:#dbe8e4;border-radius:999px;height:7px;margin-top:10px;overflow:hidden}.avatar-job-progress span{background:var(--brand);border-radius:inherit;height:100%;transition:width .24s;display:block}.avatar-output{margin-top:12px}.avatar-output-actions{justify-content:flex-end;gap:8px}.avatar-output-actions>span{margin:0 auto 0 0}.avatar-output-actions button{min-height:30px;padding:0 10px;font-size:8px}.avatar-output video{background:#101512;border-radius:10px;width:min(100%,360px);max-height:520px;margin:12px auto 0;display:block}.workflow-run-card footer{border-top:1px solid #ebe7df;padding-top:13px}.workflow-run-card footer>div{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.asset-grid{border-radius:var(--radius-lg);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.asset-grid article{background:var(--paper);min-width:0;padding:12px}.asset-thumb{color:#ffffffeb;border-radius:13px;place-items:center;height:150px;display:grid;position:relative;overflow:hidden}.asset-thumb:before{content:"";background:radial-gradient(circle at 75% 15%,#ffffff3d,#0000 24%),linear-gradient(150deg,#ffffff1a,#0000 55%);position:absolute;inset:0}.asset-thumb span{color:#fff;background:#0d2b286b;border-radius:7px;padding:5px 7px;font-size:8px;position:absolute;bottom:9px;right:9px}.asset-grid article>div:nth-child(2){flex-direction:column;padding:12px 2px 4px;display:flex}.asset-grid strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.asset-grid small{color:var(--ink-soft);align-items:center;gap:4px;margin-top:5px;font-size:8px;display:flex}.overlay{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d2b2880;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.drawer-overlay{place-items:stretch end;padding:0}.drawer,.video-dialog,.create-human-dialog,.confirm-dialog{color:var(--ink);background:var(--paper);box-shadow:var(--shadow-overlay)}.drawer{flex-direction:column;width:min(760px,92vw);height:100vh;display:flex;overflow:hidden}.drawer-header,.dialog-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px 18px;display:flex}.drawer-header h2,.dialog-header h2,.confirm-dialog h2{color:var(--ink-strong);margin:5px 0 0;font-family:Noto Serif SC,Songti SC,Georgia,serif;font-size:20px}.drawer-body{flex:1;padding:20px 24px 26px;overflow-y:auto}.script-meta{flex-wrap:wrap;gap:7px;margin-bottom:15px;display:flex}.script-meta span{color:var(--ink-soft);background:#f3f0ea;border-radius:8px;padding:6px 9px;font-size:9px}.script-provenance{color:var(--ink-soft);flex-wrap:wrap;gap:7px 12px;margin:-5px 0 15px;font-size:8px;display:flex}.script-provenance span{overflow-wrap:anywhere}.script-compare{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.script-compare article{border-radius:var(--radius-md);background:#f6f3ed;border:1px solid #e7e2d9;min-width:0;padding:15px}.script-compare article.rewrite-panel{background:var(--brand-pale);border-color:var(--brand-soft)}.compare-title{border-bottom:1px solid #bccac594;justify-content:space-between;align-items:center;gap:8px;padding-bottom:10px;display:flex}.compare-title span{font-size:11px;font-weight:850}.compare-title small{color:var(--ink-soft);align-items:center;gap:4px;font-size:8px;display:inline-flex}.script-compare p{color:#405957;margin:13px 0 0;font-size:11px;line-height:1.95}.risk-panel{background:var(--amber-pale);border-radius:var(--radius-md);border:1px solid #f0d8ae;margin-top:15px;padding:15px}.risk-panel-title,.risk-row{align-items:flex-start;gap:10px;display:flex}.risk-panel-title{color:var(--amber)}.risk-panel-title span,.risk-row span{flex-direction:column;display:flex}.risk-panel-title strong,.risk-row strong{color:var(--ink-strong);font-size:11px}.risk-panel-title small,.risk-row small{color:var(--ink-soft);margin-top:3px;font-size:9px;line-height:1.55}.risk-row{color:var(--amber);border-top:1px solid #cda46040;margin-top:12px;padding-top:12px}.risk-row.high{color:var(--danger)}.risk-row.blocking{padding-inline:5px;background:#ad463a0f;border-radius:8px;margin-inline:-5px;padding-bottom:5px}.risk-content{gap:5px;min-width:0;display:grid}.risk-heading{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.risk-source,.risk-severity,.risk-blocking{border-radius:999px;padding:3px 6px;font-size:8px;font-weight:800}.risk-source{color:var(--brand-dark);background:var(--brand-pale)}.risk-severity{color:var(--amber);background:#cda46024}.risk-row.high .risk-severity,.risk-blocking{color:var(--danger);background:#ad463a1c}.risk-row.low .risk-severity{color:var(--success);background:#2e7c651c}.risk-content p{color:var(--ink-soft);margin:0;font-size:9px;line-height:1.55}.risk-content p b{color:var(--ink);margin-right:6px}.risk-row.clear{color:var(--success)}.rewrite-instruction{gap:7px;margin-top:15px;display:grid}.rewrite-instruction label{color:var(--ink-strong);font-size:10px;font-weight:800}.rewrite-instruction textarea{resize:vertical;width:100%;min-height:72px;color:var(--ink);border:1px solid var(--line);font:inherit;background:#fbfaf7;border-radius:9px;padding:10px 11px;font-size:10px;line-height:1.55}.rewrite-instruction textarea:focus-visible{outline:3px solid var(--brand-soft);outline-offset:2px}.rewrite-instruction small{color:var(--ink-soft);font-size:8px}.drawer-footer,.dialog-footer{border-top:1px solid var(--line);background:#f8f5eff0;justify-content:flex-end;gap:9px;padding:16px 24px;display:flex}.video-dialog,.create-human-dialog{border-radius:var(--radius-xl);width:min(850px,94vw);max-height:92vh;overflow:auto}.video-dialog-body{grid-template-columns:250px minmax(0,1fr);align-items:center;gap:28px;padding:23px 28px;display:grid}.phone-preview{aspect-ratio:9/16;border:7px solid var(--ink-strong);border-radius:28px;width:210px;margin:0 auto;padding:24px 17px 25px;box-shadow:0 20px 45px #1233302e}.phone-preview>strong{font-size:21px}.phone-preview>button{width:52px;height:52px;bottom:47%;right:50%;transform:translate(50%,50%)}.phone-preview>small{color:#ffffffb3;text-align:center;font-size:8px;position:absolute;bottom:8px;left:0;right:0}.phone-preview.playing>button{opacity:.48}.video-details{gap:12px;display:grid}.detail-block{background:#f6f3ed;border-radius:13px;align-items:flex-start;gap:12px;padding:14px;display:flex}.detail-icon{width:36px;height:36px;color:var(--brand);background:var(--brand-pale);border-radius:11px;flex:none;place-items:center;display:grid}.detail-icon.coral{color:var(--coral);background:var(--coral-pale)}.detail-block div{flex-direction:column;display:flex}.detail-block small{color:var(--ink-soft);font-size:8px}.detail-block strong{margin-top:3px;font-size:12px}.detail-block p{color:var(--ink-soft);margin:4px 0 0;font-size:9px}.check-list{color:var(--success);background:var(--success-pale);border:1px solid #cce5d9;border-radius:13px;gap:7px;padding:13px 14px;display:grid}.check-list p{color:#49615d;align-items:center;gap:7px;margin:0;font-size:9px;display:flex}.confirm-overlay{z-index:140}.confirm-dialog{border-radius:var(--radius-lg);text-align:center;width:min(410px,92vw);padding:25px;position:relative}.confirm-icon{width:48px;height:48px;color:var(--danger);background:var(--coral-pale);border-radius:50%;place-items:center;margin:0 auto 12px;display:grid}.confirm-close{position:absolute;top:13px;right:13px}.confirm-dialog p{color:var(--ink-soft);margin:10px 0 19px;font-size:10px;line-height:1.7}.confirm-dialog footer{justify-content:center;gap:8px;display:flex}.wizard-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:20px 28px 0;list-style:none;display:grid}.wizard-steps li{color:var(--ink-soft);justify-content:center;align-items:center;gap:7px;font-size:9px;display:flex;position:relative}.wizard-steps li:not(:last-child):after{content:"";background:var(--line-strong);width:30%;height:1px;position:absolute;top:13px;right:-15%}.wizard-steps li>span{background:#eeeae3;border-radius:50%;place-items:center;width:26px;height:26px;font-size:9px;display:grid}.wizard-steps li.active,.wizard-steps li.done{color:var(--brand);font-weight:750}.wizard-steps li.active>span,.wizard-steps li.done>span{color:#fff;background:var(--brand)}.wizard-body{min-height:300px;padding:24px 28px}.upload-zone,.record-zone{min-height:260px;color:var(--brand);background:var(--brand-pale);border-radius:var(--radius-lg);text-align:center;border:1px dashed #9fc9be;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}.record-zone{color:var(--coral);background:var(--coral-pale);border-color:#e8ad9d}.record-zone>span{width:65px;height:65px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;place-items:center;margin-bottom:12px;display:grid}.upload-zone strong,.record-zone strong{color:var(--ink-strong);margin-top:12px;font-size:14px}.upload-zone p,.record-zone p{color:var(--ink-soft);margin:7px 0 15px;font-size:10px}.position-form{gap:15px;max-width:560px;margin:0 auto;display:grid}.position-form label{color:var(--ink);flex-direction:column;gap:7px;font-size:10px;font-weight:700;display:flex}.position-form input,.position-form select{width:100%;height:42px;color:var(--ink);border:1px solid var(--line);background:#f8f5ef;border-radius:10px;padding:0 12px;font-size:11px}.toast{z-index:200;color:#fff;background:var(--ink-strong);max-width:min(420px,100vw - 32px);box-shadow:var(--shadow-overlay);border:1px solid #ffffff1f;border-radius:13px;align-items:center;gap:9px;padding:13px 15px;font-size:10px;animation:.2s ease-out toast-in;display:flex;position:fixed;bottom:25px;right:25px}.toast svg{color:#76d1b3;flex:none}.toast.error svg{color:#ffab98}.toast button{color:#fff;min-height:28px;font:inherit;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:8px;align-items:center;gap:5px;margin-left:4px;padding:0 9px;display:inline-flex}.toast button svg{color:currentColor}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1180px){.app-shell{grid-template-columns:214px minmax(0,1fr)}.main-content{padding-inline:24px}.review-grid{grid-template-columns:1fr}.review-card{min-height:240px}.video-thumb{min-height:250px}.human-mini-grid,.human-management-grid{grid-template-columns:1fr 1fr}.human-mini-card:last-child,.human-management-card:last-child{grid-column:1/-1}.asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.automation-list article{grid-template-columns:minmax(190px,1fr) minmax(230px,1.2fr) auto auto}.automation-list article>.automation-actions{grid-column:4}.automation-list article>.task-status{grid-area:1/3;align-self:start}}@media (max-width:900px){.app-shell{display:block}.sidebar{flex-direction:row;align-items:center;width:100%;height:auto;padding:11px 16px;position:sticky}.sidebar:after,.sidebar-tip{display:none}.brand-lockup{flex:none;padding:0 18px 0 0}.brand-mark{width:36px;height:36px}.primary-nav{flex-direction:row;justify-content:flex-end}.nav-item{width:auto;min-height:38px;padding:0 10px;display:flex}.nav-item em{margin-left:-5px}.main-content{padding:24px 22px 48px}.status-header,.management-header{align-items:flex-start}.header-actions{flex-wrap:wrap;justify-content:flex-end}.health-pill{order:3}.pipeline-card{overflow-x:auto}.pipeline-list{min-width:760px}.human-mini-grid,.human-management-grid{grid-template-columns:1fr}.human-mini-card:last-child,.human-management-card:last-child{grid-column:auto}.automation-list article{grid-template-columns:1fr auto auto}.automation-list dl{grid-area:2/1/auto/-1}.automation-list article>.task-status{grid-area:1/2}.automation-list article>.automation-actions{grid-area:1/3}.workflow-stage-strip{min-width:760px}.workflow-run-card{overflow-x:auto}}@media (max-width:640px){body{background:#f5f2ec}.app-shell{padding-bottom:70px}.sidebar{z-index:80;padding:6px 8px calc(6px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#143d39f7;display:block;position:fixed;inset:auto 0 0}.brand-lockup{display:none}.primary-nav{grid-template-columns:repeat(5,1fr);gap:2px;display:grid}.nav-item{border-radius:10px;flex-direction:column;justify-content:center;gap:3px;width:100%;min-height:52px;padding:3px 1px;display:flex;position:relative}.nav-item.active{box-shadow:inset 0 2px var(--coral)}.nav-item span{font-size:8px;font-weight:650}.nav-item em{min-width:15px;padding:1px 4px;font-size:7px;position:absolute;top:3px;right:18%}.main-content{padding:20px 15px 28px}.status-header,.management-header{margin-bottom:18px;display:block}.status-header h1,.management-header h1{font-size:26px}.header-copy{max-width:280px}.header-actions{grid-template-columns:40px 1fr;margin-top:16px;display:grid}.header-actions .health-pill{display:none}.header-actions .primary-button{width:100%}.pipeline-card{padding:16px 14px}.section-heading{align-items:center}.section-heading h2{font-size:19px}.pipeline-list{grid-template-columns:repeat(5,138px);min-width:690px}.pipeline-list li{padding-inline:8px}.review-section,.humans-overview{margin-top:22px}.review-grid{grid-template-columns:1fr}.review-card{min-height:0}.script-card{padding:18px}.video-card{grid-template-columns:122px minmax(0,1fr)}.video-thumb{min-height:235px;padding:14px}.video-thumb>strong{font-size:16px}.video-thumb>button{width:36px;height:36px;bottom:11px;right:11px}.video-card-copy{padding:16px}.review-card h3{font-size:16px}.source-line,.card-footer{flex-direction:column;align-items:flex-start}.humans-overview{padding:17px 14px}.human-mini-grid{grid-template-columns:1fr}.management-header .primary-button,.management-header .search-box{width:100%;margin-top:15px}.review-table article{grid-template-columns:36px minmax(0,1fr) auto;padding:14px 12px}.review-table .list-status{grid-area:2/2}.review-table article>button{grid-area:1/3/3}.human-management-grid,.asset-grid{grid-template-columns:1fr}.asset-grid{gap:0}.automation-summary{grid-template-columns:1fr}.automation-summary>div{border-bottom:1px solid #ebe7df;border-right:0}.automation-summary>div:last-child{border-bottom:0}.automation-list article{grid-template-columns:minmax(0,1fr) auto;gap:11px;padding:15px 13px}.automation-list dl{grid-column:1/-1;grid-template-columns:1fr 1fr}.automation-list dl>div:last-child{grid-column:1/-1}.automation-list article>.task-status{grid-area:1/2}.automation-list article>.automation-actions{grid-area:3/1/auto/-1;justify-content:stretch}.automation-actions button{flex:1}.workflow-run-card>header,.workflow-run-card>footer{flex-direction:column;align-items:flex-start}.workflow-run-card footer>div{justify-content:stretch;width:100%}.workflow-run-card footer button{flex:1}.overlay{padding:10px}.drawer-overlay{padding:0}.drawer{width:100vw}.drawer-header,.dialog-header{padding:18px 16px 14px}.drawer-body{padding:16px}.script-compare{grid-template-columns:1fr}.drawer-footer,.dialog-footer{padding:13px 16px}.drawer-footer>*,.dialog-footer>*{flex:1;padding-inline:8px}.video-dialog,.create-human-dialog{border-radius:18px;width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.video-dialog-body{grid-template-columns:1fr;gap:18px;padding:18px 16px}.schedule-dialog-body{padding:16px}.schedule-section-title,.schedule-output-section{flex-direction:column;align-items:stretch}.schedule-section-title .compact-button,.schedule-output-preview{width:100%}.phone-preview{width:180px}.wizard-steps{padding-inline:14px}.wizard-steps li{text-align:center;flex-direction:column;gap:4px;font-size:7px}.wizard-body{min-height:270px;padding:18px 14px}.toast{bottom:83px;left:16px;right:16px}}.profile-onboarding-card form{gap:13px;display:grid}.profile-onboarding-card form>label{color:var(--ink-soft);gap:6px;font-size:9px;font-weight:750;display:grid}.profile-onboarding-card input,.profile-onboarding-card select{width:100%;color:var(--ink-strong);border:1px solid var(--line);font:inherit;background:#fff;border-radius:9px;padding:11px 12px}.profile-onboarding-card input:focus,.profile-onboarding-card select:focus{border-color:var(--brand);outline:3px solid var(--brand-pale)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.legal-shell{min-height:100dvh;color:var(--ink);background:radial-gradient(circle at 12% 8%,#329a8e21,#0000 30%),linear-gradient(145deg,#eef5f1 0%,#f6f4ed 48%,#edf5f2 100%);padding:72px 24px 96px}.legal-document{background:#fffdf7f5;border:1px solid #1a4c4529;border-radius:28px;width:min(920px,100%);margin:0 auto;overflow:hidden;box-shadow:0 30px 80px #183e3a1a}.legal-document__header{border-bottom:1px solid #1a4c451f;padding:48px 56px 42px}.legal-document__back{color:var(--accent-strong);align-items:center;gap:8px;margin-bottom:56px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.legal-document__back:hover{text-underline-offset:4px;text-decoration:underline}.legal-document__eyebrow,.legal-section__number{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.legal-document h1{letter-spacing:-.045em;max-width:700px;margin:12px 0 16px;font-size:clamp(36px,6vw,62px);line-height:1.05}.legal-document__summary{max-width:680px;color:var(--muted);margin:0;font-size:17px;line-height:1.8}.legal-document__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:32px 0 0;display:grid}.legal-document__meta div{background:#e0f0eb80;border:1px solid #1a4c451c;border-radius:14px;padding:16px 18px}.legal-document__meta dt{color:var(--muted);margin-bottom:5px;font-size:12px}.legal-document__meta dd{margin:0;font-size:14px;font-weight:700}.legal-document__development{color:#81531a;background:#fff5d9;border-radius:10px;margin:18px 0 0;padding:12px 14px;font-size:13px}.legal-document__content{padding:12px 56px 24px}.legal-section{border-bottom:1px solid #1a4c451a;grid-template-columns:48px minmax(0,1fr);gap:20px;padding:36px 0;display:grid}.legal-section h2{letter-spacing:-.02em;margin:-5px 0 14px;font-size:22px}.legal-section p{color:#3d5753;margin:0;font-size:15px;line-height:1.95}.legal-section p+p{margin-top:12px}.legal-document__contact{color:#f6fffc;background:var(--ink);border-radius:18px;margin:0 56px 56px;padding:28px 30px}.legal-document__contact .legal-document__eyebrow{color:#7ad5c7}.legal-document__contact h2{margin:9px 0 18px;font-size:24px}.legal-document__contact p:last-child{color:#f6fffcbd;flex-wrap:wrap;gap:8px 18px;margin:0;font-size:14px;display:flex}.legal-document__contact strong{color:#fff}@media (max-width:680px){.legal-shell{padding:20px 12px 40px}.legal-document{border-radius:20px}.legal-document__header{padding:28px 22px 30px}.legal-document__back{margin-bottom:40px}.legal-document h1{font-size:38px}.legal-document__meta{grid-template-columns:1fr}.legal-document__content{padding:4px 22px 16px}.legal-section{grid-template-columns:1fr;gap:12px;padding:30px 0}.legal-section h2{margin-top:0}.legal-document__contact{margin:0 22px 24px;padding:24px 22px}}.template-catalog-summary{color:var(--brand);background:var(--brand-pale);border:1px solid var(--brand-soft);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:18px;margin:0 0 18px;padding:14px 17px;display:flex}.template-catalog-summary>div,.template-catalog-summary span{align-items:center;gap:10px;display:flex}.template-catalog-summary span{flex-direction:column;align-items:flex-start;gap:2px}.template-catalog-summary strong{color:var(--ink-strong);font-size:11px}.template-catalog-summary small{color:var(--ink-soft);font-size:8px}.template-catalog-summary ol{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin:0;padding:0;list-style:none;display:flex}.template-catalog-summary li{color:var(--ink);background:#fff;border-radius:99px;padding:5px 8px;font-size:8px}.management-loading,.empty-management-state,.management-error{color:var(--ink-soft);background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);text-align:center;margin:18px 0;padding:22px;font-size:10px}.empty-management-state{min-height:190px;color:var(--brand);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.empty-management-state strong{color:var(--ink-strong);font-size:14px}.empty-management-state p{color:var(--ink-soft);margin:0}.management-error{color:var(--danger);text-align:left;justify-content:space-between;align-items:center;display:flex}.management-error button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;display:inline-flex}.human-portrait em.ready{background:#166049a3}.human-portrait em.draft{background:#a66918b3}.archive-link{color:var(--danger);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:9px;display:inline-flex}.wizard-intro{background:var(--brand-pale);border-radius:11px;margin-bottom:3px;padding:12px 14px}.wizard-intro strong{color:var(--ink-strong);font-size:11px}.wizard-intro p{color:var(--ink-soft);margin:4px 0 0;font-size:9px}.human-basics-form{max-width:650px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.real-upload-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.real-upload-card{min-height:205px;color:var(--brand);background:var(--brand-pale);border-radius:var(--radius-md);text-align:center;cursor:pointer;border:1px dashed #9fc9be;flex-direction:column;justify-content:center;align-items:center;padding:20px 14px;display:flex;position:relative}.real-upload-card input,.compact-upload input,.brand-upload input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.upload-card-icon{width:48px;height:48px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;place-items:center;margin-bottom:10px;display:grid}.real-upload-card strong{color:var(--ink-strong);font-size:11px}.real-upload-card small{min-height:30px;color:var(--ink-soft);margin-top:5px;font-size:8px;line-height:1.6}.real-upload-card em{color:var(--brand);background:#fff;border-radius:99px;margin-top:9px;padding:5px 8px;font-size:8px;font-style:normal}.real-upload-card.uploading{opacity:.72}.real-upload-card.ready{color:var(--success);background:var(--success-pale);border-color:#9bcdb8}.real-upload-card.error{color:var(--danger);background:var(--coral-pale);border-color:#dda190}.upload-privacy-note{color:var(--ink-soft);text-align:center;background:#f6f3ed;border-radius:10px;grid-column:1/-1;margin:0;padding:10px 12px;font-size:8px;line-height:1.6}.template-step{gap:13px;display:grid}.template-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.template-choice,.template-setting-row{border:1px solid var(--line);background:#f7f4ee;border-radius:12px;padding:13px}.template-choice.selected,.template-setting-row.selected{background:var(--brand-pale);border-color:var(--brand-soft);box-shadow:inset 3px 0 var(--brand)}.template-picker-grid .template-choice.selected{grid-column:1/-1}.template-check{cursor:pointer;align-items:flex-start;gap:8px;display:flex}.template-check input{accent-color:var(--brand);margin-top:2px}.template-check span{flex:1;justify-content:space-between;display:flex}.template-check strong{color:var(--ink-strong);font-size:10px}.template-check small{color:var(--ink-soft);font-size:8px}.template-choice>p,.template-setting-row>p{color:var(--ink-soft);margin:7px 0 0 21px;font-size:8px;line-height:1.55}.template-brand-controls{border-top:1px solid #5e877c2e;grid-template-columns:auto auto minmax(180px,1fr) auto auto auto;align-items:center;gap:9px;margin:10px 0 0 21px;padding-top:9px;display:grid}.template-brand-controls label{color:var(--ink);align-items:center;gap:6px;font-size:8px;display:flex}.template-brand-controls input[type=radio]{accent-color:var(--brand)}.template-brand-controls input[type=color]{cursor:pointer;border:0;border-radius:5px;width:28px;height:22px;padding:0}.template-brand-controls .signature-control input{border:1px solid var(--line);background:#fff;border-radius:7px;width:100%;min-width:120px;height:31px;padding:0 8px;font-size:8px}.optional-branding{background:#f7f4ee;border-radius:12px;padding:12px}.optional-branding>strong{color:var(--ink-strong);font-size:10px}.optional-branding>p{color:var(--ink-soft);margin:3px 0 9px;font-size:8px}.optional-branding>div{flex-wrap:wrap;gap:8px;display:flex}.compact-upload,.brand-upload{min-height:31px;color:var(--brand);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:5px;padding:0 10px;font-size:8px;display:inline-flex;position:relative}.compact-upload.ready,.brand-upload.ready{color:var(--success);border-color:#acd5c4}.form-error{color:var(--danger);background:var(--coral-pale);border-radius:9px;margin:13px 0 0;padding:9px 11px;font-size:9px}.create-dialog-footer{align-items:center}.footer-spacer{flex:1}.template-settings-dialog{width:min(940px,95vw)}.template-settings-body{gap:10px;max-height:68vh;padding:20px 24px;display:grid;overflow-y:auto}.binding-settings-grid{border-top:1px solid #5e877c2e;grid-template-columns:auto auto minmax(180px,1fr) auto auto auto;align-items:center;gap:8px;margin:11px 0 0 21px;padding-top:10px;display:grid}.binding-settings-grid>label{color:var(--ink);align-items:center;gap:5px;font-size:8px;display:flex}.binding-settings-grid input[type=radio]{accent-color:var(--brand)}.binding-settings-grid input[type=color]{border:0;width:28px;height:25px;padding:0}.binding-settings-grid .signature-control input{border:1px solid var(--line);background:#fff;border-radius:7px;min-width:120px;height:30px;padding:0 8px;font-size:8px}@media (max-width:760px){.template-catalog-summary{flex-direction:column;align-items:flex-start}.template-catalog-summary ol{justify-content:flex-start}.real-upload-grid,.template-picker-grid,.form-row{grid-template-columns:1fr}.real-upload-card{min-height:150px}.binding-settings-grid{grid-template-columns:1fr 1fr}.binding-settings-grid .signature-control{grid-column:1/-1}.template-brand-controls{grid-template-columns:1fr 1fr;margin-left:0}.template-brand-controls .signature-control{grid-column:1/-1}.create-dialog-footer{flex-wrap:wrap}.create-dialog-footer .footer-spacer{display:none}}.capture-platform-status{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.capture-platform-status span{color:var(--success);background:var(--success-pale);border:1px solid #c5e2d6;border-radius:999px;padding:6px 10px;font-size:8px;font-weight:800}.capture-platform-status .pending{color:#9a631d;background:#fff5df;border-color:#ead5a6}.capture-summary{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.capture-summary article{min-height:86px;color:var(--brand);border-right:1px solid #ebe7df;align-items:center;gap:13px;padding:17px 19px;display:flex}.capture-summary article:last-child{border-right:0}.capture-summary span{flex-direction:column;display:flex}.capture-summary strong{color:var(--ink-strong);font-size:21px}.capture-summary small{color:var(--ink-soft);margin-top:2px;font-size:9px}.capture-source-form{background:var(--brand-pale);border:1px solid var(--brand-soft);border-radius:var(--radius-lg);margin-top:16px;padding:17px 19px}.capture-form-heading,.capture-form-heading>div{display:flex}.capture-form-heading{color:var(--brand);justify-content:space-between;align-items:center}.capture-form-heading>div{flex-direction:column}.capture-form-heading strong{color:var(--ink-strong);font-size:12px}.capture-form-heading small{color:var(--ink-soft);margin-top:3px;font-size:8px}.capture-form-fields{grid-template-columns:minmax(125px,.7fr) minmax(140px,.8fr) minmax(220px,1.4fr) minmax(140px,1fr) minmax(105px,.6fr) auto;align-items:end;gap:11px;margin-top:13px;display:grid}.capture-form-fields label{color:var(--ink);flex-direction:column;gap:6px;font-size:9px;font-weight:700;display:flex}.capture-form-fields input,.capture-form-fields select{width:100%;height:39px;color:var(--ink-strong);border:1px solid var(--line);background:#fff;border-radius:10px;padding:0 11px;font-size:10px}.capture-form-fields select{cursor:pointer}.capture-form-fields .primary-button{min-height:39px}.capture-form-hint{color:#8b5b1d;margin:11px 0 0;font-size:9px}.capture-notice{color:var(--success);background:var(--success-pale);border:1px solid #c5e2d6;border-radius:11px;align-items:center;gap:8px;margin-top:15px;padding:11px 14px;font-size:10px;font-weight:700;display:flex}.capture-source-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.capture-source-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fffdf9f2;padding:17px}.capture-source-card>header,.capture-source-card>header>div,.capture-source-card>footer,.capture-source-card>footer>div{align-items:center;display:flex}.capture-source-card>header,.capture-source-card>footer{justify-content:space-between}.capture-source-card>header>div{gap:10px;min-width:0}.capture-source-card>header>div>div{min-width:0}.capture-source-icon{width:39px;height:39px;color:var(--brand);background:var(--brand-pale);border-radius:12px 12px 12px 4px;flex:none;place-items:center;display:grid}.capture-source-card h3{color:var(--ink-strong);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}.capture-source-card header small{color:var(--ink-soft);font-size:8px}.source-state{border-radius:99px;padding:6px 9px;font-size:8px;font-weight:800}.source-state.active{color:var(--success);background:var(--success-pale)}.source-state.paused{color:var(--ink-soft);background:#efebe5}.capture-source-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:15px 0 11px;display:grid}.capture-source-meta>div{background:#f6f3ed;border-radius:9px;flex-direction:column;gap:3px;min-width:0;padding:9px;display:flex}.capture-source-meta small{color:var(--ink-soft);font-size:7px}.capture-source-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.capture-keywords{flex-wrap:wrap;gap:5px;min-height:22px;margin:0 0 11px;display:flex}.capture-keywords span{color:var(--brand);background:var(--brand-pale);border-radius:99px;padding:4px 7px;font-size:7px}.capture-source-error{color:var(--danger);background:var(--coral-pale);border-radius:8px;margin:0 0 11px;padding:8px 9px;font-size:8px}.capture-source-card>footer{border-top:1px solid #ebe7df;gap:10px;padding-top:12px}.capture-source-card>footer>span{color:var(--ink-soft);font-size:8px}.capture-source-card>footer>div{gap:7px}.capture-source-card>footer button{min-height:32px;padding-inline:10px;font-size:8px}.capture-candidate-heading{margin-top:28px}.capture-candidate-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.capture-candidate-list article{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);min-height:188px;box-shadow:var(--shadow-sm);flex-direction:column;padding:16px;display:flex}.capture-candidate-list header,.capture-candidate-list footer{justify-content:space-between;align-items:center;gap:9px;display:flex}.capture-candidate-list header span{color:var(--brand);font-size:8px;font-weight:800}.capture-candidate-list header small{color:var(--ink-soft);font-size:7px}.capture-candidate-list h3{color:var(--ink-strong);margin:12px 0 7px;font-size:13px;line-height:1.45}.capture-candidate-list>article>p{color:var(--ink-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:9px;line-height:1.7;display:-webkit-box;overflow:hidden}.capture-candidate-list footer{margin-top:auto;padding-top:13px}.capture-candidate-attribution{flex-direction:column;min-width:0;display:flex}.capture-candidate-attribution span{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.capture-candidate-attribution small{color:var(--ink-faint);margin-top:3px;font-size:7px}.capture-candidate-list a{color:var(--brand);flex:none;align-items:center;gap:4px;font-size:8px;font-weight:800;text-decoration:none;display:inline-flex}.capture-candidate-list a:hover{color:var(--brand-dark);text-decoration:underline}.capture-engine-warning{color:#8b5b1d;background:#fff5df;border:1px solid #ead5a6;border-radius:11px;margin-bottom:12px;padding:11px 14px;font-size:9px;font-weight:700}.capture-analysis-summary{border:1px solid var(--line);background:#f7f3ec;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:11px;display:grid;overflow:hidden}.capture-analysis-summary span{color:var(--ink-soft);border-right:1px solid var(--line);align-items:baseline;gap:7px;padding:10px 13px;font-size:8px;display:flex}.capture-analysis-summary span:last-child{border-right:0}.capture-analysis-summary strong{color:var(--ink-strong);font-size:15px}.capture-analysis-filters{gap:7px;margin-bottom:13px;display:flex;overflow-x:auto}.capture-analysis-filters button{color:var(--ink-soft);background:var(--paper);border:1px solid var(--line);cursor:pointer;border-radius:999px;flex:none;padding:7px 11px;font-size:8px;font-weight:750}.capture-analysis-filters button.active{color:#fff;background:var(--brand);border-color:var(--brand)}.capture-analysis-list article{min-height:246px}.capture-analysis-list article.analysis-selected{border-color:#a8d2c0;box-shadow:0 7px 22px #1b654c17}.capture-analysis-card-title{justify-content:space-between;align-items:flex-start;gap:9px;display:flex}.capture-analysis-card-title h3{flex:1}.capture-analysis-state{color:#6e6254;background:#efebe5;border-radius:999px;flex:none;margin-top:10px;padding:5px 7px;font-size:7px;font-weight:800;display:inline-flex}.capture-analysis-state.selected{color:var(--success);background:var(--success-pale)}.capture-analysis-state.effective{color:var(--brand);background:var(--brand-pale)}.capture-analysis-state.excluded{color:#9a631d;background:#fff5df}.capture-analysis-state.media_unavailable{color:var(--ink-soft);background:#efebe5}.capture-analysis-scores{flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;display:flex}.capture-analysis-scores span{color:var(--ink-soft);background:#f6f3ed;border-radius:7px;padding:5px 7px;font-size:7px}.capture-analysis-scores span:first-child{color:var(--brand);background:var(--brand-pale)}.capture-analysis-scores strong{margin-right:3px;font-size:10px}.capture-exclusion-reason{background:#fff7e7;border-radius:8px;padding:7px 8px;color:#8b5b1d!important;margin-top:9px!important;font-size:8px!important}.capture-analysis-actions{align-items:center;gap:8px;display:flex}.capture-analysis-actions button{color:#fff;background:var(--brand);cursor:pointer;border:0;border-radius:7px;padding:6px 8px;font-size:8px;font-weight:800}.capture-detail-loading{z-index:70;color:#fff;background:var(--ink-strong);box-shadow:var(--shadow-md);border-radius:9px;padding:10px 13px;font-size:9px;position:fixed;bottom:24px;right:24px}.capture-analysis-overlay{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#191f1d54;justify-content:flex-end;display:flex;position:fixed;inset:0}.capture-analysis-drawer{width:min(540px,94vw);height:100%;color:var(--ink);background:var(--paper);overflow-y:auto;box-shadow:-16px 0 45px #1f2a262e}.capture-analysis-drawer>header{z-index:1;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffdf9f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 23px 18px;display:flex;position:sticky;top:0}.capture-analysis-drawer>header small{color:var(--brand);font-size:8px;font-weight:800}.capture-analysis-drawer>header h2{color:var(--ink-strong);margin:5px 0 0;font-size:17px;line-height:1.45}.capture-analysis-drawer>header button{width:36px;height:36px;color:var(--ink);cursor:pointer;background:#f4f0e9;border:0;border-radius:10px;flex:none;place-items:center;display:grid}.capture-analysis-drawer>header button:focus-visible{outline:3px solid var(--brand-soft);outline-offset:2px}.capture-analysis-drawer-body{padding:22px 23px 34px}.capture-analysis-drawer-body>.capture-analysis-state{margin:0 0 13px}.capture-final-score{color:var(--brand-dark);font-size:21px;display:block}.capture-detail-scores{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.capture-detail-scores span{color:var(--ink-soft);background:#f5f2ec;border-radius:10px;flex-direction:column;gap:3px;padding:12px;font-size:8px;display:flex}.capture-detail-scores strong{color:var(--ink-strong);font-size:15px}.capture-matched-terms{color:var(--success);margin:12px 0 0;font-size:9px;font-weight:700}.capture-analysis-drawer-body section{margin-top:23px}.capture-analysis-drawer-body h3{color:var(--ink-strong);margin:0 0 10px;font-size:12px}.capture-transcript-copy{color:var(--ink);border-left:3px solid var(--brand-soft);background:#f7f4ee;border-radius:0 10px 10px 0;margin:0;padding:15px;font-size:11px;line-height:1.9}.capture-transcript-timeline{gap:8px;margin:0;padding:0;list-style:none;display:grid}.capture-transcript-timeline li{background:#f7f4ee;border-radius:9px;grid-template-columns:82px 1fr;gap:10px;padding:10px 11px;display:grid}.capture-transcript-timeline time{color:var(--brand);font-size:8px;font-weight:800}.capture-transcript-timeline span{color:var(--ink);font-size:9px;line-height:1.6}.capture-analysis-drawer details{color:var(--ink-soft);margin-top:20px;font-size:8px}.capture-analysis-drawer details summary{cursor:pointer;font-weight:700}.capture-analysis-drawer details p{margin:7px 0 0}.capture-detail-original{align-items:center;gap:6px;margin-top:20px;text-decoration:none;display:inline-flex}@media (max-width:1050px){.capture-form-fields{grid-template-columns:1fr 1.6fr}.capture-source-list{grid-template-columns:1fr}.capture-candidate-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.primary-nav{grid-template-columns:repeat(6,1fr)}.capture-view .header-actions{grid-template-columns:1fr 1fr}.capture-view .management-header .secondary-button{width:100%;margin-top:15px}.capture-summary{grid-template-columns:1fr 1fr}.capture-summary article:nth-child(2){border-right:0}.capture-summary article:nth-child(-n+2){border-bottom:1px solid #ebe7df}.capture-form-fields,.capture-candidate-list{grid-template-columns:1fr}.capture-source-meta{grid-template-columns:1fr 1fr}.capture-source-meta>div:last-child{grid-column:1/-1}.capture-source-card>footer{flex-direction:column;align-items:flex-start}.capture-source-card>footer>div{width:100%}.capture-source-card>footer button{flex:1}.capture-analysis-summary{grid-template-columns:1fr 1fr}.capture-analysis-summary span:nth-child(2){border-right:0}.capture-analysis-summary span:nth-child(-n+2){border-bottom:1px solid var(--line)}.capture-analysis-drawer{width:100vw}}
