@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap";:root{--bg:#f7f8f4;--surface:#fff;--ink:#252921;--muted:#6d7268;--line:#e4e7de;--green:#d0ed8d;--red:#a54035;--ease:cubic-bezier(.2,.8,.2,1)}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:DM Sans,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit;background:0 0;border:0}button:disabled{opacity:.45;cursor:not-allowed}a{color:inherit;text-underline-offset:3px}button,a{transition:background .15s var(--ease),color .15s var(--ease)}:is(button:focus-visible,a:focus-visible){outline-offset:3px;outline:3px solid #779b3e}input:focus,select:focus,textarea:focus{outline-offset:1px;outline:2px solid #779b3e}::selection{background:var(--green);color:#222}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{background:#b9c0ae;border-radius:4px}input,textarea{caret-color:#567c20}h1,h2,h3,p{margin:0}h1{letter-spacing:-1px;font-size:28px;font-weight:600;line-height:1.25}h2{letter-spacing:-.45px;font-size:21px;font-weight:600}h3{font-size:15px;font-weight:600}p{line-height:1.6}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);background:#eff1eb;flex-direction:column;flex:none;width:225px;padding:33px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:13px;margin:0 12px 48px;text-decoration:none;display:flex}.brandmark{letter-spacing:-4px;font-size:43px;font-weight:700;line-height:1}.brandmark>span{color:#799d46}.brand>span:last-child{letter-spacing:1.3px;font-size:10px;line-height:1.45}.workspace-label{color:var(--muted);margin:0 13px 15px;font-size:11px}.nav{text-align:left;color:#626859;border-radius:7px;align-items:center;gap:11px;width:100%;margin:3px 0;padding:13px 12px;font-size:13px;font-weight:500;display:flex}.nav:hover{background:#e7ebdf}.nav-count{text-align:center;font-variant-numeric:tabular-nums;background:#fff8;border-radius:4px;min-width:22px;margin-left:auto;padding:2px 5px;font-size:11px}.sidebar-bottom{margin-top:auto;padding:25px 10px 0}.status-dot{align-items:center;gap:7px;font-size:12px;display:flex}.status-dot:before,.live-indicator{content:"";background:#6f9540;border-radius:50%;width:6px;height:6px;display:inline-block}.sidebar-bottom>p{color:var(--muted);margin:8px 0 18px;font-size:11px}.demo-button{align-items:center;gap:20px;padding:0;font-size:12px;display:flex}.user{border-top:1px solid #dadecf;align-items:center;gap:10px;margin-top:25px;padding-top:20px;display:flex}.avatar{background:#e0e5d5;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:grid}.user>div{flex:1;min-width:0}.user b{text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.user small{color:var(--muted);text-transform:capitalize;margin-top:3px;font-size:11px;display:block}main{flex:1;min-width:0;margin-left:225px;padding:0 38px 30px}.topbar{border-bottom:1px solid var(--line);height:72px;color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.topbar>span,.topbar>div{align-items:center;gap:12px;display:flex}.topbar b{color:var(--ink);font-weight:500}.page-head{justify-content:space-between;align-items:center;gap:24px;padding:36px 0 31px;display:flex}.page-head p{color:var(--muted);margin-top:8px;font-size:13px}.button{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:9px;min-height:39px;padding:10px 16px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.button:hover{background:#edf1e5}.button.dark{color:#fff;background:#2b3026;border-color:#2b3026}.button.dark:hover{background:#424b37}.queue-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px;padding-bottom:19px;display:flex}.tabs{gap:6px;display:flex}.tabs button{color:var(--muted);border-radius:6px;align-items:center;gap:11px;padding:10px 13px;font-size:12px;display:flex}.tabs button.selected{color:#28341a;background:#e9eddf;font-weight:600}.tabs span{font-variant-numeric:tabular-nums;font-size:11px}.queue-toolbar select{background:0 0;width:150px;min-height:34px;font-size:12px}.review-layout{grid-template-columns:minmax(330px,1.3fr) minmax(300px,1fr);gap:34px;display:grid}.player-column{min-width:0}.player-top{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:11px;display:flex}.player-top>span:first-child{align-items:center;gap:7px;display:flex}.tiny-dot{background:#bd9346;border-radius:50%;width:6px;height:6px}.muted{color:var(--muted)}.video-stage{background:#171b16;border-radius:9px;justify-content:center;align-items:center;height:min(59vh,600px);min-height:390px;display:flex;position:relative;overflow:hidden}.video-stage video{object-fit:contain;width:100%;height:100%}.video-version{color:#f1f4ec;letter-spacing:.4px;pointer-events:none;background:#282e25c9;border-radius:4px;padding:5px 8px;font-size:10px;position:absolute;top:14px;left:14px}.player-footer{color:var(--muted);justify-content:space-between;align-items:center;padding:12px 0;font-size:10px;display:flex}.player-footer>span{align-items:center;gap:6px;display:flex}.player-footer>div{gap:6px;display:flex}.player-footer button{border:1px solid var(--line);background:#fff;border-radius:5px;place-items:center;width:29px;height:29px;display:grid}.review-info{flex-direction:column;min-width:0;padding-top:26px;display:flex}.clip-heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.project-chip{background:#e9eddf;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:500}.schedule{color:var(--muted);align-items:center;gap:4px;font-size:10px;display:flex}.review-info h2{letter-spacing:-.65px;overflow-wrap:anywhere;max-width:26ch;margin:18px 0 24px;font-size:25px;line-height:1.3}dl{border-bottom:1px solid var(--line);margin:0;padding:0 0 17px;font-size:12px}dl>div{align-items:center;gap:12px;margin:0 0 14px;display:flex}dt{width:102px;color:var(--muted);flex:none}dd{overflow-wrap:anywhere;flex-wrap:wrap;align-items:center;gap:6px;margin:0;display:flex}.mini-avatar{background:#e6e9e0;border-radius:50%;place-items:center;width:21px;height:21px;font-size:10px;display:grid}.agent-tag{background:#e4eadc;border-radius:3px;padding:3px 5px;font-size:9px}.editor-note{margin:20px 0;padding:0;font-size:12px}.editor-note b{font-weight:500}.editor-note p{color:var(--muted);margin-top:7px}.assignment{color:var(--muted);justify-content:space-between;align-items:center;gap:15px;margin:0 0 20px!important;font-size:11px!important;display:flex!important}.assignment select{background:0 0;width:auto;max-width:230px;min-height:32px;font-size:11px}.decision-area{margin-top:auto;padding-top:15px}.decision-buttons{grid-template-columns:1.2fr 1fr;gap:9px;display:grid}.approve,.reject{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:9px;padding:16px;font-size:15px;font-weight:600;display:flex}.approve{background:var(--green);color:#26321b}kbd{text-align:center;color:#73796b;border:1px solid #d9ddcf;border-radius:4px;min-width:18px;padding:2px 5px;font:400 10px DM Sans,sans-serif;display:inline-block}.decision-buttons kbd{color:inherit;border-color:#0002;margin-left:auto}.helper{color:var(--muted);align-items:center;gap:6px;margin-top:10px;font-size:11px;line-height:1.6;display:flex}.decision-area>.helper{justify-content:center}.review-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-top:19px;padding-top:17px;font-size:10px;display:flex}.review-bottom kbd{margin-left:9px;margin-right:3px}.review-bottom kbd:first-child{margin-left:0}.section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.section-title>span{font-size:11px}.section-title button{display:flex}.reasons{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.reasons button{border:1px solid var(--line);background:#fff;border-radius:5px;padding:8px;font-size:11px}.reject-panel h3{font-size:17px}.reject-submit{color:#fff;background:#934c40;border:0;width:100%;margin-top:9px}.reject-submit:hover{background:#7e3c32}label{margin:0 0 17px;font-size:12px;font-weight:500;display:block}label>span{color:var(--muted);float:right;font-size:10px;font-weight:400}input,select,textarea{width:100%;min-height:40px;color:var(--ink);background:#fff;border:1px solid #dce1d3;border-radius:5px;margin-top:7px;padding:10px 11px;font-size:12px;display:block}textarea{resize:vertical;min-height:78px;line-height:1.5}.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:410px;display:flex}.empty>svg{color:#8ba764}.empty p{color:var(--muted);max-width:420px;font-size:13px}.empty h2{font-size:25px}.demo-banner{background:#e8eddc;border-radius:5px;justify-content:space-between;align-items:center;gap:15px;margin-top:16px;padding:10px 14px;font-size:11px;display:flex}.demo-banner button{white-space:nowrap;text-decoration:underline}.error{color:#963e32;background:#fbeee8;border-radius:5px;flex-wrap:wrap;align-items:center;gap:10px;margin:12px 0;padding:13px;font-size:12px;display:flex}.error button,.error a{margin-left:auto;text-decoration:underline}.toast{z-index:10;color:#fff;background:#2d3725;border-radius:8px;align-items:center;gap:10px;padding:13px 20px;font-size:13px;display:flex;position:fixed;bottom:24px;left:calc(50% + 90px);transform:translate(-50%);box-shadow:0 10px 25px #20251e20}.upload-layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:40px;display:grid}.dropzone{background:#f0f3e9;border:1px dashed #bcc8a7;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:13px;min-height:315px;margin-bottom:29px;display:flex}.dropzone.drag{background:#e3edcf;border-color:#72903e}.dropzone p{color:var(--muted);font-size:13px}.dropzone small{color:var(--muted);font-size:10px}.upload-symbol{color:#607a3d;margin-bottom:3px}.upload-details{padding:0 0 25px}.upload-details>p{color:var(--muted);margin:6px 0 23px;font-size:12px}.upload-details>.approve{width:100%;font-size:13px}.upload-file{border-top:1px solid var(--line);align-items:flex-start;gap:13px;padding:17px 0;display:flex}.upload-file>div{flex:1;min-width:0}.upload-file b{word-break:break-word;font-size:12px}.upload-file small{color:var(--muted);margin:5px 0 12px;font-size:10px;display:block}.upload-file>svg{color:#80936b;margin-top:4px}.notice{background:#e9eddf;border-radius:6px;margin-bottom:16px;padding:14px;font-size:12px}.clip-row{border-top:1px solid var(--line);align-items:center;gap:16px;padding:23px 0;display:flex}.clip-icon{color:#778469;background:#e6ebdc;border-radius:5px;flex:none;place-items:center;width:50px;height:66px;display:grid}.clip-row-copy{flex:1;min-width:0}.clip-row h3{overflow-wrap:anywhere;margin-bottom:7px;font-size:15px}.clip-row p{color:var(--muted);margin-top:4px;font-size:11px}.clip-row .feedback{color:#924739}.clip-row .approval-line{color:#54763a}.row-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:310px;display:flex}.row-actions .button{min-height:34px;padding:8px 10px;font-size:11px}.count-badge{background:#e6ebdc;border-radius:5px;margin-left:8px;padding:4px 8px;font-size:12px;display:inline-block}.history{border-top:1px solid var(--line);margin-top:25px;padding-top:24px}.history-version{border-bottom:1px solid var(--line);padding:15px 0}.history-version p{color:var(--muted);margin-top:8px;font-size:12px}.metrics{border-block:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-bottom:25px;padding:23px 0;display:grid}.metrics>div{border-right:1px solid var(--line);padding:0 23px}.metrics>div:last-child{border:0}.metrics span{color:var(--muted);font-size:12px;display:block}.metrics strong{letter-spacing:-1px;font-variant-numeric:tabular-nums;margin-top:10px;font-size:36px;font-weight:500;display:block}.deadline{background:#eaf0df;border-radius:7px;gap:13px;margin-bottom:33px;padding:18px;display:flex}.deadline.warning{color:#7e5824;background:#f4ead7}.deadline p{max-height:70px;margin-top:5px;font-size:12px;overflow:auto}.performance .section-title{margin-bottom:5px}.performance>.helper{margin-bottom:22px}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{color:var(--muted);text-align:left;white-space:nowrap;background:#eff2e9;padding:12px 13px;font-size:10px;font-weight:500}td{border-bottom:1px solid var(--line);font-variant-numeric:tabular-nums;padding:19px 13px}td:last-child{max-width:200px;font-size:11px}.green-text{color:#4d762c}.table-empty{color:var(--muted);padding:25px;font-size:12px}.breakdowns{grid-template-columns:repeat(3,1fr);gap:35px;margin:32px 0;display:grid}.breakdowns h3{margin-bottom:15px}.breakdown-row{border-bottom:1px solid var(--line);justify-content:space-between;padding:12px 0;font-size:12px;display:flex}.team-section{border-top:1px solid var(--line);margin-top:20px;padding-top:26px}.team-form{grid-template-columns:1fr 1.4fr .8fr .8fr auto;align-items:end;gap:12px;margin-top:22px;display:grid}.team-form label{margin:0;font-size:11px}.team-list>div{border-bottom:1px solid var(--line);gap:20px;padding:13px 0;font-size:12px;display:flex}.team-list>div span:last-child{color:var(--muted);margin-left:auto}@media (min-width:1500px){main{padding-inline:55px}.review-layout{grid-template-columns:minmax(400px,1.35fr) minmax(350px,1fr);gap:50px}.video-stage{height:65vh}.review-info h2{font-size:29px}}@media (max-width:1180px){.sidebar{width:190px;padding-inline:10px}main{margin-left:190px;padding-inline:25px}.brand{margin-left:10px}.review-layout{grid-template-columns:minmax(280px,1fr) minmax(260px,.9fr);gap:23px}h1{font-size:24px}.review-info h2{font-size:23px}.review-info{padding-top:22px}.topbar>div{display:none}.decision-buttons{grid-template-columns:1fr}.decision-buttons button{padding:12px}.team-form{grid-template-columns:1fr 1fr}.clip-row{flex-wrap:wrap}.row-actions{max-width:none;margin-left:66px}.review-bottom{flex-direction:column;align-items:flex-start}.upload-layout{gap:25px}}@media (max-width:800px){.sidebar{width:70px;padding:25px 8px}.brand{justify-content:center;margin:0 0 35px}.brandmark{font-size:32px}.brand>span:last-child,.workspace-label,.nav>span,.sidebar-bottom{display:none}.nav{justify-content:center;padding:15px 0}.nav svg{width:22px;height:22px}main{margin-left:70px;padding-inline:21px}.review-layout{grid-template-columns:1fr}.video-stage{height:58vh;min-height:360px}.review-info{padding-top:0}.review-info h2{max-width:none}.decision-buttons{grid-template-columns:1.2fr 1fr}.review-info dl{grid-template-columns:1fr 1fr;gap:0 15px;display:grid}.review-info dl>div{display:block}.review-info dt{margin-bottom:6px}.decision-area{background:var(--bg);padding-bottom:12px;position:sticky;bottom:0}.page-head{align-items:flex-start;padding-top:26px}.page-head>.button{padding:11px;font-size:0}.page-head>.button svg{width:18px}.upload-layout{grid-template-columns:1fr}.upload-details{border-top:1px solid var(--line);padding-top:25px}.breakdowns{gap:20px}.metrics strong{font-size:30px}.metrics>div{padding:0 14px}.metrics span{font-size:10px}.queue-toolbar{flex-direction:column;align-items:flex-start}.tabs{gap:3px;width:100%}.tabs button{flex:1;justify-content:center;padding:10px 8px;font-size:11px}.queue-toolbar select{margin-top:0}.topbar{height:57px}}@media (max-width:480px){.sidebar{z-index:20;border-top:1px solid var(--line);background:#f0f3e9;border-right:0;width:100%;height:64px;padding:4px 8px;position:fixed;top:auto;bottom:0}.sidebar .brand{display:none}.sidebar nav{justify-content:space-around;display:flex}.nav{border-radius:6px;width:52px;margin:0;padding:13px 0}main{margin-left:0;padding:0 17px 90px}.topbar{height:48px}.page-head{gap:12px;padding:24px 0}h1{letter-spacing:-.65px;font-size:23px}.page-head p{font-size:12px}.video-stage{height:54vh;min-height:320px}.demo-banner{padding:9px;font-size:10px}.tabs button{gap:7px;padding:10px 7px;font-size:11px}.review-info h2{font-size:25px}.decision-area{bottom:63px}.review-bottom{font-size:9px}.review-bottom kbd{margin-left:4px}.toast{width:calc(100% - 32px);font-size:12px;bottom:78px;left:50%}.metrics{grid-template-columns:1fr 1fr;gap:24px}.metrics>div:nth-child(3){padding-left:0}.metrics>div:nth-child(2){border:0}.metrics span{font-size:12px}.breakdowns{grid-template-columns:1fr;gap:26px}.team-form{grid-template-columns:1fr}.team-list>div{flex-direction:column;gap:5px}.team-list>div span:last-child{margin-left:0}.section-title{flex-direction:column;align-items:flex-start}.clip-row-copy{min-width:230px}.clip-icon{display:none}.row-actions{justify-content:flex-start;margin-left:0}.review-info .section-title{flex-direction:row}.dropzone{min-height:285px}.dropzone h2{font-size:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}.list-section>.section-title>select{width:170px;margin:0}[hidden]{display:none!important}.original-link{border:1px solid var(--line);background:#fff;border-radius:5px;place-items:center;width:29px;height:29px;display:grid}.resume-list{background:#edf1e6;border-radius:8px;margin-bottom:22px;padding:19px}.resume-list>p{color:var(--muted);margin:7px 0 12px;font-size:12px}.resume-list>div{border-top:1px solid var(--line);align-items:center;gap:10px;padding:12px 0;display:flex}.resume-list>div>div{flex:1;min-width:0}.resume-list b{overflow-wrap:anywhere;font-size:12px}.resume-list small{color:var(--muted);margin-top:5px;font-size:11px;display:block}.upload-file progress{accent-color:#6e943d;width:100%;height:5px;margin:3px 0 15px}.upload-file.uploaded>svg{color:#4d762c}.file-check{color:#68765a;margin-top:9px;font-size:11px}.attention{color:#916127}.upload-details .helper{display:block}.feedback-time{color:var(--muted);align-items:center;gap:7px;margin:0 0 13px;font-size:11px;display:flex}.feedback-time button{margin-left:auto;font-size:10px;text-decoration:underline}.queue-toolbar{flex-wrap:wrap}.queue-search{flex:1;align-items:center;gap:7px;min-width:160px;max-width:250px;margin:0;display:flex}.queue-search input{background:0 0;min-height:34px;margin:0;font-size:11px}.player-footer select{width:58px;min-height:28px;margin:0 0 0 5px;padding:3px;font-size:10px;display:inline-block}.player-footer .sound-button{background:0 0;border:0;width:24px;height:28px}.review-bottom>span:first-child{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.review-bottom>span:first-child>button{display:flex}.shortcut-help{background:#eaf0df;border-radius:8px;margin-top:16px;padding:20px}.shortcut-help p{font-size:12px;line-height:2}.shortcut-help .section-title{margin-bottom:9px}.media-facts{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:15px;font-size:11px;display:flex}.media-facts small{width:100%;font-size:10px}.qc-note{background:#f4ead7;border-radius:6px;gap:9px;margin-bottom:18px;padding:13px;font-size:12px;display:flex}.qc-note>svg{flex:none;margin-top:2px}.qc-note p{margin:5px 0;font-size:11px}.qc-note small{font-size:10px}.revision-context{border-top:1px solid var(--line);margin-bottom:15px;padding-top:16px}.revision-context .section-title{margin-bottom:7px}.revision-context h3{font-size:14px}.text-button{color:#587d36;font-size:11px;text-decoration:underline}.revision-context>p{color:var(--muted);font-size:11px}.previous-feedback{background:#f0eee7;border-radius:5px;margin-top:9px;padding:11px;font-size:11px}.previous-feedback button{border:1px solid var(--line);background:#fff;border-radius:4px;align-items:center;gap:4px;margin-left:8px;padding:4px 6px;font-size:10px;display:inline-flex}.previous-feedback p{margin-top:5px}.previous-video{margin-top:15px}.previous-video>span{color:var(--muted);font-size:11px}.previous-video video{background:#171b16;border-radius:5px;width:100%;max-height:300px;margin:7px 0}.previous-video p{font-size:11px}.focus-mode .sidebar,.focus-mode .topbar,.focus-mode .page-head{display:none}.focus-mode main{margin-left:0;padding-top:20px}.focus-mode .video-stage{height:76vh}.focus-mode .review-layout{max-width:1300px;margin:auto}.focus-mode .queue-toolbar{max-width:1300px;margin:0 auto 20px}.focus-mode .review-info{padding-top:25px}.focus-mode .demo-banner{max-width:1300px;margin:0 auto 15px}@media (max-width:800px){.queue-search{width:100%;max-width:none}.queue-toolbar{flex-direction:row;align-items:center}.queue-toolbar .tabs{flex-basis:100%}.queue-toolbar>select{width:130px}.focus-mode .video-stage{height:60vh}.focus-mode .decision-area{bottom:0}}@media (max-width:480px){input,select,textarea,.upload-file input,.queue-search input{font-size:16px}.player-footer{flex-wrap:wrap;gap:7px}.player-footer>div{margin-left:auto}.resume-list>div{flex-wrap:wrap}.focus-mode main{padding-bottom:25px}.focus-mode .decision-area{bottom:0}.review-info .revision-context .section-title{flex-direction:row}.review-bottom{font-size:11px}}.app-shell[data-route=review] .topbar{height:56px}.app-shell[data-route=review] .video-stage{height:min(55vh,100dvh - 330px);min-height:330px}.app-shell[data-route=review] .review-info h2{margin:15px 0 19px;font-size:23px}.app-shell[data-route=review] dl{padding-bottom:10px}.app-shell[data-route=review] .editor-note{margin:14px 0}.app-shell[data-route=review] .assignment{margin-bottom:12px!important}.app-shell[data-route=review] .review-bottom{margin-top:10px;padding-top:12px}.app-shell.focus-mode[data-route=review] .video-stage{height:calc(100dvh - 180px);min-height:330px}.app-shell.focus-mode[data-route=review] .review-info{max-height:calc(100dvh - 155px);overflow:auto}.app-shell.focus-mode[data-route=review] .decision-area{background:var(--bg);padding-bottom:10px;position:sticky;bottom:0}@media (max-width:800px){.app-shell[data-route=review] .video-stage{height:55vh;min-height:300px}.app-shell[data-route=review] .review-info{max-height:none;overflow:visible}.app-shell[data-route=review] .decision-area{z-index:10;background:var(--bg);border-top:1px solid var(--line);max-height:70vh;padding:12px 21px;position:fixed;bottom:0;left:70px;right:0;overflow:auto}.app-shell[data-route=review] main{padding-bottom:150px}.app-shell.focus-mode[data-route=review] .decision-area{position:fixed;left:0}.app-shell.focus-mode[data-route=review] .video-stage{height:60vh}}@media (max-width:480px){.app-shell[data-route=review] .topbar{display:none}.app-shell[data-route=review] .page-head{padding:17px 0}.app-shell[data-route=review] .page-head h1{font-size:23px}.app-shell[data-route=review] .video-stage{height:calc(100dvh - 430px);min-height:250px}.app-shell[data-route=review] .decision-area{max-height:65vh;padding:10px 17px;bottom:64px;left:0}.app-shell[data-route=review] main{padding-bottom:205px}.app-shell[data-route=review] .decision-area .helper{margin-top:6px;font-size:10px}.app-shell.focus-mode[data-route=review] .decision-area{bottom:0}.app-shell.focus-mode[data-route=review] .video-stage{height:calc(100dvh - 290px)}}.show-settings{border-top:1px solid var(--line);margin-top:24px;padding:28px 0}.show-settings>.helper{max-width:75ch;margin-bottom:20px}.show-list{gap:0;display:grid}.show-entry{text-align:left;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;width:100%;padding:14px 0;font-size:12px;display:flex}.show-entry b,.show-entry small{display:block}.show-entry small{color:var(--muted);margin-top:4px}.show-entry>span:last-child{white-space:nowrap;text-decoration:underline}.show-form-disclosure{margin-top:20px}.show-form-disclosure>summary{cursor:pointer;font-size:14px;font-weight:600}.show-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:850px;margin-top:20px;display:grid}.show-form label{flex-direction:column;gap:7px;font-size:12px;display:flex}.show-form input,.show-form select,.show-form textarea{background:var(--bg);border:1px solid var(--line);border-radius:5px;width:100%;padding:10px}.show-form textarea{min-height:85px}.full-width{grid-column:1/-1}.show-form-actions{gap:10px;display:flex}.show-checks{border-top:1px solid var(--line);margin-bottom:12px;padding:12px 0;font-size:12px}.show-checks>p{margin:7px 0}.show-checks ul{color:#885d1e;margin:9px 0;padding-left:18px;line-height:1.6}.show-checks small{color:var(--muted);font-size:10px}.show-checklist{white-space:pre-wrap;margin:12px 0;font-size:12px;line-height:1.5}.show-checklist strong{margin-bottom:5px;display:block}@media (max-width:600px){.show-form{grid-template-columns:1fr}.show-entry{align-items:flex-start}.show-entry span:first-child{overflow-wrap:anywhere;min-width:0}.show-settings .section-title{flex-wrap:wrap}}@media (min-width:801px){.app-shell[data-route=review] .review-info{max-height:var(--review-room,calc(100dvh - 260px));padding-right:4px;overflow-y:auto}.app-shell[data-route=review] .review-info>*{flex-shrink:0}.app-shell[data-route=review] .decision-area{z-index:2;background:var(--bg);padding-bottom:10px;position:sticky;bottom:0}.app-shell.focus-mode[data-route=review] .review-info{max-height:calc(100dvh - 155px)}}.deadline>div{flex:1;min-width:0}.deadline-items{margin:12px 0}.deadline-items>button{text-align:left;border-top:1px solid var(--line);align-items:center;gap:18px;width:100%;padding:12px 0;font-size:12px;display:flex}.deadline-items>button>span:first-child{flex:1;min-width:0}.deadline-items b,.deadline-items small{display:block}.deadline-items b{overflow-wrap:anywhere;font-weight:500}.deadline-items small{color:var(--muted);margin-top:4px;font-size:11px}.deadline-items>button:hover:not(:disabled){color:#587d36}.deadline-items>button:disabled{opacity:.65;cursor:default}.metric-filters{flex-wrap:wrap;align-items:flex-end;gap:15px;margin:18px 0;display:flex}.metric-filters label{flex-direction:column;gap:6px;font-size:12px;display:flex}.metric-filters select{border:1px solid var(--line);background:var(--bg);border-radius:5px;min-width:170px;max-width:100%;padding:9px}.metric-filters>span{color:var(--muted);padding-bottom:10px;font-size:12px}.metric-identity{color:var(--muted);margin-top:4px;font-size:10px;display:block}@media (max-width:600px){.deadline-items>button{flex-wrap:wrap;gap:7px}.deadline-items>button>span:first-child{flex-basis:100%}.deadline-items>button>svg{margin-left:auto}.metric-filters label{width:100%}.metric-filters select{width:100%;font-size:16px}}.video-stage:has(.playback-status){grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);align-items:stretch;display:grid}.video-stage>.playback-status{color:#fff;background:#171b16;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex;position:static}.playback-status button{color:#fff;font:inherit;padding:2px;text-decoration:underline}:root{--bg:#f8f9f6;--line:#dfe3d8;--muted:#646b5e;--field-radius:8px;--control-radius:8px}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}h1,h2,h3{text-wrap:balance}h1{letter-spacing:-.035em}h2{line-height:1.35}.brand{margin-bottom:42px}.nav{border-radius:var(--control-radius);min-height:46px}.nav.active{color:#29371d;background:#e0e9d2}.nav-count{background:#ffffffb3;border:1px solid #d7dfcd;border-radius:5px}.topbar{font-size:12px}.page-head p{line-height:1.6}.button{border-radius:var(--control-radius);min-height:42px;padding:10px 15px;font-size:13px}.button:active:not(:disabled),.approve:active:not(:disabled),.reject:active:not(:disabled){transform:translateY(1px)}input,select,textarea{border-radius:var(--field-radius);min-height:44px;transition:border-color .15s var(--ease),background .15s var(--ease);padding:11px 12px;font-size:13px}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:#a7b497}input:disabled,select:disabled,textarea:disabled{color:#72796b;cursor:not-allowed;background:#f1f3ed}label{line-height:1.5}label>small{color:var(--muted);margin-top:7px;font-size:11px;line-height:1.55;display:block}.helper{line-height:1.6}.queue-toolbar{gap:12px}.tabs{border:1px solid var(--line);background:#edf0e7;border-radius:10px;gap:3px;padding:4px}.tabs button{border-radius:6px;min-height:36px;padding:8px 12px}.tabs button.selected{background:#fff;box-shadow:0 1px 3px #25301a12}.tabs span{text-align:center;min-width:19px}.queue-search{margin-left:auto}.queue-search input{background:#fff;min-height:40px;font-size:12px}.queue-toolbar>select{background:#fff;min-height:40px;margin-top:0}.video-stage{border:1px solid #22291e;border-radius:12px}.player-footer{gap:10px;font-size:11px}.player-footer button,.original-link{border-radius:7px;width:34px;height:34px}.player-footer select{width:64px;min-height:32px;font-size:11px}.project-chip{background:#e7edde;padding:5px 9px;font-size:12px}.review-info dl{font-size:13px}.editor-note{font-size:13px}.editor-note p{color:var(--ink);line-height:1.65}.editor-note b{color:var(--muted);font-size:11px}.decision-buttons{gap:12px}.decision-buttons>button{border-radius:9px;min-height:52px}.decision-area>.helper{font-size:11px}.review-bottom{color:var(--muted)}.upload-layout{align-items:start;gap:32px}.upload-details{border:1px solid var(--line);background:#fff;border-radius:12px;padding:24px}.upload-details>p{margin-bottom:24px}.upload-details>label{margin-bottom:20px;font-size:12px;font-weight:550}.upload-details>label>span{font-weight:400}.upload-details>.helper{margin-bottom:0;font-size:11px}.dropzone{text-align:center;background:#f0f4e9;border-color:#b6c4a3;border-radius:12px;gap:15px;min-height:330px;padding:28px 20px}.upload-symbol{background:#e4ecd8;border:1px solid #d4dfc5;border-radius:14px;place-items:center;width:56px;height:56px;margin-bottom:3px;display:grid}.dropzone small{max-width:42ch;font-size:11px;line-height:1.7}.dropzone h2{font-size:22px}.upload-file{gap:14px;padding:22px 0}.upload-file label{margin:12px 0;font-size:12px}.upload-file b{font-size:13px}.upload-file small{font-size:11px}.upload-file>button{border-radius:6px;flex:none;width:32px;height:32px}.upload-file>button:hover{background:#edf0e7}.upload-layout>section>.show-checklist{background:#edf1e6;border-radius:9px;margin:20px 0;padding:18px}.upload-layout>section>.show-checklist label{margin-bottom:12px}.upload-layout>section>.show-checklist .helper{margin-top:10px}.notice{flex-wrap:wrap;align-items:center;gap:12px;line-height:1.6;display:flex}.section-title{gap:12px}.metrics{padding:26px 0}.metrics strong{letter-spacing:-.035em;font-size:38px}.metrics span{font-size:12px}.performance th{padding-block:14px;font-size:11px}.performance td{padding-block:20px}.performance tbody tr:hover{background:#f0f3ea}.table-scroll{border:1px solid var(--line);border-radius:9px}.performance td:last-child{min-width:150px}.clip-row{padding:25px 0}.clip-row p{font-size:12px}.clip-row h3{font-size:16px}.row-actions .button{min-height:38px;font-size:12px}.empty{gap:14px}.empty>svg{width:36px;height:36px}.empty p{line-height:1.7}@media (min-width:801px){.review-info{border-left:1px solid var(--line);padding-left:26px}.app-shell[data-route=review] .review-info{padding-top:26px;padding-right:8px}.app-shell[data-route=review] .decision-area{border-top:1px solid var(--line);padding-top:14px}.upload-layout{grid-template-columns:minmax(0,1.35fr) minmax(310px,1fr)}}@media (max-width:1180px) and (min-width:801px){.review-info{padding-left:20px}.queue-toolbar .tabs{flex-shrink:0}.queue-search{max-width:none}.upload-layout{gap:24px}.upload-details{padding:20px}}@media (max-width:800px){.upload-details{padding:22px}.queue-search{margin-left:0}.tabs button{font-size:12px}.review-info dl>div{padding-bottom:5px}.dropzone{min-height:300px}.sidebar .nav{min-height:46px}.decision-area{box-shadow:0 -8px 22px #27351b08}}@media (max-width:480px){input,select,textarea,.queue-search input{font-size:16px}.upload-details{padding:20px 17px}.dropzone{padding:24px 16px}.dropzone h2{font-size:20px}.dropzone p{font-size:12px}.tabs{padding:3px}.tabs button{gap:5px;padding:8px 5px;font-size:11px}.queue-toolbar{gap:10px}.queue-toolbar>select{width:130px}.player-footer button,.original-link{width:34px;height:34px}.metrics strong{font-size:34px}.sidebar .nav{min-height:48px}.review-info dl{gap:0 18px}.upload-layout .section-title>.muted{font-size:11px}.row-actions .button{min-height:42px}.clip-row-copy{width:100%;min-width:0}.decision-buttons>button{min-height:48px}}:root{--bg:#fafaf8;--muted:#62665e;--line:#e3e5df;--green:#345c43;--ink:#242923;--control-radius:5px;--field-radius:5px}body{font-size:16px}.sidebar{background:#f3f4ef}.brand{margin:4px 12px 48px}.brand-name{font-weight:600;letter-spacing:-.6px!important;font-size:23px!important;line-height:1.3!important}.brand>span:last-child{display:block}.nav{min-height:50px;padding-block:14px;font-size:15px}.nav.active{background:#e5e9df}.nav-count{background:0 0;border:0;font-size:12px}.nav>svg{display:none}.sidebar-bottom .demo-button,.user b{font-size:14px}.user small{font-size:12px}.user .avatar,.topbar{display:none}.page-head h1,.app-shell[data-route=review] .page-head h1{letter-spacing:-1px;font-size:32px;font-weight:550}.app-shell[data-route=review] .page-head p,.page-head>.button svg{display:none}.button{border-radius:5px;min-height:46px;font-size:15px;font-weight:500}.tabs{background:0 0;border:0;border-radius:0;gap:20px;padding:0}.tabs button{color:var(--muted);border-bottom:2px solid #0000;border-radius:0;gap:9px;padding:12px 0;font-size:15px;box-shadow:none!important;background:0 0!important}.tabs button.selected{color:var(--ink);border-bottom-color:#345c43}.tabs span{color:var(--muted);font-size:12px}.queue-search input,.queue-toolbar>select{min-height:44px;font-size:14px}.queue-search>svg{display:none}.app-shell[data-route=review] .queue-toolbar{margin-bottom:20px;padding-bottom:15px}.player-top{font-size:13px}.tiny-dot,.video-version{display:none}.video-stage{border-radius:6px}.project-chip{background:0 0;padding:0;font-size:15px;font-weight:550}.schedule svg{display:none}.clip-heading{gap:15px}.review-info{border-left:0;padding-left:12px}.review-info dl{border:0;padding:0;font-size:16px}.review-info dt{width:110px;font-size:14px}.review-info dd{font-weight:400}.app-shell[data-route=review] dl>div{margin-bottom:17px}.agent-tag{color:var(--muted);background:0 0;padding:0;font-size:11px}.editor-note,.editor-note p{font-size:16px}.editor-note b{font-size:13px}.review-details{color:var(--muted);margin:16px 0;font-size:14px}.review-details summary{cursor:pointer;min-height:40px;padding:10px 0}.review-details .assignment{margin:12px 0!important;font-size:14px!important}.review-details select{min-height:42px;font-size:14px}.decision-buttons{grid-template-columns:1fr 1fr;gap:14px}.decision-buttons>button{border-radius:5px;justify-content:space-between;min-height:58px;padding:16px 22px;font-size:18px;font-weight:500}.approve{color:#fff;background:#345c43}.approve:hover{background:#294b36}.reject{color:#75423d;background:#fff;border-color:#d9dcd4}.reject:hover{background:#f5eeeb}.decision-buttons kbd{color:inherit;opacity:.7;background:0 0;border:0;font-size:12px}.app-shell[data-route=review] .decision-area{border-top:0;padding-top:20px}.review-bottom{font-size:13px}.review-bottom>span:first-child>button{padding:8px 0;font-size:13px;text-decoration:underline}.player-footer{font-size:13px}.player-footer button,.original-link{background:0 0;border:0;width:40px;height:40px}.player-footer select{min-height:36px;font-size:13px}.player-footer .sound-button{width:32px;height:36px}.playback-status{font-size:11px!important}.upload-symbol{background:0 0;border:0;border-radius:0}.upload-details>label,.upload-file label{font-size:14px}.upload-details>p,.dropzone p{font-size:15px}input,select,textarea{min-height:48px;font-size:16px}.upload-details>h2{font-size:24px}.upload-details>.approve{min-height:50px;font-size:16px}.upload-details,.dropzone{border-radius:6px}.metrics span,.clip-row p{font-size:14px}.metrics strong{font-size:42px}.performance th,.performance td{font-size:14px}.performance td:last-child{font-size:13px}.row-actions .button{font-size:14px}.empty p{font-size:16px}@media (min-width:801px){.app-shell[data-route=review] .video-stage{height:calc(100dvh - 265px);min-height:330px;max-height:780px}.review-layout{grid-template-columns:minmax(330px,1.3fr) minmax(340px,1fr);gap:32px}}@media (max-width:1180px) and (min-width:801px){.queue-toolbar .tabs{flex-basis:100%}.queue-search{margin-left:0}.app-shell[data-route=review] .video-stage{height:calc(100dvh - 325px)}.review-layout{grid-template-columns:minmax(270px,1.1fr) minmax(290px,1fr);gap:24px}.app-shell[data-route=review] .review-info h2{font-size:26px}}@media (max-width:800px){.sidebar .nav>svg{display:block}.brand>span:last-child{display:none}.brand{margin:0 0 26px}.page-head h1,.app-shell[data-route=review] .page-head h1{font-size:28px}.page-head>.button{padding:10px 14px;font-size:14px}.tabs{gap:16px;width:100%}.tabs button{flex:1;font-size:14px}.review-info{padding-left:0}.review-info dl{font-size:16px}.review-info dl>div{padding-bottom:0}.decision-buttons>button{min-height:54px;font-size:18px}.app-shell[data-route=review] .decision-area{border-top:1px solid var(--line);padding-top:12px}.review-bottom>span:last-child{font-size:12px}.app-shell[data-route=review] .video-stage{height:50vh;min-height:280px}}@media (max-width:480px){.app-shell[data-route=review] .page-head{padding:22px 0 18px}.tabs{gap:10px}.tabs button{gap:6px;font-size:13px}.tabs span{font-size:11px}.queue-toolbar>select{font-size:14px}.queue-search input{font-size:16px}.app-shell[data-route=review] .review-info h2{font-size:27px}.app-shell[data-route=review] .video-stage{height:calc(100dvh - 360px);min-height:270px}.decision-buttons>button{padding:14px 18px}.upload-details{padding:20px 16px}.sidebar .nav{border-radius:5px}.page-head>.button,.review-info dt{font-size:13px}.review-info .editor-note p{font-size:16px}}:root{--bg:#f5f5f0;--surface:#fff;--ink:#252d26;--muted:#657063;--line:#dce1d6}.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);background:#fff;flex-direction:row;align-items:center;gap:40px;width:100%;height:82px;padding:0 36px;position:relative;inset:auto}.brand{flex:none;margin:0}.brand-name{font-size:22px!important}.sidebar nav{align-items:center;gap:8px;display:flex}.sidebar .nav{white-space:nowrap;width:auto;min-height:44px;margin:0;padding:10px 14px;font-size:14px}.sidebar .nav.active{background:#eaf0e3}.sidebar .nav-count{margin-left:5px;font-size:11px}.sidebar-bottom{align-items:center;gap:18px;margin:0 0 0 auto;padding:0;display:flex}.sidebar-bottom .user{border:0;margin:0;padding:0}.sidebar-bottom .user small{display:none}.sidebar-bottom .demo-button{font-size:12px}.sidebar-bottom .user b{max-width:120px;font-size:13px}.sidebar-bottom .demo-button svg{display:none}main{margin:0;max-width:1600px;margin-inline:auto;padding:0 40px 40px}.page-head{padding:32px 0}.page-head h1{font-size:32px;font-weight:500}.page-head p{font-size:15px}.button,.approve,.reject{border-radius:8px}.button.dark{background:#2c4935;border-color:#2c4935}.upload-layout{grid-template-columns:minmax(0,1.45fr) minmax(340px,1fr);gap:48px}.dropzone{background:#edf2e5;border-radius:14px;min-height:390px}.upload-details{border-radius:14px;padding:28px}.upload-file{border:1px solid var(--line);background:#fff;border-radius:10px;margin-bottom:12px;padding:22px}.metrics{border:1px solid var(--line);background:#fff;border-radius:12px;padding:26px}.metrics>div:first-child{padding-left:0}.list-section{border:1px solid var(--line);background:#fff;border-radius:12px;padding:24px}.clip-row:last-child{padding-bottom:0}.table-scroll{background:#fff}.deadline{border-radius:10px}.app-shell[data-route=review] .page-head{padding:24px 0 16px}.app-shell[data-route=review] .page-head h1{font-size:28px}.app-shell[data-route=review] .page-head>.button{display:none}.app-shell[data-route=review] .queue-toolbar{border:0;align-items:center;min-height:44px;margin:0 0 20px;padding:0}.tabs{gap:26px}.tabs button{padding:8px 0;font-size:15px}.queue-filters{margin-left:auto;font-size:14px;position:relative}.queue-filters>summary{cursor:pointer;border:1px solid var(--line);background:#fff;border-radius:8px;min-height:42px;padding:10px 16px}.filter-fields{z-index:8;border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:12px;width:470px;padding:18px;display:flex;position:absolute;top:50px;right:0;box-shadow:0 12px 30px #28352015}.filter-fields .queue-search{flex:1;max-width:none;margin:0}.filter-fields>select{width:150px;margin:0}.review-layout{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);gap:0;display:grid;overflow:clip}.player-column{background:#e8ece2;padding:22px 24px 12px}.player-top{margin-bottom:12px;font-size:12px}.player-top>span:first-child{color:#53634d}.app-shell[data-route=review] .video-stage{background:#171c16;border:0;border-radius:8px;height:clamp(320px,100dvh - 385px,650px);min-height:0}.player-footer{padding:8px 0 0}.player-footer>div{gap:4px}.app-shell[data-route=review] .review-info{border:0;max-height:calc(100dvh - 300px);padding:30px 32px;overflow:auto}.review-kicker{color:#52674b;margin-top:18px;font-size:14px;line-height:1.6}.review-kicker span{color:var(--muted)}.app-shell[data-route=review] .review-info h2{letter-spacing:-.035em;max-width:25ch;margin:12px 0 24px;font-size:clamp(24px,2.25vw,34px);font-weight:500;line-height:1.3}.clip-heading{justify-content:space-between}.project-chip{font-size:13px;font-weight:600}.schedule{font-size:12px}.review-info .editor-note{margin:14px 0}.review-details{border-top:1px solid var(--line);margin-top:24px;padding-top:8px}.review-details>summary{color:#52624b;font-size:14px}.review-details dl{padding-top:16px}.review-info dt{font-size:12px}.review-info dd,.review-details .editor-note p{font-size:14px}.app-shell[data-route=review] .decision-area{border-top:1px solid var(--line);box-shadow:none;background:#fff;grid-column:1/-1;justify-content:flex-end;align-items:center;gap:16px;margin:0;padding:18px 24px;display:flex;position:static}.dock-progress{align-items:baseline;gap:12px;margin-right:auto;display:flex}.dock-progress b{font-variant-numeric:tabular-nums;font-size:22px;font-weight:500}.dock-progress b span{color:#788271;font-size:16px}.dock-progress small{color:var(--muted);font-size:12px}.decision-buttons{gap:12px;display:flex}.decision-buttons>button{gap:28px;min-width:170px;min-height:52px;padding:14px 20px;font-size:17px}.decision-buttons>.reject{order:-1}.decision-buttons>.approve{color:#fff;background:#345b3d}.decision-buttons>.approve:hover{background:#26482e}.decision-buttons kbd{font-size:12px}.next-cut{background:#f1f3ed;border:0;min-height:52px;padding-inline:20px}.app-shell[data-route=review] .review-bottom{border:0;margin-top:12px;padding-top:0}.reject-panel{flex:1;max-width:760px}.decision-area:has(.reject-panel){align-items:flex-start}:is(.decision-area:has(.reject-panel) .dock-progress,.decision-area:has(.reject-panel) .next-cut){display:none}.reject-panel .reasons{flex-wrap:wrap;gap:8px;display:flex}.reject-panel .reasons button{padding:10px 12px;font-size:14px}.reject-panel .section-title{flex-direction:row;align-items:center}.focus-mode main{max-width:1500px}.app-shell.focus-mode[data-route=review] .video-stage{height:calc(100dvh - 225px)}.app-shell.focus-mode[data-route=review] .review-info{max-height:calc(100dvh - 145px)}.app-shell.focus-mode[data-route=review] .decision-area{position:static}@media (max-width:1180px){.sidebar{gap:20px;padding-inline:24px}.sidebar .nav{padding-inline:10px;font-size:13px}.sidebar-bottom .user{display:none}.sidebar-bottom{display:block}.review-layout{grid-template-columns:minmax(0,1.3fr) minmax(280px,1fr)}.app-shell[data-route=review] .review-info{padding:24px}.queue-toolbar .tabs{flex-basis:auto}.app-shell[data-route=review] .video-stage{height:clamp(320px,100dvh - 385px,650px)}main{padding-inline:24px}.upload-layout{gap:28px}.decision-buttons>button{min-width:145px}}@media (max-width:800px){.sidebar{flex-wrap:wrap;gap:12px;height:auto;min-height:76px;padding:16px 20px}.sidebar .brand{display:flex}.sidebar .brand-name{display:block!important}.sidebar nav{order:3;gap:4px;width:100%;overflow-x:auto}.sidebar .nav{flex-shrink:0;padding:10px 12px}.sidebar .nav>svg{display:none}.sidebar .nav>span{display:block}.sidebar-bottom{margin-left:auto;display:block}.sidebar-bottom .user{display:none}main{margin:0;padding:0 20px 30px}.upload-layout{grid-template-columns:1fr}.dropzone{min-height:300px}.review-layout{grid-template-columns:1fr}.player-column{padding:16px}.app-shell[data-route=review] .video-stage{height:52vh;min-height:280px;max-height:620px}.app-shell[data-route=review] .review-info{max-height:none;padding:24px;overflow:visible}.app-shell[data-route=review] .review-info h2{max-width:none;font-size:28px}.app-shell[data-route=review] .decision-area{z-index:10;gap:10px;padding:14px 16px;position:sticky;bottom:0}.app-shell[data-route=review] main{padding-bottom:24px}.review-layout{overflow:visible}.decision-buttons{flex:1}.decision-buttons>button{flex:1;gap:12px;min-width:0}.dock-progress{display:none}.next-cut{padding-inline:12px}.filter-fields{flex-wrap:wrap;width:min(470px,100vw - 40px)}.tabs{gap:14px}.tabs button{font-size:13px}.queue-filters>summary{padding-inline:10px;font-size:12px}.app-shell[data-route=review] .queue-toolbar{flex-wrap:wrap;gap:12px}.app-shell[data-route=review] .queue-toolbar .tabs{flex:1;width:auto}.metrics{padding:20px}.list-section{padding:18px}.app-shell.focus-mode[data-route=review] .decision-area{position:sticky}.focus-mode .video-stage{height:60vh}}@media (max-width:480px){.sidebar{border-top:0;position:relative;inset:auto}.sidebar nav{justify-content:flex-start}.sidebar .nav{width:auto;min-height:40px}.sidebar .nav-count{display:none!important}.sidebar .nav.active{background:#e5ecdc}.sidebar .brand-name{font-size:20px!important}.page-head h1{font-size:28px}.app-shell[data-route=review] .page-head{padding:22px 0 14px}.queue-filters{margin-left:0}.tabs{gap:16px}.tabs button{white-space:nowrap;font-size:12px}.app-shell[data-route=review] .queue-toolbar .tabs{flex-basis:100%}.app-shell[data-route=review] .queue-toolbar{margin-bottom:14px}.app-shell[data-route=review] .video-stage{height:43vh;min-height:270px}.app-shell[data-route=review] .decision-area{border-radius:0 0 14px 14px;flex-wrap:wrap;max-height:75vh;bottom:0;left:auto;right:auto;overflow:auto}.decision-buttons>button{min-height:50px;padding:13px 15px;font-size:16px}.decision-buttons kbd{display:none}.next-cut{min-height:50px;font-size:14px}.review-info dl{display:block}.review-info dl>div{display:flex}.review-info dt{margin:0}.app-shell[data-route=review] .review-info,.upload-details{padding:22px}.upload-file{padding:16px}.metrics{gap:22px}.toast{bottom:20px}.review-bottom{gap:8px}.demo-banner{font-size:11px}.sidebar .nav>span{font-size:12px}.app-shell.focus-mode[data-route=review] .video-stage{height:55vh}}@media (min-width:801px){.app-shell[data-route=review] .video-stage{height:clamp(220px,100dvh - 465px,650px)}.app-shell[data-route=review] .review-info{max-height:calc(100dvh - 370px)}.app-shell.focus-mode[data-route=review] .video-stage{height:calc(100dvh - 225px)}.app-shell.focus-mode[data-route=review] .review-info{max-height:calc(100dvh - 145px)}}.pwa-install{z-index:30;color:#345b3d;background:#fff;border:1px solid #c7d2bd;border-radius:8px;padding:10px 16px;font-size:14px;position:fixed;bottom:18px;right:20px;box-shadow:0 4px 16px #28352014}.pwa-install:hover{background:#edf2e5}@media (max-width:800px){.pwa-install{box-shadow:none;margin:12px 20px 24px;display:block;position:static}}@media (display-mode:standalone){.pwa-install{display:none}}.login-page{background:#f5f5f0;place-items:center;min-height:100dvh;padding:28px;display:grid}.login-card{background:#fff;border:1px solid #e1e4de;border-radius:20px;width:min(100%,440px);padding:40px}.login-card img{border-radius:15px}.login-brand{margin:20px 0 30px;font-size:16px;font-weight:650}.login-card h1{letter-spacing:-.04em;margin:0 0 16px;font-size:34px;line-height:1.1}.login-card p{line-height:1.6}.login-card form{gap:20px;margin:28px 0 20px;display:grid}.login-card label{gap:10px;font-size:15px;font-weight:550;display:grid}.login-card input{border:1px solid #cbd1c8;border-radius:10px;width:100%;min-height:54px;padding:12px 14px;font-size:18px}.login-card input:focus{outline-offset:2px;outline:2px solid #345b3d}.login-card .button{width:100%;min-height:54px;font-size:17px}.login-card small{color:#667062;font-size:14px;line-height:1.5;display:block}.login-back{text-align:left;cursor:pointer;background:0 0;border:0;margin-bottom:16px;padding:0;font-size:14px;text-decoration:underline}.login-error{color:#a92e2e;margin:0}@media (max-width:480px){.login-card{padding:28px}.login-page{padding:18px}}:root{--bg:#eef1eb;--ink:#17251c;--muted:#465548;--line:#b9c5b8}.sidebar{border-bottom-color:#b9c5b8}.sidebar .nav{color:#465548}.sidebar .nav.active{color:#fff;background:#244632}.sidebar .nav.active .nav-count{color:#fff;background:#ffffff24}.app-shell[data-route=review] .review-layout{border-color:#b9c5b8}.app-shell[data-route=review] .player-column{background:#dce4d7}.app-shell[data-route=review] .player-top{color:#314634}.app-shell[data-route=review] .review-kicker,.app-shell[data-route=review] .review-kicker span,.app-shell[data-route=review] .review-details summary,.app-shell[data-route=review] .review-bottom{color:#465548}.app-shell[data-route=review] .decision-buttons .approve,.button.approve{color:#fff;background:#244f35;border-color:#244f35}.app-shell[data-route=review] .decision-buttons .approve:hover,.button.approve:hover{background:#173d26}.app-shell[data-route=review] .decision-buttons .reject{color:#8b302b;background:#fff;border-color:#ae7069}.app-shell[data-route=review] .decision-buttons .reject:hover{background:#faece8}input,select,textarea,.button,.queue-filters summary,.player-footer button,.original-link{border-color:#91a08f}input::placeholder,textarea::placeholder{color:#5a685c}.editor-note p{color:#354539}.project-chip{color:#28402a;background:#dce8d5}.urgent{color:#83501c}.reasons button.chosen{color:#76251f;background:#f5ddd7;border-color:#8b302b}.shared-queue{flex-wrap:wrap;align-items:baseline;gap:16px;display:flex}.shared-queue b{align-items:center;gap:10px;font-size:17px;font-weight:650;display:flex}.shared-queue b span{color:#fff;font-variant-numeric:tabular-nums;background:#244632;border-radius:5px;padding:3px 9px;font-size:14px}.shared-queue small{color:var(--muted);font-size:14px}@media (max-width:800px){.shared-queue{flex-direction:column;align-items:flex-start;gap:5px}.shared-queue small{font-size:13px}.queue-toolbar{align-items:center}}
