#app-screen{--app-header-h:76px;display:flex;background:var(--fog-light);height:100vh;overflow:hidden}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:#fff;border-right:1px solid var(--fog-mid);display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;z-index:100;box-shadow:2px 0 20px #0d82f50f;transition:width .22s ease}.sidebar.collapsed{width:76px}.sidebar:after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent,var(--ice-300),rgba(0,212,255,.3),var(--ice-300),transparent);opacity:.4}.sb-header{height:var(--app-header-h);padding:0 15px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--fog-mid);flex-shrink:0;transition:padding .22s ease}.sb-logo{width:40px;height:40px;border-radius:12px;background:linear-gradient(180deg,#fff,#f6fbff);border:1px solid rgba(178,204,230,.72);display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px;box-shadow:0 8px 18px #0d82f514}.sb-logo img{width:100%;height:100%;object-fit:contain;display:block}.sb-brand-copy{min-width:0;overflow:hidden;transition:opacity .16s ease,transform .18s ease}.sb-brand-name{font-family:var(--fd);font-size:13px;font-weight:700;color:var(--ice-700);letter-spacing:.4px;line-height:1.28}.sb-brand-ver{font-size:10px;color:var(--ice-400);font-family:var(--fm);letter-spacing:1px}.sb-nav{flex:1;overflow-y:auto;padding:12px 10px}.sb-nav::-webkit-scrollbar{width:4px}.sb-nav::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:2px}.sb-section-label{font-size:10px;font-weight:500;color:#6482a099;letter-spacing:2px;text-transform:uppercase;padding:10px 10px 6px;font-family:var(--fm)}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;cursor:pointer;transition:all .2s;margin-bottom:2px;position:relative;color:#4a6080;font-size:13px;-webkit-user-select:none;user-select:none;min-height:50px}.nav-item:hover{background:var(--ice-50);color:var(--ice-600)}.nav-item.active{background:linear-gradient(135deg,#0d82f51a,#00d4ff0f);color:var(--ice-600);font-weight:500;box-shadow:inset 0 0 0 1px #0d82f526}.nav-item.active:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;border-radius:2px;background:linear-gradient(180deg,var(--ice-400),var(--cyan));box-shadow:var(--glow)}.nav-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.nav-item.active .nav-icon{background:linear-gradient(135deg,#0d82f526,#00d4ff14)}.nav-icon svg{width:15px;height:15px}.nav-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .16s ease,transform .18s ease}.nav-badge{margin-left:auto;min-width:18px;height:18px;background:linear-gradient(135deg,var(--ice-500),var(--cyan));border-radius:9px;padding:0 5px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;font-weight:600;font-family:var(--fm)}.sb-footer{padding:12px 10px 16px;border-top:1px solid var(--fog-mid);flex-shrink:0}.sb-footer-row{display:flex;align-items:center;gap:8px}.user-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:all .2s;min-width:0;flex:1}.user-card:hover{background:var(--ice-50)}.user-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--ice-400),var(--cyan));display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600;flex-shrink:0;box-shadow:0 0 12px #00d4ff4d}.user-info{flex:1;overflow:hidden;min-width:0;transition:opacity .16s ease,transform .18s ease}.user-name{font-size:13px;font-weight:500;color:#2a3f5f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:10px;color:var(--ice-400);font-family:var(--fm);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.user-more{flex-shrink:0;transition:opacity .16s ease}.sidebar-toggle{width:38px;height:38px;border-radius:12px;border:1px solid var(--fog-mid);background:var(--fog-light);color:#4a6080;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.sidebar-toggle:hover{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.sidebar-toggle svg{width:16px;height:16px}.sidebar.collapsed .sb-header{justify-content:center;gap:0;padding:0 10px}.sidebar.collapsed .sb-brand-copy,.sidebar.collapsed .nav-label,.sidebar.collapsed .user-info,.sidebar.collapsed .user-more{opacity:0;transform:translate(-6px);pointer-events:none;width:0}.sidebar.collapsed .sb-section-label{height:10px;padding:8px 0 4px;color:transparent;letter-spacing:0}.sidebar.collapsed .sb-nav{padding:12px 8px}.sidebar.collapsed .nav-item{justify-content:center;gap:0;padding:9px 8px}.sidebar.collapsed .nav-item.active:before{left:4px}.sidebar.collapsed .nav-badge{position:absolute;top:5px;right:6px;margin-left:0;min-width:16px;height:16px;border-radius:8px;padding:0 4px;font-size:9px;box-shadow:0 0 0 2px #fff}.sidebar.collapsed .sb-footer{padding:12px 8px 16px}.sidebar.collapsed .sb-footer-row{flex-direction:column;align-items:center;gap:10px}.sidebar.collapsed .user-card{justify-content:center;flex:0 0 42px;width:42px;height:42px;padding:0;gap:0}.sidebar.collapsed .user-card .user-info,.sidebar.collapsed .user-card .user-more{display:none}.sidebar.collapsed .user-avatar{margin:0}.sidebar.collapsed .sidebar-toggle{width:42px;height:42px}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{height:var(--app-header-h);flex-shrink:0;background:#fff;border-bottom:1px solid var(--fog-mid);display:flex;align-items:center;gap:16px;padding:0 28px;box-shadow:0 2px 12px #0d82f50d;position:relative;z-index:50}.topbar-title{font-family:var(--fd);font-size:18px;font-weight:600;color:#1a2840;letter-spacing:.5px}.topbar-breadcrumb{font-size:12px;color:#6482a099;display:flex;align-items:center;gap:6px;font-family:var(--fm)}.topbar-spacer{flex:1}.topbar-actions{display:flex;align-items:center;gap:10px}.tb-btn{width:36px;height:36px;border-radius:9px;background:var(--fog-light);border:1px solid var(--fog-mid);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative;color:#4a6080}.tb-btn:hover{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.tb-btn svg{width:16px;height:16px}.notif-dot{position:absolute;top:6px;right:6px;width:7px;height:7px;border-radius:50%;background:#f05c5c;border:2px solid white}.notif-count{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#f05c5c;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid white;box-sizing:content-box}.notif-wrap{position:relative}.notif-panel{position:absolute;top:calc(100% + 8px);right:0;width:340px;max-height:440px;background:#fff;border:1px solid var(--fog-mid);border-radius:12px;box-shadow:0 12px 40px #14284629;z-index:1200;display:flex;flex-direction:column;overflow:hidden;animation:notifIn .14s ease}@keyframes notifIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.notif-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--fog-light)}.notif-head-title{font-size:14px;font-weight:700;color:#1a2840}.notif-head-clear{font-size:12px;color:#8a9ab8;cursor:pointer;border:0;background:none}.notif-head-clear:hover{color:#f05c5c}.notif-list{flex:1;overflow-y:auto}.notif-item{display:flex;gap:10px;padding:11px 14px;border-bottom:1px solid var(--fog-light);cursor:pointer;transition:background .15s}.notif-item:hover{background:var(--fog-light)}.notif-item.unread{background:#0d82f50d}.notif-item-dot{width:7px;height:7px;border-radius:50%;background:#0d82f5;margin-top:6px;flex-shrink:0}.notif-item-dot.read{background:transparent}.notif-item-body{flex:1;min-width:0}.notif-item-sender{font-size:12px;font-weight:700;color:#1a2840;margin-bottom:2px}.notif-item-text{font-size:12px;color:#5a7090;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.notif-item-time{font-size:11px;color:#b0c0d4;margin-top:3px;font-family:var(--fm)}.notif-empty{padding:36px 14px;text-align:center;color:#b0c0d4;font-size:13px}.notif-foot{padding:10px 14px;border-top:1px solid var(--fog-light);text-align:center}.notif-foot-link{font-size:12px;color:#0d82f5;cursor:pointer;font-weight:600}.notif-foot-link:hover{text-decoration:underline}.date-badge{padding:6px 14px;border-radius:8px;background:var(--fog-light);border:1px solid var(--fog-mid);font-size:12px;color:#4a6080;font-family:var(--fm)}.page-area{flex:1;overflow-y:auto;padding:0 28px;display:none}.page-area.active{display:block}.page-area::-webkit-scrollbar{width:6px}.page-area::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:3px}.stats-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:14px;padding:18px 20px;border:1px solid var(--fog-mid);box-shadow:var(--card-shadow);position:relative;overflow:hidden;transition:all .25s;cursor:default}.stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 50px #0d82f524,0 4px 12px #0000000f}.stat-card:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--gt,linear-gradient(90deg,var(--ice-400),var(--cyan)))}.stat-card.c1{--gt:linear-gradient(90deg,#0d82f5,#00c8ff)}.stat-card.c2{--gt:linear-gradient(90deg,#00b894,#00d4aa)}.stat-card.c3{--gt:linear-gradient(90deg,#e17055,#ff9f43)}.stat-card.c4{--gt:linear-gradient(90deg,#6c5ce7,#a29bfe)}.stat-card.c5{--gt:linear-gradient(90deg,#fd79a8,#e84393)}.sc-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.sc-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-card.c1 .sc-icon{background:#0d82f514;color:#0d82f5}.stat-card.c2 .sc-icon{background:#00b8941a;color:#00b894}.stat-card.c3 .sc-icon{background:#e170551a;color:#e17055}.stat-card.c4 .sc-icon{background:#6c5ce71a;color:#6c5ce7}.stat-card.c5 .sc-icon{background:#fd79a81a;color:#fd79a8}.sc-icon svg{width:18px;height:18px}.sc-trend{font-size:11px;font-family:var(--fm);padding:3px 8px;border-radius:20px;font-weight:500}.sc-trend.up{background:#00b8941a;color:#00b894}.sc-trend.down{background:#e170551a;color:#e17055}.sc-value{font-family:var(--fd);font-size:30px;font-weight:700;color:#1a2840;line-height:1;margin-bottom:4px}.sc-label{font-size:12px;color:#8a9ab8}.sc-spark{height:32px;margin-top:12px;display:flex;align-items:flex-end;gap:3px}.spark-bar{flex:1;border-radius:2px 2px 0 0;background:var(--sc,rgba(13,130,245,.15))}.stat-card.c1 .spark-bar{--sc:rgba(13,130,245,.15)}.stat-card.c2 .spark-bar{--sc:rgba(0,184,148,.15)}.stat-card.c3 .spark-bar{--sc:rgba(225,112,85,.15)}.stat-card.c4 .spark-bar{--sc:rgba(108,92,231,.15)}.stat-card.c5 .spark-bar{--sc:rgba(253,121,168,.15)}.charts-row{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:24px}.card{background:#fff;border-radius:14px;border:1px solid var(--fog-mid);box-shadow:var(--card-shadow);overflow:hidden}.card-head{padding:16px 20px 0;display:flex;align-items:center;justify-content:space-between}.card-head-title{font-size:14px;font-weight:600;color:#1a2840;display:flex;align-items:center;gap:8px}.card-head-title .dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--ice-400),var(--cyan));box-shadow:0 0 8px #00d4ff80}.card-head-actions{display:flex;gap:6px}.chip{padding:4px 10px;border-radius:20px;font-size:11px;border:1px solid var(--fog-mid);cursor:pointer;transition:all .2s;color:#6a80a0;font-family:var(--fm)}.chip.active,.chip:hover{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.chart-area{padding:16px 20px 20px}.chart-svg{width:100%;overflow:visible}.lower-row{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:16px;margin-bottom:24px}.task-list{padding:0 20px 16px}.task-item{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--fog-light);cursor:pointer;transition:all .2s}.task-item:last-child{border-bottom:none}.task-item:hover{background:var(--ice-50);margin:0 -20px;padding:11px 20px;border-radius:8px}.tt{padding:3px 9px;border-radius:20px;font-size:10px;font-weight:500;white-space:nowrap;font-family:var(--fm)}.badge-img{background:#0d82f51a;color:#0d82f5}.badge-vid{background:#6c5ce71a;color:#6c5ce7}.badge-txt{background:#00b8941a;color:#00b894}.badge-aud{background:#fd79a81a;color:#fd79a8}.badge-pcd{background:#e170551a;color:#e17055}.task-name{flex:1;font-size:13px;color:#2a3f5f;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-pw{width:70px}.task-pb{height:4px;border-radius:2px;background:var(--fog-mid);overflow:hidden}.task-pf{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--ice-400),var(--cyan));box-shadow:0 0 6px #00d4ff66}.task-pct{font-size:10px;color:#8a9ab8;text-align:right;margin-top:2px;font-family:var(--fm)}.ts{font-size:10px;padding:2px 8px;border-radius:10px;white-space:nowrap;font-family:var(--fm)}.s-doing{background:#0d82f51a;color:#0d82f5}.s-review{background:#ff9f431f;color:#e17055}.s-done{background:#00b8941a;color:#00b894}.donut-wrap{display:flex;align-items:center;justify-content:center;padding:16px 20px;flex-direction:column;gap:16px}.donut-legend{display:flex;flex-direction:column;gap:6px;width:100%}.legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#4a6080}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-val{margin-left:auto;font-family:var(--fm);font-size:12px;color:#1a2840;font-weight:500}.preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px 20px 20px}.preview-thumb{border-radius:8px;overflow:hidden;position:relative;background:var(--fog-light);border:1px solid var(--fog-mid);aspect-ratio:16/10;cursor:pointer;transition:all .2s}.preview-thumb:hover{transform:scale(1.02);box-shadow:0 4px 20px #0d82f533}.preview-thumb canvas{width:100%;height:100%;display:block}.thumb-overlay{position:absolute;bottom:0;left:0;right:0;padding:6px 8px;background:linear-gradient(0deg,rgba(10,25,50,.8) 0%,transparent 100%);font-size:10px;color:#ffffffd9;font-family:var(--fm);display:flex;align-items:center;justify-content:space-between}.tbt{font-size:9px;padding:1px 6px;border-radius:4px;font-weight:500}.annotation-workspace{display:grid;grid-template-columns:1fr 280px;gap:16px;height:calc(100vh - 106px)}.anno-canvas-area{background:#fff;border-radius:14px;border:1px solid var(--fog-mid);display:flex;flex-direction:column;overflow:hidden}.anno-toolbar{height:50px;border-bottom:1px solid var(--fog-mid);display:flex;align-items:center;gap:6px;padding:0 14px}.tool-btn{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#4a6080;border:1px solid transparent}.tool-btn:hover{background:var(--ice-50);color:var(--ice-600)}.tool-btn.active{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.tool-btn svg{width:15px;height:15px}.tool-sep{width:1px;height:24px;background:var(--fog-mid);margin:0 4px}.anno-canvas{flex:1;position:relative;overflow:hidden;background:#f0f4f8}.anno-img{position:absolute;top:20px;right:20px;bottom:20px;left:20px;background:#fff;border-radius:4px;box-shadow:0 4px 24px #0000001f;overflow:hidden}.anno-img canvas{width:100%;height:100%;display:block}.anno-panel{display:flex;flex-direction:column;gap:12px}.label-list{padding:0 14px 12px}.label-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:12px;color:#4a6080;transition:all .2s;margin-bottom:2px;border:1px solid transparent}.label-item:hover{background:var(--ice-50)}.label-item.selected{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.label-color{width:10px;height:10px;border-radius:3px;flex-shrink:0}.label-count{font-size:10px;font-family:var(--fm);color:#8a9ab8}.page-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 106px);color:#8a9ab8}.placeholder-icon{font-size:48px;margin-bottom:12px;opacity:.3}.placeholder-text{font-size:14px}.section-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title{font-size:14px;font-weight:600;color:#1a2840;display:flex;align-items:center;gap:8px}.section-title .line{width:3px;height:14px;border-radius:2px;background:linear-gradient(180deg,var(--ice-400),var(--cyan));box-shadow:0 0 8px #00d4ff66}.section-action{font-size:12px;color:var(--ice-500);cursor:pointer;font-family:var(--fm)}.section-action:hover{text-decoration:underline}.fade-in{animation:fadeInUp .5s ease forwards}.auth-checking-screen{display:flex;align-items:center;justify-content:center;background:#0d1b29;color:#fff}.auth-checking-card{display:flex;flex-direction:column;align-items:center;gap:18px;font-size:14px;letter-spacing:.5px}.auth-checking-logo{width:60px;height:60px;padding:8px;border:1px solid #d9dfe6;border-radius:5px;background:#f7f6f2}.auth-checking-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.22);border-top-color:#1265ed;border-radius:50%;animation:authCheckingSpin .8s linear infinite}@keyframes authCheckingSpin{to{transform:rotate(360deg)}}#login-screen{--login-ink: #0d1b29;--login-ink-soft: #142638;--login-paper: #f8f7f3;--login-paper-strong: #fff;--login-blue: #1265ed;--login-blue-dark: #0757d9;--login-lime: #9ce61b;--login-muted: #6f7d90;--login-line: #cfd6df;isolation:isolate;overflow:hidden;background:var(--login-ink);color:#fff}.login-brandbar{position:absolute;z-index:3;top:42px;left:44px}.brand-logo-wrap{display:flex;align-items:center;gap:14px}.logo-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;padding:6px;overflow:hidden;border:1px solid #d7dde4;border-radius:5px;background:var(--login-paper)}.logo-icon img{position:relative;z-index:1;width:100%;height:100%;display:block;object-fit:contain}.brand-name{color:#fff;font:700 22px/1.1 var(--fb);letter-spacing:.5px}.brand-tagline{margin-top:6px;color:#c8d1dc;font:500 10px/1 var(--fm);letter-spacing:2.1px;text-transform:uppercase}.login-platform-summary{position:absolute;z-index:2;top:54px;right:52px;width:310px;padding:0 16px 12px 20px;border-left:1px solid rgba(185,199,213,.42)}.brand-headline{color:#fff;font:700 22px/1.45 var(--fb);letter-spacing:.3px}.brand-headline strong{color:#2f8cff;font-weight:800}.brand-desc{max-width:300px;margin-top:12px;color:#b7c1cd;font-size:12px;line-height:1.8}.login-side-label{position:absolute;z-index:1;top:50%;color:#aeb9c6;font:500 10px/1 var(--fm);letter-spacing:2.8px;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg)}.login-side-label span{margin-top:14px;color:var(--login-lime);font-size:19px;font-weight:800}.login-side-label-left{left:34px}.login-side-label-right{right:34px}.login-container{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:136px 24px 176px}.login-card{width:min(536px,calc(100vw - 48px));min-height:594px;flex-shrink:0;padding:46px 42px 34px;overflow:hidden;border:1px solid #d2d8e0;border-radius:5px;background:var(--login-paper);box-shadow:0 20px 48px #030a1233;color:var(--login-ink)}.login-card[data-panel=register],.login-card[data-panel=forgot]{min-height:620px;padding-top:34px}.form-panel{display:none;animation:panelIn .24s ease}.form-panel.active{display:block}@keyframes panelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.panel-heading{margin-bottom:34px}.login-card[data-panel=login] .panel-heading{margin-bottom:52px}.login-card[data-panel=login] .input-group{margin-bottom:29px}.login-card[data-panel=login] .login-row{margin-bottom:32px}.login-card[data-panel=login] .switch-row{margin-top:24px}.login-card[data-panel=login] .card-footer{margin-top:40px}.panel-title{display:flex;align-items:baseline;gap:13px;color:var(--login-ink);font:800 34px/1.1 var(--fb);letter-spacing:-.5px;white-space:nowrap}.panel-title em{color:#647185;font:italic 700 18px/1 var(--fm);letter-spacing:.4px}.panel-title-slash{color:#8793a4;font:italic 700 28px/1 var(--fm)}.panel-title-accent{margin-left:-5px;color:var(--login-lime);font:italic 900 30px/1 var(--fm)}.panel-title-rule{position:relative;height:1px;margin-top:18px;background:var(--login-line)}.panel-title-rule span{position:absolute;top:-2px;left:0;width:56px;border-top:3px solid #9aa6b5}.panel-sub{margin:-22px 0 22px;color:var(--login-muted);font-size:11px;letter-spacing:.4px}.panel-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;border:none;background:none;color:var(--login-blue);font:500 12px/1 var(--fb);cursor:pointer}.panel-back svg{width:16px;height:16px}.panel-back:hover{color:var(--login-blue-dark)}.input-group{margin-bottom:24px}.input-label{display:block;margin-bottom:10px;color:#26364a;font:700 12px/1 var(--fm);letter-spacing:.8px;text-transform:uppercase}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap .iico{position:absolute;z-index:1;left:15px;width:19px;height:19px;color:#728097;pointer-events:none}.input-field{width:100%;height:54px;padding:0 16px 0 48px;border:1px solid #cbd2dc;border-radius:4px;outline:none;background:var(--login-paper-strong);color:var(--login-ink);font:400 14px/1 var(--fb);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.input-field::placeholder{color:#99a4b3}.input-field-password{padding-right:48px}.password-toggle{position:absolute;z-index:2;right:12px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;background:transparent;color:#728097;cursor:pointer}.password-toggle svg{width:19px;height:19px}.password-toggle:hover{background:#edf2f8;color:var(--login-blue)}.password-toggle:focus-visible{outline:2px solid var(--login-blue);outline-offset:1px}.input-field:hover{border-color:#aab5c3}.input-field:focus{border-color:var(--login-blue);background:#fff;box-shadow:0 0 0 3px #1265ed1f}.input-field.error{border-color:#dc4b57;box-shadow:0 0 0 3px #dc4b571a}.field-hint{margin-top:6px;padding-left:2px;font:400 11px/1.35 var(--fm)}.field-hint.err{color:#cf3647}.field-hint.ok{color:#168459}.field-hint.note{color:#788598}.pwd-strength{display:flex;align-items:center;gap:4px;margin-top:8px}.strength-bar{flex:1;height:3px;border-radius:1px;transition:background .2s ease}.strength-label{min-width:30px;margin-left:6px;font:500 10px/1 var(--fm)}.login-row{display:flex;align-items:center;justify-content:space-between;margin:-3px 0 28px}.remember-check{display:flex;align-items:center;gap:9px;cursor:pointer}.remember-check input{width:16px;height:16px;accent-color:var(--login-blue)}.remember-check span{color:#26364a;font-size:12px;font-weight:600}.text-link{border:none;background:none;color:var(--login-blue);font:600 12px/1.2 var(--fb);cursor:pointer;text-decoration:none}.text-link:hover{color:var(--login-blue-dark);text-decoration:underline}.text-link:focus-visible{outline:2px solid var(--login-blue);outline-offset:3px}.btn-primary{width:100%;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:0 18px;border:1px solid var(--login-blue);border-radius:4px;background:var(--login-blue);color:#fff;font:700 16px/1 var(--fb);letter-spacing:1.5px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.btn-primary svg{width:20px;height:20px}.btn-primary:hover{border-color:var(--login-blue-dark);background:var(--login-blue-dark)}.btn-primary:active{transform:translateY(1px)}.btn-primary:focus-visible{outline:3px solid rgba(18,101,237,.22);outline-offset:3px}.btn-primary:disabled{cursor:not-allowed}.switch-row{margin-top:22px;color:#556378;font-size:12px;text-align:center}.card-footer{margin-top:34px;color:#8b96a6;font:400 10px/1 var(--fm);text-align:center;letter-spacing:.15px}.step-dots{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.step-item{display:flex;flex:1;align-items:flex-start}.step-node{width:100%;display:flex;flex-direction:column;align-items:center}.step-dot{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;font:600 11px/1 var(--fm);transition:all .2s ease}.step-dot.done{border:1px solid var(--login-blue);background:var(--login-blue);color:#fff}.step-dot.active{border:1px solid var(--login-blue);background:#eaf2ff;color:var(--login-blue)}.step-dot.pending{border:1px solid #cbd3dd;background:#f0f2f5;color:#8995a5}.step-line{flex:1;height:1px;margin-top:14px;background:#d7dde5}.step-line.done{background:var(--login-blue)}.step-label{margin-top:6px;color:#748195;font:400 10px/1 var(--fm);text-align:center}.reset-step{display:none;animation:panelIn .22s ease}.reset-step.active{display:block}.code-row{display:flex;gap:10px}.code-row .input-field{flex:1;padding-left:14px;font:500 17px/1 var(--fm);letter-spacing:4px}.btn-send-code{flex-shrink:0;height:54px;padding:0 16px;border:1px solid var(--login-blue);border-radius:4px;background:#fff;color:var(--login-blue);font:600 12px/1 var(--fb);cursor:pointer;white-space:nowrap}.btn-send-code:hover{background:#edf4ff}.btn-send-code:disabled{opacity:.45;cursor:not-allowed}.verification-note{margin-bottom:18px;padding:13px 14px;border-left:3px solid var(--login-blue);background:#edf4ff}.verification-note-label{margin-bottom:4px;color:#5f6d82;font:500 10px/1 var(--fm);letter-spacing:.5px}.verification-note-value{color:var(--login-ink);font-size:14px}.success-box{padding:18px 0 8px;text-align:center}.success-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;border:1px solid #80bf3c;border-radius:50%;background:#f1f8e9}.success-icon svg{width:28px;height:28px;color:#5f9f22}.success-title{margin-bottom:8px;color:var(--login-ink);font:700 20px/1.2 var(--fb)}.success-desc{margin-bottom:26px;color:#657287;font-size:13px;line-height:1.7}.brand-stats{position:absolute;z-index:2;right:15%;bottom:24px;left:15%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(180,194,207,.42);border-bottom:1px solid rgba(180,194,207,.25)}.stat-item{position:relative;min-height:106px;display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-item+.stat-item{border-left:1px solid rgba(180,194,207,.36)}.sn{display:block;color:#318dff;font:700 35px/1 var(--fd);letter-spacing:.4px}.sl{display:block;margin-top:10px;color:#f0f3f7;font-size:12px;letter-spacing:.3px}@media (max-width: 1120px){.login-platform-summary,.login-side-label{display:none}.brand-stats{right:8%;left:8%}}@media (max-height: 850px){.login-brandbar{top:22px}.login-platform-summary{top:26px}.login-container{padding-top:84px;padding-bottom:112px}.login-card{min-height:auto;padding-top:30px;padding-bottom:26px}.login-card[data-panel=register],.login-card[data-panel=forgot]{min-height:auto;padding-top:24px}.panel-heading{margin-bottom:24px}.input-group{margin-bottom:18px}.card-footer{margin-top:22px}.brand-stats{bottom:10px}.stat-item{min-height:80px}.sn{font-size:29px}}@media (max-height: 720px){.brand-stats{display:none}.login-container{padding-bottom:40px}}@media (max-width: 720px){#login-screen{overflow-y:auto}.login-brandbar{top:18px;left:20px}.logo-icon{width:44px;height:44px}.brand-name{font-size:18px}.brand-tagline{font-size:8px;letter-spacing:1.4px}.login-container{position:relative;min-height:100%;padding:92px 16px 28px}.login-card{width:100%;min-height:auto;padding:30px 24px 26px}.panel-title{gap:9px;font-size:29px}.panel-title em{font-size:15px}.panel-title-slash,.panel-title-accent{font-size:23px}.brand-stats{display:none}}@media (prefers-reduced-motion: reduce){.form-panel,.reset-step,.auth-checking-spinner{animation:none}}.ds-topbar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.ds-search-wrap{flex:1;min-width:220px;position:relative}.ds-search-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:#8a9ab8;pointer-events:none}.ds-search{width:100%;padding:9px 12px 9px 36px;background:#fff;border:1px solid var(--fog-mid);border-radius:9px;font-size:13px;font-family:var(--fb);color:#1a2840;outline:none;transition:all .25s}.ds-search:focus{border-color:var(--ice-300);box-shadow:0 0 0 3px #0d82f514}.ds-search::placeholder{color:#b0c0d4}.filter-tabs{display:flex;background:#fff;border:1px solid var(--fog-mid);border-radius:10px;padding:3px;gap:2px}.filter-tab{padding:6px 14px;border-radius:7px;font-size:12px;cursor:pointer;transition:all .2s;color:#6a80a0;white-space:nowrap;font-family:var(--fb)}.filter-tab.active{background:linear-gradient(135deg,#0d82f51f,#00d4ff12);color:var(--ice-600);font-weight:500}.filter-tab:hover:not(.active){background:var(--ice-50);color:var(--ice-600)}.btn-upload-main{display:flex;align-items:center;gap:7px;padding:9px 18px;border-radius:9px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;font-size:13px;font-weight:500;cursor:pointer;font-family:var(--fb);white-space:nowrap;box-shadow:0 4px 16px #0d82f54d;transition:all .25s}.btn-upload-main:hover{box-shadow:0 6px 24px #00d4ff66;transform:translateY(-1px)}.btn-upload-main svg{width:15px;height:15px}.ds-summary{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.ds-summary-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ds-source-card{background:#fff;border-radius:12px;padding:18px 24px;border:2px solid var(--fog-mid);display:flex;align-items:center;gap:16px;transition:all .25s;cursor:pointer}.ds-source-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0d82f51f}.ds-source-card.active{border-color:#0d82f5;background:linear-gradient(135deg,#0d82f514,#00d4ff0a)}.ds-source-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds-source-icon svg{width:20px;height:20px}.ds-source-info{flex:1}.ds-source-title{font-size:14px;font-weight:600;color:#1a2840;margin-bottom:4px}.ds-source-subtitle{font-size:12px;color:#8a9ab8;margin-bottom:6px}.ds-source-val{font-family:var(--fd);font-size:24px;font-weight:700}.ds-source-card:nth-child(1) .ds-source-val{color:#0d82f5}.ds-source-card:nth-child(2) .ds-source-val{color:#00b894}.ds-source-card:nth-child(3) .ds-source-val{color:#ff9f43}.ds-source-card:nth-child(4) .ds-source-val{color:#6c5ce7}.ds-stat-card{background:#fff;border-radius:12px;padding:16px 20px;border:1px solid var(--fog-mid);display:flex;align-items:center;gap:14px;transition:all .2s}.ds-stat-card:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0d82f51a}.ds-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds-stat-icon svg{width:18px;height:18px}.ds-stat-val{font-family:var(--fd);font-size:22px;font-weight:700;color:#1a2840;line-height:1.1}.ds-stat-label{font-size:11px;color:#8a9ab8;margin-top:2px}.ds-table-wrap{background:#fff;border-radius:14px;border:1px solid var(--fog-mid);box-shadow:var(--card-shadow);overflow:hidden}.ds-table-head{display:flex;align-items:center;padding:0 20px;height:44px;background:var(--fog-light);border-bottom:1px solid var(--fog-mid);gap:0}.ds-th{font-size:11px;font-weight:600;color:#6a80a0;text-transform:uppercase;letter-spacing:.8px;font-family:var(--fm);white-space:nowrap;display:flex;align-items:center;gap:5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}.ds-th:hover{color:var(--ice-600)}.ds-th svg{width:12px;height:12px;opacity:.5}.ds-th.w-check{width:36px;flex-shrink:0}.ds-th.w-name{flex:1;min-width:180px}.ds-th.w-type,.ds-th.w-source{width:100px;flex-shrink:0}.ds-th.w-count,.ds-th.w-size{width:90px;flex-shrink:0}.ds-th.w-format{width:110px;flex-shrink:0}.ds-th.w-status{width:90px;flex-shrink:0}.ds-th.w-user{width:100px;flex-shrink:0}.ds-th.w-date{width:110px;flex-shrink:0}.ds-th.w-action{width:140px;flex-shrink:0;justify-content:center}.ds-row{display:flex;align-items:center;padding:0 20px;height:64px;border-bottom:1px solid var(--fog-light);gap:0;transition:all .15s;cursor:pointer}.ds-row:last-child{border-bottom:none}.ds-row:hover{background:var(--ice-50)}.ds-row.selected{background:#0d82f50a}.ds-td{font-size:13px;color:#2a3f5f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center}.ds-td.w-check{width:36px;flex-shrink:0}.ds-td.w-name{flex:1;min-width:180px;gap:10px}.ds-td.w-type,.ds-td.w-source{width:100px;flex-shrink:0}.ds-td.w-count,.ds-td.w-size{width:90px;flex-shrink:0;font-family:var(--fm);color:#4a6080}.ds-td.w-format{width:110px;flex-shrink:0}.ds-td.w-status{width:90px;flex-shrink:0}.ds-td.w-user{width:100px;flex-shrink:0;color:#4a6080}.ds-td.w-date{width:110px;flex-shrink:0;font-family:var(--fm);color:#4a6080}.ds-td.w-action{width:140px;flex-shrink:0;display:flex;gap:8px;justify-content:center}.ds-name-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds-name-icon svg{width:15px;height:15px}.ds-name-text{overflow:hidden}.ds-name-main{font-size:13px;font-weight:500;color:#1a2840;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-name-sub{font-size:11px;color:#8a9ab8;font-family:var(--fm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-badge{padding:3px 8px;border-radius:6px;font-size:10px;font-weight:600;font-family:var(--fm)}.mb-img{background:#0d82f51a;color:#0d82f5}.mb-vid{background:#6c5ce71a;color:#6c5ce7}.mb-aud{background:#fd79a81a;color:#fd79a8}.mb-txt{background:#00b8941a;color:#00b894}.mb-pcd{background:#e170551a;color:#e17055}.mb-mix{background:#6464c81a;color:#6264c8}.mb-model{background:#9b59b61f;color:#9b59b6}.fmt-tag{padding:2px 8px;border-radius:5px;font-size:10px;font-family:var(--fm);background:var(--fog-light);border:1px solid var(--fog-mid);color:#6a80a0}.status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.st-ready{background:#00b894;box-shadow:0 0 6px #00b89480}.st-import{background:#0d82f5;box-shadow:0 0 6px #0d82f580}.st-error{background:#e17055;box-shadow:0 0 6px #e1705580}.st-proc{background:#ff9f43;box-shadow:0 0 6px #ff9f4380}.status-label{font-size:11px;font-family:var(--fm)}.sl-ready{color:#00b894}.sl-import{color:#0d82f5}.sl-error{color:#e17055}.sl-proc{color:#ff9f43}.action-icon-btn{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#8a9ab8}.action-icon-btn:hover{background:var(--ice-50);color:var(--ice-600);border-color:var(--ice-100)}.action-icon-btn svg{width:14px;height:14px}.ds-table-foot{display:flex;align-items:center;padding:14px 20px;border-top:1px solid var(--fog-light);gap:12px}.ds-load-state{margin-left:auto;color:#7f93ad;font-size:12px;font-weight:700}.ds-foot-info{font-size:12px;color:#8a9ab8;font-family:var(--fm);flex:1}.pagination{display:flex;gap:4px;align-items:center}.pg-btn{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:all .2s;font-family:var(--fm);border:1px solid var(--fog-mid);background:#fff;color:#4a6080}.pg-btn:hover{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.pg-btn.active{background:linear-gradient(135deg,#0063d4,#0d82f5);border-color:transparent;color:#fff;font-weight:600}.pg-btn svg{width:13px;height:13px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a142880;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:none;align-items:center;justify-content:center}.modal-overlay.open{display:flex;animation:fadeOverlay .25s ease}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.modal-box{background:#fff;border-radius:20px;width:700px;max-width:94vw;max-height:88vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 80px #0003,0 0 0 1px #0d82f514;animation:modalSlide .3s ease}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid var(--fog-mid);flex-shrink:0}.modal-title{font-family:var(--fd);font-size:18px;font-weight:700;color:#1a2840;letter-spacing:.5px}.modal-close{width:32px;height:32px;border-radius:8px;background:var(--fog-light);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6a80a0;transition:all .2s}.modal-close:hover{background:var(--ice-50);color:var(--ice-600)}.modal-close svg{width:16px;height:16px}.modal-body{flex:1;overflow-y:auto;padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--fog-mid);display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0}.upload-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px}.upload-type-card{border:1.5px solid var(--fog-mid);border-radius:12px;padding:14px;cursor:pointer;transition:all .2s;text-align:center;background:var(--fog-light)}.upload-type-card:hover{border-color:var(--ice-300);background:var(--ice-50)}.upload-type-card.selected{border-color:var(--ice-400);background:#0d82f50f;box-shadow:0 0 0 3px #0d82f514}.utc-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}.utc-icon svg{width:18px;height:18px}.utc-name{font-size:12px;font-weight:600;color:#2a3f5f;margin-bottom:2px}.utc-fmt{font-size:10px;color:#8a9ab8;font-family:var(--fm)}.upload-dropzone{border:2px dashed var(--fog-mid);border-radius:14px;padding:40px 24px;text-align:center;cursor:pointer;transition:all .3s;position:relative;background:var(--fog-light);margin-bottom:20px}.upload-dropzone:hover,.upload-dropzone.dragover{border-color:var(--ice-400);background:#0d82f50a;box-shadow:0 0 0 4px #0d82f50f}.upload-dropzone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.dz-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#0d82f51a,#00d4ff12);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;border:1px solid rgba(13,130,245,.15)}.dz-icon svg{width:24px;height:24px;color:var(--ice-500)}.dz-title{font-size:15px;font-weight:600;color:#1a2840;margin-bottom:6px}.dz-sub{font-size:12px;color:#8a9ab8;line-height:1.7}.dz-formats{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:12px}.dz-fmt-badge{padding:3px 10px;border-radius:6px;font-size:11px;font-family:var(--fm);background:#fff;border:1px solid var(--fog-mid);color:#6a80a0}.dz-mm-hint{margin-top:14px;text-align:left;background:#faf7fd;border:1px solid #e7d6f3;border-radius:10px;padding:12px 14px;font-size:12px;line-height:1.7;color:#6a5a80;cursor:default}.dz-mm-hint code{background:#efe2f8;color:#8e44ad;border-radius:4px;padding:1px 5px;font-family:var(--fm)}.dz-mm-hint pre{margin:8px 0;background:#2a2140;color:#e7d9f7;border-radius:8px;padding:10px 12px;font-size:11px;line-height:1.6;overflow:auto;font-family:var(--fm);white-space:pre}.dz-pcd-hint{background:#f3f9ff;border-color:#cfe4fa;color:#496780}.dz-pcd-hint code{background:#deefff;color:#0969a9}.dz-pcd-hint pre{background:#102538;color:#d7efff}.dz-pcd-contract-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;margin:8px 0}.dz-pcd-contract-grid span{display:block;padding:6px 8px;border-radius:7px;background:#ffffffb3;border:1px solid #d9eaf8}@media (max-width:760px){.dz-pcd-contract-grid{grid-template-columns:1fr}}.upload-file-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.upload-file-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--fog-light);border-radius:10px;border:1px solid var(--fog-mid)}.ufi-icon{width:32px;height:32px;border-radius:8px;background:#fff;border:1px solid var(--fog-mid);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ufi-icon svg{width:15px;height:15px;color:var(--ice-500)}.ufi-info{flex:1;min-width:0}.ufi-name{font-size:13px;font-weight:500;color:#1a2840;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ufi-size{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.ufi-progress{width:120px;flex-shrink:0}.ufi-bar-bg{height:4px;background:var(--fog-mid);border-radius:2px;overflow:hidden}.ufi-bar-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--ice-400),var(--cyan));transition:width 1s ease}.ufi-pct{font-size:10px;color:var(--ice-500);font-family:var(--fm);text-align:right;margin-top:2px}.ufi-del{width:26px;height:26px;border-radius:6px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#c0cfe0;transition:all .2s;flex-shrink:0}.ufi-del:hover{background:#e170551a;color:#e17055}.ufi-del svg{width:13px;height:13px}.upload-meta{display:grid;grid-template-columns:1fr 1fr;gap:14px}.upload-meta-field label{display:block;font-size:11px;color:#00000080;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-family:var(--fm)}.upload-meta-field input,.upload-meta-field select,.upload-meta-field textarea{width:100%;padding:9px 12px;background:var(--fog-light);border:1px solid var(--fog-mid);border-radius:8px;font-size:13px;font-family:var(--fb);color:#1a2840;outline:none;transition:all .25s}.upload-meta-field input:focus,.upload-meta-field select:focus,.upload-meta-field textarea:focus{border-color:var(--ice-300);background:#fff;box-shadow:0 0 0 3px #0d82f514}.upload-meta-field textarea{resize:vertical;min-height:60px}.upload-meta-field select option{background:#fff}.btn-cancel{padding:9px 20px;border-radius:8px;background:var(--fog-light);border:1px solid var(--fog-mid);color:#4a6080;font-size:13px;cursor:pointer;font-family:var(--fb);transition:all .2s}.btn-cancel:hover{background:#fff;border-color:var(--ice-200);color:var(--ice-600)}.btn-confirm{padding:9px 24px;border-radius:8px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;font-size:13px;font-weight:500;cursor:pointer;font-family:var(--fb);box-shadow:0 4px 14px #0d82f54d;transition:all .25s}.btn-confirm:hover{box-shadow:0 6px 20px #00d4ff66;transform:translateY(-1px)}.cb{width:16px;height:16px;border-radius:4px;border:1.5px solid var(--fog-mid);cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s;background:#fff}.cb.checked{background:var(--ice-500);border-color:var(--ice-500)}.cb.checked:after{content:"";display:block;width:8px;height:5px;border-left:1.5px solid white;border-bottom:1.5px solid white;transform:rotate(-45deg) translateY(-1px)}.cb.indeterminate{background:var(--ice-500);border-color:var(--ice-500)}.cb.indeterminate:after{content:"";display:block;width:8px;height:1.5px;background:#fff}.import-progress-area{padding:8px 0}.import-overall{margin-bottom:20px}.import-overall-bar{height:8px;background:var(--fog-mid);border-radius:4px;overflow:hidden;margin:8px 0}.import-overall-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--ice-400),var(--cyan));box-shadow:0 0 8px #00d4ff66;transition:width .5s ease}.import-step{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;margin-bottom:6px;background:var(--fog-light)}.import-step-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.is-done{background:#00b89426;color:#00b894}.is-doing{background:#0d82f526;color:#0d82f5}.is-wait{background:var(--fog-mid);color:#b0c0d4}.import-step-icon svg{width:14px;height:14px}.import-step-text{flex:1;font-size:13px;color:#2a3f5f}.import-step-sub{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.detail-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;background:#fff;border-left:1px solid var(--fog-mid);z-index:900;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 32px #0d82f51a;display:flex;flex-direction:column}.detail-drawer.open{transform:translate(0)}.drawer-header{padding:20px 24px 16px;border-bottom:1px solid var(--fog-mid);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.drawer-title{font-family:var(--fd);font-size:16px;font-weight:700;color:#1a2840}.drawer-close{width:30px;height:30px;border-radius:8px;background:var(--fog-light);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6a80a0}.drawer-close:hover{background:var(--ice-50);color:var(--ice-600)}.drawer-close svg{width:14px;height:14px}.drawer-body{flex:1;overflow-y:auto;padding:20px 24px}.drawer-section{margin-bottom:24px}.drawer-section-title{font-size:11px;font-weight:600;color:#8a9ab8;text-transform:uppercase;letter-spacing:1.5px;font-family:var(--fm);margin-bottom:12px}.meta-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--fog-light)}.meta-row:last-child{border-bottom:none}.meta-key{font-size:12px;color:#8a9ab8}.meta-val{font-size:12px;color:#2a3f5f;font-family:var(--fm);font-weight:500}.sample-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:8px}.sample-mini{border-radius:6px;overflow:hidden;aspect-ratio:1;background:var(--fog-light);border:1px solid var(--fog-mid);transition:transform .15s,box-shadow .15s}.sample-mini canvas{width:100%;height:100%;display:block}.sample-mini:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d82f52e;border-color:var(--ice-300)}.sample-mini:hover .sample-mini-overlay{opacity:1!important;background:#00000059!important}.sample-mini:hover img{transform:scale(1.04)}.sample-load-state{grid-column:1/-1;min-height:128px;display:flex;align-items:center;justify-content:center;color:#8a9ab8;font-size:13px}.sample-load-state.error,.sample-load-state.empty{flex-direction:column;gap:7px;padding:22px 16px;text-align:center;border:1px dashed var(--fog-mid);border-radius:10px;background:var(--fog-light)}.sample-load-state>svg{width:30px;height:30px;color:#8a9ab8}.sample-load-state strong{font-size:13px;color:#4a6080}.sample-load-state span{max-width:280px;font-size:11px;line-height:1.5;color:#8a9ab8;overflow-wrap:anywhere}.sample-load-state.error{border-color:#e170554d;background:#e170550a}.sample-load-state.error>svg,.sample-load-state.error strong{color:#d85c43}.sample-load-state button{margin-top:4px;padding:7px 16px;border:1px solid var(--ice-200);border-radius:7px;background:#fff;color:var(--ice-600);font:500 12px var(--fb);cursor:pointer;transition:all .18s}.sample-load-state button:hover{border-color:var(--ice-400);background:var(--ice-50)}.drawer-load-state{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center;color:#8a9ab8}.drawer-load-state strong{font-size:14px;color:#4a6080}.drawer-load-state span{font-size:12px;line-height:1.6;overflow-wrap:anywhere}.drawer-load-state.error{border:1px dashed rgba(225,112,85,.35);border-radius:10px;background:#e170550a}.drawer-load-state.error strong{color:#c95640}.drawer-load-state button{margin-top:4px;padding:7px 16px;border:1px solid var(--ice-200);border-radius:7px;background:#fff;color:var(--ice-600);font:500 12px var(--fb);cursor:pointer}.drawer-footer{padding:16px 24px;border-top:1px solid var(--fog-mid);display:flex;gap:10px;flex-shrink:0}.drawer-btn{flex:1;padding:9px 0;border-radius:9px;font-size:13px;cursor:pointer;font-family:var(--fb);font-weight:500;text-align:center;transition:all .2s}.drawer-btn.outline{background:#fff;border:1.5px solid var(--fog-mid);color:#4a6080}.drawer-btn.outline:hover{border-color:var(--ice-300);color:var(--ice-600)}.drawer-btn.primary{background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;box-shadow:0 4px 14px #0d82f54d}.drawer-btn.primary:hover{box-shadow:0 6px 20px #00d4ff66}.batch-bar{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:#1a2840;border-radius:14px;padding:12px 20px;display:flex;align-items:center;gap:16px;z-index:200;transition:transform .3s ease;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0d}.batch-bar.show{transform:translate(-50%) translateY(0)}.batch-count{font-size:13px;color:#ffffffb3;font-family:var(--fm)}.batch-count span{color:#00d4ff;font-weight:600}.batch-divider{width:1px;height:20px;background:#ffffff1f}.batch-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:12px;color:#ffffffb3;background:none;border:none;font-family:var(--fb);transition:all .2s}.batch-btn:hover{background:#ffffff14;color:#fff}.batch-btn svg{width:14px;height:14px}.batch-btn.danger:hover{background:#e1705533;color:#ff9f43}.role-bar{display:flex;align-items:center;gap:10px;padding:10px 16px;background:linear-gradient(135deg,#0d82f50f,#00d4ff08);border:1px solid rgba(13,130,245,.12);border-radius:12px;margin-bottom:18px}.role-bar-label{font-size:11px;color:#8a9ab8;font-family:var(--fm);letter-spacing:1px;white-space:nowrap}.role-pills{display:flex;gap:6px}.role-pill{padding:5px 14px;border-radius:20px;font-size:12px;cursor:pointer;transition:all .2s;border:1px solid var(--fog-mid);background:#fff;color:#4a6080;font-family:var(--fb);display:flex;align-items:center;gap:5px}.role-pill.active{background:linear-gradient(135deg,#0d82f51f,#00d4ff12);border-color:var(--ice-300);color:var(--ice-600);font-weight:500}.role-pill svg{width:12px;height:12px}.role-badge{margin-left:auto;display:flex;align-items:center;gap:8px;font-size:12px;color:#4a6080}.role-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff}.tc-topbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.tc-search-wrap{position:relative;min-width:200px}.tc-search-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:#8a9ab8;pointer-events:none}.tc-search{padding:9px 12px 9px 36px;background:#fff;border:1px solid var(--fog-mid);border-radius:9px;font-size:13px;font-family:var(--fb);color:#1a2840;outline:none;width:200px;transition:all .25s}.tc-search:focus{border-color:var(--ice-300);box-shadow:0 0 0 3px #0d82f514;width:240px}.tc-search::placeholder{color:#b0c0d4}.tc-filter-group{display:flex;align-items:center;gap:8px}.tc-filter-select{padding:8px 12px;background:#fff;border:1px solid var(--fog-mid);border-radius:8px;font-size:12px;font-family:var(--fb);color:#4a6080;outline:none;cursor:pointer;transition:all .2s}.tc-filter-select:focus{border-color:var(--ice-300)}.view-toggle{display:flex;background:#fff;border:1px solid var(--fog-mid);border-radius:8px;overflow:hidden}.vt-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#6a80a0;border:none;background:none}.vt-btn.active{background:var(--ice-50);color:var(--ice-600)}.vt-btn svg{width:14px;height:14px}.btn-create-task{display:flex;align-items:center;gap:7px;padding:9px 18px;border-radius:9px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;font-size:13px;font-weight:500;cursor:pointer;font-family:var(--fb);white-space:nowrap;box-shadow:0 4px 16px #0d82f54d;transition:all .25s}.btn-create-task:hover{box-shadow:0 6px 24px #00d4ff66;transform:translateY(-1px)}.btn-create-task svg{width:15px;height:15px}.tc-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:18px}.tc-stat{background:#fff;border-radius:12px;padding:14px 16px;border:1px solid var(--fog-mid);position:relative;overflow:hidden;transition:all .2s}.tc-stat:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0d82f51a}.tc-stat:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--tg)}.tc-stat-val{font-family:var(--fd);font-size:24px;font-weight:700;color:#1a2840;line-height:1.1}.tc-stat-label{font-size:11px;color:#8a9ab8;margin-top:3px}.tc-stat-sub{font-size:10px;font-family:var(--fm);margin-top:6px;padding:2px 8px;border-radius:10px;display:inline-block}.tc-type-tabs{display:flex;gap:0;margin-bottom:16px;background:#fff;border:1px solid var(--fog-mid);border-radius:10px;padding:3px;width:fit-content}.tc-type-tab{padding:7px 20px;border-radius:7px;font-size:13px;cursor:pointer;transition:all .2s;color:#6a80a0;display:flex;align-items:center;gap:7px;font-family:var(--fb)}.tc-type-tab.active{background:linear-gradient(135deg,#0d82f51f,#00d4ff12);color:var(--ice-600);font-weight:500}.tc-type-tab:hover:not(.active){background:var(--ice-50);color:var(--ice-600)}.tc-type-tab svg{width:13px;height:13px}.tc-type-tab .tab-count{font-size:10px;font-family:var(--fm);padding:1px 7px;border-radius:10px;background:#0d82f51a;color:var(--ice-500)}.tc-list{display:flex;flex-direction:column;gap:8px}.tc-card{background:#fff;border-radius:12px;border:1px solid var(--fog-mid);padding:16px 20px;transition:all .2s;cursor:pointer;position:relative;overflow:visible}.tc-card:hover{border-color:var(--ice-200);box-shadow:0 4px 20px #0d82f51a;transform:translateY(-1px)}.tc-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--tclr,#0d82f5);border-radius:2px 0 0 2px}.tc-card-top{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.tc-card-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tc-card-icon svg{width:16px;height:16px}.tc-card-meta{flex:1;min-width:0}.tc-card-name{font-size:14px;font-weight:600;color:#1a2840;margin-bottom:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tc-card-desc{font-size:12px;color:#8a9ab8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:600px}.tc-card-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.tc-card-mid{display:flex;align-items:center;gap:20px;margin-bottom:12px}.tc-card-mid-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#6a80a0}.tc-card-mid-item svg{width:13px;height:13px;color:#b0c0d4;flex-shrink:0}.tc-card-duration{color:#0d82f5;font-family:var(--fb);font-weight:800;white-space:nowrap}.tc-card-bottom{display:flex;align-items:center;gap:12px}.tc-progress-wrap{flex:1}.tc-progress-label{max-width:220px;display:flex;justify-content:space-between;font-size:11px;color:#8a9ab8;margin-bottom:4px;font-family:var(--fm)}.tc-progress-bg{max-width:220px;height:5px;background:var(--fog-mid);border-radius:3px;overflow:hidden}.tc-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--ice-400),var(--cyan));box-shadow:0 0 6px #00d4ff4d;transition:width .6s ease}.assignee-row{display:flex;align-items:center;margin-left:auto}.assignee-avatar{width:26px;height:26px;border-radius:50%;border:2px solid white;margin-left:-8px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#fff;flex-shrink:0}.assignee-avatar:first-child{margin-left:0}.assignee-more{background:#dce6f0;color:#6a80a0}.card-actions{display:flex;gap:6px}.card-act-btn{padding:5px 12px;border-radius:7px;font-size:11px;cursor:pointer;transition:all .2s;border:1px solid var(--fog-mid);background:#fff;color:#4a6080;font-family:var(--fb);display:flex;align-items:center;gap:4px}.card-act-btn:hover{border-color:var(--ice-200);color:var(--ice-600);background:var(--ice-50)}.card-act-btn svg{width:12px;height:12px}.card-act-btn.primary{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.card-act-btn.danger{border-color:#e048583d;color:#e04858;background:#e048580d}.card-act-btn.danger:hover{border-color:#e048586b;color:#c93648;background:#e048581a}.tc-export-picker-wrap{position:relative;display:flex}.tc-download-btn{color:#0d82f5;border-color:#0d82f540;background:#0d82f50f}.tc-download-btn:hover{color:#0063d4;border-color:#0d82f561;background:#0d82f51a}.tc-export-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:30;width:188px;padding:12px;background:#fff;border:1px solid var(--fog-mid);border-radius:10px;box-shadow:0 14px 34px #0d234629;cursor:default}.tc-export-popover-portal{position:fixed;right:auto;top:auto;z-index:2147483000}.tc-export-popover:before{content:"";position:absolute;right:18px;top:-6px;width:10px;height:10px;background:#fff;border-left:1px solid var(--fog-mid);border-top:1px solid var(--fog-mid);transform:rotate(45deg)}.tc-export-pop-title{font-size:11px;color:#8a9ab8;font-family:var(--fm);font-weight:700;margin-bottom:8px;letter-spacing:.8px;text-transform:uppercase}.tc-export-pop-select{width:100%;height:32px;padding:0 28px 0 10px;border:1px solid var(--fog-mid);border-radius:8px;background:var(--fog-light);color:#1a2840;font-size:12px;font-family:var(--fm);outline:none;cursor:pointer}.tc-export-pop-select:focus{border-color:#0d82f5;background:#fff;box-shadow:0 0 0 3px #0d82f514}.tc-export-pop-btn{width:100%;height:32px;margin-top:9px;border:none;border-radius:8px;background:linear-gradient(135deg,#0063d4,#0d82f5);color:#fff;font-size:12px;font-family:var(--fb);font-weight:700;cursor:pointer;box-shadow:0 5px 14px #0d82f538}.tc-export-pop-btn:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}.tc-badge{padding:3px 9px;border-radius:6px;font-size:10px;font-weight:600;font-family:var(--fm);white-space:nowrap}.tb-anno{background:#0d82f51a;color:#0d82f5}.tb-collect{background:#6c5ce71a;color:#6c5ce7}.tb-urgent{background:#e048581f;color:#e04858}.tb-high{background:#ff64321a;color:#e06030}.tb-mid{background:#ff9f431f;color:#d4870a}.tb-low{background:#00b8941a;color:#00b894}.ts-pending{background:#b4bed21f;color:#8a9ab8}.ts-claimed{background:#0d82f51a;color:#0d82f5}.ts-doing{background:#ff9f431f;color:#d4870a}.ts-review{background:#6c5ce71a;color:#6c5ce7}.ts-rework{background:#fd79a81f;color:#d43a50}.ts-done{background:#00b8941a;color:#00b894}.ts-overdue{background:#e048581f;color:#e04858}.ts-pending-import{background:#ff9f4324;color:#b85f00}.ts-imported{background:#00b8941f;color:#009d7b}.ts-import-failed,.ts-final-rejected{background:#e048581f;color:#cf3047}.tc-collection-import-note{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid rgba(13,130,245,.16);border-radius:8px;background:#0d82f50f;line-height:1.5}.tc-collection-import-note span{font-size:12px;font-family:var(--fb);font-weight:900;color:#0d82f5}.tc-collection-import-note b{font-size:12px;color:#4a6080;font-weight:700}.tc-collection-import-note small{font-size:11px;color:#7d91ac;font-weight:700}.tc-collection-import-note.pending_import{border-color:#ff9f4347;background:#ff9f4317}.tc-collection-import-note.pending_import span{color:#b85f00}.tc-collection-import-note.imported,.tc-collection-import-note.not_required{border-color:#00b8943d;background:#00b89414}.tc-collection-import-note.imported span,.tc-collection-import-note.not_required span{color:#009d7b}.tc-collection-import-note.import_failed,.tc-collection-import-note.final_rejected,.tc-collection-import-note.rework{border-color:#e0485838;background:#e0485812}.tc-collection-import-note.import_failed span,.tc-collection-import-note.final_rejected span,.tc-collection-import-note.rework span{color:#cf3047}.tc-kanban{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;min-height:400px}.kb-col{background:var(--fog-light);border-radius:12px;padding:12px;border:1px solid var(--fog-mid);display:flex;flex-direction:column;gap:8px;min-height:300px}.kb-col-head{display:flex;align-items:center;gap:8px;padding:6px 4px 10px;border-bottom:2px solid var(--fog-mid)}.kb-col-title{font-size:13px;font-weight:600;color:#1a2840;flex:1}.kb-col-cnt{font-family:var(--fm);font-size:11px;padding:2px 8px;border-radius:10px;background:#fff;border:1px solid var(--fog-mid);color:#6a80a0}.kb-head-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.kb-card{background:#fff;border-radius:10px;padding:12px;border:1px solid var(--fog-mid);cursor:pointer;transition:all .2s;position:relative}.kb-card:hover{border-color:var(--ice-200);box-shadow:0 4px 14px #0d82f51a}.kb-card-type{margin-bottom:8px}.kb-card-name{font-size:13px;font-weight:500;color:#1a2840;margin-bottom:6px;line-height:1.4}.kb-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.kb-card-meta span{font-size:10px;color:#8a9ab8;font-family:var(--fm);display:flex;align-items:center;gap:3px}.kb-card-meta svg{width:10px;height:10px}.kb-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.kb-progress{flex:1;margin-right:10px}.kb-prog-bg{height:3px;background:var(--fog-mid);border-radius:2px;overflow:hidden}.kb-prog-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--ice-400),var(--cyan))}.kb-prog-pct{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-top:2px}.task-drawer{position:fixed;top:0;right:0;bottom:0;width:480px;background:#fff;border-left:1px solid var(--fog-mid);z-index:900;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 32px #0d82f51a;display:flex;flex-direction:column}.task-drawer.open{transform:translate(0)}.td-header{padding:22px 24px 18px;border-bottom:1px solid var(--fog-mid);flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.td-title{font-family:var(--fd);font-size:17px;font-weight:700;color:#1a2840;line-height:1.3;flex:1}.td-close{width:30px;height:30px;border-radius:8px;background:var(--fog-light);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6a80a0;flex-shrink:0}.td-close:hover{background:var(--ice-50);color:var(--ice-600)}.td-close svg{width:14px;height:14px}.td-body{flex:1;overflow-y:auto;padding:20px 24px}.td-section{margin-bottom:22px}.doc-upload-zone{border:2px dashed var(--fog-mid);border-radius:12px;padding:20px;text-align:center;cursor:pointer;transition:all .25s;background:var(--fog-white);position:relative}.doc-upload-zone:hover,.doc-upload-zone.drag-over{border-color:var(--ice-400);background:var(--ice-50)}.doc-upload-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.doc-upload-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#0d82f51a,#00d4ff0f);display:flex;align-items:center;justify-content:center;margin:0 auto 8px}.doc-upload-label{font-size:13px;font-weight:600;color:#1a2840;font-family:var(--fb);margin-bottom:3px}.doc-upload-hint{font-size:11px;color:#b0c0d4;font-family:var(--fm)}.doc-file-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.doc-file-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--fog-mid);border-radius:10px;padding:9px 12px;transition:all .2s}.doc-file-row:hover{border-color:var(--ice-200);box-shadow:0 2px 8px #0d82f512}.doc-file-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.doc-file-info{flex:1;min-width:0}.doc-file-name{font-size:12px;font-weight:600;color:#1a2840;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-file-meta{font-size:10px;color:#b0c0d4;font-family:var(--fm);margin-top:1px}.doc-file-dl-btn{display:flex;align-items:center;gap:5px;padding:5px 11px;border-radius:7px;border:1px solid var(--ice-200);background:#fff;color:var(--ice-600);font-size:11px;font-family:var(--fb);cursor:pointer;transition:all .18s;white-space:nowrap;flex-shrink:0}.doc-file-dl-btn:hover{background:var(--ice-50);border-color:var(--ice-400);color:var(--ice-700)}.doc-file-del-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;border:1px solid #fdd;background:#fff;color:#e17055;cursor:pointer;transition:all .18s;flex-shrink:0}.doc-file-del-btn:hover{background:#fff1ee;border-color:#e17055}.doc-empty-hint{text-align:center;padding:14px;color:#c8d6e8;font-size:12px;font-family:var(--fm)}.doc-admin-only{display:none}.td-section-title{font-size:11px;font-weight:600;color:#8a9ab8;text-transform:uppercase;letter-spacing:1.5px;font-family:var(--fm);margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--fog-light)}.td-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.td-meta-item{padding:10px 12px;background:var(--fog-light);border-radius:8px}.td-meta-key{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-bottom:4px}.td-meta-val{font-size:13px;font-weight:500;color:#1a2840}.td-progress-area{margin:8px 0}.td-prog-bar{height:8px;background:var(--fog-mid);border-radius:4px;overflow:hidden;margin-bottom:6px}.td-prog-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--ice-400),var(--cyan));box-shadow:0 0 6px #00d4ff4d}.td-prog-info{display:flex;justify-content:space-between;font-size:12px;color:#6a80a0;font-family:var(--fm)}.td-assignees{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.td-assignee-chip{display:flex;align-items:center;gap:7px;padding:6px 12px 6px 6px;background:var(--fog-light);border-radius:20px;font-size:12px;color:#2a3f5f}.td-assignee-chip .aa{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#fff}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:12px;padding-bottom:14px;position:relative}.timeline-item:before{content:"";position:absolute;left:11px;top:22px;bottom:0;width:1px;background:var(--fog-mid)}.timeline-item:last-child:before{display:none}.timeline-dot{width:23px;height:23px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.timeline-dot svg{width:11px;height:11px}.timeline-content{flex:1;padding-top:2px}.timeline-text{font-size:12px;color:#2a3f5f;line-height:1.5}.timeline-time{font-size:10px;color:#b0c0d4;font-family:var(--fm);margin-top:2px}.td-timeline-scroll{height:240px;overflow-y:auto;overflow-x:hidden;padding:12px 12px 0;background:#fbfdff;border:1px solid var(--fog-mid);border-radius:12px}.td-timeline-scroll::-webkit-scrollbar{width:5px}.td-timeline-scroll::-webkit-scrollbar-thumb{background:#cfdbea;border-radius:999px}.td-timeline-scroll::-webkit-scrollbar-track{background:transparent}.td-timeline-scroll .timeline-item:last-child{padding-bottom:8px}.subtask-list{display:flex;flex-direction:column;gap:6px}.subtask-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:var(--fog-light);font-size:12px;color:#2a3f5f}.subtask-item.done{color:#8a9ab8;text-decoration:line-through}.subtask-cb{width:16px;height:16px;border-radius:4px;border:1.5px solid var(--fog-mid);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff}.subtask-item.done .subtask-cb{background:var(--green);border-color:var(--green)}.subtask-item.done .subtask-cb:after{content:"";width:8px;height:5px;border-left:1.5px solid white;border-bottom:1.5px solid white;transform:rotate(-45deg) translateY(-1px);display:block}.subtask-pct{margin-left:auto;font-family:var(--fm);font-size:10px;color:#8a9ab8}.td-footer{padding:16px 24px;border-top:1px solid var(--fog-mid);display:flex;gap:10px;flex-shrink:0}.td-foot-btn{flex:1;padding:10px;border-radius:9px;font-size:13px;cursor:pointer;font-family:var(--fb);font-weight:500;text-align:center;border:none;transition:all .2s}.td-foot-btn.outline{background:#fff;border:1.5px solid var(--fog-mid);color:#4a6080}.td-foot-btn.outline:hover{border-color:var(--ice-300);color:var(--ice-600)}.td-foot-btn.primary{background:linear-gradient(135deg,#0063d4,#0d82f5);color:#fff;box-shadow:0 4px 14px #0d82f54d}.td-foot-btn.primary:hover{box-shadow:0 6px 20px #00d4ff66}.td-foot-btn.warn{background:linear-gradient(135deg,#e1705526,#ff9f431a);border:1px solid rgba(225,112,85,.2);color:#e17055}.td-foot-btn.warn:hover{background:#e1705533}.tc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a142880;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1100;display:none;align-items:center;justify-content:center}.tc-modal-overlay.open{display:flex;animation:fadeOverlay .25s ease}.tc-modal-box{background:#fff;border-radius:20px;width:640px;max-width:94vw;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 80px #0003,0 0 0 1px #0d82f514;animation:modalSlide .3s ease}.tc-task-modal-overlay.tc-modal-overlay{z-index:3100;padding:24px;background:#0f1c3066;backdrop-filter:none;-webkit-backdrop-filter:none;animation:none}.tc-task-modal-overlay.tc-modal-overlay.open{display:flex;animation:none}.tc-task-modal-overlay .cw-box{max-height:calc(100vh - 48px);border-radius:18px;box-shadow:0 26px 80px #0f234138,0 0 0 1px #0d82f51a;animation:none}.tc-task-modal-overlay .cw-head{padding:20px 24px 14px;border-bottom:1px solid #eef3f9}.tc-task-modal-overlay .cw-sub{margin-top:5px;font-size:12px;color:#6a80a0;font-family:var(--fm);font-weight:600;line-height:1.4}.tc-task-modal-overlay .cw-close-btn:disabled{opacity:.45;cursor:not-allowed}.tc-script-run-modal{width:520px;max-width:calc(100vw - 48px)}.tc-script-log-modal{width:1180px;max-width:calc(100vw - 48px)}.tc-task-modal-overlay .cw-box.tc-script-log-modal{width:min(1320px,calc(100vw - 48px));max-width:calc(100vw - 48px)}.tc-script-run-body{padding:18px 24px 16px;overflow:visible}.tc-script-run-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#2a3f5f;margin-bottom:8px}.tc-script-run-label:before{content:"";width:7px;height:7px;border-radius:50%;background:#0d82f5;box-shadow:0 0 0 4px #0d82f51a}.tc-script-run-input{width:100%;min-height:118px;resize:vertical;border:1.5px solid #dce6f0;border-radius:12px;padding:12px 14px;font-size:13px;color:#1a2840;outline:none;background:#f8fbff;box-sizing:border-box;line-height:1.6;font-family:var(--fm);transition:border-color .16s,box-shadow .16s,background .16s}.tc-script-run-input:focus{border-color:#0d82f5;background:#fff;box-shadow:0 0 0 3px #0d82f51a}.tc-script-run-input:disabled{opacity:.65;cursor:not-allowed}.tc-script-run-hint{margin-top:10px;padding:10px 12px;border:1px solid rgba(13,130,245,.12);border-radius:10px;background:#0d82f50d;font-size:12px;color:#6a80a0;line-height:1.6}.tc-script-modal-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid #eef3f9;background:#fafcff;border-radius:0 0 18px 18px}.tc-script-log-body{padding:0;max-height:calc(100vh - 180px);overflow:hidden;background:#f5f9fd}.tc-script-log-layout{height:min(640px,calc(100vh - 180px));display:grid;grid-template-columns:280px minmax(0,1fr);overflow:hidden}.tc-script-run-list{border-right:1px solid #dbe7f3;background:#f8fbff;min-width:0;display:flex;flex-direction:column}.tc-script-run-list-head{height:48px;padding:0 16px;border-bottom:1px solid #e3edf7;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:800;color:#6a80a0}.tc-script-run-list-head b{min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#e9f3ff;color:#0d82f5;display:inline-flex;align-items:center;justify-content:center;font-family:var(--fm);font-size:11px}.tc-script-run-list-scroll{padding:10px;overflow:auto;display:flex;flex-direction:column;gap:8px}.tc-script-run-item{width:100%;border:1px solid #dce7f2;background:#fff;border-radius:10px;padding:10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;cursor:pointer;transition:all .16s;box-shadow:0 4px 12px #0d82f50a}.tc-script-run-item:hover{border-color:#9dc8f6;background:#f3f9ff}.tc-script-run-item.active{border-color:#0d82f5;background:#eaf4ff;box-shadow:0 8px 18px #0d82f51f}.tc-script-status-dot{width:9px;height:9px;border-radius:50%;background:#8aa0bf;box-shadow:0 0 0 4px #8aa0bf1f}.tc-script-status-dot.success{background:#00b894;box-shadow:0 0 0 4px #00b8941f}.tc-script-status-dot.failed{background:#e04858;box-shadow:0 0 0 4px #e048581f}.tc-script-status-dot.timeout{background:#ff9f43;box-shadow:0 0 0 4px #ff9f4324}.tc-script-run-item-main{min-width:0;display:flex;flex-direction:column;gap:3px}.tc-script-run-item-main strong{font-size:13px;color:#172640}.tc-script-run-item-main small{font-size:11px;color:#7f93af;font-family:var(--fm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-script-run-duration{font-size:11px;color:#6a80a0;font-family:var(--fm);background:#f1f6fb;border-radius:7px;padding:3px 6px}.tc-script-run-detail{min-width:0;padding:16px;overflow:auto;background:#fff}.tc-script-run-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.tc-script-run-stat{border:1px solid #dfe9f4;background:#f8fbff;border-radius:12px;padding:11px 12px}.tc-script-run-stat span{display:block;font-size:11px;color:#8aa0bf;margin-bottom:6px}.tc-script-run-stat b{font-size:15px;color:#172640}.tc-script-run-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin-bottom:12px;padding:12px 14px;border:1px solid #e1ebf5;border-radius:12px;background:#fbfdff}.tc-script-run-meta-grid div{min-width:0;display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:1.6;color:#4a6080}.tc-script-run-meta-grid b{flex:0 0 58px;color:#2a3f5f}.tc-script-run-meta-grid span{min-width:0;word-break:break-word}.tc-script-log-alert,.tc-script-log-warn{margin-bottom:10px;border-radius:10px;padding:9px 12px;font-size:12px;line-height:1.55}.tc-script-log-alert{background:#e0485814;border:1px solid rgba(224,72,88,.18);color:#c43d4b}.tc-script-log-warn{background:#ff9f431a;border:1px solid rgba(255,159,67,.22);color:#b86b16}.tc-script-log-output{margin:0;padding:14px 16px;height:260px;max-height:38vh;overflow:auto;background:#0e1a2a;color:#d8f3ff;border-radius:12px;font-family:var(--fm);font-size:12px;line-height:1.65;white-space:pre-wrap;word-break:break-word}.tc-collection-submit-modal{width:760px;max-width:calc(100vw - 48px)}.tc-collection-submit-body{padding:16px 24px 18px;background:#f7fbff;max-height:min(620px,calc(100vh - 190px));overflow:hidden;display:flex;flex-direction:column;gap:12px}.tc-collection-submit-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tc-collection-submit-summary div{border:1px solid #dfe9f4;background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 6px 18px #0d82f50d}.tc-collection-submit-summary span{display:block;font-size:11px;color:#8aa0bf;margin-bottom:6px}.tc-collection-submit-summary b{font-family:var(--fm);font-size:18px;color:#172640}.tc-collection-submit-warn{border:1px solid rgba(255,159,67,.22);background:#ff9f4317;color:#b66a16;border-radius:10px;padding:9px 12px;font-size:12px;line-height:1.55}.tc-collection-submit-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#4a6080;font-size:12px;font-weight:800}.tc-collection-submit-toolbar div{display:flex;gap:8px}.tc-collection-submit-toolbar button{border:1px solid #d6e4f2;background:#fff;color:#0d82f5;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:800;cursor:pointer}.tc-collection-submit-toolbar button:disabled{opacity:.5;cursor:not-allowed}.tc-collection-submit-list{min-height:180px;max-height:360px;overflow:auto;border:1px solid #dfe9f4;border-radius:14px;background:#fff;padding:8px;display:flex;flex-direction:column;gap:7px}.tc-collection-submit-row{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:10px 11px;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:all .16s;background:#fbfdff}.tc-collection-submit-row:hover{border-color:#b9d7f6;background:#f1f8ff}.tc-collection-submit-row input{width:16px;height:16px;accent-color:#0d82f5}.tc-collection-submit-file{min-width:0;display:flex;flex-direction:column;gap:4px}.tc-collection-submit-file strong{font-size:13px;color:#172640;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-collection-submit-file small{font-family:var(--fm);font-size:11px;color:#8aa0bf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:860px){.tc-script-log-layout{grid-template-columns:1fr;height:calc(100vh - 180px)}.tc-script-run-list{border-right:0;border-bottom:1px solid #dbe7f3;max-height:190px}.tc-script-run-list-scroll{flex-direction:row;overflow:auto}.tc-script-run-item{min-width:220px}.tc-script-run-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.tc-script-run-meta-grid,.tc-collection-submit-summary{grid-template-columns:1fr}}.tc-delete-confirm-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a142885;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:2600;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeOverlay .2s ease}.tc-delete-confirm{width:420px;max-width:calc(100vw - 48px);background:#fff;border-radius:18px;box-shadow:0 28px 90px #0a142847,0 0 0 1px #e0485814;padding:28px 28px 24px;text-align:center;animation:modalSlide .24s ease}.tc-delete-icon{width:52px;height:52px;border-radius:15px;margin:0 auto 16px;background:#e048581a;color:#e04858;display:flex;align-items:center;justify-content:center}.tc-delete-icon svg{width:26px;height:26px}.tc-delete-title{font-size:18px;font-weight:800;color:#172640;margin-bottom:10px}.tc-delete-desc{font-size:13px;line-height:1.7;color:#6a80a0;margin-bottom:22px}.tc-delete-desc b{color:#1a2840}.tc-delete-actions{display:flex;gap:12px;justify-content:flex-end}.tc-delete-actions button{height:40px;border-radius:10px;padding:0 22px;font-size:13px;font-weight:700;font-family:var(--fb);cursor:pointer;transition:all .16s}.tc-delete-cancel{border:1px solid var(--fog-mid);background:#fff;color:#6a80a0}.tc-delete-cancel:hover{border-color:var(--ice-200);color:#0d82f5;background:var(--ice-50)}.tc-delete-submit{border:none;background:linear-gradient(135deg,#e04858,#ff6b7a);color:#fff;box-shadow:0 8px 18px #e048583d}.tc-delete-submit:hover{box-shadow:0 10px 24px #e0485857;transform:translateY(-1px)}.tc-delete-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.tc-modal-tabs{display:flex;padding:0 24px;border-bottom:1px solid var(--fog-mid);flex-shrink:0;margin-top:0}.tc-modal-tab{padding:14px 20px;font-size:13px;cursor:pointer;color:#6a80a0;border-bottom:2px solid transparent;transition:all .2s;display:flex;align-items:center;gap:7px;font-family:var(--fb)}.tc-modal-tab.active{color:var(--ice-600);border-bottom-color:var(--ice-500);font-weight:500}.tc-modal-tab svg{width:14px;height:14px}.form-section{margin-bottom:20px}.form-section-label{font-size:11px;color:#8a9ab8;font-family:var(--fm);letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;gap:6px}.form-section-label:after{content:"";flex:1;height:1px;background:var(--fog-mid)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.form-field label{display:block;font-size:11px;color:#6a80a0;font-family:var(--fm);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px}.form-field input,.form-field select,.form-field textarea{width:100%;padding:9px 12px;background:var(--fog-light);border:1px solid var(--fog-mid);border-radius:8px;font-size:13px;font-family:var(--fb);color:#1a2840;outline:none;transition:all .25s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--ice-300);background:#fff;box-shadow:0 0 0 3px #0d82f514}.form-field textarea{resize:vertical;min-height:64px}.form-field.span2{grid-column:span 2}.assignee-picker{display:flex;flex-wrap:wrap;gap:8px;padding:10px;background:var(--fog-light);border-radius:8px;border:1px solid var(--fog-mid);min-height:42px;cursor:text}.ap-chip{display:flex;align-items:center;gap:6px;padding:4px 10px 4px 6px;background:#fff;border:1px solid var(--ice-100);border-radius:20px;font-size:12px;color:#2a3f5f}.ap-chip .ap-av{width:18px;height:18px;border-radius:50%;font-size:8px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.ap-chip .ap-rm{width:14px;height:14px;border-radius:50%;background:var(--fog-mid);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#8a9ab8;transition:all .2s}.ap-chip .ap-rm:hover{background:#e1705533;color:#e17055}.ap-chip .ap-rm svg{width:8px;height:8px}.ap-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--fog-mid);border-radius:10px;box-shadow:0 8px 30px #0000001f;z-index:2000;overflow:hidden;max-height:200px;overflow-y:auto;display:none}.ap-dropdown.show{display:block}.ap-user-row{display:flex;align-items:center;gap:10px;padding:9px 14px;cursor:pointer;transition:all .15s;font-size:13px;color:#2a3f5f}.ap-user-row:hover{background:var(--ice-50)}.ap-user-av{width:28px;height:28px;border-radius:50%;font-size:11px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ap-user-role{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-left:auto}.priority-picker{display:flex;gap:8px}.prio-btn{flex:1;padding:7px 0;border-radius:8px;font-size:12px;cursor:pointer;border:1.5px solid var(--fog-mid);text-align:center;transition:all .2s;font-family:var(--fb);color:#6a80a0}.prio-btn:hover,.prio-btn.active{border-color:var(--pc);color:var(--pc);background:var(--pbg)}.prio-btn[data-prio=urgent]{--pc:#e04858;--pbg:rgba(224,72,88,.08)}.prio-btn[data-prio=high]{--pc:#e06030;--pbg:rgba(224,96,48,.08)}.prio-btn[data-prio=mid]{--pc:#d4870a;--pbg:rgba(212,135,10,.08)}.prio-btn[data-prio=low]{--pc:#00b894;--pbg:rgba(0,184,148,.08)}.anno-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.anno-type-card{border:1.5px solid var(--fog-mid);border-radius:10px;padding:10px;cursor:pointer;transition:all .2s;text-align:center;background:var(--fog-light)}.anno-type-card:hover,.anno-type-card.active{border-color:var(--ice-300);background:var(--ice-50)}.anno-type-card.active{border-color:var(--ice-400);box-shadow:0 0 0 3px #0d82f514}.anno-type-card svg{width:20px;height:20px;color:var(--ice-500);margin:0 auto 6px;display:block}.anno-type-card .atc-name{font-size:11px;font-weight:600;color:#2a3f5f}.collect-scene-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.collect-scene-card{border:1.5px solid var(--fog-mid);border-radius:10px;padding:12px;cursor:pointer;transition:all .2s;background:var(--fog-light);display:flex;align-items:center;gap:10px}.collect-scene-card:hover,.collect-scene-card.active{border-color:var(--purple);background:#6c5ce70a}.collect-scene-card.active{border-color:var(--purple);box-shadow:0 0 0 3px #6c5ce714}.collect-scene-card svg{width:18px;height:18px;color:var(--purple);flex-shrink:0}.collect-scene-card .sc-name{font-size:12px;font-weight:600;color:#2a3f5f}.collect-scene-card .sc-desc{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-top:2px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;color:#b0c0d4;text-align:center}.empty-state svg{width:48px;height:48px;margin-bottom:14px;opacity:.4}.empty-state-text{font-size:14px;margin-bottom:6px;color:#8a9ab8}.empty-state-sub{font-size:12px;color:#b0c0d4}.tc-list-error{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 14px;padding:11px 14px;border:1px solid rgba(225,112,85,.28);border-radius:9px;background:#e170550f;color:#b84d38;font-size:13px}.tc-list-error button{padding:6px 13px;border:1px solid rgba(184,77,56,.3);border-radius:7px;background:#fff;color:#b84d38;cursor:pointer}.tc-detail-load-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#1423375c}.tc-detail-load-card{width:min(380px,calc(100vw - 40px));display:flex;flex-direction:column;align-items:center;gap:10px;padding:28px;border-radius:14px;background:#fff;box-shadow:0 18px 60px #14233738;color:#6a80a0;text-align:center}.tc-detail-load-card strong{font-size:15px;color:#2a3f5f}.tc-detail-load-card span{font-size:12px;line-height:1.6;overflow-wrap:anywhere}.tc-detail-load-card>div{display:flex;gap:8px;margin-top:6px}.tc-detail-load-card button{padding:7px 16px;border:1px solid var(--fog-mid);border-radius:8px;background:#fff;color:#4a6080;cursor:pointer}.tc-detail-load-card button.primary{border-color:var(--ice-500);background:var(--ice-500);color:#fff}.tc-detail-load-card.error strong{color:#c95640}.task-mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:4px}.task-mode-card{border:1.5px solid var(--fog-mid);border-radius:12px;padding:0;cursor:pointer;transition:all .22s;background:#fff;display:flex;align-items:stretch;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;box-shadow:0 2px 8px #0000000a}.task-mode-card:hover{border-color:var(--ice-300);box-shadow:0 4px 16px #0d82f51a;transform:translateY(-1px)}.task-mode-card.active{border-color:var(--ice-400);box-shadow:0 0 0 3px #0d82f51a,0 4px 16px #0d82f51f;transform:translateY(-1px)}.tmc-stripe{width:4px;flex-shrink:0;background:var(--fog-mid);transition:background .22s;border-radius:0}.task-mode-card.active .tmc-stripe{background:linear-gradient(180deg,var(--ice-400),var(--cyan))}.tmc-body{padding:13px 14px 13px 12px;display:flex;align-items:center;gap:10px;flex:1}.tmc-icon{width:36px;height:36px;border-radius:10px;background:var(--fog-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .22s;font-size:16px}.task-mode-card.active .tmc-icon{background:linear-gradient(135deg,var(--ice-500),var(--cyan));box-shadow:0 4px 12px #0d82f54d}.tmc-text{flex:1}.tmc-title{font-size:13px;font-weight:700;color:#1a2840;font-family:var(--fb);margin-bottom:2px;letter-spacing:.2px}.task-mode-card.active .tmc-title{color:var(--ice-600)}.tmc-sub{font-size:10px;color:#8a9ab8;font-family:var(--fm);line-height:1.4}.tmc-check{width:18px;height:18px;border-radius:50%;border:1.5px solid var(--fog-mid);background:var(--fog-light);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .22s}.task-mode-card.active .tmc-check{border-color:var(--ice-500);background:var(--ice-500)}.task-mode-card.active .tmc-check:after{content:"";display:block;width:6px;height:6px;border-radius:50%;background:#fff}.mode-warn-bar{display:none;align-items:center;gap:8px;padding:9px 12px;background:#e060300d;border:1px solid rgba(224,96,48,.22);border-radius:8px;margin-top:8px;font-size:12px;color:#c0560a;animation:fadeIn .2s ease}.mode-warn-bar.show{display:flex}.mode-warn-bar svg{width:14px;height:14px;flex-shrink:0;color:#e06030}.mode-warn-bar .warn-btn{margin-left:auto;padding:4px 10px;border:1px solid rgba(224,96,48,.3);background:#e0603014;color:#c0560a;border-radius:6px;font-size:11px;cursor:pointer;font-family:var(--fb);white-space:nowrap;transition:all .15s}.mode-warn-bar .warn-btn:hover{background:#e0603026}.ap-placeholder{font-size:12px;color:#b0c0d4;padding:4px 2px;-webkit-user-select:none;user-select:none;flex-shrink:0}.assignee-picker:has(.ap-chip) .ap-placeholder{display:none}.work-split-wrap{margin-top:10px;display:none;border:1px solid var(--fog-mid);border-radius:10px;overflow:hidden}.work-split-wrap.show{display:block}.ws-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--fog-light);border-bottom:1px solid var(--fog-mid)}.ws-header-label{font-size:10px;font-family:var(--fm);color:#6a80a0;text-transform:uppercase;letter-spacing:.8px;display:flex;align-items:center;gap:5px}.ws-header-label svg{width:11px;height:11px}.ws-total-warn{font-size:10px;color:#e06030;font-family:var(--fm)}.ws-total-warn.show{display:inline}.ws-total-warn{display:none}.ws-bar-wrap{padding:10px 12px 6px;background:#fff}.work-split-bar{display:flex;border-radius:6px;overflow:hidden;height:8px;background:var(--fog-mid);gap:1px}.ws-seg{height:100%;transition:width .35s ease}.ws-members{padding:0 12px 10px;background:#fff;display:flex;flex-direction:column;gap:4px}.ws-row{display:flex;align-items:center;gap:8px;padding:5px 0;border-top:1px solid var(--fog-light)}.ws-row:first-child{border-top:none}.ws-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ws-av{width:22px;height:22px;border-radius:50%;font-size:9px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ws-name{flex:1;font-size:12px;font-family:var(--fb);color:#2a3f5f}.ws-quota-wrap{display:flex;align-items:center;gap:4px}.ws-input{width:68px;padding:4px 8px;border:1px solid var(--fog-mid);border-radius:6px;font-size:12px;background:var(--fog-light);text-align:right;font-family:var(--fm);color:#1a2840;transition:all .2s}.ws-input:focus{outline:none;border-color:var(--ice-300);background:#fff;box-shadow:0 0 0 2px #0d82f50f}.ws-unit{font-size:10px;color:#8a9ab8;font-family:var(--fm)}.tc-mode-badge{font-size:10px;font-family:var(--fm);color:#8a9ab8;letter-spacing:.3px;display:inline-flex;align-items:center;gap:3px;padding:2px 7px;background:var(--fog-light);border-radius:10px;border:1px solid var(--fog-mid)}.anno-ctx-bar{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--fog-mid);flex-shrink:0}.anno-ctx-back{display:flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid var(--fog-mid);border-radius:8px;background:#fff;color:#4a6080;font-size:12px;cursor:pointer;font-family:var(--fb);transition:all .2s;flex-shrink:0}.anno-ctx-back:hover{border-color:var(--ice-300);color:var(--ice-600);background:var(--ice-50)}.anno-ctx-back svg{width:13px;height:13px}.anno-ctx-divider{width:1px;height:16px;background:var(--fog-mid);flex-shrink:0}.anno-ctx-crumb{font-size:11px;color:#8a9ab8;font-family:var(--fm);letter-spacing:.3px}.anno-ctx-crumb span{color:var(--ice-600);font-weight:500}.anno-ctx-task{flex:1;display:flex;align-items:center;gap:8px}.anno-ctx-id{font-size:10px;font-family:var(--fm);color:#b0c0d4;background:var(--fog-light);padding:2px 7px;border-radius:6px;border:1px solid var(--fog-mid)}.anno-ctx-name{font-size:12px;font-weight:600;color:#2a3f5f;font-family:var(--fb)}.anno-ctx-progress{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:11px;color:#6a80a0;font-family:var(--fm)}.anno-ctx-prog-bar{width:80px;height:5px;background:var(--fog-mid);border-radius:3px;overflow:hidden}.anno-ctx-prog-fill{height:100%;background:linear-gradient(90deg,var(--ice-500),var(--cyan));border-radius:3px;transition:width .4s ease}.tmpl-page{display:flex;height:calc(100vh - 60px);overflow:hidden}.tmpl-left{width:230px;flex-shrink:0;background:#fff;border-right:1px solid var(--fog-mid);overflow-y:auto;padding:16px 0}.tmpl-left-title{font-size:10px;font-weight:600;color:#b0c0d4;letter-spacing:2px;text-transform:uppercase;padding:6px 16px 8px;font-family:var(--fm)}.tmpl-cat-item{display:flex;align-items:center;gap:9px;padding:9px 16px;cursor:pointer;transition:all .18s;border-left:3px solid transparent;font-size:13px;color:#4a6080;font-family:var(--fb)}.tmpl-cat-item:hover{background:var(--fog-light);color:#1a2840}.tmpl-cat-item.active{background:#0d82f512;border-left-color:var(--ice-500);color:var(--ice-600);font-weight:600}.tmpl-cat-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.tmpl-cat-count{margin-left:auto;background:var(--fog-light);color:#8a9ab8;font-size:10px;font-family:var(--fm);padding:1px 7px;border-radius:10px;font-weight:500}.tmpl-cat-item.active .tmpl-cat-count{background:#0d82f51f;color:var(--ice-500)}.tmpl-main{flex:1;overflow-y:auto;padding:24px 28px;background:#f7f9fc}.tmpl-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.tmpl-search{position:relative;flex:1;min-width:200px;max-width:320px}.tmpl-search input{width:100%;box-sizing:border-box;padding:8px 12px 8px 34px;border:1px solid var(--fog-mid);border-radius:9px;font-size:13px;font-family:var(--fm);outline:none;color:#1a2840;background:#fff;transition:border .18s}.tmpl-search input:focus{border-color:var(--ice-300)}.tmpl-search .s-ico{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#b0c0d4;pointer-events:none}.tmpl-view-btns{display:flex;gap:4px;background:var(--fog-light);border-radius:8px;padding:3px}.tmpl-view-btn{padding:5px 8px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:#8a9ab8;display:flex;align-items:center;transition:all .18s}.tmpl-view-btn.active{background:#fff;color:var(--ice-600);box-shadow:0 1px 4px #00000014}.tmpl-sort-sel{padding:7px 12px;border:1px solid var(--fog-mid);border-radius:9px;font-size:12px;font-family:var(--fm);color:#4a6080;background:#fff;outline:none;cursor:pointer}.tmpl-section-title{font-size:12px;font-weight:600;color:#8a9ab8;letter-spacing:1px;text-transform:uppercase;font-family:var(--fm);margin:0 0 14px}.tmpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:28px}.tmpl-load-state{height:44px;display:flex;align-items:center;justify-content:center;color:#7f93ad;font-size:12px;font-weight:700}.tmpl-list-view .tmpl-grid{grid-template-columns:1fr;gap:10px}.tmpl-card{background:#fff;border-radius:14px;border:1.5px solid var(--fog-mid);padding:16px 18px;cursor:pointer;transition:all .22s;box-shadow:0 2px 8px #0000000a;position:relative;display:flex;flex-direction:column;gap:11px}.tmpl-card:hover{border-color:var(--ice-300);box-shadow:0 6px 24px #0d82f51f;transform:translateY(-2px)}.tmpl-card.selected{border-color:var(--ice-500);box-shadow:0 0 0 3px #0d82f51f}.tmpl-card-top{display:flex;align-items:flex-start;gap:11px}.tmpl-card-ico{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.tmpl-card-info{flex:1;min-width:0}.tmpl-card-name{font-size:13px;font-weight:700;color:#1a2840;font-family:var(--fb);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tmpl-card-sub{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.tmpl-card-badge{display:inline-flex;align-items:center;padding:2px 9px;border-radius:10px;font-size:10px;font-weight:600;font-family:var(--fm)}.tmpl-tags{display:flex;flex-wrap:wrap;gap:5px}.tmpl-tag{padding:3px 9px;border-radius:10px;font-size:10px;font-weight:500;font-family:var(--fm);border:1px solid;white-space:nowrap}.tmpl-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--fog-light)}.tmpl-use-btn{padding:5px 14px;border-radius:7px;border:1.5px solid var(--ice-400);background:#fff;color:var(--ice-600);font-size:11px;font-family:var(--fb);cursor:pointer;font-weight:600;transition:all .18s}.tmpl-use-btn:hover,.tmpl-use-btn.used{background:var(--ice-500);color:#fff;border-color:var(--ice-500)}.tmpl-meta-row{font-size:10px;color:#b0c0d4;font-family:var(--fm)}.tmpl-empty{grid-column:1/-1;text-align:center;padding:60px 0;color:#b0c0d4;font-size:13px}.tmpl-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1428462e;z-index:900;display:none;align-items:stretch;justify-content:flex-end}.tmpl-drawer-overlay.open{display:flex}.tmpl-drawer{width:480px;background:#fff;height:100%;overflow-y:auto;box-shadow:-8px 0 40px #0000001f;display:flex;flex-direction:column}.tmpl-drawer-head{padding:24px 28px 18px;border-bottom:1px solid var(--fog-mid);display:flex;align-items:flex-start;gap:14px;flex-shrink:0}.tmpl-drawer-body{padding:24px 28px;flex:1;overflow-y:auto}.tmpl-drawer-section{margin-bottom:22px}.tmpl-drawer-section-title{font-size:11px;font-weight:600;color:#8a9ab8;letter-spacing:1.5px;text-transform:uppercase;font-family:var(--fm);margin-bottom:10px}.tmpl-anno-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:8px;font-size:12px;font-weight:600;font-family:var(--fm);margin-right:6px;margin-bottom:6px}.tmpl-xml-block{background:#f5f8ff;border:1px solid #dce6f8;border-radius:9px;padding:14px;font-size:11px;font-family:var(--fm);color:#4a6080;overflow-x:auto;white-space:pre;line-height:1.7;max-height:180px;overflow-y:auto}.tmpl-drawer-footer{padding:16px 28px;border-top:1px solid var(--fog-mid);display:flex;gap:10px;flex-shrink:0}.lt-tab{padding:6px 14px;border-radius:20px;border:1px solid var(--fog-mid);background:#fff;font-size:12px;color:#6a80a0;cursor:pointer;font-family:var(--fm);transition:all .2s}.lt-tab:hover{border-color:var(--ice-200);color:var(--ice-600)}.lt-tab.active{background:var(--ice-500);border-color:var(--ice-500);color:#fff;font-weight:600}.cw-doc-upload-area{margin-top:8px}.cw-doc-upload-zone{border:2px dashed var(--fog-mid);border-radius:12px;padding:32px 24px;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#0d82f505,#00d4ff03);position:relative;overflow:hidden}.cw-doc-upload-zone:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(13,130,245,.06) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.cw-doc-upload-zone:hover,.cw-doc-upload-zone.drag-over{border-color:var(--ice-400);background:linear-gradient(135deg,#0d82f50f,#00d4ff08);transform:translateY(-2px);box-shadow:0 8px 24px #0d82f51f}.cw-doc-upload-zone:hover:before,.cw-doc-upload-zone.drag-over:before{opacity:1}.cw-doc-upload-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px}.cw-doc-upload-icon-wrapper{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#0d82f51a,#00d4ff0f);display:flex;align-items:center;justify-content:center;color:var(--ice-500);transition:all .3s ease}.cw-doc-upload-zone:hover .cw-doc-upload-icon-wrapper{transform:scale(1.05);background:linear-gradient(135deg,#0d82f526,#00d4ff1a)}.cw-doc-upload-text{display:flex;flex-direction:column;gap:4px}.cw-doc-upload-title{font-size:14px;font-weight:600;color:#1a2840;font-family:var(--fb)}.cw-doc-upload-hint{font-size:12px;color:#8a9ab8;font-family:var(--fm)}.cw-doc-upload-formats{display:flex;gap:8px;margin-top:4px}.format-badge{padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;font-family:var(--fm);letter-spacing:.5px;transition:all .2s ease}.format-badge.pdf{background:#e048581a;color:#e04858;border:1px solid rgba(224,72,88,.2)}.format-badge.word{background:#0d82f51a;color:#0d82f5;border:1px solid rgba(13,130,245,.2)}.format-badge.wordx{background:#6c5ce71a;color:#6c5ce7;border:1px solid rgba(108,92,231,.2)}.cw-doc-upload-zone:hover .format-badge{transform:translateY(-1px)}.cw-doc-uploaded{margin-top:8px}.cw-doc-file-card{background:#fff;border:1.5px solid var(--ice-200);border-radius:12px;padding:16px;display:flex;align-items:center;gap:14px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0d82f50f}.cw-doc-file-card:hover{border-color:var(--ice-300);box-shadow:0 4px 16px #0d82f51f;transform:translateY(-1px)}.cw-doc-card-icon{flex-shrink:0}.doc-type-badge{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.doc-type-badge.pdf{background:linear-gradient(135deg,#e048581f,#e048580f);color:#e04858}.doc-type-badge.word{background:linear-gradient(135deg,#0d82f51f,#0d82f50f);color:#0d82f5}.cw-doc-card-info{flex:1;min-width:0}.cw-doc-card-name{font-size:13px;font-weight:600;color:#1a2840;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.cw-doc-card-meta{display:flex;align-items:center;gap:12px;font-size:11px;font-family:var(--fm)}.doc-size{color:#8a9ab8}.doc-status{color:#00b894;font-weight:600}.cw-doc-card-actions{display:flex;gap:8px;flex-shrink:0}.cw-doc-btn{display:flex;align-items:center;gap:5px;padding:7px 12px;border-radius:8px;font-size:11px;font-weight:600;font-family:var(--fb);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;white-space:nowrap}.cw-doc-btn svg{width:14px;height:14px}.cw-doc-btn.preview{background:linear-gradient(135deg,#0d82f51a,#00d4ff0f);color:#0d82f5;border:1px solid rgba(13,130,245,.2)}.cw-doc-btn.preview:hover{background:linear-gradient(135deg,#0d82f52e,#00d4ff1a);border-color:#0d82f559;transform:translateY(-1px);box-shadow:0 4px 12px #0d82f526}.cw-doc-btn.replace{background:linear-gradient(135deg,#ff9f431a,#ff9f430d);color:#ff9f43;border:1px solid rgba(255,159,67,.2)}.cw-doc-btn.replace:hover{background:linear-gradient(135deg,#ff9f432e,#ff9f431a);border-color:#ff9f4359;transform:translateY(-1px);box-shadow:0 4px 12px #ff9f4326}.cw-doc-btn.remove{background:linear-gradient(135deg,#e048581a,#e048580d);color:#e04858;border:1px solid rgba(224,72,88,.2)}.cw-doc-btn.remove:hover{background:linear-gradient(135deg,#e048582e,#e048581a);border-color:#e0485859;transform:translateY(-1px);box-shadow:0 4px 12px #e0485826}.members-page{--mem-ink: #121a2a;--mem-muted: #6f7a8c;--mem-line: #d9dee6;--mem-canvas: #f8f8f5;--mem-blue: #2f61df;--mem-blue-dark: #244fbe;--mem-lime: #b8e51a;--mem-green: #4ba94f;--mem-orange: #f26722;--mem-amber: #eaa400;--mem-violet: #8a5bd6;--mem-red: #ed3d35;min-height:100%;color:var(--mem-ink);background:var(--mem-canvas)}.members-page .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.members-page button,.members-page input{font:inherit}.mem-content{display:flex;min-height:100%;flex-direction:column}.mem-page-header{min-height:104px;display:flex;align-items:center;gap:24px;padding:18px 14px 16px;border-bottom:1px solid #dfe3e8;background:#fff}.mem-page-heading{min-width:0}.mem-title-lockup{display:flex;align-items:baseline;gap:13px}.mem-title-lockup h1{margin:0;color:#101827;font-family:var(--fd);font-size:36px;font-weight:900;line-height:1;letter-spacing:-1.4px}.mem-title-lockup span{color:#505a6b;font-family:var(--fd);font-size:16px;font-style:italic;font-weight:900;letter-spacing:-.15px}.mem-title-lockup>i{width:8px;height:29px;flex-shrink:0;background:var(--mem-lime);transform:skew(-20deg)}.mem-page-heading>p{margin:7px 0 0;color:#747f91;font-size:12px}.mem-page-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.mem-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border:1px solid #cfd5dd;border-radius:3px;background:#fff;color:#344157;font-size:12px;font-weight:800;line-height:1;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.mem-button svg{width:17px;height:17px;stroke-width:1.9}.mem-button.secondary:hover{border-color:var(--mem-blue);color:var(--mem-blue);background:#f7f9ff}.mem-button.primary{border-color:var(--mem-blue);background:var(--mem-blue);color:#fff}.mem-button.primary:hover{border-color:var(--mem-blue-dark);background:var(--mem-blue-dark)}.mem-button:disabled{cursor:not-allowed;opacity:.48}.mem-button:focus-visible,.mem-tab:focus-visible,.mem-action-btn:focus-visible,.mem-modal-close:focus-visible,.mem-import-role-buttons button:focus-visible{outline:2px solid var(--mem-blue);outline-offset:2px}.mem-page-body{display:flex;flex:1;min-height:0;flex-direction:column;gap:12px;padding:12px 0 22px}.mem-kpi-strip{min-height:118px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid var(--mem-line);border-radius:3px;overflow:hidden;background:#fff}.mem-kpi-item{--mem-tone: var(--mem-blue);position:relative;min-width:0;display:grid;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:12px;padding:18px 13px 17px;border-right:1px solid #e1e4e9}.mem-kpi-item:last-child{border-right:0}.mem-kpi-item:after{content:"";position:absolute;right:12px;bottom:0;left:12px;height:3px;background:var(--mem-tone)}.mem-kpi-item.tone-green{--mem-tone: var(--mem-green)}.mem-kpi-item.tone-orange{--mem-tone: var(--mem-orange)}.mem-kpi-item.tone-amber{--mem-tone: var(--mem-amber)}.mem-kpi-item.tone-violet{--mem-tone: var(--mem-violet)}.mem-kpi-item.tone-red{--mem-tone: var(--mem-red)}.mem-kpi-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--mem-tone);border-radius:11px;color:var(--mem-tone);background:#fff}.mem-kpi-icon svg{width:22px;height:22px;stroke-width:1.8}.mem-kpi-copy{min-width:0;display:flex;flex-direction:column}.mem-kpi-copy>span{color:#657086;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mem-kpi-copy>strong{margin-top:4px;color:#172033;font-family:var(--fd);font-size:28px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}.mem-directory-panel{min-width:0;overflow:hidden;border:1px solid var(--mem-line);border-radius:3px;background:#fff}.mem-filter-bar{min-height:64px;display:flex;align-items:center;gap:18px;padding:0 14px;border-bottom:1px solid #e1e4e9}.mem-role-tabs{min-width:0;display:flex;align-items:stretch;align-self:stretch;overflow-x:auto}.mem-tab{position:relative;min-width:max-content;height:100%;display:inline-flex;align-items:center;gap:6px;padding:0 14px;border:0;background:transparent;color:#4f5a6c;font-size:12px;font-weight:700;cursor:pointer}.mem-tab:after{content:"";position:absolute;right:13px;bottom:0;left:13px;height:2px;background:transparent}.mem-tab:hover,.mem-tab.active{color:var(--mem-blue)}.mem-tab.active:after{background:var(--mem-blue)}.mem-role-dot{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:var(--role-dot)}.mem-search-field{width:min(280px,28vw);min-width:220px;height:38px;margin-left:auto;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #cfd5dd;border-radius:3px;background:#fff;color:#8490a1}.mem-search-field:focus-within{border-color:var(--mem-blue);box-shadow:0 0 0 2px #2f61df1a}.mem-search-field svg{width:16px;height:16px;flex-shrink:0}.mem-search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#253047;font-size:12px}.mem-search-field input::placeholder{color:#9ca5b3}.mem-bulk-bar{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 14px;border-bottom:1px solid #cbd6f1;background:#f3f6ff}.mem-bulk-info{color:#5d687b;font-size:12px;font-weight:700}.mem-bulk-info b{color:var(--mem-blue);font-family:var(--fm)}.mem-bulk-actions{display:flex;align-items:center;gap:8px}.mem-bulk-cancel,.mem-bulk-delete{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid #cfd5dd;border-radius:3px;background:#fff;color:#59657a;font-size:11px;font-weight:800;cursor:pointer}.mem-bulk-delete{border-color:#efb4b0;color:#c9332c}.mem-bulk-delete svg{width:14px;height:14px}.mem-bulk-delete:disabled{cursor:not-allowed;opacity:.5}.mem-table-wrap{min-width:0;overflow-x:auto}.mem-table{width:100%;min-width:1120px;border-collapse:collapse;table-layout:fixed}.mem-table th{height:43px;padding:0 12px;border-bottom:1px solid #dde1e7;background:#f3f4f6;color:#6d788a;font-size:10px;font-weight:800;text-align:left;letter-spacing:.25px;white-space:nowrap}.mem-table td{height:57px;padding:0 12px;border-bottom:1px solid #e7e9ed;color:#556176;font-size:11px;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mem-table tbody tr:last-child td{border-bottom:0}.mem-table tbody tr:hover td{background:#f8faff}.mem-table th:nth-child(1){width:44px}.mem-table th:nth-child(2){width:130px}.mem-table th:nth-child(3){width:110px}.mem-table th:nth-child(4){width:150px}.mem-table th:nth-child(5){width:145px}.mem-table th:nth-child(6){width:72px}.mem-table th:nth-child(7){width:105px}.mem-table th:nth-child(8){width:135px}.mem-table th:nth-child(9){width:76px}.mem-table th:nth-child(10){width:116px}.mem-col-select{padding-right:2px!important;padding-left:12px!important;text-align:center!important}.mem-col-actions{text-align:right!important}.mem-select-box{width:16px;height:16px;margin:0;accent-color:var(--mem-blue);cursor:pointer}.mem-select-box:disabled{cursor:not-allowed;opacity:.35}.mem-member-cell{min-width:0;display:flex;align-items:center;gap:9px}.mem-member-cell>strong{overflow:hidden;color:#283349;font-size:12px;font-weight:800;text-overflow:ellipsis}.mem-avatar{width:30px;height:30px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background:var(--avatar-color);color:#fff;font-size:12px;font-weight:900;box-shadow:0 0 0 1px #dce1e8}.mem-mono{font-family:var(--fm);font-size:10px!important;font-variant-numeric:tabular-nums}.mem-email{color:#657186!important}.mem-role-list{display:flex;align-items:center;gap:4px;overflow:hidden}.mem-role-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border:1px solid color-mix(in srgb,var(--role-color) 30%,#fff);border-radius:3px;background:var(--role-bg);color:var(--role-color);font-size:9px;font-weight:800}.mem-role-badge>i{width:5px;height:5px;flex-shrink:0;border-radius:50%;background:currentColor}.mem-menu-count,.mem-expiry,.mem-status{display:inline-flex;align-items:center;border-radius:3px;font-size:9px;font-weight:800;white-space:nowrap}.mem-menu-count{padding:4px 8px;border:1px solid #c9d5f2;background:#f1f5ff;color:var(--mem-blue)}.mem-expiry{padding:4px 7px;border:1px solid #d7dde5;background:#f7f8fa;color:#566277}.mem-expiry.expired{border-color:#f0b8b5;background:#fff3f2;color:#cf342d}.mem-status{gap:5px;padding:4px 7px;border:1px solid #d8dde4;background:#f7f8fa;color:#59657a}.mem-status>i{width:6px;height:6px;border-radius:50%;background:currentColor}.mem-status.active{border-color:#bedfc0;background:#f1faf2;color:#34843a}.mem-status.inactive{border-color:#efcf98;background:#fff8e9;color:#a86a00}.mem-status.expired{border-color:#f0b8b5;background:#fff3f2;color:#cf342d}.mem-row-actions{display:flex;justify-content:flex-end;gap:6px}.mem-action-btn{width:31px;height:31px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #cfd5dd;border-radius:3px;background:#fff;color:#435069;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.mem-action-btn:hover{border-color:var(--mem-blue);background:#f5f8ff;color:var(--mem-blue)}.mem-action-btn.danger:hover{border-color:var(--mem-red);background:#fff4f3;color:var(--mem-red)}.mem-action-btn svg{width:14px;height:14px;stroke-width:1.8}.mem-table-state{padding:52px 20px;color:#8b95a5;font-family:var(--fm);font-size:12px;text-align:center}.mem-load-more{min-height:50px;display:flex;align-items:center;padding:0 14px;border-top:1px solid #e1e4e9;background:#fafafa;color:#6d788a;font-family:var(--fm);font-size:10px;font-weight:700}.mem-access-guard{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;text-align:center}.mem-access-guard-icon{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--mem-red);border-radius:14px;color:var(--mem-red);background:#fff}.mem-access-guard-icon svg{width:28px;height:28px}.mem-access-guard h1{margin:0;font-size:20px}.mem-access-guard p{margin:0;color:var(--mem-muted);font-size:13px}.mem-modal-overlay{z-index:2400;padding:24px;background:#0b111aa3;-webkit-backdrop-filter:none;backdrop-filter:none}.mem-modal{width:min(560px,calc(100vw - 40px));max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #cfd5dd;border-radius:4px;background:#fff;box-shadow:0 24px 72px #050c1747}.mem-modal-wide{width:min(820px,calc(100vw - 40px))}.mem-import-modal{width:min(1040px,calc(100vw - 40px))}.mem-validity-modal{width:min(520px,calc(100vw - 40px))}.mem-modal-header{min-height:80px;display:grid;grid-template-columns:42px minmax(0,1fr) 36px;align-items:center;gap:13px;padding:14px 18px;border-bottom:1px solid #dce1e7;background:#fff}.mem-modal-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--mem-blue);border-radius:10px;color:var(--mem-blue)}.mem-modal-icon.tone-green{border-color:var(--mem-green);color:var(--mem-green)}.mem-modal-icon.tone-violet{border-color:var(--mem-violet);color:var(--mem-violet)}.mem-modal-icon svg{width:20px;height:20px;stroke-width:1.8}.mem-modal-title-row{min-width:0;display:flex;align-items:baseline;gap:10px}.mem-modal-title-row h2{margin:0;color:#172033;font-family:var(--fd);font-size:21px;font-weight:900;line-height:1.15}.mem-modal-title-row span{color:#687386;font-family:var(--fd);font-size:11px;font-style:italic;font-weight:900;letter-spacing:.35px}.mem-modal-header p{margin:4px 0 0;color:#7a8597;font-size:11px}.mem-modal-close{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:3px;background:transparent;color:#6e798c;cursor:pointer}.mem-modal-close:hover{border-color:#d4dae2;background:#f4f5f7;color:#172033}.mem-modal-close svg{width:19px;height:19px}.mem-modal-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:18px;padding:18px;overflow-y:auto;background:#f8f8f5}.mem-modal-footer{min-height:70px;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:13px 18px;border-top:1px solid #dce1e7;background:#fff}.mem-form-section,.mem-menu-selector,.mem-import-defaults,.mem-import-preview{border:1px solid #d9dee6;border-radius:3px;background:#fff}.mem-form-section{padding:16px}.mem-section-heading{display:flex;align-items:center;gap:10px;margin-bottom:14px}.mem-section-heading>span{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--mem-blue);border-radius:50%;color:var(--mem-blue);font-family:var(--fm);font-size:10px;font-weight:800}.mem-section-heading>div{display:flex;flex-direction:column}.mem-section-heading strong{color:#263249;font-size:12px;font-weight:900}.mem-section-heading small{margin-top:2px;color:#8c96a5;font-family:var(--fm);font-size:8px;font-weight:700;letter-spacing:.55px}.mem-section-note{margin:-4px 0 12px 40px;color:#788395;font-size:10px;line-height:1.55}.mem-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 14px}.mem-field{min-width:0;display:flex;flex-direction:column;gap:6px}.mem-field>span{color:#465267;font-size:10px;font-weight:800}.mem-field>span b{color:var(--mem-red)}.mem-field input{width:100%;height:39px;padding:0 11px;border:1px solid #cfd5dd;border-radius:3px;outline:0;background:#fff;color:#253047;font-size:12px}.mem-field input:focus{border-color:var(--mem-blue);box-shadow:0 0 0 2px #2f61df1a}.mem-field>small{color:#8791a1;font-size:9px;line-height:1.4}.mem-role-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mem-role-option{position:relative;min-height:66px;display:grid;grid-template-columns:18px 7px minmax(0,1fr);align-items:center;gap:8px;padding:10px;border:1px solid #d8dde4;border-radius:3px;background:#fff;cursor:pointer;transition:border-color .18s ease,background .18s ease}.mem-role-option:hover{border-color:color-mix(in srgb,var(--role-color) 56%,#fff)}.mem-role-option.selected{border-color:var(--role-color);background:color-mix(in srgb,var(--role-color) 7%,#fff);box-shadow:inset 3px 0 0 var(--role-color)}.mem-role-option>input{position:absolute;opacity:0;pointer-events:none}.mem-role-option-check{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #bfc7d2;border-radius:3px;background:#fff;color:#fff}.mem-role-option.selected .mem-role-option-check{border-color:var(--role-color);background:var(--role-color)}.mem-role-option-check svg{width:13px;height:13px;stroke-width:2.4}.mem-role-option>i{width:7px;height:7px;border-radius:50%;background:var(--role-color)}.mem-role-option>div{min-width:0;display:flex;flex-direction:column}.mem-role-option strong{color:#2e394d;font-size:11px;font-weight:900}.mem-role-option small{margin-top:3px;overflow:hidden;color:#7d8798;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.mem-menu-selector{overflow:hidden}.mem-menu-selector-head{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 14px;border-bottom:1px solid #dfe3e8}.mem-menu-selector-head>div{display:flex;flex-direction:column}.mem-menu-selector-head strong{color:#28344a;font-size:11px;font-weight:900}.mem-menu-selector-head span{margin-top:2px;color:#8c96a5;font-family:var(--fm);font-size:8px;font-weight:700;letter-spacing:.55px}.mem-menu-selector-head output{padding:4px 8px;border:1px solid #c8d4f0;border-radius:3px;background:#f3f6ff;color:var(--mem-blue);font-family:var(--fm);font-size:9px;font-weight:800}.mem-menu-selector-body{display:grid;gap:13px;padding:14px;background:#fbfbfa}.mem-menu-group-title{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#59657a;font-size:10px;font-weight:900}.mem-menu-group-title>i{width:3px;height:12px;background:var(--mem-lime)}.mem-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.mem-menu-option{position:relative;min-width:0;min-height:36px;display:flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid #d8dde4;border-radius:3px;background:#fff;color:#536076;font-size:9px;font-weight:700;cursor:pointer}.mem-menu-option.selected{border-color:#9eb4e8;background:#f2f6ff;color:#294fa8}.mem-menu-option.locked{cursor:not-allowed}.mem-menu-option>input{position:absolute;opacity:0;pointer-events:none}.mem-menu-option>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mem-menu-check{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid #bac3d0;border-radius:3px;background:#fff;color:#fff}.mem-menu-option.selected .mem-menu-check{border-color:var(--mem-blue);background:var(--mem-blue)}.mem-menu-check svg{width:12px;height:12px;stroke-width:2.4}.mem-menu-note{margin:0;padding:9px 10px;border-left:3px solid var(--mem-lime);background:#f3f4f5;color:#727d8f;font-size:9px;line-height:1.6}.mem-template-lane{min-height:70px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid #c9d5f2;border-radius:3px;background:#f4f7ff}.mem-template-lane>span{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--mem-blue);border-radius:8px;color:var(--mem-blue);background:#fff}.mem-template-lane svg{width:18px;height:18px}.mem-template-lane>div{min-width:0;display:flex;flex-direction:column}.mem-template-lane strong{color:#2b374d;font-size:11px;font-weight:900}.mem-template-lane small{margin-top:4px;color:#738094;font-size:9px}.mem-template-lane .mem-button{min-height:34px}.mem-dropzone{min-height:132px;display:flex;align-items:center;justify-content:center;gap:14px;padding:22px;border:1px dashed #aeb8c6;border-radius:3px;background:#fff;cursor:pointer;transition:border-color .18s ease,background .18s ease}.mem-dropzone:hover{border-color:var(--mem-blue);background:#f8faff}.mem-dropzone.has-file{border-style:solid;border-color:#a9d4ae;background:#f6fbf6}.mem-dropzone>input{position:absolute;width:1px;height:1px;opacity:0}.mem-dropzone-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--mem-blue);border-radius:11px;color:var(--mem-blue)}.mem-dropzone.has-file .mem-dropzone-icon{border-color:var(--mem-green);color:var(--mem-green)}.mem-dropzone-icon svg{width:23px;height:23px;stroke-width:1.8}.mem-dropzone>div{display:flex;flex-direction:column}.mem-dropzone strong{color:#2e394e;font-size:12px;font-weight:900}.mem-dropzone small{margin-top:5px;color:#7f8999;font-size:9px}.mem-import-defaults,.mem-import-preview{overflow:hidden}.mem-section-inline-title{min-height:46px;display:flex;align-items:baseline;gap:9px;padding:0 13px;border-bottom:1px solid #dfe3e8}.mem-section-inline-title strong{color:#29354a;font-size:11px;font-weight:900}.mem-section-inline-title small{color:#818c9d;font-family:var(--fm);font-size:8.5px}.mem-import-role-buttons{display:flex;flex-wrap:wrap;gap:8px;padding:12px 13px}.mem-import-role-buttons button{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #d2d8e0;border-radius:3px;background:#fff;color:#59657a;font-size:10px;font-weight:800;cursor:pointer}.mem-import-role-buttons button.selected{border-color:var(--role-color);background:color-mix(in srgb,var(--role-color) 7%,#fff);color:var(--role-color)}.mem-import-role-buttons i{width:6px;height:6px;border-radius:50%;background:var(--role-color)}.mem-import-table-wrap{max-height:300px;overflow:auto}.mem-import-table{width:100%;min-width:900px;border-collapse:collapse;table-layout:fixed}.mem-import-table th{position:sticky;z-index:1;top:0;height:34px;padding:0 9px;border-bottom:1px solid #dce1e7;background:#f1f2f4;color:#6e798b;font-size:9px;font-weight:800;text-align:left}.mem-import-table td{min-height:44px;padding:8px 9px;border-bottom:1px solid #e7e9ed;color:#59657a;font-size:9px;line-height:1.45;vertical-align:top}.mem-import-table tr.invalid td{background:#fff7f6}.mem-import-table th:nth-child(1){width:95px}.mem-import-table th:nth-child(2){width:100px}.mem-import-table th:nth-child(3){width:150px}.mem-import-table th:nth-child(4){width:100px}.mem-import-table th:nth-child(5){width:380px}.mem-import-table th:nth-child(6){width:160px}.mem-import-row-roles{display:flex;flex-wrap:wrap;gap:4px}.mem-import-row-roles label{position:relative;padding:3px 6px;border:1px solid #d9dee6;border-radius:3px;background:#fff;color:#798496;cursor:pointer}.mem-import-row-roles label.selected{border-color:var(--role-color);color:var(--role-color)}.mem-import-row-roles input{position:absolute;opacity:0;pointer-events:none}.mem-validation{font-weight:800}.mem-validation.valid{color:#32843a}.mem-validation.invalid{color:#ce342d}.mem-import-note{min-height:38px;display:flex;align-items:center;gap:7px;margin:0;padding:7px 12px;border-top:1px solid #dfe3e8;color:#6e798b;font-size:9px;line-height:1.5}.mem-import-note svg{width:14px;height:14px;flex-shrink:0;color:var(--mem-amber)}.mem-validity-summary{padding:18px;border:1px solid #cad6f2;border-left:4px solid var(--mem-blue);border-radius:3px;background:#f4f7ff}.mem-validity-summary>span{color:#6d788a;font-size:9px;font-weight:800}.mem-validity-summary>strong{display:block;margin-top:5px;color:var(--mem-blue);font-family:var(--fd);font-size:24px;font-weight:900}.mem-validity-summary>p{margin:10px 0 0;color:#697589;font-size:10px;line-height:1.65}.mem-import-spinner{width:14px;height:14px;flex-shrink:0;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:mem-import-spin .7s linear infinite}@keyframes mem-import-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.members-page *,.members-page *:before,.members-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width: 1280px){.mem-kpi-item{grid-template-columns:34px minmax(0,1fr);gap:8px;padding-inline:9px}.mem-kpi-icon{width:32px;height:32px;border-radius:9px}.mem-kpi-icon svg{width:17px;height:17px}.mem-kpi-copy>strong{font-size:23px}.mem-tab{padding-inline:10px}}@media (max-width: 1050px){.mem-kpi-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.mem-kpi-item{border-bottom:1px solid #e1e4e9}.mem-kpi-item:nth-child(4){border-right:0}.mem-kpi-item:nth-child(n+5){border-bottom:0}.mem-filter-bar{align-items:stretch;flex-direction:column;gap:10px;padding-block:10px}.mem-role-tabs{min-height:40px}.mem-search-field{width:100%;min-width:0;margin-left:0}.mem-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){.mem-page-header{align-items:flex-start;flex-direction:column}.mem-page-actions{width:100%;margin-left:0}.mem-page-actions .mem-button{flex:1}.mem-title-lockup h1{font-size:31px}.mem-title-lockup span{display:none}.mem-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.mem-kpi-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.mem-kpi-item:nth-child(2n){border-right:0}.mem-kpi-item:last-child{grid-column:1 / -1;border-bottom:0}.mem-form-grid,.mem-role-option-grid{grid-template-columns:1fr}.mem-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mem-template-lane{grid-template-columns:36px minmax(0,1fr)}.mem-template-lane .mem-button{grid-column:1 / -1}}@media (max-width: 520px){.mem-page-header{padding-inline:8px}.mem-page-actions{flex-direction:column}.mem-page-actions .mem-button{width:100%}.mem-menu-grid{grid-template-columns:1fr}.mem-modal-overlay{padding:10px}.mem-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.mem-modal-header{padding-inline:12px}.mem-modal-title-row span{display:none}.mem-modal-body{padding:12px}.mem-modal-footer{padding-inline:12px}}#app-screen .page-area.page-profile{overflow:hidden;padding:0;background:#f7f8f5}.profile-page{--profile-ink: #142033;--profile-muted: #748197;--profile-line: #d5dde7;--profile-blue: #1d61e9;--profile-blue-dark: #124cbd;--profile-lime: #a7e535;height:100%;overflow:auto;padding:36px 38px 28px;background:#f7f8f5;color:var(--profile-ink)}.profile-page-loading{display:grid;place-items:center}.profile-loading-indicator{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--profile-muted);font:600 13px/1.4 var(--fb)}.profile-loading-indicator svg{width:36px;height:36px;color:var(--profile-blue);animation:profile-spin .8s linear infinite}.profile-hero{margin-bottom:53px}.profile-hero h1{display:flex;align-items:center;gap:9px;margin:0;color:var(--profile-ink)}.profile-hero h1 strong{font:900 40px/1 var(--fb);letter-spacing:-.06em}.profile-hero h1 span{color:#58657b;font:italic 800 19px/1 var(--fm);letter-spacing:-.05em}.profile-title-divider,.profile-title-accent{width:25px;height:35px;flex:0 0 auto;color:#6c788b;stroke-width:3.4}.profile-title-accent{color:var(--profile-lime);stroke-width:6.2}.profile-hero p{margin:11px 0 0;color:var(--profile-muted);font:500 13px/1.5 var(--fb)}.profile-workspace{display:grid;grid-template-columns:196px minmax(0,1fr);gap:24px;min-width:0}.profile-lanes{align-self:stretch;position:relative;padding:47px 18px 0 0;border-top:1px solid #ccd5df}.profile-lane{width:100%;min-height:108px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:12px;position:relative;padding:7px 0 12px;border:0;background:transparent;color:#667287;text-align:left;cursor:pointer}.profile-lane:not(:last-child):after{content:"";width:1px;position:absolute;top:36px;bottom:-9px;left:13px;background:#d4dce5}.profile-lane-number{width:27px;height:27px;display:grid;place-items:center;position:relative;z-index:1;border:1px solid #b7c1cf;border-radius:50%;background:#f7f8f5;color:#728096;font:800 12px/1 var(--fm);transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.profile-lane-copy{min-width:0;display:flex;flex-direction:column;gap:8px;padding-top:3px}.profile-lane-copy strong{color:#6a768a;font:800 15px/1.25 var(--fb);transition:color .18s ease}.profile-lane-copy small{color:#9ba5b4;font:500 11px/1.35 var(--fb)}.profile-lane:hover .profile-lane-number,.profile-lane:focus-visible .profile-lane-number,.profile-lane.is-active .profile-lane-number{border-color:var(--profile-blue);background:var(--profile-blue);color:#fff;box-shadow:0 0 0 4px #1d61e914}.profile-lane:hover .profile-lane-copy strong,.profile-lane:focus-visible .profile-lane-copy strong,.profile-lane.is-active .profile-lane-copy strong{color:var(--profile-blue)}.profile-content{min-width:0;padding-top:28px;border-top:1px solid #ccd5df}.profile-panel{min-height:clamp(520px,calc(100vh - 323px),618px);display:flex;flex-direction:column;padding:34px 35px 52px;border:1px solid #ccd6e2;border-radius:4px;background:#fff;box-shadow:0 7px 22px #16274409}.profile-panel-header{display:grid;grid-template-columns:10px auto minmax(60px,1fr);align-items:center;gap:12px;margin-bottom:54px}.profile-section-mark{width:10px;height:24px;display:block;color:var(--profile-blue);stroke-width:6.5}.profile-panel-header h2{margin:0;color:#172236;font:900 18px/1.2 var(--fb);letter-spacing:-.025em}.profile-speed-rule{height:1px;margin-left:8px;border-top:1px dashed #d6dee8}.profile-panel-note{margin:-22px 0 24px 19px;color:#8995a7;font:500 11px/1.45 var(--fb)}.profile-form{flex:1;display:flex;flex-direction:column;gap:40px}.profile-security-form{gap:19px}.profile-field{display:flex;flex-direction:column;gap:14px}.profile-field label{color:#29364a;font:800 13px/1.3 var(--fb)}.profile-field label span{margin-left:3px;color:#e54857}.profile-field input{width:100%;min-height:52px;padding:0 17px;border:1px solid #ccd5df;border-radius:4px;background:#fff;color:#172236;outline:none;font:500 14px/1 var(--fb);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.profile-field input::placeholder{color:#9ba5b3}.profile-field input:hover{border-color:#aeb9c8}.profile-field input:focus{border-color:var(--profile-blue);box-shadow:0 0 0 3px #1d61e91a}.profile-field input.has-error{border-color:#d93e4f}.profile-field input.has-error:focus{box-shadow:0 0 0 3px #d93e4f1a}.profile-field-error{color:#c72f40;font:600 11px/1.35 var(--fb)}.profile-password-strength{display:grid;gap:7px}.profile-strength-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.profile-strength-track span{height:4px;border-radius:2px;background:#dfe4ea}.profile-strength-copy{display:flex;justify-content:space-between;color:#8792a4;font:500 11px/1.3 var(--fb)}.profile-strength-copy strong{color:#d05635;font-weight:800}.profile-password-strength.strength-1 .is-filled{background:#d94755}.profile-password-strength.strength-2 .is-filled{background:#db8b22}.profile-password-strength.strength-3 .is-filled{background:#14956e}.profile-password-strength.strength-4 .is-filled{background:var(--profile-blue)}.profile-password-strength.strength-3 .profile-strength-copy strong{color:#117d5e}.profile-password-strength.strength-4 .profile-strength-copy strong{color:var(--profile-blue)}.profile-panel-actions{display:flex;justify-content:flex-end;margin-top:auto;padding-top:8px}.profile-primary-button{min-width:148px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 22px;border:1px solid var(--profile-blue);border-radius:4px;background:var(--profile-blue);box-shadow:0 5px 14px #1d61e92e;color:#fff;cursor:pointer;font:800 14px/1 var(--fb);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.profile-primary-button:hover:not(:disabled){border-color:var(--profile-blue-dark);background:var(--profile-blue-dark);box-shadow:0 7px 17px #124cbd33;transform:translateY(-1px)}.profile-primary-button:disabled{border-color:#cdd5df;background:#e4e8ed;box-shadow:none;color:#8b95a3;cursor:not-allowed}.profile-button-spinner{width:17px;height:17px;animation:profile-spin .8s linear infinite}.profile-page button:focus-visible,.profile-page input:focus-visible{outline:3px solid rgba(29,97,233,.2);outline-offset:2px}@keyframes profile-spin{to{transform:rotate(360deg)}}@media (max-width: 1180px){.profile-page{padding-inline:28px}.profile-workspace{grid-template-columns:176px minmax(0,1fr);gap:20px}.profile-panel{padding-inline:28px}}@media (max-height: 800px) and (min-width: 641px){.profile-page{padding-top:24px;padding-bottom:20px}.profile-hero{margin-bottom:35px}.profile-lanes{padding-top:31px}.profile-lane{min-height:88px}.profile-content{padding-top:20px}.profile-panel{min-height:455px;padding:28px 30px}.profile-panel-header{margin-bottom:36px}.profile-form{gap:23px}.profile-security-form{gap:12px}}@media (max-width: 920px){.profile-workspace{grid-template-columns:1fr;gap:18px}.profile-lanes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:14px 0 0}.profile-lane{min-height:62px;padding:7px 10px}.profile-lane:not(:last-child):after{width:auto;height:1px;top:20px;right:-4px;bottom:auto;left:39px}.profile-content{padding-top:0;border-top:0}}@media (max-width: 640px){.profile-page{padding:24px 18px 28px}.profile-hero h1{flex-wrap:wrap}.profile-hero h1 strong{font-size:31px}.profile-hero h1 span{font-size:14px}.profile-lanes{grid-template-columns:1fr}.profile-lane:not(:last-child):after{display:none}.profile-panel{min-height:500px;padding:26px 20px 22px}.profile-panel-header{grid-template-columns:7px auto}.profile-speed-rule{display:none}.profile-primary-button{width:100%}}@media (prefers-reduced-motion: reduce){.profile-page *,.profile-page *:before,.profile-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mt-layout{display:flex;height:100%;overflow:hidden;gap:0}.mt-sidebar{width:280px;flex-shrink:0;border-right:1px solid var(--fog-mid);display:flex;flex-direction:column;background:#fff;overflow:hidden}.mt-sb-head{padding:20px 18px 14px;border-bottom:1px solid var(--fog-mid);flex-shrink:0}.mt-sb-title{font-size:13px;font-weight:700;color:#1a2840;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mt-upload-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border-radius:9px;background:linear-gradient(135deg,#0063d4,#0d82f5);color:#fff;font-size:12px;font-weight:600;font-family:var(--fb);cursor:pointer;border:none;transition:all .2s;box-shadow:0 3px 10px #0d82f54d}.mt-upload-btn:hover{transform:translateY(-1px);box-shadow:0 5px 16px #0d82f566}.mt-upload-btn svg{width:13px;height:13px}.mt-filter-row{display:flex;gap:6px}.mt-filter-chip{padding:4px 10px;border-radius:20px;font-size:11px;font-family:var(--fm);border:1px solid var(--fog-mid);cursor:pointer;color:#6a80a0;transition:all .15s}.mt-filter-chip.active{background:var(--ice-50);border-color:var(--ice-300);color:var(--ice-600);font-weight:600}.mt-sb-list{flex:1;overflow-y:auto;padding:8px}.mt-sb-list::-webkit-scrollbar{width:4px}.mt-sb-list::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:2px}.mt-model-card{padding:12px 14px;border-radius:12px;cursor:pointer;transition:all .2s;margin-bottom:6px;border:1.5px solid transparent;position:relative}.mt-model-card:hover{background:var(--ice-50)}.mt-model-card.selected{background:linear-gradient(135deg,#0d82f512,#00d4ff0a);border-color:#0d82f533;box-shadow:0 2px 12px #0d82f514}.mt-model-card.selected:before{content:"";position:absolute;left:0;top:15%;bottom:15%;width:3px;border-radius:2px;background:linear-gradient(180deg,var(--ice-400),var(--cyan));box-shadow:var(--glow)}.mt-mc-top{display:flex;align-items:center;gap:10px;margin-bottom:8px}.mt-mc-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mt-mc-icon svg{width:17px;height:17px}.mt-mc-meta{flex:1;min-width:0}.mt-mc-name{font-size:13px;font-weight:600;color:#1a2840;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.mt-mc-type{font-size:10px;font-family:var(--fm);color:#8a9ab8}.mt-mc-status{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;font-family:var(--fm);white-space:nowrap}.mt-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.mt-status-dot.running{background:#00b894;box-shadow:0 0 6px #00b89499;animation:statusPulse 1.6s ease-in-out infinite}.mt-status-dot.stopped{background:#b0c0d4}.mt-status-dot.error{background:#e17055;box-shadow:0 0 6px #e1705580}.mt-status-dot.training{background:#ff9f43;box-shadow:0 0 6px #ff9f4380;animation:statusPulse 1s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.45}}.mt-mc-bottom{display:flex;align-items:center;justify-content:space-between}.mt-mc-ver{font-size:10px;color:#b0c0d4;font-family:var(--fm)}.mt-mc-acc{font-size:10px;font-family:var(--fm);padding:2px 7px;border-radius:5px;background:#00b8941a;color:#00b894;font-weight:600}.mt-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--fog-light)}.mt-detail-header{padding:20px 24px 18px;background:#fff;border-bottom:1px solid var(--fog-mid);flex-shrink:0}.mt-dh-top{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.mt-dh-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mt-dh-icon svg{width:24px;height:24px}.mt-dh-info{flex:1;min-width:0}.mt-dh-name{font-size:18px;font-weight:700;color:#1a2840;font-family:var(--fd);letter-spacing:.3px;margin-bottom:4px}.mt-dh-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mt-dh-tag{padding:3px 9px;border-radius:6px;font-size:11px;font-family:var(--fm);font-weight:500}.mt-dh-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.mt-action-btn{display:flex;align-items:center;gap:7px;padding:9px 18px;border-radius:10px;font-size:13px;font-weight:600;font-family:var(--fb);cursor:pointer;border:none;transition:all .2s}.mt-action-btn.start{background:linear-gradient(135deg,#00b894,#00d4aa);color:#fff;box-shadow:0 4px 14px #00b89459}.mt-action-btn.start:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00b89473}.mt-action-btn.stop{background:linear-gradient(135deg,#e17055,#ff9f43);color:#fff;box-shadow:0 4px 14px #e1705559}.mt-action-btn.stop:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e1705573}.mt-action-btn.outline{background:#fff;border:1.5px solid var(--fog-mid);color:#4a6080}.mt-action-btn.outline:hover{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.mt-action-btn svg{width:15px;height:15px}.mt-metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mt-metric{padding:10px 14px;background:var(--fog-light);border-radius:10px;border:1px solid var(--fog-mid)}.mt-metric-val{font-size:18px;font-weight:700;color:#1a2840;font-family:var(--fd);margin-bottom:2px}.mt-metric-label{font-size:10px;color:#8a9ab8;font-family:var(--fm)}.mt-tabs{display:flex;gap:0;border-bottom:1px solid var(--fog-mid);background:#fff;padding:0 24px;flex-shrink:0}.mt-tab{padding:12px 18px;font-size:13px;font-weight:500;color:#6a80a0;cursor:pointer;border-bottom:2.5px solid transparent;transition:all .2s;display:flex;align-items:center;gap:6px;font-family:var(--fb)}.mt-tab:hover{color:var(--ice-600)}.mt-tab.active{color:var(--ice-600);border-bottom-color:var(--ice-500);font-weight:600}.mt-tab svg{width:14px;height:14px}.mt-tab-content{flex:1;overflow:hidden;display:none}.mt-tab-content.active{display:flex;flex-direction:column;overflow:hidden}.mt-log-toolbar{padding:12px 20px;background:#fff;border-bottom:1px solid var(--fog-mid);display:flex;align-items:center;gap:10px;flex-shrink:0}.mt-log-search{flex:1;max-width:260px;position:relative}.mt-log-search input{width:100%;padding:7px 12px 7px 32px;border-radius:8px;border:1px solid var(--fog-mid);background:var(--fog-light);font-size:12px;font-family:var(--fm);color:#1a2840;outline:none;transition:all .2s}.mt-log-search input:focus{border-color:var(--ice-300);background:#fff;box-shadow:0 0 0 3px #0d82f514}.mt-log-search .ls-icon{position:absolute;left:9px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#b0c0d4}.mt-log-level{display:flex;gap:5px}.mt-log-level-btn{padding:5px 10px;border-radius:6px;font-size:11px;font-family:var(--fm);cursor:pointer;border:1px solid var(--fog-mid);color:#8a9ab8;background:#fff;transition:all .15s}.mt-log-level-btn.on{border-color:transparent;font-weight:600}.mt-log-level-btn.on.info{background:#0d82f51a;color:#0d82f5}.mt-log-level-btn.on.warn{background:#ff9f431f;color:#e17055}.mt-log-level-btn.on.error{background:#e170551a;color:#e17055}.mt-log-scroll-btn{padding:5px 11px;border-radius:6px;font-size:11px;font-family:var(--fm);cursor:pointer;border:1px solid var(--fog-mid);color:#8a9ab8;background:#fff;display:flex;align-items:center;gap:4px;margin-left:auto;transition:all .15s}.mt-log-scroll-btn:hover{background:var(--ice-50);color:var(--ice-600)}.mt-log-terminal{flex:1;overflow-y:auto;background:#0d1117;padding:16px 20px;font-family:var(--fm);font-size:12px;line-height:1.8;color:#c9d1d9}.mt-log-terminal::-webkit-scrollbar{width:5px}.mt-log-terminal::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}.mt-log-line{display:flex;gap:10px;align-items:flex-start;padding:1px 0}.mt-log-line:hover{background:#ffffff08;border-radius:4px}.mt-log-ts{color:#484f58;flex-shrink:0;-webkit-user-select:none;user-select:none;font-size:11px}.mt-log-badge{padding:1px 6px;border-radius:4px;font-size:10px;font-weight:700;flex-shrink:0;margin-top:2px}.mt-log-badge.INFO{background:#0d82f526;color:#58a6ff}.mt-log-badge.WARN{background:#ff9f4326;color:#ffa657}.mt-log-badge.ERROR{background:#e1705533;color:#ff7b72}.mt-log-badge.DEBUG{background:#8a9ab81f;color:#8b949e}.mt-log-badge.SUCCESS{background:#00b89426;color:#3fb950}.mt-log-text{flex:1;white-space:pre-wrap;word-break:break-all}.mt-log-text .hl-path{color:#79c0ff}.mt-log-text .hl-num{color:#ffa657}.mt-log-text .hl-ok{color:#3fb950}.mt-log-text .hl-err{color:#ff7b72}.mt-overview-body{flex:1;overflow-y:auto;padding:20px 24px}.mt-overview-body::-webkit-scrollbar{width:5px}.mt-overview-body::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:3px}.mt-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.mt-card{background:#fff;border-radius:14px;border:1px solid var(--fog-mid);box-shadow:var(--card-shadow);overflow:hidden}.mt-card-head{padding:14px 18px 0;display:flex;align-items:center;justify-content:space-between}.mt-card-title{font-size:13px;font-weight:600;color:#1a2840;display:flex;align-items:center;gap:7px}.mt-card-title .dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--ice-400),var(--cyan))}.mt-card-body{padding:14px 18px 18px}.mt-progress-item{margin-bottom:14px}.mt-progress-item:last-child{margin-bottom:0}.mt-pi-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.mt-pi-label{font-size:12px;color:#4a6080;font-family:var(--fb)}.mt-pi-val{font-size:12px;font-family:var(--fm);color:#1a2840;font-weight:600}.mt-pi-bar{height:6px;border-radius:3px;background:var(--fog-mid);overflow:hidden}.mt-pi-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--ice-400),var(--cyan));box-shadow:0 0 6px #00d4ff4d;transition:width 1.2s cubic-bezier(.22,1,.36,1)}.mt-env-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--fog-light);font-size:12px}.mt-env-row:last-child{border-bottom:none}.mt-env-key{color:#8a9ab8;font-family:var(--fm)}.mt-env-val{color:#1a2840;font-weight:500;font-family:var(--fm)}.mt-hist-table{width:100%;border-collapse:collapse;font-size:12px}.mt-hist-table th{padding:8px 12px;text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#b0c0d4;font-family:var(--fm);border-bottom:1px solid var(--fog-mid);background:var(--fog-light)}.mt-hist-table td{padding:10px 12px;border-bottom:1px solid var(--fog-light);color:#2a3f5f;font-family:var(--fb)}.mt-hist-table tr:last-child td{border-bottom:none}.mt-hist-table tr:hover td{background:var(--ice-50)}.mt-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#b0c0d4;gap:12px;padding:40px}.mt-empty-icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#6c5ce714,#0d82f50f);display:flex;align-items:center;justify-content:center}.mt-empty-icon svg{width:28px;height:28px;color:#b0c0d4}.mt-empty-text{font-size:14px;font-family:var(--fb);color:#8a9ab8}.mt-empty-sub{font-size:12px;font-family:var(--fm);color:#b0c0d4}.rpt-kpi-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:22px}.rpt-kpi{background:#fff;border-radius:14px;padding:16px 18px;border:1px solid var(--fog-mid);box-shadow:var(--card-shadow);position:relative;overflow:hidden;transition:all .22s}.rpt-kpi:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0d82f51f}.rpt-kpi:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--kc,linear-gradient(90deg,var(--ice-400),var(--cyan)))}.rpt-kpi.c1{--kc:linear-gradient(90deg,#0d82f5,#00c8ff)}.rpt-kpi.c2{--kc:linear-gradient(90deg,#00b894,#00d4aa)}.rpt-kpi.c3{--kc:linear-gradient(90deg,#e17055,#ff9f43)}.rpt-kpi.c4{--kc:linear-gradient(90deg,#6c5ce7,#a29bfe)}.rpt-kpi.c5{--kc:linear-gradient(90deg,#fd79a8,#e84393)}.rpt-kpi-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.rpt-kpi-icon svg{width:16px;height:16px}.rpt-kpi-val{font-family:var(--fd);font-size:28px;font-weight:700;color:#1a2840;line-height:1;margin-bottom:3px}.rpt-kpi-label{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.rpt-kpi-trend{position:absolute;top:14px;right:14px;font-size:11px;font-family:var(--fm);padding:2px 8px;border-radius:20px}.rpt-kpi-trend.up{background:#00b8941a;color:#00b894}.rpt-kpi-trend.dn{background:#e170551a;color:#e17055}.rpt-2col{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;margin-bottom:20px}.rpt-dist-grid,.rpt-ranking-grid,.rpt-breakdown-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}.rpt-card{background:#fff;border-radius:14px;border:1px solid var(--fog-mid);box-shadow:var(--card-shadow);overflow:hidden}.rpt-card-head{padding:14px 18px 0;display:flex;align-items:center;justify-content:space-between}.rpt-card-title{font-size:13px;font-weight:600;color:#1a2840;display:flex;align-items:center;gap:7px}.rpt-card-title .dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--ice-400),var(--cyan))}.rpt-card-actions{display:flex;gap:6px}.rpt-chip{padding:3px 9px;border-radius:20px;font-size:10px;border:1px solid var(--fog-mid);cursor:pointer;color:#6a80a0;font-family:var(--fm);transition:all .15s}.rpt-chip.active,.rpt-chip:hover{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.rpt-card-body{padding:14px 18px 18px}.rpt-svg-wrap{width:100%;overflow:visible;display:block}.rpt-task-table{width:100%;border-collapse:collapse;font-size:12px}.rpt-task-table th{padding:7px 10px;text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#b0c0d4;font-family:var(--fm);border-bottom:1px solid var(--fog-mid);background:var(--fog-light);white-space:nowrap}.rpt-task-table td{padding:9px 10px;border-bottom:1px solid var(--fog-light);vertical-align:middle}.rpt-task-table tr:last-child td{border-bottom:none}.rpt-task-table tr:hover td{background:var(--ice-50)}.rpt-progress-mini{display:flex;align-items:center;gap:6px}.rpt-pm-bar{flex:1;height:5px;border-radius:3px;background:var(--fog-mid);overflow:hidden;min-width:60px}.rpt-pm-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--ice-400),var(--cyan))}.rpt-pm-pct{font-size:11px;font-family:var(--fm);color:#4a6080;font-weight:600;width:32px;text-align:right;flex-shrink:0}.rpt-member-row{display:flex;align-items:center;gap:12px;padding:9px 0;border-bottom:1px solid var(--fog-light)}.rpt-member-row:last-child{border-bottom:none}.rpt-mem-rank{width:20px;font-size:12px;font-weight:700;font-family:var(--fd);text-align:center;color:#b0c0d4;flex-shrink:0}.rpt-mem-rank.top{color:#ff9f43}.rpt-mem-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;flex-shrink:0}.rpt-mem-info{flex:1;min-width:0}.rpt-mem-name{font-size:13px;font-weight:600;color:#1a2840;margin-bottom:2px}.rpt-mem-role{font-size:10px;font-family:var(--fm);color:#8a9ab8}.rpt-mem-stat{text-align:right;flex-shrink:0}.rpt-mem-cnt{font-size:14px;font-weight:700;font-family:var(--fd);color:#1a2840}.rpt-mem-unit{font-size:10px;font-family:var(--fm);color:#8a9ab8}.rpt-donut-row{display:flex;align-items:center;gap:16px}.rpt-donut-legend{display:flex;flex-direction:column;gap:7px;flex:1}.rpt-legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#4a6080}.rpt-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.rpt-legend-val{margin-left:auto;font-family:var(--fm);font-weight:600;color:#1a2840}.rpt-sub-page{display:none}.rpt-sub-page.active{display:block}.rpt-body{flex:1;overflow-y:auto;padding:22px 26px}.rpt-body::-webkit-scrollbar{width:5px}.rpt-body::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:3px}.rpt-insight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:-8px 0 22px}.rpt-insight{background:#fff;border:1px solid var(--fog-mid);border-radius:12px;padding:13px 14px;display:flex;gap:11px;align-items:flex-start;box-shadow:0 7px 24px #0d82f50f}.rpt-insight-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;box-shadow:0 0 0 4px #0d82f514;flex-shrink:0}.rpt-insight-main{min-width:0}.rpt-insight-label{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-bottom:5px}.rpt-insight-value{font-size:20px;font-weight:800;color:#1a2840;line-height:1.1;margin-bottom:4px}.rpt-insight-detail{font-size:11px;color:#6a80a0;line-height:1.45;word-break:break-word}.rpt-rank-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--fog-light)}.rpt-rank-row:first-child{padding-top:0}.rpt-rank-row:last-child{padding-bottom:0;border-bottom:none}.rpt-rank-no{width:24px;height:24px;border-radius:8px;background:#f1f6fb;color:#8a9ab8;font-family:var(--fm);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.rpt-rank-no.top{background:#0d82f51a;color:#0d82f5}.rpt-rank-main{min-width:0}.rpt-rank-name{font-size:13px;font-weight:700;color:#1a2840;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rpt-rank-detail{margin-top:3px;font-size:11px;color:#8a9ab8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rpt-rank-value{font-size:13px;font-weight:800;color:#2a3f5f;font-family:var(--fm);white-space:nowrap}.rpt-section-title{font-size:14px;font-weight:700;color:#1a2840;display:flex;align-items:center;gap:8px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--fog-mid)}.rpt-section-title .dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--ice-400),var(--cyan))}.rpt-filter-bar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.rpt-filter-select{padding:6px 12px;border-radius:8px;border:1px solid var(--fog-mid);background:#fff;font-size:12px;font-family:var(--fb);color:#4a6080;outline:none;cursor:pointer;transition:all .2s}.rpt-filter-select:focus{border-color:var(--ice-300);box-shadow:0 0 0 3px #0d82f514}.rpt-export-btn{margin-left:auto;display:flex;align-items:center;gap:6px;padding:7px 14px;border-radius:9px;background:#fff;border:1.5px solid var(--fog-mid);color:#4a6080;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .2s}.rpt-export-btn:hover{background:var(--ice-50);border-color:var(--ice-300);color:var(--ice-600)}.rpt-export-btn svg{width:13px;height:13px}.rpt-modal-bar-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.rpt-modal-bar-item{display:flex;flex-direction:column;gap:4px}.rpt-mb-header{display:flex;justify-content:space-between;font-size:11px;font-family:var(--fm)}.rpt-mb-label{color:#4a6080;font-weight:500}.rpt-mb-detail{display:block;margin-top:2px;font-style:normal;font-size:10px;color:#8a9ab8;font-weight:500;line-height:1.35}.rpt-mb-val{color:#1a2840;font-weight:700}.rpt-mb-bar{height:8px;border-radius:4px;background:var(--fog-mid);overflow:hidden}.rpt-mb-fill{height:100%;border-radius:4px;transition:width 1s cubic-bezier(.22,1,.36,1)}@media (max-width:1200px){.rpt-kpi-row{grid-template-columns:repeat(3,1fr)}.rpt-insight-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.rpt-2col,.rpt-dist-grid,.rpt-ranking-grid,.rpt-breakdown-grid{grid-template-columns:1fr}.rpt-kpi-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.rpt-kpi-row,.rpt-insight-grid{grid-template-columns:1fr}}.rpt-page{padding:0!important;display:flex;flex-direction:column;overflow:hidden;flex:1;min-height:0;background:#f8f8f5}.rpt-page-header{min-height:70px;display:flex;align-items:center;gap:18px;padding:12px 26px;background:#fff;border-bottom:1px solid var(--fog-mid);flex-shrink:0;flex-wrap:wrap}.rpt-page-heading{min-width:0}.rpt-title-lockup{display:flex;align-items:baseline;gap:10px}.rpt-title-lockup h1{margin:0;color:#1a2840;font-size:15px;line-height:1.2;font-weight:800}.rpt-page-heading p{margin:3px 0 0;color:#8a9ab8;font-size:12px}.rpt-page-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.rpt-range-control{display:inline-flex;align-items:center;gap:7px;color:#6f84a2;font-size:12px;font-weight:700;white-space:nowrap}.task-report-page{--task-ink:#172033;--task-muted:#748095;--task-line:#d9dee6;--task-blue:#2f61df;--task-lime:#b8e51a;--task-green:#54ad45;--task-amber:#f59e0b;--task-red:#ef4444;color:var(--task-ink);background:#f8f8f5}.task-report-header{min-height:92px;padding:15px 24px 13px;border-bottom-color:#dde1e7;background:#fff}.task-report-header .rpt-title-lockup{gap:12px;align-items:baseline}.task-report-header .rpt-title-lockup h1{font-size:28px;font-weight:900;letter-spacing:-1.1px;color:#111a2b}.task-report-header .rpt-title-lockup span{font-family:var(--fd);font-size:16px;font-weight:900;font-style:italic;color:#4d5668;letter-spacing:.2px}.task-report-header .rpt-title-lockup i{display:block;width:7px;height:23px;background:var(--task-lime);transform:skew(-23deg);flex-shrink:0}.task-report-header .rpt-page-heading p{margin-top:5px;color:#747f91;font-size:11px}.task-report-header .rpt-filter-select{height:36px;min-width:96px;padding:0 30px 0 12px;border:1px solid #cfd5dd;border-radius:3px;background:#fff;color:#435069;font-size:11px;box-shadow:none}.task-report-header .rpt-filter-select:focus{border-color:var(--task-blue);box-shadow:0 0 0 2px #2f61df1a}.task-report-header .rpt-export-btn{height:36px;margin-left:0;padding:0 13px;border:1px solid #cfd5dd;border-radius:3px;background:#fff;color:#354259;font-size:11px;font-weight:800}.task-report-header .rpt-export-btn:hover{background:#f4f6fb;border-color:var(--task-blue);color:var(--task-blue)}.task-report-header .rpt-export-btn svg{width:15px;height:15px;stroke-width:1.8}.task-report-body{padding:9px 24px 14px;background:#f8f8f5}.task-report-content{display:flex;flex-direction:column;gap:7px;min-width:0}.task-report-panel{background:#fff;border:1px solid var(--task-line);border-radius:3px;box-shadow:none;overflow:hidden}.task-kpi-strip{min-height:107px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;border:1px solid var(--task-line);border-radius:3px;overflow:hidden}.task-kpi-item{position:relative;min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:12px;padding:17px 15px 13px;border-right:1px solid #e1e4e9}.task-kpi-item:last-child{border-right:0}.task-kpi-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:2px solid var(--task-blue);border-radius:10px;color:var(--task-blue);background:#f8faff}.task-kpi-icon svg{width:17px;height:17px;stroke-width:1.9}.task-kpi-item.tone-green .task-kpi-icon{border-color:var(--task-green);color:var(--task-green);background:#f6fbf4}.task-kpi-item.tone-amber .task-kpi-icon{border-color:var(--task-amber);color:var(--task-amber);background:#fffbf2}.task-kpi-item.tone-red .task-kpi-icon{border-color:var(--task-red);color:var(--task-red);background:#fff7f7}.task-kpi-copy{min-width:0;display:flex;flex-direction:column}.task-kpi-copy>span{color:#667286;font-size:9px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-kpi-copy>strong{margin-top:3px;color:#172033;font-family:var(--fd);font-size:24px;line-height:1.1;font-weight:900;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-kpi-copy>small{margin-top:9px;padding-top:7px;border-top:1px solid #eceef1;color:#7d8798;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-kpi-item.tone-green .task-kpi-copy>small{color:#3c8f4b}.task-kpi-item.tone-amber .task-kpi-copy>small{color:#a56c06}.task-kpi-item.tone-red .task-kpi-copy>small{color:#cf3f3f}.task-analysis-grid{height:290px;display:grid;grid-template-columns:minmax(0,1.62fr) minmax(285px,1fr);gap:7px;min-width:0}.task-trend-panel,.task-status-panel{min-height:0;display:flex;flex-direction:column}.task-panel-head{height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;border-bottom:1px solid #e3e6eb;flex-shrink:0}.task-panel-head h2,.task-modality-title h2,.task-detail-title h2{margin:0;color:#263249;font-size:11px;font-weight:900}.task-panel-head>div:first-child>span,.task-modality-title>span,.task-detail-title>div>span{display:block;margin-top:3px;color:#9aa2af;font-family:var(--fm);font-size:7.5px;font-weight:700;letter-spacing:.45px}.task-trend-legend{display:flex;align-items:center;gap:12px;color:#667286;font-size:8.5px}.task-trend-legend span{display:flex;align-items:center;gap:5px;white-space:nowrap}.task-trend-legend i{width:13px;height:2px;background:var(--task-blue)}.task-trend-legend i.green{background:var(--task-green)}.task-trend-chart{flex:1;min-height:0;padding:8px 10px 4px}.task-trend-svg{width:100%;height:100%;display:block;overflow:visible}.task-trend-svg line{stroke:#e4e7eb;stroke-width:1;stroke-dasharray:3 3}.task-trend-svg text{fill:#7e899b;font-family:var(--fm);font-size:8px}.task-status-body{flex:1;min-height:0;display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:9px;padding:7px 12px 4px}.task-donut-wrap{position:relative;width:132px;height:132px;display:flex;align-items:center;justify-content:center}.task-donut-wrap svg{width:124px;height:124px;transform:rotate(-90deg)}.task-donut-track,.task-donut-segment{fill:none;stroke-width:14}.task-donut-track{stroke:#edf0f3}.task-donut-segment{stroke-linecap:butt}.task-donut-wrap>div{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}.task-donut-wrap strong{font-family:var(--fd);font-size:24px;line-height:1;color:#172033;font-weight:900}.task-donut-wrap span{margin-top:4px;color:#7e899b;font-size:8px}.task-status-list{display:flex;flex-direction:column;gap:9px;min-width:0}.task-status-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.task-status-list span{min-width:0;display:flex;align-items:center;gap:6px;color:#556176;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-status-list span i{width:7px;height:7px;border-radius:50%;flex-shrink:0}.task-status-list strong{color:#243047;font-family:var(--fm);font-size:9px;white-space:nowrap}.task-status-list strong small{margin-left:4px;color:#8b94a3;font-size:7.5px;font-weight:600}.task-status-summary{height:53px;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e3e6eb;background:#fafafa;flex-shrink:0}.task-status-summary>div{display:flex;flex-direction:column;justify-content:center;padding:0 15px;border-right:1px solid #e1e4e9}.task-status-summary>div:last-child{border-right:0}.task-status-summary span{color:#818b9c;font-size:8px}.task-status-summary strong{margin-top:3px;color:#253149;font-family:var(--fd);font-size:17px;font-weight:900}.task-status-summary strong.risk{color:var(--task-red)}.task-modality-lane{min-height:78px;display:grid;grid-template-columns:155px minmax(0,1fr);align-items:stretch}.task-modality-title{display:flex;flex-direction:column;justify-content:center;padding:0 14px;border-right:1px solid #e1e4e9}.task-modality-items{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center}.task-modality-item{position:relative;min-width:0;padding:10px 13px 8px;border-right:1px solid #e5e7eb}.task-modality-item:last-child{border-right:0}.task-modality-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#536076;font-size:8.5px}.task-modality-meta span{min-width:0;display:flex;align-items:center;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-modality-meta svg{width:13px;height:13px;stroke-width:1.7;flex-shrink:0}.task-modality-meta strong{font-family:var(--fm);font-size:8px;white-space:nowrap}.task-modality-bar{height:5px;margin-top:8px;background:#e8ebef;overflow:hidden}.task-modality-bar i{display:block;height:100%;background:var(--task-blue)}.task-modality-item>small{display:block;margin-top:4px;color:#858f9e;font-family:var(--fm);font-size:7.5px;text-align:right}.task-detail-panel{min-height:0;display:flex;flex-direction:column}.task-detail-title{height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 13px;border-bottom:1px solid #dfe3e8;flex-shrink:0}.task-detail-title>div{display:flex;align-items:baseline;gap:8px}.task-detail-title>div>span{margin:0}.task-detail-title>strong{color:#778295;font-family:var(--fm);font-size:8px}.task-table-wrap{min-width:0;overflow:auto}.task-detail-table{width:100%;border-collapse:collapse;table-layout:fixed}.task-detail-table th{height:28px;padding:0 9px;background:#f1f2f4;border-bottom:1px solid #dfe3e8;color:#758195;font-size:8px;font-weight:800;text-align:left;white-space:nowrap}.task-detail-table td{height:31px;padding:0 9px;border-bottom:1px solid #e8eaed;color:#556176;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-detail-table tbody tr:hover td{background:#f7f9fd}.task-detail-table th:nth-child(1){width:125px}.task-detail-table th:nth-child(2){width:210px}.task-detail-table th:nth-child(3){width:88px}.task-detail-table th:nth-child(4){width:86px}.task-detail-table th:nth-child(5){width:116px}.task-detail-table th:nth-child(6){width:150px}.task-detail-table th:nth-child(7){width:110px}.task-detail-table th:nth-child(8){width:58px}.task-detail-table code{color:#345079;font-family:var(--fm);font-size:8px}.task-detail-table td>strong{display:block;overflow:hidden;text-overflow:ellipsis;color:#3f4c62;font-weight:700}.task-modality-cell{display:flex;align-items:center;gap:5px;overflow:hidden;text-overflow:ellipsis}.task-modality-cell svg{width:12px;height:12px;stroke-width:1.7;flex-shrink:0}.task-state-badge{display:inline-flex;align-items:center;gap:5px;font-size:8px;font-weight:800}.task-state-badge i{width:6px;height:6px;border-radius:50%;background:#8a94a5}.task-state-badge.done{color:#2f8a48}.task-state-badge.done i{background:var(--task-green)}.task-state-badge.risk{color:#d63d3d}.task-state-badge.risk i{background:var(--task-red)}.task-state-badge.review{color:#a96c05}.task-state-badge.review i{background:var(--task-amber)}.task-state-badge.active{color:#2457cc}.task-state-badge.active i{background:var(--task-blue)}.task-progress-cell{display:grid;grid-template-columns:minmax(55px,1fr) 38px;align-items:center;gap:7px}.task-progress-cell>span{height:4px;background:#e4e7eb;overflow:hidden}.task-progress-cell>span i{display:block;height:100%;background:var(--task-blue)}.task-progress-cell strong{color:#4d5a70;font-family:var(--fm);font-size:7.5px;text-align:right}.task-overdue{color:var(--task-red)!important;font-weight:900}.task-table-empty{height:104px!important;text-align:center;color:#9aa3b0!important}.task-table-footer{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#788395;font-size:8.5px;background:#fff}.task-table-footer nav{display:flex;align-items:center;gap:7px}.task-table-footer nav button{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border:1px solid #d2d8e0;border-radius:3px;background:#fff;color:#657188;cursor:pointer}.task-table-footer nav button:disabled{opacity:.4;cursor:not-allowed}.task-table-footer nav button:not(:disabled):hover{border-color:var(--task-blue);color:var(--task-blue)}.task-table-footer nav button svg{width:13px;height:13px}.task-table-footer nav strong{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:var(--task-blue);color:#fff;font-family:var(--fm);font-size:9px}.task-table-footer nav span{font-family:var(--fm);font-size:8px}@media (max-width:1220px){.task-report-header,.task-report-body{padding-inline:18px}.task-kpi-item{grid-template-columns:30px minmax(0,1fr);gap:8px;padding-inline:10px}.task-kpi-icon{width:30px;height:30px;border-radius:8px}.task-kpi-copy>strong{font-size:20px}.task-analysis-grid{grid-template-columns:minmax(0,1.45fr) minmax(270px,1fr)}.task-modality-lane{grid-template-columns:130px minmax(0,1fr)}}@media (max-width:1000px){.task-report-page{overflow:auto}.task-report-header{align-items:flex-start}.task-analysis-grid{height:auto;grid-template-columns:1fr}.task-trend-panel{height:300px}.task-status-panel{min-height:280px}.task-kpi-strip{grid-template-columns:repeat(3,1fr)}.task-kpi-item:nth-child(3){border-right:0}.task-kpi-item:nth-child(-n+3){border-bottom:1px solid #e1e4e9}.task-modality-lane{grid-template-columns:1fr}.task-modality-title{min-height:52px;border-right:0;border-bottom:1px solid #e1e4e9}}@media (max-width:720px){.task-report-header{flex-direction:column;gap:12px}.task-report-header .rpt-title-lockup{flex-wrap:wrap;gap:7px}.task-report-header .rpt-title-lockup h1{font-size:24px}.task-report-header .rpt-title-lockup span{font-size:14px}.rpt-page-actions{width:100%;margin-left:0;justify-content:space-between}.task-report-body{padding:10px}.task-kpi-strip{grid-template-columns:1fr 1fr}.task-kpi-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.task-kpi-item:nth-child(2n){border-right:0}.task-kpi-item:last-child{grid-column:1/-1;border-bottom:0}.task-status-body{grid-template-columns:125px minmax(0,1fr)}.task-modality-items{grid-template-columns:1fr 1fr}.task-modality-item{border-bottom:1px solid #e5e7eb}}.collection-report-page{--task-ink:#172033;--task-muted:#748095;--task-line:#d9dee6;--task-blue:#2f61df;--task-lime:#b8e51a;--task-green:#54ad45;--task-amber:#f59e0b;--task-red:#ef4444;--collection-violet:#7c3aed;color:var(--task-ink);background:#f8f8f5}.collection-report-header .rpt-title-lockup span{letter-spacing:-.1px}.collection-report-body{padding:9px 24px 14px;background:#f8f8f5}.collection-report-content{display:flex;flex-direction:column;gap:7px;min-width:0}.collection-report-panel{background:#fff;border:1px solid var(--task-line);border-radius:3px;box-shadow:none;overflow:hidden}.collection-kpi-strip{min-height:100px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#fff;border:1px solid var(--task-line);border-radius:3px;overflow:hidden}.collection-kpi-item{position:relative;min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;padding:16px 11px 12px;border-right:1px solid #e1e4e9}.collection-kpi-item:last-child{border-right:0}.collection-kpi-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:2px solid var(--task-blue);border-radius:9px;color:var(--task-blue);background:#f8faff}.collection-kpi-icon svg{width:16px;height:16px;stroke-width:1.9}.collection-kpi-item.tone-green .collection-kpi-icon{border-color:var(--task-green);color:var(--task-green);background:#f6fbf4}.collection-kpi-item.tone-amber .collection-kpi-icon{border-color:var(--task-amber);color:var(--task-amber);background:#fffbf2}.collection-kpi-item.tone-red .collection-kpi-icon{border-color:var(--task-red);color:var(--task-red);background:#fff7f7}.collection-kpi-item.tone-violet .collection-kpi-icon{border-color:var(--collection-violet);color:var(--collection-violet);background:#faf7ff}.collection-kpi-copy{min-width:0;display:flex;flex-direction:column}.collection-kpi-copy>span{color:#667286;font-size:8.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-kpi-copy>strong{margin-top:3px;color:#172033;font-family:var(--fd);font-size:21px;line-height:1.1;font-weight:900;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-kpi-copy>small{margin-top:8px;padding-top:7px;border-top:1px solid #eceef1;color:#778295;font-size:7.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-kpi-item.tone-green .collection-kpi-copy>small{color:#3c8f4b}.collection-kpi-item.tone-amber .collection-kpi-copy>small{color:#a56c06}.collection-kpi-item.tone-red .collection-kpi-copy>small{color:#cf3f3f}.collection-kpi-item.tone-violet .collection-kpi-copy>small{color:#6e3bbd}.collection-analysis-grid{height:292px;display:grid;grid-template-columns:minmax(0,1.62fr) minmax(310px,1fr);gap:7px;min-width:0}.collection-trend-panel,.collection-status-panel{min-height:0;display:flex;flex-direction:column}.collection-panel-head{height:50px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 14px;border-bottom:1px solid #e3e6eb;flex-shrink:0}.collection-panel-head h2,.collection-detail-title h2{margin:0;color:#263249;font-size:11px;font-weight:900}.collection-panel-head>div:first-child>span,.collection-detail-title>div>span{display:block;margin-top:3px;color:#9aa2af;font-family:var(--fm);font-size:7.5px;font-weight:700;letter-spacing:.45px}.collection-trend-legend{display:flex;align-items:center;gap:10px;color:#667286;font-size:8px}.collection-trend-legend span{display:flex;align-items:center;gap:4px;white-space:nowrap}.collection-trend-legend i{width:12px;height:2px;background:var(--task-blue)}.collection-trend-legend i.amber{background:var(--task-amber)}.collection-trend-legend i.red{background:var(--task-red)}.collection-trend-legend i.violet{background:var(--collection-violet)}.collection-trend-chart{flex:1;min-height:0;padding:8px 9px 3px}.collection-trend-svg{width:100%;height:100%;display:block;overflow:visible}.collection-trend-svg line{stroke:#e4e7eb;stroke-width:1;stroke-dasharray:3 3}.collection-trend-svg text{fill:#7e899b;font-family:var(--fm);font-size:8px}.collection-status-body{flex:1;min-height:0;display:grid;grid-template-columns:148px minmax(0,1fr);align-items:center;gap:8px;padding:7px 12px 4px}.collection-donut-wrap{position:relative;width:134px;height:134px;display:flex;align-items:center;justify-content:center}.collection-donut-wrap svg{width:126px;height:126px;transform:rotate(-90deg)}.collection-donut-track,.collection-donut-segment{fill:none;stroke-width:14}.collection-donut-track{stroke:#edf0f3}.collection-donut-segment{stroke-linecap:butt}.collection-donut-wrap>div{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}.collection-donut-wrap strong{font-family:var(--fd);font-size:23px;line-height:1;color:#172033;font-weight:900}.collection-donut-wrap span{margin-top:4px;color:#7e899b;font-size:8px}.collection-status-list{display:flex;flex-direction:column;gap:8px;min-width:0}.collection-status-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.collection-status-list span{min-width:0;display:flex;align-items:center;gap:6px;color:#556176;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-status-list span i{width:7px;height:7px;border-radius:50%;flex-shrink:0}.collection-status-list strong{color:#243047;font-family:var(--fm);font-size:8.5px;white-space:nowrap}.collection-status-list strong small{margin-left:4px;color:#8b94a3;font-size:7.5px;font-weight:600}.collection-status-summary{height:53px;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e3e6eb;background:#fafafa;flex-shrink:0}.collection-status-summary>div{display:flex;flex-direction:column;justify-content:center;padding:0 15px;border-right:1px solid #e1e4e9}.collection-status-summary>div:last-child{border-right:0}.collection-status-summary span{color:#818b9c;font-size:8px}.collection-status-summary strong{margin-top:3px;color:#253149;font-family:var(--fd);font-size:17px;font-weight:900}.collection-status-summary strong.risk{color:var(--task-red)}.collection-quality-lane{min-height:88px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.collection-quality-item{min-width:0;padding:11px 13px 8px;border-right:1px solid #e1e4e9}.collection-quality-item:last-child{border-right:0}.collection-quality-top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#37445a}.collection-quality-top>span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-quality-top svg{width:16px;height:16px;color:var(--task-blue);stroke-width:1.8;flex-shrink:0}.collection-quality-top>strong{font-family:var(--fm);font-size:9px;white-space:nowrap}.collection-quality-top>strong small{color:#8b95a4;font-size:7px;font-weight:600}.collection-quality-rate{display:grid;grid-template-columns:34px minmax(35px,1fr) 34px;align-items:center;gap:7px;margin-top:9px;color:#7b8595;font-size:7.5px}.collection-quality-rate>i{height:5px;background:#e6e9ed;overflow:hidden}.collection-quality-rate>i b{display:block;height:100%;background:var(--task-blue)}.collection-quality-rate>strong{color:#58647a;font-family:var(--fm);font-size:7.5px;text-align:right}.collection-quality-risk{display:flex;align-items:center;gap:7px;margin-top:6px;color:#7b8595;font-size:7px;white-space:nowrap}.collection-quality-risk em{position:relative;padding-left:8px;font-style:normal}.collection-quality-risk em:before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;transform:translateY(-50%);background:#8a94a5}.collection-quality-risk em.high:before{background:var(--task-red)}.collection-quality-risk em.medium:before{background:var(--task-amber)}.collection-quality-risk em.low:before{background:var(--task-green)}.collection-detail-panel{min-height:0;display:flex;flex-direction:column}.collection-detail-title{height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 13px;border-bottom:1px solid #dfe3e8;flex-shrink:0}.collection-detail-title>div{display:flex;align-items:baseline;gap:8px}.collection-detail-title>div>span{margin:0}.collection-detail-title>strong{color:#778295;font-family:var(--fm);font-size:8px}.collection-table-wrap{min-width:0;overflow:auto}.collection-detail-table{width:100%;border-collapse:collapse;table-layout:fixed}.collection-detail-table th{height:28px;padding:0 9px;background:#f1f2f4;border-bottom:1px solid #dfe3e8;color:#758195;font-size:8px;font-weight:800;text-align:left;white-space:nowrap}.collection-detail-table td{height:31px;padding:0 9px;border-bottom:1px solid #e8eaed;color:#556176;font-size:8.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-detail-table tbody tr:hover td{background:#f7f9fd}.collection-detail-table th:nth-child(1){width:92px}.collection-detail-table th:nth-child(2){width:205px}.collection-detail-table th:nth-child(3){width:122px}.collection-detail-table th:nth-child(4){width:82px}.collection-detail-table th:nth-child(5),.collection-detail-table th:nth-child(6),.collection-detail-table th:nth-child(7){width:128px}.collection-detail-table th:nth-child(8){width:180px}.collection-detail-table td>strong{display:block;overflow:hidden;text-overflow:ellipsis;color:#3f4c62;font-weight:700}.collection-dimension-cell{display:flex;align-items:center;gap:6px;color:#3e4c62;font-weight:700}.collection-dimension-cell svg{width:13px;height:13px;stroke-width:1.7;flex-shrink:0}.collection-rate-cell{display:grid;grid-template-columns:34px minmax(42px,1fr);align-items:center;gap:7px}.collection-rate-cell>strong{color:#4d5a70;font-family:var(--fm);font-size:7.5px}.collection-rate-cell>span{height:4px;background:#e4e7eb;overflow:hidden}.collection-rate-cell>span i{display:block;height:100%;background:var(--task-blue)}.collection-rate-cell.rework>span i{background:var(--task-amber)}.collection-rate-cell.failed>span i{background:var(--task-red)}.collection-table-empty{height:104px!important;text-align:center;color:#9aa3b0!important}.collection-table-footer{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#788395;font-size:8.5px;background:#fff}.collection-table-footer nav{display:flex;align-items:center;gap:7px}.collection-table-footer nav button{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border:1px solid #d2d8e0;border-radius:3px;background:#fff;color:#657188;cursor:pointer}.collection-table-footer nav button:disabled{opacity:.4;cursor:not-allowed}.collection-table-footer nav button:not(:disabled):hover{border-color:var(--task-blue);color:var(--task-blue)}.collection-table-footer nav button svg{width:13px;height:13px}.collection-table-footer nav strong{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:var(--task-blue);color:#fff;font-family:var(--fm);font-size:9px}.collection-table-footer nav span{font-family:var(--fm);font-size:8px}@media (max-width:1220px){.collection-kpi-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-kpi-item:nth-child(4){border-right:0}.collection-kpi-item:nth-child(-n+4){border-bottom:1px solid #e1e4e9}.collection-analysis-grid{height:auto;grid-template-columns:1fr}.collection-trend-panel{height:300px}.collection-status-panel{min-height:280px}.collection-quality-lane{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-quality-item:nth-child(3){border-right:0}.collection-quality-item:nth-child(-n+3){border-bottom:1px solid #e1e4e9}}@media (max-width:720px){.collection-kpi-strip{grid-template-columns:1fr 1fr}.collection-kpi-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.collection-kpi-item:nth-child(2n){border-right:0}.collection-kpi-item:last-child{grid-column:1/-1;border-bottom:0}.collection-trend-legend{display:none}.collection-status-body{grid-template-columns:128px minmax(0,1fr)}.collection-quality-lane{grid-template-columns:1fr 1fr}.collection-quality-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.collection-quality-item:nth-child(2n){border-right:0}.collection-quality-item:last-child{grid-column:1/-1;border-bottom:0}}.dataset-report-page{--task-ink:#172033;--task-muted:#748095;--task-line:#d9dee6;--task-blue:#2f61df;--task-lime:#b8e51a;--task-green:#2f9e44;--task-amber:#f59e0b;--task-red:#ef3b30;--dataset-cyan:#16a8d8;color:var(--task-ink);background:#f8f8f5}.dataset-report-header{padding-inline:9px}.dataset-report-header .rpt-title-lockup span{letter-spacing:-.15px}.dataset-report-header .rpt-title-lockup h1{font-size:31px}.dataset-report-body{padding:9px 0 14px;background:#f8f8f5}.dataset-report-content{display:flex;flex-direction:column;gap:10px;min-width:0}.dataset-report-panel{background:#fff;border:1px solid var(--task-line);border-radius:3px;box-shadow:none;overflow:hidden}.dataset-kpi-strip{min-height:103px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;border:1px solid var(--task-line);border-radius:3px;overflow:hidden}.dataset-kpi-item{position:relative;min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;padding:16px 15px 13px;border-right:1px solid #e1e4e9}.dataset-kpi-item:last-child{border-right:0}.dataset-kpi-item:after{content:"";position:absolute;left:15px;right:15px;bottom:0;height:3px;background:var(--task-blue)}.dataset-kpi-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:2px solid var(--task-blue);border-radius:11px;color:var(--task-blue);background:#f8faff}.dataset-kpi-icon svg{width:20px;height:20px;stroke-width:1.8}.dataset-kpi-copy{min-width:0;display:flex;flex-direction:column}.dataset-kpi-copy>span{color:#667286;font-size:9.5px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dataset-kpi-copy>strong{margin-top:3px;color:#172033;font-family:var(--fd);font-size:23px;line-height:1.1;font-weight:900;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dataset-kpi-copy>small{margin-top:8px;color:#6f7b8d;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dataset-kpi-item.tone-green:after{background:var(--task-green)}.dataset-kpi-item.tone-green .dataset-kpi-icon{border-color:var(--task-green);color:var(--task-green);background:#f5fbf4}.dataset-kpi-item.tone-green .dataset-kpi-copy>small{color:#318646}.dataset-kpi-item.tone-amber:after{background:var(--task-amber)}.dataset-kpi-item.tone-amber .dataset-kpi-icon{border-color:var(--task-amber);color:var(--task-amber);background:#fffaf0}.dataset-kpi-item.tone-amber .dataset-kpi-copy>small{color:#a56a04}.dataset-kpi-item.tone-red:after{background:var(--task-red)}.dataset-kpi-item.tone-red .dataset-kpi-icon{border-color:var(--task-red);color:var(--task-red);background:#fff7f6}.dataset-kpi-item.tone-red .dataset-kpi-copy>small{color:#c83b35}.dataset-analysis-grid{height:278px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(315px,1fr);gap:7px;min-width:0}.dataset-trend-panel,.dataset-status-panel{min-height:0;display:flex;flex-direction:column}.dataset-panel-head{height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 13px;border-bottom:1px solid #e1e4e9;flex-shrink:0}.dataset-panel-head h2,.dataset-modality-title h2,.dataset-detail-title h2{margin:0;color:#263249;font-size:12px;font-weight:900}.dataset-panel-head>div:first-child>span,.dataset-modality-title>span,.dataset-detail-title>div>span{display:block;margin-top:3px;color:#929cad;font-family:var(--fm);font-size:8px;font-weight:700;letter-spacing:.42px}.dataset-trend-legend{display:flex;align-items:center;gap:13px;color:#667286;font-size:8px}.dataset-trend-legend span{display:flex;align-items:center;gap:5px;white-space:nowrap}.dataset-trend-legend i{display:block;flex-shrink:0}.dataset-trend-legend i.line{width:13px;height:2px;background:var(--task-blue)}.dataset-trend-legend i.bar{width:9px;height:8px;background:#8eb2fa}.dataset-trend-range{width:72px;height:29px;margin-left:3px;padding:0 23px 0 8px;border:1px solid #ccd3dc;border-radius:3px;background:#fff;color:#48556b;font-size:8px;outline:none;cursor:pointer}.dataset-trend-range:focus{border-color:var(--task-blue);box-shadow:0 0 0 2px #2f61df1a}.dataset-trend-chart{flex:1;min-height:0;padding:7px 9px 3px}.dataset-trend-svg{width:100%;height:100%;display:block;overflow:visible}.dataset-trend-svg line{stroke:#e3e6eb;stroke-width:1;stroke-dasharray:3 3}.dataset-trend-svg text{fill:#758196;font-family:var(--fm);font-size:8.5px}.dataset-daily-bar{fill:#8fb4fb;opacity:.88}.dataset-cumulative-line{fill:none;stroke:var(--task-blue);stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.dataset-cumulative-point{fill:#fff;stroke:var(--task-blue);stroke-width:1.7}.dataset-status-body{flex:1;min-height:0;display:grid;grid-template-columns:154px minmax(0,1fr);align-items:center;gap:8px;padding:4px 14px 2px}.dataset-donut-wrap{position:relative;width:142px;height:142px;display:flex;align-items:center;justify-content:center}.dataset-donut-wrap svg{width:132px;height:132px;transform:rotate(-90deg)}.dataset-donut-track,.dataset-donut-segment{fill:none;stroke-width:15}.dataset-donut-track{stroke:#edf0f3}.dataset-donut-segment{stroke-linecap:butt}.dataset-donut-wrap>div{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}.dataset-donut-wrap strong{font-family:var(--fd);font-size:25px;line-height:1;color:#172033;font-weight:900}.dataset-donut-wrap span{margin-top:4px;color:#6e798b;font-size:8px}.dataset-status-list{display:flex;flex-direction:column;gap:12px;min-width:0}.dataset-status-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.dataset-status-list span{min-width:0;display:flex;align-items:center;gap:7px;color:#4f5c71;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dataset-status-list span i{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dataset-status-list strong{color:#243047;font-family:var(--fm);font-size:9.5px;white-space:nowrap}.dataset-status-list strong small{margin-left:5px;color:#8a94a4;font-size:7.5px;font-weight:600}.dataset-status-summary{height:36px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:0 14px;border-top:1px solid #e2e5e9;background:#fafafa;flex-shrink:0}.dataset-status-summary span{color:#657186;font-size:8.5px}.dataset-status-summary strong{color:#253149;font-family:var(--fd);font-size:15px;font-weight:900}.dataset-status-summary small{color:#748095;font-size:8px}.dataset-modality-panel{min-height:144px;display:flex;flex-direction:column}.dataset-modality-title{height:40px;display:flex;align-items:baseline;gap:8px;padding:0 13px;border-bottom:1px solid #e1e4e9;flex-shrink:0}.dataset-modality-title>span{margin:0}.dataset-modality-items{flex:1;min-height:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.dataset-modality-item{--modality-color:var(--task-blue);min-width:0;padding:12px 13px 9px;border-right:1px solid #e3e6ea}.dataset-modality-item:last-child{border-right:0}.dataset-modality-item.tone-2{--modality-color:var(--task-green)}.dataset-modality-item.tone-3{--modality-color:#7c3aed}.dataset-modality-item.tone-4{--modality-color:var(--task-amber)}.dataset-modality-item.tone-5{--modality-color:var(--dataset-cyan)}.dataset-modality-top{display:flex;align-items:center;gap:10px;min-width:0}.dataset-modality-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:2px solid var(--modality-color);border-radius:9px;color:var(--modality-color);background:#fff;flex-shrink:0}.dataset-modality-icon svg{width:17px;height:17px;stroke-width:1.8}.dataset-modality-top>div{min-width:0;display:flex;flex-direction:column;gap:3px}.dataset-modality-top>div>span{color:#445168;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dataset-modality-top strong{color:#1f2a3d;font-family:var(--fd);font-size:18px;font-weight:900;white-space:nowrap}.dataset-modality-top strong small{color:#7f8999;font-family:var(--fm);font-size:8px;font-weight:600}.dataset-modality-track{height:4px;margin-top:10px;background:#e5e8ec;overflow:hidden}.dataset-modality-track i{display:block;height:100%;background:var(--modality-color)}.dataset-modality-detail{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;color:#657186;font-size:8px;white-space:nowrap}.dataset-detail-panel{min-height:0;display:flex;flex-direction:column}.dataset-detail-title{height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 13px;border-bottom:1px solid #dfe3e8;flex-shrink:0}.dataset-detail-title>div{display:flex;align-items:baseline;gap:8px}.dataset-detail-title>div>span{margin:0}.dataset-detail-title>strong{color:#778295;font-family:var(--fm);font-size:8px}.dataset-table-wrap{min-width:0;overflow:auto}.dataset-detail-table{width:100%;border-collapse:collapse;table-layout:fixed}.dataset-detail-table th{height:28px;padding:0 10px;background:#f1f2f4;border-bottom:1px solid #dfe3e8;color:#758195;font-size:8.5px;font-weight:800;text-align:left;white-space:nowrap}.dataset-detail-table td{height:31px;padding:0 10px;border-bottom:1px solid #e8eaed;color:#556176;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dataset-detail-table tbody tr:hover td{background:#f6f8fd}.dataset-detail-table tbody tr:nth-child(2) td{background:#f0f5ff}.dataset-detail-table th:nth-child(1){width:245px}.dataset-detail-table th:nth-child(2){width:90px}.dataset-detail-table th:nth-child(3){width:120px}.dataset-detail-table th:nth-child(4){width:108px}.dataset-detail-table th:nth-child(5){width:100px}.dataset-detail-table th:nth-child(6){width:165px}.dataset-detail-table th:nth-child(7){width:120px}.dataset-detail-table td>strong{display:block;overflow:hidden;text-overflow:ellipsis;color:#1760dd;font-weight:800}.dataset-modality-cell{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis}.dataset-modality-cell svg{width:13px;height:13px;stroke-width:1.8;flex-shrink:0}.dataset-state{display:inline-flex;align-items:center;gap:6px;font-size:8px;font-weight:800;color:#657186}.dataset-state i{width:6px;height:6px;border-radius:50%;background:#8a94a5}.dataset-state.completed{color:#2f8647}.dataset-state.completed i{background:var(--task-green)}.dataset-state.processing{color:#a66804}.dataset-state.processing i{background:var(--task-amber)}.dataset-state.failed{color:#cf3c35}.dataset-state.failed i{background:var(--task-red)}.dataset-progress-cell{display:grid;grid-template-columns:34px minmax(55px,1fr);align-items:center;gap:8px}.dataset-progress-cell strong{color:#4d5a70;font-family:var(--fm);font-size:7.5px;text-align:right}.dataset-progress-cell>span{height:5px;background:#e4e7eb;overflow:hidden}.dataset-progress-cell>span i{display:block;height:100%;background:var(--task-blue)}.dataset-table-empty{height:104px!important;text-align:center;color:#9aa3b0!important}.dataset-table-footer{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#788395;font-size:8.5px;background:#fff}.dataset-table-footer nav{display:flex;align-items:center;gap:7px}.dataset-table-footer nav button{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border:1px solid #d2d8e0;border-radius:3px;background:#fff;color:#657188;cursor:pointer}.dataset-table-footer nav button:disabled{opacity:.4;cursor:not-allowed}.dataset-table-footer nav button:not(:disabled):hover{border-color:var(--task-blue);color:var(--task-blue)}.dataset-table-footer nav button svg{width:13px;height:13px}.dataset-table-footer nav strong{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:var(--task-blue);color:#fff;font-family:var(--fm);font-size:9px}.dataset-table-footer nav span{font-family:var(--fm);font-size:8px}@media (max-width:1220px){.dataset-kpi-item{grid-template-columns:35px minmax(0,1fr);gap:8px;padding-inline:10px}.dataset-kpi-icon{width:34px;height:34px;border-radius:9px}.dataset-kpi-copy>strong{font-size:19px}.dataset-analysis-grid{grid-template-columns:minmax(0,1.45fr) minmax(285px,1fr)}.dataset-modality-item{padding-inline:10px}}@media (max-width:1000px){.dataset-report-page{overflow:auto}.dataset-analysis-grid{height:auto;grid-template-columns:1fr}.dataset-trend-panel{height:300px}.dataset-status-panel{min-height:270px}.dataset-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.dataset-kpi-item:nth-child(3){border-right:0}.dataset-kpi-item:nth-child(-n+3){border-bottom:1px solid #e1e4e9}.dataset-modality-items{grid-template-columns:repeat(3,minmax(0,1fr))}.dataset-modality-item:nth-child(3){border-right:0}.dataset-modality-item:nth-child(-n+3){border-bottom:1px solid #e3e6ea}}@media (max-width:720px){.dataset-report-body{padding:10px}.dataset-kpi-strip{grid-template-columns:1fr 1fr}.dataset-kpi-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.dataset-kpi-item:nth-child(2n){border-right:0}.dataset-kpi-item:last-child{grid-column:1/-1;border-bottom:0}.dataset-trend-legend{display:none}.dataset-status-body{grid-template-columns:138px minmax(0,1fr)}.dataset-modality-items{grid-template-columns:1fr 1fr}.dataset-modality-item:nth-child(n){border-right:1px solid #e3e6ea;border-bottom:1px solid #e3e6ea}.dataset-modality-item:nth-child(2n){border-right:0}.dataset-modality-item:last-child{grid-column:1/-1;border-bottom:0}}.member-report-page{--member-ink:#172033;--member-muted:#748095;--member-line:#d9dee6;--member-blue:#2f61df;--member-lime:#b8e51a;--member-green:#2f9e44;--member-violet:#7c3aed;--member-amber:#f59e0b;--member-red:#ef3b30;--member-cyan:#159ab8;color:var(--member-ink);background:#f8f8f5}.member-report-header{min-height:82px;padding:10px 9px 9px}.member-report-header .rpt-title-lockup h1{font-size:31px}.member-report-header .rpt-title-lockup span{letter-spacing:-.15px}.member-report-body{padding:9px 0 8px;background:#f8f8f5}.member-report-content{display:flex;flex-direction:column;gap:7px;min-width:0}.member-report-panel{background:#fff;border:1px solid var(--member-line);border-radius:3px;box-shadow:none;overflow:hidden}.member-kpi-strip{min-height:107px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;border:1px solid var(--member-line);border-radius:3px;overflow:hidden}.member-kpi-item{--member-kpi-color:var(--member-blue);position:relative;min-width:0;display:grid;grid-template-columns:43px minmax(0,1fr);align-items:start;gap:12px;padding:16px 15px 13px;border-right:1px solid #e1e4e9}.member-kpi-item:last-child{border-right:0}.member-kpi-item:after{content:"";position:absolute;left:15px;right:15px;bottom:0;height:3px;background:var(--member-kpi-color)}.member-kpi-item.tone-green{--member-kpi-color:var(--member-green)}.member-kpi-item.tone-violet{--member-kpi-color:var(--member-violet)}.member-kpi-item.tone-amber{--member-kpi-color:var(--member-amber)}.member-kpi-item.tone-cyan{--member-kpi-color:var(--member-cyan)}.member-kpi-icon{width:39px;height:39px;display:flex;align-items:center;justify-content:center;border:2px solid var(--member-kpi-color);border-radius:11px;color:var(--member-kpi-color);background:#fff}.member-kpi-icon svg{width:22px;height:22px;stroke-width:1.8}.member-kpi-copy{min-width:0;display:flex;flex-direction:column}.member-kpi-copy>span{color:#667286;font-size:9.5px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-kpi-copy>strong{margin-top:3px;color:#172033;font-family:var(--fd);font-size:24px;line-height:1.08;font-weight:900;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-kpi-copy>small{margin-top:8px;color:#6f7b8d;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-kpi-item.tone-green .member-kpi-copy>small{color:#318646}.member-kpi-item.tone-violet .member-kpi-copy>small{color:#6d36cf}.member-kpi-item.tone-amber .member-kpi-copy>small{color:#a56a04}.member-kpi-item.tone-cyan .member-kpi-copy>small{color:#157f98}.member-analysis-grid{height:300px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(315px,1fr);gap:7px;min-width:0}.member-trend-panel,.member-role-panel{min-height:0;display:flex;flex-direction:column}.member-panel-head{height:49px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 13px;border-bottom:1px solid #e1e4e9;flex-shrink:0}.member-panel-head h2,.member-ranking-title h2,.member-detail-title h2{margin:0;color:#263249;font-size:12px;font-weight:900}.member-panel-head>div:first-child>span,.member-ranking-title>div:first-child>span,.member-detail-title>div>span{display:block;margin-top:3px;color:#929cad;font-family:var(--fm);font-size:8px;font-weight:700;letter-spacing:.42px}.member-trend-legend{display:flex;align-items:center;gap:13px;color:#667286;font-size:8px}.member-trend-legend span{display:flex;align-items:center;gap:5px;white-space:nowrap}.member-trend-legend i{display:block;flex-shrink:0}.member-trend-legend i.line{width:13px;height:2px;background:var(--member-blue)}.member-trend-legend i.bar{width:9px;height:8px;background:#8fb4fb}.member-trend-chart{flex:1;min-height:0;padding:8px 9px 3px}.member-trend-svg{width:100%;height:100%;display:block;overflow:visible}.member-trend-svg line{stroke:#e3e6eb;stroke-width:1;stroke-dasharray:3 3}.member-trend-svg text{fill:#758196;font-family:var(--fm);font-size:8.5px}.member-daily-bar{fill:#8fb4fb;opacity:.8}.member-cumulative-line{fill:none;stroke:var(--member-blue);stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.member-cumulative-point{fill:#fff;stroke:var(--member-blue);stroke-width:1.7}.member-role-body{flex:1;min-height:0;display:grid;grid-template-columns:158px minmax(0,1fr);align-items:center;gap:9px;padding:6px 14px 2px}.member-donut-wrap{position:relative;width:146px;height:146px;display:flex;align-items:center;justify-content:center}.member-donut-wrap svg{width:136px;height:136px;transform:rotate(-90deg)}.member-donut-track,.member-donut-segment{fill:none;stroke-width:15}.member-donut-track{stroke:#edf0f3}.member-donut-segment{stroke-linecap:butt}.member-donut-wrap>div{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}.member-donut-wrap strong{font-family:var(--fd);font-size:26px;line-height:1;color:#172033;font-weight:900}.member-donut-wrap span{margin-top:4px;color:#6e798b;font-size:8px}.member-role-list{display:flex;flex-direction:column;gap:13px;min-width:0}.member-role-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.member-role-list span{min-width:0;display:flex;align-items:center;gap:7px;color:#4f5c71;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-role-list span i{width:7px;height:7px;border-radius:50%;flex-shrink:0}.member-role-list strong{color:#243047;font-family:var(--fm);font-size:9.5px;white-space:nowrap}.member-role-list strong small{margin-left:5px;color:#8a94a4;font-size:7.5px;font-weight:600}.member-role-summary{height:37px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:0 14px;border-top:1px solid #e2e5e9;background:#fafafa;flex-shrink:0}.member-role-summary span{color:#657186;font-size:8.5px}.member-role-summary strong{color:#253149;font-family:var(--fd);font-size:15px;font-weight:900}.member-role-summary small{color:#3b884c;font-size:8px;font-weight:800}.member-ranking-board{height:170px;display:flex;flex-direction:column}.member-ranking-title{height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 13px;border-bottom:1px solid #e1e4e9;flex-shrink:0}.member-ranking-title>div:first-child{display:flex;align-items:baseline;gap:8px}.member-ranking-title>div:first-child>span{margin:0}.member-average-list{display:flex;align-items:center;gap:15px;color:#788396;font-size:7.5px;white-space:nowrap}.member-average-list strong{color:#3f4c62;font-family:var(--fm);font-size:8px}.member-ranking-groups{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.member-ranking-group{--ranking-color:var(--member-blue);min-width:0;padding:8px 12px 7px;border-right:1px solid #e1e4e9}.member-ranking-group:last-child{border-right:0}.member-ranking-group.tone-2{--ranking-color:var(--member-green)}.member-ranking-group.tone-3{--ranking-color:var(--member-red)}.member-ranking-head{height:22px;display:flex;align-items:center;gap:7px;color:#38465d}.member-ranking-head svg{width:16px;height:16px;color:var(--ranking-color);stroke-width:1.9}.member-ranking-head strong{font-size:9.5px;font-weight:900}.member-ranking-rows{display:flex;flex-direction:column;gap:5px;margin-top:4px}.member-ranking-row{display:grid;grid-template-columns:19px minmax(74px,1.05fr) minmax(55px,1.35fr) 50px;align-items:center;gap:7px;min-width:0;height:25px}.member-ranking-row>b{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:color-mix(in srgb,var(--ranking-color) 18%,white);color:var(--ranking-color);font-family:var(--fm);font-size:8px}.member-ranking-row>span{min-width:0;display:flex;align-items:baseline;gap:5px;white-space:nowrap;overflow:hidden}.member-ranking-row>span>strong{overflow:hidden;text-overflow:ellipsis;color:#3c495f;font-size:9px}.member-ranking-row>span>small{overflow:hidden;text-overflow:ellipsis;color:#8a94a4;font-size:7.5px}.member-ranking-row>i{height:4px;background:#e6e9ed;overflow:hidden}.member-ranking-row>i>em{display:block;height:100%;background:var(--ranking-color)}.member-ranking-row>output{color:#334056;font-family:var(--fm);font-size:8.7px;font-weight:800;text-align:right;white-space:nowrap}.member-detail-panel{min-height:0;display:flex;flex-direction:column}.member-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.member-detail-title{height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 13px;border-bottom:1px solid #dfe3e8;flex-shrink:0}.member-detail-title>div{display:flex;align-items:baseline;gap:8px}.member-detail-title>div>span{margin:0}.member-detail-title>strong{color:#778295;font-family:var(--fm);font-size:8px}.member-table-wrap{min-width:0;overflow:auto}.member-detail-table{width:100%;border-collapse:collapse;table-layout:fixed}.member-detail-table th{height:28px;padding:0 10px;background:#f1f2f4;border-bottom:1px solid #dfe3e8;color:#758195;font-size:8.5px;font-weight:800;text-align:left;white-space:nowrap}.member-detail-table td{height:31px;padding:0 10px;border-bottom:1px solid #e8eaed;color:#556176;font-family:var(--fm);font-size:9.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-detail-table tbody tr:hover td{background:#f6f8fd}.member-detail-table th:nth-child(1){width:105px}.member-detail-table th:nth-child(2){width:96px}.member-detail-table th:nth-child(3){width:80px}.member-detail-table th:nth-child(4){width:92px}.member-detail-table th:nth-child(5){width:82px}.member-detail-table th:nth-child(6){width:80px}.member-detail-table th:nth-child(7){width:76px}.member-detail-table th:nth-child(8){width:76px}.member-detail-table th:nth-child(9){width:82px}.member-detail-table th:nth-child(10){width:80px}.member-detail-table td>strong{display:block;overflow:hidden;text-overflow:ellipsis;color:#253149;font-family:var(--fb);font-size:10px;font-weight:800}.member-role-tag{font-family:var(--fb);font-weight:700;color:#536076}.member-score{display:inline-flex;align-items:center;gap:5px}.member-score>strong{color:#344158;font-size:9.2px}.member-score>small{min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#e6f5e5;color:#2e8941;font-family:var(--fb);font-size:7px;font-weight:900}.member-rate{font-weight:900}.member-rate.good{color:#2f9144}.member-rate.watch{color:#d17b00}.member-rate.risk{color:#d9362e}.member-table-empty{height:104px!important;text-align:center;color:#9aa3b0!important}.member-table-footer{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#788395;font-size:8.5px;background:#fff}.member-table-footer nav{display:flex;align-items:center;gap:7px}.member-table-footer nav button{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border:1px solid #d2d8e0;border-radius:3px;background:#fff;color:#657188;cursor:pointer}.member-table-footer nav button:disabled{opacity:.4;cursor:not-allowed}.member-table-footer nav button:not(:disabled):hover{border-color:var(--member-blue);color:var(--member-blue)}.member-table-footer nav button:focus-visible,.member-report-header .rpt-export-btn:focus-visible{outline:2px solid var(--member-blue);outline-offset:2px}.member-table-footer nav button svg{width:13px;height:13px}.member-table-footer nav strong{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:var(--member-blue);color:#fff;font-family:var(--fm);font-size:9px}.member-table-footer nav span{font-family:var(--fm);font-size:8px}@media (max-width:1220px){.member-kpi-item{grid-template-columns:36px minmax(0,1fr);gap:8px;padding-inline:10px}.member-kpi-icon{width:35px;height:35px;border-radius:9px}.member-kpi-copy>strong{font-size:20px}.member-analysis-grid{grid-template-columns:minmax(0,1.45fr) minmax(285px,1fr)}.member-average-list span:nth-child(-n+2){display:none}.member-ranking-row{grid-template-columns:19px minmax(66px,1fr) minmax(45px,1.1fr) 44px;gap:5px}}@media (max-width:1000px){.member-report-page{overflow:auto}.member-analysis-grid{height:auto;grid-template-columns:1fr}.member-trend-panel{height:300px}.member-role-panel{min-height:275px}.member-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.member-kpi-item:nth-child(3){border-right:0}.member-kpi-item:nth-child(-n+3){border-bottom:1px solid #e1e4e9}.member-ranking-board{height:auto}.member-ranking-groups{grid-template-columns:1fr}.member-ranking-group{border-right:0;border-bottom:1px solid #e1e4e9}.member-ranking-group:last-child{border-bottom:0}}@media (max-width:720px){.member-report-body{padding:10px}.member-kpi-strip{grid-template-columns:1fr 1fr}.member-kpi-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.member-kpi-item:nth-child(2n){border-right:0}.member-kpi-item:last-child{grid-column:1/-1;border-bottom:0}.member-trend-legend,.member-average-list{display:none}.member-role-body{grid-template-columns:138px minmax(0,1fr)}}.quality-report-page{--task-ink:#172033;--task-muted:#748095;--task-line:#d9dee6;--task-blue:#2f61df;--task-lime:#b8e51a;--quality-blue:#2f61df;--quality-cyan:#16a8d8;--quality-green:#2f9e44;--quality-amber:#ff7a00;--quality-red:#ef3b30;--quality-line:#d9dee6;color:var(--task-ink);background:#f8f8f5}.quality-report-header{min-height:82px;padding:10px 9px 9px}.quality-report-header .rpt-title-lockup h1{font-size:31px}.quality-report-header .rpt-title-lockup span{letter-spacing:-.15px}.quality-report-body{padding:9px 0 8px;background:#f8f8f5}.quality-report-content{display:flex;flex-direction:column;gap:7px;min-width:0}.quality-report-panel{min-width:0;background:#fff;border:1px solid var(--quality-line);border-radius:3px;box-shadow:none;overflow:hidden}.quality-kpi-strip{min-height:116px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));background:#fff;border:1px solid var(--quality-line);border-radius:3px;overflow:hidden}.quality-kpi-item{--quality-kpi-color:var(--quality-blue);position:relative;min-width:0;display:grid;grid-template-columns:43px minmax(0,1fr);align-items:start;gap:12px;padding:17px 13px 13px;border-right:1px solid #e1e4e9}.quality-kpi-item:last-child{border-right:0}.quality-kpi-item:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;background:var(--quality-kpi-color)}.quality-kpi-item.tone-green{--quality-kpi-color:var(--quality-green)}.quality-kpi-item.tone-amber{--quality-kpi-color:var(--quality-amber)}.quality-kpi-item.tone-red{--quality-kpi-color:var(--quality-red)}.quality-kpi-item.tone-cyan{--quality-kpi-color:var(--quality-cyan)}.quality-kpi-icon{width:39px;height:39px;display:flex;align-items:center;justify-content:center;border:2px solid var(--quality-kpi-color);border-radius:11px;color:var(--quality-kpi-color);background:#fff}.quality-kpi-icon svg{width:22px;height:22px;stroke-width:1.8}.quality-kpi-copy{min-width:0;display:flex;flex-direction:column}.quality-kpi-copy>span{color:#667286;font-size:9.5px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quality-kpi-copy>strong{margin-top:3px;color:#172033;font-family:var(--fd);font-size:24px;line-height:1.08;font-weight:900;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quality-kpi-copy>small{margin-top:11px;color:#6f7b8d;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quality-kpi-item.tone-green .quality-kpi-copy>small{color:#318646}.quality-kpi-item.tone-amber .quality-kpi-copy>small{color:#b86100}.quality-kpi-item.tone-red .quality-kpi-copy>small{color:#d9362e}.quality-kpi-item.tone-cyan .quality-kpi-copy>small{color:#157f98}.quality-analysis-grid{height:300px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(340px,1fr);gap:7px;min-width:0}.quality-trend-panel,.quality-status-panel{min-height:0;display:flex;flex-direction:column}.quality-panel-head{height:49px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 13px;border-bottom:1px solid #e1e4e9;flex-shrink:0}.quality-panel-head h2,.quality-risk-title h2,.quality-detail-title h2{margin:0;color:#263249;font-size:12px;font-weight:900}.quality-panel-head>div:first-child>span,.quality-risk-title>div>span,.quality-detail-title>div>span{display:block;margin-top:3px;color:#929cad;font-family:var(--fm);font-size:8px;font-weight:700;letter-spacing:.42px}.quality-trend-legend{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#667286;font-size:7.5px;white-space:nowrap}.quality-trend-legend span{display:flex;align-items:center;gap:4px}.quality-trend-legend i{width:11px;height:2px;display:block;flex-shrink:0}.quality-trend-chart{flex:1;min-height:0;padding:8px 9px 3px}.quality-trend-svg{width:100%;height:100%;display:block;overflow:visible}.quality-trend-svg line{stroke:#e3e6eb;stroke-width:1;stroke-dasharray:3 3}.quality-trend-svg text{fill:#758196;font-family:var(--fm);font-size:8.5px}.quality-trend-area{opacity:.07}.quality-trend-line{stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.quality-trend-point{stroke-width:1.55}.quality-status-body{flex:1;min-height:0;display:grid;grid-template-columns:165px minmax(0,1fr);align-items:center;gap:8px;padding:5px 13px 2px}.quality-donut-wrap{position:relative;width:153px;height:153px;display:flex;align-items:center;justify-content:center}.quality-donut-wrap svg{width:142px;height:142px;transform:rotate(-90deg)}.quality-donut-track,.quality-donut-segment{fill:none;stroke-width:15}.quality-donut-track{stroke:#edf0f3}.quality-donut-segment{stroke-linecap:butt}.quality-donut-wrap>div{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}.quality-donut-wrap strong{color:#172033;font-family:var(--fd);font-size:25px;line-height:1;font-weight:900}.quality-donut-wrap span{margin-top:5px;color:#6e798b;font-size:8px}.quality-status-list{display:flex;flex-direction:column;gap:9px;min-width:0}.quality-status-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.quality-status-list span{min-width:0;display:flex;align-items:center;gap:7px;color:#4f5c71;font-size:9.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quality-status-list span i{width:7px;height:7px;border-radius:50%;flex-shrink:0}.quality-status-list strong{color:#243047;font-family:var(--fm);font-size:9.2px;white-space:nowrap}.quality-status-list strong small{margin-left:5px;color:#8a94a4;font-size:7.2px;font-weight:600}.quality-status-summary{height:37px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;padding:0 14px;border-top:1px solid #e2e5e9;background:#fafafa;flex-shrink:0}.quality-status-summary span{color:#657186;font-size:8.5px}.quality-status-summary strong{color:#253149;font-family:var(--fd);font-size:15px;font-weight:900}.quality-risk-board{height:164px;display:flex;flex-direction:column}.quality-risk-title{height:40px;display:flex;align-items:center;padding:0 13px;border-bottom:1px solid #e1e4e9;flex-shrink:0}.quality-risk-title>div{display:flex;align-items:baseline;gap:8px}.quality-risk-title>div>span{margin:0}.quality-risk-groups{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.quality-risk-group{--quality-risk-color:var(--quality-blue);min-width:0;padding:7px 12px;border-right:1px solid #e1e4e9}.quality-risk-group:last-child{border-right:0}.quality-risk-group.tone-2{--quality-risk-color:var(--quality-amber)}.quality-risk-group.tone-3{--quality-risk-color:var(--quality-red)}.quality-risk-head{height:23px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#38465d}.quality-risk-head>span{display:flex;align-items:center;gap:6px;font-size:9.5px;font-weight:900}.quality-risk-head svg{width:15px;height:15px;color:var(--quality-risk-color);stroke-width:1.9}.quality-risk-head small{color:#7c8798;font-size:7.5px;white-space:nowrap}.quality-risk-rows{display:flex;flex-direction:column;gap:5px;margin-top:3px}.quality-risk-row{height:24px;display:grid;grid-template-columns:19px minmax(82px,1.1fr) minmax(66px,1.4fr) 48px;align-items:center;gap:7px;min-width:0}.quality-risk-row>b{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:color-mix(in srgb,var(--quality-risk-color) 16%,white);color:var(--quality-risk-color);font-family:var(--fm);font-size:8px}.quality-risk-row>span{overflow:hidden;text-overflow:ellipsis;color:#435067;font-size:9.2px;font-weight:700;white-space:nowrap}.quality-risk-row>i{height:4px;background:#e6e9ed;overflow:hidden}.quality-risk-row>i>em{display:block;height:100%;background:var(--quality-risk-color)}.quality-risk-row>output{color:#334056;font-family:var(--fm);font-size:8.7px;font-weight:800;text-align:right;white-space:nowrap}.quality-risk-empty{height:76px;display:flex;align-items:center;justify-content:center;color:#9aa3b0;font-size:8.5px}.quality-detail-panel{min-height:0;display:flex;flex-direction:column}.quality-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.quality-detail-title{height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 13px;border-bottom:1px solid #dfe3e8;flex-shrink:0}.quality-detail-title>div{display:flex;align-items:baseline;gap:8px}.quality-detail-title>div>span{margin:0}.quality-detail-title>strong{color:#778295;font-family:var(--fm);font-size:8px}.quality-table-wrap{min-width:0;overflow:auto}.quality-detail-table{width:100%;border-collapse:collapse;table-layout:fixed}.quality-detail-table th{height:28px;padding:0 8px;background:#f1f2f4;border-bottom:1px solid #dfe3e8;color:#758195;font-size:8.6px;font-weight:800;text-align:left;white-space:nowrap}.quality-detail-table td{height:31px;padding:0 8px;border-bottom:1px solid #e8eaed;color:#556176;font-family:var(--fm);font-size:9.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quality-detail-table tbody tr:hover td{background:#f6f8fd}.quality-detail-table tbody tr.risk td{background:#fff7f6}.quality-detail-table tbody tr.risk:hover td{background:#fff2f0}.quality-detail-table th:nth-child(1){width:112px}.quality-detail-table th:nth-child(2){width:130px}.quality-detail-table th:nth-child(3){width:66px}.quality-detail-table th:nth-child(4){width:64px}.quality-detail-table th:nth-child(5){width:72px}.quality-detail-table th:nth-child(6){width:72px}.quality-detail-table th:nth-child(7){width:78px}.quality-detail-table th:nth-child(8){width:60px}.quality-detail-table th:nth-child(9){width:68px}.quality-detail-table th:nth-child(10){width:68px}.quality-detail-table th:nth-child(11){width:65px}.quality-detail-table th:nth-child(12){width:62px}.quality-detail-table code{color:#334158;font-family:var(--fm);font-size:8.6px;background:none;padding:0}.quality-detail-table td>strong{display:block;overflow:hidden;text-overflow:ellipsis;color:#253149;font-family:var(--fb);font-size:9.3px;font-weight:800}.quality-score{display:inline-flex;align-items:center;gap:5px}.quality-score>strong{font-size:8.9px;color:#344158}.quality-score>small{min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-family:var(--fb);font-size:7px;font-weight:900}.quality-score.good>small{background:#e6f5e5;color:#2e8941}.quality-score.watch>small{background:#fff1d6;color:#b76500}.quality-score.risk>small{background:#fde4e2;color:#cf3029}.quality-rate{font-weight:900}.quality-rate.good{color:#2f9144}.quality-rate.watch{color:#d17b00}.quality-rate.risk{color:#d9362e}.quality-table-empty{height:104px!important;text-align:center;color:#9aa3b0!important}.quality-table-footer{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#788395;font-size:8.5px;background:#fff}.quality-table-footer nav{display:flex;align-items:center;gap:7px}.quality-table-footer nav button{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border:1px solid #d2d8e0;border-radius:3px;background:#fff;color:#657188;cursor:pointer}.quality-table-footer nav button:disabled{opacity:.4;cursor:not-allowed}.quality-table-footer nav button:not(:disabled):hover{border-color:var(--quality-blue);color:var(--quality-blue)}.quality-table-footer nav button:focus-visible,.quality-report-header .rpt-export-btn:focus-visible{outline:2px solid var(--quality-blue);outline-offset:2px}.quality-table-footer nav button svg{width:13px;height:13px}.quality-table-footer nav strong{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:var(--quality-blue);color:#fff;font-family:var(--fm);font-size:9px}.quality-table-footer nav span{font-family:var(--fm);font-size:8px}@media (max-width:1220px){.quality-kpi-item{grid-template-columns:35px minmax(0,1fr);gap:8px;padding-inline:9px}.quality-kpi-icon{width:34px;height:34px;border-radius:9px}.quality-kpi-copy>strong{font-size:20px}.quality-analysis-grid{grid-template-columns:minmax(0,1.45fr) minmax(310px,1fr)}.quality-trend-legend{gap:6px;font-size:7px}.quality-risk-row{grid-template-columns:19px minmax(64px,1fr) minmax(46px,1.15fr) 42px;gap:5px}}@media (max-width:1000px){.quality-report-page{overflow:auto}.quality-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.quality-kpi-item:nth-child(3n){border-right:0}.quality-kpi-item:nth-child(-n+3){border-bottom:1px solid #e1e4e9}.quality-analysis-grid{height:auto;grid-template-columns:1fr}.quality-trend-panel{height:300px}.quality-status-panel{min-height:280px}.quality-risk-board{height:auto}.quality-risk-groups{grid-template-columns:1fr}.quality-risk-group{border-right:0;border-bottom:1px solid #e1e4e9}.quality-risk-group:last-child{border-bottom:0}}@media (max-width:720px){.quality-report-body{padding:10px}.quality-kpi-strip{grid-template-columns:1fr 1fr}.quality-kpi-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.quality-kpi-item:nth-child(2n){border-right:0}.quality-kpi-item:nth-last-child(-n+2){border-bottom:0}.quality-trend-legend{display:none}.quality-status-body{grid-template-columns:142px minmax(0,1fr)}}@media (max-width:520px){.quality-report-body{padding:6px}.quality-kpi-strip{grid-template-columns:1fr}.quality-kpi-item:nth-child(n){border-right:0;border-bottom:1px solid #e1e4e9}.quality-kpi-item:last-child{border-bottom:0}.quality-status-body{grid-template-columns:1fr;justify-items:center;padding-block:12px}.quality-status-list{width:100%}}.processing-report-page{--task-ink:#172033;--task-muted:#748095;--task-line:#d9dee6;--task-blue:#2f61df;--task-lime:#b8e51a;--quality-blue:#2f61df;--quality-cyan:#16a8d8;--quality-green:#2f9e44;--quality-amber:#ff7a00;--quality-red:#ef3b30;--quality-line:#d9dee6;color:var(--task-ink);background:#f8f8f5}.processing-report-header{min-height:82px;padding:10px 9px 9px}.processing-report-header .rpt-title-lockup h1{font-size:31px}.processing-report-header .rpt-title-lockup span{letter-spacing:-.15px}.processing-report-body{padding:9px 0 8px;background:#f8f8f5}.processing-report-content{display:flex;flex-direction:column;gap:7px;min-width:0}.processing-report-panel{min-width:0}.processing-kpi-copy>small{max-width:100%;white-space:normal;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.processing-analysis-grid{height:300px}.processing-trend-panel,.processing-status-panel{height:100%}.processing-trend-legend{gap:9px}.processing-status-list>div{gap:10px}.processing-risk-board .processing-risk-group.tone-1{--quality-risk-color:#ef3b30}.processing-risk-board .processing-risk-group.tone-2{--quality-risk-color:#ff7a00}.processing-risk-board .processing-risk-group.tone-3{--quality-risk-color:#ef3b30}.processing-risk-row{grid-template-columns:19px minmax(96px,1.15fr) minmax(76px,1.5fr) 46px}.processing-detail-table{min-width:980px}.processing-detail-table th:nth-child(1){width:118px}.processing-detail-table th:nth-child(2){width:158px}.processing-detail-table th:nth-child(3){width:78px}.processing-detail-table th:nth-child(4){width:106px}.processing-detail-table th:nth-child(5){width:80px}.processing-detail-table th:nth-child(6){width:84px}.processing-detail-table th:nth-child(7){width:78px}.processing-detail-table th:nth-child(8),.processing-detail-table th:nth-child(9),.processing-detail-table th:nth-child(10){width:70px}.processing-detail-table tbody tr.risk td{background:#fff}.processing-detail-table tbody tr.risk:hover td{background:#f6f8fd}.processing-mode{display:inline-flex;align-items:center;height:18px;padding:0 6px;border:1px solid;border-radius:3px;font-family:var(--fb);font-size:7.5px;font-weight:800}.processing-mode.model{border-color:#b9c9f5;background:#eef3ff;color:#2f61df}.processing-mode.manual{border-color:#a8dde4;background:#ecfbfc;color:#12839a}.processing-report-header .rpt-export-btn:focus-visible{outline:2px solid var(--quality-blue);outline-offset:2px}@media (max-width:1220px){.processing-trend-legend{gap:5px;font-size:6.8px}.processing-risk-row{grid-template-columns:19px minmax(72px,1fr) minmax(54px,1.2fr) 42px}}@media (max-width:1000px){.processing-report-page{overflow:auto}.processing-analysis-grid{height:auto}.processing-trend-panel{height:300px}.processing-status-panel{min-height:280px}}@media (max-width:720px){.processing-report-body{padding:10px}.processing-trend-legend{display:none}}@media (max-width:520px){.processing-report-body{padding:6px}}.model-report-page{--task-ink:#172033;--task-muted:#748095;--task-line:#d9dee6;--task-blue:#2f61df;--task-lime:#b8e51a;--quality-blue:#2f61df;--quality-cyan:#16a8d8;--quality-green:#2f9e44;--quality-amber:#ff7a00;--quality-red:#ef3b30;--quality-line:#d9dee6;color:var(--task-ink);background:#f8f8f5}.model-report-header{min-height:82px;padding:10px 9px 9px}.model-report-header .rpt-title-lockup h1{font-size:31px}.model-report-header .rpt-title-lockup span{letter-spacing:-.15px}.model-report-body{padding:9px 0 8px;background:#f8f8f5}.model-report-content{display:flex;flex-direction:column;gap:7px;min-width:0}.model-report-panel{min-width:0}.model-kpi-copy>small{max-width:100%;white-space:normal;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.model-analysis-grid{height:282px}.model-trend-panel,.model-status-panel{height:100%}.model-trend-legend{gap:9px}.model-status-list>div{gap:10px}.model-leaderboard{height:164px}.model-leaderboard .model-leaderboard-group.tone-1{--quality-risk-color:#ef3b30}.model-leaderboard .model-leaderboard-group.tone-2{--quality-risk-color:#ff7a00}.model-leaderboard .model-leaderboard-group.tone-3{--quality-risk-color:#2f61df}.model-leaderboard-row{grid-template-columns:19px minmax(96px,1.15fr) minmax(76px,1.5fr) 46px}.model-detail-table{min-width:1020px}.model-detail-table th:nth-child(1){width:118px}.model-detail-table th:nth-child(2){width:145px}.model-detail-table th:nth-child(3){width:112px}.model-detail-table th:nth-child(4){width:82px}.model-detail-table th:nth-child(5){width:84px}.model-detail-table th:nth-child(6){width:78px}.model-detail-table th:nth-child(7){width:78px}.model-detail-table th:nth-child(8),.model-detail-table th:nth-child(9),.model-detail-table th:nth-child(10){width:70px}.model-name-pill{max-width:100%;height:18px;display:inline-flex;align-items:center;padding:0 6px;border:1px solid #b9c9f5;border-radius:3px;background:#eef3ff;color:#2f61df;font-family:var(--fm);font-size:7.5px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-rate{font-family:var(--fm);font-weight:900}.model-rate.pass{color:#2f9144}.model-rate.failed{color:#d9362e}.model-rate.rework{color:#d17b00}.model-report-header .rpt-export-btn:focus-visible{outline:2px solid var(--quality-blue);outline-offset:2px}@media (max-width:1220px){.model-trend-legend{gap:5px;font-size:6.8px}.model-leaderboard-row{grid-template-columns:19px minmax(72px,1fr) minmax(54px,1.2fr) 42px}}@media (max-width:1000px){.model-report-page{overflow:auto}.model-analysis-grid{height:auto}.model-trend-panel{height:300px}.model-status-panel{min-height:280px}.model-leaderboard{height:auto}}@media (max-width:720px){.model-report-body{padding:10px}.model-trend-legend{display:none}}@media (max-width:520px){.model-report-body{padding:6px}}.label-report-page{--task-ink:#172033;--task-muted:#748095;--task-line:#d9dee6;--task-blue:#2f61df;--task-lime:#b8e51a;--quality-blue:#2f61df;--quality-cyan:#16a8d8;--quality-green:#2f9e44;--quality-amber:#ff7a00;--quality-red:#ef3b30;--quality-line:#d9dee6;color:var(--task-ink);background:#f8f8f5}.label-report-header{min-height:72px;padding:7px 9px}.label-report-header .rpt-title-lockup h1{font-size:31px}.label-report-header .rpt-title-lockup span{letter-spacing:-.15px}.label-report-body{padding:9px 0 8px;background:#f8f8f5}.label-report-content{display:flex;flex-direction:column;gap:7px;min-width:0}.label-report-panel{min-width:0}.label-kpi-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.label-kpi-copy>small{max-width:100%;white-space:normal;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.label-analysis-grid{height:270px;grid-template-columns:minmax(0,1.22fr) minmax(420px,1fr)}.label-frequency-panel,.label-modality-panel{height:100%;min-height:0;display:flex;flex-direction:column}.label-frequency-list{flex:1;min-height:0;display:flex;flex-direction:column;gap:2px;padding:7px 13px}.label-frequency-row{height:20px;display:grid;grid-template-columns:18px 134px minmax(160px,1fr) 64px;align-items:center;gap:8px;min-width:0}.label-frequency-row>b{color:#69758a;font-family:var(--fm);font-size:8px;text-align:center}.label-frequency-row>span{overflow:hidden;text-overflow:ellipsis;color:#435067;font-size:9px;font-weight:700;white-space:nowrap}.label-frequency-row>i{height:4px;background:#e6e9ed;overflow:hidden}.label-frequency-row>i>em{display:block;height:100%;background:var(--quality-blue)}.label-frequency-row>output{color:#435067;font-family:var(--fm);font-size:8.6px;text-align:right;white-space:nowrap}.label-modality-body{flex:1;min-height:0;display:grid;grid-template-columns:205px minmax(0,1fr);align-items:center;gap:8px;padding:5px 14px}.label-donut-wrap{width:190px;height:190px}.label-donut-wrap svg{width:176px;height:176px}.label-donut-wrap strong{font-size:27px}.label-modality-list{gap:12px}.label-governance-board{height:164px}.label-governance-group.tone-1{--quality-risk-color:#ef3b30}.label-governance-group.tone-2{--quality-risk-color:#ff7a00}.label-governance-group.tone-3{--quality-risk-color:#2f61df}.label-governance-row{grid-template-columns:19px minmax(100px,1.2fr) minmax(70px,1.4fr) 54px}.label-detail-table{min-width:790px}.label-detail-table th:nth-child(1){width:22%}.label-detail-table th:nth-child(2){width:13%}.label-detail-table th:nth-child(3){width:20%}.label-detail-table th:nth-child(4){width:12%}.label-detail-table th:nth-child(5){width:14%}.label-detail-table th:nth-child(6){width:19%}.label-detail-table td{height:34px}.label-modal-pill{display:inline-flex;align-items:center;gap:6px;color:#526076;font-family:var(--fb);font-weight:700}.label-modal-pill svg{width:14px;height:14px;color:var(--quality-blue);stroke-width:1.8}.label-anno-type{display:block;overflow:hidden;text-overflow:ellipsis;color:#4d596d;font-family:var(--fb);font-weight:700;white-space:nowrap}.label-table-number{color:#3f4c62;font-family:var(--fm);font-weight:800}.label-detail-table time{color:#59657a;font-family:var(--fm);font-size:8.7px}.label-report-header .rpt-export-btn:focus-visible{outline:2px solid var(--quality-blue);outline-offset:2px}@media (max-width:1220px){.label-analysis-grid{grid-template-columns:minmax(0,1.15fr) minmax(380px,1fr)}.label-frequency-row{grid-template-columns:18px 108px minmax(80px,1fr) 58px;gap:6px}.label-governance-row{grid-template-columns:19px minmax(76px,1fr) minmax(54px,1.15fr) 46px;gap:5px}}@media (max-width:1000px){.label-report-page{overflow:auto}.label-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.label-kpi-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.label-kpi-item:nth-child(3n){border-right:0}.label-kpi-item:nth-last-child(-n+2){border-bottom:0}.label-analysis-grid{height:auto;grid-template-columns:1fr}.label-frequency-panel{height:300px}.label-modality-panel{min-height:280px}.label-governance-board{height:auto}.label-governance-groups{grid-template-columns:1fr}.label-governance-group{border-right:0;border-bottom:1px solid #e1e4e9}.label-governance-group:last-child{border-bottom:0}}@media (max-width:720px){.label-report-body{padding:10px}.label-kpi-strip{grid-template-columns:1fr 1fr}.label-kpi-item:nth-child(n){border-right:1px solid #e1e4e9;border-bottom:1px solid #e1e4e9}.label-kpi-item:nth-child(2n){border-right:0}.label-kpi-item:last-child{grid-column:1/-1;border-right:0;border-bottom:0}}@media (max-width:520px){.label-report-body{padding:6px}.label-kpi-strip{grid-template-columns:1fr}.label-kpi-item:nth-child(n){grid-column:auto;border-right:0;border-bottom:1px solid #e1e4e9}.label-kpi-item:last-child{border-bottom:0}.label-frequency-row{grid-template-columns:18px minmax(88px,1fr) minmax(52px,1.2fr) 54px}.label-modality-body{grid-template-columns:1fr;justify-items:center;padding-block:12px}.label-modality-list{width:100%}}.wb-wrap{display:flex;flex-direction:column;height:calc(100vh - 60px);overflow:hidden}.wb-ctx{display:flex;align-items:center;gap:10px;padding:7px 16px;background:linear-gradient(90deg,#0d82f50f,#00d4ff08);border-bottom:1px solid var(--fog-mid);flex-shrink:0}.wb-ctx-back{display:flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid var(--fog-mid);border-radius:8px;background:#fff;color:#4a6080;font-size:12px;cursor:pointer;font-family:var(--fb);transition:all .2s;flex-shrink:0}.wb-ctx-back:hover{border-color:var(--ice-300);color:var(--ice-600)}.wb-ctx-back svg{width:13px;height:13px}.wb-ctx-id{font-size:10px;font-family:var(--fm);color:#b0c0d4;background:var(--fog-light);padding:2px 7px;border-radius:6px;border:1px solid var(--fog-mid)}.wb-ctx-name{font-size:13px;font-weight:600;color:#1a2840;font-family:var(--fb);flex:1}.wb-ctx-prog{display:flex;align-items:center;gap:8px;flex-shrink:0}.wb-ctx-bar{width:100px;height:5px;background:#e8eef6;border-radius:3px;overflow:hidden}.wb-ctx-fill{height:100%;background:linear-gradient(90deg,#0d82f5,#00d4ff);border-radius:3px;transition:width .4s}.wb-ctx-pct{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.ner-ctx-progress,.text-ctx-progress{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0;min-width:260px;font-family:var(--fm)}.ner-ctx-progress-main,.text-ctx-progress-main{display:flex;align-items:center;gap:7px;white-space:nowrap}.ner-ctx-progress-bar,.text-ctx-progress-bar{width:104px;height:5px;background:#e8eef6;border-radius:3px;overflow:hidden;box-shadow:inset 0 0 0 1px #0d82f50a}.ner-ctx-progress-fill,.text-ctx-progress-fill{height:100%;background:linear-gradient(90deg,#0d82f5,#00d4ff);border-radius:3px;transition:width .4s ease}.ner-ctx-progress-text,.text-ctx-progress-text{font-size:11px;color:#5f7594;font-variant-numeric:tabular-nums}.ner-ctx-mode-badge,.text-ctx-mode-badge{font-size:10px;font-weight:700;border:1px solid;border-radius:999px;padding:2px 7px;line-height:1}.ner-ctx-overall,.text-ctx-overall{font-size:10px;color:#8a9ab8;font-variant-numeric:tabular-nums}.wb-body{display:flex;flex:1;overflow:hidden}.wb-right{width:290px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;padding:14px;background:#f7f9fc;border-left:1px solid var(--fog-mid);overflow-y:auto}.wb-panel-card{background:#fff;border-radius:12px;border:1px solid var(--fog-mid);overflow:hidden}.wb-panel-head{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;border-bottom:1px solid var(--fog-light);font-size:12px;font-weight:600;color:#1a2840;font-family:var(--fb)}.wb-panel-body{padding:12px 14px}.wb-label-item{display:flex;align-items:center;gap:9px;padding:7px 9px;border-radius:8px;cursor:pointer;font-size:12px;color:#4a6080;transition:all .18s;border:1px solid transparent;margin-bottom:3px}.wb-label-item:hover{background:var(--ice-50)}.wb-label-item.sel{background:var(--ice-50);border-color:var(--ice-200);color:var(--ice-600)}.wb-label-dot{width:11px;height:11px;border-radius:3px;flex-shrink:0}.wb-label-key{font-size:10px;background:#f0f4f8;color:#8a9ab8;padding:1px 5px;border-radius:4px;font-family:var(--fm);margin-left:auto}.wb-chip{padding:4px 10px;border-radius:20px;font-size:11px;border:1px solid var(--fog-mid);background:#fff;cursor:pointer;color:#4a6080;font-family:var(--fm);transition:all .18s}.wb-chip:hover{border-color:var(--ice-200);color:var(--ice-600)}.wb-chip.sel{background:var(--ice-500);border-color:var(--ice-500);color:#fff}.wb-nav-btns{display:flex;gap:8px;padding:14px;border-top:1px solid var(--fog-mid);flex-shrink:0;background:#f7f9fc}.wb-btn-skip{flex:1;padding:10px;border-radius:10px;background:#fff;border:1px solid var(--fog-mid);color:#6a80a0;font-size:13px;cursor:pointer;font-family:var(--fb);transition:all .18s}.wb-btn-skip:hover{border-color:var(--ice-200);color:var(--ice-600)}.wb-btn-submit{flex:2;padding:10px;border-radius:10px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;font-size:13px;cursor:pointer;font-family:var(--fb);font-weight:600;box-shadow:0 4px 16px #0d82f547;transition:all .18s}.wb-btn-submit:hover{box-shadow:0 6px 24px #0d82f566}.wb-item-counter{font-size:11px;color:#b0c0d4;font-family:var(--fm);text-align:center;padding:6px 0}.txt-wb-main{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:16px;gap:12px;overflow-y:auto}.txt-wb-toolbar{display:flex;align-items:center;gap:8px;flex-shrink:0}.txt-anno-mode-btn{padding:5px 12px;border-radius:8px;border:1px solid var(--fog-mid);background:#fff;font-size:12px;font-family:var(--fm);color:#4a6080;cursor:pointer;transition:all .18s}.txt-anno-mode-btn:hover{border-color:var(--ice-200);color:var(--ice-600)}.txt-anno-mode-btn.active{background:var(--ice-500);border-color:var(--ice-500);color:#fff}.txt-anno-doc{flex:1;background:#fff;border-radius:13px;border:1px solid var(--fog-mid);padding:24px 28px;font-size:14px;line-height:2;color:#1a2840;font-family:var(--fb);-webkit-user-select:text;user-select:text;cursor:text;overflow-y:auto;min-height:320px;position:relative}.txt-anno-doc .ner-tag{display:inline;padding:1px 0;border-radius:3px;cursor:pointer;transition:all .15s;white-space:normal}.txt-anno-doc .ner-tag:hover{opacity:.8}.ner-label{display:inline-block;font-size:9px;font-weight:700;padding:0 4px;border-radius:3px;margin-left:2px;vertical-align:middle;font-family:var(--fm)}.txt-anno-relations{background:#fff;border-radius:12px;border:1px solid var(--fog-mid);padding:14px}.relation-row{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;background:#f7f9fc;margin-bottom:6px;font-size:12px}.relation-entity{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;font-family:var(--fm)}.relation-arrow{color:#b0c0d4;font-size:14px}.relation-type{padding:3px 9px;border-radius:6px;background:#0d82f514;color:#0d82f5;font-size:11px;font-family:var(--fm)}.rel-side-card{min-width:0;max-width:100%;overflow:hidden}.rel-side-row{display:grid;grid-template-columns:minmax(0,1fr) 14px minmax(42px,.72fr) 14px minmax(0,1fr);align-items:center;gap:5px;font-size:11px;min-width:0;max-width:100%}.rel-side-entity,.rel-side-type{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 6px;border-radius:6px;font-weight:700;font-family:var(--fm);line-height:1.45}.rel-side-type{background:#0d82f520;color:#0d82f5;text-align:center}.rel-side-arrow{color:#8a9ab8;text-align:center;font-size:13px;line-height:1}.txt-classify-area{background:#fff;border-radius:12px;border:1px solid var(--fog-mid);padding:16px}.txt-classify-label{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-bottom:8px}.txt-classify-opts{display:flex;flex-wrap:wrap;gap:8px}.txt-classify-opt{padding:8px 18px;border-radius:10px;border:1.5px solid var(--fog-mid);background:#fff;font-size:13px;font-family:var(--fb);cursor:pointer;color:#4a6080;transition:all .2s}.txt-classify-opt:hover{border-color:var(--ice-200);color:var(--ice-600)}.txt-classify-opt.sel{border-color:var(--ice-500);background:#0d82f50f;color:var(--ice-600);font-weight:600}.vid-wb-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.vid-player-area{flex:1;background:#111827;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:0}.vid-mock-frame{width:100%;height:100%;position:relative;overflow:hidden}.vid-overlay-box{position:absolute;border:2px solid;border-radius:2px;display:flex;align-items:flex-start}.vid-box-label{font-size:9px;font-weight:700;font-family:var(--fm);padding:1px 5px;border-radius:0 0 4px;white-space:nowrap}.vid-controls{background:#1e2d3d;border-top:1px solid rgba(255,255,255,.08);padding:8px 14px;display:flex;align-items:center;gap:10px;flex-shrink:0}.vid-ctrl-btn{width:30px;height:30px;border-radius:7px;border:none;background:#ffffff14;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s}.vid-ctrl-btn:hover{background:#ffffff29}.vid-ctrl-btn svg{width:13px;height:13px}.vid-time{font-size:11px;color:#ffffff80;font-family:var(--fm);white-space:nowrap}.vid-progress{flex:1;height:4px;background:#ffffff26;border-radius:2px;cursor:pointer;position:relative}.vid-progress-fill{height:100%;background:linear-gradient(90deg,#0d82f5,#00d4ff);border-radius:2px;width:34%;transition:width .1s}.vid-progress-thumb{position:absolute;top:50%;right:66%;transform:translate(50%,-50%);width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #0d82f566;transition:right .1s}.vid-timeline{height:90px;background:#141f2e;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0;overflow-x:auto;position:relative;padding:0 14px}.vid-tl-track{height:28px;margin-top:6px;position:relative;background:#ffffff08;border-radius:4px}.vid-tl-track-label{font-size:9px;color:#ffffff4d;font-family:var(--fm);margin-bottom:3px;margin-top:8px}.vid-tl-seg{position:absolute;height:100%;border-radius:3px;display:flex;align-items:center;padding:0 6px;font-size:9px;font-weight:600;font-family:var(--fm);overflow:hidden;white-space:nowrap;cursor:pointer;transition:opacity .15s}.vid-tl-seg:hover{opacity:.85}.vid-tl-cursor{position:absolute;top:0;bottom:0;width:1.5px;background:#0d82f5;z-index:10;pointer-events:none}.vid-tl-cursor:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:8px;height:8px;border-radius:50%;background:#0d82f5}.temporal-context-divider{width:1px;height:14px;background:var(--fog-mid);flex-shrink:0}.temporal-main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#eef3f8}.temporal-video-stage{flex:1;min-height:260px;position:relative;display:flex;align-items:center;justify-content:center;background:#0b1220;overflow:hidden}.temporal-video-stage video{width:100%;height:100%;object-fit:contain;background:#070c15}.temporal-video-meta{position:absolute;top:12px;left:14px;right:14px;display:flex;justify-content:space-between;gap:16px;pointer-events:none;color:#ffffffc7;font:11px var(--fm);text-shadow:0 1px 4px rgba(0,0,0,.7)}.temporal-empty-state{color:#ffffff94;font-size:13px}.temporal-editor{height:310px;flex-shrink:0;padding:14px 16px;background:#f7f9fc;border-top:1px solid var(--fog-mid);overflow:auto}.temporal-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.temporal-editor-toolbar>div:first-child{display:flex;flex-direction:column;gap:3px}.temporal-editor-toolbar strong{font-size:13px;color:#1a2840}.temporal-editor-toolbar span{font-size:10px;color:#8a9ab8}.temporal-mark-actions{display:flex;align-items:center;gap:7px}.temporal-mark-actions button{height:32px;padding:0 11px;border:1px solid var(--fog-mid);border-radius:8px;background:#fff;color:#4a6080;font:11px var(--fb);cursor:pointer}.temporal-mark-actions button:hover{border-color:var(--ice-300);color:var(--ice-600)}.temporal-mark-actions button b{margin-left:5px;font:10px var(--fm)}.temporal-mark-actions button.primary{border-color:#0d82f5;background:#0d82f5;color:#fff;font-weight:700}.temporal-timeline{position:relative;height:58px;background:#162232;border:1px solid rgba(255,255,255,.05);border-radius:9px;overflow:hidden;cursor:crosshair;margin-bottom:11px}.temporal-timeline:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(10% - 1px),rgba(255,255,255,.07) 10%)}.temporal-timeline-cursor{position:absolute;top:0;bottom:0;width:2px;background:#fff;box-shadow:0 0 0 1px #0d82f580;z-index:3;pointer-events:none}.temporal-timeline-cursor:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #fff}.temporal-timeline-segment{position:absolute;top:17px;height:26px;min-width:4px;border:1.5px solid;border-radius:5px;padding:0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:700 10px var(--fm);cursor:pointer}.temporal-timeline-segment.selected{box-shadow:0 0 0 2px #fff,0 0 0 4px #0d82f599;z-index:2}.temporal-segment-list{display:flex;flex-direction:column;gap:6px}.temporal-segment-empty{height:54px;display:flex;align-items:center;justify-content:center;border:1px dashed var(--fog-mid);border-radius:9px;color:#8a9ab8;font-size:11px;background:#fff}.temporal-segment-row{display:grid;grid-template-columns:28px 10px minmax(90px,1fr) 126px 126px 48px 46px;align-items:center;gap:8px;padding:7px 9px;border:1px solid var(--fog-mid);border-radius:9px;background:#fff;cursor:pointer;transition:border-color .16s,box-shadow .16s}.temporal-segment-row.selected{border-color:#77bafc;box-shadow:0 0 0 2px #0d82f514}.temporal-segment-jump,.temporal-segment-delete{border:0;background:transparent;cursor:pointer}.temporal-segment-jump{width:26px;height:26px;border-radius:7px;background:#eef6ff;color:#0d82f5;font-size:10px}.temporal-segment-delete{color:#ef5b72;font-size:10px}.temporal-segment-dot{width:9px;height:9px;border-radius:3px}.temporal-segment-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a2840;font-size:11px;font-weight:700}.temporal-segment-row label{display:flex;align-items:center;gap:5px;color:#8a9ab8;font-size:9px}.temporal-segment-row input{width:78px;height:25px;box-sizing:border-box;border:1px solid var(--fog-mid);border-radius:6px;padding:0 5px;color:#324866;font:10px var(--fm)}.temporal-source-badge{padding:3px 6px;border-radius:999px;background:#eef2f7;color:#6a80a0;font-size:9px;text-align:center}.temporal-source-badge.model{background:#efeaff;color:#7655d9}.temporal-right{padding-bottom:0}.temporal-label-button{width:100%;background:transparent;text-align:left;font-family:var(--fb)}.temporal-side-empty{padding:8px;color:#8a9ab8;font-size:11px;text-align:center}.temporal-current-card{display:flex;flex-direction:column;gap:7px}.temporal-current-card strong{font:700 24px var(--fm);color:#0d82f5}.temporal-current-card span{font-size:10px;color:#8a9ab8}.temporal-side-spacer{flex:1}.temporal-nav{margin:0 -14px}.temporal-nav .wb-btn-submit{white-space:nowrap}@media (max-width:1200px){.temporal-segment-row{grid-template-columns:28px 10px minmax(70px,1fr) 112px 112px 44px 42px}.temporal-segment-row input{width:66px}.temporal-mark-actions button b,.temporal-workbench .wb-ctx-chip{display:none}}.aud-wb-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#0f1824}.aud-waveform-area{flex:1;position:relative;overflow:hidden;min-height:0;display:flex;flex-direction:column;justify-content:center;padding:16px}.aud-waveform-svg{width:100%;height:120px}.aud-tl-area{background:#141f2e;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0;padding:8px 14px;overflow-x:auto}.aud-tl-ruler{display:flex;align-items:flex-end;height:18px;position:relative;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:6px}.aud-tl-tick{position:absolute;bottom:0;font-size:9px;color:#ffffff4d;font-family:var(--fm);display:flex;flex-direction:column;align-items:center;gap:2px}.aud-tl-tick:before{content:"";width:1px;height:6px;background:#fff3}.aud-tl-region{height:32px;position:relative;background:#ffffff08;border-radius:4px;margin-bottom:4px}.aud-tl-seg{position:absolute;height:100%;border-radius:3px;display:flex;align-items:center;padding:0 8px;font-size:10px;font-weight:600;font-family:var(--fm);overflow:hidden;white-space:nowrap;cursor:pointer;border-top:2px solid;transition:opacity .15s}.aud-tl-seg:hover{opacity:.85}.aud-cursor{position:absolute;top:0;bottom:0;left:30%;width:1.5px;background:#00d4ff;pointer-events:none;z-index:5}.aud-cursor:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:8px;height:8px;border-radius:50%;background:#00d4ff}.aud-controls{background:#1a2535;border-bottom:1px solid rgba(255,255,255,.06);padding:10px 14px;display:flex;align-items:center;gap:10px;flex-shrink:0}.aud-ctrl-btn{width:32px;height:32px;border-radius:8px;border:none;background:#ffffff14;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s}.aud-ctrl-btn:hover{background:#ffffff29}.aud-ctrl-btn.active{background:#0d82f5}.aud-ctrl-btn svg{width:14px;height:14px}.aud-time{font-size:12px;color:#ffffff80;font-family:var(--fm);white-space:nowrap}.aud-progress{flex:1;height:4px;background:#ffffff1f;border-radius:2px;cursor:pointer}.aud-progress-fill{height:100%;background:linear-gradient(90deg,#0d82f5,#00d4ff);border-radius:2px;width:30%}.aud-transcript-area{background:#fff;border-radius:12px;border:1px solid var(--fog-mid);padding:14px;margin-top:12px}.aud-transcript-input{width:100%;box-sizing:border-box;border:none;outline:none;font-size:14px;font-family:var(--fb);color:#1a2840;line-height:1.8;resize:none;min-height:70px}.aud-speaker-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:600;margin-right:8px;cursor:pointer;border:1.5px solid;transition:all .18s}.pcd-wb-main{flex:1;display:flex;overflow:hidden}.pcd-3d-area{flex:1;background:#0a1220;position:relative;overflow:hidden;display:flex;flex-direction:column}.pcd-views{flex:1;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1px;background:#0a1220;min-height:0}.pcd-view{position:relative;background:#0d1929;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:crosshair}.pcd-view-label{position:absolute;top:8px;left:10px;font-size:10px;font-family:var(--fm);color:#ffffff59;z-index:2;letter-spacing:1px}.pcd-view-main{grid-column:1/2;grid-row:1/3}.pcd-tools{height:46px;background:#141f2e;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:6px;padding:0 12px;flex-shrink:0}.pcd-tool-btn{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:7px;border:1px solid transparent;background:transparent;color:#fff6;font-size:11px;font-family:var(--fm);cursor:pointer;transition:all .18s}.pcd-tool-btn:hover{background:#ffffff14;color:#fffc}.pcd-tool-btn.active{background:#0d82f533;border-color:#0d82f566;color:#7ec8ff}.pcd-tool-btn svg{width:13px;height:13px}.pcd-tool-sep{width:1px;height:20px;background:#ffffff14}.pcd-box-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:9px 12px;margin-bottom:6px;cursor:pointer;transition:all .18s}.pcd-box-item:hover{border-color:#0d82f54d;background:#0d82f50f}.pcd-box-item.sel{border-color:#0d82f5;background:#0d82f51f}.pcd-box-id{font-size:10px;font-family:var(--fm);color:#ffffff4d;margin-bottom:4px}.pcd-box-label{font-size:12px;font-weight:600;font-family:var(--fb);color:#fffc}.pcd-box-dims{font-size:10px;color:#ffffff4d;font-family:var(--fm);margin-top:3px}.pcd-right{width:270px;flex-shrink:0;background:#111827;border-left:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;overflow:hidden}.pcd-right-head{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px;font-weight:600;color:#ffffffb3;font-family:var(--fb);display:flex;align-items:center;justify-content:space-between}.pcd-right-body{flex:1;overflow-y:auto;padding:10px 12px}.pcd-attr-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:11px}.pcd-attr-label{color:#fff6;font-family:var(--fm)}.pcd-attr-val{color:#ffffffbf;font-family:var(--fm)}.pcd-label-btn{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:7px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff9;font-size:11px;font-family:var(--fb);cursor:pointer;transition:all .18s;margin-bottom:5px;width:100%;text-align:left}.pcd-label-btn:hover{background:#ffffff14;border-color:#ffffff26}.pcd-label-btn.sel{background:#0d82f526;border-color:#0d82f566;color:#7ec8ff}.pcd-dot{width:9px;height:9px;border-radius:2px;flex-shrink:0}.pcd-nav-btns{padding:12px;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:8px;flex-shrink:0}.pcd-btn-skip{flex:1;padding:9px;border-radius:9px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:12px;cursor:pointer;font-family:var(--fb);transition:all .18s}.pcd-btn-skip:hover{background:#ffffff1a}.pcd-btn-submit{flex:2;padding:9px;border-radius:9px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;font-size:12px;cursor:pointer;font-family:var(--fb);font-weight:600;box-shadow:0 4px 16px #0d82f54d}.vid-tool-btn{display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#ffffff73;cursor:pointer;font-size:11px;font-family:var(--fm);transition:all .18s}.vid-tool-btn:hover{background:#ffffff1a;color:#fffc;border-color:#fff3}.vid-tool-btn.active{background:#0d82f540;border-color:#0d82f580;color:#7ec8ff}.vid-tool-btn svg{width:14px;height:14px;flex-shrink:0}.vid-speed-btn.active{background:#ffffff1f!important;color:#fff!important}.med-anno-canvas{position:absolute;top:0;left:0;width:100%;height:100%;cursor:crosshair}.med-hud-info{position:absolute;top:12px;left:12px;padding:12px 16px;background:#000c;border-radius:8px;color:#00d4ff;font-size:11px;font-family:"monospace";line-height:1.6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.med-direction-marker{position:absolute;bottom:12px;right:12px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff9;font-size:12px;font-weight:700;font-family:"monospace"}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.annotation-item-load-error{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;color:#9f3a31;background:#fff4f2;border-bottom:1px solid #ffd2cc;flex-shrink:0}.annotation-item-load-error>div{display:flex;align-items:baseline;gap:10px}.annotation-item-load-error span{font-size:12px}.annotation-item-load-error button{padding:5px 12px;color:#9f3a31;background:#fff;border:1px solid #e6a49b;border-radius:5px;cursor:pointer}.annotation-item-load-error button:disabled{opacity:.55;cursor:wait}.txtwb-shell{display:flex;flex-direction:column;height:100%;background:#f2f5f9;overflow:hidden}.txtwb-topbar{display:flex;align-items:center;gap:14px;background:#0d1e38;padding:10px 20px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.txtwb-back-btn{display:flex;align-items:center;gap:5px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:7px;color:#ffffffb3;padding:6px 12px;font-size:11px;font-family:var(--fb);cursor:pointer;white-space:nowrap;transition:all .18s}.txtwb-back-btn:hover{background:#ffffff24;color:#fff}.txtwb-task-info{display:flex;align-items:center;gap:8px;min-width:0}.txtwb-task-id{font-size:11px;font-weight:700;color:#5bb8ff;font-family:var(--fb);background:#0d82f526;border:1px solid rgba(13,130,245,.3);border-radius:5px;padding:2px 8px;white-space:nowrap}.txtwb-task-name{font-size:12px;color:#ffffffa6;font-family:var(--fm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}.txtwb-prog-wrap{display:flex;align-items:center;gap:8px;margin-left:auto}.txtwb-prog-bar{width:120px;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;flex-shrink:0}.txtwb-prog-fill{height:100%;background:linear-gradient(90deg,#0d82f5,#00d4ff);border-radius:2px;transition:width .4s}.txtwb-prog-pct{font-size:11px;color:#ffffff80;font-family:var(--fm);white-space:nowrap}.txtwb-topbar-actions{display:flex;gap:6px}.txtwb-topbar-btn{display:flex;align-items:center;gap:5px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:7px;color:#fff9;padding:5px 10px;font-size:11px;font-family:var(--fm);cursor:pointer;transition:all .18s}.txtwb-topbar-btn:hover{background:#ffffff26;color:#fff}.txtwb-main{display:flex;gap:0;flex:1;overflow:hidden}.txtwb-center{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden;border-right:1px solid #dce6f0}.txtwb-mode-tabs{display:flex;align-items:center;background:#fff;border-bottom:1px solid #e8eef6;padding:0 20px;gap:2px;flex-shrink:0}.txtwb-mode-tab{display:flex;align-items:center;gap:6px;padding:12px 16px;border:none;background:none;font-size:12px;font-family:var(--fb);color:#8a9ab8;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .18s;white-space:nowrap}.txtwb-mode-tab.active{color:#0d82f5;border-bottom-color:#0d82f5}.txtwb-tab-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.txtwb-nav-bar{display:flex;align-items:center;gap:6px;margin-left:auto}.txtwb-nav-counter{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.txtwb-nav-btn{padding:5px 12px;border:1.5px solid #dce6f0;border-radius:7px;background:#fff;color:#4a6080;font-size:11px;font-family:var(--fm);cursor:pointer;transition:all .15s}.txtwb-nav-btn:hover{border-color:#0d82f5;color:#0d82f5}.txtwb-doc-card{display:flex;flex-direction:column;flex:1;overflow:hidden;background:#fff;margin:16px 16px 0;border-radius:14px;border:1px solid #e8eef6;box-shadow:0 2px 16px #0028640f}.txtwb-doc-meta{display:flex;align-items:center;gap:10px;padding:12px 18px;border-bottom:1px solid #f0f4f8;flex-shrink:0}.txtwb-doc-badge{font-size:11px;background:#f0f4f8;color:#6a80a0;padding:3px 10px;border-radius:20px;font-family:var(--fm);font-weight:600}.txtwb-doc-src{font-size:11px;color:#b0c0d4;font-family:var(--fm)}.txtwb-mode-panel{display:flex;flex-direction:column;flex:1;overflow:hidden;padding:18px}.txtwb-text-area{flex:1;overflow-y:auto;font-size:15px;line-height:2;color:#1a2840;font-family:var(--fm);padding:4px 2px;cursor:text;-webkit-user-select:text;user-select:text}.txwb-ent{display:inline;background:color-mix(in srgb,var(--ec) 12%,white);border-bottom:2.5px solid var(--ec);border-radius:3px;padding:1px 2px;position:relative;cursor:pointer;transition:background .15s}.txwb-ent:hover{background:color-mix(in srgb,var(--ec) 22%,white)}.txwb-ent-label{display:inline-block;font-size:9.5px;font-weight:700;font-family:var(--fb);background:var(--ec);color:#fff;border-radius:3px;padding:0 5px;margin-left:3px;vertical-align:middle;line-height:1.8;-webkit-user-select:none;user-select:none}.txtwb-tip-bar{display:flex;align-items:center;gap:7px;background:#0d82f50a;border:1px dashed rgba(13,130,245,.2);border-radius:8px;padding:8px 14px;font-size:11px;color:#8a9ab8;font-family:var(--fm);flex-shrink:0;margin-top:10px}.txtwb-entity-summary{background:#f7f9fc;border-radius:10px;padding:10px 14px;margin-top:10px;flex-shrink:0;border:1px solid #eef2f8}.txtwb-entity-summary-title{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-bottom:8px;font-weight:600}.txtwb-entity-chips{display:flex;flex-wrap:wrap;gap:6px}.txwb-ent-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:color-mix(in srgb,var(--ec) 10%,white);border:1px solid color-mix(in srgb,var(--ec) 25%,white);border-radius:20px;font-size:11px;color:color-mix(in srgb,var(--ec) 80%,#1a2840);font-family:var(--fm)}.txwb-ent-chip em{font-style:normal;font-size:9.5px;opacity:.7}.txtwb-classify-text{font-size:15px;line-height:1.9;color:#1a2840;font-family:var(--fm);padding:16px;background:#f9fafc;border-radius:10px;border:1px solid #e8eef6;margin-bottom:16px;flex-shrink:0}.txtwb-classify-groups{display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1}.txtwb-classify-glabel{font-size:11px;font-weight:700;color:#6a80a0;text-transform:uppercase;letter-spacing:.8px;font-family:var(--fm);margin-bottom:8px}.txtwb-classify-toolbar{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;padding:12px;border:1px solid #e3edf8;border-radius:12px;background:linear-gradient(135deg,#fff,#f7fbff)}.txtwb-classify-opts{display:flex;flex-wrap:wrap;gap:8px}.txtwb-classify-opt{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border:1.5px solid #dce6f0;border-radius:20px;background:#fff;font-size:12px;font-family:var(--fm);color:#4a6080;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.txtwb-classify-opt span{width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 3px #0d82f514}.txtwb-classify-opt:hover{border-color:var(--classify-color,#0d82f5);color:#1a2840;transform:translateY(-1px)}.txtwb-classify-opt.active{background:linear-gradient(135deg,#0d82f514,#00cec90f);border-color:var(--classify-color,#0d82f5);color:#0d82f5;font-weight:600;box-shadow:0 8px 18px #0d82f51f}.txtwb-classify-selected{margin-top:10px;padding:9px 12px;border-radius:10px;background:#f3f8ff;border:1px solid #d7e8ff;color:#5f7392;font-size:12px;font-family:var(--fm)}.txtwb-classify-selected strong{color:#0d82f5}.txtwb-classify-hint{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.txtwb-classify-segment{-webkit-user-select:text;user-select:text}.txtwb-classify-empty{color:#8a9ab8}.txwb-opt-emoji{margin-right:2px}.txtwb-rel-builder{margin-top:12px;background:#f7f9fc;border-radius:12px;padding:14px;border:1px solid #e8eef6}.txtwb-rel-builder-title{font-size:11px;font-weight:700;color:#6a80a0;text-transform:uppercase;letter-spacing:.8px;font-family:var(--fm);margin-bottom:10px}.txtwb-rel-slots{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.txtwb-rel-slot{flex:1;min-width:130px;padding:10px 12px;background:#fff;border:1.5px dashed #dce6f0;border-radius:9px;cursor:pointer;transition:border-color .15s}.txtwb-rel-slot:hover{border-color:#0d82f5}.txtwb-rel-slot-label{display:block;font-size:10px;color:#b0c0d4;font-family:var(--fm);margin-bottom:4px}.txtwb-rel-slot-val{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#4a6080;font-family:var(--fm)}.txtwb-rel-arrow{display:flex;align-items:center;justify-content:center}.txtwb-rel-type-sel{border:1.5px solid #dce6f0;border-radius:8px;padding:8px 10px;font-size:12px;font-family:var(--fm);color:#2a4060;background:#fff;cursor:pointer;outline:none}.txtwb-rel-add-btn{display:flex;align-items:center;gap:5px;padding:8px 14px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;border-radius:9px;color:#fff;font-size:12px;font-family:var(--fb);cursor:pointer;white-space:nowrap;box-shadow:0 2px 10px #0d82f540}.txtwb-rel-list{margin-top:12px;display:flex;flex-direction:column;gap:6px;min-width:0;max-width:100%}.txtwb-entity-list{margin-top:12px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.txtwb-entity-list-label{font-size:11px;color:#8a9ab8;margin-right:2px}.txtwb-entity-chip{display:inline-flex;align-items:center;gap:5px;max-width:240px;padding:4px 7px;border:1px solid #dce7f5;border-radius:6px;background:#fff;color:#526987;font-size:11px}.txtwb-entity-chip button{display:grid;place-items:center;width:16px;height:16px;padding:0;border:0;background:transparent;color:#8a9ab8;cursor:pointer;font-size:14px;line-height:1}.txtwb-entity-chip button:hover{color:#e04858}.txtwb-rel-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(48px,.6fr) minmax(0,1fr) 22px;align-items:center;gap:8px;padding:8px 10px;background:#fff;border-radius:8px;border:1px solid #e8eef6;min-width:0;max-width:100%}.txtwb-rel-ent{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:color-mix(in srgb,var(--ec) 10%,white);color:var(--ec);border:1px solid color-mix(in srgb,var(--ec) 25%,transparent)}.txtwb-rel-type-badge{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:11px;color:#6a80a0;background:#f0f4f8;border-radius:6px;padding:2px 8px;font-family:var(--fm)}.txtwb-rel-del{margin-left:auto;background:none;border:none;cursor:pointer;color:#e04858;font-size:16px;line-height:1;padding:0 4px;opacity:.6;transition:opacity .15s}.txtwb-rel-del:hover{opacity:1}.txtwb-footer-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border-top:1px solid #e8eef6;flex-shrink:0}.txtwb-foot-btn{display:flex;align-items:center;gap:5px;padding:8px 16px;border-radius:9px;border:1.5px solid #dce6f0;background:#fff;color:#4a6080;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .15s}.txtwb-foot-btn:hover{border-color:#0d82f5;color:#0d82f5}.txtwb-foot-btn.danger{color:#e04858;border-color:#e0485840}.txtwb-foot-btn.danger:hover{background:#e048580d}.txtwb-foot-btn.warn{color:#ff9f43;border-color:#ff9f434d}.txtwb-foot-btn.success{background:linear-gradient(135deg,#0063d4,#0d82f5);border-color:transparent;color:#fff;box-shadow:0 2px 12px #0d82f54d}.txtwb-foot-btn.success:hover{box-shadow:0 4px 18px #0d82f566;transform:translateY(-1px)}.txtwb-right{width:220px;flex-shrink:0;background:#f7f9fc;border-left:1px solid #e8eef6;display:flex;flex-direction:column;gap:0;overflow-y:auto}.txtwb-panel{border-bottom:1px solid #e8eef6;padding:14px}.txtwb-panel-head{font-size:11px;font-weight:700;color:#6a80a0;text-transform:uppercase;letter-spacing:.9px;font-family:var(--fm);margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.txtwb-panel-hint{font-size:10px;color:#b0c0d4;text-transform:none;letter-spacing:0;font-weight:400}.txtwb-label-list{display:flex;flex-direction:column;gap:3px}.txtwb-label-item{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;cursor:pointer;transition:all .15s;font-size:12px;color:#2a4060;font-family:var(--fm);border:1.5px solid transparent}.txtwb-label-item:hover{background:#fff;border-color:#dce6f0}.txtwb-label-item.active{background:#fff;border-color:#0d82f5;color:#0d82f5;font-weight:600}.txtwb-label-swatch{width:9px;height:9px;border-radius:50%;flex-shrink:0}.txtwb-kbd{margin-left:auto;font-size:9.5px;color:#b0c0d4;background:#f0f4f8;border-radius:4px;padding:1px 5px;font-family:monospace;border:1px solid #dce6f0}.txtwb-meta-list{display:flex;flex-direction:column;gap:7px}.txtwb-meta-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-family:var(--fm)}.txtwb-meta-row span{color:#8a9ab8}.txtwb-meta-row b{color:#1a2840;font-weight:600}.txtwb-quality-chips{display:flex;flex-wrap:wrap;gap:5px}.txtwb-q-chip{padding:4px 10px;border-radius:20px;font-size:11px;font-family:var(--fm);border:1.5px solid #dce6f0;color:#8a9ab8;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.txtwb-q-chip.active{background:#00b89414;border-color:#00b894;color:#00b894;font-weight:600}.txtwb-remark-ta{width:100%;box-sizing:border-box;border:1.5px solid #e0e8f4;border-radius:9px;padding:9px 10px;font-size:12px;font-family:var(--fm);color:#1a2840;resize:none;outline:none;min-height:80px;background:#fafcff;transition:border-color .15s}.txtwb-remark-ta:focus{border-color:#0d82f5}.txtwb-today-card{margin:12px;background:linear-gradient(135deg,#0d1e38,#102a4a);border-radius:12px;padding:14px;color:#fff}.txtwb-today-row{display:flex;justify-content:space-between;font-size:11px;font-family:var(--fm);opacity:.8;margin-bottom:6px}.txtwb-today-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-top:4px}.txtwb-today-fill{height:100%;background:linear-gradient(90deg,#00b894,#00d4ff);border-radius:2px}.txtwb-shortcuts-panel{position:absolute;top:54px;right:24px;background:#1a2840;color:#fff;border-radius:12px;padding:16px;width:240px;z-index:200;box-shadow:0 12px 40px #0000004d;border:1px solid rgba(255,255,255,.1)}.txtwb-sc-title{font-size:12px;font-weight:700;color:#fffc;font-family:var(--fb);margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.txtwb-sc-row{display:flex;align-items:center;gap:10px;padding:5px 0;font-size:11px;color:#fff9;font-family:var(--fm)}.txtwb-sc-row kbd{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:5px;padding:2px 7px;font-family:monospace;font-size:10px;color:#ffffffe6;white-space:nowrap}.audwb-shell{display:flex;flex-direction:column;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.audwb-topbar{display:flex;align-items:center;gap:16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 24px;flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014}.audwb-back-btn{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea4d}.audwb-back-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #667eea80}.audwb-task-info{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.audwb-task-id{font-size:12px;font-weight:700;color:#667eea;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:6px;padding:4px 10px;white-space:nowrap}.audwb-task-name{font-size:14px;color:#2d3748;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:400px}.audwb-prog-wrap{display:flex;align-items:center;gap:10px;margin-left:auto}.audwb-prog-bar{width:120px;height:6px;background:#00000014;border-radius:3px;overflow:hidden}.audwb-prog-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .3s ease}.audwb-prog-pct{font-size:12px;color:#718096;font-weight:600;white-space:nowrap}.audwb-topbar-meta{display:flex;gap:8px}.audwb-meta-chip{font-size:11px;padding:4px 12px;border-radius:20px;background:#667eea1a;border:1px solid rgba(102,126,234,.2);color:#667eea;font-weight:600}.audwb-body{display:flex;flex:1;overflow:hidden;background:#fffffffa}.audwb-player-section{flex:1;display:flex;flex-direction:column;padding:20px 24px;gap:16px;overflow-y:auto;background:#fff}.audwb-audio-info{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:12px;border:1px solid #e2e8f0;flex-shrink:0}.audwb-audio-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.audwb-file-badge{font-size:12px;background:#fff;border:1px solid #cbd5e0;color:#4a5568;padding:6px 12px;border-radius:8px;font-family:Courier New,monospace;font-weight:600;box-shadow:0 1px 3px #0000000d}.audwb-meta-tag{font-size:11px;color:#718096;font-weight:600;padding:4px 10px;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.audwb-snr-tag{color:#48bb78!important;border-color:#48bb78!important;background:#48bb781a!important}.audwb-controls{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px #667eea40;flex-shrink:0}.audwb-ctrl-group{display:flex;align-items:center;gap:8px}.audwb-ctrl-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:10px;color:#fff;cursor:pointer;transition:all .2s;font-size:18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.audwb-ctrl-btn:hover{background:#ffffff4d;transform:scale(1.05)}.audwb-play-btn{width:56px;height:56px;background:#fff!important;border-color:transparent!important;color:#667eea!important;border-radius:50%;box-shadow:0 4px 16px #0003;font-size:24px}.audwb-play-btn:hover{transform:scale(1.1);box-shadow:0 6px 24px #0000004d}.audwb-wave-card{flex-shrink:0;display:flex;flex-direction:column;gap:8px}.audwb-wave-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#2d3748}.audwb-wave-card-head span{font-size:13px;font-weight:800}.audwb-wave-card-head em{font-size:11px;color:#7c91ad;font-style:normal;font-weight:700}.audwb-waveform{background:linear-gradient(135deg,#1a202c,#2d3748);border-radius:16px;padding:20px;border:2px solid #4a5568;position:relative;overflow:hidden;height:180px;touch-action:none;-webkit-user-select:none;user-select:none;box-shadow:inset 0 2px 8px #0000004d;flex-shrink:0;min-height:180px}.audwb-wave-bars{display:flex;align-items:center;gap:2px;width:100%;height:100%;position:relative}.audwb-wave-bars span{flex:1;min-width:2px;border-radius:999px;background:#94a3b86b;box-shadow:0 0 10px #0d82f514;transition:background .12s ease}.audwb-wave-bars span.played{background:linear-gradient(180deg,#00d4ff,#0d82f5);box-shadow:0 0 14px #0d82f56b}.audwb-wave-progress{position:absolute;top:0;bottom:0;width:2px;border-radius:999px;background:#fff;box-shadow:0 0 16px #fffc;pointer-events:none}.audwb-wave-fallback-tag{position:absolute;right:14px;top:12px;height:24px;padding:0 10px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#ffffffb8;display:flex;align-items:center;font-size:11px;font-weight:800;pointer-events:auto}.audwb-wave-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#e2e8f0b8;font-size:13px;font-weight:700;letter-spacing:0}.audwb-audio-error{display:flex;flex-direction:column;gap:4px;margin-top:10px;padding:10px 12px;border-radius:10px;background:#f5656514;border:1px solid rgba(245,101,101,.22);color:#c53030;font-size:12px;font-weight:700}.audwb-audio-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8a9ab8;font-family:Courier New,monospace;font-size:10px;font-weight:600}.audwb-task-error{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;margin-bottom:20px;border:1px solid rgba(229,62,62,.22);border-radius:10px;background:#e53e3e0f}.audwb-task-error-title{color:#c53030;font-size:13px;font-weight:700;line-height:1.5}.audwb-task-error-btn{flex-shrink:0;padding:8px 12px;border:none;border-radius:8px;background:#e53e3e;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.audwb-task-error-btn:hover{background:#c53030}.audwb-segments-list{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.audwb-seg-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-bottom:2px solid #e2e8f0}.audwb-seg-header span{font-size:13px;font-weight:700;color:#2d3748}.audwb-seg-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:all .2s}.audwb-seg-row:last-child{border-bottom:none}.audwb-seg-row.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:3px solid #667eea}.audwb-seg-row:hover{background:#f7fafc}.audwb-seg-color{width:4px;height:40px;border-radius:2px;flex-shrink:0}.audwb-seg-info{display:flex;flex-direction:column;gap:4px;flex:1}.audwb-seg-label{font-size:13px;font-weight:600;color:#2d3748}.audwb-seg-time{font-size:11px;color:#718096;font-family:Courier New,monospace}.audwb-seg-del{background:none;border:none;color:#cbd5e0;cursor:pointer;font-size:20px;padding:0 8px;transition:all .2s;border-radius:6px}.audwb-seg-del:hover{color:#e53e3e;background:#e53e3e1a}.audwb-transcribe-area{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:16px}.audwb-transcribe-label{font-size:12px;font-weight:700;color:#4a5568;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.audwb-transcribe-ta{width:100%;min-height:100px;resize:vertical;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;padding:12px;font-size:14px;color:#2d3748;outline:none;transition:all .2s;font-family:inherit}.audwb-transcribe-ta:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.audwb-sidebar{width:320px;flex-shrink:0;background:#fff;border-left:2px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto;padding:20px;gap:16px}.audwb-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 2px 8px #0000000a}.audwb-card-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-bottom:2px solid #e2e8f0}.audwb-card-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#2d3748}.audwb-card-title .dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2)}.audwb-card-action{font-size:12px;color:#667eea;cursor:pointer;font-weight:600;transition:all .2s}.audwb-card-action:hover{color:#764ba2}.audwb-card-body{padding:16px}.audwb-asr-btn{width:100%;padding:12px;border:none;border-radius:10px;background:linear-gradient(135deg,#0d82f5,#00b8a9);color:#fff;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #0d82f53d;transition:all .2s}.audwb-asr-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #0d82f547}.audwb-asr-btn:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.audwb-asr-meta{padding:8px 10px;border-radius:8px;background:#f7fafc;color:#718096;font-size:12px;font-weight:600;text-align:center}.audwb-label-list{display:flex;flex-direction:column;gap:6px}.audwb-empty-labels{padding:12px;border-radius:8px;background:#f7fafc;border:1px dashed #cbd5e0;color:#8a9ab8;font-size:12px;font-weight:600;text-align:center}.audwb-label-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .2s;font-size:13px;color:#4a5568;border:2px solid transparent;background:#f7fafc}.audwb-label-item:hover{background:#edf2f7;border-color:#cbd5e0}.audwb-label-item.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea;color:#667eea;font-weight:600}.audwb-label-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.audwb-label-name{flex:1}.audwb-label-kbd{font-size:10px;color:#a0aec0;background:#fff;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;border:1px solid #e2e8f0}.audwb-quality-chip{padding:6px 12px;border-radius:20px;font-size:11px;border:2px solid #e2e8f0;color:#718096;cursor:pointer;transition:all .2s;background:#fff;font-weight:600}.audwb-quality-chip.active{border-color:#48bb78;color:#48bb78;background:#48bb781a}.audwb-daily-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.audwb-daily-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.audwb-actions{display:flex;gap:10px;margin-top:auto;padding-top:16px}.audwb-btn-skip{flex:1;padding:12px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;color:#718096;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.audwb-btn-skip:hover{border-color:#cbd5e0;background:#f7fafc}.audwb-btn-skip:disabled{cursor:not-allowed;opacity:.48;background:#f1f5f9}.audwb-btn-submit{flex:2;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #667eea4d;transition:all .3s}.audwb-btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.audwb-btn-submit:disabled{cursor:not-allowed;opacity:.48;box-shadow:none;transform:none}.audwb-btn-submit:disabled:hover{transform:none;box-shadow:none}.audwb-speaker-panel,.audwb-emotion-panel,.audwb-event-panel{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:16px}.audwb-player-section::-webkit-scrollbar,.audwb-sidebar::-webkit-scrollbar{width:8px}.audwb-player-section::-webkit-scrollbar-track,.audwb-sidebar::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.audwb-player-section::-webkit-scrollbar-thumb,.audwb-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}.audwb-player-section::-webkit-scrollbar-thumb:hover,.audwb-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.audwb-sidebar-segments{margin-top:14px;min-height:0}.audwb-segments-list{display:flex;flex-direction:column;min-height:0}.audwb-sidebar-segments .audwb-segments-list{max-height:360px}.audwb-segments-scroll{min-height:0;max-height:300px;overflow-y:auto;overscroll-behavior:contain}.audwb-sidebar-segments .audwb-segments-scroll{max-height:296px}.audwb-asr-workbench{display:flex;flex-direction:column;gap:16px;flex-shrink:0}.audwb-asr-validity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.audwb-asr-label-grid{display:flex;flex-wrap:wrap;gap:8px}.audwb-asr-selected-labels{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px dashed #dbe7f3}.audwb-asr-selected-labels b{font-size:12px;color:#7c91ad;margin-right:2px}.audwb-asr-selected-labels button{height:30px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(13,130,245,.22);background:#0d82f514;color:#0d82f5;border-radius:999px;padding:0 10px;cursor:pointer;font-size:12px;font-weight:800;font-family:inherit}.audwb-asr-selected-labels button span{width:9px;height:9px;border-radius:3px}.audwb-asr-selected-labels button em{font-style:normal;color:#7c91ad;margin-left:1px}.audwb-asr-label{height:34px;display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe7f3;background:#f8fbff;color:#334155;border-radius:9px;padding:0 11px;cursor:pointer;transition:all .18s;font-family:inherit}.audwb-asr-label:hover{border-color:#91c7ff;background:#f2f8ff}.audwb-asr-label.active{border-color:#0d82f5;background:#eef7ff;box-shadow:0 0 0 3px #0d82f51a}.audwb-asr-label span{width:10px;height:10px;border-radius:3px;flex-shrink:0}.audwb-asr-label strong{font-size:12px;font-weight:800;color:#172640}.audwb-asr-label em{font-size:10px;font-style:normal;color:#8aa0bf;font-family:Courier New,monospace}.audwb-asr-label-help{margin-top:10px;padding:9px 11px;border-radius:9px;background:#0d82f50f;border:1px dashed rgba(13,130,245,.2);color:#617696;font-size:12px;font-weight:700;line-height:1.5}.audwb-segment-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.audwb-segment-tools .audwb-btn-skip,.audwb-segment-tools .audwb-btn-submit{min-height:42px;padding:10px 12px;flex:unset;white-space:nowrap}.audwb-segment-selection{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px;padding:10px 12px;border-radius:10px;background:#f8fbff;border:1px solid #dbe7f3;color:#617696;font-size:12px;font-weight:800}.audwb-segment-selection b{color:#172640;font-family:Courier New,monospace;font-size:13px}.audwb-segment-selection span{color:#0d82f5}.audwb-segment-list{display:flex;flex-direction:column;gap:8px;max-height:430px;overflow-y:auto;padding-right:2px}.audwb-segment-list .audwb-seg-row{border:1px solid #e2e8f0;border-radius:10px;background:#fff}.audwb-segment-list .audwb-seg-row:last-child{border-bottom:1px solid #e2e8f0}.audwb-segment-list .audwb-seg-row.active{border-left:4px solid #667eea;border-color:#667eea52}.audwb-segment-list::-webkit-scrollbar{width:6px}.audwb-segment-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.audwb-segment-list::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,#667eea,#764ba2)}.audwb-asr-validity,.audwb-asr-reason{border:1px solid #dbe7f3;background:#f8fbff;color:#334155;border-radius:10px;padding:12px 14px;text-align:left;cursor:pointer;transition:all .18s;font-family:inherit}.audwb-asr-validity strong,.audwb-asr-reason strong{display:block;font-size:13px;font-weight:800;color:#172640;margin-bottom:5px}.audwb-asr-validity span,.audwb-asr-reason span{display:block;font-size:11px;line-height:1.55;color:#7c91ad}.audwb-asr-validity:hover,.audwb-asr-reason:hover{border-color:#91c7ff;background:#f2f8ff}.audwb-asr-validity.active,.audwb-asr-reason.active{border-color:#0d82f5;background:linear-gradient(180deg,#eef7ff,#fff);box-shadow:0 0 0 3px #0d82f51a}.audwb-asr-reason-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.audwb-asr-reason-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.audwb-asr-counter{font-size:11px;font-weight:800;color:#7c91ad;font-family:Courier New,monospace}.audwb-asr-transcript{width:100%;min-height:170px;resize:vertical;background:#f8fbff;border:2px solid #dbe7f3;border-radius:12px;padding:14px 16px;font-size:15px;line-height:1.9;color:#172640;outline:none;transition:all .18s;font-family:inherit}.audwb-asr-transcript:focus{border-color:#0d82f5;background:#fff;box-shadow:0 0 0 4px #0d82f517}.audwb-asr-transcript:disabled{color:#98a8bc;background:#f1f5f9;cursor:not-allowed}.audwb-asr-notes{width:100%;min-height:78px;resize:vertical;background:#f8fbff;border:1px solid #dbe7f3;border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.7;color:#334155;outline:none;font-family:inherit}.audwb-asr-notes:focus{border-color:#91c7ff;background:#fff}.audwb-asr-hints{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.audwb-asr-hints span{font-size:11px;color:#0d82f5;background:#0d82f514;border:1px solid rgba(13,130,245,.16);border-radius:999px;padding:4px 9px;font-weight:700}.audwb-asr-status-card .audwb-card-body{display:flex;flex-direction:column;gap:10px}.audwb-asr-status-card p{margin:0;color:#6a80a0;font-size:12px;font-weight:700;line-height:1.6}.audwb-asr-current-label{display:inline-flex;align-items:center;gap:7px;width:fit-content;max-width:100%;border:1px solid #dbe7f3;background:#f8fbff;color:#172640;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:800}.audwb-asr-current-label-list{display:flex;flex-wrap:wrap;gap:7px}.audwb-asr-current-label span{width:10px;height:10px;border-radius:3px;flex-shrink:0}.audwb-asr-status-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:74px;height:30px;border-radius:999px;padding:0 13px;font-size:13px;font-weight:900}.audwb-asr-status-badge.valid{color:#00866a;background:#00b8941f;border:1px solid rgba(0,184,148,.24)}.audwb-asr-status-badge.invalid{color:#c93648;background:#e048581a;border:1px solid rgba(224,72,88,.22)}.audwb-asr-status-badge.special{color:#b36b00;background:#ff9f4321;border:1px solid rgba(255,159,67,.28)}.audwb-asr-duration-alert{border:1px solid rgba(255,159,67,.26);background:#ff9f4317;color:#a65f00;border-radius:9px;padding:9px 10px;font-size:12px;line-height:1.55;font-weight:700}.audwb-asr-rule-list{margin:0;padding-left:18px;color:#4a6080;font-size:12px;line-height:1.75}.audwb-asr-rule-list li{margin-bottom:6px}.audwb-asr-acceptance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.audwb-asr-acceptance div{border:1px solid #dbe7f3;background:#f8fbff;border-radius:9px;padding:9px 7px;text-align:center}.audwb-asr-acceptance strong{display:block;color:#7c91ad;font-size:11px;margin-bottom:4px}.audwb-asr-acceptance span{color:#172640;font-size:14px;font-weight:900;font-family:Courier New,monospace}.audwb-seg-empty{padding:16px 14px;color:#8a9ab8;font-size:12px;font-weight:600;line-height:1.5;text-align:center;background:#f7fafc}.audwb-segments-scroll::-webkit-scrollbar{width:6px}.audwb-segments-scroll::-webkit-scrollbar-track{background:#f1f5f9}.audwb-segments-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,#667eea,#764ba2)}.pcd-main,.pcd-wb-outer{display:flex;flex-direction:column;height:calc(100vh - 60px);overflow:hidden;background:#080e18;font-family:var(--fb)}.wb-ctx{display:flex;align-items:center;gap:10px;padding:7px 14px;background:#0d1929;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.wb-ctx-back{display:flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:#ffffff0a;color:#ffffff8c;font-size:11px;cursor:pointer;font-family:var(--fb);transition:all .18s;flex-shrink:0}.wb-ctx-back:hover{border-color:#0d82f566;color:#7ec8ff;background:#0d82f514}.wb-ctx-back svg{width:14px;height:14px}.wb-ctx-id{font-size:10px;font-family:var(--fm);color:#ffffff40;background:#ffffff0f;padding:2px 7px;border-radius:5px;flex-shrink:0}.wb-ctx-name{font-size:13px;font-weight:600;color:#ffffffbf}.wb-ctx-prog{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.wb-ctx-bar{width:90px;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.wb-ctx-fill{height:100%;background:linear-gradient(90deg,#0d82f5,#00d4ff);border-radius:2px;transition:width .3s ease}.wb-ctx-pct{font-size:10px;color:#ffffff59;font-family:var(--fm);white-space:nowrap}.pcd-topbar-divider{width:1px;height:14px;background:#ffffff1a;flex-shrink:0}.pcd-task-id{font-size:10px;font-family:var(--fm);color:#ffffff40;background:#ffffff0f;padding:2px 7px;border-radius:5px;flex-shrink:0}.pcd-task-name{font-size:13px;font-weight:600;color:#ffffffbf}.pcd-topbar-prog{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.pcd-topbar-bar{width:90px;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.pcd-topbar-fill{height:100%;background:linear-gradient(90deg,#0d82f5,#00d4ff);border-radius:2px}.pcd-topbar-pct{font-size:10px;color:#ffffff59;font-family:var(--fm);white-space:nowrap}.pcd-hotkeys{display:flex;gap:5px;flex-shrink:0}.pcd-hotkey-tag{font-size:9px;color:#ffffff40;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:2px 6px;border-radius:4px;font-family:var(--fm)}.pcd-main-layout{display:flex;flex:1;overflow:hidden;gap:0;min-height:0}.pcd-left-toolbar{width:62px;flex-shrink:0;background:#0d1929;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;padding:8px 0;gap:0;overflow-y:auto}.pcd-tool-group{display:flex;flex-direction:column;align-items:center;padding:4px 6px;gap:2px}.pcd-tool-tip{font-size:8px;color:#fff3;font-family:var(--fm);letter-spacing:1px;text-align:center;padding:2px 0 4px;text-transform:uppercase}.pcd-ltool-btn{width:48px;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 4px;border-radius:8px;border:1px solid transparent;background:transparent;color:#ffffff59;cursor:pointer;transition:all .18s;font-size:8px;font-family:var(--fm)}.pcd-ltool-btn svg{width:16px;height:16px;flex-shrink:0}.pcd-ltool-btn:hover{background:#ffffff12;color:#ffffffb3;border-color:#ffffff1a}.pcd-ltool-btn.active{background:#0d82f533;border-color:#0d82f573;color:#7ec8ff}.pcd-ltool-btn.active svg{stroke:#7ec8ff}.pcd-ai-btn{color:#00d4ff99!important}.pcd-ai-btn:hover{background:#00d4ff14!important;border-color:#00d4ff4d!important;color:#00d4ffe6!important}.pcd-tool-sep-h{height:1px;background:#ffffff0f;margin:4px 8px}.pcd-center-view{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;min-height:0}.pcd-view-3d{flex:1;position:relative;overflow:hidden;cursor:crosshair;background:#06101a;min-height:0}.pcd-canvas-container{flex:1;position:relative;overflow:hidden;min-height:0;background:#06101a}.pcd-canvas-box-mode{cursor:crosshair}.pcd-screen-selection{position:absolute;z-index:18;pointer-events:none;border:1px solid rgba(0,212,255,.95);background:#0d82f529;box-shadow:0 0 0 1px #ffffff2e,0 0 18px #00d4ff3d}.pcd-main-canvas{width:100%;height:100%;display:block}.pcd-view-label{position:absolute;top:10px;left:12px;font-size:10px;font-family:var(--fm);color:#ffffff40;letter-spacing:1.5px;text-transform:uppercase;pointer-events:none;z-index:2}.pcd-axis-indicator{position:absolute;right:12px;bottom:60px;width:60px;height:60px;pointer-events:none;z-index:2}.pcd-coord-hud{position:absolute;bottom:10px;left:12px;font-size:10px;font-family:var(--fm);color:#ffffff40;pointer-events:none;z-index:2;background:#0000004d;padding:2px 8px;border-radius:4px}.pcd-frame-hud{position:absolute;top:10px;right:12px;font-size:10px;font-family:var(--fm);color:#fff6;pointer-events:none;z-index:2;background:#00000080;padding:3px 10px;border-radius:5px;display:flex;align-items:center;gap:6px}.pcd-hud-sep{color:#ffffff26}.pcd-sub-views{height:160px;flex-shrink:0;display:flex;gap:1px;background:#080e18;border-top:1px solid rgba(255,255,255,.06)}.pcd-sub-view{flex:1;position:relative;background:#0a1220;overflow:hidden;cursor:crosshair}.pcd-sub-view:hover{background:#0d1929}.pcd-sub-label{position:absolute;top:5px;left:7px;font-size:8px;font-family:var(--fm);color:#fff3;letter-spacing:1px;pointer-events:none}.pcd-frame-nav{width:130px;flex-shrink:0;background:#0d1929;border-left:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;gap:8px}.pcd-nav-info{display:flex;flex-direction:column;align-items:center;gap:2px}.pcd-nav-controls{display:flex;gap:4px;align-items:center}.pcd-nav-btn{width:28px;height:28px;border-radius:7px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s}.pcd-nav-btn:hover{background:#0d82f526;border-color:#0d82f54d;color:#7ec8ff}.pcd-nav-btn svg{width:11px;height:11px}.pcd-nav-main{background:#0d82f533!important;border-color:#0d82f566!important;color:#7ec8ff!important}.pcd-frame-slider{width:100%}.pcd-right-panel{width:256px;flex-shrink:0;background:#0d1929;border-left:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;overflow:hidden}.pcd-actions{padding:12px;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0;display:flex;gap:8px}.pcd-rpanel-card{border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.pcd-rpanel-head{display:flex;align-items:center;gap:7px;padding:10px 12px;font-size:11px;font-weight:600;color:#ffffff80;font-family:var(--fm);letter-spacing:.5px;text-transform:uppercase}.pcd-rpanel-head svg{flex-shrink:0;opacity:.6}.pcd-label-btn{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border-radius:7px;border:1px solid transparent;background:transparent;color:#ffffff8c;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .18s;margin-bottom:3px}.pcd-label-btn:hover{background:#ffffff0d;border-color:#ffffff1a}.pcd-label-btn.sel{border-color:#0d82f566;background:#0d82f51f;color:#7ec8ff}.pcd-label-dot2{width:10px;height:10px;border-radius:3px;flex-shrink:0}.pcd-label-shortcut{margin-left:auto;font-size:9px;background:#ffffff12;padding:1px 5px;border-radius:3px;font-family:var(--fm);color:#ffffff4d}.pcd-obj-item{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all .18s;margin-bottom:4px}.pcd-obj-item:hover{background:#ffffff0a;border-color:#ffffff14}.pcd-obj-item.sel{background:#0d82f51f;border-color:#0d82f559}.pcd-obj-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px}.pcd-obj-info{flex:1;min-width:0}.pcd-obj-name{font-size:12px;font-weight:600;color:#ffffffbf;font-family:var(--fb)}.pcd-obj-dim{font-size:10px;color:#ffffff40;font-family:var(--fm);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcd-obj-del{background:none;border:none;cursor:pointer;color:#ff645080;font-size:14px;padding:0;line-height:1;flex-shrink:0;transition:color .15s}.pcd-obj-del:hover{color:#ff6b6b}.pcd-attr-block{padding:10px 12px;display:flex;flex-direction:column;gap:9px}.pcd-attr-row{display:flex;align-items:center;justify-content:space-between;font-size:11px}.pcd-attr-key{color:#ffffff59;font-family:var(--fm)}.pcd-attr-val{color:#ffffffb3;font-family:var(--fm);font-weight:500}.pcd-attr-chips{display:flex;gap:4px;flex-wrap:wrap}.pcd-attr-chip{padding:3px 8px;border-radius:6px;font-size:10px;font-family:var(--fm);border:1px solid rgba(255,255,255,.08);background:transparent;color:#ffffff4d;cursor:pointer;transition:all .15s}.pcd-attr-chip:hover{border-color:#fff3;color:#fff9}.pcd-attr-chip.sel{background:#0d82f533;border-color:#0d82f580;color:#7ec8ff}.pcd-attr-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:4px 8px;font-size:11px;font-family:var(--fm);color:#ffffffb3;width:80px;outline:none}.pcd-attr-input:focus{border-color:#0d82f566}.pcd-submit-btn{width:100%;padding:10px;border-radius:10px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;font-size:13px;font-family:var(--fb);font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 4px 18px #0d82f559;transition:all .2s}.pcd-submit-btn:hover{box-shadow:0 6px 26px #0d82f580;transform:translateY(-1px)}.pcd-skip-btn{width:100%;padding:8px;border-radius:9px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff6;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .18s}.pcd-skip-btn:hover{border-color:#ffffff2e;color:#ffffffa6}.pcd-seg-panel,.pcd-voxel-panel,.pcd-intensity-panel{padding:12px;background:#0d1929;border-top:1px solid rgba(255,255,255,.06);overflow-y:auto;max-height:300px;flex-shrink:0}.pcd-bottom-panel{flex-shrink:0}.pcd-panel-section{margin-bottom:12px}.pcd-panel-label{font-size:11px;color:#fff6;margin-bottom:8px;font-weight:500}.pcd-seg-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.pcd-seg-class-btn{padding:8px 10px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;color:#ffffffb3}.pcd-seg-class-btn:hover{background:#ffffff14;border-color:#ffffff26}.pcd-seg-class-btn.active{background:#0d82f526;border-width:2px}.pcd-seg-icon{font-size:16px}.pcd-seg-info{flex:1;text-align:left}.pcd-seg-name{font-size:11px;color:#ffffffd9;font-weight:600}.pcd-seg-count{font-size:9px;color:#ffffff59;margin-top:2px}.pcd-brush-controls{padding:10px;background:#ffffff0a;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.pcd-slider-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.pcd-slider-label{font-size:10px;color:#ffffff80;white-space:nowrap}.pcd-slider{flex:1;accent-color:#0d82f5;height:4px}.pcd-slider-value{font-size:11px;color:#0d82f5;font-family:monospace;min-width:24px;text-align:right}.pcd-brush-actions{display:flex;gap:6px}.pcd-btn-draw,.pcd-btn-erase{flex:1;padding:6px 10px;border-radius:6px;font-size:11px;border:none;cursor:pointer;font-weight:600;transition:all .2s}.pcd-btn-draw{background:#0d82f5;color:#fff}.pcd-btn-draw:hover{background:#0a6fd4}.pcd-btn-erase{background:#ffffff0a;color:#e17055;border:1px solid #e17055}.pcd-btn-erase:hover{background:#e170551a}.pcd-stats-container{padding:10px;background:#0d82f514;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.pcd-stat-item{display:flex;align-items:center;gap:8px;margin-bottom:6px}.pcd-stat-item:last-child{margin-bottom:0}.pcd-stat-icon{font-size:12px}.pcd-stat-bar-wrap{flex:1}.pcd-stat-header{display:flex;justify-content:space-between;margin-bottom:2px}.pcd-stat-name{font-size:10px;color:#ffffffb3}.pcd-stat-pct{font-size:10px;color:#fff6}.pcd-stat-bar-bg{height:4px;border-radius:2px;background:#ffffff1a;position:relative;overflow:hidden}.pcd-stat-bar-fill{position:absolute;left:0;top:0;bottom:0;border-radius:2px;transition:width .3s ease}.pcd-tip-box{margin-top:12px;padding:10px;background:#ffd93d14;border-radius:8px;border:1px solid rgba(255,217,61,.3);font-size:11px;color:#ffd93de6}.pcd-tip-title{font-weight:600;margin-bottom:4px}.pcd-tip-content{line-height:1.6}.pcd-voxel-config{padding:10px;background:#ffffff0a;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.pcd-voxel-toggle{display:flex;gap:6px}.pcd-btn-toggle{flex:1;padding:6px 10px;border-radius:6px;font-size:11px;background:#ffffff0a;color:#fff9;border:1px solid rgba(13,130,245,.4);cursor:pointer;font-weight:400;transition:all .2s}.pcd-btn-toggle.active{background:#0d82f5;color:#fff;font-weight:600}.pcd-btn-toggle:hover:not(.active){background:#0d82f51a}.pcd-stat-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:10px}.pcd-stat-key{color:#ffffff80}.pcd-stat-val{color:#fffc;font-size:12px}.pcd-stat-val-primary{color:#0d82f5;font-size:12px}.pcd-stat-val-success{color:#00b894;font-size:12px}.pcd-progress-bar{height:6px;border-radius:3px;background:#ffffff1a;position:relative;overflow:hidden}.pcd-progress-fill-gradient{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,#0d82f5,#00b894);border-radius:3px;transition:width .3s ease}.pcd-voxel-stats{padding:10px;background:#ffffff0a;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.pcd-dist-item{display:flex;align-items:center;gap:8px;margin-bottom:6px}.pcd-dist-item:last-child{margin-bottom:0}.pcd-dist-range{width:50px;font-size:10px;color:#ffffff80;font-family:monospace}.pcd-dist-bar-wrap{flex:1}.pcd-dist-header{display:flex;justify-content:space-between;margin-bottom:2px}.pcd-dist-count{font-size:10px;color:#ffffffb3}.pcd-dist-density{font-size:9px;padding:1px 4px;border-radius:3px}.pcd-density-high{background:#00b89426;color:#00b894}.pcd-density-medium{background:#ff9f4326;color:#ff9f43}.pcd-density-low{background:#e1705526;color:#e17055}.pcd-dist-bar-bg{height:4px;border-radius:2px;background:#ffffff1a;overflow:hidden}.pcd-dist-bar-fill{height:100%;background:#0d82f5;border-radius:2px;transition:width .3s ease}.pcd-mode-list{display:flex;flex-direction:column;gap:6px}.pcd-mode-btn{padding:10px 12px;border-radius:8px;background:#ffffff0a;color:#ffffffb3;border:1px solid rgba(255,255,255,.08);cursor:pointer;text-align:left;transition:all .2s}.pcd-mode-btn:hover{background:#ffffff14;border-color:#ffffff26}.pcd-mode-btn.active{background:#0d82f5;color:#fff;border:none}.pcd-mode-name{font-size:11px;font-weight:600;margin-bottom:2px}.pcd-mode-desc{font-size:9px;opacity:.7}.pcd-legend-container{padding:12px;background:#ffffff0a;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.pcd-legend-gradient{height:20px;border-radius:4px;margin-bottom:6px}.pcd-gradient-height{background:linear-gradient(90deg,#e17055,#fdcb6e,#00b894,#0d82f5)}.pcd-gradient-intensity{background:linear-gradient(90deg,#000,#666,#fff)}.pcd-gradient-distance{background:linear-gradient(90deg,#0d82f5,#00b894,#fdcb6e,#e17055)}.pcd-legend-labels{display:flex;justify-content:space-between;font-size:9px;color:#fff6}.pcd-classification-legend{display:flex;flex-direction:column;gap:4px}.pcd-class-item{display:flex;align-items:center;gap:6px}.pcd-class-color{width:12px;height:12px;border-radius:2px}.pcd-class-name{font-size:10px;color:#ffffffb3}.pcd-stats-info{margin-top:12px;padding:10px;background:#0d82f514;border-radius:8px;font-size:11px}.pcd-info-row{display:flex;justify-content:space-between;margin-bottom:6px}.pcd-info-row:last-child{margin-bottom:0}.pcd-info-key{color:#fff6}.pcd-info-val{color:#fffc}.pcd-info-val-primary{color:#0d82f5}.pcd-info-val-success{color:#00b894}.pcd-view-info-bar{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#141f2e;border-bottom:1px solid rgba(255,255,255,.06);font-size:11px;color:#fff9;font-family:monospace}.pcd-contract-bar{display:flex;align-items:center;gap:8px;min-height:30px;padding:5px 12px;overflow-x:auto;background:#0f1a29;border-bottom:1px solid rgba(255,255,255,.06);color:#ffffff94;font:10px var(--fm);white-space:nowrap}.pcd-contract-bar span{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border:1px solid rgba(126,200,255,.14);border-radius:5px;background:#0d82f50f}.pcd-contract-bar b{color:#7ec8ff;font-weight:600}.pcd-contract-bar em{color:#ffc56b;font-style:normal}.pcd-view-info-item{display:flex;align-items:center;gap:6px}.pcd-info-blue span:first-child{color:#0d82f5;font-weight:600}.pcd-info-green span:first-child{color:#00b894;font-weight:600}.pcd-info-orange span:first-child{color:#ff9f43;font-weight:600}.pcd-info-purple span:first-child{color:#6c5ce7;font-weight:600}.pcd-view-separator{width:1px;height:16px;background:#ffffff1a}.pcd-view-actions{margin-left:auto;display:flex;gap:6px}.pcd-reset-view-btn{padding:4px 10px;border-radius:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#fff9;font-size:10px;cursor:pointer;font-family:monospace;transition:all .2s}.pcd-reset-view-btn:hover{background:#ffffff1f;border-color:#ffffff4d;color:#ffffffe6}.wb-ctx-divider{width:1px;height:14px;background:var(--fog-mid);flex-shrink:0}.wb-ctx-hotkeys{margin-left:auto;display:flex;gap:6px;font-size:10px;color:#b0c0d4;font-family:var(--fm)}.wb-ctx-hotkey{background:#f0f4f8;padding:2px 6px;border-radius:4px;border:1px solid var(--fog-mid)}.wb-ctx-shortcut-btn{margin-left:12px;padding:4px 10px;border-radius:6px;background:#0d82f533;border:1px solid rgba(13,130,245,.4);color:#7ec8ff;font-size:11px;cursor:pointer;font-family:monospace;transition:all .2s}.wb-ctx-shortcut-btn:hover{background:#0d82f54d;border-color:#0d82f599}.pcd-box-editor{padding:12px;background:#1a2840;border-top:1px solid rgba(255,255,255,.06)}.pcd-editor-label{font-size:11px;color:#8a9ab8;margin-bottom:8px}.pcd-editor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pcd-field-label{font-size:9px;color:#6a80a0;margin-bottom:4px}.pcd-field-value{font-size:11px;color:#00d4ff;font-family:monospace}.pcd-btn-delete-box{width:100%;padding:6px 12px;border-radius:6px;background:#ef444433;border:1px solid rgba(239,68,68,.4);color:#ef4444;font-size:11px;cursor:pointer;font-weight:600;transition:all .2s}.pcd-btn-delete-box:hover{background:#ef44444d;border-color:#ef444499}.pcd-btn-create-box{padding:8px 20px;border-radius:8px;background:#0d82f5;border:none;color:#fff;font-size:12px;cursor:pointer;font-weight:600;box-shadow:0 4px 12px #0d82f54d;transition:all .2s}.pcd-btn-create-box:hover{box-shadow:0 6px 18px #0d82f566;transform:translateY(-1px)}.pcd-card{border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.pcd-card-flex{flex:1;display:flex;flex-direction:column;min-height:0}.pcd-card-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px}.pcd-card-title{font-size:11px;font-weight:600;color:#ffffff80;font-family:var(--fm);letter-spacing:.5px;text-transform:uppercase}.pcd-card-count{font-size:11px;color:#0d82f5}.pcd-card-body{flex:1;overflow-y:auto;padding:8px 10px}.pcd-label-list{padding:8px 10px}.pcd-label-item{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;border:1px solid transparent;background:transparent;color:#ffffff8c;cursor:pointer;transition:all .18s;margin-bottom:3px}.pcd-label-item:hover{background:#ffffff0d;border-color:#ffffff1a}.pcd-label-item.active{border-color:#0d82f566;background:#0d82f51f;color:#7ec8ff}.pcd-label-icon{font-size:16px;margin-right:6px}.pcd-label-info{flex:1}.pcd-label-name{font-size:11px;color:#ffffffd9;font-weight:600}.pcd-label-count{font-size:9px;color:#ffffff59;margin-top:2px}.pcd-label-color{width:12px;height:12px;border-radius:3px}.pcd-empty-state{text-align:center;padding:20px 10px;color:#b0c0d4;font-size:11px;line-height:1.6}.pcd-object-item{width:100%;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;margin-bottom:6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);text-align:left;cursor:pointer;transition:all .2s}.pcd-object-item:hover{background:#ffffff0f;border-color:#ffffff1f}.pcd-object-item.selected{background:#0d82f51f;border-width:2px}.pcd-obj-header{display:flex;align-items:center;gap:8px}.pcd-obj-number{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;flex-shrink:0}.pcd-obj-details{flex:1;min-width:0}.pcd-obj-label{font-size:11px;color:#ffffffd9;font-weight:600}.pcd-obj-coords{font-size:9px;color:#ffffff59;font-family:monospace;margin-top:2px}.pcd-obj-delete{padding:3px 6px;border-radius:4px;background:#ef44441a;border:none;color:#ef4444;font-size:10px;cursor:pointer;transition:all .2s;flex-shrink:0}.pcd-obj-delete:hover{background:#ef444433}.pcd-btn-fit-box{width:100%;min-height:34px;padding:8px 12px;border:1px solid rgba(13,130,245,.32);border-radius:7px;background:#0d82f51a;color:#0d82f5;font-size:12px;font-weight:700;cursor:pointer}.pcd-btn-fit-box:hover{background:#0d82f529;border-color:#0d82f580}.pcd-editor-field input{width:100%;margin-top:6px;padding:7px 8px;border:1px solid var(--fog-mid);border-radius:6px;background:#fff;color:#1a2840;font-family:var(--fm);font-size:12px;outline:none}.pcd-editor-field input:focus{border-color:#0d82f5;box-shadow:0 0 0 3px #0d82f51f}.pcd-loading-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;background:#06101a6b;pointer-events:none}.ar-loading-page{min-height:520px;flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f7fbff,#eef5fc);padding:32px}.page-area.active.ar-loading-page{display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box}.ar-loading-card{width:360px;max-width:100%;position:relative;overflow:hidden;text-align:center;background:#fffffff0;border:1px solid #dce6f0;border-radius:16px;box-shadow:0 18px 50px #0d82f521;padding:34px 36px 32px}.ar-loading-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0d82f5,#00b894,#00c8ff)}.ar-loading-orbit{width:86px;height:86px;margin:0 auto 20px;position:relative;display:flex;align-items:center;justify-content:center}.ar-loading-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #dce6f0;border-top-color:#0d82f5;border-right-color:#00b894;animation:arReportSpin 1.15s linear infinite}.ar-loading-ring:after{content:"";position:absolute;top:11px;right:11px;bottom:11px;left:11px;border-radius:50%;border:1px dashed rgba(13,130,245,.28);animation:arReportSpin 2.3s linear reverse infinite}.ar-loading-core{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#f0f8ff,#eafbf7);color:#0d82f5;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #0d82f51f;animation:arReportPulse 1.6s ease-in-out infinite}.ar-loading-core svg{width:26px;height:26px}.ar-loading-title{font-size:18px;font-weight:800;color:#142840;font-family:var(--fb);line-height:1.35}.ar-loading-sub{margin-top:8px;font-size:13px;color:#7f94b3;font-family:var(--fm)}.ar-loading-skeleton{display:flex;flex-direction:column;gap:8px;margin-top:24px}.ar-loading-skeleton span{height:8px;border-radius:999px;background:linear-gradient(90deg,#edf3f9,#dceeff 42%,#edf3f9 78%);background-size:220% 100%;animation:arReportShimmer 1.3s ease-in-out infinite}.ar-loading-skeleton span:nth-child(2){width:78%;margin:0 auto;animation-delay:.12s}.ar-loading-skeleton span:nth-child(3){width:58%;margin:0 auto;animation-delay:.24s}.ar-loading-chip{position:absolute;right:24px;top:18px;z-index:5;border:1px solid #dce6f0;background:#ffffffed;color:#536987;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;font-family:var(--fm);box-shadow:0 10px 24px #0d82f51f;animation:arReportChipIn .22s ease-out}@keyframes arReportSpin{to{transform:rotate(360deg)}}@keyframes arReportPulse{0%,to{transform:scale(1);box-shadow:inset 0 0 0 1px #0d82f51f,0 0 #0d82f524}50%{transform:scale(1.04);box-shadow:inset 0 0 0 1px #0d82f52e,0 0 0 10px #0d82f500}}@keyframes arReportShimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes arReportChipIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ar-layout{display:flex;flex-direction:column;gap:0;height:100%;min-height:0}.ar-topbar{display:flex;align-items:center;gap:12px;padding:14px 0 18px;flex-shrink:0;flex-wrap:wrap}.ar-topbar-title{font-size:20px;font-weight:700;color:var(--ice-600);font-family:var(--fb);letter-spacing:.5px}.ar-topbar-sub{font-size:12px;color:#8a9ab8;margin-left:6px}.ar-topbar-spacer{flex:1}.ar-filter-pill{display:flex;background:#0d82f512;border:1px solid rgba(13,130,245,.15);border-radius:8px;overflow:hidden}.ar-filter-pill button{background:none;border:none;padding:6px 14px;font-size:12px;color:#8a9ab8;cursor:pointer;font-family:var(--fm);font-weight:500;transition:all .18s}.ar-filter-pill button.active{background:var(--ice-600);color:#fff}.ar-export-btn{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--ice-600),#00c3ff);border:none;border-radius:8px;color:#fff;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--fb);box-shadow:0 2px 12px #0d82f559;transition:all .18s}.ar-export-btn svg{width:14px;height:14px}.ar-export-btn:hover{transform:translateY(-1px);box-shadow:0 4px 18px #0d82f573}.ar-select{background:#ffffff0d;border:1px solid var(--fog-mid);border-radius:7px;color:var(--ice-600);padding:6px 10px;font-size:12px;font-family:var(--fm);outline:none;cursor:pointer}.ar-format-select{padding:6px 26px 6px 10px;border:1px solid var(--fog-mid);border-radius:7px;font-size:12px;font-family:var(--fm);color:#1a2840;background:#fff;cursor:pointer;outline:none}.ar-format-select:focus{border-color:#0d82f5}.ar-annotator-picker{display:flex;align-items:center;gap:8px;min-height:34px;padding:5px 9px;border:1px solid var(--fog-mid);border-radius:7px;background:#fff}.ar-annotator-picker span{font-size:11px;color:#6a80a0;font-family:var(--fm);font-weight:700;white-space:nowrap}.ar-annotator-picker select{height:24px;min-width:150px;max-width:220px;border:1px solid #d4e2f0;border-radius:6px;background:#f8fbff;color:#1a2840;font-size:12px;font-family:var(--fm);font-weight:700;outline:none}.ar-annotator-picker select:focus{border-color:#0d82f5;box-shadow:0 0 0 2px #0d82f51f}.ar-annotator-picker select:disabled{color:#a8b7cc;background:#eef4fa;cursor:not-allowed}.ar-action-btn:disabled{opacity:.58;cursor:not-allowed;transform:none;box-shadow:none}.ar-export-error{max-width:280px;padding:6px 10px;border-radius:7px;background:#e170551a;border:1px solid rgba(225,112,85,.2);color:#e17055;font-size:12px;font-family:var(--fm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:18px}.ar-kpi-card{background:#ffffff0f;border:1px solid var(--fog-mid);border-radius:14px;padding:16px 18px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .2s,box-shadow .2s}.ar-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000001f}.ar-kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.ar-kpi-card.c-blue:before{background:linear-gradient(90deg,#0d82f5,#00d4ff)}.ar-kpi-card.c-green:before{background:linear-gradient(90deg,#00b894,#00d4aa)}.ar-kpi-card.c-amber:before{background:linear-gradient(90deg,#fdcb6e,#f0932b)}.ar-kpi-card.c-red:before{background:linear-gradient(90deg,#fd79a8,#e17055)}.ar-kpi-card.c-purple:before{background:linear-gradient(90deg,#6c5ce7,#a29bfe)}.ar-kpi-label{font-size:11px;color:#8a9ab8;font-family:var(--fm);font-weight:500;margin-bottom:6px;display:flex;align-items:center;gap:5px}.ar-kpi-val{font-size:28px;font-weight:700;color:var(--ice-600);font-family:var(--fb);line-height:1}.ar-kpi-sub{font-size:11px;color:#8a9ab8;margin-top:5px;display:flex;align-items:center;gap:4px}.ar-kpi-sub-stack{align-items:flex-start;flex-direction:column;gap:3px;line-height:1.35}.ar-kpi-coverage{color:#5f7697;font-weight:700}.ar-kpi-trend-up{color:#00b894}.ar-kpi-trend-down{color:#fd79a8}.ar-kpi-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;opacity:.15}.ar-kpi-icon svg{width:22px;height:22px}.ar-section{font-size:13px;font-weight:700;color:var(--ice-600);font-family:var(--fb);letter-spacing:.5px;margin:6px 0 12px;display:flex;align-items:center;gap:8px}.ar-section:before{content:"";width:4px;height:16px;background:linear-gradient(180deg,var(--cyan),#0d82f5);border-radius:2px;display:block}.ar-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.ar-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px}.ar-card{background:#ffffff0f;border:1px solid var(--fog-mid);border-radius:14px;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ar-card-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;border-bottom:1px solid rgba(255,255,255,.04)}.ar-card-title{font-size:12px;font-weight:600;color:#b8c8dc;font-family:var(--fb);display:flex;align-items:center;gap:7px}.ar-card-title .dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),#0d82f5);flex-shrink:0}.ar-card-body{padding:14px 16px}.ar-sample-scroll{max-height:520px;overflow:auto}.ar-sample-scroll .ar-sample-table thead{position:sticky;top:0;z-index:2}.ar-card-actions{display:flex;gap:6px}.ar-chip{background:#0d82f51a;border:1px solid rgba(13,130,245,.2);border-radius:5px;padding:3px 9px;font-size:11px;color:#7ab3e0;cursor:pointer;font-family:var(--fm);transition:all .15s}.ar-chip.active{background:var(--ice-600);color:#fff;border-color:var(--ice-600)}.ar-pass-source-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ar-pass-source-item{min-width:0;border:1px solid #dce6f0;background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 8px 22px #0d82f50d}.ar-pass-source-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ar-pass-source-head span{position:relative;min-width:0;color:#1a2840;font-size:13px;font-weight:800;font-family:var(--fb);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-pass-source-head span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:var(--source-color);vertical-align:1px;box-shadow:0 0 0 4px #0d82f514}.ar-pass-source-head b{color:var(--source-color);font-size:20px;font-weight:800;font-family:var(--fd);line-height:1}.ar-pass-source-track{height:8px;margin-top:12px;border-radius:999px;background:#edf4fb;overflow:hidden}.ar-pass-source-track i{display:block;height:100%;border-radius:inherit;background:var(--source-color);transition:width .35s ease}.ar-pass-source-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px;color:#8a9ab8;font-size:11px;font-weight:700;font-family:var(--fm)}.ar-pass-source-meta span{color:#4f688a;white-space:nowrap}.ar-pass-source-meta em{min-width:0;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-pass-source-item.is-zero{background:#f8fbff}.ar-pass-source-item.is-zero .ar-pass-source-head b{color:#8a9ab8}.ar-pass-source-empty{font-size:12px;color:#8a9ab8;font-family:var(--fm);padding:14px 0}@media (max-width:1200px){.ar-pass-source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.ar-pass-source-grid{grid-template-columns:1fr}.ar-pass-source-head b{font-size:18px}}.ar-svg{width:100%;display:block}.ar-gauge-wrap{display:flex;flex-direction:column;align-items:center;padding:8px 0 4px}.ar-gauge-score{font-size:36px;font-weight:700;color:var(--ice-600);font-family:var(--fb);line-height:1;margin-top:-8px}.ar-gauge-label{font-size:11px;color:#8a9ab8;margin-top:4px;font-family:var(--fm)}.ar-quality-gauge{display:block;width:220px;max-width:100%;height:auto;overflow:visible}.ar-quality-gauge-track,.ar-quality-gauge-value{fill:none;stroke-width:14;stroke-linecap:round}.ar-quality-gauge-track{stroke:var(--fog-mid)}.ar-quality-gauge-value{stroke:var(--gauge-color);transition:stroke-dasharray .35s ease}.ar-quality-gauge-score{font-size:32px;font-weight:700;fill:#1a2840;font-family:var(--fd)}.ar-quality-gauge-label{font-size:11px;fill:#8a9ab8;font-family:var(--fm)}.ar-label-bar-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.ar-label-name{font-size:12px;color:#b8c8dc;font-family:var(--fm);width:90px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-label-track{flex:1;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.ar-label-fill{height:100%;border-radius:4px;transition:width .6s cubic-bezier(.16,1,.3,1)}.ar-label-cnt{font-size:11px;color:#8a9ab8;font-family:var(--fm);width:44px;text-align:right;flex-shrink:0}.ar-sample-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.ar-sample-list::-webkit-scrollbar{width:4px}.ar-sample-list::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:2px}.ar-sample-row{display:flex;align-items:center;gap:10px;padding:9px 12px;background:#ffffff0a;border-radius:9px;border:1px solid rgba(255,255,255,.04);cursor:pointer;transition:all .15s}.ar-sample-row:hover{background:#0d82f514;border-color:#0d82f533}.ar-sample-thumb{width:44px;height:32px;border-radius:5px;overflow:hidden;flex-shrink:0;background:#ffffff0f;display:flex;align-items:center;justify-content:center}.ar-sample-thumb canvas{width:44px;height:32px}.ar-sample-meta{flex:1;min-width:0}.ar-sample-name{font-size:12px;font-weight:600;color:#b8c8dc;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-sample-detail{font-size:11px;color:#8a9ab8;margin-top:2px;font-family:var(--fm)}.ar-sample-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}.ar-sample-tag{background:#0d82f526;border:1px solid rgba(13,130,245,.25);border-radius:4px;padding:1px 7px;font-size:10px;color:#7ab3e0;font-family:var(--fm)}.ar-sample-status{flex-shrink:0;font-size:10px;font-weight:600;padding:3px 8px;border-radius:5px;font-family:var(--fm)}.ar-sample-status.pass{background:#00b89426;color:#00b894;border:1px solid rgba(0,184,148,.3)}.ar-sample-status.review{background:#fdcb6e1f;color:#fdcb6e;border:1px solid rgba(253,203,110,.25)}.ar-sample-status.reject{background:#fd79a81f;color:#fd79a8;border:1px solid rgba(253,121,168,.25)}.ar-qual-table{width:100%;border-collapse:collapse;font-size:12px}.ar-qual-table th{padding:8px 12px;text-align:left;font-size:11px;font-weight:600;color:#8a9ab8;font-family:var(--fm);border-bottom:1px solid rgba(255,255,255,.06)}.ar-qual-table td{padding:9px 12px;color:#b8c8dc;font-family:var(--fm);border-bottom:1px solid rgba(255,255,255,.03)}.ar-qual-table tr:last-child td{border-bottom:none}.ar-qual-table tr:hover td{background:#0d82f50d}.ar-score-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:6px;font-size:11px;font-weight:700;font-family:var(--fb)}.ar-score-badge.s-high{background:#00b89426;color:#00b894;border:1px solid rgba(0,184,148,.3)}.ar-score-badge.s-mid{background:#fdcb6e1f;color:#fdcb6e;border:1px solid rgba(253,203,110,.25)}.ar-score-badge.s-low{background:#fd79a81f;color:#fd79a8;border:1px solid rgba(253,121,168,.25)}.ar-mini-bar{width:70px;height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden;display:inline-block;vertical-align:middle}.ar-mini-fill{height:100%;border-radius:3px}.ar-error-row{display:flex;align-items:center;gap:10px;margin-bottom:9px}.ar-error-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ar-error-name{font-size:12px;color:#b8c8dc;font-family:var(--fm);flex:1}.ar-error-bar-track{width:100px;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.ar-error-bar-fill{height:100%;border-radius:3px}.ar-error-cnt{font-size:11px;color:#8a9ab8;font-family:var(--fm);width:36px;text-align:right}.ar-heat-table{border-collapse:separate;border-spacing:4px;font-size:11px}.ar-heat-table th{padding:4px 8px;color:#8a9ab8;font-family:var(--fm);font-weight:500}.ar-heat-table td{width:42px;height:28px;border-radius:5px;text-align:center;font-size:11px;font-family:var(--fm);font-weight:600;transition:opacity .2s;cursor:default}.ar-trend-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto;padding-right:4px}.ar-trend-row{display:grid;grid-template-columns:minmax(220px,280px) minmax(240px,1fr);align-items:center;gap:16px;padding:12px 14px;border:1px solid #dce6f0;background:#fff;border-radius:12px}.ar-trend-row.calm{background:linear-gradient(135deg,#fff,#f8fcff)}.ar-trend-person{display:flex;align-items:center;gap:11px;min-width:0}.ar-trend-avatar{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#eaf6ff,#e9fbf6);color:#0d82f5;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;font-family:var(--fb);flex-shrink:0}.ar-trend-name{font-size:13px;font-weight:800;color:#1a2840;font-family:var(--fb);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-trend-detail{margin-top:2px;font-size:11px;color:#7f94b3;font-family:var(--fm);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-trend-stats{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.ar-trend-stats span{border:1px solid rgba(13,130,245,.14);background:#0d82f50f;color:#4f688a;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800;font-family:var(--fm)}.ar-trend-visual{min-height:64px;border-left:1px solid #edf3f9;padding-left:16px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}.ar-trend-point{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;min-width:24px;height:58px}.ar-trend-bar{width:14px;border-radius:8px 8px 4px 4px;background:#00b894;box-shadow:0 4px 10px #00b89429;transition:height .2s}.ar-trend-bar.risky{background:#e17055;box-shadow:0 4px 10px #e170552e}.ar-trend-bar.zero{height:8px!important;background:#cfe1ef;box-shadow:none}.ar-trend-point span{font-size:10px;color:#6a80a0;font-family:var(--fm);font-weight:800}.ar-trend-empty{font-size:11px;color:#8a9ab8;font-family:var(--fm);padding:12px 0}.ar-trend-calm-state{width:100%;min-height:44px;border-radius:10px;background:#f2f8fd;border:1px dashed #d4e2f0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px}.ar-trend-calm-state b{font-size:12px;color:#1a2840;font-family:var(--fb)}.ar-trend-calm-state span{font-size:11px;color:#7f94b3;font-family:var(--fm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:900px){.ar-trend-row{grid-template-columns:1fr}.ar-trend-visual{border-left:none;border-top:1px solid #edf3f9;padding-left:0;padding-top:12px;justify-content:flex-start}}.ar-modal-tabs{display:flex;gap:6px;margin-bottom:16px}.ar-modal-tab{padding:6px 14px;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--fm);border:1px solid var(--fog-mid);color:#8a9ab8;background:none;transition:all .15s}.ar-modal-tab.active{background:var(--ice-600);color:#fff;border-color:var(--ice-600)}.ar-empty-tip{text-align:center;padding:28px 0;color:#8a9ab8;font-size:13px;font-family:var(--fm)}.asc-layout{display:flex;flex-direction:column;gap:0;min-height:0}.asc-taskbar{display:flex;align-items:center;gap:12px;padding:0 0 18px;flex-wrap:wrap}.asc-taskbar-name{font-size:17px;font-weight:700;color:var(--ice-600);font-family:var(--fb)}.asc-taskbar-id{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.asc-taskbar-spacer{flex:1}.asc-back-btn{display:flex;align-items:center;gap:5px;background:#ffffff0d;border:1px solid var(--fog-mid);border-radius:8px;color:#8a9ab8;padding:7px 14px;font-size:12px;cursor:pointer;font-family:var(--fm);transition:all .15s}.asc-back-btn:hover{border-color:#0d82f54d;color:var(--ice-600)}.asc-submit-btn{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;border-radius:8px;color:#fff;padding:8px 18px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--fb);box-shadow:0 2px 12px #0d82f559;transition:all .18s}.asc-submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 18px #0d82f573}.asc-submit-btn svg,.asc-back-btn svg{width:13px;height:13px}.asc-kpi-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:18px}.asc-kpi{background:#ffffff0d;border:1px solid var(--fog-mid);border-radius:12px;padding:13px 15px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.asc-kpi:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.asc-kpi.c-blue:before{background:linear-gradient(90deg,#0d82f5,#00d4ff)}.asc-kpi.c-green:before{background:linear-gradient(90deg,#00b894,#00d4aa)}.asc-kpi.c-amber:before{background:linear-gradient(90deg,#fdcb6e,#f0932b)}.asc-kpi.c-red:before{background:linear-gradient(90deg,#fd79a8,#e17055)}.asc-kpi.c-purple:before{background:linear-gradient(90deg,#6c5ce7,#a29bfe)}.asc-kpi-label{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-bottom:5px}.asc-kpi-val{font-size:24px;font-weight:700;color:var(--ice-600);font-family:var(--fb);line-height:1}.asc-kpi-sub{font-size:10px;color:#8a9ab8;margin-top:4px;font-family:var(--fm)}.asc-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.asc-filter-select{background:#ffffff0d;border:1px solid var(--fog-mid);border-radius:7px;color:var(--ice-600);padding:6px 10px;font-size:12px;font-family:var(--fm);outline:none;cursor:pointer}.asc-search{background:#ffffff0d;border:1px solid var(--fog-mid);border-radius:7px;color:var(--ice-600);padding:6px 12px;font-size:12px;font-family:var(--fm);outline:none;width:180px}.asc-search::placeholder{color:#8a9ab8}.asc-toolbar-spacer{flex:1}.asc-bulk-bar{display:flex;gap:8px;align-items:center}.asc-bulk-btn{display:flex;align-items:center;gap:5px;padding:6px 12px;border-radius:7px;font-size:11px;font-weight:600;cursor:pointer;font-family:var(--fb);border:1px solid var(--fog-mid);background:none;color:#8a9ab8;transition:all .15s}.asc-bulk-btn:hover{border-color:#0d82f54d;color:var(--ice-600)}.asc-bulk-btn svg{width:12px;height:12px}.asc-progress-label{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.asc-progress-bar{width:120px;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden;display:inline-block;vertical-align:middle;margin-left:6px}.asc-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--ice-400),var(--cyan));transition:width .4s}.asc-list{display:flex;flex-direction:column;gap:10px;padding-bottom:20px}.asc-item{background:#ffffff0d;border:1px solid var(--fog-mid);border-radius:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.asc-item:hover{border-color:#0d82f540;box-shadow:0 4px 20px #0d82f514}.asc-item.scored{border-color:#00b89440;background:#00b89408}.asc-item.rejected{border-color:#fd79a840;background:#fd79a808}.asc-item-head{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.asc-item-cb{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--fog-mid);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s;cursor:pointer}.asc-item-cb.checked{background:var(--ice-600);border-color:var(--ice-600)}.asc-item-cb.checked:after{content:"";width:9px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px);display:block}.asc-item-seq{font-size:11px;color:#8a9ab8;font-family:var(--fm);width:36px;flex-shrink:0;font-weight:600}.asc-thumb{width:60px;height:44px;border-radius:7px;background:#ffffff0f;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:20px;border:1px solid rgba(255,255,255,.06);overflow:hidden}.asc-item-meta{flex:1;min-width:0}.asc-item-name{font-size:13px;font-weight:600;color:#c8d8ec;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asc-item-info{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:3px;display:flex;gap:10px;flex-wrap:wrap}.asc-item-tags{display:flex;gap:4px;margin-top:5px;flex-wrap:wrap}.asc-item-tag{background:#0d82f51f;border:1px solid rgba(13,130,245,.2);border-radius:4px;padding:2px 7px;font-size:10px;color:#7ab3e0;font-family:var(--fm)}.asc-status{font-size:10px;font-weight:600;padding:3px 9px;border-radius:5px;font-family:var(--fm);flex-shrink:0}.asc-status.s-pending{background:#ffffff0d;border:1px solid var(--fog-mid);color:#8a9ab8}.asc-status.s-scored{background:#00b8941f;border:1px solid rgba(0,184,148,.25);color:#00b894}.asc-status.s-rejected{background:#fd79a81f;border:1px solid rgba(253,121,168,.25);color:#fd79a8}.asc-item-panel{display:none;border-top:1px solid rgba(255,255,255,.05);padding:16px 18px 18px 56px}.asc-item-panel.open{display:block}.asc-dim-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.asc-dim{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px 12px;text-align:center}.asc-dim-label{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-bottom:8px;font-weight:500}.asc-stars{display:flex;justify-content:center;gap:3px;margin-bottom:4px}.asc-star{width:18px;height:18px;cursor:pointer;transition:transform .1s;color:#3a4f6a}.asc-star:hover,.asc-star.lit{color:#fdcb6e;transform:scale(1.15)}.asc-star svg{width:18px;height:18px;fill:currentColor}.asc-dim-score{font-size:13px;font-weight:700;color:var(--ice-600);font-family:var(--fb)}.asc-comment-row{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}.asc-comment-wrap{flex:1}.asc-comment-label{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-bottom:5px}.asc-comment-input{width:100%;box-sizing:border-box;background:#ffffff0a;border:1px solid var(--fog-mid);border-radius:8px;padding:8px 12px;color:#b8c8dc;font-size:12px;font-family:var(--fm);resize:vertical;min-height:62px;outline:none;line-height:1.6;transition:border-color .15s}.asc-comment-input:focus{border-color:#0d82f566}.asc-comment-input::placeholder{color:#8a9ab8}.asc-quick-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.asc-quick-tag{background:#ffffff0a;border:1px solid var(--fog-mid);border-radius:6px;padding:4px 10px;font-size:11px;color:#8a9ab8;cursor:pointer;font-family:var(--fm);transition:all .15s}.asc-quick-tag.active{background:#fd79a81a;border-color:#fd79a84d;color:#fd79a8}.asc-quick-tag.ok{background:#00b89414;border-color:#00b89440;color:#00b894}.asc-action-row{display:flex;align-items:center;gap:10px}.asc-btn-pass{display:flex;align-items:center;gap:5px;background:#00b8941a;border:1px solid rgba(0,184,148,.3);border-radius:8px;color:#00b894;padding:7px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--fb);transition:all .15s}.asc-btn-pass:hover{background:#00b89433}.asc-btn-reject{display:flex;align-items:center;gap:5px;background:#fd79a814;border:1px solid rgba(253,121,168,.25);border-radius:8px;color:#fd79a8;padding:7px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--fb);transition:all .15s}.asc-btn-reject:hover{background:#fd79a826}.asc-btn-save{display:flex;align-items:center;gap:5px;background:#0d82f51a;border:1px solid rgba(13,130,245,.25);border-radius:8px;color:#5ab4ff;padding:7px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--fb);transition:all .15s}.asc-btn-save:hover{background:#0d82f533}.asc-btn-pass svg,.asc-btn-reject svg,.asc-btn-save svg{width:13px;height:13px}.asc-total-score-badge{margin-left:auto;font-size:11px;color:#8a9ab8;font-family:var(--fm);display:flex;align-items:center;gap:6px}.asc-total-val{font-size:20px;font-weight:700;color:var(--ice-600);font-family:var(--fb)}.asc-summary-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:20px;margin-bottom:20px}.asc-sum-card{background:#ffffff0d;border:1px solid var(--fog-mid);border-radius:14px;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.asc-sum-head{display:flex;align-items:center;gap:7px;padding:11px 14px 8px;border-bottom:1px solid rgba(255,255,255,.04)}.asc-sum-title{font-size:12px;font-weight:600;color:#b8c8dc;font-family:var(--fb)}.asc-sum-body{padding:12px 14px}.asc-empty{text-align:center;padding:40px 0;color:#8a9ab8;font-size:13px;font-family:var(--fm)}#page-anno-score{background:radial-gradient(circle at top left,rgba(13,130,245,.08),transparent 34%),linear-gradient(180deg,#f4f8fc,#eef4fa)}#page-anno-score .asc-layout{width:min(1280px,100%);margin:0 auto;color:#1a2840}#page-anno-score .asc-taskbar{position:sticky;top:0;z-index:5;margin:-24px -32px 18px;padding:18px 32px;background:#f4f8fceb;border-bottom:1px solid rgba(204,216,230,.75);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}#page-anno-score .asc-back-btn,#page-anno-score .asc-filter-bar select,#page-anno-score .asc-search-wrap input,#page-anno-score .asc-bulk-btn{background:#ffffffdb;border:1px solid #d8e3ef;color:#1a2840;box-shadow:0 4px 14px #1e344e0a}#page-anno-score .asc-back-btn:hover,#page-anno-score .asc-bulk-btn:hover{border-color:#0d82f559;color:#0d82f5;transform:translateY(-1px)}#page-anno-score .asc-submit-btn:disabled,#page-anno-score .asc-btn-save:disabled{opacity:.65;cursor:not-allowed;transform:none}#page-anno-score .asc-kpi-row{grid-template-columns:repeat(4,minmax(0,1fr))}#page-anno-score .asc-kpi{background:#ffffffe6;border-color:#dbe6f1;box-shadow:0 12px 30px #1e344e0f}#page-anno-score .asc-kpi-val,#page-anno-score .asc-taskbar-name,#page-anno-score .asc-total-val{color:#1a2840}.asc-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.asc-search-wrap{width:min(320px,100%);height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;background:#ffffffdb;border:1px solid #d8e3ef;border-radius:10px;box-shadow:0 4px 14px #1e344e0a}.asc-search-wrap svg{width:15px;height:15px;color:#8a9ab8;flex-shrink:0}.asc-search-wrap input{width:100%;border:none;outline:none;background:transparent;color:#1a2840;font-size:13px;font-family:var(--fm)}.asc-filter-bar select{height:38px;border-radius:10px;padding:0 12px;font-size:13px;outline:none;cursor:pointer}.asc-filter-bar .asc-bulk-btn{height:38px;padding:0 14px;border-radius:10px}.asc-filter-bar .asc-bulk-btn.ok{color:#00a884;border-color:#00b89447;background:#00b89414}.asc-filter-bar .asc-bulk-btn.danger{color:#d94b72;border-color:#fd79a847;background:#fd79a814}.asc-progress-line{height:8px;margin:0 0 16px;border-radius:999px;overflow:hidden;background:#dde8f3}.asc-progress-line>div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d82f5,#00d4ff);transition:width .25s ease}.asc-section-head{display:flex;align-items:baseline;gap:7px;padding:12px 16px;border:1px solid #dbe6f1;border-radius:9px;background:#ffffffc7;box-shadow:0 10px 24px #1e344e0a}.asc-section-title{font-size:13px;font-weight:700;color:#1a2840;font-family:var(--fb)}.asc-section-sub{font-size:12px;color:#6b7f9d;font-family:var(--fm)}.asc-item-card{margin-bottom:5px;background:#ffffffeb;border:1px solid #dbe6f1;border-radius:10px;overflow:hidden;box-shadow:0 14px 34px #1e344e0f;transition:border-color .18s,box-shadow .18s,transform .18s}.asc-item-card:hover{border-color:#0d82f547;box-shadow:0 18px 42px #1e344e17;transform:translateY(-1px)}.asc-item-card.open{border-color:#0d82f561}.asc-item-card .asc-item-head{min-height:76px;padding:14px 18px}.asc-item-card input[type=checkbox]{width:17px;height:17px;flex-shrink:0;accent-color:#0d82f5;cursor:pointer}.asc-item-main{flex:1;min-width:0}.asc-item-title{font-size:12px;font-weight:700;color:#1a2840;line-height:1.35;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asc-item-card .asc-item-meta{margin-top:5px;font-size:12px;color:#5d718f;font-family:var(--fm);line-height:1.5}.asc-status{width:58px;flex-shrink:0;text-align:center;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:700;font-family:var(--fb);background:#edf3fa;color:#6b7f9d}.asc-status.scored{background:#00b8941f;color:#00a884}.asc-status.rejected{background:#fd79a821;color:#d94b72}.asc-item-score{width:54px;flex-shrink:0;text-align:right;color:#1a2840;font-size:22px;font-weight:700;font-family:var(--fb)}.asc-item-card .asc-item-body{border-top:1px solid #edf2f7;background:linear-gradient(180deg,#f8fbfef2,#fffffff2)}.asc-item-card .asc-action-row{flex-wrap:wrap}.asc-empty{border:1px solid #dbe6f1;border-radius:9px;background:#ffffffd1;color:#6b7f9d}@media (max-width: 900px){#page-anno-score{padding:16px!important}#page-anno-score .asc-taskbar{margin:-16px -16px 16px;padding:14px 16px}#page-anno-score .asc-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.asc-search-wrap{width:100%}.asc-item-card .asc-item-head{align-items:flex-start;gap:10px}.asc-status,.asc-item-score{width:auto}}@media (max-width: 560px){#page-anno-score .asc-kpi-row{grid-template-columns:1fr}.asc-section-head,.asc-item-card .asc-item-head{flex-direction:column}.asc-item-card input[type=checkbox]{align-self:flex-start}}#page-anno-score{padding:0!important;min-height:calc(100vh - 110px);background:linear-gradient(180deg,#edf5fc,#f4f8fd 48%,#eef6fb);overflow:auto}.asr-page{padding:24px 32px 40px;color:#14233a;font-family:var(--fm)}.asr-hero{display:grid;grid-template-columns:auto 1px 1fr auto;align-items:center;gap:14px;margin-bottom:22px}.asr-back{height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 16px;border:1px solid #d6e4f1;border-radius:9px;background:#f5faffb8;color:#8298b8;font-size:13px;font-weight:700;cursor:pointer;box-shadow:inset 0 1px #ffffffc7}.asr-back span{font-size:13px;line-height:1}.asr-divider{width:1px;height:26px;background:#d7e3ef}.asr-task-copy h2{margin:0 0 6px;color:#0268df;font-size:22px;line-height:1.15;font-weight:700;letter-spacing:-.02em}.asr-task-copy p{margin:0;color:#8da0be;font-size:13px;font-weight:700;letter-spacing:.02em}.asr-submit{height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 18px;border:none;border-radius:10px;background:linear-gradient(135deg,#0867d6,#0f86f4);color:#fff;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #0a7ae82e}.asr-submit:disabled{opacity:.7;cursor:not-allowed}.asr-message{padding:10px 14px;margin-bottom:8px;border:1px solid #d7e5f2;border-radius:9px;background:#ffffffb8;color:#8398b8;font-size:12px;font-weight:700}.asr-view-tabs{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:6px;border:1px solid #d7e5f2;border-radius:12px;background:#ffffffb8}.asr-view-tabs button{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 15px;border:1px solid transparent;border-radius:9px;background:transparent;color:#607895;font-size:13px;font-weight:800;cursor:pointer}.asr-view-tabs button span{min-width:22px;padding:2px 7px;border-radius:999px;background:#e8f1fa;color:#68819f;font-size:11px;text-align:center}.asr-view-tabs button.is-active{border-color:#0d82f53d;background:#eaf4ff;color:#0876e3;box-shadow:0 4px 12px #0d82f514}.asr-view-tabs button.is-active span{background:#0d82f5;color:#fff}.asr-view-tabs button:focus-visible,.asr-readonly-toolbar input:focus-visible,.asr-readonly-toolbar select:focus-visible{outline:2px solid #0d82f5;outline-offset:2px}.asr-view-caption{margin-left:auto;padding:0 10px;color:#8297b4;font-size:12px;font-weight:700}.asr-readonly-toolbar{min-height:58px;display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;border:1px solid #d7e5f2;border-radius:12px;background:#ffffffc7}.asr-readonly-toolbar .asr-search{min-width:280px;flex:1}.asr-readonly-toolbar select{min-width:130px;height:38px;padding:0 34px 0 12px;border:1px solid #ceddec;border-radius:9px;background:#fff;color:#46617f;font-size:12px;font-weight:700}.asr-readonly-toolbar>span{padding:7px 10px;border-radius:8px;background:#f0f5fa;color:#738aa6;font-size:12px;font-weight:800}@media (max-width: 720px){.asr-view-tabs,.asr-readonly-toolbar{align-items:stretch;flex-direction:column}.asr-view-tabs button,.asr-readonly-toolbar .asr-search,.asr-readonly-toolbar select{width:100%;min-width:0}.asr-view-tabs button{justify-content:space-between}.asr-view-caption{margin-left:0;padding:4px 8px}}.asr-error{color:#e65b84;border-color:#ff80aa59}.asr-scope-note{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.asr-scope-note span{padding:5px 10px;border:1px solid #d8e5f2;border-radius:8px;background:#f4faffc2;color:#5c7190;font-size:12px;font-weight:700}.asr-review-lock-note{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;margin:0 0 16px;padding:12px 14px;border:1px solid rgba(13,130,245,.22);border-radius:9px;background:linear-gradient(135deg,#f0f8ffeb,#f8fcffbd);color:#355270}.asr-review-lock-note.is-stale{border-color:#ff9f435c;background:linear-gradient(135deg,#fff8e8f0,#fffcf6c7)}.asr-review-lock-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#eaf4ff;color:#0d82f5;font-size:13px;font-weight:900}.asr-review-lock-note.is-stale .asr-review-lock-icon{background:#fff1d6;color:#c96e00}.asr-review-lock-title{margin-bottom:6px;color:#16304f;font-size:13px;font-weight:900}.asr-review-lock-note ul{margin:0;padding-left:17px;display:grid;gap:4px}.asr-review-lock-note li{color:#5e7592;font-size:12px;line-height:1.55;font-weight:700}.asr-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:20px}.asr-stat{min-height:96px;padding:16px 18px;border:1px solid #d8e5f2;border-top-width:4px;border-radius:9px;background:#f4faff94;box-shadow:inset 0 1px #ffffffb8}.asr-pass{border-top-color:#00c7a7}.asr-reviewed{border-top-color:#05a7ff}.asr-pending{border-top-color:#ffba4c}.asr-auto-stat{border-top-color:#7c6cff}.asr-auto-stat-warn{border-top-color:#ff6b6b}.asr-stat-label{color:#8a9fbd;font-size:12px;font-weight:700;margin-bottom:8px}.asr-stat-value{color:#0867d6;font-size:30px;line-height:1;font-weight:700;margin-bottom:5px}.asr-stat-sub{color:#8a9fbd;font-size:12px;font-weight:700}.asr-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px}.asr-search,.asr-toolbar select,.asr-tool-btn{height:38px;border:1px solid #d8e5f2;border-radius:9px;background:#f6fbffbd;box-shadow:inset 0 1px #ffffffbd}.asr-search{width:260px;display:flex;align-items:center;padding:0 12px}.asr-search input{width:100%;border:none;outline:none;background:transparent;color:#18304e;font-size:12px;font-weight:700}.asr-search input::placeholder{color:#8da0be}.asr-toolbar select{padding:0 12px;color:#046fdf;font-size:12px;font-weight:700;cursor:pointer}.asr-toolbar-spacer{flex:1}.asr-progress-label{color:#8a9fbd;font-size:12px;font-weight:700}.asr-mini-progress{width:58px;height:7px;border-radius:999px;background:#deebf5;overflow:hidden}.asr-mini-progress>div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#22a7ff,#0cc9df)}.asr-duration-inline{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;border:1px solid #d8e5f2;background:#f6fbffbd;color:#416182;font-size:12px;font-weight:800;white-space:nowrap;box-shadow:inset 0 1px #ffffffb8}.asr-tool-btn{min-width:90px;padding:0 13px;color:#5f7596;font-size:12px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.asr-tool-btn:hover{transform:translateY(-1px)}.asr-tool-select{color:#416182;border-color:#c7d7e7;background:linear-gradient(180deg,#fff,#f3f8fd)}.asr-tool-select:hover{border-color:#9fb8d2;background:#fff;box-shadow:0 8px 18px #3f5b7d1f}.asr-tool-pass{color:#06795e;border-color:#00a88452;background:linear-gradient(180deg,#e8fff8fa,#d1f7edeb);box-shadow:0 8px 18px #00a8841a}.asr-tool-pass:hover{color:#fff;border-color:#00a884;background:linear-gradient(135deg,#00a884,#21c7a3);box-shadow:0 10px 22px #00a88438}.asr-tool-reject{color:#b42346;border-color:#f43f5e4d;background:linear-gradient(180deg,#fff1f4fa,#ffe2e8eb);box-shadow:0 8px 18px #f43f5e17}.asr-tool-reject:hover{color:#fff;border-color:#e11d48;background:linear-gradient(135deg,#e11d48,#fb7185);box-shadow:0 10px 22px #e11d4838}.asr-tool-auto{color:#5b4ac7;border-color:#7c6cff4d;background:linear-gradient(180deg,#f6f4fffa,#e9e5ffeb);box-shadow:0 8px 18px #7c6cff1a}.asr-tool-auto:hover{color:#fff;border-color:#7c6cff;background:linear-gradient(135deg,#7c6cff,#4f9dff);box-shadow:0 10px 22px #7c6cff38}.asr-tool-manual{color:#9a5b00;border-color:#f59e0b57;background:linear-gradient(180deg,#fffae8fa,#ffefcceb);box-shadow:0 8px 18px #f59e0b1a}.asr-tool-manual:hover{color:#fff;border-color:#f59e0b;background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 10px 22px #f59e0b38}.asr-tool-btn:active{transform:translateY(0)}.asr-tool-btn:disabled,.asr-pass-btn:disabled,.asr-reject-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.asr-tool-btn:disabled:hover{transform:none}.asr-bulk-panel{margin:-4px 0 16px;padding:12px;border:1px solid #d8e5f2;border-radius:10px;background:#f7fbffc2;box-shadow:inset 0 1px #ffffffc7,0 10px 24px #3f5b7d0f}.asr-bulk-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.asr-bulk-head b{display:block;color:#16304e;font-size:13px;font-weight:900}.asr-bulk-head span{color:#7f94b0;font-size:12px;font-weight:800}.asr-bulk-link{border:0;border-radius:8px;background:transparent;color:#0d82f5;cursor:pointer;font-size:12px;font-weight:900;padding:7px 9px}.asr-bulk-link:hover{background:#0d82f514}.asr-bulk-link:disabled{cursor:not-allowed;opacity:.45}.asr-bulk-controls{display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(160px,1fr) auto minmax(190px,1.15fr) auto minmax(200px,1.2fr) auto auto;gap:8px;align-items:end}.asr-bulk-field{display:flex;flex-direction:column;gap:5px;min-width:0}.asr-bulk-field span{color:#7890ad;font-size:11px;font-weight:900}.asr-bulk-field select{width:100%;min-width:0;height:38px;border:1px solid #d8e5f2;border-radius:9px;background:#f6fbffeb;color:#18304e;font-size:12px;font-weight:800;outline:none;padding:0 10px}.asr-bulk-field-wide{min-width:190px}.asr-list{display:flex;flex-direction:column;gap:12px}.asr-list.is-scrollable{max-height:65vh;overflow:auto;padding-right:4px}.asr-pagination{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding:10px 14px;border:1px solid #d7e5f2;border-radius:12px;background:#ffffffd6;box-shadow:0 10px 24px #3f5b7d14}.asr-page-size,.asr-page-controls{display:flex;align-items:center;gap:8px}.asr-page-size span,.asr-page-range,.asr-page-controls span{color:#6f83a1;font-size:12px;font-weight:800}.asr-page-size select{height:34px;border:1px solid #c9dbed;border-radius:9px;background:#fff;color:#17304f;font-size:12px;font-weight:800;outline:none;padding:0 10px}.asr-page-controls button{min-width:60px;height:34px;border:1px solid #d2e1ef;border-radius:9px;background:linear-gradient(180deg,#fff,#f3f8fd);color:#416182;font-size:12px;font-weight:800;cursor:pointer}.asr-page-controls button:disabled{cursor:not-allowed;opacity:.48}.asr-card{border:1px solid #d7e7f2;border-radius:14px;background:#f7fbff8f;overflow:hidden;transition:border-color .18s,background .18s,box-shadow .18s}.asr-card.asr-rejected{border-color:#ff85b475;background:#fff5fb6b}.asr-card.asr-scored{border-color:#22c7b26b;background:#edfffc70}.asr-card.asr-force_passed{border-color:#0c7be84d;background:#ebf5ff7a}.asr-card.asr-final_rejected{border-color:#f43f5e57;background:#fff1f47a}.asr-card-main{min-height:78px;display:grid;grid-template-columns:22px 42px 58px minmax(0,1fr) auto auto 24px;align-items:center;gap:12px;padding:14px 18px;cursor:pointer}.asr-card-main input[type=checkbox]{width:18px;height:18px;accent-color:#0c7be8}.asr-readonly-slot{width:18px;height:18px;display:block;border:1px solid #d9e4ef;border-radius:5px;background:#edf3f8}.asr-status-not-sampled{border-color:#d9e3ec!important;background:#f1f5f9!important;color:#70849b!important}.asr-readonly-note{border-color:#d9e4ef;background:#f5f8fb;color:#607895}.asr-index{color:#8a9fbd;font-size:13px;font-weight:700}.asr-thumb{width:58px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#ffffff7a;font-size:20px}.asr-sample-title{color:#c6d8ec;font-size:15px;line-height:1.2;font-weight:700;margin-bottom:5px}.asr-sample-meta{color:#8da0be;font-size:12px;line-height:1.45;font-weight:700;margin-bottom:5px}.asr-sampling-reasons{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0 0 7px}.asr-sampling-reasons-label,.asr-sampling-badge{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;font-size:11px;font-weight:800;line-height:1;white-space:nowrap}.asr-sampling-reasons-label{padding:0 8px;border:1px solid rgba(12,123,232,.18);background:#f0f7ffe0;color:#5d769a}.asr-sampling-badge{padding:0 9px;border:1px solid rgba(12,123,232,.26);background:#e5f2ffeb;color:#0b6ecc;box-shadow:0 4px 12px #0c7be814}.asr-sampling-rework{border-color:#ff84b457;background:#ffeff7f0;color:#c6477c}.asr-sampling-critical{border-color:#f59e0b61;background:#fff7def2;color:#9b5d00}.asr-sampling-spot{border-color:#0ea5e957;background:#e0f2fef0;color:#0369a1}.asr-sampling-risk{border-color:#ef444452;background:#ffeeeef0;color:#b42318}.asr-sampling-history{border-color:#7c62f557;background:#f1eefff0;color:#5b4ac7}.asr-sampling-random{border-color:#14b8a652;background:#e2fcf7f0;color:#087f6f}.asr-sampling-quota{border-color:#637b9947;background:#f1f5f9f0;color:#50657f}.asr-auto-review{display:grid;gap:5px;width:min(100%,760px);max-width:100%;margin:0 0 7px;padding:5px 8px;border:1px solid rgba(141,160,190,.22);border-radius:8px;background:#f1f5f9d1;color:#5d769a;font-size:11px;line-height:1.35}.asr-auto-review-main,.asr-auto-review-details,.asr-auto-review-explanation{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.asr-auto-quality-score,.asr-auto-review-details>span{padding:2px 6px;border:1px solid rgba(123,143,172,.22);border-radius:999px;background:#ffffffad}.asr-auto-review-details small{margin-right:3px;color:#7b8fac;font-size:10px;font-weight:700}.asr-auto-review-explanation{color:#637b9d}.asr-auto-review-explanation em{color:inherit;font-weight:800}.asr-auto-review-label{font-weight:800;color:#7b8fac}.asr-auto-failure-detail{border-top:1px dashed rgba(203,76,96,.24);padding-top:5px}.asr-auto-failure-detail summary{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:fit-content;color:#c53d55;font-weight:900;cursor:pointer;list-style:none}.asr-auto-failure-detail summary::-webkit-details-marker{display:none}.asr-auto-failure-detail summary:before{content:"▸";font-size:12px;transition:transform .16s ease}.asr-auto-failure-detail[open] summary:before{transform:rotate(90deg)}.asr-auto-failure-detail summary small{padding:1px 6px;border-radius:999px;background:#ffffffa8;color:#7b8fac;font-size:10px}.asr-auto-failure-content{display:grid;gap:6px;margin-top:6px;padding:8px 9px;border:1px solid rgba(203,76,96,.18);border-radius:7px;background:#ffffff9e}.asr-auto-failure-content>strong{color:#9f3045;font-size:11px}.asr-auto-failure-content dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 10px;margin:0}.asr-auto-failure-content dl>div{display:grid;grid-template-columns:66px minmax(0,1fr);gap:5px;min-width:0}.asr-auto-failure-content dt{color:#8295af;font-weight:700}.asr-auto-failure-content dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#405675;font-weight:800}@media (max-width: 720px){.asr-auto-failure-content dl{grid-template-columns:1fr}}.asr-auto-review strong{color:#223652;font-weight:900}.asr-auto-review span:not(.asr-auto-review-label){font-weight:800}.asr-auto-review em{min-width:0;max-width:360px;overflow:hidden;color:#7c91ad;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.asr-auto-adopt-btn{min-height:24px;padding:0 8px;border:1px solid rgba(13,130,245,.28);border-radius:7px;background:#fff;color:#0d82f5;font-size:11px;font-weight:900;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.asr-auto-adopt-btn:hover{border-color:#0d82f5;background:#0d82f5;color:#fff;transform:translateY(-1px)}.asr-auto-reopen-btn{border-color:#f59e0b61;color:#9a5b00}.asr-auto-reopen-btn:hover{border-color:#f59e0b;background:#f59e0b;color:#fff}.asr-auto-adopt-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.asr-auto-success{border-color:#00b89447;background:#e2fcf7e0;color:#087f6f}.asr-auto-danger{border-color:#ef444447;background:#ffeeeee6;color:#b42318}.asr-auto-warn{border-color:#f59e0b52;background:#fff7dee6;color:#9b5d00}.asr-auto-soft{border-color:#0c7be83d;background:#e5f2ffe0;color:#0b6ecc}.asr-tags{display:flex;flex-wrap:wrap;gap:8px}.asr-tags span{padding:3px 9px;border:1px solid #9ecbfb;border-radius:7px;background:#bde0ff8f;color:#65aceb;font-size:12px;font-weight:700}.asr-status{min-width:70px;padding:5px 9px;border-radius:10px;text-align:center;font-size:12px;font-weight:700;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:1.15}.asr-status small{color:currentColor;font-size:10px;font-weight:700;opacity:.78}.asr-status-pending{color:#7f93b0;background:#e6eff8c7}.asr-status-scored{color:#00a98f;background:#c5f5ebb8;border:1px solid rgba(25,197,174,.34)}.asr-status-rejected{color:#f36b9e;background:#ffe8f4c2;border:1px solid rgba(255,132,180,.38)}.asr-status-force_passed{color:#0c7be8;background:#deefffd1;border:1px solid rgba(12,123,232,.28)}.asr-status-final_rejected{color:#b42346;background:#ffe2e8eb;border:1px solid rgba(244,63,94,.3)}.asr-history-btn{height:34px;min-width:56px;border:1px solid #d2e1ef;border-radius:9px;background:linear-gradient(180deg,#fff,#f3f8fd);color:#416182;font-size:12px;font-weight:800;cursor:pointer;transition:border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.asr-history-btn:hover{border-color:#0c7be857;color:#0c7be8;box-shadow:0 8px 18px #3f5b7d1f;transform:translateY(-1px)}.asr-expand{border:none;background:transparent;color:#8da0be;font-size:17px;cursor:pointer}.asr-review-box{padding:0 82px 20px}.asr-review-box label{display:block;color:#8a9fbd;font-size:13px;font-weight:700;margin-bottom:8px}.asr-review-box textarea{width:100%;min-height:82px;resize:vertical;border:1px solid #d7e5f2;border-radius:9px;background:#f5f9ffbd;color:#17304f;padding:12px 14px;font-size:13px;font-weight:700;outline:none}.asr-review-box textarea::placeholder{color:#8da0be}.asr-score-panel{display:grid;grid-template-columns:minmax(220px,300px) 1fr;gap:12px;margin-bottom:16px}.asr-score-main,.asr-dimension-grid,.asr-severity-row{border:1px solid #d7e5f2;border-radius:10px;background:#f5f9ffbd;box-shadow:inset 0 1px #ffffffbd}.asr-score-main{min-height:78px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px 12px;padding:12px 14px}.asr-score-main span{color:#6f83a1;font-size:12px;font-weight:700}.asr-score-main input{width:86px;height:40px;border:1px solid #c9dbed;border-radius:9px;background:#fff;color:#0c315d;font-size:22px;font-weight:800;text-align:center;outline:none}.asr-score-main input:focus{border-color:#0c7be8;box-shadow:0 0 0 3px #0c7be81f}.asr-score-main em{grid-column:1 / -1;color:#0c7be8;font-size:12px;font-style:normal;font-weight:700}.asr-dimension-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px}.asr-dimension-grid span{min-width:0;display:flex;flex-direction:column;gap:5px;padding:10px 11px;border:1px solid rgba(156,203,251,.52);border-radius:9px;background:#ffffffa3}.asr-dimension-grid b{color:#6f83a1;font-size:12px;font-weight:700}.asr-dimension-grid code{color:#0c315d;font-family:var(--fb);font-size:14px;font-weight:800}.asr-issue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.asr-issue-grid button{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #d7e5f2;border-radius:10px;background:#f5f9ffbd;color:#17304f;font-size:13px;font-weight:700;cursor:pointer;padding:0 12px;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.asr-issue-grid button:hover{border-color:#0c7be857;transform:translateY(-1px)}.asr-issue-grid button.active{border-color:#f43f5e5c;background:linear-gradient(180deg,#fff1f4fa,#ffe2e8eb);color:#b42346}.asr-issue-grid button.auto-hit{border-color:#f59e0b6b;background:linear-gradient(180deg,#fffbebfa,#fef3c7e0);color:#92400e;cursor:default}.asr-issue-grid button:disabled{opacity:1;transform:none}.asr-issue-grid button em{color:#d94b72;font-style:normal;font-size:12px;white-space:nowrap}.asr-issue-grid button.auto-hit em{color:#b45309}.asr-auto-checks{display:grid;gap:10px;margin:0 0 14px;padding:12px 14px;border:1px solid rgba(245,158,11,.32);border-radius:10px;background:linear-gradient(180deg,#fffbebe0,#fff7d6b8);color:#7c4a03}.asr-auto-checks>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.asr-auto-checks b{color:#92400e;font-size:13px;font-weight:800}.asr-auto-checks span{color:#9a6a16;font-size:12px;font-weight:700}.asr-auto-checks ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.asr-auto-checks li{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 9px;border:1px solid rgba(245,158,11,.3);border-radius:8px;background:#ffffff9e;font-size:12px;font-weight:700}.asr-auto-checks li strong{white-space:nowrap}.asr-auto-checks li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asr-model-issues{margin:0 0 16px;padding:13px 14px;border:1px solid #d7e5f2;border-radius:10px;background:#f8fbff}.asr-model-issues-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:9px}.asr-model-issues-head strong{color:#203451;font-size:13px}.asr-model-issues-head span{color:#8195b0;font-size:11px}.asr-model-issues ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.asr-model-issues li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border:1px solid #e1eaf3;border-radius:8px;background:#fff}.asr-model-issues li>div{min-width:0;display:flex;flex-direction:column;gap:2px}.asr-model-issues li>div strong{color:#263c59;font-size:12px}.asr-model-issues li small{color:#8396af;font-size:10px}.asr-model-issues li p{margin:2px 0 0;color:#647b99;font-size:11px}.asr-model-issues li button{border:1px solid #bcd8f5;border-radius:7px;background:#edf6ff;color:#0c70d0;padding:6px 9px;font-size:11px;font-weight:800;cursor:pointer}.asr-model-issues li em{color:#667d99;font-size:10px;font-style:normal;font-weight:700}.asr-model-issue-severity{border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.asr-model-issue-severity.block{background:#ffebef;color:#c5304d}.asr-model-issue-severity.warning{background:#fff4dc;color:#b36a00}.asr-model-issue-severity.info{background:#eaf3ff;color:#0d72d7}.asr-severity-row{min-height:48px;display:grid;grid-template-columns:auto 150px minmax(0,1fr);align-items:center;gap:10px;margin:0 0 14px;padding:9px 12px}.asr-severity-row label{margin:0;white-space:nowrap}.asr-severity-row select{height:34px;border:1px solid #c9dbed;border-radius:8px;background:#fff;color:#17304f;font-size:13px;font-weight:700;outline:none;padding:0 10px}.asr-severity-row span{min-width:0;color:#6f83a1;font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asr-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:16px}.asr-review-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:104px;min-height:42px;padding:0 18px;border-width:1px;border-style:solid;border-radius:10px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.asr-action-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex:0 0 16px;font-size:16px;font-weight:800;line-height:1}.asr-action-label{line-height:1.2}.asr-review-action-btn:not(:disabled):hover{transform:translateY(-1px)}.asr-review-action-btn:not(:disabled):active{transform:translateY(0)}.asr-review-action-btn:focus-visible{outline:3px solid rgba(13,130,245,.22);outline-offset:2px}.asr-pass-btn{border:1px solid rgba(13,199,176,.36);background:#d5f9f4c7;color:#00a98f}.asr-pass-btn:not(:disabled):hover{border-color:#0dc7b094;background:#c9f7f0f5;box-shadow:0 7px 16px #0dc7b01f}.asr-pass-issue-btn{border-color:#0c7be847;background:#deefffd1;color:#0c7be8}.asr-pass-issue-btn:not(:disabled):hover{border-color:#0c7be87a;background:#d3eafffa;box-shadow:0 7px 16px #0c7be81f}.asr-reject-btn{border:1px solid rgba(255,132,180,.42);background:#ffecf6d1;color:#f36b9e}.asr-reject-btn:not(:disabled):hover{border-color:#f36b9e94;background:#ffe3f1fa;box-shadow:0 7px 16px #f36b9e1f}.asr-limit-note{margin:14px 0 12px;padding:10px 12px;border:1px solid rgba(255,132,180,.28);border-radius:10px;background:#fff6faeb;color:#c44a7b;font-size:12px;font-weight:700;line-height:1.6}.asr-saved{color:#8da0be;font-size:12px;font-weight:700}@media (max-width: 640px){.asr-actions{gap:10px}.asr-review-action-btn{flex:1 1 180px}}.asr-audit-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end}.asr-audit-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#18273a7a;cursor:pointer}.asr-audit-drawer{position:relative;width:min(560px,calc(100vw - 28px));height:100%;display:flex;flex-direction:column;background:#f7fbff;border-left:1px solid #d8e5f2;box-shadow:-24px 0 56px #16263a38}.asr-audit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 18px;border-bottom:1px solid #d8e5f2;background:linear-gradient(180deg,#fff,#f5faff)}.asr-audit-eyebrow{color:#0c7be8;font-size:12px;font-weight:800;margin-bottom:6px}.asr-audit-head h3{margin:0;color:#15304f;font-size:20px;line-height:1.25;font-weight:800}.asr-audit-head p{margin:8px 0 0;color:#6f83a1;font-size:12px;font-weight:700}.asr-audit-close{width:38px;height:38px;border:1px solid #d2e1ef;border-radius:10px;background:#fff;color:#8da0be;font-size:24px;line-height:1;cursor:pointer}.asr-audit-close:hover{color:#0c7be8;border-color:#0c7be857}.asr-audit-state{margin:18px 24px;padding:18px;border:1px dashed #c9dbed;border-radius:12px;background:#ffffffb8;color:#6f83a1;font-size:13px;font-weight:700;display:flex;flex-direction:column;gap:8px}.asr-audit-state strong{color:#15304f;font-size:15px}.asr-audit-error{border-color:#f43f5e4d;background:#fff1f4db;color:#b42346}.asr-audit-state button,.asr-audit-foot button{align-self:flex-start;height:34px;border:1px solid rgba(12,123,232,.28);border-radius:9px;background:#deefffd1;color:#0c7be8;padding:0 14px;font-size:12px;font-weight:800;cursor:pointer}.asr-audit-list{flex:1;overflow:auto;padding:18px 24px 12px}.asr-audit-item{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;padding-bottom:14px}.asr-audit-item:before{content:"";position:absolute;left:8px;top:18px;bottom:-4px;width:2px;background:#dbe8f4}.asr-audit-item:last-child:before{display:none}.asr-audit-dot{width:16px;height:16px;margin-top:12px;border:3px solid #dbeafe;border-radius:999px;background:#0c7be8;z-index:1}.asr-audit-rejected .asr-audit-dot,.asr-audit-final_rejected .asr-audit-dot{background:#e11d48;border-color:#ffe2e8}.asr-audit-scored .asr-audit-dot,.asr-audit-force_passed .asr-audit-dot,.asr-audit-annotated .asr-audit-dot{background:#00a884;border-color:#d1f7ed}.asr-audit-card{min-width:0;padding:13px 14px;border:1px solid #d8e5f2;border-radius:12px;background:#ffffffd1;box-shadow:0 8px 20px #3f5b7d12}.asr-audit-row{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}.asr-audit-row strong{color:#15304f;font-size:14px;font-weight:800}.asr-audit-row time{color:#8da0be;font-size:11px;font-weight:700;white-space:nowrap}.asr-audit-meta,.asr-audit-facts{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:8px}.asr-audit-meta span,.asr-audit-facts span{padding:3px 8px;border:1px solid #d8e5f2;border-radius:999px;background:#f5faff;color:#5f7596;font-size:11px;font-weight:800}.asr-audit-comment{padding:9px 10px;border-radius:9px;background:#f3f8fd;color:#416182;font-size:12px;line-height:1.55;font-weight:700}.asr-audit-foot{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 24px;border-top:1px solid #d8e5f2;background:#fff;color:#6f83a1;font-size:12px;font-weight:800}@media (max-width: 1200px){.asr-hero,.asr-stats{grid-template-columns:1fr}.asr-divider{display:none}.asr-submit{justify-content:center}.asr-toolbar{flex-wrap:wrap}.asr-bulk-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.asr-bulk-controls .asr-tool-btn{width:100%}.asr-pagination{flex-wrap:wrap}.asr-toolbar-spacer{display:none}.asr-card-main{grid-template-columns:22px 36px 58px minmax(0,1fr) auto auto 24px}.asr-status,.asr-expand{justify-self:start}.asr-review-box{padding:0 24px 18px}.asr-score-panel{grid-template-columns:1fr}.asr-issue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.asr-page{padding:16px 12px 32px}.asr-card-main{grid-template-columns:32px 1fr}.asr-thumb,.asr-index{display:none}.asr-status,.asr-history-btn,.asr-expand{justify-self:start}.asr-audit-drawer{width:100vw}.asr-audit-head,.asr-audit-list,.asr-audit-foot{padding-left:16px;padding-right:16px}.asr-audit-row{align-items:flex-start;flex-direction:column;gap:4px}.asr-search,.asr-toolbar select,.asr-bulk-field,.asr-tool-btn{width:100%}.asr-bulk-head{align-items:flex-start;flex-direction:column}.asr-bulk-controls{grid-template-columns:1fr}.asr-pagination,.asr-page-controls,.asr-page-size{align-items:stretch;flex-direction:column;width:100%}.asr-page-controls button,.asr-page-size select{width:100%}.asr-dimension-grid,.asr-issue-grid,.asr-severity-row{grid-template-columns:1fr}.asr-severity-row span{white-space:normal}}.asr-preview-panel{margin-bottom:14px;border:1px solid #d7e5f2;border-radius:10px;background:#f8fbffdb;overflow:hidden}.asr-preview-title{padding:10px 14px 4px;color:#17304f;font-size:13px;font-weight:700}.asr-preview-summary{display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 10px;color:#6f83a1;font-size:12px;font-weight:700}.asr-preview-panel pre{max-height:220px;overflow:auto;margin:0;padding:12px 14px;border-top:1px solid #e3edf6;background:#ecf3fab3;color:#263a56;font-size:12px;line-height:1.55;font-family:var(--fm);white-space:pre-wrap;word-break:break-word}.asr-locked-note{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 12px;border-radius:9px;background:#e6eff8b8;color:#6f83a1;font-size:12px;font-weight:700}.asr-media-preview{position:relative;width:min(720px,100%);max-height:420px;border-top:1px solid #e3edf6;background:#101827;overflow:hidden}.asr-image-review-wrap{width:min(720px,100%);display:flex;flex-direction:column;gap:8px}.asr-image-review-wrap .asr-media-preview{width:100%}.asr-image-class-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 10px;border:1px solid #dbeafe;border-radius:9px;background:#f8fbff}.asr-image-class-bar span{color:#6f83a1;font-size:12px;font-weight:700}.asr-image-class-bar b{display:inline-flex;align-items:center;gap:6px;max-width:180px;padding:5px 9px;border:1px solid color-mix(in srgb,var(--cls-color, #0d82f5) 38%,transparent);border-radius:999px;background:color-mix(in srgb,var(--cls-color, #0d82f5) 12%,white);color:var(--cls-color, #0d82f5);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asr-image-class-bar b:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cls-color, #0d82f5);flex-shrink:0}.asr-image-preview img,.asr-image-preview svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.asr-image-preview svg{pointer-events:none}.asr-video-preview{width:min(720px,100%);max-height:420px;margin-bottom:10px;border-top:none;border-radius:8px}.asr-video-preview video,.asr-video-preview svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.asr-video-preview svg{pointer-events:none}.asr-video-frame-hint{margin-bottom:10px;color:#5a6b86;font-size:11px;font-weight:600}.asr-video-review-wrap{display:flex;flex-direction:column;gap:10px}.asr-video-annotation-table .asr-annotation-row span{display:inline-flex;align-items:center;gap:6px;min-width:0}.asr-video-annotation-table .asr-annotation-row span i{width:8px;height:8px;border-radius:50%;background:var(--row-color, #0d82f5);flex-shrink:0}.asr-preview-empty{min-height:120px;display:flex;align-items:center;justify-content:center;color:#8da0be;font-size:12px;font-weight:700}.asr-text-preview,.asr-timeline-preview{padding:12px 14px;border-top:1px solid #e3edf6;background:#ecf3fab3}.asr-text-source{max-height:180px;overflow:auto;margin-bottom:10px;padding:10px;border-radius:8px;background:#ffffffb8;color:#263a56;font-size:12px;line-height:1.6;white-space:pre-wrap}.asr-text-highlight-source{font-size:14px;line-height:2}.asr-text-entity{display:inline;margin:0 2px;padding:2px 4px;border:1px solid var(--entity-color);border-radius:5px;color:inherit}.asr-text-entity em{display:inline-block;margin-left:5px;padding:1px 5px;border-radius:4px;color:#fff;font-size:11px;font-style:normal;font-weight:800;line-height:1.45}.asr-text-empty,.asr-text-load-error{color:#8da0be;font-size:12px;font-weight:700}.asr-text-load-error{margin-bottom:8px;color:#d97706}.asr-text-entity-list{display:flex;flex-wrap:wrap;gap:8px}.asr-text-entity-list span{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid rgba(141,160,190,.24);border-radius:8px;background:#ffffffb8;color:#35506f;font-size:12px;font-weight:700}.asr-text-entity-list i{width:8px;height:8px;border-radius:50%}.asr-text-entity-list code{color:#8da0be;font-size:11px;font-weight:700}.asr-classification-segment-list span{max-width:100%}.asr-classification-segment-list b{max-width:360px;overflow:hidden;color:#263a56;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.asr-relation-list{margin-top:12px;display:flex;flex-direction:column;gap:8px}.asr-relation-list-title{font-size:11px;font-weight:800;color:#6a80a0;letter-spacing:.5px}.asr-relation-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 12px;background:#f7f9fc;border:1px solid #e8eef6;border-radius:10px;width:fit-content;max-width:100%}.asr-relation-ent{font-size:13px;font-weight:700;color:#1a2840;padding:3px 10px;border-radius:7px;background:color-mix(in srgb,var(--ent-color, #0d82f5) 12%,white);border:1px solid color-mix(in srgb,var(--ent-color, #0d82f5) 38%,white)}.asr-relation-rel{position:relative;font-size:12px;font-weight:800;color:#6c5ce7;padding:2px 12px;background:#f0edff;border-radius:999px}.asr-relation-rel:before{content:"→ ";color:#b0a8e8}.asr-media-control{width:min(720px,100%);max-height:360px;display:block;margin-bottom:10px;background:#101827;border-radius:8px}.asr-audio-review-preview{display:flex;flex-direction:column;gap:10px}.asr-audio-validity{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;border:1px solid #dbe6f1;background:#ffffffb8}.asr-audio-validity div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.asr-audio-validity b{font-size:13px;font-weight:900}.asr-audio-validity span,.asr-audio-validity em{color:#627792;font-size:12px;font-style:normal;font-weight:700}.asr-audio-validity.valid{border-color:#00b89447;background:#00b89414}.asr-audio-validity.valid b{color:#00866a}.asr-audio-validity.invalid{border-color:#ef44443d;background:#fee2e2b8}.asr-audio-validity.invalid b{color:#b91c1c}.asr-audio-validity.special{border-color:#f59e0b47;background:#fef3c7b8}.asr-audio-validity.special b{color:#92400e}.asr-audio-text-block{padding:10px 12px;border-radius:10px;border:1px solid #e0e9f3;background:#ffffffc2}.asr-audio-text-block div{margin-bottom:5px;color:#6b7f9b;font-size:11px;font-weight:900}.asr-audio-text-block p{margin:0;color:#1f2f46;font-size:13px;line-height:1.7;white-space:pre-wrap}.asr-audio-text-block.muted p{color:#8a9ab8}.asr-audio-segment-track{padding:10px 12px;border:1px solid #dbe6f1;border-radius:10px;background:#ffffffb8}.asr-audio-track-line{position:relative;height:12px;border-radius:999px;background:#e6eef7;overflow:hidden}.asr-audio-track-line span{position:absolute;top:0;bottom:0;border-radius:999px;box-shadow:0 0 0 1px #ffffffbf inset}.asr-audio-track-scale{display:flex;justify-content:space-between;margin-top:6px;color:#7f92ad;font-size:11px;font-weight:800}.asr-audio-empty-note{padding:10px 12px;border-radius:9px;border:1px dashed #ccdbea;background:#ffffff8f;color:#8a9ab8;font-size:12px;font-weight:700}.asr-audio-segment-row{display:grid;grid-template-columns:5px minmax(0,1fr);gap:10px;padding:10px 12px;border:1px solid #dbe6f1;border-radius:10px;background:#ffffffc7}.asr-audio-segment-color{display:block;width:5px;height:100%;min-height:38px;border-radius:999px}.asr-audio-segment-main{display:flex;flex-direction:column;gap:4px;min-width:0}.asr-audio-segment-main strong{color:#17304f;font-size:13px;font-weight:900}.asr-audio-segment-main code{color:#58708e;font-size:12px;font-family:var(--fm)}.asr-audio-segment-main p{margin:2px 0 0;color:#2a3d58;font-size:12px;line-height:1.6;white-space:pre-wrap}.asr-annotation-table{display:flex;flex-direction:column;gap:6px}.asr-annotation-row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:8px;align-items:start;color:#263a56;font-size:12px}.asr-annotation-row span{font-weight:700;color:#0d82f5}.asr-annotation-row code,.asr-json-preview{font-family:var(--fm);white-space:pre-wrap;word-break:break-word}.asr-json-preview{display:block;max-height:220px;overflow:auto;margin:0;padding:12px 14px;border-top:1px solid #e3edf6;background:#ecf3fab3;color:#263a56;font-size:12px;line-height:1.55}.asr-structured-preview,.asr-combo-preview,.asr-multimodal-preview,.asr-rlhf-preview,.asr-spatial-preview,.asr-kg-preview,.asr-dialogue-preview,.asr-code-preview,.asr-pair-list{padding:12px 14px;border-top:1px solid #e3edf6;background:#ecf3fab3}.asr-source-card{margin-bottom:10px;padding:10px 12px;border:1px solid #dbe6f1;border-radius:10px;background:#ffffffc2}.asr-source-card div{margin-bottom:5px;color:#6b7f9b;font-size:11px;font-weight:900}.asr-source-card p{max-height:150px;overflow:auto;margin:0;color:#263a56;font-size:12px;line-height:1.7;white-space:pre-wrap}.asr-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.asr-result-chip,.asr-muted-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:9px;border:1px solid #dbe6f1;background:#ffffffc7;color:#35506f;font-size:12px;font-weight:800}.asr-result-chip b{color:#0d82f5}.asr-muted-chip{color:#8da0be;background:#ffffff8c}.asr-dialogue-preview{display:flex;flex-direction:column;gap:10px}.asr-dialogue-turn{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:start}.asr-dialogue-role{padding:5px 8px;border-radius:999px;background:#eef5fc;color:#6b7f9b;font-size:12px;font-weight:900;text-align:center}.asr-dialogue-turn.user .asr-dialogue-role{background:#dbeafe;color:#0d66c2}.asr-dialogue-bubble{padding:9px 12px;border:1px solid #dbe6f1;border-radius:11px;background:#ffffffc2}.asr-dialogue-bubble p{margin:0;color:#243855;font-size:13px;line-height:1.7;white-space:pre-wrap}.asr-dialogue-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.asr-dialogue-meta span{padding:3px 7px;border-radius:7px;background:#f1f7fd;color:#5d718f;font-size:11px;font-weight:800}.asr-code-preview{padding:0;overflow:hidden}.asr-code-head{display:flex;justify-content:space-between;gap:12px;padding:9px 12px;background:#0f1923;color:#a8c0e0;font-size:12px;font-weight:800}.asr-code-head em{color:#6f86a6;font-style:normal}.asr-code-body{max-height:360px;overflow:auto;padding:10px 0;background:#142033}.asr-code-line{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;min-height:24px;align-items:start;padding:2px 12px 2px 0;border-left:3px solid transparent;color:#b9c9df;font-size:12px;line-height:1.65}.asr-code-line[style]{border-left-color:var(--line-color);background:color-mix(in srgb,var(--line-color) 12%,transparent)}.asr-code-no{color:#58708e;text-align:right;-webkit-user-select:none;user-select:none}.asr-code-line code{white-space:pre-wrap;word-break:break-word}.asr-code-line strong{align-self:center;padding:2px 7px;border-radius:6px;background:var(--line-color, #0d82f5);color:#fff;font-size:11px;white-space:nowrap}.asr-code-legend{display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px;background:#f4f8fd}.asr-code-legend span{padding:4px 8px;border-radius:8px;border:1px solid color-mix(in srgb,var(--legend-color) 32%,white);background:color-mix(in srgb,var(--legend-color) 10%,white);color:#35506f;font-size:12px;font-weight:800}.asr-pair-list{display:flex;flex-direction:column;gap:9px}.asr-pair-card,.asr-rlhf-card{padding:10px 12px;border:1px solid #dbe6f1;border-radius:11px;background:#ffffffc7}.asr-pair-card b,.asr-rlhf-card b{display:block;margin-bottom:6px;color:#17304f;font-size:13px}.asr-pair-card p,.asr-rlhf-card p{margin:0 0 6px;color:#263a56;font-size:13px;line-height:1.7;white-space:pre-wrap}.asr-pair-card code,.asr-rlhf-card code{color:#7b8fac;font-size:11px}.asr-ocr-list,.asr-table-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;padding-top:10px}.asr-ocr-row,.asr-table-row{padding:9px 10px;border:1px solid #dbe6f1;border-radius:10px;background:#ffffffc2}.asr-ocr-row span,.asr-table-row b{color:#0d82f5;font-size:12px;font-weight:900}.asr-ocr-row p,.asr-table-row p{margin:4px 0;color:#263a56;font-size:12px;line-height:1.55}.asr-ocr-row small{color:#7188a6;font-size:11px;font-weight:800}.asr-ocr-row code,.asr-table-row span{color:#7b8fac;font-size:11px}.asr-kg-preview{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px}.asr-kg-col{display:flex;flex-direction:column;gap:8px}.asr-kg-col h4{margin:0;color:#17304f;font-size:13px}.asr-kg-entity,.asr-kg-relation{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #dbe6f1;border-radius:10px;background:#ffffffc2;color:#263a56;font-size:12px}.asr-kg-entity b{color:#0d82f5}.asr-kg-entity span,.asr-kg-relation b{padding:2px 7px;border-radius:999px;background:#eef5fc;color:#5d718f;font-size:11px}.asr-rlhf-responses{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.asr-rlhf-card.selected{border-color:#00b8946b;background:#e6fff8d1}.asr-spatial-preview{display:flex;flex-direction:column;gap:9px}.asr-spatial-note{padding:9px 12px;border:1px dashed #b9cce0;border-radius:10px;color:#6b7f9b;background:#ffffff8a;font-size:12px;font-weight:800}.asr-spatial-note.compact{padding:8px 10px;border-radius:8px}.asr-spatial-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:9px 12px;border:1px solid #d7e5f2;border-radius:10px;background:#ffffffb8;color:#17304f;font-size:12px;font-weight:800}.asr-spatial-toolbar b{padding:3px 8px;border-radius:8px;background:#edf6ff;color:#2b65c8;font-family:var(--fm)}.asr-spatial-layout,.asr-radar-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px;align-items:stretch}.asr-spatial-canvas{height:420px;min-height:260px;border:1px solid #d7e5f2;border-radius:10px;overflow:hidden;background:#06101a;box-shadow:inset 0 0 0 1px #ffffff0a}.asr-spatial-side,.asr-radar-side{min-width:0;display:flex;flex-direction:column;gap:10px}.asr-spatial-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.asr-spatial-stat-grid span{min-width:0;padding:9px 10px;border:1px solid #d7e5f2;border-radius:10px;background:#ffffffc2;color:#17304f}.asr-spatial-stat-grid b{display:block;overflow-wrap:anywhere;color:#10233f;font-family:var(--fm);font-size:15px}.asr-spatial-stat-grid em{display:block;margin-top:2px;color:#7890ad;font-style:normal;font-size:11px;font-weight:800}.asr-spatial-legend{display:flex;flex-direction:column;gap:7px;padding:9px 10px;border:1px solid #d7e5f2;border-radius:10px;background:#ffffffb3;color:#5f7694;font-size:11px;font-weight:800}.asr-spatial-legend span{display:inline-flex;align-items:center;gap:7px}.asr-spatial-dot,.asr-radar-dot{width:9px;height:9px;border-radius:999px;display:inline-block;flex:0 0 auto}.asr-spatial-dot.point{background:#38bdf8}.asr-spatial-dot.box{background:#0d82f5}.asr-spatial-dot.heading{background:#f59e0b}.asr-radar-dot.approaching{background:#ef4444}.asr-radar-dot.receding{background:#00b894}.asr-radar-dot.neutral{background:#0d82f5}.asr-spatial-object-list{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow:auto;padding-right:2px}.asr-spatial-object-card{padding:9px 10px;border:1px solid #d7e5f2;border-left:3px solid var(--spatial-color, #0d82f5);border-radius:10px;background:#ffffffc7;color:#17304f}.asr-spatial-object-card div{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.asr-spatial-object-card strong{min-width:0;color:#10233f;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asr-spatial-object-card span{flex:0 0 auto;padding:2px 6px;border-radius:999px;background:#0d82f51a;color:#2b65c8;font-size:10px;font-weight:900}.asr-spatial-object-card code{display:block;margin-top:3px;color:#667f9d;white-space:normal;overflow-wrap:anywhere;font-family:var(--fm);font-size:10.5px}.asr-radar-canvas{width:100%;min-height:420px;max-height:560px;border:1px solid #193555;border-radius:10px;background:#06111f}.asr-radar-table{max-height:300px;overflow:auto}@media (max-width: 1180px){.asr-spatial-layout,.asr-radar-layout{grid-template-columns:1fr}.asr-spatial-canvas,.asr-radar-canvas{height:360px}.asr-spatial-object-list,.asr-radar-table{max-height:220px}}.asr-spatial-loading{min-height:180px;display:flex;align-items:center;justify-content:center;border:1px dashed #b9cce0;border-radius:10px;background:#ffffff8f;color:#6b7f9b;font-size:12px;font-weight:800}@media (max-width: 720px){.asr-dialogue-turn,.asr-kg-preview,.asr-spatial-layout,.asr-radar-layout{grid-template-columns:1fr}.asr-spatial-canvas,.asr-radar-canvas{height:320px;min-height:280px}.asr-code-line{grid-template-columns:34px minmax(0,1fr)}.asr-code-line strong{grid-column:2;width:fit-content}}.st-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:5px;font-size:10px;font-weight:600;font-family:var(--fm);white-space:nowrap;flex-shrink:0}.st-badge.pending{background:#b4bed21f;border:1px solid rgba(180,190,210,.25);color:#8a9ab8}.st-badge.doing{background:#0d82f51f;border:1px solid rgba(13,130,245,.28);color:#3d9cf5}.st-badge.review{background:#fdcb6e1f;border:1px solid rgba(253,203,110,.3);color:#fdcb6e}.st-badge.done{background:#00b8941f;border:1px solid rgba(0,184,148,.28);color:#00b894}.st-badge.rejected{background:#fd79a81f;border:1px solid rgba(253,121,168,.28);color:#fd79a8}.st-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.st-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.st-section-title{font-size:11px;font-weight:600;color:#8a9ab8;text-transform:uppercase;letter-spacing:1.5px;font-family:var(--fm)}.st-add-btn{display:flex;align-items:center;gap:4px;background:#0d82f514;border:1px solid rgba(13,130,245,.2);border-radius:6px;color:#5ab4ff;padding:3px 10px;font-size:11px;font-weight:600;cursor:pointer;font-family:var(--fb);transition:all .15s}.st-add-btn:hover{background:#0d82f526;border-color:#0d82f566}.st-add-btn svg{width:11px;height:11px}.st-progress-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.st-progress-track{flex:1;height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden}.st-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--ice-400),var(--cyan));transition:width .4s cubic-bezier(.16,1,.3,1)}.st-progress-text{font-size:11px;color:#8a9ab8;font-family:var(--fm);white-space:nowrap}.st-list{display:flex;flex-direction:column;gap:6px}.st-card{border-radius:10px;border:1px solid rgba(255,255,255,.07);background:#ffffff0a;overflow:hidden;transition:border-color .18s,box-shadow .18s}.st-card:hover{border-color:#0d82f533;box-shadow:0 2px 12px #0d82f512}.st-card.st-doing{border-color:#0d82f533;background:#0d82f50a}.st-card.st-review{border-color:#fdcb6e33;background:#fdcb6e08}.st-card.st-done{border-color:#00b8942e;background:#00b89408}.st-card.st-rejected{border-color:#fd79a833;background:#fd79a808}.st-card-row{display:flex;align-items:center;gap:8px;padding:9px 12px;cursor:pointer;-webkit-user-select:none;user-select:none}.st-seq{font-size:10px;font-weight:700;color:#8a9ab8;font-family:var(--fm);width:20px;flex-shrink:0;text-align:center}.st-name{flex:1;font-size:12px;font-weight:600;color:#c8d8ec;font-family:var(--fb);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-card.st-done .st-name{color:#8a9ab8;text-decoration:line-through}.st-assignee-chip{display:flex;align-items:center;gap:4px;font-size:10px;color:#8a9ab8;font-family:var(--fm);flex-shrink:0}.st-assignee-avatar{width:18px;height:18px;border-radius:5px;background:linear-gradient(135deg,#0d82f54d,#00d4ff26);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--ice-600);font-family:var(--fb)}.st-chevron{width:13px;height:13px;flex-shrink:0;color:#8a9ab8;transition:transform .2s}.st-chevron.open{transform:rotate(180deg)}.st-card-panel{display:none;padding:0 12px 12px 40px;border-top:1px solid rgba(255,255,255,.04)}.st-card-panel.open{display:block}.st-panel-meta{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;margin-bottom:10px;padding-top:10px}.st-meta-item{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.st-meta-item span{color:#b8c8dc;font-weight:600}.st-desc-box{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:7px;padding:8px 10px;font-size:11px;color:#8a9ab8;font-family:var(--fm);line-height:1.7;margin-bottom:10px}.st-action-row{display:flex;gap:7px;flex-wrap:wrap}.st-btn{display:flex;align-items:center;gap:4px;padding:5px 12px;border-radius:7px;font-size:11px;font-weight:600;cursor:pointer;font-family:var(--fb);border:none;transition:all .15s;white-space:nowrap}.st-btn svg{width:11px;height:11px}.st-btn-start{background:#0d82f51f;color:#5ab4ff;border:1px solid rgba(13,130,245,.25)}.st-btn-start:hover{background:#0d82f538}.st-btn-submit{background:#fdcb6e1f;color:#fdcb6e;border:1px solid rgba(253,203,110,.28)}.st-btn-submit:hover{background:#fdcb6e38}.st-btn-approve{background:#00b8941a;color:#00b894;border:1px solid rgba(0,184,148,.25)}.st-btn-approve:hover{background:#00b89433}.st-btn-reject{background:#fd79a814;color:#fd79a8;border:1px solid rgba(253,121,168,.22)}.st-btn-reject:hover{background:#fd79a829}.st-btn-edit{background:#ffffff0d;color:#8a9ab8;border:1px solid rgba(255,255,255,.08)}.st-btn-edit:hover{border-color:#0d82f54d;color:#5ab4ff}.st-btn-del{background:#fd79a80f;color:#fd79a8;border:1px solid rgba(253,121,168,.15);margin-left:auto}.st-btn-del:hover{background:#fd79a824}.st-history{margin-top:10px;padding-top:8px;border-top:1px dashed rgba(255,255,255,.06)}.st-history-title{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-bottom:6px;text-transform:uppercase;letter-spacing:1px}.st-history-item{display:flex;align-items:flex-start;gap:7px;margin-bottom:5px;font-size:11px;color:#8a9ab8;font-family:var(--fm)}.st-history-dot{width:6px;height:6px;border-radius:50%;background:currentColor;margin-top:4px;flex-shrink:0}.st-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#050c19a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1200;display:none;align-items:center;justify-content:center}.st-modal-overlay.open{display:flex;animation:fadeOverlay .2s ease}.st-modal{background:linear-gradient(145deg,#0e1e34,#0a1528);border:1px solid rgba(13,130,245,.2);border-radius:18px;width:580px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 32px 80px #00000073,0 0 0 1px #ffffff0a inset}.st-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.st-modal-title{font-size:15px;font-weight:700;color:var(--ice-600);font-family:var(--fb);display:flex;align-items:center;gap:9px}.st-modal-title svg{width:18px;height:18px;color:#5ab4ff}.st-modal-close{width:30px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#8a9ab8;transition:all .15s}.st-modal-close:hover{background:#ffffff14;color:#c8d8ec}.st-modal-body{padding:20px 24px;overflow-y:auto;flex:1}.st-modal-body::-webkit-scrollbar{width:4px}.st-modal-body::-webkit-scrollbar-thumb{background:#0d82f54d;border-radius:2px}.st-modal-foot{padding:14px 24px;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:10px;justify-content:flex-end}.st-form-field{margin-bottom:14px}.st-form-label{font-size:11px;font-weight:600;color:#8a9ab8;font-family:var(--fm);margin-bottom:6px;text-transform:uppercase;letter-spacing:.8px}.st-form-input,.st-form-select,.st-form-textarea{width:100%;box-sizing:border-box;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:9px;color:#c8d8ec;padding:9px 12px;font-size:12px;font-family:var(--fm);outline:none;transition:border-color .15s}.st-form-input:focus,.st-form-select:focus,.st-form-textarea:focus{border-color:#0d82f580;background:#0d82f50d}.st-form-input::placeholder,.st-form-textarea::placeholder{color:#8a9ab8}.st-form-textarea{resize:vertical;min-height:70px;line-height:1.6}.st-form-select option{background:#0e1e34;color:#c8d8ec}.st-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.st-modal-btn-cancel{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:9px;color:#8a9ab8;padding:9px 20px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--fb);transition:all .15s}.st-modal-btn-cancel:hover{background:#ffffff14;color:#b8c8dc}.st-modal-btn-confirm{background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;border-radius:9px;color:#fff;padding:9px 22px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--fb);box-shadow:0 3px 14px #0d82f559;transition:all .18s}.st-modal-btn-confirm:hover{box-shadow:0 5px 20px #00d4ff66;transform:translateY(-1px)}.st-flow-diagram{display:flex;align-items:center;gap:0;margin-bottom:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px 14px;overflow-x:auto}.st-flow-node{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:60px}.st-flow-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;font-family:var(--fb)}.st-flow-circle.fc-pending{background:#b4bed226;border:2px solid rgba(180,190,210,.3);color:#8a9ab8}.st-flow-circle.fc-doing{background:#0d82f526;border:2px solid rgba(13,130,245,.35);color:#5ab4ff}.st-flow-circle.fc-review{background:#fdcb6e1f;border:2px solid rgba(253,203,110,.3);color:#fdcb6e}.st-flow-circle.fc-done{background:#00b8941f;border:2px solid rgba(0,184,148,.3);color:#00b894}.st-flow-label{font-size:9px;color:#8a9ab8;font-family:var(--fm);text-align:center}.st-flow-arrow{color:#8a9ab8;font-size:14px;padding:0 4px;margin-bottom:12px;flex-shrink:0}.st-flow-arrow.reject-path{color:#fd79a8;font-size:10px}#tmplApplyGuide{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0a193285;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1300;align-items:center;justify-content:center}.tag-guide-box{background:#fff;border-radius:22px;width:560px;max-width:92vw;box-shadow:0 32px 80px #0050b42e;overflow:hidden}.tag-guide-head{background:linear-gradient(135deg,#0a1a34,#0d2a50);padding:22px 26px 20px;position:relative}.tag-guide-head-badge{display:inline-flex;align-items:center;gap:6px;background:#0d82f533;border:1px solid rgba(13,130,245,.35);border-radius:20px;padding:4px 12px;font-size:11px;color:#5bb8ff;font-family:var(--fm);margin-bottom:10px}.tag-guide-tmpl-row{display:flex;align-items:center;gap:12px}.tag-guide-tmpl-ico{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.tag-guide-tmpl-name{font-size:16px;font-weight:700;color:#fff;font-family:var(--fb);line-height:1.3}.tag-guide-tmpl-sub{font-size:12px;color:#7a9fc0;font-family:var(--fm);margin-top:3px}.tag-guide-close{position:absolute;top:16px;right:18px;background:#ffffff1a;border:none;border-radius:8px;color:#7a9fc0;font-size:20px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;transition:background .2s}.tag-guide-close:hover{background:#fff3;color:#fff}.tag-guide-label-preview{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.tag-guide-label-preview .tg-chip{padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600;font-family:var(--fm)}.tag-guide-body{padding:22px 26px}.tag-guide-section-title{font-size:11px;font-weight:700;color:#9ab0cc;text-transform:uppercase;letter-spacing:1.2px;font-family:var(--fm);margin-bottom:12px}.tag-guide-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.tga-card{border:1.5px solid #e2eaf4;border-radius:14px;padding:14px 16px;cursor:pointer;transition:all .22s;display:flex;gap:12px;align-items:flex-start;background:#fcfcff}.tga-card:hover{border-color:var(--ice-600);background:#f0f7ff;box-shadow:0 4px 18px #0d82f51a}.tga-card.primary-act{border-color:#0d82f5;background:linear-gradient(135deg,#f0f7ff,#e8f3ff);box-shadow:0 4px 18px #0d82f524}.tga-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.tga-title{font-size:13px;font-weight:700;color:#1a2840;font-family:var(--fb);margin-bottom:3px}.tga-desc{font-size:11px;color:#8a9ab8;font-family:var(--fm);line-height:1.5}.tag-guide-link-note{background:#f7f9fc;border-radius:10px;padding:10px 14px;font-size:12px;color:#6a80a0;font-family:var(--fm);line-height:1.7;border:1px solid #e6eef7;margin-top:4px}.tag-guide-link-note b{color:#0d82f5}.tga-link-select{width:100%;padding:9px 12px;border:1.5px solid #dce8f5;border-radius:9px;font-size:12px;font-family:var(--fm);color:#2a4060;background:#fff;margin-top:8px;outline:none;cursor:pointer;display:none}.tga-link-select.show{display:block}.tga-link-btn{margin-top:8px;width:100%;padding:9px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;border-radius:9px;color:#fff;font-size:12px;font-weight:600;font-family:var(--fb);cursor:pointer;display:none;box-shadow:0 2px 10px #0d82f547}.tga-link-btn.show{display:block}.copy-success-flash{animation:copyFlash .5s ease}@keyframes copyFlash{0%,to{opacity:1}50%{opacity:.5}}.preview-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#081020bf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:2000;display:none;align-items:center;justify-content:center;padding:24px}.preview-modal-overlay.open{display:flex;animation:fadeOverlay .2s ease}.preview-modal{background:#0d1829;border:1px solid rgba(13,130,245,.2);border-radius:20px;width:min(960px,96vw);max-height:90vh;display:flex;flex-direction:column;box-shadow:0 32px 80px #0009,0 0 0 1px #00d4ff14 inset;overflow:hidden;position:relative}.preview-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.6),rgba(13,130,245,.6),transparent);pointer-events:none}.pm-header{padding:18px 24px 16px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:14px;flex-shrink:0;background:linear-gradient(135deg,rgba(13,130,245,.06),transparent)}.pm-icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pm-title-wrap{flex:1;min-width:0}.pm-title{font-size:15px;font-weight:700;color:#fff;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-subtitle{font-size:11px;color:#8a9ab8cc;font-family:var(--fm);margin-top:2px}.pm-close{width:32px;height:32px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#b4bed2cc;transition:all .18s;flex-shrink:0}.pm-close:hover{background:#e1705526;border-color:#e170554d;color:#e17055}.pm-tabs{display:flex;gap:4px;padding:12px 24px 0;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.pm-tab{padding:8px 16px;border-radius:8px 8px 0 0;font-size:12px;font-family:var(--fb);cursor:pointer;color:#8a9ab8b3;transition:all .2s;border:1px solid transparent;border-bottom:none;margin-bottom:-1px;display:flex;align-items:center;gap:6px}.pm-tab:hover{color:#fffc;background:#ffffff0a}.pm-tab.active{background:#0d82f51f;border-color:#0d82f533;color:#7ec2ff;font-weight:600}.pm-tab svg{width:13px;height:13px}.pm-body{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.pm-panel{display:none;flex:1;overflow-y:auto;padding:20px 24px;flex-direction:column;gap:16px}.pm-panel.active{display:flex}.pm-panel::-webkit-scrollbar{width:5px}.pm-panel::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.pm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.pm-sample-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .22s;position:relative}.pm-sample-card:hover{border-color:#0d82f566;box-shadow:0 4px 20px #0d82f526;transform:translateY(-2px)}.pm-sample-thumb{width:100%;aspect-ratio:1;position:relative;overflow:hidden}.pm-sample-thumb canvas,.pm-sample-thumb video,.pm-sample-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pm-sample-meta{padding:8px 10px}.pm-sample-name{font-size:10px;font-weight:600;color:#ffffffbf;font-family:var(--fm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-sample-size{font-size:9px;color:#8a9ab899;font-family:var(--fm);margin-top:2px}.pm-sample-badge{position:absolute;top:6px;right:6px;padding:2px 7px;border-radius:5px;font-size:9px;font-weight:700;font-family:var(--fm);background:#0d82f5cc;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pm-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pm-stat-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:14px 16px}.pm-stat-label{font-size:10px;color:#8a9ab8b3;font-family:var(--fm);letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.pm-stat-val{font-size:20px;font-weight:700;color:#fff;font-family:var(--fb)}.pm-stat-sub{font-size:10px;color:#8a9ab880;font-family:var(--fm);margin-top:3px}.pm-dist-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.pm-dist-label{font-size:11px;color:#b4bed2cc;font-family:var(--fm);width:90px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-dist-bar-wrap{flex:1;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.pm-dist-bar{height:100%;border-radius:3px;transition:width .6s cubic-bezier(.4,0,.2,1)}.pm-dist-count{font-size:10px;color:#8a9ab899;font-family:var(--fm);width:44px;text-align:right;flex-shrink:0}.pm-quality-ring-wrap{display:flex;align-items:center;gap:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:20px 24px}.pm-q-list{flex:1;display:flex;flex-direction:column;gap:10px}.pm-q-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.pm-q-name{font-size:12px;color:#b4bed2cc;font-family:var(--fm)}.pm-q-bar-wrap{flex:1;height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden}.pm-q-bar{height:100%;border-radius:3px}.pm-q-val{font-size:11px;font-weight:600;color:#fffc;font-family:var(--fm);width:36px;text-align:right;flex-shrink:0}.pm-footer{padding:14px 24px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;flex-shrink:0;background:#0003}.pm-pg{display:flex;align-items:center;gap:8px;font-size:12px;color:#8a9ab8b3;font-family:var(--fm)}.pm-pg-btn{width:28px;height:28px;border-radius:7px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#b4bed2b3;transition:all .18s}.pm-pg-btn:hover{background:#0d82f526;border-color:#0d82f54d;color:#7ec2ff}.pm-pg-btn:disabled{opacity:.3;cursor:not-allowed}.pm-footer-btns{display:flex;gap:8px}.pm-footer-btn{padding:7px 16px;border-radius:8px;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.pm-footer-btn.outline{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#c8d2e6cc}.pm-footer-btn.outline:hover{background:#ffffff17;border-color:#fff3}.pm-footer-btn.primary{background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;box-shadow:0 4px 14px #0d82f559}.pm-footer-btn.primary:hover{box-shadow:0 6px 20px #00d4ff66}.profile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a14288c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2100;display:none;align-items:center;justify-content:center}.profile-overlay.open{display:flex;animation:fadeOverlay .22s ease}.profile-modal{background:#fff;border-radius:22px;width:min(760px,94vw);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 32px 80px #0d82f526,0 8px 24px #0000001f}.pm-sidenav{width:190px;flex-shrink:0;background:linear-gradient(165deg,#0f1e38,#162645 60%,#1a3060);display:flex;flex-direction:column;padding:28px 14px 20px}.pm-sidenav-avatar{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,var(--ice-400),var(--cyan));display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:700;margin:0 auto 10px;box-shadow:0 0 20px #00d4ff59}.pm-sidenav-name{font-size:14px;font-weight:700;color:#fff;text-align:center;font-family:var(--fb);margin-bottom:3px}.pm-sidenav-role{font-size:10px;color:#00d4ffb3;font-family:var(--fm);text-align:center;margin-bottom:22px}.pm-nav-item{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:all .2s;color:#b4c8e699;font-size:13px;font-family:var(--fb);margin-bottom:2px}.pm-nav-item svg{width:15px;height:15px;flex-shrink:0}.pm-nav-item:hover{background:#ffffff12;color:#ffffffe6}.pm-nav-item.active{background:linear-gradient(135deg,#0d82f540,#00d4ff1f);color:#fff;font-weight:600}.pm-nav-item.active svg{color:#7ec2ff}.pm-sidenav-spacer{flex:1}.pm-logout-btn{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;cursor:pointer;color:#e17055b3;font-size:12px;font-family:var(--fb);transition:all .2s}.pm-logout-btn:hover{background:#e170551a;color:#e17055}.pm-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.pm-content-header{padding:24px 28px 18px;border-bottom:1px solid var(--fog-mid);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.pm-content-title{font-size:17px;font-weight:700;color:#1a2840;font-family:var(--fb)}.pm-content-subtitle{font-size:12px;color:#8a9ab8;font-family:var(--fm);margin-top:2px}.pm-close-btn{width:30px;height:30px;border-radius:8px;background:var(--fog-light);border:1px solid var(--fog-mid);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#8a9ab8;transition:all .18s}.pm-close-btn:hover{background:#fff1ee;border-color:#fdd;color:#e17055}.pm-content-body{flex:1;overflow-y:auto;padding:24px 28px}.pm-content-body::-webkit-scrollbar{width:5px}.pm-content-body::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:3px}.pm-panel{display:none}.pm-panel.active{display:block}.pm-section{margin-bottom:28px}.pm-section-title{font-size:11px;font-weight:700;color:#8a9ab8;text-transform:uppercase;letter-spacing:1.2px;font-family:var(--fm);margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid var(--fog-light)}.pm-avatar-wrap{display:flex;align-items:center;gap:18px;padding:16px;background:var(--fog-light);border-radius:14px;margin-bottom:20px}.pm-avatar-lg{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;flex-shrink:0;background:linear-gradient(135deg,var(--ice-400),var(--cyan));box-shadow:0 4px 16px #0d82f533}.pm-avatar-actions{display:flex;flex-direction:column;gap:7px}.pm-avatar-hint{font-size:11px;color:#b0c0d4;font-family:var(--fm);margin-top:2px}.pm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pm-form-grid.full{grid-template-columns:1fr}.pm-field{display:flex;flex-direction:column;gap:5px}.pm-field label{font-size:11px;color:#6a80a0;font-family:var(--fm);font-weight:600;text-transform:uppercase;letter-spacing:.6px}.pm-field input,.pm-field select{padding:9px 12px;background:var(--fog-light);border:1px solid var(--fog-mid);border-radius:9px;font-size:13px;font-family:var(--fb);color:#1a2840;outline:none;transition:all .25s}.pm-field input:focus,.pm-field select:focus{border-color:var(--ice-300);background:#fff;box-shadow:0 0 0 3px #0d82f514}.pm-field input[readonly]{color:#8a9ab8;cursor:not-allowed;background:var(--fog-light)}.pm-field .pm-field-hint{font-size:10px;color:#b0c0d4;font-family:var(--fm);margin-top:2px}.pm-pwd-strength{display:flex;gap:4px;margin-top:6px}.pm-pwd-seg{height:3px;flex:1;border-radius:2px;background:var(--fog-mid);transition:background .3s}.pm-pwd-label{font-size:10px;color:#b0c0d4;font-family:var(--fm);margin-left:auto}.pm-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--fog-light)}.pm-toggle-row:last-child{border-bottom:none}.pm-toggle-info .pm-toggle-name{font-size:13px;font-weight:600;color:#1a2840;font-family:var(--fb)}.pm-toggle-info .pm-toggle-desc{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:2px}.pm-action-bar{padding:16px 28px;border-top:1px solid var(--fog-mid);display:flex;justify-content:flex-end;gap:10px;flex-shrink:0;background:var(--fog-white)}.pm-btn{padding:9px 22px;border-radius:9px;font-size:13px;font-family:var(--fb);cursor:pointer;transition:all .2s}.pm-btn.cancel{background:#fff;border:1.5px solid var(--fog-mid);color:#6a80a0}.pm-btn.cancel:hover{border-color:var(--ice-200);color:var(--ice-600)}.pm-btn.save{background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;box-shadow:0 4px 14px #0d82f54d}.pm-btn.save:hover{box-shadow:0 6px 20px #00d4ff66;transform:translateY(-1px)}.pm-activity-item{display:flex;align-items:flex-start;gap:12px;padding:11px 0;border-bottom:1px solid var(--fog-light)}.pm-activity-item:last-child{border-bottom:none}.pm-activity-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pm-activity-text{font-size:12px;color:#2a3f5f;font-family:var(--fb);margin-bottom:2px}.pm-activity-time{font-size:10px;color:#b0c0d4;font-family:var(--fm)}.pm-device-row{display:flex;align-items:center;gap:12px;padding:12px;background:var(--fog-light);border-radius:11px;margin-bottom:8px}.pm-device-icon{width:36px;height:36px;border-radius:9px;background:#fff;border:1px solid var(--fog-mid);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pm-device-name{font-size:13px;font-weight:600;color:#1a2840;font-family:var(--fb)}.pm-device-meta{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-top:1px}.pm-device-badge{margin-left:auto;padding:3px 9px;border-radius:5px;font-size:10px;font-weight:700;font-family:var(--fm)}.global-confirm-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483200;display:flex;align-items:center;justify-content:center;padding:22px;background:#0f1c2c75}.global-confirm-dialog{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;width:min(460px,100%);border:1px solid rgba(216,231,245,.95);border-radius:12px;background:#fff;padding:18px;box-shadow:0 24px 60px #11263e38}.global-confirm-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#ff9f431f;color:#b85f00;font-size:20px;font-weight:900;font-family:var(--fm)}.global-confirm-dialog.danger .global-confirm-icon{background:#e048581a;color:#cf3047}.global-confirm-dialog.success .global-confirm-icon{background:#00b8941a;color:#008f72}.global-confirm-dialog.info .global-confirm-icon{background:#0d82f51a;color:#0d82f5}.global-confirm-content{min-width:0}.global-confirm-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.global-confirm-head span{color:#6f87a4;font-size:12px;font-weight:900}.global-confirm-head button{flex:0 0 auto;width:30px;height:30px;border:1px solid #d8e7f5;border-radius:8px;background:#f8fbff;color:#6f87a4;font-size:18px;line-height:1;cursor:pointer}.global-confirm-dialog h3{margin:5px 0 0;color:#172640;font-size:18px;line-height:1.35}.global-confirm-dialog p{margin:10px 0 0;color:#496684;font-size:13px;line-height:1.6;font-weight:800;word-break:break-word}.global-confirm-dialog small{display:block;margin-top:8px;border-radius:8px;background:#f5f9fd;padding:8px 10px;color:#7f95b2;font-size:12px;line-height:1.5;font-weight:800}.global-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.global-confirm-actions button{min-height:38px;border-radius:9px;padding:0 14px;font-size:13px;font-weight:900;cursor:pointer}.global-confirm-actions .secondary{border:1px solid #d8e7f5;background:#fff;color:#42617f}.global-confirm-actions .primary{border:1px solid rgba(255,159,67,.3);background:#d97808;color:#fff}.global-confirm-actions .primary.danger{border-color:#e048584d;background:#cf3047}.global-confirm-actions .primary.success{border-color:#00b8944d;background:#00a884}.global-confirm-actions .primary.info{border-color:#0d82f547;background:#0d82f5}@media (max-width: 560px){.global-confirm-dialog{grid-template-columns:1fr}.global-confirm-icon{width:42px;height:42px}}.qnav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a142880;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:3000;display:none;align-items:flex-start;justify-content:center;padding-top:12vh}.qnav-overlay.open{display:flex;animation:qnavFadeIn .18s ease}@keyframes qnavFadeIn{0%{opacity:0}to{opacity:1}}.qnav-panel{width:min(660px,92vw);background:#fff;border-radius:18px;box-shadow:0 32px 80px #0d82f52e,0 8px 24px #00000024,0 0 0 1px #0d82f51f;overflow:hidden;display:flex;flex-direction:column;max-height:72vh;animation:qnavSlideIn .2s cubic-bezier(.22,1,.36,1)}@keyframes qnavSlideIn{0%{opacity:0;transform:translateY(-16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.qnav-search-row{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--fog-mid);flex-shrink:0}.qnav-search-icon{width:18px;height:18px;flex-shrink:0;color:#8a9ab8}.qnav-search-icon svg{width:18px;height:18px}.qnav-input{flex:1;border:none;outline:none;font-size:15px;font-family:var(--fb);color:#1a2840;background:transparent;caret-color:var(--ice-500)}.qnav-input::placeholder{color:#b0c0d4}.qnav-kbd{padding:3px 8px;border-radius:5px;background:var(--fog-light);border:1px solid var(--fog-mid);font-size:11px;font-family:var(--fm);color:#8a9ab8;white-space:nowrap}.qnav-body{flex:1;overflow-y:auto;padding:8px 0}.qnav-body::-webkit-scrollbar{width:4px}.qnav-body::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:2px}.qnav-group-label{padding:8px 20px 4px;font-size:10px;font-weight:700;color:#b0c0d4;text-transform:uppercase;letter-spacing:1.5px;font-family:var(--fm)}.qnav-item{display:flex;align-items:center;gap:12px;padding:9px 16px;margin:0 8px;border-radius:10px;cursor:pointer;transition:background .12s;position:relative}.qnav-item:hover,.qnav-item.focused{background:linear-gradient(135deg,var(--ice-50),rgba(0,212,255,.04));outline:none}.qnav-item.focused{box-shadow:inset 0 0 0 1.5px #0d82f540}.qnav-item-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.qnav-item-icon svg{width:15px;height:15px}.qnav-item-info{flex:1;min-width:0}.qnav-item-name{font-size:13px;font-weight:500;color:#1a2840;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qnav-item-desc{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qnav-item-tag{padding:2px 8px;border-radius:5px;font-size:10px;font-family:var(--fm);white-space:nowrap;flex-shrink:0}.qnav-item-arrow{width:14px;height:14px;color:#c0cfe0;flex-shrink:0;opacity:0;transition:opacity .15s}.qnav-item:hover .qnav-item-arrow,.qnav-item.focused .qnav-item-arrow{opacity:1}.qnav-item-arrow svg{width:14px;height:14px}.qnav-sep{height:1px;background:var(--fog-light);margin:6px 16px}.qnav-footer{padding:10px 20px;border-top:1px solid var(--fog-mid);display:flex;align-items:center;gap:16px;flex-shrink:0;background:var(--fog-white)}.qnav-hint{display:flex;align-items:center;gap:5px;font-size:11px;color:#b0c0d4;font-family:var(--fm)}.qnav-hint-sep{width:1px;height:12px;background:var(--fog-mid)}.qnav-empty{padding:40px 20px;text-align:center}.qnav-empty-icon{font-size:32px;margin-bottom:10px}.qnav-empty-text{font-size:13px;color:#b0c0d4;font-family:var(--fm)}.qnav-hl{color:var(--ice-500);font-weight:600}.td-wb-cards{display:grid;grid-template-columns:1fr 1fr;gap:8px}.td-wb-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 10px;background:linear-gradient(135deg,#f7f9fc,#eef4ff);border:1.5px solid #dce8f5;border-radius:12px;cursor:pointer;transition:all .2s;text-align:center}.td-wb-card:hover{border-color:#0d82f5;background:linear-gradient(135deg,#eef6ff,#e0f0ff);transform:translateY(-2px);box-shadow:0 6px 20px #0d82f524}.td-wb-card-ico{font-size:22px;line-height:1}.td-wb-card-name{font-size:12px;font-weight:700;color:#1a2840;font-family:var(--fb);line-height:1.3}.td-wb-card-sub{font-size:10px;color:#8a9ab8;font-family:var(--fm)}.td-wb-card.primary-modal{border-color:#0d82f5;background:linear-gradient(135deg,#e8f3ff,#dbeeff)}.td-wb-card-badge{display:inline-block;font-size:9px;padding:1px 7px;border-radius:20px;font-family:var(--fb);font-weight:700;margin-top:2px}.td-doc-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--fog-light);border:1.5px solid var(--fog-mid);border-radius:10px;transition:all .2s}.td-doc-item:hover{border-color:var(--ice-200);background:#fff;box-shadow:0 2px 8px #0d82f514}.td-doc-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#0d82f51a,#00d4ff0f);display:flex;align-items:center;justify-content:center;color:#0d82f5;flex-shrink:0}.td-doc-info{flex:1;min-width:0}.td-doc-name{font-size:13px;font-weight:600;color:#1a2840;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.td-doc-size{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.td-doc-download{width:32px;height:32px;border:none;padding:0;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#0d82f5;background:#0d82f514;transition:all .2s;flex-shrink:0;text-decoration:none}.td-doc-download:hover{background:#0d82f526;transform:scale(1.05)}.td-export-box{display:flex;align-items:center;gap:8px;padding:12px 14px;background:var(--fog-light);border:1.5px solid var(--fog-mid);border-radius:10px}.td-export-select{flex:1;min-width:0;padding:8px 30px 8px 10px;border:1px solid var(--fog-mid);border-radius:8px;background:#fff;color:#1a2840;font-size:12px;font-family:var(--fm);outline:none;cursor:pointer}.td-export-select:focus{border-color:#0d82f5}.td-export-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:92px;height:34px;padding:0 12px;border:none;border-radius:8px;background:linear-gradient(135deg,#0063d4,#0d82f5);color:#fff;font-size:12px;font-weight:700;font-family:var(--fb);cursor:pointer;box-shadow:0 4px 12px #0d82f53d}.td-export-btn svg{width:14px;height:14px}.td-export-btn:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}.td-people-block{padding:12px;background:linear-gradient(180deg,#f8fbff,#f3f8fd);border:1px solid rgba(198,214,232,.72);border-radius:14px;margin-bottom:12px;box-shadow:inset 0 1px #ffffffd1}.td-people-block:last-child{margin-bottom:0}.td-people-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.td-people-label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:900;color:#34506f;font-family:var(--fb);margin-bottom:10px}.td-people-label:before{content:"";width:4px;height:14px;border-radius:999px;background:linear-gradient(180deg,#0d82f5,#00c8ff);box-shadow:0 0 0 3px #0d82f514}.td-people-head .td-people-label{margin-bottom:0}.td-mini-link{height:30px;padding:0 12px;border-radius:10px;border:1px solid rgba(13,130,245,.28);background:linear-gradient(135deg,#0d82f51a,#00c8ff0f);color:#0d82f5;font-size:11px;font-weight:900;font-family:var(--fb);cursor:pointer;box-shadow:0 4px 12px #0d82f51a}.td-mini-link:hover{background:linear-gradient(135deg,#0d82f529,#00c8ff1a);transform:translateY(-1px)}.td-person-card{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fffffff0;border:1px solid rgba(210,222,237,.86);border-radius:12px;min-width:0;box-shadow:0 4px 14px #19375a0d;transition:border-color .18s,box-shadow .18s,transform .18s}.td-person-card:after{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:0 99px 99px 0;background:linear-gradient(180deg,#0d82f5,#00c8ff);opacity:.42}.td-person-card:hover{border-color:#0d82f542;box-shadow:0 8px 22px #0d82f51a;transform:translateY(-1px)}.td-person-card.compact{padding:9px 11px}.td-person-card .aa{width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:15px;font-weight:900;font-family:var(--fb);box-shadow:0 5px 14px #19375a24}.td-person-main{min-width:0;flex:1}.td-person-row{display:flex;align-items:center;gap:7px;min-width:0}.td-person-name{font-size:13px;font-weight:900;color:#172640;font-family:var(--fb);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-person-role{font-size:10px;color:#0d82f5;background:#0d82f514;border:1px solid rgba(13,130,245,.2);border-radius:99px;padding:2px 8px;font-family:var(--fb);font-weight:800;white-space:nowrap}.td-person-sub{font-size:11px;color:#7d92b2;font-family:var(--fm);margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-assignee-list{display:grid;grid-template-columns:1fr;gap:8px;max-height:178px;overflow:auto;padding-right:2px}.td-assignee-list::-webkit-scrollbar{width:4px}.td-assignee-list::-webkit-scrollbar-thumb{background:#c8d8ec;border-radius:4px}.td-empty-line{font-size:12px;color:#8a9ab8;background:#ffffffb8;border:1px dashed #cfddeb;border-radius:11px;padding:12px;text-align:center}.td-sampling-panel{padding:12px;background:linear-gradient(180deg,#f8fbff,#fff 68%);border:1px solid rgba(13,130,245,.16);border-radius:14px;box-shadow:inset 0 1px #ffffffe6}.td-sampling-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.td-sampling-title{font-size:13px;font-weight:900;color:#172640;font-family:var(--fb)}.td-sampling-sub{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:3px}.td-sampling-btn{height:32px;padding:0 14px;border:0;border-radius:10px;background:linear-gradient(135deg,#0063d4,#0d82f5);color:#fff;font-size:12px;font-weight:900;font-family:var(--fb);cursor:pointer;box-shadow:0 7px 18px #0d82f52e;white-space:nowrap}.td-sampling-btn:hover{transform:translateY(-1px);box-shadow:0 9px 22px #0d82f53d}.td-sampling-btn:disabled{opacity:.62;cursor:not-allowed;transform:none;box-shadow:none}.td-sampling-error,.td-sampling-empty{padding:12px;border-radius:11px;font-size:12px;text-align:center;font-family:var(--fm)}.td-sampling-error{background:#e0485814;border:1px solid rgba(224,72,88,.18);color:#c1304f}.td-sampling-empty{background:#ffffffb8;border:1px dashed #d9e4f0;color:#8a9ab8}.td-sampling-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.td-sampling-stats div{padding:10px;background:#ffffffe0;border:1px solid #e1ebf6;border-radius:12px}.td-sampling-stats b{display:block;font-size:18px;line-height:1.1;color:#172640;font-family:var(--fb);font-weight:900}.td-sampling-stats span{display:block;margin-top:4px;font-size:10.5px;color:#8a9ab8;font-family:var(--fm)}.td-sampling-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.td-sampling-tags span{display:inline-flex;align-items:center;max-width:100%;height:24px;padding:0 8px;border-radius:999px;background:#eef6ff;border:1px solid rgba(13,130,245,.16);color:#0d82f5;font-size:10.5px;font-weight:900;font-family:var(--fb)}.td-sampling-list{display:flex;flex-direction:column;gap:7px;margin-bottom:10px}.td-sampling-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:11px;background:#ffffffd1;border:1px solid #e5edf6}.td-sampling-row span{min-width:0}.td-sampling-row b{display:block;font-size:12px;color:#243b5a;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-sampling-row small{display:block;margin-top:2px;font-size:10.5px;color:#8a9ab8;font-family:var(--fm)}.td-sampling-row em{font-style:normal;font-size:10.5px;color:#6a80a0;background:#f4f8fc;border-radius:999px;padding:3px 8px;white-space:nowrap}.td-sampling-more{padding:8px 10px;border-radius:10px;background:#f8fbff;border:1px dashed #d9e4f0;color:#8a9ab8;font-size:11px;text-align:center}.td-sampling-samples{display:flex;flex-direction:column;gap:7px}.td-sampling-sample{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 10px;border-radius:11px;background:#fff;border:1px solid #e5edf6}.td-sampling-sample b{display:block;font-size:12px;color:#172640;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-sampling-sample span{display:block;margin-top:2px;font-size:10.5px;color:#8a9ab8;font-family:var(--fm)}.td-sampling-sample>div:last-child{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:5px}.td-sampling-sample em{font-style:normal;height:22px;display:inline-flex;align-items:center;padding:0 7px;border-radius:999px;background:#00b89417;border:1px solid rgba(0,184,148,.16);color:#008f74;font-size:10px;font-weight:900;font-family:var(--fb);white-space:nowrap}.td-rework-panel{padding:12px;background:linear-gradient(180deg,#fff8f9,#fff 58%);border:1px solid rgba(224,72,88,.18);border-radius:14px;box-shadow:inset 0 1px #ffffffe6}.td-rework-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.td-rework-title{font-size:13px;font-weight:900;color:#172640;font-family:var(--fb)}.td-rework-sub{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:3px}.td-rework-primary{height:32px;padding:0 14px;border:0;border-radius:10px;background:linear-gradient(135deg,#e04858,#ff7a59);color:#fff;font-size:12px;font-weight:900;font-family:var(--fb);cursor:pointer;box-shadow:0 7px 18px #e048582e;white-space:nowrap}.td-rework-primary:hover{transform:translateY(-1px);box-shadow:0 9px 22px #e048583d}.td-rework-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 12px}.td-rework-summary-card{min-width:0;padding:9px 10px;border-radius:11px;background:#ffffffe0;border:1px solid rgba(217,228,240,.82);box-shadow:0 5px 14px #19375a0b}.td-rework-summary-card b{display:block;color:#172640;font-size:18px;line-height:1;font-family:var(--fd)}.td-rework-summary-card span{display:block;margin-top:5px;color:#7087a8;font-size:10px;font-weight:900;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-rework-summary-card.danger{border-color:#e0485833;background:linear-gradient(180deg,#fff4f6f0,#ffffffe6)}.td-rework-summary-card.danger b{color:#c1304f}.td-rework-summary-card.ok{border-color:#00b8942e;background:linear-gradient(180deg,#ebfffaf0,#ffffffe6)}.td-rework-summary-card.ok b{color:#009b79}.td-rework-summary-card.warn{border-color:#ff9f4338;background:linear-gradient(180deg,#fff8ebf5,#ffffffe6)}.td-rework-summary-card.warn b{color:#c66a13}.td-rework-summary-card.muted b{color:#4a6080}.td-rework-toolbar{display:flex;align-items:center;gap:8px;margin:0 0 10px}.td-rework-search{flex:1;min-width:0;display:flex;align-items:center;gap:6px}.td-rework-search input{flex:1;min-width:0;height:34px;border-radius:10px;border:1px solid #d9e5f2;background:#ffffffeb;padding:0 10px;color:#172640;font-size:12px;font-weight:700;font-family:var(--fm);outline:none}.td-rework-search input:focus{border-color:#0d82f5;box-shadow:0 0 0 3px #0d82f51a}.td-rework-search button,.td-rework-clear{height:34px;padding:0 10px;border-radius:10px;border:1px solid #d9e5f2;background:#fff;color:#4a6080;font-size:11px;font-weight:900;font-family:var(--fb);cursor:pointer;white-space:nowrap}.td-rework-search button:hover,.td-rework-clear:hover{border-color:#0d82f5;color:#0d82f5;background:#f3f9ff}.td-rework-search button:disabled{opacity:.58;cursor:not-allowed}.td-rework-filter{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:0 0 10px;margin-bottom:10px;border-bottom:1px solid rgba(217,228,240,.72)}.td-rework-filter button{height:28px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border-radius:999px;border:1px solid #d9e5f2;background:#fff;color:#607694;font-size:11px;font-weight:900;font-family:var(--fb);white-space:nowrap;cursor:pointer}.td-rework-filter button span{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef5fc;color:#7087a8;font-size:10px;font-family:var(--fd)}.td-rework-filter button.active{border-color:#0d82f5;background:#0d82f514;color:#0d82f5}.td-rework-filter button.major.active,.td-rework-filter button.critical.active{border-color:#e0485861;background:#e048581a;color:#c1304f}.td-rework-filter button.moderate.active{border-color:#ff9f4361;background:#ff9f431f;color:#c66a13}.td-rework-error,.td-rework-empty{padding:12px;border-radius:11px;font-size:12px;text-align:center;font-family:var(--fm)}.td-rework-error{background:#e0485814;border:1px solid rgba(224,72,88,.18);color:#c1304f}.td-rework-empty{background:#ffffffb8;border:1px dashed #d9e4f0;color:#8a9ab8}.td-rework-list{display:flex;flex-direction:column;gap:10px;max-height:60vh;overflow:auto;padding-right:3px}.td-rework-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:8px 10px;padding:12px;background:#fffffff0;border:1px solid rgba(217,228,240,.92);border-radius:13px;box-shadow:0 5px 16px #19375a0d}.td-rework-item:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 99px 99px 0;background:linear-gradient(180deg,#e04858,#ff9f43)}.td-rework-item.exceeded:before{background:linear-gradient(180deg,#b4233c,#e04858)}.td-rework-card-head{grid-column:1 / -1;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.td-rework-item-main{min-width:0}.td-rework-file{font-size:13px;font-weight:900;color:#172640;font-family:var(--fb);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-rework-meta{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:4px;font-size:10px;color:#8a9ab8;font-family:var(--fm)}.td-rework-score{grid-column:2;grid-row:1 / span 2;align-self:start;justify-self:end;min-width:48px;padding:7px 8px;border-radius:11px;background:#e0485814;border:1px solid rgba(224,72,88,.16);text-align:center;color:#c1304f}.td-rework-card-head .td-rework-score{flex:0 0 auto;grid-column:auto;grid-row:auto}.td-rework-score b{display:block;font-size:17px;line-height:1;font-family:var(--fd)}.td-rework-score span{font-size:10px;font-weight:800}.td-rework-context{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.td-rework-context div{min-width:0;padding:8px 9px;border-radius:10px;background:#f8fbff;border:1px solid #edf3fa}.td-rework-context span{display:block;margin-bottom:4px;color:#8a9ab8;font-size:10px;font-weight:900;font-family:var(--fb)}.td-rework-context b{display:block;color:#172640;font-size:11px;font-weight:900;font-family:var(--fm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-rework-context b.ok{color:#009b79}.td-rework-context b.warn{color:#c66a13}.td-rework-context b.danger{color:#c1304f}.td-rework-diff{grid-column:1 / -1;display:flex;align-items:center;gap:6px;min-height:30px;padding:7px 9px;border-radius:10px;background:#0d82f50e;border:1px solid rgba(13,130,245,.12);font-size:11px;color:#4a6080}.td-rework-diff span{flex:0 0 auto;color:#0d82f5;font-weight:900;font-family:var(--fb)}.td-rework-diff b{min-width:0;flex:1;color:#172640;font-size:11px;font-weight:900;font-family:var(--fm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-rework-diff em{font-style:normal;color:#8a9ab8;font-size:10px;white-space:nowrap}.td-rework-diff-grid{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);gap:8px;align-items:stretch;padding:9px;border-radius:12px;background:linear-gradient(180deg,#f7fbff,#fff);border:1px solid rgba(13,130,245,.13)}.td-rework-diff-col{min-width:0;padding:8px 9px;border-radius:10px;background:#ffffffe6;border:1px solid rgba(217,228,240,.8)}.td-rework-diff-col span{display:block;margin-bottom:4px;color:#8a9ab8;font-size:10px;font-weight:900;font-family:var(--fb)}.td-rework-diff-col b{display:block;color:#172640;font-size:13px;font-weight:900;font-family:var(--fd)}.td-rework-diff-col em{display:block;margin-top:3px;color:#607694;font-size:11px;font-style:normal;font-weight:800;font-family:var(--fm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-rework-diff-col.current{border-color:#0d82f52e;background:#f0f8ffe6}.td-rework-diff-arrow{align-self:center;justify-self:center;color:#0d82f5;font-size:15px;font-weight:900;font-family:var(--fb)}.td-rework-change{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border-radius:10px;background:#7087a812;color:#607694}.td-rework-change.changed{background:#ff9f431a;color:#c66a13}.td-rework-change span{font-size:11px;font-weight:900;font-family:var(--fb);white-space:nowrap}.td-rework-change em{min-width:0;font-size:10px;font-style:normal;font-weight:800;font-family:var(--fm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-rework-comment{grid-column:1 / -1;padding:9px 10px;border-radius:10px;background:#f8fbff;border:1px solid #edf3fa;color:#405878;font-size:12px;line-height:1.55}.td-rework-comment span{display:block;margin-bottom:3px;color:#8a9ab8;font-size:10px;font-weight:900;font-family:var(--fb)}.td-rework-issue-block{grid-column:1 / -1;display:flex;flex-direction:column;gap:6px}.td-rework-block-title{color:#8a9ab8;font-size:10px;font-weight:900;font-family:var(--fb)}.td-rework-issues{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px}.td-rework-issue{display:inline-flex;align-items:center;max-width:100%;height:24px;padding:0 8px;border-radius:999px;background:#0d82f514;border:1px solid rgba(13,130,245,.16);color:#0d82f5;font-size:10px;font-weight:900;font-family:var(--fb)}.td-rework-issue.moderate{background:#ff9f431a;border-color:#ff9f4333;color:#c66a13}.td-rework-issue.major{background:#e048581a;border-color:#e0485833;color:#c1304f}.td-rework-issue.critical{background:#961c2e1a;border-color:#961c2e33;color:#961c2e}.td-rework-issue.muted{background:#f3f7fb;border-color:#e2ebf5;color:#8a9ab8}.td-rework-limit{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:2px}.td-rework-limit span{height:24px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;font-size:11px;font-weight:900;font-family:var(--fb)}.td-rework-limit span.ok{background:#00b8941a;color:#009b79}.td-rework-limit span.warn{background:#ff9f431f;color:#c66a13}.td-rework-limit span.danger{background:#e048581f;color:#c1304f}.td-rework-limit em{font-style:normal;font-size:11px;color:#8a9ab8;font-family:var(--fm)}.td-rework-note{grid-column:1 / -1;display:flex;flex-direction:column;gap:5px}.td-rework-note label{color:#7087a8;font-size:10px;font-weight:900;font-family:var(--fb)}.td-rework-note textarea{width:100%;min-height:58px;resize:vertical;border-radius:10px;border:1px solid #d9e5f2;background:#fff;padding:8px 10px;color:#172640;font-size:12px;line-height:1.45;font-family:var(--fm);outline:none}.td-rework-note textarea:focus{border-color:#0d82f5;box-shadow:0 0 0 3px #0d82f51a}.td-rework-note textarea:disabled{background:#f7fafd;color:#8a9ab8;cursor:not-allowed}.td-rework-actions{grid-column:1 / -1;display:flex;justify-content:flex-end}.td-rework-item-action{height:32px;padding:0 13px;border:0;border-radius:10px;background:linear-gradient(135deg,#0d82f5,#48b8ff);color:#fff;font-size:12px;font-weight:900;font-family:var(--fb);cursor:pointer;box-shadow:0 7px 16px #0d82f529}.td-rework-item-action:hover{transform:translateY(-1px);box-shadow:0 9px 20px #0d82f538}.td-rework-item-action:disabled{background:#e8eff7;color:#8a9ab8;box-shadow:none;cursor:not-allowed;transform:none}.td-rework-more{width:100%;height:34px;margin-top:10px;border-radius:10px;border:1px solid #d9e5f2;background:#fff;color:#4a6080;font-size:12px;font-weight:900;font-family:var(--fb);display:flex;align-items:center;justify-content:center}.td-rework-more:hover{border-color:#0d82f5;color:#0d82f5;background:#f3f9ff}.td-rework-more:disabled{opacity:.58;cursor:not-allowed}@media (max-width:1360px){.td-rework-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.td-rework-context{grid-template-columns:1fr}}.td-time-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a14288c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:3200;display:flex;align-items:center;justify-content:center;padding:24px}.td-time-modal{width:min(900px,calc(100vw - 48px));max-height:calc(100vh - 48px);background:#fff;border-radius:18px;box-shadow:0 28px 90px #0a142847;overflow:hidden;display:flex;flex-direction:column}.td-time-modal-head{height:78px;padding:0 24px;border-bottom:1px solid #dbe7f3;display:flex;align-items:center;justify-content:space-between}.td-time-modal-title{font-size:20px;font-weight:900;color:#172640;font-family:var(--fb)}.td-time-modal-sub{font-size:12px;color:#8aa0bf;margin-top:4px;font-family:var(--fm)}.td-time-modal-close{width:38px;height:38px;border-radius:12px;border:1px solid #d6e2ee;background:#f1f6fb;color:#8aa0bf;display:flex;align-items:center;justify-content:center;cursor:pointer}.td-time-modal-close svg{width:22px;height:22px}.td-time-table{padding:14px 20px 20px;overflow:auto}.td-time-tr{display:grid;grid-template-columns:minmax(200px,1.4fr) 130px 110px 1fr 1fr;gap:14px;align-items:center;padding:13px 14px;font-size:12px;color:#4a6080;border-radius:12px;transition:background .15s}.td-time-tr.head{position:sticky;top:0;background:#f3f8fd;border:1px solid #dce8f5;font-size:11px;font-weight:900;color:#7d92b2;font-family:var(--fb);letter-spacing:.5px;z-index:1;padding:11px 14px;margin-bottom:4px}.td-time-tr:not(.head){border:1px solid transparent}.td-time-tr:not(.head):nth-child(2n){background:#fafcfe}.td-time-tr:not(.head):hover{background:#f0f7ff;border-color:#d8e8fb}.td-time-user{display:flex;align-items:center;gap:11px;min-width:0}.td-time-user .aa{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:16px;font-weight:900;font-family:var(--fb);box-shadow:0 5px 14px #19375a2e}.td-time-progress{display:flex;flex-direction:column;gap:5px}.td-time-progress-txt{font-size:12px;font-weight:800;color:#2a4060;font-family:var(--fm)}.td-time-progress-bar{height:5px;border-radius:999px;background:#e6eef7;overflow:hidden}.td-time-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#0d82f5,#38a3ff);transition:width .3s}.td-time-progress-fill.done{background:linear-gradient(90deg,#00b894,#00d4aa)}.td-time-duration{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 11px;border-radius:999px;background:#0d82f51a;color:#0d82f5;font-weight:800;font-family:var(--fm);font-size:12px;width:fit-content}.td-time-duration svg{width:12px;height:12px}.td-time-when{font-size:12px;color:#5a7090;font-family:var(--fm)}.td-time-when.muted{color:#b0c0d4}.td-time-done-pill{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:800}.td-time-done-pill.ok{background:#00b8941f;color:#00a378}.td-time-done-pill.pending{background:#f1f5fa;color:#8aa0bf}.td-time-empty{padding:44px 12px;text-align:center;color:#8aa0bf;font-size:13px}.ct-source-tabs{display:flex;gap:4px;margin-bottom:12px;background:#f4f7fb;border-radius:10px;padding:4px}.ct-src-tab{display:flex;align-items:center;gap:6px;flex:1;justify-content:center;padding:7px 12px;border:none;border-radius:7px;background:transparent;color:#8a9ab8;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .18s;font-weight:600}.ct-src-tab.active{background:#fff;color:#0d82f5;box-shadow:0 2px 8px #00000014}.ct-source-panel{animation:ctFadeIn .2s ease}@keyframes ctFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.ct-ds-search-row{display:flex;gap:8px;margin-bottom:10px}.ct-ds-searchbox{display:flex;align-items:center;gap:7px;flex:1;background:#f7f9fc;border:1.5px solid #dce6f0;border-radius:9px;padding:7px 12px;transition:border-color .15s}.ct-ds-searchbox:focus-within{border-color:#0d82f5;background:#fff}.ct-ds-searchbox svg{color:#b0c0d4;flex-shrink:0}.ct-ds-searchbox input{border:none;background:none;outline:none;font-size:12px;font-family:var(--fm);color:#1a2840;flex:1}.ct-ds-filter-sel{border:1.5px solid #dce6f0;border-radius:9px;padding:7px 10px;font-size:11px;font-family:var(--fm);color:#4a6080;background:#fff;cursor:pointer;outline:none;flex-shrink:0}.ct-ds-list{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto;margin-bottom:8px}.ct-ds-list::-webkit-scrollbar{width:4px}.ct-ds-list::-webkit-scrollbar-thumb{background:#dce6f0;border-radius:2px}.ct-ds-row{display:flex;align-items:center;gap:10px;padding:9px 12px;border:1.5px solid #e8eef6;border-radius:10px;cursor:pointer;transition:all .15s;background:#fcfcff}.ct-ds-row:hover{border-color:#0d82f5;background:#f0f7ff}.ct-ds-row.selected{border-color:#0d82f5;background:linear-gradient(135deg,#f0f7ff,#e8f3ff);box-shadow:0 2px 10px #0d82f51a}.ct-ds-ico{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.ct-ds-info{flex:1;min-width:0}.ct-ds-name{font-size:12px;font-weight:700;color:#1a2840;font-family:var(--fb);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-ds-meta{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-top:2px}.ct-ds-count{font-size:11px;color:#0d82f5;font-weight:600;font-family:var(--fb);white-space:nowrap}.ct-ds-radio{width:15px;height:15px;border-radius:50%;border:2px solid #dce6f0;flex-shrink:0;transition:all .15s;position:relative}.ct-ds-row.selected .ct-ds-radio{border-color:#0d82f5;background:#0d82f5}.ct-ds-row.selected .ct-ds-radio:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;background:#fff}.ct-selected-ds-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#00b8940f;border:1.5px solid rgba(0,184,148,.25);border-radius:9px;font-size:12px;color:#00b894;font-family:var(--fb)}.ct-upload-zone{border:2px dashed #dce6f0;border-radius:12px;padding:28px 20px;text-align:center;cursor:pointer;transition:all .2s;background:#fafcff;position:relative}.ct-upload-zone:hover,.ct-upload-zone.dragover{border-color:#0d82f5;background:#0d82f50a}.ct-upload-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;z-index:1}.ct-upload-ico{color:#c0d0e8;margin-bottom:12px}.ct-upload-label{font-size:13px;color:#4a6080;font-family:var(--fm);margin-bottom:6px}.ct-upload-link{color:#0d82f5;font-weight:600;text-decoration:underline;cursor:pointer}.ct-upload-hint{font-size:11px;color:#b0c0d4;font-family:var(--fm);line-height:1.6}.ct-fmt-chips{display:flex;flex-wrap:wrap;gap:5px;margin:10px 0 6px}.ct-fmt-chip{padding:3px 9px;border-radius:20px;border:1px solid #dce6f0;font-size:10px;color:#8a9ab8;font-family:var(--fm);background:#f7f9fc}.ct-file-list{display:flex;flex-direction:column;gap:5px;max-height:180px;overflow-y:auto;margin-top:6px}.ct-file-row{display:flex;align-items:center;gap:8px;padding:7px 10px;background:#f7f9fc;border:1px solid #e8eef6;border-radius:8px;animation:ctFadeIn .2s}.ct-file-ico{font-size:16px;flex-shrink:0}.ct-file-name{font-size:12px;color:#1a2840;font-family:var(--fm);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-file-size{font-size:10px;color:#b0c0d4;font-family:var(--fm);white-space:nowrap}.ct-file-del{background:none;border:none;color:#e04858;cursor:pointer;font-size:15px;padding:0 3px;opacity:.5;transition:opacity .15s}.ct-file-del:hover{opacity:1}.ct-upload-summary{display:flex;align-items:center;gap:6px;padding:7px 12px;background:#00b8940f;border:1.5px solid rgba(0,184,148,.2);border-radius:8px;font-size:12px;color:#00b894;font-family:var(--fm);margin-top:8px}.ct-tmpl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;max-height:220px;overflow-y:auto;margin-bottom:8px}.ct-tmpl-grid::-webkit-scrollbar{width:4px}.ct-tmpl-grid::-webkit-scrollbar-thumb{background:#dce6f0;border-radius:2px}.ct-tmpl-card{border:1.5px solid #e8eef6;border-radius:10px;padding:10px 10px 8px;cursor:pointer;transition:all .18s;background:#fcfcff;display:flex;flex-direction:column;gap:5px}.ct-tmpl-card:hover{border-color:#0d82f5;background:#f0f7ff}.ct-tmpl-card.selected{border-color:#0d82f5;background:linear-gradient(135deg,#f0f7ff,#e8f3ff);box-shadow:0 2px 10px #0d82f51f}.ct-tmpl-card-top{display:flex;align-items:center;gap:6px}.ct-tmpl-card-ico{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.ct-tmpl-card-name{font-size:11px;font-weight:700;color:#1a2840;font-family:var(--fb);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3;flex:1;min-width:0}.ct-tmpl-card-tags{display:flex;flex-wrap:wrap;gap:3px}.ct-tmpl-card-tag{font-size:9.5px;padding:1px 6px;border-radius:20px;font-family:var(--fm);font-weight:600}.ct-tmpl-card-sel-mark{display:none;position:absolute;top:6px;right:6px;width:16px;height:16px;background:#0d82f5;border-radius:50%;color:#fff;font-size:10px;align-items:center;justify-content:center}.ct-tmpl-card.selected .ct-tmpl-card-sel-mark{display:flex}.ct-tmpl-card{position:relative}.ct-selected-tmpl-bar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:linear-gradient(135deg,#0d82f50f,#00cec90a);border:1.5px solid rgba(13,130,245,.2);border-radius:10px;margin-top:4px}.ct-selected-tmpl-ico{font-size:20px;flex-shrink:0}.ct-selected-tmpl-name{font-size:13px;font-weight:700;color:#1a2840;font-family:var(--fb)}.ct-selected-tmpl-labels{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.ct-custom-label-wrap{display:flex;flex-direction:column;gap:10px}.ct-custom-label-input-row{display:flex;gap:8px}.ct-custom-lbl-input{flex:1;border:1.5px solid #dce6f0;border-radius:9px;padding:9px 12px;font-size:13px;font-family:var(--fm);color:#1a2840;outline:none;transition:border-color .15s}.ct-custom-lbl-input:focus{border-color:#0d82f5}.ct-custom-lbl-add-btn{display:flex;align-items:center;gap:5px;padding:9px 16px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;border-radius:9px;color:#fff;font-size:12px;font-weight:600;font-family:var(--fb);cursor:pointer;white-space:nowrap;box-shadow:0 2px 10px #0d82f540;flex-shrink:0}.ct-color-presets{display:flex;align-items:center;gap:6px}.ct-color-dot{width:18px;height:18px;border-radius:50%;cursor:pointer;transition:transform .15s;border:2px solid transparent}.ct-color-dot:hover{transform:scale(1.2)}.ct-color-dot.active{border-color:#fff;box-shadow:0 0 0 2px currentColor,0 2px 6px #0003}.ct-quick-fill-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ct-quick-btn{padding:4px 10px;border:1.5px solid #dce6f0;border-radius:20px;background:#fff;color:#6a80a0;font-size:11px;font-family:var(--fm);cursor:pointer;transition:all .15s}.ct-quick-btn:hover{border-color:#0d82f5;color:#0d82f5;background:#f0f7ff}.ct-custom-tags-area{display:flex;flex-wrap:wrap;gap:6px;min-height:48px;background:#f7f9fc;border:1.5px dashed #dce6f0;border-radius:10px;padding:10px;align-content:flex-start}.ct-custom-tags-empty{font-size:11px;color:#c0d0e0;font-family:var(--fm);width:100%;text-align:center;padding:8px 0}.ct-custom-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;font-family:var(--fb);cursor:default;animation:ctFadeIn .2s}.ct-custom-tag button{background:none;border:none;cursor:pointer;color:inherit;opacity:.6;font-size:14px;padding:0 1px;line-height:1;transition:opacity .15s}.ct-custom-tag button:hover{opacity:1}.ct-custom-tags-footer{display:flex;align-items:center;font-size:11px;color:#8a9ab8;font-family:var(--fm)}.cw-box{background:#fff;border-radius:22px;width:680px;max-width:95vw;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 28px 90px #00000038,0 0 0 1px #0d82f514;animation:modalSlide .28s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none}}.cw-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 14px;flex-shrink:0;border-bottom:1px solid #f0f4f8}.cw-head-left{display:flex;flex-direction:column;gap:10px}.cw-title{font-size:17px;font-weight:800;color:#0d1e38;font-family:var(--fb);letter-spacing:-.3px}.cw-type-tabs{display:flex;gap:5px}.cw-type-tab{padding:5px 14px;border-radius:20px;border:1.5px solid #dce6f0;background:#fff;color:#6a80a0;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .18s;font-weight:600}.cw-type-tab.active{background:linear-gradient(135deg,#0063d4,#0d82f5);border-color:transparent;color:#fff;box-shadow:0 3px 12px #0d82f54d}.cw-close-btn{background:#0000000a;border:none;border-radius:9px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#8a9ab8;transition:all .15s;flex-shrink:0;margin-top:2px}.cw-close-btn:hover{background:#e048581a;color:#e04858}.cw-stepper{display:flex;align-items:center;padding:14px 28px;background:linear-gradient(180deg,#f8faff,#f2f5fb);border-bottom:1px solid #e8eef8;flex-shrink:0;gap:0}.cw-step{display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .15s}.cw-step:not(.active):not(.done){opacity:.45}.cw-step-circle{width:28px;height:28px;border-radius:50%;border:2px solid #dce6f0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#8a9ab8;font-family:var(--fb);transition:all .25s;flex-shrink:0}.cw-step.active .cw-step-circle{border-color:#0d82f5;background:linear-gradient(135deg,#0063d4,#0d82f5);color:#fff;box-shadow:0 3px 12px #0d82f559}.cw-step.done .cw-step-circle{border-color:#00b894;background:#00b894;color:#fff}.cw-step-num{display:block}.cw-step.done .cw-step-num,.cw-step-check{display:none}.cw-step.done .cw-step-check{display:block}.cw-step-label{font-size:12px;font-weight:600;font-family:var(--fb);color:#4a6080;transition:color .2s;white-space:nowrap}.cw-step.active .cw-step-label{color:#0d82f5}.cw-step.done .cw-step-label{color:#00b894}.cw-step-line{flex:1;height:2px;background:#e8eef8;border-radius:1px;margin:0 10px;position:relative;overflow:hidden}.cw-step-line.done:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#00b894,#00d4aa);animation:cwLineFill .4s ease}@keyframes cwLineFill{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1)}}.cw-body{flex:1;overflow-y:auto;min-height:0}.cw-body::-webkit-scrollbar{width:5px}.cw-body::-webkit-scrollbar-thumb{background:#dce6f0;border-radius:3px}.cw-step-panel{display:none;animation:cwPanelIn .22s ease}.cw-step-panel.active{display:block}@keyframes cwPanelIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:none}}.cw-panel-inner{padding:20px 24px;display:flex;flex-direction:column;gap:16px}.cw-label{display:block;font-size:11px;font-weight:700;color:#5a7090;text-transform:uppercase;letter-spacing:.8px;font-family:var(--fm);margin-bottom:7px}.cw-req{color:#e04858;font-size:12px;text-transform:none;letter-spacing:0}.cw-input,.cw-select,.cw-textarea{width:100%;box-sizing:border-box;padding:10px 13px;border:1.5px solid #dce6f0;border-radius:10px;font-size:13px;font-family:var(--fm);color:#1a2840;background:#fafcff;outline:none;transition:border-color .15s,box-shadow .15s}.cw-input:focus,.cw-select:focus,.cw-textarea:focus{border-color:#0d82f5;box-shadow:0 0 0 3px #0d82f51a;background:#fff}.cw-textarea{resize:vertical;min-height:76px;line-height:1.7}.cw-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cw-field-group{display:flex;flex-direction:column}.cw-field-hint{margin-top:6px;font-size:11px;line-height:1.5;color:#7d92b0}.cw-readonly-note{min-height:44px;display:flex;align-items:center;padding:8px 12px;border:1px solid #d4e2f0;border-radius:8px;color:#6a80a0;background:#f8fbff;font-size:12px;line-height:1.5}.cw-quality-card{border:1.5px solid #dce8f6;background:linear-gradient(180deg,#fbfdff,#f7fbff);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 22px #0d2b540d}.cw-quality-card.muted{background:#fbfcff}.cw-quality-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.cw-quality-title{font-size:14px;font-family:var(--fb);font-weight:800;color:#1a2840}.cw-quality-subtitle{font-size:12px;color:#7d92b0;margin-top:3px;line-height:1.5}.cw-quality-head-actions{display:flex;align-items:stretch;gap:8px}.cw-quality-estimate{min-width:150px;border:1px solid rgba(13,130,245,.18);background:#fff;border-radius:10px;padding:8px 10px;text-align:right}.cw-quality-estimate b{display:block;color:#0d82f5;font-size:15px;font-family:var(--fb);font-weight:900}.cw-quality-estimate span{font-size:10px;color:#8aa0bf;font-family:var(--fm)}.cw-quality-estimate small{display:block;margin-top:3px;font-size:9.5px;line-height:1.35;color:#9aaac0;font-family:var(--fm)}.cw-quality-section{display:flex;flex-direction:column;gap:8px}.cw-quality-section-title{font-size:11px;font-family:var(--fb);font-weight:800;color:#5a7090}.cw-quality-ratios{display:flex;flex-wrap:wrap;gap:8px}.cw-quality-pill{min-height:34px;border:1.5px solid #dce6f0;border-radius:9px;background:#fff;color:#5d7392;padding:0 13px;font-size:12px;font-family:var(--fb);font-weight:700;cursor:pointer;transition:all .16s}.cw-quality-pill:hover{border-color:#0d82f5;color:#0d82f5;background:#f3f9ff}.cw-quality-pill.active{border-color:#0d82f5;background:#eaf5ff;color:#0d82f5;box-shadow:0 2px 10px #0d82f51f}.cw-quality-custom-ratio{display:flex;align-items:center;gap:8px;width:160px}.cw-quality-custom-ratio .cw-input{height:38px}.cw-quality-custom-ratio span{font-size:12px;font-family:var(--fb);color:#6a80a0}.cw-quality-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cw-quality-preset{min-height:78px;text-align:left;border:1.5px solid #e0e9f4;border-radius:12px;background:#fff;padding:11px 12px;cursor:pointer;transition:all .16s}.cw-quality-preset:hover{border-color:#0d82f5;background:#f7fbff}.cw-quality-preset.active{border-color:#0d82f5;background:linear-gradient(135deg,#eef7ff,#f8fcff);box-shadow:0 2px 12px #0d82f51f}.cw-quality-preset b{display:block;font-size:12.5px;color:#18304f;font-family:var(--fb);margin-bottom:4px}.cw-quality-preset span{display:block;font-size:11px;line-height:1.45;color:#7d92b0;font-family:var(--fm)}.cw-quality-advanced{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;border:1px dashed #cfdeef;border-radius:12px;background:#fff}.cw-quality-switch{display:flex;align-items:flex-start;gap:9px;padding:9px;border-radius:9px;cursor:pointer;transition:background .16s}.cw-quality-switch:hover{background:#f5f9ff}.cw-quality-switch input{position:absolute;opacity:0;pointer-events:none}.cw-quality-switch-ui{width:34px;height:20px;border-radius:999px;background:#d7e3f1;position:relative;flex-shrink:0;margin-top:2px;transition:background .16s}.cw-quality-switch-ui:after{content:"";position:absolute;width:16px;height:16px;left:2px;top:2px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #293e5c38;transition:transform .16s}.cw-quality-switch input:checked+.cw-quality-switch-ui{background:#0d82f5}.cw-quality-switch input:checked+.cw-quality-switch-ui:after{transform:translate(14px)}.cw-quality-switch-copy b{display:block;font-size:12px;color:#243b5a;font-family:var(--fb)}.cw-quality-switch-copy small{display:block;margin-top:2px;font-size:10.5px;line-height:1.45;color:#8aa0bf;font-family:var(--fm)}.cw-quality-preview{display:flex;flex-wrap:wrap;gap:6px;padding-top:2px}.cw-quality-preview span{display:inline-flex;align-items:center;min-height:24px;padding:2px 9px;border-radius:999px;background:#eef6ff;color:#0d82f5;font-size:11px;font-family:var(--fb);border:1px solid rgba(13,130,245,.15)}.cw-auto-review-panel{border:1px solid #d8e6f5;border-radius:12px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:12px;transition:opacity .16s,background .16s}.cw-auto-review-panel.disabled{background:#fbfcff}.cw-auto-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cw-auto-review-title{font-size:13px;font-family:var(--fb);font-weight:900;color:#18304f}.cw-auto-review-subtitle{font-size:11.5px;color:#7d92b0;line-height:1.45;margin-top:2px}.cw-auto-review-toggle{padding:2px 0;margin-top:0;white-space:nowrap}.cw-auto-review-toggle:hover{background:transparent}.cw-auto-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;align-items:start}.cw-auto-review-model{grid-column:1 / -1;display:flex;flex-direction:column;gap:6px;min-width:0}.cw-auto-review-label,.cw-auto-review-field>span,.cw-auto-review-actions label>span{font-size:11.5px;font-family:var(--fb);font-weight:800;color:#5a7090}.cw-auto-review-field{display:flex;flex-direction:column;gap:6px;min-width:0}.cw-auto-review-field .cw-input{height:42px}.cw-assignee-picker.cw-auto-review-picker{display:grid;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:10px;min-height:42px;padding:8px 12px;flex-wrap:nowrap}.cw-auto-review-model-icon{width:30px;height:30px;border-radius:8px;flex-shrink:0;background:linear-gradient(135deg,#0d82f5,#6c5ce7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-family:var(--fb);font-weight:900;letter-spacing:0}.cw-auto-review-model-icon.small{width:30px;height:30px;background:#0d82f51f;color:#0d82f5}.cw-auto-review-model-name{font-size:13px;font-weight:700;color:#1a2840;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-auto-review-model-meta{font-size:11px;color:#8a9ab8;margin-top:2px;line-height:1.4}.cw-auto-review-placeholder{font-size:13px;color:#b0c0d4}.cw-auto-review-model-row-title{font-size:13px;font-weight:700;color:#1a2840;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cw-auto-review-model-row-title em{font-style:normal;font-size:10px;color:#e08440;background:#e084401f;padding:1px 5px;border-radius:4px}.cw-auto-review-model-desc{font-size:11px;color:#b0c0d4;margin-top:3px;line-height:1.5}.cw-auto-review-help{margin-top:6px;font-size:11px;color:#8a9ab8;line-height:1.5}.cw-auto-review-help a{color:#0d82f5;cursor:pointer;margin:0 4px;font-family:var(--fb)}.cw-auto-review-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cw-auto-review-actions label{display:flex;flex-direction:column;gap:6px;min-width:0}.cw-auto-review-actions .cw-select,.cw-auto-review-ratio .cw-input{height:40px}.cw-auto-review-ratio{display:flex;align-items:center;gap:6px}.cw-auto-review-ratio em{min-width:18px;font-style:normal;font-size:11px;color:#7d92b0;font-family:var(--fb)}.cw-auto-review-note{border-radius:9px;background:#0d82f50f;color:#5d7392;padding:8px 10px;font-size:11.5px;line-height:1.5}.cw-auto-review-strategy{border:1px solid #e2edf8;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#fff);padding:10px;display:flex;flex-direction:column;gap:10px}.cw-auto-review-strategy-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cw-auto-review-strategy-head b{display:block;font-size:12.5px;font-family:var(--fb);font-weight:900;color:#18304f}.cw-auto-review-strategy-head span{display:block;margin-top:2px;font-size:11px;line-height:1.45;color:#7d92b0}.cw-auto-review-rule{border:1px solid #e4edf7;border-radius:10px;background:#ffffffc7;padding:10px;display:grid;gap:9px}.cw-auto-review-rule.two-col{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center}.cw-auto-review-rule-copy b{display:block;font-size:11.5px;font-family:var(--fb);font-weight:900;color:#425b7a}.cw-auto-review-rule-copy span{display:block;margin-top:2px;font-size:10.5px;line-height:1.45;color:#8aa0bf}.cw-auto-review-label-pills{display:flex;flex-wrap:wrap;gap:6px}.cw-auto-review-label-pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dce8f5;border-radius:999px;background:#fff;color:#5f7391;min-height:28px;padding:3px 10px;font-size:11px;font-family:var(--fb);font-weight:800;cursor:pointer;transition:background .16s,border-color .16s,color .16s,box-shadow .16s}.cw-auto-review-label-pill:hover{border-color:#8ec9ff;color:#0d82f5;background:#f5fbff}.cw-auto-review-label-pill.active{border-color:#e0485847;background:#e0485814;color:#c1304f;box-shadow:0 0 0 2px #e0485814}.cw-auto-review-empty{font-size:11px;color:#98abc4}.cw-auto-review-threshold-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cw-auto-review-threshold-pair label,.cw-auto-review-weight{display:flex;flex-direction:column;gap:5px;min-width:0}.cw-auto-review-threshold-pair span,.cw-auto-review-weight span{font-size:11px;font-family:var(--fb);font-weight:800;color:#5a7090}.cw-auto-review-threshold-pair .cw-input,.cw-auto-review-weight .cw-input{height:38px}.cw-auto-check-panel{border:1px solid #d8e6f5;border-radius:12px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:12px;transition:opacity .16s,background .16s}.cw-auto-check-panel.disabled{background:#fbfcff}.cw-self-check-after-type{margin-top:14px}.cw-auto-check-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cw-auto-check-title{font-size:13px;font-family:var(--fb);font-weight:900;color:#18304f}.cw-auto-check-subtitle{font-size:11.5px;color:#7d92b0;line-height:1.45;margin-top:2px}.cw-auto-check-toggle{padding:2px 0;margin-top:0;white-space:nowrap}.cw-auto-check-toggle:hover{background:transparent}.cw-self-check-simple{border:1px solid #d8e9f8;border-radius:11px;background:linear-gradient(180deg,#f7fbff,#fff);padding:11px;display:flex;flex-direction:column;gap:10px}.cw-self-check-simple-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cw-self-check-simple-head>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cw-self-check-simple-head span{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:999px;background:#00b8941a;border:1px solid rgba(0,184,148,.18);color:#008f74;font-size:10.5px;font-family:var(--fb);font-weight:900}.cw-self-check-simple-head b{font-size:12.5px;color:#243b5a;font-family:var(--fb);font-weight:900}.cw-self-check-simple-head small{max-width:42%;font-size:10.5px;line-height:1.45;color:#7890ae;text-align:right}.cw-self-check-simple-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cw-self-check-simple-list li{display:flex;align-items:flex-start;gap:8px;min-width:0;border:1px solid #e3edf8;border-radius:9px;background:#fff;padding:9px}.cw-self-check-simple-list li>span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#eaf5ff;color:#0d82f5;font-size:10.5px;font-family:var(--fb);font-weight:900}.cw-self-check-simple-list li>div{display:flex;flex-direction:column;gap:2px;min-width:0}.cw-self-check-simple-list b{font-size:11.5px;line-height:1.4;color:#315070;font-family:var(--fb);font-weight:900}.cw-self-check-simple-list small{font-size:10.5px;line-height:1.5;color:#7890ae}.cw-self-check-advanced-note{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,159,67,.28);border-radius:10px;background:#ff9f4312;padding:9px 10px}.cw-self-check-advanced-note>div{display:flex;flex-direction:column;gap:2px;min-width:0}.cw-self-check-advanced-note b{font-size:11.5px;color:#9a5a17;font-family:var(--fb);font-weight:900}.cw-self-check-advanced-note span{font-size:10.5px;line-height:1.45;color:#a66d31}.cw-self-check-advanced-note button{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:none;min-height:40px;border:1px solid rgba(181,107,24,.3);border-radius:9px;background:#fff;color:#9a5a17;padding:0 12px;font-size:11px;font-family:var(--fb);font-weight:900;cursor:pointer;transition:background .16s,border-color .16s,box-shadow .16s}.cw-self-check-advanced-note button:hover{background:#fffaf4;border-color:#b56b188c}.cw-self-check-advanced-note button:focus-visible{outline:2px solid #0d82f5;outline-offset:2px}.cw-auto-check-template{border:1px solid #e2edf8;border-radius:11px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:10px}.cw-auto-check-template-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cw-auto-check-template-head span{font-size:11.5px;font-family:var(--fb);font-weight:900;color:#5a7090}.cw-auto-check-template-head small{max-width:68%;font-size:10.5px;line-height:1.45;color:#8aa0bf;text-align:right}.cw-auto-check-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cw-auto-check-template-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dce8f5;border-radius:10px;background:#fff;padding:9px 10px;text-align:left;display:flex;flex-direction:column;gap:6px;cursor:pointer;transition:border-color .16s,box-shadow .16s,background .16s,transform .16s;min-height:96px}.cw-auto-check-template-card:hover{border-color:#8ec9ff;box-shadow:0 8px 18px #0d82f51f;transform:translateY(-1px)}.cw-auto-check-template-card.active{border-color:#0d82f5;background:linear-gradient(180deg,#f5fbff,#fff);box-shadow:0 0 0 2px #0d82f51f}.cw-auto-check-template-card:disabled{cursor:not-allowed;transform:none;box-shadow:none;opacity:.62}.cw-auto-check-template-card span{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.cw-auto-check-template-card b{font-size:12px;font-family:var(--fb);font-weight:900;color:#1e3554}.cw-auto-check-template-card em{font-style:normal;font-size:10px;color:#0d82f5;background:#0d82f514;border-radius:999px;padding:2px 6px;white-space:nowrap}.cw-auto-check-template-card small{font-size:10.5px;color:#7890b0;line-height:1.45}.cw-auto-check-template-card i{font-style:normal;align-self:flex-start;font-size:10px;color:#00a083;background:#00b8941a;border-radius:999px;padding:2px 7px}.cw-auto-check-version label{display:grid;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:10px}.cw-auto-check-version span{font-size:11.5px;font-family:var(--fb);font-weight:800;color:#5a7090}.cw-auto-check-version .cw-input{height:36px}.cw-auto-check-groups{display:flex;flex-direction:column;gap:10px}.cw-auto-check-group{border:1px solid #e3edf8;border-radius:11px;background:#f9fcff;padding:10px;display:flex;flex-direction:column;gap:9px}.cw-auto-check-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.cw-auto-check-group-head b{font-size:12.5px;font-family:var(--fb);font-weight:900;color:#243b5a}.cw-auto-check-group-head span{max-width:58%;font-size:10.5px;line-height:1.45;color:#8aa0bf;text-align:right}.cw-auto-check-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cw-auto-check-field{display:flex;flex-direction:column;gap:5px}.cw-auto-check-field>span,.cw-auto-check-text>span{font-size:11px;font-family:var(--fb);font-weight:800;color:#5d7392}.cw-auto-check-input-row{display:flex;align-items:center;gap:6px}.cw-auto-check-input-row .cw-input{height:34px;padding:7px 10px}.cw-auto-check-input-row em{min-width:38px;font-style:normal;font-size:10.5px;color:#7d92b0;font-family:var(--fb)}.cw-auto-check-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cw-auto-check-check{border:1px solid #e4edf7;border-radius:10px;background:#fff;margin:0}.cw-auto-check-check .cw-quality-switch-copy{flex:1;min-width:0}.cw-auto-check-severity{margin-left:auto;height:30px;min-width:76px;border:1px solid #d9e7f5;border-radius:8px;background:#f8fbff;color:#4d6686;font-size:11px;font-family:var(--fb);font-weight:800;padding:0 8px;outline:none}.cw-auto-check-severity:focus{border-color:#0d82f5;box-shadow:0 0 0 2px #0d82f51a}.cw-auto-check-severity:disabled{opacity:.58;cursor:not-allowed}.cw-collection-quick-grid{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(0,1.1fr);gap:10px;align-items:end}.cw-collection-default-note{border:1px solid #e4edf7;border-radius:10px;background:#f8fbff;color:#6a80a0;padding:9px 11px;font-size:11.5px;line-height:1.45}.cw-advanced-settings{border:1px dashed #d6e3f2;border-radius:11px;background:#fbfdff;padding:0;overflow:hidden}.cw-advanced-settings summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:10px 12px;color:#315070}.cw-advanced-settings summary::-webkit-details-marker{display:none}.cw-advanced-settings summary:after{content:"展开";flex:0 0 auto;border:1px solid rgba(13,130,245,.18);border-radius:999px;background:#fff;color:#0d82f5;padding:2px 8px;font-size:10.5px;font-family:var(--fb)}.cw-advanced-settings[open] summary{border-bottom:1px solid #e4edf7;background:#f7fbff}.cw-advanced-settings[open] summary:after{content:"收起"}.cw-advanced-settings summary span{font-size:12px;font-family:var(--fb);font-weight:900;color:#243b5a}.cw-advanced-settings summary small{font-size:10.5px;line-height:1.4;color:#8aa0bf;text-align:right}.cw-advanced-settings>div{margin:10px}.cw-auto-check-text{display:flex;flex-direction:column;gap:6px}.cw-auto-check-text .cw-input{height:36px}.cw-auto-check-text small{font-size:10.5px;line-height:1.45;color:#8aa0bf}.cw-auto-check-param-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cw-auto-check-param-card{border:1px solid #e4edf7;border-radius:10px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:9px;min-width:0}.cw-auto-check-param-title{font-size:11.5px;font-family:var(--fb);font-weight:900;color:#324c6d}.cw-auto-check-param-card .cw-auto-check-severity{width:100%;height:36px;margin-left:0}.cw-auto-check-switch-grid{display:grid;grid-template-columns:1fr;gap:8px}.cw-auto-check-inline-switch{border:1px solid #e4edf7;border-radius:10px;background:#fbfdff;margin:0}.cw-auto-check-category-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cw-auto-check-category-row .cw-quality-pill{min-height:30px;padding:0 10px}.cw-self-check-rules[open]{border-style:solid;background:#fff}.cw-self-check-rules .cw-auto-check-groups{gap:0;margin:0;padding:0 14px 14px}.cw-self-check-rules .cw-self-check-advanced-note{margin:12px 0 4px}.cw-self-check-rules .cw-auto-check-group{border:0;border-radius:0;border-top:1px solid #e8eff7;background:transparent;padding:16px 2px 6px;gap:12px}.cw-self-check-rules .cw-self-check-advanced-note+.cw-auto-check-group{border-top:0}.cw-self-check-rules .cw-auto-check-group-head{flex-direction:column;justify-content:flex-start;gap:2px}.cw-self-check-rules .cw-auto-check-group-head b{font-size:12px;color:#243b5a}.cw-self-check-rules .cw-auto-check-group-head span{max-width:none;text-align:left;font-size:10.5px;color:#7d92b0}.cw-self-check-rules .cw-auto-check-input-row{position:relative}.cw-self-check-rules .cw-auto-check-input-row .cw-input{width:100%;height:38px;padding-right:42px;border-color:#dce7f3;background:#fff}.cw-self-check-rules .cw-auto-check-input-row em{position:absolute;right:11px;min-width:0;color:#7d92b0;pointer-events:none}.cw-lane-rule-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cw-lane-direction-select{width:100%;height:38px;padding:0 34px 0 11px;border-color:#dce7f3;background-color:#fff;color:#304b6d;font-size:11.5px;font-family:var(--fb);font-weight:800}.cw-lane-rule-options{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px;align-items:stretch}.cw-lane-rule-options .cw-auto-check-check{min-height:76px;padding:12px;background:#fff;border-color:#e1eaf5;align-items:center}.cw-lane-rule-options .cw-auto-check-check .cw-quality-switch-ui{margin-top:0}.cw-lane-required-attrs{min-width:0;margin:0;border:1px solid #e1eaf5;border-radius:10px;background:#fff;padding:10px 12px}.cw-lane-required-attrs legend{padding:0 4px;color:#5d7392;font-size:11px;font-family:var(--fb);font-weight:900}.cw-lane-required-attrs>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.cw-lane-required-attrs label{position:relative;cursor:pointer}.cw-lane-required-attrs input{position:absolute;opacity:0;pointer-events:none}.cw-lane-required-attrs label span{display:inline-flex;align-items:center;justify-content:center;min-width:56px;min-height:34px;border:1px solid #dce7f3;border-radius:8px;background:#f8fbff;color:#617897;padding:0 10px;font-size:11px;font-family:var(--fb);font-weight:800;transition:background .16s,border-color .16s,color .16s,box-shadow .16s}.cw-lane-required-attrs label:hover span{border-color:#8ec9ff;color:#0d82f5}.cw-lane-required-attrs input:checked+span{border-color:#0d82f557;background:#eaf5ff;color:#0d82f5;box-shadow:inset 0 0 0 1px #0d82f514}.cw-lane-required-attrs input:focus-visible+span{outline:2px solid #0d82f5;outline-offset:2px}.cw-lane-required-attrs small{display:block;margin-top:7px;color:#8aa0bf;font-size:10px;line-height:1.4}.cw-auto-check-panel.disabled .cw-auto-check-group{background:#fbfdff}.cw-auto-check-panel.disabled .cw-auto-check-group-head,.cw-auto-check-panel.disabled .cw-auto-check-template,.cw-auto-check-panel.disabled .cw-advanced-settings,.cw-auto-check-panel.disabled .cw-auto-check-fields,.cw-auto-check-panel.disabled .cw-auto-check-checks,.cw-auto-check-panel.disabled .cw-auto-check-text,.cw-auto-check-panel.disabled .cw-auto-check-param-grid{opacity:.58}.cw-quality-hint{border:1px solid rgba(255,159,67,.28);background:#ff9f4314;color:#b56b18;border-radius:9px;padding:8px 10px;font-size:11.5px;line-height:1.5}.cw-critical-label-panel{border:1.5px solid #dce8f6;background:#fbfdff;border-radius:13px;padding:13px;display:flex;flex-direction:column;gap:10px}.cw-critical-label-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cw-critical-label-title{font-size:13px;font-family:var(--fb);font-weight:800;color:#1a2840}.cw-critical-label-subtitle{font-size:11.5px;line-height:1.5;color:#7d92b0;margin-top:2px}.cw-critical-label-head>span{border-radius:999px;background:#eaf5ff;color:#0d82f5;padding:3px 9px;font-size:11px;font-family:var(--fb);font-weight:800}.cw-critical-label-list{display:flex;flex-wrap:wrap;gap:7px}.cw-critical-label-chip{min-height:30px;border:1.5px solid #dce6f0;border-radius:999px;background:#fff;color:#5d7392;padding:0 12px;font-size:12px;font-family:var(--fb);font-weight:700;cursor:pointer;transition:all .16s}.cw-critical-label-chip:hover{border-color:#0d82f5;color:#0d82f5}.cw-critical-label-chip.active{border-color:#00b894;background:#00b8941a;color:#008f74}.cw-critical-label-empty{border:1px dashed #d6e3f2;border-radius:10px;padding:12px;text-align:center;color:#93a6c1;font-size:12px;background:#fff}.cw-mode-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cw-mode-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1.5px solid #dce6f0;border-radius:12px;cursor:pointer;transition:all .18s;background:#fafcff}.cw-mode-card:hover{border-color:#0d82f5;background:#f0f7ff}.cw-mode-card.active{border-color:#0d82f5;background:linear-gradient(135deg,#f0f7ff,#e8f3ff);box-shadow:0 3px 14px #0d82f51f}.cw-mode-icon{font-size:22px;flex-shrink:0}.cw-mode-name{font-size:13px;font-weight:700;color:#1a2840;font-family:var(--fb)}.cw-mode-desc{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:2px}.cw-mode-radio{width:16px;height:16px;border-radius:50%;border:2px solid #dce6f0;margin-left:auto;flex-shrink:0;transition:all .15s;position:relative}.cw-mode-card.active .cw-mode-radio{border-color:#0d82f5;background:#0d82f5}.cw-mode-card.active .cw-mode-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#fff;border-radius:50%}.cw-prio-btns{display:flex;gap:6px}.cw-prio-btn{flex:1;padding:7px 6px;border:1.5px solid #dce6f0;border-radius:8px;background:#fff;font-size:11px;font-family:var(--fm);cursor:pointer;transition:all .15s;text-align:center;white-space:nowrap}.cw-prio-btn.active{border-color:#0d82f5;background:#0d82f50f;color:#0d82f5;font-weight:600}.cw-assignee-wrap{position:relative}.cw-assignee-picker{border:1.5px solid #dce6f0;border-radius:10px;padding:9px 13px;cursor:pointer;background:#fafcff;min-height:38px;display:flex;align-items:center;flex-wrap:wrap;gap:5px;transition:border-color .15s}.cw-assignee-picker:hover{border-color:#0d82f5}.cw-assignee-ph{font-size:12px;color:#b0c0d4;font-family:var(--fm)}.cw-assignee-drop{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #dce6f0;border-radius:12px;padding:6px;z-index:50;box-shadow:0 10px 40px #0000001f;display:none}.cw-assignee-drop.open{display:block;animation:cwPanelIn .15s ease}.cw-assignee-search{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f7f9fc;border:1.5px solid #dce6f0;border-radius:8px;margin-bottom:6px;transition:all .15s}.cw-assignee-search:focus-within{border-color:#0d82f5;background:#fff}.cw-assignee-search svg{color:#b0c0d4;flex-shrink:0}.cw-assignee-search input{border:none;background:none;outline:none;font-size:12px;font-family:var(--fm);color:#1a2840;flex:1}.cw-assignee-search input::placeholder{color:#c0d0e0}.cw-assignee-search-clear{background:none;border:none;color:#b0c0d4;font-size:18px;cursor:pointer;padding:0;line-height:1;transition:color .15s}.cw-assignee-search-clear:hover{color:#e04858}.cw-assignee-list{max-height:240px;overflow-y:auto}.cw-assignee-list::-webkit-scrollbar{width:4px}.cw-assignee-list::-webkit-scrollbar-thumb{background:#dce6f0;border-radius:2px}.cw-assignee-empty{text-align:center;padding:16px 12px;color:#b0c0d4;font-size:12px;font-family:var(--fm)}.cw-assignee-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;cursor:pointer;transition:background .12s;font-size:12px;color:#2a4060;font-family:var(--fm)}.cw-assignee-row:hover{background:#f0f7ff}.cw-assignee-row.selected{background:#00b89414}.cw-assignee-row.selected:hover{background:#00b8941f}.cw-av{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}.cw-av-role{font-size:10px;color:#b0c0d4;margin-left:auto}.cw-assignee-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.cw-assignee-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;border:1.5px solid #dce6f0;font-size:11px;color:#2a4060;font-family:var(--fm);background:#fff}.cw-assignee-chip button{background:none;border:none;cursor:pointer;color:#e04858;font-size:14px;padding:0;opacity:.6;line-height:1}.cw-assignee-chip button:hover{opacity:1}.cw-subtask-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.cw-subtask-add-btn{display:flex;align-items:center;gap:4px;background:#0d82f512;border:1px solid rgba(13,130,245,.2);border-radius:7px;color:#0d82f5;padding:4px 11px;font-size:11px;font-weight:600;cursor:pointer;font-family:var(--fb)}.cw-source-tabs{display:flex;gap:4px;background:#f2f6fb;border-radius:11px;padding:4px;margin-bottom:14px}.cw-src-tab{display:flex;align-items:center;gap:7px;flex:1;justify-content:center;padding:8px 12px;border:none;border-radius:8px;background:transparent;color:#8a9ab8;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .18s;font-weight:600}.cw-src-tab.active{background:#fff;color:#0d82f5;box-shadow:0 2px 10px #00000017}.cw-ds-searchbar{display:flex;gap:8px;margin-bottom:10px}.cw-ds-searchbox{display:flex;align-items:center;gap:7px;flex:1;background:#f7f9fc;border:1.5px solid #dce6f0;border-radius:9px;padding:8px 12px;transition:all .15s}.cw-ds-searchbox:focus-within{border-color:#0d82f5;background:#fff}.cw-ds-searchbox input{border:none;background:none;outline:none;font-size:12px;font-family:var(--fm);color:#1a2840;flex:1}.cw-ds-filter{border:1.5px solid #dce6f0;border-radius:9px;padding:8px 10px;font-size:11px;font-family:var(--fm);color:#4a6080;background:#fff;cursor:pointer;outline:none;flex-shrink:0}.cw-ds-list{display:flex;flex-direction:column;gap:6px;max-height:280px;overflow-y:auto;margin-bottom:10px}.cw-ds-list::-webkit-scrollbar{width:4px}.cw-ds-list::-webkit-scrollbar-thumb{background:#dce6f0;border-radius:2px}.cw-ds-load-state{padding:9px 0 5px;text-align:center;color:#8a9ab8;font-size:12px;flex:0 0 auto}.cw-ds-row{display:flex;align-items:center;gap:10px;padding:10px 13px;border:1.5px solid #e8eef6;border-radius:11px;cursor:pointer;transition:all .16s;background:#fcfcff}.cw-ds-row:hover{border-color:#0d82f5;background:#f0f7ff}.cw-ds-row.selected{border-color:#0d82f5;background:linear-gradient(135deg,#f0f7ff,#e8f3ff);box-shadow:0 2px 12px #0d82f51a}.cw-ds-ico{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.cw-ds-name{font-size:12px;font-weight:700;color:#1a2840;font-family:var(--fb)}.cw-ds-meta{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-top:2px}.cw-ds-count{font-size:11px;color:#0d82f5;font-weight:600;font-family:var(--fb);white-space:nowrap}.cw-ds-radio{width:15px;height:15px;border-radius:50%;border:2px solid #dce6f0;flex-shrink:0;position:relative;transition:all .15s}.cw-ds-row.selected .cw-ds-radio{border-color:#0d82f5;background:#0d82f5}.cw-ds-row.selected .cw-ds-radio:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;background:#fff}.cw-selected-bar{display:flex;align-items:center;gap:8px;padding:9px 13px;background:#00b8940f;border:1.5px solid rgba(0,184,148,.25);border-radius:10px;font-size:12px;color:#00b894;font-family:var(--fb);margin-top:4px}.cw-upload-zone{border:2px dashed #dce6f0;border-radius:14px;padding:32px 20px;text-align:center;background:#fafcff;transition:all .2s;position:relative;cursor:pointer}.cw-upload-zone:hover,.cw-upload-zone.dragover{border-color:#0d82f5;background:#0d82f508}.cw-file-list{display:flex;flex-direction:column;gap:5px;max-height:180px;overflow-y:auto;margin-top:8px}.cw-file-row{display:flex;align-items:center;gap:8px;padding:7px 10px;background:#f7f9fc;border:1px solid #e8eef6;border-radius:8px;animation:cwPanelIn .18s}.cw-file-row-ico{font-size:15px}.cw-file-row-name{font-size:12px;color:#1a2840;font-family:var(--fm);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-file-row-sz{font-size:10px;color:#b0c0d4}.cw-file-row-del{background:none;border:none;color:#e04858;cursor:pointer;font-size:15px;opacity:.5;line-height:1}.cw-file-row-del:hover{opacity:1}.cw-upload-summary{display:flex;align-items:center;gap:7px;padding:8px 13px;background:#00b8940f;border:1.5px solid rgba(0,184,148,.2);border-radius:9px;font-size:12px;color:#00b894;font-family:var(--fm);margin-top:8px}.cw-tmpl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-height:240px;overflow-y:auto;margin-bottom:8px}.cw-tmpl-grid::-webkit-scrollbar{width:4px}.cw-tmpl-grid::-webkit-scrollbar-thumb{background:#dce6f0;border-radius:2px}.cw-tmpl-card{border:1.5px solid #e8eef6;border-radius:11px;padding:10px;cursor:pointer;transition:all .18s;background:#fcfcff;position:relative}.cw-tmpl-card:hover{border-color:#0d82f5;background:#f0f7ff}.cw-tmpl-card.selected{border-color:#0d82f5;background:linear-gradient(135deg,#f0f7ff,#e8f3ff);box-shadow:0 2px 12px #0d82f51f}.cw-tmpl-card-sel{position:absolute;top:6px;right:6px;width:16px;height:16px;background:#0d82f5;border-radius:50%;color:#fff;font-size:10px;display:none;align-items:center;justify-content:center;font-weight:700}.cw-tmpl-card.selected .cw-tmpl-card-sel{display:flex}.cw-tmpl-card-top{display:flex;align-items:center;gap:6px;margin-bottom:6px}.cw-tmpl-card-ico{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.cw-tmpl-card-name{font-size:11px;font-weight:700;color:#1a2840;font-family:var(--fb);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.cw-tmpl-card-tags{display:flex;flex-wrap:wrap;gap:3px}.cw-tmpl-tag{font-size:9.5px;padding:2px 6px;border-radius:20px;font-family:var(--fm);font-weight:600}.cw-custom-lbl-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px;margin-bottom:10px;align-items:end}.cw-custom-lbl-field{display:grid;gap:5px;min-width:0}.cw-custom-lbl-field span{font-size:11px;color:#6a80a0;font-weight:600;font-family:var(--fm)}.cw-custom-lbl-field span.cw-req{color:#e04858}.cw-custom-lbl-add{display:flex;align-items:center;gap:5px;padding:10px 16px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;border-radius:10px;color:#fff;font-size:12px;font-weight:600;font-family:var(--fb);cursor:pointer;white-space:nowrap;box-shadow:0 2px 10px #0d82f540;flex-shrink:0}.cw-color-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:10px}.cw-color-dot{width:18px;height:18px;border-radius:50%;cursor:pointer;transition:transform .15s;border:2px solid transparent;flex-shrink:0}.cw-color-dot:hover{transform:scale(1.2)}.cw-color-dot.active{border-color:#fff;outline:2px solid rgba(0,0,0,.3);transform:scale(1.1)}.cw-quick-btn{padding:4px 10px;border:1.5px solid #dce6f0;border-radius:20px;background:#fff;color:#6a80a0;font-size:11px;font-family:var(--fm);cursor:pointer;transition:all .15s}.cw-quick-btn:hover{border-color:#0d82f5;color:#0d82f5}.cw-custom-tags-area{display:flex;flex-wrap:wrap;gap:6px;min-height:46px;background:#f7f9fc;border:1.5px dashed #dce6f0;border-radius:10px;padding:10px;align-content:flex-start}.cw-custom-tags-empty{font-size:11px;color:#c0d0e0;font-family:var(--fm);width:100%;text-align:center;padding:6px 0}.cw-custom-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;font-family:var(--fb);animation:cwPanelIn .18s}.cw-custom-tag button{background:none;border:none;cursor:pointer;color:inherit;opacity:.55;font-size:14px;padding:0;line-height:1}.cw-custom-tag button:hover{opacity:1}.cw-tag-footer{display:flex;align-items:center;font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:6px}.cw-template-list-section{display:flex;flex-direction:column;gap:12px}.cw-template-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-height:360px;overflow-y:auto;padding:4px}.cw-template-grid::-webkit-scrollbar{width:5px}.cw-template-grid::-webkit-scrollbar-thumb{background:#dce6f0;border-radius:3px}.cw-template-load-state{grid-column:1 / -1;padding:9px 0 5px;color:#8a9ab8;font-size:12px;font-weight:700;text-align:center}.cw-template-card{border:1.5px solid #e8eef6;border-radius:12px;padding:14px;cursor:pointer;transition:all .2s;background:#fcfcff;position:relative;display:flex;flex-direction:column;gap:10px}.cw-template-card:hover{border-color:#0d82f5;background:#f0f7ff;transform:translateY(-2px);box-shadow:0 4px 12px #0d82f51f}.cw-template-card.selected{border-color:#0d82f5;background:linear-gradient(135deg,#f0f7ff,#e8f3ff);box-shadow:0 4px 16px #0d82f52e}.cw-tmpl-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.cw-tmpl-title-row{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.cw-tmpl-icon{font-size:20px;flex-shrink:0}.cw-tmpl-name{font-size:13px;font-weight:700;color:#1a2840;font-family:var(--fb);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.cw-tmpl-badge{padding:3px 8px;border-radius:12px;background:#0d82f514;color:#0d82f5;font-size:10px;font-weight:600;font-family:var(--fb);white-space:nowrap;flex-shrink:0}.cw-tmpl-desc{font-size:11px;color:#6a80a0;font-family:var(--fm);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px}.cw-tmpl-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cw-tmpl-meta-item{padding:3px 8px;border-radius:6px;font-size:10px;font-weight:600;font-family:var(--fb);white-space:nowrap}.cw-tmpl-usage{font-size:10px;color:#b0c0d4;font-family:var(--fm);margin-left:auto}.cw-tmpl-labels{display:flex;flex-wrap:wrap;gap:5px;padding-top:8px;border-top:1px solid #f0f4f8}.cw-tmpl-label-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:10px;font-weight:600;font-family:var(--fb);border:1px solid}.cw-tmpl-label-more{font-size:10px;color:#b0c0d4;font-family:var(--fm);padding:3px 6px}.cw-tmpl-selected-icon{position:absolute;top:12px;right:12px;width:24px;height:24px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00b8944d}.cw-anno-type-container{display:flex;gap:0;border:2px solid #e8eef6;border-radius:16px;overflow:hidden;background:#fff;min-height:500px;max-height:70vh}.cw-anno-type-sidebar{width:200px;background:#f8fafc;border-right:2px solid #e8eef6;padding:16px 0;flex-shrink:0;overflow-y:auto;max-height:70vh}.cw-anno-type-sidebar::-webkit-scrollbar{width:4px}.cw-anno-type-sidebar::-webkit-scrollbar-track{background:transparent}.cw-anno-type-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.cw-anno-type-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cw-anno-sidebar-title{padding:0 16px 12px;font-size:13px;font-weight:600;color:#8a9ab8;font-family:var(--fb);letter-spacing:.5px}.cw-anno-sidebar-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;color:#4a6080;font-family:var(--fb)}.cw-anno-sidebar-item:hover{background:#0d82f50d;color:#0d82f5}.cw-anno-sidebar-item.active{background:linear-gradient(90deg,rgba(13,130,245,.08),transparent);color:#0d82f5;font-weight:700;border-left:3px solid #0d82f5;padding-left:13px}.cw-anno-type-main{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto}.cw-anno-type-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.cw-anno-search-box{flex:1;display:flex;align-items:center;gap:8px;padding:10px 16px;border:2px solid #e8eef6;border-radius:10px;background:#fafcff;transition:all .2s}.cw-anno-search-box:focus-within{border-color:#0d82f5;background:#fff}.cw-anno-search-box input{flex:1;border:none;background:transparent;font-size:13px;color:#1a2840;outline:none;font-family:var(--fm)}.cw-anno-search-box input::placeholder{color:#b0c0d4}.cw-anno-selected-badge{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#00b89414;border:1.5px solid rgba(0,184,148,.3);border-radius:20px;font-size:13px;color:#00b894;font-family:var(--fm);white-space:nowrap}.cw-anno-selected-dot{width:8px;height:8px;border-radius:50%;background:#00b894}.cw-anno-selected-badge strong{font-weight:700;color:#00a076}.cw-anno-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;flex:1;overflow-y:auto;padding-right:4px}.cw-anno-type-grid::-webkit-scrollbar{width:6px}.cw-anno-type-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.cw-anno-type-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.cw-anno-type-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cw-at-card{position:relative;display:flex;flex-direction:column;border:2px solid #e8eef6;border-radius:12px;cursor:pointer;transition:all .2s;background:#fafcff;overflow:hidden;min-height:154px;height:154px}.cw-at-card:hover{border-color:#0d82f5;background:#f0f7ff;transform:translateY(-2px);box-shadow:0 4px 12px #0d82f51f;transition:all .2s cubic-bezier(.4,0,.2,1)}.cw-at-card.active{border-color:#0d82f5;background:linear-gradient(135deg,#f0f7ff,#e8f3ff);box-shadow:0 4px 16px #0d82f533;transition:all .2s cubic-bezier(.4,0,.2,1)}.cw-at-preview{position:relative;width:100%;height:108px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 22% 18%,rgba(13,130,245,.1),transparent 28%),linear-gradient(135deg,#f7fbff,#edf6ff);padding:12px 14px;flex-shrink:0}.cw-at-preview svg{width:100%;height:100%;color:#0d82f5}.cw-at-illustration{max-width:118px;filter:drop-shadow(0 8px 14px rgba(13,130,245,.1))}.cw-at-canvas{fill:#ffffffd1;stroke:#0d82f524;stroke-width:1.4}.cw-at-stroke,.cw-at-stroke-strong,.cw-at-line,.cw-at-line-circle{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;fill:none}.cw-at-stroke{stroke-width:2;opacity:.72}.cw-at-stroke-strong{stroke-width:2.8}.cw-at-line,.cw-at-line-circle{stroke-width:2;opacity:.42}.cw-at-fill,.cw-at-fill-soft,.cw-at-fill-strong,.cw-at-chip{fill:currentColor}.cw-at-fill{opacity:.16}.cw-at-fill-soft{opacity:.1}.cw-at-fill-strong,.cw-at-chip{opacity:.24}.cw-at-dot{fill:currentColor}.cw-at-dot-soft{fill:currentColor;opacity:.42}.cw-at-text,.cw-at-text-lg{fill:currentColor;font-family:var(--fb);font-weight:800;letter-spacing:.2px}.cw-at-text{font-size:7px}.cw-at-text-lg{font-size:15px}.cw-at-checkmark{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#0d82f5;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0d82f566;animation:cwCheckIn .3s ease}@keyframes cwCheckIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.cw-at-bottom{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fff;border-top:1px solid #e8eef6;gap:8px;flex-wrap:nowrap;min-height:46px}.cw-at-name{font-size:11px;font-weight:700;font-family:var(--fb);color:#1a2840;line-height:1.3;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-at-card.active .cw-at-name{color:#0d82f5}.cw-at-cat-tag{display:inline-block;padding:3px 4px;background:#0d82f514;border-radius:6px;font-size:9px;font-weight:700;font-family:var(--fb);color:#0d82f5;letter-spacing:.5px;flex-shrink:0;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-anno-type-tip{display:flex;align-items:center;gap:8px;margin-top:20px;padding:12px 16px;background:#0d82f50a;border:1.5px dashed rgba(13,130,245,.3);border-radius:10px;font-size:12px;color:#4a6080;font-family:var(--fm);line-height:1.5}.cw-anno-type-tip svg{color:#0d82f5;flex-shrink:0}.cw-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #eef2f8;background:#fafcff;flex-shrink:0;border-radius:0 0 22px 22px}.cw-footer-left{display:flex;align-items:center}.cw-footer-right{display:flex;align-items:center;gap:8px}.cw-dot-indicator{display:flex;gap:6px;align-items:center}.cw-dot{width:7px;height:7px;border-radius:50%;background:#dce6f0;transition:all .3s;cursor:default}.cw-dot.active{width:20px;border-radius:4px;background:#0d82f5}.cw-dot.done{background:#00b894}.cw-btn-cancel{padding:9px 16px;border:1.5px solid #dce6f0;border-radius:9px;background:#fff;color:#8a9ab8;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .15s}.cw-btn-cancel:hover{border-color:#c0d0e0;color:#4a6080}.cw-btn-draft{padding:9px 16px;border:1.5px solid #dce6f0;border-radius:9px;background:#fff;color:#0d82f5;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .15s;font-weight:600}.cw-btn-draft:hover{background:#f0f7ff;border-color:#0d82f5;box-shadow:0 2px 8px #0d82f526}.cw-btn-draft:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.cw-btn-prev{display:flex;align-items:center;gap:5px;padding:9px 16px;border:1.5px solid #dce6f0;border-radius:9px;background:#fff;color:#4a6080;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .15s}.cw-btn-prev:hover{border-color:#0d82f5;color:#0d82f5}.cw-btn-next{display:flex;align-items:center;gap:5px;padding:9px 20px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;border-radius:9px;color:#fff;font-size:13px;font-weight:700;font-family:var(--fb);cursor:pointer;box-shadow:0 3px 14px #0d82f54d;transition:all .18s}.cw-btn-next:hover{box-shadow:0 5px 20px #0d82f573;transform:translateY(-1px)}.cw-btn-submit{display:flex;align-items:center;gap:6px;padding:9px 22px;background:linear-gradient(135deg,#00a076,#00b894);border:none;border-radius:9px;color:#fff;font-size:13px;font-weight:700;font-family:var(--fb);cursor:pointer;box-shadow:0 3px 14px #00b8944d;transition:all .18s}.cw-btn-submit:hover{box-shadow:0 5px 20px #00b89473;transform:translateY(-1px)}.cw-btn{display:inline-flex;align-items:center;gap:5px;padding:9px 18px;border-radius:9px;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .18s;white-space:nowrap}.cw-btn.primary{background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;font-weight:700;box-shadow:0 3px 14px #0d82f54d}.cw-btn.primary:hover{box-shadow:0 5px 20px #0d82f573;transform:translateY(-1px)}.cw-btn.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.cw-btn.outline{background:#fff;border:1.5px solid #dce6f0;color:#4a6080}.cw-btn.outline:hover{border-color:#0d82f5;color:#0d82f5}.cw-modal-btn{padding:7px 14px;border:1.5px solid #dce6f0;border-radius:9px;background:#fff;font-size:11px;font-family:var(--fm);cursor:pointer;transition:all .15s}.cw-modal-btn.active{border-color:#0d82f5;background:#0d82f514;color:#0d82f5;font-weight:600}.tc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a14288c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2500;display:none;align-items:center;justify-content:center;animation:none}.tc-modal-overlay.open{display:flex}.cw-assignee-row.selected{background:#0d82f50f}.cw-step-line.done{background:linear-gradient(90deg,#00b894,#00d4aa)}.cw-upload-section{display:flex;flex-direction:column;gap:12px}.cw-upload-mode-switch{display:flex;gap:8px;margin-bottom:4px}.cw-upload-mode-btn{flex:1;padding:8px 16px;border:1.5px solid #dce6f0;border-radius:10px;background:#fff;color:#6a80a0;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .18s;font-weight:600;text-align:center}.cw-upload-mode-btn:hover{border-color:#0d82f5;background:#f0f7ff;color:#0d82f5}.cw-upload-mode-btn.active{background:linear-gradient(135deg,#0063d4,#0d82f5);border-color:transparent;color:#fff;box-shadow:0 3px 12px #0d82f54d}.cw-upload-zone{border:2px dashed #dce6f0;border-radius:12px;padding:32px 20px;text-align:center;cursor:pointer;transition:all .2s;background:#fafcff;position:relative}.cw-upload-zone:hover{border-color:#0d82f5;background:#0d82f50a}.cw-upload-zone.dragover{border-color:#0d82f5;background:#0d82f514;transform:scale(1.01)}.cw-file-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto;margin-top:8px}.cw-file-list::-webkit-scrollbar{width:4px}.cw-file-list::-webkit-scrollbar-thumb{background:#dce6f0;border-radius:2px}.cw-file-list-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f7f9fc;border-radius:8px;font-size:12px;font-weight:600;color:#4a6080;font-family:var(--fb)}.cw-upload-start-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;border-radius:8px;color:#fff;font-size:12px;font-weight:600;font-family:var(--fb);cursor:pointer;transition:all .18s;box-shadow:0 2px 10px #0d82f540}.cw-upload-start-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0d82f559}.cw-upload-start-btn:active{transform:translateY(0)}.cw-file-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fafcff;border:1.5px solid #e8eef6;border-radius:10px;transition:all .18s;animation:cwFileIn .25s ease}@keyframes cwFileIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.cw-file-item:hover{border-color:#0d82f5;background:#f0f7ff}.cw-file-item.success{border-color:#00b894;background:#00b8940a}.cw-file-item.error{border-color:#e04858;background:#e048580a}.cw-file-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.cw-file-icon{font-size:24px;flex-shrink:0}.cw-file-details{flex:1;min-width:0}.cw-file-name{font-size:13px;font-weight:600;color:#1a2840;font-family:var(--fm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}.cw-file-size{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.cw-file-progress{flex:1;max-width:180px;display:flex;flex-direction:column;gap:4px}.cw-progress-bar{height:6px;background:#e8eef6;border-radius:3px;overflow:hidden;position:relative}.cw-progress-fill{height:100%;background:linear-gradient(90deg,#0063d4,#0d82f5);border-radius:3px;transition:width .3s ease;position:relative}.cw-progress-fill.uploading{background:linear-gradient(90deg,#0063d4,#0d82f5,#0063d4);background-size:200% 100%;animation:cwProgressShimmer 1.5s infinite}@keyframes cwProgressShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cw-progress-fill.success{background:linear-gradient(90deg,#00b894,#00d4aa)}.cw-progress-fill.error{background:linear-gradient(90deg,#e04858,#fd79a8)}.cw-progress-text{font-size:11px;color:#8a9ab8;font-family:var(--fm);text-align:right;font-weight:500}.cw-file-item.success .cw-progress-text{color:#00b894}.cw-file-item.error .cw-progress-text{color:#e04858}.cw-file-actions{display:flex;gap:6px;flex-shrink:0}.cw-file-action-btn{width:28px;height:28px;border-radius:7px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;background:#0000000a;color:#8a9ab8}.cw-file-action-btn:hover{transform:scale(1.1)}.cw-file-action-btn.retry{background:#0d82f51a;color:#0d82f5}.cw-file-action-btn.retry:hover{background:#0d82f533;box-shadow:0 2px 8px #0d82f540}.cw-file-action-btn.remove{background:#e048581a;color:#e04858}.cw-file-action-btn.remove:hover{background:#e0485833;box-shadow:0 2px 8px #e0485840}@media (max-width: 1200px){.cw-anno-type-grid{grid-template-columns:repeat(3,1fr);gap:12px}.cw-at-preview{height:100px;padding:12px}}@media (max-width: 768px){.cw-quality-head{flex-direction:column}.cw-quality-head-actions{width:100%;flex-direction:column}.cw-quality-estimate{width:100%;text-align:left}.cw-quality-presets,.cw-quality-advanced,.cw-auto-review-grid,.cw-auto-review-actions,.cw-auto-review-rule.two-col,.cw-auto-review-threshold-pair,.cw-auto-check-template-grid,.cw-self-check-simple-list,.cw-lane-rule-fields,.cw-lane-rule-options,.cw-collection-quick-grid,.cw-auto-check-fields,.cw-auto-check-param-grid,.cw-auto-check-checks{grid-template-columns:1fr}.cw-auto-review-head,.cw-auto-review-strategy-head,.cw-auto-check-head,.cw-auto-check-template-head,.cw-auto-check-group-head,.cw-self-check-simple-head,.cw-self-check-advanced-note,.cw-advanced-settings summary{flex-direction:column}.cw-auto-check-template-head small,.cw-self-check-simple-head small{max-width:none;text-align:left}.cw-self-check-advanced-note button{width:100%}.cw-auto-check-group-head span{max-width:none;text-align:left}.cw-advanced-settings summary small{text-align:left}.cw-auto-check-version label{grid-template-columns:1fr}.cw-quality-custom-ratio{width:100%}.cw-anno-type-container{flex-direction:column;min-height:auto}.cw-anno-type-sidebar{width:100%;border-right:none;border-bottom:2px solid #e8eef6;padding:12px 0}.cw-anno-type-main{padding:16px}.cw-anno-type-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cw-at-preview{height:92px;padding:12px}.cw-at-bottom{padding:8px 5px}.cw-at-name{font-size:11px}.cw-at-cat-tag{font-size:10px;padding:2px 4px}}@media (max-width: 480px){.cw-anno-type-grid{grid-template-columns:repeat(2,1fr);gap:8px}.cw-at-card{min-height:142px;height:142px}.cw-at-preview{height:84px;padding:9px}.cw-at-bottom{min-height:58px;padding:8px 10px}.cw-at-name{font-size:11px}.cw-at-cat-tag{font-size:9px;padding:2px 4px}}.cw-picker-load-state{padding:8px 10px;text-align:center;color:#8a9ab8;font-size:11px;border-top:1px solid var(--fog-light)}.cw-picker-load-state button{padding:5px 10px;border:1px solid var(--ice-200);border-radius:6px;background:#fff;color:var(--ice-600);font-size:11px;cursor:pointer}.cw-inline-retry{border:0;padding:0;background:transparent;color:#d9485f;font:inherit;cursor:pointer}.crv-page{min-height:calc(100vh - var(--topbar-h, 64px));padding:24px 32px 36px;background:linear-gradient(180deg,#f3f9ff,#edf5fc);color:#172640}.crv-loading{min-height:360px;display:flex;align-items:center;justify-content:center;color:#7d92ad;font-weight:800}.crv-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;margin-bottom:18px}.crv-back,.crv-secondary,.crv-primary{min-height:42px;border-radius:10px;border:1px solid #d8e7f5;padding:0 16px;background:#fff;color:#42617f;font-weight:900;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.crv-back:hover,.crv-secondary:hover,.crv-primary:hover{transform:translateY(-1px);border-color:#9bc7f3;box-shadow:0 8px 20px #0d82f51a}.crv-secondary:disabled,.crv-primary:disabled{opacity:.52;cursor:not-allowed;transform:none;box-shadow:none}.crv-primary{border-color:#0d82f5;background:linear-gradient(135deg,#0d82f5,#60b8ff);color:#fff}.crv-title-block{min-width:0}.crv-kicker{font-family:var(--fm);font-size:12px;color:#7f95b2;font-weight:900;margin-bottom:4px}.crv-title-block h1{margin:0;font-size:28px;line-height:1.2;color:#14213a}.crv-title-block p{margin:6px 0 0;color:#7f95b2;font-size:13px;line-height:1.5;max-width:860px}.crv-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.crv-task-status{min-height:32px;display:inline-flex;align-items:center;border-radius:999px;padding:0 12px;background:#0d82f51a;color:#0d82f5;font-size:12px;font-weight:900}.crv-task-status.done{background:#00b8941f;color:#009d7b}.crv-task-status.pending-import{background:#ff9f4329;color:#b85f00}.crv-task-status.rework,.crv-task-status.final-rejected,.crv-task-status.import-failed{background:#e048581f;color:#cf3047}.crv-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.crv-conflict-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;border:1px solid rgba(224,72,88,.28);border-radius:10px;background:#e0485812;padding:13px 14px}.crv-conflict-banner b,.crv-conflict-banner span,.crv-conflict-banner em{display:block}.crv-model-review-status{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;border:1px solid rgba(13,130,245,.22);border-left:4px solid #0d82f5;border-radius:10px;background:#0d82f50f;padding:13px 14px}.crv-model-review-status.warning{border-color:#ff9f4347;border-left-color:#ff9f43;background:#ff9f4314}.crv-model-review-status.success{border-color:#00b8943d;border-left-color:#00a985;background:#00b89412}.crv-model-review-status.error{border-color:#e0485847;border-left-color:#e04858;background:#e0485812}.crv-model-review-status.muted{border-color:#dce7f2;border-left-color:#8aa0bc;background:#f7faff}.crv-model-review-copy{min-width:0}.crv-model-review-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.crv-model-review-title-row strong{color:#223652;font-size:14px;font-weight:900}.crv-model-review-title-row span{border-radius:999px;background:#ffffffc7;padding:3px 8px;color:#607895;font-size:11px;font-weight:900}.crv-model-review-status p,.crv-model-review-status small{display:block;margin:4px 0 0;color:#5d7591;font-size:12px;line-height:1.5;font-weight:800}.crv-model-review-status .crv-model-review-error{color:#bf3447;overflow-wrap:anywhere}.crv-conflict-banner b{color:#cf3047;font-size:14px;font-weight:900}.crv-conflict-banner span{margin-top:4px;color:#334963;font-size:13px;line-height:1.5;font-weight:800}.crv-conflict-banner em{margin-top:3px;color:#8aa0bc;font-size:12px;font-style:normal;font-weight:800}.crv-conflict-banner ul{display:grid;gap:3px;margin:8px 0 0;padding-left:18px;color:#526b86;font-size:12px;line-height:1.45;font-weight:800}.crv-conflict-banner button{flex:0 0 auto;min-height:34px;border:1px solid rgba(224,72,88,.28);border-radius:8px;background:#fff;color:#cf3047;padding:0 12px;font-size:12px;font-weight:900;cursor:pointer}.crv-collab-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;border:1px solid rgba(13,130,245,.18);border-radius:10px;background:#0d82f50f;padding:12px 14px}.crv-collab-banner.busy{border-color:#ff9f4352;background:#ff9f431a}.crv-collab-banner b,.crv-collab-banner span{display:block}.crv-collab-banner b{color:#223652;font-size:13px;font-weight:900}.crv-collab-banner span{margin-top:4px;color:#526b86;font-size:12px;font-weight:800}.crv-collab-banner em{flex:0 0 auto;border-radius:999px;background:#fff;padding:6px 10px;color:#0d82f5;font-size:12px;font-style:normal;font-weight:900}.crv-collab-banner.busy em{color:#b85f00}.crv-kpi{border:1px solid #dce9f5;border-radius:10px;background:#ffffffeb;padding:16px 18px;box-shadow:0 8px 26px #1432500f}.crv-kpi span,.crv-batch-grid span,.crv-run-meta span{display:block;color:#8298b5;font-size:12px;font-weight:900;margin-bottom:8px}.crv-kpi b{display:block;color:#172640;font-family:var(--fm);font-size:26px;line-height:1.1}.crv-kpi em{display:block;margin-top:8px;color:#8aa0bc;font-size:12px;font-style:normal;font-weight:800}.crv-kpi-check.pass{border-top:3px solid #00b894}.crv-kpi-check.warn{border-top:3px solid #ff9f43}.crv-kpi-check.error{border-top:3px solid #e04858}.crv-review-panel{display:grid;grid-template-columns:minmax(260px,1fr) minmax(300px,520px);gap:14px;align-items:stretch;margin-bottom:16px}.crv-review-status-block{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:start}.crv-review-status{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:34px;border-radius:999px;padding:0 12px;font-size:12px;font-weight:900}.crv-review-status.pending{background:#0d82f51a;color:#0d82f5}.crv-review-status.pass{background:#00b8941f;color:#009d7b}.crv-review-status.reject{background:#e048581f;color:#cf3047}.crv-review-status.force{background:#ff9f4329;color:#b85f00}.crv-review-status-block h2{margin:0;color:#172640;font-size:18px}.crv-review-status-block p,.crv-review-status-block em{display:block;margin:6px 0 0;color:#7f95b2;font-size:13px;line-height:1.5;font-style:normal}.crv-review-status-block em{color:#425f7e;font-weight:800}.crv-rework-limit{display:inline-flex;align-items:center;gap:8px;margin-top:10px;border:1px solid rgba(13,130,245,.14);border-radius:999px;background:#0d82f50f;padding:7px 10px;color:#51708f;font-size:12px;font-weight:900}.crv-rework-limit b{color:#0d82f5;font-family:var(--fm)}.crv-rework-limit small{color:#8aa0bc;font-size:11px}.crv-rework-limit.exceeded{border-color:#e0485838;background:#e0485814}.crv-rework-limit.exceeded b,.crv-rework-limit.exceeded small{color:#cf3047}.crv-import-status-card{margin-top:10px;border:1px solid rgba(13,130,245,.14);border-radius:10px;background:#0d82f50f;padding:10px 12px}.crv-import-status-card span,.crv-import-status-card b,.crv-import-status-card small{display:block}.crv-import-status-card span{color:#0d82f5;font-size:12px;font-weight:900}.crv-import-status-card b{margin-top:4px;color:#2b4663;font-size:13px;line-height:1.5}.crv-import-status-card small{margin-top:4px;color:#7f95b2;font-size:12px;font-weight:800}.crv-import-status-card.pending-import{border-color:#ff9f434d;background:#ff9f431a}.crv-import-status-card.pending-import span{color:#b85f00}.crv-import-status-card.imported{border-color:#00b89442;background:#00b89414}.crv-import-status-card.imported span{color:#009d7b}.crv-import-status-card.rework,.crv-import-status-card.final-rejected,.crv-import-status-card.import-failed{border-color:#e048583d;background:#e0485814}.crv-import-status-card.rework span,.crv-import-status-card.final-rejected span,.crv-import-status-card.import-failed span{color:#cf3047}.crv-review-completion-hint{display:grid;gap:4px;margin-top:10px;border:1px solid rgba(0,184,148,.24);border-radius:10px;background:#00b89414;padding:10px 12px}.crv-review-completion-hint b,.crv-review-completion-hint span{display:block}.crv-review-completion-hint b{color:#008f72;font-size:12px;font-weight:900}.crv-review-completion-hint span{color:#2b5c50;font-size:13px;line-height:1.5;font-weight:800}.crv-review-completion-hint.blocked{border-color:#ff9f434d;background:#ff9f431a}.crv-review-completion-hint.blocked b{color:#b85f00}.crv-review-completion-hint.blocked span{color:#72511e}.crv-review-completion-hint.waiting{border-color:#0d82f52e;background:#0d82f50f}.crv-review-completion-hint.waiting b{color:#0d82f5}.crv-review-completion-hint.waiting span{color:#42617f}.crv-import-detail{display:grid;gap:8px;margin-top:10px}.crv-import-progress,.crv-import-error,.crv-import-failed-files,.crv-import-history{border:1px solid #e3edf7;border-radius:9px;background:#fbfdff;padding:9px 10px}.crv-import-progress>div,.crv-import-history>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.crv-import-progress span,.crv-import-error b,.crv-import-failed-files>b,.crv-import-history>b{color:#223652;font-size:12px;font-weight:900}.crv-import-progress div b{color:#0d82f5;font-family:var(--fm);font-size:13px}.crv-import-progress i{display:block;overflow:hidden;width:100%;height:7px;margin-top:7px;border-radius:999px;background:#e7f0f9}.crv-import-progress i em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d82f5,#24a067)}.crv-import-progress small,.crv-import-failed-files small{display:block;margin-top:6px;color:#8aa0bc;font-size:11px;font-weight:800}.crv-import-error{border-color:#e0485838;background:#e048580f}.crv-import-error span{display:block;margin-top:5px;color:#cf3047;font-size:12px;line-height:1.5;font-weight:800;word-break:break-word}.crv-import-failed-files,.crv-import-history{display:grid;gap:6px}.crv-import-failed-title,.crv-import-failed-file-row,.crv-import-failed-file-row>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.crv-import-failed-title button,.crv-import-failed-file-row button{flex:0 0 auto;min-height:28px;border:1px solid #d8e7f5;border-radius:8px;padding:0 9px;background:#fff;color:#42617f;font-size:11px;font-weight:900;cursor:pointer}.crv-import-failed-title button:disabled,.crv-import-failed-file-row button:disabled{opacity:.52;cursor:not-allowed}.crv-import-failure-summary{display:grid;gap:6px;border:1px dashed #d8e7f5;border-radius:8px;padding:8px;background:#fff}.crv-import-failure-summary>div{display:flex;flex-wrap:wrap;gap:6px}.crv-import-failure-summary span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#eef6ff;padding:4px 7px;color:#42617f;font-size:11px;font-weight:900}.crv-import-failure-summary span em{color:#0d82f5;font-style:normal;font-family:var(--fm)}.crv-import-failed-file-row>span{display:grid;min-width:0;gap:3px}.crv-import-failed-file-row strong,.crv-import-history div span{overflow:hidden;color:#334963;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.crv-import-failed-file-row small{overflow:hidden;color:#8aa0bc;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.crv-import-failed-file-row div em,.crv-import-history div em{flex:0 0 auto;max-width:45%;overflow:hidden;color:#8aa0bc;font-size:11px;font-style:normal;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.crv-review-comment{min-height:92px;resize:vertical;border:1px solid #d8e7f5;border-radius:9px;background:#f8fbff;padding:12px 14px;color:#223652;font-size:13px;line-height:1.6;outline:none}.crv-review-comment:focus{border-color:#0d82f5;box-shadow:0 0 0 3px #0d82f51a}.crv-review-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.crv-action{min-height:38px;border-radius:10px;border:1px solid #d8e7f5;padding:0 14px;background:#fff;color:#42617f;font-weight:900;cursor:pointer}.crv-action.pass{border-color:#00b8945c;color:#008f72;background:#00b89414}.crv-action.reject,.crv-action.final{border-color:#e048584d;color:#cf3047;background:#e0485812}.crv-action.force{border-color:#ff9f435c;color:#b85f00;background:#ff9f431a}.crv-action:hover{transform:translateY(-1px);box-shadow:0 8px 20px #14325014}.crv-action:disabled{opacity:.52;cursor:not-allowed;transform:none;box-shadow:none}.crv-review-actions span{color:#8aa0bc;font-size:12px;font-weight:800}.crv-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:#101f306b;padding:20px}.crv-review-action-dialog{width:min(460px,100%);overflow:hidden;border:1px solid rgba(216,231,245,.96);border-radius:12px;background:#fff;box-shadow:0 22px 56px #14325038}.crv-review-action-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #e6eff8;padding:18px 20px 14px}.crv-review-action-dialog-head span{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;background:#0d82f514;padding:0 9px;color:#0d82f5;font-size:12px;font-weight:900}.crv-review-action-dialog-head h3{margin:8px 0 0;color:#172640;font-size:19px;line-height:1.3}.crv-review-action-dialog-head button{flex:0 0 auto;width:34px;height:34px;border:1px solid #d8e7f5;border-radius:8px;background:#f8fbff;color:#6f87a4;font-size:20px;line-height:1;cursor:pointer}.crv-review-action-dialog-head button:disabled{cursor:not-allowed;opacity:.55}.crv-review-action-dialog-body{display:grid;gap:8px;padding:16px 20px}.crv-review-action-dialog-body b{color:#223652;font-size:15px;line-height:1.45}.crv-review-action-dialog-body p{margin:0;color:#6f87a4;font-size:13px;line-height:1.6;font-weight:800}.crv-review-action-dialog-foot{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e6eff8;background:#f8fbff;padding:14px 20px}.crv-review-action-dialog-foot button{min-height:38px;border-radius:9px;padding:0 14px;font-weight:900;cursor:pointer}.crv-review-action-dialog-foot button:disabled{cursor:not-allowed;opacity:.62}.crv-review-action-dialog-foot .secondary{border:1px solid #d8e7f5;background:#fff;color:#42617f}.crv-review-action-dialog-foot .primary{border:1px solid rgba(13,130,245,.24);background:#0d82f5;color:#fff;box-shadow:0 8px 18px #0d82f529}.crv-review-action-dialog.pass .crv-review-action-dialog-head span{background:#00b8941a;color:#008f72}.crv-review-action-dialog-foot .primary.pass{border-color:#00b89452;background:#00a884;box-shadow:0 8px 18px #00b89429}.crv-review-action-dialog.reject .crv-review-action-dialog-head span,.crv-review-action-dialog.final .crv-review-action-dialog-head span{background:#e048581a;color:#cf3047}.crv-review-action-dialog-foot .primary.reject,.crv-review-action-dialog-foot .primary.final{border-color:#e048584d;background:#cf3047;box-shadow:0 8px 18px #e0485826}.crv-review-action-dialog.force .crv-review-action-dialog-head span{background:#ff9f4321;color:#b85f00}.crv-review-action-dialog-foot .primary.force{border-color:#ff9f4357;background:#d97808;box-shadow:0 8px 18px #ff9f4326}.crv-review-history-panel{margin-bottom:16px}.crv-review-history-panel .crv-panel-head>b{border:1px solid rgba(13,130,245,.16);border-radius:999px;background:#0d82f512;padding:7px 12px;color:#0d82f5;font-size:12px;font-family:var(--fm)}.crv-review-timeline{position:relative;display:grid;gap:12px;margin-top:6px}.crv-review-timeline:before{content:"";position:absolute;top:8px;bottom:8px;left:8px;width:2px;background:linear-gradient(180deg,#0d82f53d,#d8e7f573)}.crv-review-history-row{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px}.crv-review-history-dot{z-index:1;width:18px;height:18px;border:4px solid #fff;border-radius:999px;background:#0d82f5;box-shadow:0 0 0 1px #0d82f538}.crv-review-history-dot.pass{background:#00b894;box-shadow:0 0 0 1px #00b8943d}.crv-review-history-dot.reject{background:#e04858;box-shadow:0 0 0 1px #e048583d}.crv-review-history-dot.force{background:#ff9f43;box-shadow:0 0 0 1px #ff9f434d}.crv-review-history-card{border:1px solid #dbeafa;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfdff);padding:12px 14px}.crv-review-history-top,.crv-review-history-meta,.crv-review-history-stats,.crv-review-history-errors{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.crv-review-history-top strong{color:#233a59;font-size:14px;font-weight:900}.crv-review-history-top em,.crv-review-history-meta span{color:#8aa0bc;font-size:12px;font-style:normal;font-weight:800}.crv-review-history-meta{margin-top:8px}.crv-review-history-comment{margin-top:10px;border-radius:10px;background:#0d82f50d;padding:10px 12px}.crv-review-history-comment b{display:block;color:#587391;font-size:12px;font-weight:900}.crv-review-history-comment p{margin:4px 0 0;color:#253c5a;font-size:13px;line-height:1.55}.crv-review-history-stats{margin-top:10px}.crv-review-history-stats span,.crv-review-history-errors span,.crv-review-history-errors small{border-radius:999px;background:#f2f7fc;padding:5px 9px;color:#6f87a4;font-size:12px;font-weight:900}.crv-review-history-stats .pass{background:#00b8941a;color:#008f72}.crv-review-history-stats .reject,.crv-review-history-errors span{background:#e0485814;color:#cf3047}.crv-review-history-errors{margin-top:8px}.crv-review-history-empty{border:1px dashed #d8e7f5;border-radius:12px;background:#fbfdff;padding:20px;color:#8aa0bc;text-align:center;font-size:13px;font-weight:800}.crv-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,420px);gap:16px;align-items:start}.crv-main,.crv-side{display:flex;flex-direction:column;gap:16px}.crv-side{position:sticky;top:84px}.crv-panel{border:1px solid #dce9f5;border-radius:10px;background:#fffffff0;box-shadow:0 10px 28px #14325012;padding:18px}.crv-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.crv-panel-head h2{margin:0;font-size:17px;color:#172640}.crv-panel-head span{display:block;margin-top:4px;color:#8aa0bc;font-size:12px;font-weight:800}.crv-draft-status{flex:0 0 auto;border:1px solid #d8e7f5;border-radius:999px;background:#f8fbff;color:#42617f;padding:6px 10px;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.crv-draft-status.dirty,.crv-draft-status.saving{border-color:#0d82f53d;background:#0d82f514;color:#0d82f5}.crv-draft-status.saved{border-color:#24a06740;background:#24a06714;color:#16885a}.crv-draft-status.error{border-color:#e0485842;background:#e0485814;color:#cf3047}.crv-batch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.crv-batch-grid div,.crv-run-meta div{border:1px solid #e3edf7;border-radius:8px;background:#f8fbff;padding:12px;min-width:0}.crv-batch-grid b,.crv-run-meta b{display:block;color:#223652;font-size:13px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-note{margin-top:12px;border:1px dashed #cfe1f2;border-radius:8px;background:#fbfdff;padding:12px 14px}.crv-note b{display:block;color:#223652;font-size:13px;margin-bottom:6px}.crv-note p{margin:0;color:#6c829f;font-size:13px;line-height:1.6}.crv-rework-diff-panel{border-color:#d8e7f5}.crv-rework-diff-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.crv-rework-diff-summary div{border:1px solid #e3edf7;border-radius:8px;background:#f8fbff;padding:11px 12px}.crv-rework-diff-summary span{display:block;color:#8298b5;font-size:12px;font-weight:900;margin-bottom:6px}.crv-rework-diff-summary b{color:#223652;font-family:var(--fm);font-size:20px}.crv-rework-diff-summary .danger{border-color:#e0485838;background:#e048580f}.crv-rework-diff-summary .danger b{color:#cf3047}.crv-rework-diff-comment{display:grid;gap:5px;border:1px solid #e3edf7;border-radius:8px;background:#fff;padding:10px 12px;margin-bottom:12px}.crv-rework-diff-comment b{color:#385472;font-size:12px}.crv-rework-diff-comment span{color:#7088a6;font-size:12px;line-height:1.55}.crv-rework-diff-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.crv-rework-diff-list{min-width:0;border:1px solid #e3edf7;border-radius:9px;background:#fbfdff;padding:10px}.crv-rework-diff-list.rejected{border-color:#e0485838}.crv-rework-diff-list.new{border-color:#0d82f538}.crv-rework-diff-list.fixed{border-color:#00b89438}.crv-rework-diff-list.unresolved{border-color:#ff9f434d}.crv-rework-diff-list-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.crv-rework-diff-list-title b{color:#223652;font-size:13px}.crv-rework-diff-list-title span,.crv-rework-diff-list small,.crv-rework-diff-list p{color:#8aa0bc;font-size:11px;font-weight:800}.crv-rework-diff-list p{margin:0;border:1px dashed #dce9f5;border-radius:8px;padding:10px;text-align:center}.crv-rework-diff-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border-top:1px solid #edf3f9;padding:9px 0}.crv-rework-diff-list-title+.crv-rework-diff-item{border-top:0}.crv-rework-diff-item div{min-width:0}.crv-rework-diff-item b,.crv-rework-diff-item span,.crv-rework-diff-item em{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-rework-diff-item b{color:#29415f;font-family:var(--fm);font-size:12px}.crv-rework-diff-item span{color:#7088a6;font-size:11px;line-height:1.45;margin-top:3px}.crv-rework-diff-item em{color:#9aabc1;font-size:11px;font-style:normal;margin-top:3px}.crv-rework-diff-item button{min-height:30px;border:1px solid rgba(13,130,245,.22);border-radius:8px;background:#0d82f514;color:#0d82f5;padding:0 10px;font-size:12px;font-weight:900;cursor:pointer}.crv-hardware-panel{overflow:hidden}.crv-hardware-head{align-items:center}.crv-hardware-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border-radius:999px;padding:0 12px;font-size:12px;font-weight:900;white-space:nowrap}.crv-hardware-status.online{color:#008f72;background:#00b8941f}.crv-hardware-status.offline,.crv-hardware-status.missing{color:#7f95b2;background:#edf4fb}.crv-hardware-status.fault{color:#cf3047;background:#e048581f}.crv-hardware-status.maintenance,.crv-hardware-status.unknown{color:#b85f00;background:#ff9f4324}.crv-hardware-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.crv-hardware-metrics div{min-width:0;border:1px solid #e3edf7;border-radius:8px;background:linear-gradient(180deg,#fbfdff,#f6fbff);padding:12px}.crv-hardware-metrics span,.crv-hardware-metrics em{display:block;color:#8298b5;font-size:12px;font-weight:900}.crv-hardware-metrics b{display:block;margin-top:7px;color:#1f344f;font-size:14px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-hardware-metrics em{margin-top:5px;font-style:normal;font-size:11px}.crv-hardware-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.crv-hardware-section-title b{color:#172640;font-size:13px;font-weight:950}.crv-hardware-section-title span{color:#8aa0bc;font-size:12px;font-weight:900}.crv-hardware-timeline{display:grid;gap:8px;margin-bottom:16px}.crv-hardware-trace-row{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:10px;align-items:start;border:1px solid #e4edf7;border-radius:8px;background:#fbfdff;padding:10px 12px}.crv-hardware-trace-row i{width:10px;height:10px;border-radius:999px;margin-top:5px;background:#0d82f5;box-shadow:0 0 0 5px #0d82f51a}.crv-hardware-trace-row i.session{background:#00b894;box-shadow:0 0 0 5px #00b8941a}.crv-hardware-trace-row i.offline_file{background:#ff9f43;box-shadow:0 0 0 5px #ff9f431f}.crv-hardware-trace-row div{min-width:0}.crv-hardware-trace-row b,.crv-hardware-mini-list b{display:block;color:#223652;font-size:12px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-hardware-trace-row span,.crv-hardware-mini-list span{display:block;margin-top:3px;color:#7188a5;font-size:12px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-hardware-trace-row em{color:#8aa0bc;font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}.crv-hardware-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.crv-hardware-columns>div{min-width:0;border-top:1px solid #edf3f9;padding-top:12px}.crv-hardware-mini-list{display:grid;gap:8px}.crv-hardware-mini-list div{min-width:0;border:1px solid #edf3f9;border-radius:8px;background:#fbfdff;padding:9px 10px}.crv-hardware-mini-list p{margin:0;border:1px dashed #dce9f5;border-radius:8px;padding:12px;color:#91a6c0;font-size:12px;font-weight:900;text-align:center}.crv-check-list{display:grid;gap:10px}.crv-check-row{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;border:1px solid #e4edf7;border-radius:8px;padding:11px 12px;background:#fbfdff}.crv-check-pill{display:inline-flex;align-items:center;justify-content:center;height:26px;min-width:54px;border-radius:999px;padding:0 10px;font-size:12px;font-weight:900;line-height:1;white-space:nowrap;box-sizing:border-box}.crv-check-pill.pass{background:#00b8941f;color:#009d7b}.crv-check-pill.warn{background:#ff9f4324;color:#c66b08}.crv-check-pill.error{background:#e048581f;color:#cf3047}.crv-check-pill.not-configured,.crv-check-pill.not-applicable,.crv-check-pill.skipped{background:#edf4fb;color:#637b98}.crv-check-row b{display:block;color:#223652;font-size:13px;margin-bottom:3px}.crv-check-row .crv-check-message,.crv-check-row span:last-child{display:block;color:#7188a5;font-size:11px;line-height:1.45;font-weight:800}.crv-check-detail{display:grid;gap:8px;margin-top:9px}.crv-check-detail-block{display:grid;gap:6px;border:1px solid #edf3f9;border-radius:8px;background:#fff;padding:8px 9px}.crv-check-detail-block strong{color:#385472;font-size:12px;font-weight:900}.crv-check-detail-block small,.crv-check-detail p{margin:0;color:#8aa0bc;font-family:var(--fm);font-size:11px;line-height:1.45}.crv-check-file-tags{display:flex;flex-wrap:wrap;gap:5px}.crv-check-file-tags span,.crv-check-file-tags em{display:inline-flex;align-items:center;max-width:220px;min-height:22px;border-radius:999px;background:#f1f7fd;color:#42617f;padding:0 8px;font-family:var(--fm);font-size:11px;font-style:normal;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-check-file-tags.compact span{background:#e048581a;color:#cf3047}.crv-check-detail button{justify-self:start;min-height:30px;border:1px solid rgba(13,130,245,.22);border-radius:8px;background:#0d82f514;color:#0d82f5;padding:0 10px;font-size:12px;font-weight:900;cursor:pointer}.crv-check-detail button:hover{border-color:#0d82f56b;background:#0d82f51f}.crv-dist-list{display:grid;gap:10px}.crv-dist-row{display:grid;grid-template-columns:70px minmax(0,1fr) 54px;gap:10px;align-items:center;color:#5c7492;font-size:12px;font-weight:900}.crv-dist-row div{height:10px;border-radius:999px;background:#edf4fb;overflow:hidden}.crv-dist-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d82f5,#00b894)}.crv-dist-row b{text-align:right;font-family:var(--fm);color:#223652}.crv-file-table{border:1px solid #e3edf7;border-radius:9px;max-height:520px;overflow:auto}.crv-file-toolbar{display:grid;gap:10px;margin-bottom:12px}.crv-file-filters,.crv-bulk-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.crv-file-filters input,.crv-file-filters select,.crv-bulk-bar input,.crv-bulk-bar select{height:34px;border:1px solid #d8e7f5;border-radius:8px;background:#fff;color:#223652;font-size:12px;font-weight:800;padding:0 10px;outline:none}.crv-file-filters input{flex:1 1 220px;min-width:180px}.crv-bulk-bar input{flex:1 1 240px;min-width:180px}.crv-file-filters button,.crv-bulk-bar button,.crv-file-pager button{min-height:34px;border:1px solid #d8e7f5;border-radius:8px;background:#fff;color:#42617f;padding:0 11px;font-size:12px;font-weight:900;cursor:pointer}.crv-bulk-bar{border:1px solid #e4eef8;border-radius:9px;background:#f8fbff;padding:9px}.crv-bulk-bar>span{color:#0d82f5;font-size:12px;font-weight:900}.crv-bulk-bar button:first-of-type{border-color:#e0485847;background:#e048580f;color:#cf3047}.crv-file-filters button:disabled,.crv-bulk-bar button:disabled,.crv-file-pager button:disabled{opacity:.48;cursor:not-allowed}.crv-file-head,.crv-file-row{display:grid;grid-template-columns:28px minmax(220px,1fr) 74px 84px 80px 78px 136px;gap:12px;align-items:center}.crv-file-head{position:sticky;top:0;z-index:2;background:#f1f7fd;color:#7f95b2;font-size:12px;font-weight:900;padding:11px 14px}.crv-file-row{width:100%;border:0;border-top:1px solid #edf3f9;background:#fff;padding:12px 14px;color:#536c89;font-size:12px;text-align:left;cursor:pointer}.crv-file-row:hover,.crv-file-row.active{background:#f3f9ff}.crv-file-row.rejected{background:#e048580a}.crv-file-row.passed{background:#00b89409}.crv-file-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-file-type,.crv-file-size,.crv-file-check-cell,.crv-file-review-cell{display:flex;align-items:center}.crv-file-type,.crv-file-size{justify-content:flex-start}.crv-file-check-cell,.crv-file-review-cell{justify-content:center;overflow:visible}.crv-file-check-cell .crv-check-pill{height:24px;min-width:56px;padding:0 9px;font-size:11px}.crv-file-select{display:inline-flex;align-items:center;justify-content:center;min-width:0}.crv-file-select input{width:15px;height:15px;accent-color:#0d82f5}.crv-file-name{display:grid;gap:4px}.crv-file-name b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#29415f}.crv-file-name i{display:flex;gap:4px;min-width:0;overflow:hidden;font-style:normal}.crv-file-name em{display:inline-flex;align-items:center;height:18px;max-width:90px;border-radius:999px;background:#ff9f4324;color:#b85f00;padding:0 7px;font-size:10px;font-style:normal;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-file-review-pill{display:inline-flex;align-items:center;justify-content:center;height:24px;min-width:56px;border-radius:999px;padding:0 9px;font-size:11px;font-weight:900}.crv-file-review-pill.pending{color:#7f95b2;background:#edf4fb}.crv-file-review-pill.pass{color:#008f72;background:#00b8941f}.crv-file-review-pill.reject{color:#cf3047;background:#e048581f}.crv-file-pager{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;color:#7f95b2;font-size:12px;font-weight:900}.crv-file-pager div{display:flex;gap:8px}.crv-preview-panel{min-height:380px}.crv-preview-stage{min-height:260px;border:1px solid #dfeaf5;border-radius:9px;background:#f7fbff;display:flex;align-items:center;justify-content:center;overflow:hidden}.crv-preview-empty{padding:24px;color:#8aa0bc;font-size:13px;font-weight:800;text-align:center}.crv-preview-placeholder{width:min(100%,360px);border:1px solid #dbeafa;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);padding:18px;text-align:center;box-shadow:0 12px 26px #21466e0f}.crv-preview-placeholder span{display:inline-flex;border-radius:999px;background:#0d82f517;padding:5px 10px;color:#0d82f5;font-size:12px;font-weight:900}.crv-preview-placeholder b{display:block;overflow:hidden;margin-top:10px;color:#223652;font-size:15px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.crv-preview-placeholder div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px}.crv-preview-placeholder em{border-radius:999px;background:#eef6ff;padding:4px 8px;color:#6f87a4;font-size:12px;font-style:normal;font-weight:800}.crv-preview-placeholder p{margin:12px 0 0;color:#6f87a4;font-size:13px;line-height:1.6;font-weight:800}.crv-media-preview{width:100%;max-height:360px;object-fit:contain;background:#0f172a}.crv-doc-preview,.crv-pointcloud-preview,.crv-archive-preview{width:100%;height:100%;min-height:260px;display:flex;flex-direction:column;background:#f7fbff}.crv-complex-chips{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border-top:1px solid #e1ebf5;background:#ffffffeb}.crv-complex-chips span{display:inline-flex;align-items:center;gap:5px;border:1px solid #dbeafa;border-radius:999px;background:#fff;padding:5px 8px;color:#6f87a4;font-size:11px;font-weight:900}.crv-complex-chips b{color:#93a7bf}.crv-complex-chips em{color:#223652;font-style:normal}.crv-doc-frame{width:100%;min-height:320px;flex:1 1 320px;border:0;background:#fff}.crv-doc-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border-top:1px solid #e1ebf5;padding:8px;background:#ffffffeb}.crv-doc-tools input{min-width:0;height:34px;border:1px solid #dbeafa;border-radius:8px;background:#fff;padding:0 10px;color:#223652;font-size:12px;outline:none}.crv-doc-tools input:focus{border-color:#0d82f5;box-shadow:0 0 0 2px #0d82f51a}.crv-doc-tools span{color:#7f95b2;font-size:11px;font-weight:900;white-space:nowrap}.crv-doc-pages{display:grid;gap:10px;max-height:360px;overflow:auto;padding:10px}.crv-doc-pager{flex:1 1 auto;min-height:320px;display:grid;grid-template-columns:132px minmax(0,1fr);gap:10px;overflow:hidden;padding:10px}.crv-doc-page-list{display:grid;align-content:start;gap:7px;overflow:auto}.crv-doc-page-list button{min-width:0;border:1px solid #dfeaf5;border-radius:8px;background:#fff;padding:8px;text-align:left;cursor:pointer}.crv-doc-page-list button.active{border-color:#0d82f5;background:#eef7ff;box-shadow:0 0 0 2px #0d82f51a}.crv-doc-page-list b,.crv-doc-page-list span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-doc-page-list b{color:#223652;font-size:12px}.crv-doc-page-list span{margin-top:4px;color:#8aa0bc;font-size:11px;font-weight:800}.crv-doc-page-list p{margin:0;border:1px dashed #dbeafa;border-radius:8px;padding:10px;color:#8aa0bc;font-size:12px;font-weight:800;text-align:center}.crv-doc-page{min-height:0;border:1px solid #dfeaf5;border-radius:8px;background:#fff;padding:10px;display:flex;flex-direction:column}.crv-doc-page div{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.crv-doc-page span{color:#0d82f5;font-size:12px;font-weight:900}.crv-doc-page b{color:#8aa0bc;font-size:11px;font-family:var(--fm)}.crv-doc-page pre{flex:1;overflow:auto;margin:0;color:#243852;font-size:12px;line-height:1.65;white-space:pre-wrap;word-break:break-word}.crv-doc-page footer{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.crv-doc-page footer button,.crv-pointcloud-toolbar button{border:1px solid #d9e7f5;border-radius:8px;background:#fff;color:#496684;font-size:11px;font-weight:900;padding:6px 9px;cursor:pointer}.crv-doc-page footer button:disabled{opacity:.45;cursor:not-allowed}.crv-pointcloud-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;border-bottom:1px solid #e1ebf5;padding:8px;background:#ffffffeb}.crv-pointcloud-toolbar div{display:flex;flex-wrap:wrap;gap:6px}.crv-pointcloud-toolbar button.active{border-color:#0d82f5;background:#eaf5ff;color:#0d82f5}.crv-pointcloud-preview canvas{display:block;width:100%;min-height:300px;flex:1 1 300px}.crv-pointcloud-measure{display:grid;gap:6px;border-top:1px solid #e1ebf5;padding:8px 10px;background:#fff}.crv-pointcloud-measure>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.crv-pointcloud-measure b{color:#223652;font-size:12px;font-weight:900}.crv-pointcloud-measure span{color:#0d82f5;font-size:12px;font-weight:900}.crv-pointcloud-measure ol{display:grid;gap:4px;margin:0;padding:0;list-style:none;color:#617895;font-size:11px;font-family:var(--fm);font-weight:800}.crv-pointcloud-measure>div:last-child{display:flex;align-items:center;justify-content:flex-end;gap:8px}.crv-pointcloud-measure em{color:#7f95b2;font-size:11px;font-style:normal;font-weight:800}.crv-pointcloud-measure button{border:1px solid #d9e7f5;border-radius:8px;background:#fff;color:#496684;font-size:11px;font-weight:900;padding:6px 9px;cursor:pointer}.crv-archive-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border-top:1px solid #e1ebf5;padding:8px;background:#ffffffeb}.crv-archive-tools input{min-width:0;height:34px;border:1px solid #dbeafa;border-radius:8px;background:#fff;padding:0 10px;color:#223652;font-size:12px;outline:none}.crv-archive-tools input:focus{border-color:#0d82f5;box-shadow:0 0 0 2px #0d82f51a}.crv-archive-tools span{color:#7f95b2;font-size:11px;font-weight:900;white-space:nowrap}.crv-archive-summary{display:flex;flex-wrap:wrap;gap:6px;padding:0 8px 8px;background:#ffffffeb}.crv-archive-summary span{border:1px solid #dbeafa;border-radius:999px;background:#fff;padding:4px 7px;color:#617895;font-size:11px;font-weight:900}.crv-archive-tree{max-height:360px;overflow:auto;padding:8px}.crv-archive-entry{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:30px;border-bottom:1px solid #e8f0f8;color:#334963;font-size:12px}.crv-archive-entry span{border-radius:999px;background:#eef6ff;color:#0d82f5;padding:3px 6px;text-align:center;font-size:10px;font-weight:900}.crv-archive-entry.dir span{background:#24a0671a;color:#16885a}.crv-archive-entry b{overflow:hidden;color:#223652;text-overflow:ellipsis;white-space:nowrap}.crv-archive-entry em{color:#7f95b2;font-style:normal;font-weight:800;white-space:nowrap}.crv-complex-note{margin:0;border-top:1px solid #e1ebf5;padding:8px 10px;color:#7f95b2;font-size:12px;font-weight:800}.crv-file-review-box{margin-top:10px;border:1px solid #e3edf7;border-radius:9px;background:#fbfdff;padding:12px}.crv-file-review-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.crv-file-review-title>div:first-child{min-width:0}.crv-file-review-title b{display:block;color:#223652;font-size:13px;margin-bottom:4px}.crv-file-review-title>div:first-child>span{display:block;color:#7f95b2;font-family:var(--fm);font-size:11px;line-height:1.4;word-break:break-all}.crv-file-review-status{flex:0 0 auto;display:flex;justify-content:flex-end}.crv-file-review-status .crv-file-review-pill{display:inline-flex;min-width:56px}.crv-file-review-actions{display:flex;flex-wrap:wrap;gap:8px}.crv-file-review-actions button{min-height:32px;border:1px solid #d8e7f5;border-radius:8px;background:#fff;color:#42617f;padding:0 10px;font-size:12px;font-weight:900;cursor:pointer}.crv-file-review-actions button.danger{color:#cf3047;border-color:#e0485847;background:#e048580f}.crv-file-review-actions button:disabled{opacity:.5;cursor:not-allowed}.crv-file-review-form{display:grid;gap:8px;margin-top:10px}.crv-file-review-form select,.crv-file-review-form textarea{width:100%;border:1px solid #d8e7f5;border-radius:8px;background:#fff;color:#223652;font-size:12px;line-height:1.5;padding:8px 10px;outline:none}.crv-file-review-form textarea{resize:vertical}.crv-file-review-meta{margin:8px 0 0;color:#8aa0bc;font-size:11px;font-weight:800}.crv-audio-preview{width:calc(100% - 28px)}.crv-text-preview,.crv-log{width:100%;margin:0;padding:14px;color:#223652;font-family:var(--fm);font-size:12px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.crv-sample-nav{display:grid;gap:8px;margin-top:10px}.crv-sample-nav-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.crv-sample-nav-head input{min-width:0;height:32px;border:1px solid #d8e7f5;border-radius:8px;background:#fff;color:#223652;font-size:12px;font-weight:800;padding:0 10px;outline:none}.crv-sample-nav-head input:focus{border-color:#0d82f5;box-shadow:0 0 0 2px #0d82f51a}.crv-sample-nav-head>span{color:#7f95b2;font-size:11px;font-weight:900;white-space:nowrap}.crv-sample-strip{display:grid;grid-template-columns:1fr;gap:6px;max-height:142px;overflow:auto}.crv-sample-strip button{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;border:1px solid #dfeaf5;border-radius:8px;background:#fff;padding:8px 10px;text-align:left;cursor:pointer}.crv-sample-strip button.active{border-color:#0d82f5;background:#f0f8ff}.crv-sample-strip span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:22px;border-radius:999px;background:#edf6ff;color:#0d82f5;font-size:11px;font-weight:900}.crv-sample-strip b{display:block;color:#223652;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-sample-more{margin:0;border:1px dashed #d8e7f5;border-radius:8px;padding:9px 10px;color:#7f95b2;background:#fbfdff;font-size:11px;font-weight:800;text-align:center}.crv-run-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.crv-log{min-height:180px;max-height:280px;overflow:auto;border:1px solid #e3edf7;border-radius:8px;background:#f8fbff}.crv-run-history{display:grid;gap:7px;margin-top:10px}.crv-run-history div{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #edf3f9;border-radius:8px;padding:8px 10px;color:#7188a5;font-size:12px}.crv-run-history span{font-weight:900;color:#223652}.crv-empty{padding:22px;text-align:center;color:#91a6c0;font-weight:800;font-size:13px}.crv-empty.compact{padding:14px}.crv-page{padding:20px 24px 28px;background:#f5f8fb}.crv-header{gap:14px;margin-bottom:14px}.crv-title-block h1{font-size:24px}.crv-title-block p{margin-top:4px;max-width:760px}.crv-back,.crv-secondary,.crv-primary{min-height:38px;border-radius:8px;padding:0 13px;box-shadow:none}.crv-back:hover,.crv-secondary:hover,.crv-primary:hover{transform:none;box-shadow:0 4px 12px #0d82f514}.crv-header-actions{gap:8px}.crv-kpi-row{gap:10px;margin-bottom:12px}.crv-kpi,.crv-panel{border-color:#dbe6f1;border-radius:8px;box-shadow:0 1px 2px #1432500a}.crv-kpi{padding:12px 14px}.crv-kpi b{font-size:22px}.crv-kpi em{margin-top:5px}.crv-conflict-banner,.crv-collab-banner{margin-bottom:12px;border-radius:8px;padding:10px 12px}.crv-review-panel{grid-template-columns:minmax(280px,.86fr) minmax(300px,1fr);gap:12px;margin-bottom:12px}.crv-review-status-block{gap:12px}.crv-review-status{min-width:74px;height:30px}.crv-review-status-block h2{font-size:16px}.crv-rework-limit{margin-top:8px;padding:6px 9px}.crv-import-status-card{margin-top:8px;border-radius:8px;padding:8px 10px}.crv-import-detail{gap:6px;margin-top:8px}.crv-import-progress,.crv-import-error,.crv-import-failed-files,.crv-import-history,.crv-import-failure-summary{border-radius:8px;padding:8px}.crv-review-comment{min-height:78px;border-radius:8px;padding:10px 12px}.crv-review-actions{gap:8px}.crv-action{min-height:36px;border-radius:8px;padding:0 12px}.crv-layout{grid-template-columns:minmax(0,1fr) minmax(340px,400px);gap:12px}.crv-main,.crv-side{gap:12px}.crv-panel{padding:14px}.crv-panel-head{margin-bottom:12px}.crv-panel-head h2{font-size:15px}.crv-batch-grid{gap:8px}.crv-batch-grid div,.crv-run-meta div,.crv-rework-diff-summary div,.crv-hardware-metrics div{border-radius:7px;padding:9px 10px}.crv-note{margin-top:10px;border-radius:7px;padding:10px 12px}.crv-rework-diff-summary,.crv-hardware-metrics,.crv-check-list,.crv-dist-list{gap:8px}.crv-auto-check-panel.collapsed{padding-bottom:12px}.crv-auto-check-panel.collapsed .crv-panel-head{margin-bottom:8px}.crv-auto-check-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.crv-auto-check-summary{display:flex;flex-wrap:wrap;gap:6px}.crv-auto-check-summary span{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:0 9px;font-size:11px;font-weight:900}.crv-auto-check-summary .pass{color:#008f72;background:#00b8941a}.crv-auto-check-summary .warn{color:#b85f00;background:#ff9f4321}.crv-auto-check-summary .error{color:#cf3047;background:#e048581a}.crv-auto-check-summary .not-configured,.crv-auto-check-summary .not-applicable,.crv-auto-check-summary .skipped{color:#637b98;background:#edf4fb}.crv-auto-check-toggle{min-height:30px;border:1px solid #d8e7f5;border-radius:8px;background:#fff;color:#42617f;padding:0 10px;font-size:12px;font-weight:900;cursor:pointer}.crv-auto-check-toggle:hover{border-color:#0d82f557;color:#0d82f5}.crv-auto-check-compact{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:34px;border:1px solid #e7eff7;border-radius:8px;background:#f8fbff;padding:8px 10px;color:#6f87a4;font-size:12px;font-weight:800}.crv-auto-check-compact b{color:#223652;font-size:12px;font-weight:900}.crv-auto-check-compact span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv-check-row{grid-template-columns:54px minmax(0,1fr);gap:10px;border-radius:7px;padding:9px 10px}.crv-file-toolbar{gap:8px;margin-bottom:10px}.crv-bulk-bar{border-radius:8px;padding:7px}.crv-file-head,.crv-file-row{gap:10px}.crv-file-head{padding:9px 12px}.crv-file-row{padding:10px 12px}.crv-file-pager{margin-top:8px}.crv-preview-panel{min-height:0}.crv-preview-stage{min-height:220px;border-radius:8px}.crv-preview-placeholder{border-radius:10px;padding:14px;box-shadow:none}.crv-file-review-box{margin-top:8px;border-radius:8px;padding:10px}.crv-file-review-title{margin-bottom:8px}.crv-sample-nav{margin-top:8px}.crv-sample-strip{max-height:124px}.crv-sample-strip button{border-radius:7px;padding:7px 9px}.crv-review-history-panel{margin-bottom:0}.crv-review-timeline{gap:8px}.crv-review-history-row{gap:9px}.crv-review-history-card{border-radius:8px;padding:10px 11px;background:#fff}.crv-review-history-comment{margin-top:8px;border-radius:7px;padding:8px 10px}.crv-review-history-stats,.crv-review-history-errors{margin-top:8px}.crv-run-meta{gap:6px}.crv-log{min-height:140px;max-height:220px}@media (max-width: 1280px){.crv-layout{grid-template-columns:1fr}.crv-side{position:static}}@media (max-width: 900px){.crv-page{padding:18px}.crv-header{grid-template-columns:1fr}.crv-header-actions{justify-content:flex-start}.crv-kpi-row,.crv-batch-grid,.crv-rework-diff-summary,.crv-rework-diff-grid,.crv-hardware-metrics,.crv-hardware-columns,.crv-review-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.crv-doc-pager{grid-template-columns:1fr}.crv-doc-page-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:120px}.crv-pointcloud-toolbar{flex-direction:column}.crv-file-head,.crv-file-row{grid-template-columns:minmax(160px,1fr) 72px 76px}.crv-file-head span:last-child,.crv-file-row span:last-child{display:none}.crv-file-head span:nth-child(3),.crv-file-row span:nth-child(3){display:none}}@media (max-width: 560px){.crv-conflict-banner,.crv-collab-banner,.crv-model-review-status{align-items:stretch;flex-direction:column}.crv-kpi-row,.crv-batch-grid,.crv-rework-diff-summary,.crv-rework-diff-grid,.crv-hardware-metrics,.crv-hardware-columns,.crv-run-meta,.crv-sample-strip,.crv-review-panel{grid-template-columns:1fr}}.status-badge{display:inline-block;padding:2px 9px;border-radius:5px;font-size:11px;font-family:var(--fm);font-weight:500;line-height:1.5}.status-badge.done{background:#00b8941a;color:#00b894}.status-badge.review{background:#ff9f431a;color:#ff9f43}.status-badge.doing,.status-badge.claimed{background:#0d82f51a;color:#0d82f5}.status-badge.rework{background:#fd79a81f;color:#d43a50}.status-badge.overdue{background:#e048581a;color:#e04858}.status-badge.pending{background:#8a9ab81a;color:#8a9ab8}.status-badge.paused{background:#6c5ce71a;color:#6c5ce7}.td-assignee{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:64px}.td-av{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;font-family:var(--fb);box-shadow:0 2px 8px #0d82f533}.td-av-name{font-size:11px;color:#4a6080;font-family:var(--fm);white-space:nowrap}.td-assignees{display:flex;flex-wrap:wrap;gap:14px}.tl-item{display:flex;gap:10px;padding:8px 0;position:relative}.tl-item:not(:last-child):before{content:"";position:absolute;left:12px;top:28px;bottom:-8px;width:2px;background:var(--fog-mid)}.tl-icon{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--ice-50),rgba(0,212,255,.08));display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;position:relative;z-index:1;border:1.5px solid var(--fog-mid)}.tl-content{flex:1;min-width:0}.tl-text{font-size:12px;color:#1a2840;font-family:var(--fb);line-height:1.5}.tl-time{font-size:10px;color:#8a9ab8;font-family:var(--fm);margin-top:2px}.st-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:var(--fog-light);margin-bottom:6px;transition:background .15s}.st-item:hover{background:#0d82f50d}.st-item.done{opacity:.65}.st-item.done .st-name{text-decoration:line-through;color:#8a9ab8}.st-cb{width:16px;height:16px;border-radius:4px;border:1.5px solid var(--fog-mid);background:#fff;flex-shrink:0;position:relative;cursor:pointer}.st-cb.checked{background:#00b894;border-color:#00b894}.st-cb.checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:2px solid white;border-top:0;border-left:0;transform:rotate(45deg)}.st-cnt{font-size:11px;color:#8a9ab8;font-family:var(--fm);flex-shrink:0}.st-item .st-name{flex:1;font-size:12px;color:#1a2840;font-family:var(--fb);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-mode-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.tmpl-list-item{display:flex;align-items:center;gap:12px;padding:11px 14px;background:#fff;border:1px solid var(--fog-mid);border-radius:10px;transition:all .18s;cursor:pointer}.tmpl-list-item:hover{border-color:var(--ice-300);box-shadow:0 3px 12px #0d82f514;transform:translateY(-1px)}.tmpl-card-head{display:flex;align-items:center;gap:10px;width:100%}.tmpl-card-actions{display:flex;gap:6px;flex-shrink:0;opacity:0;transition:opacity .15s}.tmpl-list-item:hover .tmpl-card-actions{opacity:1}.tmpl-action-btn{width:42px;height:28px;border-radius:7px;border:1px solid var(--fog-mid);background:#fff;display:flex;align-items:center;justify-content:center;color:#6a80a0;cursor:pointer;transition:all .15s}.tmpl-action-btn:hover{background:var(--ice-50);border-color:var(--ice-300);color:var(--ice-600)}.tmpl-action-btn svg{width:13px;height:13px}.tmpl-card-badges{display:flex;gap:5px;flex-wrap:wrap}.tmpl-modal-badge,.tmpl-anno-badge,.tmpl-builtin-badge{padding:2px 8px;border-radius:4px;font-size:10px;font-family:var(--fm);font-weight:500;white-space:nowrap}.tmpl-modal-badge{background:#0d82f51a;color:#0d82f5}.tmpl-anno-badge{background:#6c5ce71a;color:#6c5ce7}.tmpl-builtin-badge{background:#00b8941a;color:#00b894}.tmpl-use-count{font-size:11px;color:#8a9ab8;font-family:var(--fm);flex-shrink:0}.tmpl-label-chip{display:inline-block;padding:1px 7px;border-radius:4px;font-size:10px;font-family:var(--fm);background:var(--fog-light);color:#4a6080;margin:2px;height:fit-content}.tag-guide-badge{padding:2px 7px;border-radius:4px;font-size:10px;font-family:var(--fm);background:#fdcb6e26;color:#f0a30a}.profile-page-content{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--fog-light);overflow:hidden}.profile-page-content-head{padding:26px 32px 20px;border-bottom:1px solid var(--fog-mid);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0}.profile-page-content-title{font-size:18px;font-weight:700;color:#1a2840;font-family:var(--fb);margin-bottom:3px}.profile-page-content-sub{font-size:12px;color:#8a9ab8;font-family:var(--fm)}.profile-page-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px;padding:24px 32px;background:#fff;overflow-y:auto}.profile-page-field{display:flex;flex-direction:column;gap:6px}.profile-page-field.full{grid-column:1 / -1}.profile-page-field label{font-size:11px;font-weight:700;color:#5a7090;text-transform:uppercase;letter-spacing:.8px;font-family:var(--fm)}.profile-page-field input,.profile-page-field textarea,.profile-page-field select{width:100%;box-sizing:border-box;padding:10px 13px;border:1.5px solid var(--fog-mid);border-radius:9px;font-size:13px;font-family:var(--fm);color:#1a2840;background:#fafcff;outline:none;transition:all .15s}.profile-page-field input:focus,.profile-page-field textarea:focus,.profile-page-field select:focus{border-color:#0d82f5;box-shadow:0 0 0 3px #0d82f51a;background:#fff}.profile-page-field input:disabled{background:var(--fog-light);color:#8a9ab8;cursor:not-allowed}.profile-page-field textarea{resize:vertical;min-height:72px;line-height:1.7;font-family:var(--fb)}.profile-page-error{font-size:11px;color:#e04858;font-family:var(--fm);margin-top:4px}.profile-page-save-btn{padding:9px 22px;border-radius:9px;border:none;background:linear-gradient(135deg,#0063d4,#0d82f5);color:#fff;font-size:13px;font-weight:600;font-family:var(--fb);cursor:pointer;box-shadow:0 3px 12px #0d82f54d;transition:all .18s}.profile-page-save-btn:hover{box-shadow:0 5px 18px #0d82f56b;transform:translateY(-1px)}.profile-page-save-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.profile-page-section-title{padding:22px 32px 10px;font-size:11px;font-weight:700;color:#5a7090;text-transform:uppercase;letter-spacing:1px;font-family:var(--fm);background:#fff}.profile-page-pwd-meter{display:flex;gap:3px;margin-top:6px;height:4px}.profile-page-pwd-bar{flex:1;height:100%;border-radius:2px;background:var(--fog-mid);transition:all .2s}.profile-page-pwd-bar.s1{background:linear-gradient(90deg,#e04858 25%,var(--fog-mid) 25%)}.profile-page-pwd-bar.s2{background:linear-gradient(90deg,#fdcb6e 50%,var(--fog-mid) 50%)}.profile-page-pwd-bar.s3{background:linear-gradient(90deg,#0d82f5 75%,var(--fog-mid) 75%)}.profile-page-pwd-bar.s4{background:#00b894}.profile-page-pwd-text{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:4px}.profile-page-toggle-row{padding:14px 32px;background:#fff;border-bottom:1px solid var(--fog-light);display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-page-toggle-label{font-size:13px;font-weight:600;color:#1a2840;font-family:var(--fb);margin-bottom:3px}.profile-page-toggle-desc{font-size:11px;color:#8a9ab8;font-family:var(--fm)}.profile-page-activity-list{padding:8px 32px 32px;background:#fff;overflow-y:auto;flex:1}.profile-page-activity-row{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--fog-light);position:relative}.profile-page-activity-row:last-child{border-bottom:0}.profile-page-activity-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#0d82f5,#00d4ff);box-shadow:0 0 0 3px #0d82f51f;margin-top:4px;flex-shrink:0}.profile-page-activity-meta{flex:1;min-width:0}.profile-page-activity-desc{font-size:13px;color:#1a2840;font-family:var(--fb);line-height:1.5}.profile-page-activity-desc b{color:var(--ice-600);font-weight:700}.profile-page-activity-info{display:flex;gap:14px;font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:4px}.ar-body{flex:1;overflow-y:auto;padding:20px 26px;display:flex;flex-direction:column;gap:16px;background:var(--fog-light)}.ar-back{display:flex;align-items:center;gap:4px;padding:6px 10px;border-radius:7px;border:1px solid var(--fog-mid);background:#fff;color:#4a6080;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .15s}.ar-back:hover{border-color:var(--ice-300);color:var(--ice-600);background:var(--ice-50)}.ar-back svg{width:13px;height:13px}.ar-task-select{padding:6px 28px 6px 12px;border:1px solid var(--fog-mid);border-radius:7px;font-size:12px;font-family:var(--fm);color:#1a2840;background:#fff;cursor:pointer;outline:none;min-width:280px}.ar-task-select:focus{border-color:#0d82f5}.ar-action-btn{display:flex;align-items:center;gap:5px;padding:6px 12px;border-radius:7px;border:1px solid var(--fog-mid);background:#fff;color:#4a6080;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .15s}.ar-action-btn:hover{border-color:var(--ice-300);color:var(--ice-600);background:var(--ice-50)}.ar-action-btn svg{width:13px;height:13px}.ar-kpi{background:#fff;border:1px solid var(--fog-mid);border-radius:12px;padding:14px 16px;position:relative;overflow:hidden}.ar-kpi:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--kc,#0d82f5)}.ar-kpi.c-blue{--kc:linear-gradient(90deg,#0d82f5,#00d4ff)}.ar-kpi.c-green{--kc:linear-gradient(90deg,#00b894,#00d4aa)}.ar-kpi.c-amber{--kc:linear-gradient(90deg,#fdcb6e,#ff9f43)}.ar-kpi.c-purple{--kc:linear-gradient(90deg,#6c5ce7,#a29bfe)}.ar-kpi.c-red{--kc:linear-gradient(90deg,#fd79a8,#e17055)}.ar-kpi.c-pink{--kc:linear-gradient(90deg,#fd79a8,#ff9ff3)}.ar-kpi-label{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-bottom:6px}.ar-kpi-val{font-size:26px;font-weight:700;color:#1a2840;font-family:var(--fd);line-height:1.1;letter-spacing:-.5px}.ar-kpi-sub{font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:4px}.ar-quality-table,.ar-sample-table{width:100%;border-collapse:collapse;font-size:12px}.ar-quality-table thead th,.ar-sample-table thead th{padding:10px 14px;text-align:left;font-size:10px;font-weight:700;color:#8a9ab8;text-transform:uppercase;letter-spacing:1px;font-family:var(--fm);background:var(--fog-light);border-bottom:1px solid var(--fog-mid)}.ar-quality-table tbody td,.ar-sample-table tbody td{padding:10px 14px;border-bottom:1px solid var(--fog-light);vertical-align:middle}.ar-quality-table tbody tr:hover,.ar-sample-table tbody tr:hover{background:var(--fog-light)}.ar-sample-table code{background:var(--fog-light);padding:1px 6px;border-radius:4px;font-family:var(--fm);font-size:10px;color:#6a80a0}.audwb-audio-meta{display:flex;gap:14px;font-size:11px;color:#8a9ab8;font-family:var(--fm);margin-top:4px}.label-name{font-size:12px;color:#1a2840;font-family:var(--fb);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wb-label-btn{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#fff;border:1px solid var(--fog-mid);border-radius:7px;cursor:pointer;transition:all .15s;width:100%;text-align:left}.wb-label-btn:hover{border-color:var(--ice-300);background:var(--ice-50)}.wb-label-btn.active{border-color:var(--ice-500);background:var(--ice-50);box-shadow:0 0 0 2px #0d82f51f}.batch-action-bar{display:flex;align-items:center;gap:12px;padding:10px 16px;background:linear-gradient(135deg,#0d82f50f,#00d4ff0a);border:1px solid rgba(13,130,245,.15);border-radius:10px;margin-bottom:12px}.batch-info{font-size:12px;color:var(--ice-600);font-family:var(--fb);font-weight:600}.batch-actions{display:flex;gap:6px;margin-left:auto}.drawer-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;margin:10px 0}.drawer-meta-item{display:flex;flex-direction:column;gap:3px}.drawer-meta-key{font-size:10px;color:#8a9ab8;text-transform:uppercase;letter-spacing:.8px;font-family:var(--fm)}.drawer-meta-val{font-size:13px;color:#1a2840;font-family:var(--fb);font-weight:500}.sample-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-top:10px}.st-card-main{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--fog-light);border-radius:8px;margin-bottom:6px}.st-icon-done,.st-icon-wait{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.st-icon-done{background:#00b89426;color:#00b894}.st-icon-wait{background:#8a9ab826;color:#8a9ab8}.st-icon-done svg,.st-icon-wait svg{width:11px;height:11px}.st-state-badge{padding:2px 8px;border-radius:4px;font-size:10px;font-family:var(--fm)}.st-state-badge.ss-done{background:#00b8941a;color:#00b894}.st-state-badge.ss-wait{background:#8a9ab81a;color:#8a9ab8}.st-status-icon{width:16px;height:16px;color:#8a9ab8;flex-shrink:0}.cw-btn-primary{display:inline-flex;align-items:center;gap:5px;padding:9px 18px;border-radius:9px;background:linear-gradient(135deg,#0063d4,#0d82f5);border:none;color:#fff;font-size:12px;font-family:var(--fb);font-weight:600;cursor:pointer;box-shadow:0 3px 12px #0d82f54d;transition:all .18s}.cw-btn-primary:hover{box-shadow:0 5px 18px #0d82f56b;transform:translateY(-1px)}.cw-btn-secondary{display:inline-flex;align-items:center;gap:5px;padding:9px 16px;border-radius:9px;background:#fff;border:1.5px solid var(--fog-mid);color:#4a6080;font-size:12px;font-family:var(--fb);cursor:pointer;transition:all .15s}.cw-btn-secondary:hover{border-color:var(--ice-300);color:var(--ice-600);background:var(--ice-50)}.cw-chip{display:inline-flex;align-items:center;padding:2px 9px;border-radius:5px;font-size:11px;font-family:var(--fm);margin-right:4px;margin-top:4px}.cw-label-tag{display:inline-flex;align-items:center;padding:3px 9px;border-radius:5px;font-size:11px;font-family:var(--fm);background:#0d82f514;color:#0d82f5;margin:2px}.cw-ds-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border:1.5px solid var(--fog-mid);border-radius:10px;background:#fff;cursor:pointer;transition:all .18s;margin-bottom:6px}.cw-ds-item:hover{border-color:var(--ice-300);background:var(--ice-50)}.cw-ds-item.selected{border-color:var(--ice-500);background:linear-gradient(135deg,var(--ice-50),rgba(0,212,255,.05));box-shadow:0 2px 10px #0d82f51a}.cw-ds-item-icon{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--ice-50),rgba(0,212,255,.08));display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}.cw-ds-source-badge{flex-shrink:0;border:1px solid;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}.group-page{--gm-ink: #172033;--gm-muted: #69758b;--gm-line: #dfe5ee;--gm-soft: #f3f6fa;--gm-paper: #ffffff;--gm-blue: #195fe8;--gm-blue-dark: #1049bc;--gm-lime: #a8e83b;padding:22px 24px 32px;color:var(--gm-ink)}.group-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}.group-hero h1{display:flex;align-items:center;gap:13px;margin:0;color:var(--gm-ink);font:900 34px/1 var(--fb);letter-spacing:-.05em}.group-hero h1 span{color:#55637b;font:italic 800 16px/1 var(--fm);letter-spacing:-.04em}.group-hero h1 i{display:block;width:8px;height:27px;background:var(--gm-lime);transform:skew(-17deg)}.group-hero p{margin:8px 0 0;color:var(--gm-muted);font:500 13px/1.5 var(--fb)}.btn-create-group,.btn-add-member{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid var(--gm-blue, #195fe8);border-radius:4px;background:var(--gm-blue, #195fe8);color:#fff;box-shadow:4px 4px #cce76c;cursor:pointer;font:800 13px/1 var(--fb);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.btn-create-group:hover,.btn-add-member:hover{background:var(--gm-blue-dark, #1049bc);border-color:var(--gm-blue-dark, #1049bc);box-shadow:2px 2px #cce76c;transform:translate(2px,2px)}.btn-create-group:focus-visible,.btn-add-member:focus-visible,.group-page button:focus-visible,.group-modal button:focus-visible,.group-modal input:focus-visible,.group-modal textarea:focus-visible{outline:3px solid rgba(25,95,232,.22);outline-offset:2px}.btn-create-group svg,.btn-add-member svg{width:17px;height:17px;stroke-width:2.2}.group-type-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;margin-bottom:14px;border:1px solid var(--gm-line);border-radius:5px;background:var(--gm-paper)}.group-type-summary{min-width:0;min-height:88px;display:flex;align-items:center;gap:12px;position:relative;padding:12px 16px 14px;border:0;border-right:1px solid var(--gm-line);background:#fff;color:var(--gm-ink);text-align:left;cursor:pointer;transition:background-color .18s ease}.group-type-summary:last-child{border-right:0}.group-type-summary:after{content:"";position:absolute;right:12px;bottom:0;left:12px;height:3px;background:var(--summary-color);opacity:.88}.group-type-summary:hover,.group-type-summary.active{background:var(--summary-bg)}.group-type-summary.active:after{height:5px;opacity:1}.group-type-summary-icon{width:43px;height:43px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--summary-bg);color:var(--summary-color)}.group-type-summary-icon svg{width:23px;height:23px;stroke-width:2.1}.group-type-summary-copy{min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:baseline;column-gap:8px}.group-type-summary-copy b{grid-column:1 / -1;overflow:hidden;color:#273249;font:800 12px/1.2 var(--fb);text-overflow:ellipsis;white-space:nowrap}.group-type-summary-copy strong{margin-top:5px;color:var(--gm-ink);font:900 23px/1 var(--fm);letter-spacing:-.05em}.group-type-summary-copy small{overflow:hidden;color:#8490a3;font:600 9px/1.2 var(--fm);text-overflow:ellipsis;white-space:nowrap}.group-topbar{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:7px;border:1px solid var(--gm-line);border-radius:5px;background:var(--gm-paper)}.group-search-wrap{min-width:240px;flex:1;position:relative}.group-search-wrap>svg{width:17px;height:17px;position:absolute;top:50%;left:12px;z-index:1;color:#758198;transform:translateY(-50%);pointer-events:none}.group-search{width:100%;height:34px;padding:0 13px 0 38px;border:1px solid #d8e0eb;border-radius:3px;background:#f8fafc;color:var(--gm-ink);outline:none;font:500 13px/1 var(--fb);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.group-search::placeholder{color:#8b97a9}.group-search:focus{border-color:var(--gm-blue);background:#fff;box-shadow:0 0 0 3px #195fe81a}.group-filter-tabs{min-width:0;display:flex;align-items:center;padding:3px;border:1px solid #d8e0eb;border-radius:3px;background:#f4f7fa}.group-filter-tab{min-height:28px;padding:0 10px;border:0;border-radius:2px;background:transparent;color:#637087;cursor:pointer;font:700 11px/1 var(--fb);white-space:nowrap;transition:background-color .16s ease,color .16s ease}.group-filter-tab:hover{color:var(--gm-blue)}.group-filter-tab.active{background:var(--gm-blue);color:#fff}.group-reset-btn{min-height:34px;display:inline-flex;align-items:center;gap:5px;padding:0 11px;border:1px solid #d8e0eb;border-radius:3px;background:#fff;color:#657187;cursor:pointer;font:700 11px/1 var(--fb)}.group-reset-btn:hover{border-color:#aebbd0;color:var(--gm-ink)}.group-reset-btn svg{width:15px;height:15px}.group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.group-card{min-width:0;overflow:hidden;position:relative;border:1px solid var(--gm-line);border-radius:5px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.group-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--group-accent)}.group-card:hover{border-color:#b9c7da;box-shadow:0 10px 26px #20335417;transform:translateY(-2px)}.gc-header{min-height:58px;display:flex;align-items:flex-start;gap:10px;padding:10px 10px 8px 13px}.gc-icon{width:29px;height:29px;display:grid;place-items:center;flex:0 0 auto;border-radius:4px}.gc-icon svg{width:16px;height:16px}.gc-title-area{min-width:0;flex:1}.gc-title-row{min-width:0;display:flex;align-items:center;gap:7px;margin-bottom:5px}.gc-name{min-width:0;overflow:hidden;color:#192338;font:900 14px/1.2 var(--fb);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.gc-type-badge{flex:0 0 auto;padding:3px 7px;border:1px solid currentColor;border-radius:2px;font:800 9px/1 var(--fb)}.gc-desc{overflow:hidden;color:#758198;font:500 10px/1.35 var(--fb);text-overflow:ellipsis;white-space:nowrap}.gc-status{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;color:#17a55b;font:800 9px/1 var(--fb);white-space:nowrap}.gc-status svg{width:11px;height:11px}.gc-stats{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:9px;margin:0 10px 7px 13px;padding:7px 0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5;color:#6d7a91}.gc-stat,.gc-stat-date{display:inline-flex;align-items:center;gap:4px;min-width:0;font:600 9px/1 var(--fb);white-space:nowrap}.gc-stat svg,.gc-stat-date svg{width:12px;height:12px;color:#4e5e79;stroke-width:2}.gc-stat strong{color:#1e2a42;font:900 10px/1 var(--fm)}.gc-stat-date{justify-self:end;overflow:hidden;text-overflow:ellipsis}.gc-density{padding:0 10px 0 13px}.gc-density-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;color:#758198;font:700 9px/1 var(--fb)}.gc-density-label strong{color:#35445f;font-family:var(--fm)}.gc-density-track{height:4px;overflow:hidden;border-radius:2px;background:#e8edf3}.gc-density-track span{display:block;height:100%;border-radius:inherit;background:var(--group-accent);transition:width .25s ease}.gc-members{min-height:36px;display:flex;align-items:center;padding:5px 10px 5px 13px}.member-avatar{width:25px;height:25px;display:grid;place-items:center;margin-right:-4px;border:2px solid #fff;border-radius:50%;color:#fff;box-shadow:0 1px 3px #17203329;font:800 10px/1 var(--fb)}.member-more{margin-left:4px;background:#e7ecf3!important;color:#53627a;font-size:9px}.gc-no-member{color:#8995a7;font:600 10px/1 var(--fb)}.gc-actions{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;border-top:1px solid var(--gm-line)}.gc-action-btn{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-right:1px solid var(--gm-line);background:#fff;color:#3c4b65;cursor:pointer;font:700 11px/1 var(--fb);transition:background-color .16s ease,color .16s ease}.gc-action-btn:last-child{border-right:0}.gc-action-btn:hover{background:#eef4ff;color:var(--gm-blue)}.gc-action-btn svg{width:15px;height:15px;stroke-width:2}.gc-action-danger{color:#e34242}.gc-action-danger:hover{background:#fff1f1;color:#c52f2f}.group-load-state{min-height:42px;display:grid;place-items:center;color:#768298;font:700 10px/1 var(--fm)}.group-load-state button{border:0;background:transparent;color:var(--gm-blue);cursor:pointer;font:inherit}.group-loading{grid-column:1 / -1;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px solid var(--gm-line);background:#fff;color:#748097;font:700 12px/1 var(--fb)}.group-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;margin-top:2px;padding:40px 20px;border:1px dashed #bfcadb;border-radius:5px;background:#fff;text-align:center}.group-empty>svg{width:56px;height:56px;margin-bottom:12px;color:#9cabbe;stroke-width:1.4}.group-empty p{margin-bottom:18px;color:#69758b;font:700 13px/1.4 var(--fb)}.group-empty .btn-create-group{margin:5px auto}.loading-spinner{width:24px;height:24px;border:2px solid #dce4ef;border-top-color:var(--gm-blue, #195fe8);border-radius:50%;animation:group-spin .8s linear infinite}@keyframes group-spin{to{transform:rotate(360deg)}}.modal-overlay:has(.group-modal){z-index:2800;padding:24px;background:#0e172794;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.group-modal{--gm-blue: #195fe8;--gm-blue-dark: #1049bc;--gm-lime: #a8e83b;width:min(650px,calc(100vw - 48px));max-width:650px;max-height:calc(100vh - 48px);overflow:hidden;border:1px solid #cfd8e5;border-radius:6px;background:#fff;box-shadow:10px 10px #a8e83b57,0 28px 70px #0a162a45}.group-modal.create-group-modal{width:min(760px,calc(100vw - 48px));max-width:760px}.group-modal.group-create-form{width:min(1010px,calc(100vw - 48px));max-width:1010px}.group-modal .modal-header{min-height:83px;align-items:flex-start;padding:17px 20px 14px;border-bottom:1px solid #dce3ed;background:#f8fafc}.group-modal-heading>span{display:block;margin-bottom:4px;color:var(--gm-blue);font:900 9px/1 var(--fm);letter-spacing:.16em}.group-modal .modal-title{color:#182238;font:900 19px/1.2 var(--fb);letter-spacing:-.025em}.group-modal-heading p{margin:5px 0 0;color:#738097;font:500 11px/1.4 var(--fb)}.group-modal .modal-close{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid #d6deea;border-radius:3px;background:#fff;color:#657289;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.group-modal .modal-close:hover{border-color:#f0b8b8;background:#fff3f3;color:#ce3434}.group-modal .modal-close svg{width:18px;height:18px}.group-modal .modal-body{padding:20px;background:#fff}.group-modal .modal-footer{min-height:66px;padding:12px 20px;border-top:1px solid #dce3ed;background:#f8fafc}.group-modal .btn-cancel,.group-modal .btn-confirm{min-width:92px;min-height:40px;border-radius:3px;cursor:pointer;font:800 12px/1 var(--fb);transition:background-color .16s ease,border-color .16s ease,color .16s ease}.group-modal .btn-cancel{border:1px solid #ccd6e3;background:#fff;color:#53627a}.group-modal .btn-cancel:hover{border-color:#9eacbf;color:#27344b}.group-modal .btn-confirm{border:1px solid var(--gm-blue);background:var(--gm-blue);color:#fff;box-shadow:3px 3px #cce76c}.group-modal .btn-confirm:hover{background:var(--gm-blue-dark);border-color:var(--gm-blue-dark)}.group-form-field{min-width:0;margin-bottom:18px}.group-form-field:last-child{margin-bottom:0}.group-form-field>label{display:flex;align-items:center;min-height:18px;margin-bottom:7px;color:#48566e;font:800 11px/1 var(--fb);letter-spacing:0;text-transform:none}.group-form-field input,.group-form-field textarea,.member-search{width:100%;min-height:42px;padding:10px 12px;border:1px solid #d4ddea;border-radius:3px;background:#f8fafc;color:#1d2940;outline:none;font:500 13px/1.4 var(--fb);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.group-form-field textarea{min-height:86px;resize:vertical}.group-form-field input:focus,.group-form-field textarea:focus,.member-search:focus{border-color:var(--gm-blue);background:#fff;box-shadow:0 0 0 3px #195fe81a}.group-type-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.group-type-option{min-width:0;min-height:58px;display:flex;align-items:center;gap:9px;padding:8px 9px;border:1px solid #d7dfeb;border-radius:3px;background:#fff;cursor:pointer;text-align:left;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.group-type-option:hover{border-color:#9eb5d9;background:#f7faff}.group-type-option.selected{border-color:var(--gm-blue);background:#eff5ff;box-shadow:inset 3px 0 0 var(--gm-blue)}.gto-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;margin:0;border-radius:50%}.gto-icon svg{width:17px;height:17px}.gto-label{overflow:hidden;color:#2d3a52;font:800 11px/1.2 var(--fb);text-overflow:ellipsis;white-space:nowrap}.group-create-form .modal-body{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(380px,1.2fr);grid-template-areas:"name members" "type members" "description members";align-items:start;gap:0 24px}.group-create-form .modal-body>.group-form-field:nth-child(1){grid-area:name}.group-create-form .modal-body>.group-form-field:nth-child(2){grid-area:type}.group-create-form .modal-body>.group-form-field:nth-child(3){grid-area:description}.group-create-form .modal-body>.group-form-field:nth-child(4){grid-area:members}.group-create-form .modal-body>.group-form-field:nth-child(4){padding-left:24px;border-left:1px solid #e2e8f0}.member-selector{min-width:0;display:flex;flex-direction:column;gap:10px}.member-search-wrap{position:relative}.member-search-wrap>svg{width:16px;height:16px;position:absolute;top:50%;left:12px;z-index:1;color:#718097;transform:translateY(-50%);pointer-events:none}.member-search{padding-left:38px}.selected-members{min-height:44px;max-height:92px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:6px;overflow-y:auto;padding:7px;border:1px solid #c9d9f3;border-radius:3px;background:#f1f6ff}.selected-member-chip{max-width:100%;height:30px;display:inline-flex;align-items:center;gap:6px;padding:2px 3px 2px 2px;border:1px solid #d4deeb;border-radius:15px;background:#fff;font-size:10px}.smc-avatar{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;font:800 9px/1 var(--fb)}.smc-name{overflow:hidden;color:#2b3850;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.smc-role{flex:0 0 auto;font:800 8px/1 var(--fm)}.smc-remove{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:50%;background:transparent;color:#7e8a9e;cursor:pointer}.smc-remove:hover{background:#fff0f0;color:#ce3636}.smc-remove svg{width:13px;height:13px}.available-users-list{min-height:220px;overflow:hidden;border:1px solid #d7dfeb;border-radius:3px;background:#fff}.aul-header{min-height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #e0e6ef;background:#f5f7fa;color:#536078;font:800 10px/1 var(--fb)}.aul-count{color:#768398;font:700 9px/1 var(--fm)}.aul-list{max-height:282px;overflow-y:auto;display:flex;flex-direction:column}.aul-item{min-height:48px;display:flex;align-items:center;gap:9px;padding:7px 11px;border-bottom:1px solid #edf1f5;background:#fff;cursor:pointer;transition:background-color .15s ease}.aul-item:last-child{border-bottom:0}.aul-item:hover{background:#f5f8fc}.aul-item.selected{background:#eef4ff}.aul-avatar,.gml-avatar{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:2px solid #fff;border-radius:50%;color:#fff;box-shadow:0 0 0 1px #d8e0ea;font:800 11px/1 var(--fb)}.aul-info,.gml-info{min-width:0;flex:1}.aul-name,.gml-name{overflow:hidden;color:#25324a;font:800 11px/1.25 var(--fb);text-overflow:ellipsis;white-space:nowrap}.aul-account,.gml-role{margin-top:3px;color:#7d899c;font:600 9px/1.2 var(--fm)}.aul-role-badge{flex:0 0 auto;padding:3px 6px;border-radius:2px;font:800 8px/1 var(--fb)}.aul-check{width:20px;height:20px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--gm-blue);color:#fff}.aul-check svg{width:12px;height:12px;stroke-width:3}.aul-empty,.member-loading{min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;color:#778399;text-align:center;font:600 10px/1.45 var(--fb)}.aul-empty button{min-height:32px;padding:0 10px;border:1px solid #cbd5e2;border-radius:3px;background:#fff;color:var(--gm-blue);cursor:pointer;font:800 10px/1 var(--fb)}.member-loading{flex-direction:column;min-height:150px}.group-members-list{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.gml-item{min-height:58px;display:flex;align-items:center;gap:11px;padding:9px 11px;border:1px solid #dce3ed;border-left:3px solid var(--gm-blue);border-radius:3px;background:#fff;transition:background-color .15s ease,border-color .15s ease}.gml-item:hover{border-color:#b9c8dc;background:#f8fafc}.gml-remove{min-height:36px;display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:0 10px;border:1px solid #eccaca;border-radius:3px;background:#fff;color:#c43b3b;cursor:pointer;font:800 10px/1 var(--fb)}.gml-remove:hover{border-color:#dc8b8b;background:#fff2f2}.gml-remove svg{width:14px;height:14px}.group-members-footer{display:flex;justify-content:flex-end;padding-top:14px;border-top:1px solid #e0e6ef}@media (max-width: 1180px){.group-type-summary{padding-inline:11px;gap:8px}.group-type-summary-icon{width:36px;height:36px}.group-type-summary-copy small{display:none}.group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.group-topbar{align-items:stretch;flex-wrap:wrap}.group-search-wrap{flex-basis:100%}.group-filter-tabs{flex:1;overflow-x:auto}}@media (max-width: 900px){.group-page{padding:18px}.group-type-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.group-type-summary:nth-child(2n){border-right:0}.group-type-summary:last-child{grid-column:1 / -1}.group-create-form .modal-body{display:block}.group-create-form .modal-body>.group-form-field:nth-child(4){padding:18px 0 0;border-top:1px solid #e2e8f0;border-left:0}}@media (max-width: 720px){.group-page{padding:14px}.group-hero{align-items:flex-start;flex-direction:column}.group-hero h1{font-size:28px}.group-hero h1 span{display:none}.group-hero .btn-create-group{width:100%}.group-grid{grid-template-columns:1fr}.group-filter-tabs{width:100%}.group-filter-tab{flex:1 0 auto}.modal-overlay:has(.group-modal){padding:10px}.group-modal,.group-modal.create-group-modal,.group-modal.group-create-form{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.group-type-selector{grid-template-columns:1fr}}@media (max-width: 520px){.group-type-overview{grid-template-columns:1fr}.group-type-summary,.group-type-summary:nth-child(2n){border-right:0;border-bottom:1px solid var(--gm-line)}.group-type-summary:last-child{grid-column:auto;border-bottom:0}.group-topbar{padding:8px}.gc-stats{grid-template-columns:auto auto}.gc-stat-date{grid-column:1 / -1;justify-self:start}.group-modal .modal-header,.group-modal .modal-body,.group-modal .modal-footer{padding-inline:14px}}@media (prefers-reduced-motion: reduce){.group-page *,.group-modal *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}#app-screen{--sport-ink: #121920;--sport-ink-2: #1b242d;--sport-blue: #0b57d0;--sport-blue-dark: #0845aa;--sport-lime: #c7ef2f;--sport-orange: #f06722;--sport-paper: #ffffff;--sport-canvas: #f4f6f8;--sport-line: #d9e0e7;--sport-muted: #65717e;--app-header-h: 62px;--sidebar-w: 248px;background:var(--sport-canvas);color:var(--sport-ink)}#app-screen .sidebar{width:var(--sidebar-w);background:var(--sport-ink);border-right:1px solid #2a3540;box-shadow:none}#app-screen .sidebar.collapsed{width:68px}#app-screen .sidebar:after{display:none}#app-screen .sb-header{height:var(--app-header-h);padding:0 18px;gap:10px;border-bottom-color:#2a3540}#app-screen .sb-logo{width:36px;height:36px;padding:0;border:0;border-radius:6px;background:transparent;box-shadow:none}#app-screen .sb-brand-name{color:#f7fafc;font-size:15px;font-weight:800;line-height:1.15;letter-spacing:.3px}#app-screen .sb-brand-ver{color:#84919d;font-size:9px;letter-spacing:.8px}#app-screen .sb-nav{padding:6px 8px 8px;scrollbar-color:#52616e transparent}#app-screen .sb-nav::-webkit-scrollbar-thumb{background:#52616e}#app-screen .sb-section-label{position:relative;height:24px;padding:7px 10px 5px;color:#9aa6b1;font-family:var(--fb);font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:none}#app-screen .sb-section-label:after{content:"";position:absolute;top:13px;right:8px;width:42px;height:1px;background:#394550}#app-screen .nav-item{min-height:30px;margin-bottom:1px;padding:5px 10px;gap:9px;border-radius:4px;color:#c7cfd7;font-size:12px;transition:background-color .15s ease,color .15s ease}#app-screen .nav-item:hover{background:#202b35;color:#fff}#app-screen .nav-item.active{background:var(--sport-blue);color:#fff;font-weight:700;box-shadow:none}#app-screen .nav-item.active:before{top:0;bottom:0;left:0;width:4px;border-radius:0;background:var(--sport-lime);box-shadow:none}#app-screen .nav-icon,#app-screen .nav-item.active .nav-icon{width:20px;height:20px;border-radius:0;background:transparent}#app-screen .nav-icon svg{width:14px;height:14px}#app-screen .nav-badge{min-width:19px;height:17px;padding:0 5px;border-radius:3px;background:#fff;color:var(--sport-blue);font-size:9px}#app-screen .sb-footer{padding:8px;border-top-color:#2a3540;background:#10161c}#app-screen .sb-footer-row{display:grid;grid-template-columns:1fr;gap:5px}#app-screen .user-card{min-height:42px;padding:5px 8px;gap:9px;border-radius:4px}#app-screen .user-card:hover{background:#202b35}#app-screen .user-avatar{width:31px;height:31px;border:1px solid #7f8c98;background:#66717b;box-shadow:none}#app-screen .user-name{color:#fff;font-size:12px;font-weight:700}#app-screen .user-role{color:#9ba7b2;font-family:var(--fb);font-size:9px}#app-screen .sidebar-toggle{width:100%;height:31px;justify-content:flex-start;gap:8px;padding:0 10px;border:0;border-top:1px solid #2a3540;border-radius:0;background:transparent;color:#c5ced6;font-size:11px}#app-screen .sidebar-toggle:hover{border-color:#2a3540;background:#202b35;color:#fff}#app-screen .sidebar-toggle svg{width:14px;height:14px}#app-screen .sidebar-toggle-label{white-space:nowrap}#app-screen .sidebar.collapsed .sb-header{padding:0 8px}#app-screen .sidebar.collapsed .sb-section-label{height:10px;padding:5px 0;overflow:hidden;color:transparent;font-size:0;line-height:0;letter-spacing:0;-webkit-user-select:none;user-select:none}#app-screen .sidebar.collapsed .sb-section-label:after,#app-screen .sidebar.collapsed .sidebar-toggle-label{display:none}#app-screen .sidebar.collapsed .sb-nav{padding:8px 6px}#app-screen .sidebar.collapsed .nav-item{min-height:42px;justify-content:center;gap:0;padding:5px}#app-screen .sidebar.collapsed .nav-item:has(.nav-badge) .nav-icon{transform:translate(-4px)}#app-screen .sidebar.collapsed .nav-badge{top:2px;right:1px;min-width:16px;height:16px;padding:0 3px;border:2px solid var(--sport-ink);border-radius:8px;font-size:8px;line-height:12px;box-shadow:none}#app-screen .sidebar.collapsed .sb-footer{padding:7px 6px}#app-screen .sidebar.collapsed .sb-footer-row{display:flex;flex-direction:column;align-items:center;gap:6px}#app-screen .sidebar.collapsed .user-card{width:42px;height:42px;min-height:42px;flex:0 0 42px;justify-content:center;gap:0;padding:0}#app-screen .sidebar.collapsed .user-avatar{margin:0}#app-screen .sidebar.collapsed .sidebar-toggle{width:42px;height:34px;justify-content:center;padding:0}#app-screen .topbar{height:var(--app-header-h);padding:0 24px;gap:14px;border-bottom:1px solid var(--sport-line);background:#fff;box-shadow:none}#app-screen .topbar-title{color:var(--sport-ink);font-family:var(--fb);font-size:13px;font-weight:800;letter-spacing:0}#app-screen .topbar-breadcrumb{color:#8b96a1;font-family:var(--fb);font-size:10px}#app-screen .topbar-breadcrumb-separator{color:#c4cbd2}#app-screen .topbar-task-crumb{display:flex;align-items:center;gap:11px;color:#68737e;font-size:12px;white-space:nowrap}#app-screen .topbar-task-crumb i{color:#b4bcc4;font-style:normal}#app-screen .topbar-task-crumb strong{color:var(--sport-ink);font-weight:800}#app-screen .topbar-actions{gap:8px}#app-screen .topbar-search{width:310px;height:34px;display:flex;align-items:center;gap:9px;padding:0 8px 0 12px;border:1px solid #d6dde4;border-radius:4px;background:#fff;color:#78838e;font-family:var(--fb);font-size:12px;text-align:left;cursor:pointer}#app-screen .topbar-search:hover,#app-screen .topbar-search:focus-visible{border-color:var(--sport-blue);color:var(--sport-blue);outline:none}#app-screen .topbar-search svg{width:15px;height:15px;flex:0 0 auto}#app-screen .topbar-search span{flex:1}#app-screen .topbar-search kbd{padding:2px 5px;border:1px solid #e1e5e9;border-radius:3px;background:#f5f6f7;color:#8d969f;font-family:var(--fm);font-size:9px;font-weight:500}#app-screen .date-badge{height:34px;display:flex;align-items:center;gap:7px;padding:0 10px;border:0;border-radius:0;background:transparent;color:#303942;font-family:var(--fb);font-size:11px;font-weight:600;white-space:nowrap}#app-screen .date-badge svg{width:15px;height:15px}#app-screen .tb-btn{width:34px;height:34px;border:1px solid transparent;border-radius:4px;background:transparent;color:#313b45}#app-screen .tb-btn:hover{border-color:#d6dde4;background:#f3f5f7;color:var(--sport-blue)}#app-screen .notif-count{top:-3px;right:-3px;background:#ed2d24;border-color:#fff}#app-screen .page-area.page-tasks{padding:0 24px 30px;background:var(--sport-canvas)}#app-screen .page-tasks .tc-page-head{min-height:116px;display:flex;align-items:center;gap:24px;margin:0 -24px;padding:20px 24px 18px;border-bottom:1px solid var(--sport-line);background:#fff}#app-screen .page-tasks .tc-page-heading{min-width:320px;flex:1}#app-screen .page-tasks .tc-page-kicker{display:block;margin-bottom:2px;color:var(--sport-blue);font-family:var(--fm);font-size:9px;font-weight:700;letter-spacing:.9px}#app-screen .page-tasks .tc-page-heading h1{position:relative;width:fit-content;color:#0d1117;font-family:var(--fd);font-size:clamp(36px,3.3vw,50px);font-style:italic;font-weight:900;line-height:.96;letter-spacing:-1.8px}#app-screen .page-tasks .tc-page-heading h1:after{content:"";position:absolute;right:-19px;bottom:3px;width:8px;height:30px;background:var(--sport-lime);transform:skew(-12deg)}#app-screen .page-tasks .tc-page-heading p{margin-top:7px;color:var(--sport-muted);font-size:11px}#app-screen .page-tasks .tc-head-actions{display:flex;align-items:stretch;gap:0}#app-screen .page-tasks .tc-head-metric{min-width:132px;height:58px;display:flex;align-items:center;gap:10px;padding:0 17px;border:1px solid var(--sport-line);background:#fff}#app-screen .page-tasks .tc-head-metric+.tc-head-metric{border-left:0}#app-screen .page-tasks .tc-head-metric-icon{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%}#app-screen .page-tasks .tc-head-metric-icon svg{width:14px;height:14px}#app-screen .page-tasks .tc-head-metric.done .tc-head-metric-icon{background:#5fb516;color:#fff}#app-screen .page-tasks .tc-head-metric.pending .tc-head-metric-icon{background:#e39b0e;color:#fff}#app-screen .page-tasks .tc-head-metric small,#app-screen .page-tasks .tc-head-metric strong{display:block}#app-screen .page-tasks .tc-head-metric small{color:#5f6973;font-size:10px;white-space:nowrap}#app-screen .page-tasks .tc-head-metric strong{color:var(--sport-ink);font-family:var(--fm);font-size:19px;line-height:1.2}#app-screen .page-tasks .btn-create-task{min-width:128px;height:58px;justify-content:center;margin-left:18px;padding:0 20px;border-radius:4px;background:var(--sport-blue);box-shadow:none;font-size:13px;font-weight:800}#app-screen .page-tasks .btn-create-task:hover{background:var(--sport-blue-dark);box-shadow:none;transform:none}#app-screen .page-tasks .tc-topbar{min-height:58px;margin:0 -24px;padding:11px 24px;gap:8px;border-bottom:1px solid var(--sport-line);background:#fff}#app-screen .page-tasks .tc-search-wrap{min-width:260px}#app-screen .page-tasks .tc-search{width:260px;height:34px;padding-top:0;padding-bottom:0;border-color:#d6dde4;border-radius:4px;background:#fff;color:var(--sport-ink)}#app-screen .page-tasks .tc-search:focus{width:300px;border-color:var(--sport-blue);box-shadow:0 0 0 2px #0b57d01f}#app-screen .page-tasks .tc-filter-select{height:34px;padding:0 30px 0 11px;border-color:#d6dde4;border-radius:4px;background-color:#fff;color:#3e4852}#app-screen .page-tasks .tc-filter-select:focus{border-color:var(--sport-blue)}#app-screen .page-tasks .view-toggle{height:34px;border-color:#d6dde4;border-radius:4px}#app-screen .page-tasks .vt-btn{height:32px;color:#6e7882}#app-screen .page-tasks .vt-btn+.vt-btn{border-left:1px solid #e1e6eb}#app-screen .page-tasks .vt-btn.active{background:var(--sport-blue);color:#fff}#app-screen .page-tasks .tc-stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin:14px 0 0;border:1px solid var(--sport-line);border-radius:6px;background:#fff;overflow:hidden}#app-screen .page-tasks .tc-stat{min-width:0;min-height:66px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:9px;align-content:center;padding:9px 12px 8px 16px;border:0;border-right:1px solid var(--sport-line);border-radius:0;background:#fff}#app-screen .page-tasks .tc-stat:last-child{border-right:0}#app-screen .page-tasks .tc-stat:hover{background:#f8fafb;box-shadow:none;transform:none}#app-screen .page-tasks .tc-stat:after{top:0;right:auto;bottom:0;width:4px;height:auto;background:var(--sport-blue)}#app-screen .page-tasks .tc-stat:nth-child(2):after,#app-screen .page-tasks .tc-stat:nth-child(3):after{background:#e39b0e}#app-screen .page-tasks .tc-stat:nth-child(4):after,#app-screen .page-tasks .tc-stat:nth-child(6):after{background:var(--sport-orange)}#app-screen .page-tasks .tc-stat:nth-child(5):after{background:#5daf16}#app-screen .page-tasks .tc-stat-val{grid-row:1 / 3;align-self:center;color:var(--sport-ink);font-family:var(--fm);font-size:20px;font-weight:800}#app-screen .page-tasks .tc-stat-label{align-self:end;margin:0;color:#3e4852;font-size:10px;font-weight:700}#app-screen .page-tasks .tc-stat-sub{align-self:start;margin:1px 0 0;padding:0;border-radius:0;background:transparent!important;color:#89939d!important;font-family:var(--fb);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#app-screen .page-tasks .tc-type-tabs{width:calc(100% + 48px);height:47px;margin:0 -24px;padding:0 24px;gap:22px;border:0;border-bottom:1px solid var(--sport-line);border-radius:0;background:#fff}#app-screen .page-tasks .tc-type-tab{position:relative;height:47px;padding:0 2px;border-radius:0;color:#5e6872;font-size:12px;font-weight:600}#app-screen .page-tasks .tc-type-tab:hover:not(.active){background:transparent;color:var(--sport-blue)}#app-screen .page-tasks .tc-type-tab.active{background:transparent;color:var(--sport-blue);font-weight:800}#app-screen .page-tasks .tc-type-tab.active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--sport-blue)}#app-screen .page-tasks .tc-type-tab .tab-count{padding:1px 5px;border-radius:3px;background:#e8eef5;color:#53606d}#app-screen .page-tasks .tc-type-tab.active .tab-count{background:var(--sport-blue);color:#fff}#app-screen .page-tasks .tc-list-error{margin-top:12px;border-radius:4px}#app-screen .page-tasks .tc-list-shell{margin-top:14px;border:1px solid var(--sport-line);border-radius:6px;background:#fff}#app-screen .page-tasks .tc-list-head{display:grid;grid-template-columns:minmax(320px,1.25fr) minmax(240px,.85fr) minmax(340px,1.15fr);min-height:36px;align-items:center;border-bottom:1px solid var(--sport-line);background:#f2f4f6;color:#434e59;font-size:10px;font-weight:800}#app-screen .page-tasks .tc-list-head span{height:100%;display:flex;align-items:center;padding:0 14px}#app-screen .page-tasks .tc-list-head span+span{border-left:1px solid var(--sport-line)}#app-screen .page-tasks .tc-list{gap:0}#app-screen .page-tasks .tc-card{min-height:68px;display:grid;grid-template-columns:minmax(320px,1.25fr) minmax(240px,.85fr) minmax(340px,1.15fr);padding:0;border:0;border-bottom:1px solid var(--sport-line);border-radius:0;background:#fff;box-shadow:none}#app-screen .page-tasks .tc-card:last-child{border-bottom:0}#app-screen .page-tasks .tc-card:hover{z-index:1;border-color:var(--sport-line);background:#f8fbff;box-shadow:inset 4px 0 0 var(--sport-lime);transform:none}#app-screen .page-tasks .tc-card:before{display:none}#app-screen .page-tasks .tc-card-top,#app-screen .page-tasks .tc-card-mid,#app-screen .page-tasks .tc-card-bottom{min-width:0;margin:0;padding:9px 14px}#app-screen .page-tasks .tc-card-mid,#app-screen .page-tasks .tc-card-bottom{border-left:1px solid #e5e9ed}#app-screen .page-tasks .tc-card-top{align-items:center;gap:10px}#app-screen .page-tasks .tc-card-icon{width:31px;height:31px;border-radius:4px}#app-screen .page-tasks .tc-card-name{margin-bottom:3px;gap:5px;color:#192129;font-size:13px;font-weight:800}#app-screen .page-tasks .tc-card-desc{max-width:100%;color:#7a858f;font-size:10px}#app-screen .page-tasks .tc-card-right{align-self:flex-start}#app-screen .page-tasks .tc-card-mid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:7px 10px}#app-screen .page-tasks .tc-card-mid-item{min-width:0;gap:4px;color:#596570;font-size:9px;white-space:nowrap}#app-screen .page-tasks .tc-card-mid-item svg{width:11px;height:11px;color:#87929c}#app-screen .page-tasks .tc-card-duration{max-width:88px;overflow:hidden;color:var(--sport-blue);text-overflow:ellipsis}#app-screen .page-tasks .tc-mode-badge{width:fit-content;padding:1px 5px;border-color:#d9e0e7;border-radius:3px;background:#f2f4f6;color:#68747f;font-family:var(--fb);font-size:8px}#app-screen .page-tasks .tc-card-bottom{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);align-items:center;gap:12px}#app-screen .page-tasks .tc-progress-label,#app-screen .page-tasks .tc-progress-bg{max-width:none}#app-screen .page-tasks .tc-progress-label{color:#596570;font-size:8px}#app-screen .page-tasks .tc-progress-bg{height:5px;border-radius:2px;background:#e3e7eb}#app-screen .page-tasks .tc-progress-fill{border-radius:2px;background:var(--sport-blue)!important;box-shadow:none}#app-screen .page-tasks .tc-card:has(.ts-done) .tc-progress-fill{background:#5daf16!important}#app-screen .page-tasks .card-actions{justify-content:flex-end;gap:4px;flex-wrap:wrap}#app-screen .page-tasks .card-act-btn{min-height:25px;padding:4px 8px;border-color:#d7dee5;border-radius:3px;background:#fff;color:#414c57;font-size:9px;font-weight:700}#app-screen .page-tasks .card-act-btn:hover,#app-screen .page-tasks .card-act-btn.primary{border-color:var(--sport-blue);background:#eef4fd;color:var(--sport-blue)}#app-screen .page-tasks .card-act-btn.danger{border-color:#f0c8bf;background:#fff7f4;color:#d14b2d}#app-screen .page-tasks .tc-badge{padding:2px 6px;border-radius:3px;font-family:var(--fb);font-size:8px;font-weight:800}#app-screen .page-tasks .tb-anno,#app-screen .page-tasks .ts-claimed{background:#e8f0fe;color:var(--sport-blue)}#app-screen .page-tasks .ts-done,#app-screen .page-tasks .ts-imported{background:#edf8e3;color:#4f9513}#app-screen .page-tasks .tc-kanban{margin-top:14px;gap:10px}#app-screen .page-tasks .kb-col,#app-screen .page-tasks .kb-card{border-color:var(--sport-line);border-radius:5px;box-shadow:none}#app-screen .page-tasks .kb-card:hover{border-color:var(--sport-blue);box-shadow:none}@media (max-width: 1280px){#app-screen .topbar-search{width:230px}#app-screen .page-tasks .tc-page-head{align-items:flex-end}#app-screen .page-tasks .tc-head-metric{min-width:112px;padding:0 12px}#app-screen .page-tasks .tc-list-head,#app-screen .page-tasks .tc-card{grid-template-columns:minmax(300px,1.15fr) minmax(210px,.8fr) minmax(300px,1.05fr)}#app-screen .page-tasks .tc-card-bottom{grid-template-columns:1fr;gap:8px}}@media (max-width: 1080px){#app-screen .topbar-search{width:42px;padding:0;justify-content:center}#app-screen .topbar-search span,#app-screen .topbar-search kbd,#app-screen .date-badge{display:none}#app-screen .page-tasks .tc-page-head{align-items:flex-start;flex-direction:column}#app-screen .page-tasks .tc-head-actions{width:100%}#app-screen .page-tasks .tc-head-actions .btn-create-task{margin-left:auto}#app-screen .page-tasks .tc-stats{grid-template-columns:repeat(3,1fr)}#app-screen .page-tasks .tc-stat:nth-child(3){border-right:0}#app-screen .page-tasks .tc-stat:nth-child(-n+3){border-bottom:1px solid var(--sport-line)}#app-screen .page-tasks .tc-list-head{display:none}#app-screen .page-tasks .tc-card{grid-template-columns:1fr}#app-screen .page-tasks .tc-card-mid,#app-screen .page-tasks .tc-card-bottom{border-top:1px solid #e5e9ed;border-left:0}#app-screen .page-tasks .tc-card-bottom{grid-template-columns:minmax(160px,.8fr) minmax(0,1.2fr)}}@media (max-width: 760px){#app-screen{--sidebar-w: 216px}#app-screen .page-tasks .tc-page-heading{min-width:0}#app-screen .page-tasks .tc-head-actions{flex-wrap:wrap;gap:6px}#app-screen .page-tasks .tc-head-metric+.tc-head-metric{border-left:1px solid var(--sport-line)}#app-screen .page-tasks .tc-head-actions .btn-create-task{width:100%;height:44px;margin:0}#app-screen .page-tasks .tc-topbar{align-items:stretch}#app-screen .page-tasks .tc-search-wrap,#app-screen .page-tasks .tc-search,#app-screen .page-tasks .tc-search:focus{width:100%}#app-screen .page-tasks .tc-filter-group{flex:1}#app-screen .page-tasks .tc-filter-select{flex:1;min-width:0}#app-screen .page-tasks .tc-type-tabs{gap:12px;overflow-x:auto}#app-screen .page-tasks .tc-type-tab{white-space:nowrap}#app-screen .page-tasks .tc-card-bottom{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){#app-screen .sidebar,#app-screen .nav-item,#app-screen .tc-progress-fill{transition:none}}#app-screen .page-area.page-dashboard{padding:0 22px 36px;background:var(--sport-canvas)}#app-screen .page-dashboard .dashboard-page{width:100%;max-width:1680px;min-width:0;margin:0 auto;padding:18px 0 38px;color:var(--sport-ink)}#app-screen .page-dashboard .dash-command-head{position:relative;min-height:230px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(440px,.8fr);overflow:hidden;margin-bottom:24px;border:1px solid #202c36;border-radius:8px;background:#121920;color:#fff}#app-screen .page-dashboard .dash-command-head:before{content:"";position:absolute;top:0;bottom:0;left:55%;width:1px;background:#34414d;transform:skew(-12deg)}#app-screen .page-dashboard .dash-command-head:after{content:"";position:absolute;top:-84px;right:-64px;width:260px;height:260px;border:58px solid #0b57d0;opacity:.26;transform:rotate(18deg);pointer-events:none}#app-screen .page-dashboard .dash-command-copy{position:relative;z-index:1;min-width:0;padding:28px 34px 26px}#app-screen .page-dashboard .dash-command-copy:before{content:"";position:absolute;top:0;left:34px;width:108px;height:5px;background:var(--sport-lime)}#app-screen .page-dashboard .dash-command-kicker{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:#9ca8b3;font-family:var(--fm);font-size:10px;font-weight:800;letter-spacing:1px}#app-screen .page-dashboard .dash-command-kicker span{color:var(--sport-lime)}#app-screen .page-dashboard .dash-command-kicker i{width:28px;height:1px;background:#5a6671}#app-screen .page-dashboard .dash-command-kicker time{font-style:normal}#app-screen .page-dashboard .dash-command-copy h1{position:relative;width:fit-content;color:#fff;font-family:var(--fd);font-size:clamp(42px,4vw,62px);font-style:italic;font-weight:900;line-height:.94;letter-spacing:-2px}#app-screen .page-dashboard .dash-command-copy h1:after{content:"";position:absolute;right:-20px;bottom:2px;width:8px;height:34px;background:var(--sport-lime);transform:skew(-12deg)}#app-screen .page-dashboard .dash-command-copy>p{max-width:620px;margin:12px 0 0;color:#b9c3cc;font-size:12px;line-height:1.65}#app-screen .page-dashboard .dash-command-actions{display:flex;gap:10px;margin-top:20px}#app-screen .page-dashboard .dash-command-actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 16px;border-radius:4px;font-family:var(--fb);font-size:12px;font-weight:800;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}#app-screen .page-dashboard .dash-command-actions button svg{width:17px;height:17px}#app-screen .page-dashboard .dash-primary-action{border:1px solid var(--sport-blue);background:var(--sport-blue);color:#fff}#app-screen .page-dashboard .dash-primary-action:hover{border-color:#2674ea;background:#2674ea}#app-screen .page-dashboard .dash-refresh-action{border:1px solid #4a5661;background:#1b242d;color:#dce3e9}#app-screen .page-dashboard .dash-refresh-action:hover{border-color:#7a8792;color:#fff}#app-screen .page-dashboard .dash-refresh-action:disabled{opacity:.55;cursor:wait}#app-screen .page-dashboard .dash-command-metrics{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:26px 32px 24px;background:#182129}#app-screen .page-dashboard .dash-live-state{display:flex;align-items:center;gap:8px;margin-bottom:15px;color:#cbd5dd;font-family:var(--fm);font-size:10px;font-weight:800;letter-spacing:.7px}#app-screen .page-dashboard .dash-live-state span{width:8px;height:8px;border-radius:50%;background:var(--sport-lime);box-shadow:0 0 0 4px #c7ef2f1f}#app-screen .page-dashboard .dash-live-state.warning span{background:var(--sport-orange);box-shadow:0 0 0 4px #f0672224}#app-screen .page-dashboard .dash-command-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #3b4650;border-bottom:1px solid #3b4650}#app-screen .page-dashboard .dash-command-metric-grid article{min-width:0;min-height:92px;display:flex;flex-direction:column;justify-content:center;padding:12px 15px;border-right:1px solid #3b4650}#app-screen .page-dashboard .dash-command-metric-grid article:first-child{padding-left:0}#app-screen .page-dashboard .dash-command-metric-grid article:last-child{border-right:0}#app-screen .page-dashboard .dash-command-metric-grid small{overflow:hidden;margin-bottom:7px;color:#8f9ba6;font-family:var(--fm);font-size:9px;font-weight:800;letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap}#app-screen .page-dashboard .dash-command-metric-grid strong{color:#fff;font-family:var(--fd);font-size:34px;font-weight:900;line-height:1;white-space:nowrap}#app-screen .page-dashboard .dash-command-metric-grid em{margin-left:5px;color:var(--sport-lime);font-family:var(--fb);font-size:11px;font-style:normal}#app-screen .page-dashboard .dash-load-error{margin:0 0 16px;border:1px solid #e7a183;border-left:5px solid var(--sport-orange);border-radius:4px;background:#fff7f2;box-shadow:none}#app-screen .page-dashboard .dash-load-error button{min-height:34px;border-radius:4px}#app-screen .page-dashboard .dash-loading{right:24px;bottom:22px;border-color:#2c3944;border-radius:4px;background:#121920;color:#fff;box-shadow:none}#app-screen .page-dashboard .dash-overview-section{position:relative;margin-bottom:24px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}#app-screen .page-dashboard .dash-section-heading{min-height:58px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 0 10px;border-bottom:2px solid #1f2a33}#app-screen .page-dashboard .dash-section-heading>div{min-width:0;display:flex;align-items:flex-end;gap:14px}#app-screen .page-dashboard .dash-section-index{padding-bottom:3px;color:var(--sport-blue);font-family:var(--fm);font-size:9px;font-weight:900;letter-spacing:.8px;white-space:nowrap}#app-screen .page-dashboard .dash-section-heading h2{color:#10161c;font-family:var(--fd);font-size:30px;font-style:italic;font-weight:900;line-height:1}#app-screen .page-dashboard .dash-section-heading p{color:var(--sport-muted);font-size:11px}#app-screen .page-dashboard .dash-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}#app-screen .page-dashboard .dash-overview-card,#app-screen .page-dashboard .dash-overview-card.distribution{grid-column:span 1;height:164px;min-width:0;padding:17px 18px 15px;overflow:visible;border:1px solid var(--sport-line);border-radius:7px;background:#fff;box-shadow:0 4px #1219200b;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}#app-screen .page-dashboard .dash-overview-card:hover{z-index:8;border-color:#aab5bf;box-shadow:0 7px #1219200e;transform:translateY(-2px)}#app-screen .page-dashboard .dash-overview-card:before{left:0;right:auto;top:0;width:56px;height:4px;border-radius:0;background:var(--accent)}#app-screen .page-dashboard .dash-overview-card:after{content:"";position:absolute;top:14px;right:15px;width:5px;height:18px;background:var(--sport-lime);transform:skew(-12deg)}#app-screen .page-dashboard .dash-overview-card header{min-height:24px;margin-bottom:9px;padding-right:12px}#app-screen .page-dashboard .dash-overview-card header strong{color:#1a232b;font-size:13px;font-weight:800}#app-screen .page-dashboard .dash-overview-card header em{border:1px solid color-mix(in srgb,var(--accent) 36%,#ffffff);border-radius:3px;background:color-mix(in srgb,var(--accent) 8%,#ffffff);font-size:10px}#app-screen .page-dashboard .dash-overview-body,#app-screen .page-dashboard .dash-overview-card.distribution .dash-overview-body{height:93px;min-height:0;grid-template-columns:minmax(0,1fr) 98px;gap:14px}#app-screen .page-dashboard .dash-overview-number b{color:#111820;font-family:var(--fd);font-size:34px;font-weight:900}#app-screen .page-dashboard .dash-overview-number span{color:#66727e;font-size:11px}#app-screen .page-dashboard .dash-overview-number p{margin-top:8px;color:#75808b;font-size:10px;font-weight:700}#app-screen .page-dashboard .dash-mini-bars{height:64px;gap:4px}#app-screen .page-dashboard .dash-mini-bars>span{border-radius:2px 2px 0 0}#app-screen .page-dashboard .dash-overview-card.distribution .dash-overview-donut,#app-screen .page-dashboard .dash-overview-donut{width:88px;height:88px}#app-screen .page-dashboard .dash-overview-donut svg text:first-of-type{fill:#141c24;font-family:var(--fd)}#app-screen .page-dashboard .dash-recent-mini span{border-left:3px solid var(--sport-blue);border-radius:2px;background:#f2f5f7;color:#596673;font-size:10px}#app-screen .page-dashboard .dash-bars-tooltip,#app-screen .page-dashboard .dash-donut-tooltip{border-color:#cbd3da;border-radius:6px;box-shadow:0 14px 34px #12192029}#app-screen .page-dashboard .dash-card{overflow:visible;border:1px solid var(--sport-line);border-radius:8px;background:#fff;box-shadow:0 4px #1219200b}#app-screen .page-dashboard .dash-card-head.compact{min-height:58px;padding:0 20px;border-bottom:1px solid var(--sport-line)}#app-screen .page-dashboard .dash-title{color:#151d24;font-family:var(--fd);font-size:19px;font-style:italic;font-weight:900}#app-screen .page-dashboard .dash-title span{width:5px;height:20px;border-radius:0;background:var(--sport-lime);box-shadow:none;transform:skew(-12deg)}#app-screen .page-dashboard .dash-title small{color:#7b8792;font-family:var(--fb);font-size:10px;font-style:normal}#app-screen .page-dashboard .dash-memo-actions,#app-screen .page-dashboard .dash-msg-actions{gap:6px}#app-screen .page-dashboard .dash-memo-actions span,#app-screen .page-dashboard .dash-memo-actions button,#app-screen .page-dashboard .dash-msg-actions span,#app-screen .page-dashboard .dash-msg-actions button{height:30px;border-color:#d6dde4;border-radius:4px;color:#5f6973;font-size:10px}#app-screen .page-dashboard .dash-memo-input-row{grid-template-columns:minmax(0,1fr) auto 94px;gap:12px;padding:18px 20px 16px}#app-screen .page-dashboard .dash-memo-input{height:42px;border:1px solid #cfd7df;border-radius:4px;background:#fff}#app-screen .page-dashboard .dash-memo-input:focus-within{border-color:var(--sport-blue);box-shadow:0 0 0 2px #0b57d01f}#app-screen .page-dashboard .dash-color-row button{width:27px;height:27px;border-radius:4px;box-shadow:inset 0 0 0 2px #fff9}#app-screen .page-dashboard .dash-color-row button.active{outline:2px solid #17212a;outline-offset:2px}#app-screen .page-dashboard .dash-add-btn{height:42px;border-radius:4px;background:var(--sport-blue);box-shadow:none}#app-screen .page-dashboard .dash-add-btn:hover{background:var(--sport-blue-dark)}#app-screen .page-dashboard .dash-memo-list{gap:12px;padding:0 20px}#app-screen .page-dashboard .dash-memo-empty{border-color:#cdd5dd;border-radius:5px;background:#f8f9fa;color:#7c8791}#app-screen .page-dashboard .dash-memo-card{width:min(318px,100%);height:142px;border:1px solid color-mix(in srgb,currentColor 10%,#d6dde4);border-radius:5px}#app-screen .page-dashboard .dash-memo-card p{color:#25313b;font-size:13px}#app-screen .page-dashboard .dash-memo-delete{min-width:30px;min-height:30px;border-radius:4px}#app-screen .page-dashboard .dash-message-center{margin-top:18px}#app-screen .page-dashboard .dash-msg-compose{margin-top:0;padding:18px 20px;border-top:0;border-bottom-color:var(--sport-line);background:#f6f8fa}#app-screen .page-dashboard .dash-msg-field label{color:#4d5964;font-size:10px}#app-screen .page-dashboard .dash-msg-field select,#app-screen .page-dashboard .dash-recipient-trigger,#app-screen .page-dashboard .dash-msg-compose textarea{border-color:#cfd7df;border-radius:4px;color:#26323c}#app-screen .page-dashboard .dash-msg-field select:focus,#app-screen .page-dashboard .dash-recipient-trigger:focus-visible,#app-screen .page-dashboard .dash-msg-compose textarea:focus{border-color:var(--sport-blue);box-shadow:0 0 0 2px #0b57d01f}#app-screen .page-dashboard .dash-recipient-trigger:hover,#app-screen .page-dashboard .dash-recipient-trigger.open{border-color:var(--sport-blue);box-shadow:none}#app-screen .page-dashboard .dash-recipient-trigger i{color:var(--sport-blue)}#app-screen .page-dashboard .dash-recipient-panel{border-radius:7px;box-shadow:0 18px 44px #1219202e}#app-screen .page-dashboard .dash-recipient-row,#app-screen .page-dashboard .dash-recipient-selected-preview button,#app-screen .page-dashboard .dash-recipient-panel-actions button{border-radius:4px}#app-screen .page-dashboard .dash-recipient-row.selected{border-color:var(--sport-blue);background:#edf4ff}#app-screen .page-dashboard .dash-recipient-row.selected .dash-recipient-check{border-color:var(--sport-blue);background:var(--sport-blue)}#app-screen .page-dashboard .dash-msg-compose-foot button,#app-screen .page-dashboard .dash-msg-tabs button,#app-screen .page-dashboard .dash-msg-content footer button{border-radius:4px}#app-screen .page-dashboard .dash-msg-compose-foot button.primary{background:var(--sport-blue);box-shadow:none}#app-screen .page-dashboard .dash-msg-compose-foot button.primary:hover{background:var(--sport-blue-dark)}#app-screen .page-dashboard .dash-msg-tabs{gap:6px;padding:14px 20px 10px;border-bottom:1px solid var(--sport-line)}#app-screen .page-dashboard .dash-msg-tabs button{height:32px;padding:0 12px;border-color:#d3dae1;color:#626d78;font-size:11px}#app-screen .page-dashboard .dash-msg-tabs button.active{border-color:var(--sport-blue);background:var(--sport-blue);color:#fff}#app-screen .page-dashboard .dash-msg-list{gap:8px;padding:12px 20px 8px}#app-screen .page-dashboard .dash-msg-card{border-color:#d5dce3;border-radius:6px;box-shadow:none}#app-screen .page-dashboard .dash-msg-card.received{border-left:4px solid var(--sport-blue);background:#fff}#app-screen .page-dashboard .dash-msg-card.sent{border-left:4px solid #6a7782;background:#fafbfc}#app-screen .page-dashboard .dash-msg-avatar,#app-screen .page-dashboard .dash-recipient-avatar{background:var(--sport-blue)}#app-screen .page-dashboard button:focus-visible,#app-screen .page-dashboard input:focus-visible,#app-screen .page-dashboard select:focus-visible,#app-screen .page-dashboard textarea:focus-visible,#app-screen .page-dashboard [tabindex="0"]:focus-visible{outline:3px solid rgba(11,87,208,.32);outline-offset:2px}@media (max-width: 1320px){#app-screen .page-dashboard .dash-command-head{grid-template-columns:minmax(0,1fr) 450px}#app-screen .page-dashboard .dash-command-copy{padding-left:26px}#app-screen .page-dashboard .dash-command-copy:before{left:26px}}@media (max-width: 1120px){#app-screen .page-area.page-dashboard{overflow:auto;padding-right:16px;padding-left:16px}#app-screen .page-dashboard .dash-command-head{grid-template-columns:1fr}#app-screen .page-dashboard .dash-command-head:before{display:none}#app-screen .page-dashboard .dash-command-metrics{padding-top:20px;padding-bottom:20px}#app-screen .page-dashboard .dash-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#app-screen .page-dashboard .dash-msg-compose{grid-template-columns:1fr 1fr}#app-screen .page-dashboard .dash-msg-field:first-child{grid-column:1 / -1}}@media (max-width: 760px){#app-screen .page-dashboard .dashboard-page{padding-top:12px}#app-screen .page-dashboard .dash-command-copy,#app-screen .page-dashboard .dash-command-metrics{padding-right:20px;padding-left:20px}#app-screen .page-dashboard .dash-command-copy:before{left:20px}#app-screen .page-dashboard .dash-command-copy h1{font-size:40px}#app-screen .page-dashboard .dash-command-metric-grid,#app-screen .page-dashboard .dash-overview-grid{grid-template-columns:1fr}#app-screen .page-dashboard .dash-command-metric-grid article,#app-screen .page-dashboard .dash-command-metric-grid article:first-child{min-height:70px;padding-left:0;border-right:0;border-bottom:1px solid #3b4650}#app-screen .page-dashboard .dash-command-metric-grid article:last-child{border-bottom:0}#app-screen .page-dashboard .dash-section-heading,#app-screen .page-dashboard .dash-section-heading>div{align-items:flex-start}#app-screen .page-dashboard .dash-section-heading{flex-direction:column;gap:6px}#app-screen .page-dashboard .dash-section-heading>div{flex-direction:column;gap:5px}#app-screen .page-dashboard .dash-memo-input-row,#app-screen .page-dashboard .dash-msg-compose{grid-template-columns:1fr}#app-screen .page-dashboard .dash-msg-field:first-child,#app-screen .page-dashboard .dash-msg-compose textarea,#app-screen .page-dashboard .dash-msg-compose-foot,#app-screen .page-dashboard .dash-msg-replying{grid-column:1}#app-screen .page-dashboard .dash-color-row{flex-wrap:wrap}#app-screen .page-dashboard .dash-card-head.compact,#app-screen .page-dashboard .dash-msg-actions,#app-screen .page-dashboard .dash-memo-actions{align-items:flex-start}#app-screen .page-dashboard .dash-card-head.compact{min-height:78px;flex-direction:column;justify-content:center;gap:8px}}@media (prefers-reduced-motion: reduce){#app-screen .page-dashboard *,#app-screen .page-dashboard *:before,#app-screen .page-dashboard *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}#app-screen .page-area.page-datasets{padding:0 24px 30px;background:var(--sport-canvas);color:var(--sport-ink)}#app-screen .page-datasets .ds-page-head{min-height:126px;display:flex;align-items:center;gap:28px;margin:0 -24px;padding:20px 24px 18px;border-bottom:1px solid var(--sport-line);background:var(--sport-paper)}#app-screen .page-datasets .ds-page-heading{min-width:320px;flex:1}#app-screen .page-datasets .ds-page-kicker{display:block;margin-bottom:3px;color:var(--sport-blue);font-family:var(--fm);font-size:9px;font-weight:800;letter-spacing:1px}#app-screen .page-datasets .ds-page-heading h1{width:fit-content;color:#0d1117;font-family:var(--fd);font-size:clamp(38px,3.4vw,50px);font-style:italic;font-weight:900;line-height:.96;letter-spacing:-1.8px}#app-screen .page-datasets .ds-page-heading h1 span{margin-left:5px;color:var(--sport-lime);font-family:var(--fd);font-style:italic;letter-spacing:-6px}#app-screen .page-datasets .ds-page-heading p{margin-top:8px;color:var(--sport-muted);font-size:11px}#app-screen .page-datasets .btn-upload-main{min-width:150px;height:56px;justify-content:center;padding:0 22px;border:1px solid var(--sport-blue);border-radius:4px;background:var(--sport-blue);box-shadow:none;color:#fff;font-size:13px;font-weight:800;transition:background-color .16s ease,border-color .16s ease}#app-screen .page-datasets .btn-upload-main:hover{border-color:var(--sport-blue-dark);background:var(--sport-blue-dark);box-shadow:none;transform:none}#app-screen .page-datasets .btn-upload-main:focus-visible{outline:3px solid rgba(11,87,208,.2);outline-offset:2px}#app-screen .page-datasets .btn-upload-main svg{width:17px;height:17px}#app-screen .page-datasets .ds-summary{min-height:98px;display:grid;grid-template-columns:minmax(390px,440px) 1px minmax(0,1fr);align-items:stretch;gap:20px;margin:16px 0 0;padding:14px 18px;border:1px solid var(--sport-line);border-radius:5px;background:var(--sport-paper)}#app-screen .page-datasets .ds-score-metrics{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}#app-screen .page-datasets .ds-score-metric{min-width:0;padding:4px 10px;border-right:1px solid var(--sport-line)}#app-screen .page-datasets .ds-score-metric:first-child{padding-left:2px}#app-screen .page-datasets .ds-score-metric:last-child{border-right:0}#app-screen .page-datasets .ds-score-metric strong,#app-screen .page-datasets .ds-score-metric span{display:block;white-space:nowrap}#app-screen .page-datasets .ds-score-metric strong{color:var(--sport-ink);font-family:var(--fm);font-size:20px;font-weight:800;line-height:1.2;letter-spacing:-1px;overflow:hidden;text-overflow:ellipsis}#app-screen .page-datasets .ds-score-metric span{margin-top:4px;color:#68737e;font-size:10px}#app-screen .page-datasets .ds-score-divider{width:1px;background:#9aa6b1}#app-screen .page-datasets .ds-source-control{min-width:0;display:flex;flex-direction:column;justify-content:center}#app-screen .page-datasets .ds-source-label{margin-bottom:7px;color:#596571;font-size:10px;font-weight:800}#app-screen .page-datasets .ds-source-options{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}#app-screen .page-datasets .ds-source-option{min-width:0;min-height:32px;display:flex;align-items:center;justify-content:center;gap:10px;padding:5px 10px;border:0;border-right:1px solid var(--sport-line);border-radius:0;background:transparent;color:#3e4852;font-family:var(--fb);font-size:11px;cursor:pointer;transition:background-color .15s ease,color .15s ease}#app-screen .page-datasets .ds-source-option:last-child{border-right:0}#app-screen .page-datasets .ds-source-option:hover{background:#f4f7fa;color:var(--sport-blue)}#app-screen .page-datasets .ds-source-option.active{border-radius:3px;background:#eaf1fb;color:var(--sport-blue);font-weight:800}#app-screen .page-datasets .ds-source-option:focus-visible{position:relative;outline:2px solid rgba(11,87,208,.28);outline-offset:1px}#app-screen .page-datasets .ds-source-option span,#app-screen .page-datasets .ds-source-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#app-screen .page-datasets .ds-source-option strong{color:inherit;font-family:var(--fm);font-size:11px}#app-screen .page-datasets .ds-type-tabs{height:48px;display:flex;align-items:stretch;gap:25px;margin-top:12px;border-bottom:1px solid var(--sport-line);background:var(--sport-paper);overflow-x:auto;scrollbar-width:none}#app-screen .page-datasets .ds-type-tabs::-webkit-scrollbar{display:none}#app-screen .page-datasets .ds-type-tab{position:relative;flex:0 0 auto;padding:0 2px;border:0;border-radius:0;background:transparent;color:#596571;font-family:var(--fb);font-size:12px;font-weight:600;cursor:pointer}#app-screen .page-datasets .ds-type-tab:hover{color:var(--sport-blue)}#app-screen .page-datasets .ds-type-tab.active{color:var(--sport-blue);font-weight:800}#app-screen .page-datasets .ds-type-tab.active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--sport-blue)}#app-screen .page-datasets .ds-type-tab:focus-visible{outline:2px solid rgba(11,87,208,.28);outline-offset:-4px}#app-screen .page-datasets .ds-topbar{min-height:56px;display:flex;align-items:center;gap:10px;margin:0;padding:10px 0;flex-wrap:nowrap}#app-screen .page-datasets .ds-search-wrap{width:min(350px,42%);min-width:260px;flex:0 1 350px}#app-screen .page-datasets .ds-search-wrap svg{left:11px;width:15px;height:15px;color:#7e8994}#app-screen .page-datasets .ds-search{height:36px;padding:0 12px 0 35px;border:1px solid #d2dae2;border-radius:4px;background:#fff;color:var(--sport-ink);font-size:12px;transition:border-color .15s ease,box-shadow .15s ease}#app-screen .page-datasets .ds-search:focus{border-color:var(--sport-blue);box-shadow:0 0 0 2px #0b57d01f}#app-screen .page-datasets .ds-filter-context{height:36px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #d2dae2;border-radius:4px;background:#fff;color:#7a858f;font-size:10px}#app-screen .page-datasets .ds-filter-context strong{color:#303a44;font-size:11px}#app-screen .page-datasets .ds-clear-filters{height:36px;padding:0 12px;border:1px solid #d2dae2;border-radius:4px;background:#fff;color:var(--sport-blue);font-family:var(--fb);font-size:11px;font-weight:700;cursor:pointer}#app-screen .page-datasets .ds-clear-filters:hover,#app-screen .page-datasets .ds-clear-filters:focus-visible{border-color:var(--sport-blue);outline:none}#app-screen .page-datasets .ds-record-count{margin-left:auto;color:#66727d;font-family:var(--fm);font-size:10px;font-weight:700;white-space:nowrap}#app-screen .page-datasets .ds-table-wrap{border:1px solid var(--sport-line);border-radius:5px;background:#fff;box-shadow:none;overflow-x:auto;overflow-y:hidden}#app-screen .page-datasets .ds-table-head,#app-screen .page-datasets #ds-tbody,#app-screen .page-datasets .ds-table-foot{min-width:960px}#app-screen .page-datasets .ds-table-head{height:42px;padding:0 13px;border-bottom:1px solid #cfd7df;background:#f3f5f7}#app-screen .page-datasets .ds-th{color:#46515c;font-family:var(--fb);font-size:10px;font-weight:800;letter-spacing:.2px;text-transform:none}#app-screen .page-datasets .ds-th:hover{color:var(--sport-blue)}#app-screen .page-datasets .ds-row{height:64px;padding:0 13px;border-bottom:1px solid #e2e7ec;background:#fff;transition:background-color .14s ease,box-shadow .14s ease}#app-screen .page-datasets .ds-row:hover{background:#f7f9fb}#app-screen .page-datasets .ds-row.selected{background:#eef4fc;box-shadow:inset 3px 0 0 var(--sport-blue)}#app-screen .page-datasets .ds-td{color:#313c47;font-size:11px}#app-screen .page-datasets .ds-th.w-check,#app-screen .page-datasets .ds-td.w-check{width:34px}#app-screen .page-datasets .ds-th.w-name,#app-screen .page-datasets .ds-td.w-name{min-width:180px}#app-screen .page-datasets .ds-th.w-type,#app-screen .page-datasets .ds-td.w-type,#app-screen .page-datasets .ds-th.w-source,#app-screen .page-datasets .ds-td.w-source{width:82px}#app-screen .page-datasets .ds-th.w-count,#app-screen .page-datasets .ds-td.w-count,#app-screen .page-datasets .ds-th.w-size,#app-screen .page-datasets .ds-td.w-size,#app-screen .page-datasets .ds-th.w-status,#app-screen .page-datasets .ds-td.w-status{width:76px}#app-screen .page-datasets .ds-th.w-user,#app-screen .page-datasets .ds-td.w-user{width:70px}#app-screen .page-datasets .ds-th.w-date,#app-screen .page-datasets .ds-td.w-date{width:92px}#app-screen .page-datasets .ds-th.w-action,#app-screen .page-datasets .ds-td.w-action{width:96px}#app-screen .page-datasets .ds-name-icon{width:31px;height:31px;border-radius:4px}#app-screen .page-datasets .ds-name-icon svg{width:15px;height:15px}#app-screen .page-datasets .ds-name-main{color:#1a232c;font-size:12px;font-weight:800}#app-screen .page-datasets .ds-name-sub{margin-top:3px;color:#77838f;font-family:var(--fb);font-size:9px}#app-screen .page-datasets .modal-badge,#app-screen .page-datasets .ds-source-tag{display:inline-flex;align-items:center;min-height:22px;padding:3px 7px;border-radius:3px;font-family:var(--fb);font-size:9px;font-weight:800;white-space:nowrap}#app-screen .page-datasets .ds-status-wrap{display:inline-flex;align-items:center;gap:6px}#app-screen .page-datasets .status-dot{width:7px;height:7px;box-shadow:none}#app-screen .page-datasets .status-label{font-family:var(--fb);font-size:10px;font-weight:700}#app-screen .page-datasets .st-ready{background:#58ad12}#app-screen .page-datasets .sl-ready{color:#397d07}#app-screen .page-datasets .st-import{background:var(--sport-blue)}#app-screen .page-datasets .sl-import{color:var(--sport-blue)}#app-screen .page-datasets .st-error{background:#e5322b}#app-screen .page-datasets .sl-error{color:#b31f19}#app-screen .page-datasets .st-proc{background:#ec9410}#app-screen .page-datasets .sl-proc{color:#a65b00}#app-screen .page-datasets .cb{width:15px;height:15px;padding:0;border:1px solid #b9c3cd;border-radius:3px;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}#app-screen .page-datasets .cb.checked,#app-screen .page-datasets .cb.indeterminate{border-color:var(--sport-blue);background:var(--sport-blue)}#app-screen .page-datasets .cb:focus-visible{outline:2px solid rgba(11,87,208,.28);outline-offset:2px}#app-screen .page-datasets .action-icon-btn{width:27px;height:27px;padding:0;border:1px solid transparent;border-radius:3px;background:transparent;color:#5f6b76}#app-screen .page-datasets .action-icon-btn:hover,#app-screen .page-datasets .action-icon-btn:focus-visible{border-color:#b8c9df;background:#edf3fb;color:var(--sport-blue);outline:none}#app-screen .page-datasets .action-icon-btn.danger{color:#c13c32}#app-screen .page-datasets .action-icon-btn.danger:hover,#app-screen .page-datasets .action-icon-btn.danger:focus-visible{border-color:#e7b8b4;background:#fff3f2;color:#a72720}#app-screen .page-datasets .ds-table-foot{min-height:48px;padding:10px 13px;border-top:0;background:#fff}#app-screen .page-datasets .ds-foot-selected{padding-right:16px;border-right:1px solid var(--sport-line);color:#65717d;font-size:10px;white-space:nowrap}#app-screen .page-datasets .ds-foot-selected strong{color:var(--sport-blue);font-family:var(--fm)}#app-screen .page-datasets .ds-foot-info,#app-screen .page-datasets .ds-load-state{color:#6f7a85;font-family:var(--fb);font-size:10px}#app-screen .page-datasets .ds-load-state button,#app-screen .page-datasets .empty-state button{padding:7px 12px;border:1px solid #b8c9df;border-radius:4px;background:#fff;color:var(--sport-blue);font-family:var(--fb);font-size:11px;font-weight:700;cursor:pointer}#app-screen .page-datasets .empty-state{min-height:250px;color:#72808d}#app-screen .page-datasets .empty-state>svg{color:#a9b6c3}#app-screen .page-datasets .batch-action-bar{min-height:48px;margin:10px 0 0;padding:8px 12px;border:1px solid #b8c9df;border-radius:4px;background:#eef4fc}#app-screen .page-datasets .batch-info{color:#354454;font-size:11px}#app-screen .page-datasets .batch-info strong{color:var(--sport-blue);font-family:var(--fm)}#app-screen .page-datasets .batch-action-bar .batch-btn{min-height:32px;padding:0 11px;border:1px solid #c7d0da;border-radius:4px;background:#fff;color:#4a5662}#app-screen .page-datasets .batch-action-bar .batch-btn.primary{border-color:var(--sport-blue);background:var(--sport-blue);color:#fff}#app-screen .page-datasets .batch-action-bar .batch-btn.danger{border-color:#e3b6b2;color:#b82b24}#app-screen .page-datasets .modal-overlay{background:#0d131994;-webkit-backdrop-filter:none;backdrop-filter:none}#app-screen .page-datasets .modal-box{border:1px solid #cfd7df;border-radius:6px;box-shadow:0 18px 48px #0c141c38}#app-screen .page-datasets .modal-title,#app-screen .page-datasets .drawer-title{color:var(--sport-ink);font-family:var(--fb);font-weight:800}#app-screen .page-datasets .modal-close,#app-screen .page-datasets .drawer-close{border:1px solid #d3dbe3;border-radius:4px;background:#fff}#app-screen .page-datasets .upload-type-card,#app-screen .page-datasets .upload-dropzone,#app-screen .page-datasets .upload-file-item{border-radius:5px;background:#f6f8fa}#app-screen .page-datasets .upload-type-card.selected{border-color:var(--sport-blue);background:#eef4fc;box-shadow:0 0 0 2px #0b57d01a}#app-screen .page-datasets .dz-icon,#app-screen .page-datasets .btn-confirm,#app-screen .page-datasets .drawer-btn.primary,#app-screen .page-datasets .import-overall-fill,#app-screen .page-datasets .ufi-bar-fill{background:var(--sport-blue);box-shadow:none}#app-screen .page-datasets .btn-confirm,#app-screen .page-datasets .btn-cancel,#app-screen .page-datasets .drawer-btn{border-radius:4px;transform:none}#app-screen .page-datasets .detail-drawer{border-left-color:#cfd7df;box-shadow:-12px 0 34px #0c141c26}#app-screen .page-datasets .drawer-section-title{color:#596571;font-family:var(--fb);font-weight:800}@media (max-width: 1220px){#app-screen .page-datasets .ds-summary{grid-template-columns:1fr;gap:12px}#app-screen .page-datasets .ds-score-divider{width:auto;height:1px;background:var(--sport-line)}#app-screen .page-datasets .ds-source-control{min-height:46px}#app-screen .page-datasets .ds-source-label{margin:0 0 4px}}@media (max-width: 980px){#app-screen .page-area.page-datasets{padding-right:18px;padding-left:18px}#app-screen .page-datasets .ds-page-head{min-height:150px;align-items:flex-start;margin-right:-18px;margin-left:-18px;padding:22px 18px}#app-screen .page-datasets .ds-page-heading{min-width:0}#app-screen .page-datasets .ds-page-heading h1{font-size:38px}#app-screen .page-datasets .btn-upload-main{min-width:132px;height:46px;padding:0 15px}#app-screen .page-datasets .ds-score-metrics{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:10px}#app-screen .page-datasets .ds-score-metric:nth-child(2){border-right:0}#app-screen .page-datasets .ds-source-options{grid-template-columns:repeat(2,minmax(0,1fr))}#app-screen .page-datasets .ds-source-option:nth-child(2){border-right:0}#app-screen .page-datasets .ds-topbar{flex-wrap:wrap}#app-screen .page-datasets .ds-search-wrap{width:100%;flex-basis:100%}#app-screen .page-datasets .ds-record-count{margin-left:0}}@media (max-width: 720px){#app-screen .page-datasets .ds-page-head{min-height:188px;flex-direction:column;gap:14px}#app-screen .page-datasets .btn-upload-main{width:100%}#app-screen .page-datasets .ds-source-options{grid-template-columns:1fr}#app-screen .page-datasets .ds-source-option{justify-content:space-between;border-right:0;border-bottom:1px solid var(--sport-line)}#app-screen .page-datasets .ds-source-option:last-child{border-bottom:0}#app-screen .page-datasets .ds-filter-context{display:none}}@media (prefers-reduced-motion: reduce){#app-screen .page-datasets *,#app-screen .page-datasets *:before,#app-screen .page-datasets *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ltx-page{--ltx-blue: #2f63d5;--ltx-blue-dark: #1747ad;--ltx-lime: #b9ed48;--ltx-ink: #15181e;--ltx-muted: #697386;--ltx-line: #d8dde5;--ltx-soft-line: #e8ebf0;--ltx-canvas: #f5f6f8;display:flex;flex-direction:column;height:calc(100vh - 60px);min-height:0;overflow:hidden;color:var(--ltx-ink);background:var(--ltx-canvas)}.ltx-page button,.ltx-page input,.ltx-page select,.ltx-page textarea{font:inherit}.ltx-page button:focus-visible,.ltx-page input:focus-visible,.ltx-page select:focus-visible,.ltx-page textarea:focus-visible,.ltx-template-select:focus-visible{outline:2px solid var(--ltx-blue);outline-offset:2px}.ltx-page-header{min-height:138px;padding:22px 28px 18px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fff;border-bottom:1px solid var(--ltx-line);flex-shrink:0}.ltx-page-kicker{display:block;margin-bottom:4px;color:var(--ltx-blue);font:800 10px/1.2 var(--fm);letter-spacing:1.5px}.ltx-page-title-row{display:flex;align-items:center;gap:10px}.ltx-page-title-row h1{margin:0;color:#101218;font-family:Arial Black,Noto Sans SC,sans-serif;font-size:clamp(44px,4vw,52px);font-style:italic;font-weight:900;line-height:.96;letter-spacing:-2.6px}.ltx-title-slashes{color:var(--ltx-lime);flex:0 0 auto;transform:skew(-9deg)}.ltx-page-subline{display:flex;align-items:center;gap:34px;margin-top:12px}.ltx-page-subline p,.ltx-page-subline span{margin:0;color:var(--ltx-muted);font-size:13px;line-height:1.45}.ltx-page-subline span{white-space:nowrap}.ltx-page-subline b{color:var(--ltx-ink);font-family:var(--fm);font-size:17px}.ltx-create-button{height:54px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ltx-blue);border-radius:3px;background:var(--ltx-blue);color:#fff;cursor:pointer;font-size:14px;font-weight:800;white-space:nowrap;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.ltx-create-button:hover{background:var(--ltx-blue-dark);border-color:var(--ltx-blue-dark);transform:translateY(-1px)}.ltx-modality-tabs{min-height:62px;padding:0 28px;display:flex;align-items:stretch;gap:8px;overflow-x:auto;background:#fff;border-bottom:1px solid var(--ltx-line);flex-shrink:0}.ltx-modality-tabs button{position:relative;min-width:88px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;background:transparent;color:#5f697b;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap}.ltx-modality-tabs button:after{content:"";position:absolute;right:10px;bottom:0;left:10px;height:3px;background:transparent}.ltx-modality-tabs button:hover{color:var(--ltx-ink)}.ltx-modality-tabs button.is-active{color:var(--ltx-blue)}.ltx-modality-tabs button.is-active:after{background:var(--ltx-blue)}.ltx-modality-tabs small{min-width:23px;height:20px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:2px;background:#edf2ff;color:var(--ltx-blue);font:700 11px/1 var(--fm)}.ltx-main{flex:1;min-height:0;padding:16px 24px 20px;display:flex;flex-direction:column;background:var(--ltx-canvas)}.ltx-toolbar{min-height:50px;margin-bottom:14px;display:flex;align-items:stretch;gap:12px;flex-shrink:0}.ltx-search,.ltx-select-field{height:44px;display:flex;align-items:center;border:1px solid var(--ltx-line);border-radius:3px;background:#fff;color:#8993a3}.ltx-search{width:min(360px,44%);padding:0 13px;gap:9px}.ltx-search:focus-within,.ltx-select-field:focus-within{border-color:var(--ltx-blue);box-shadow:0 0 0 2px #2f63d51a}.ltx-search input{width:100%;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--ltx-ink);font-size:13px}.ltx-search input::placeholder{color:#9aa3b1}.ltx-search input::-webkit-search-cancel-button{cursor:pointer}.ltx-select-field{min-width:176px;padding-left:14px;color:#697386;font-size:13px;font-weight:600}.ltx-select-field span{white-space:nowrap}.ltx-select-field select{flex:1;height:100%;padding:0 28px 0 2px;border:0;outline:0;background:transparent;color:var(--ltx-ink);cursor:pointer;font-size:13px;font-weight:700}.ltx-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(380px,44%) minmax(0,56%);overflow:hidden;border:1px solid #ccd2dc;border-radius:3px;background:#fff}.ltx-master{min-width:0;min-height:0;display:flex;flex-direction:column;border-right:1px solid var(--ltx-line)}.ltx-pane-title{min-height:45px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:#fafbfc;border-bottom:1px solid var(--ltx-line);color:#3d4654;flex-shrink:0}.ltx-pane-title strong{font-size:13px;font-weight:800}.ltx-pane-title span{color:#8993a3;font:600 11px/1 var(--fm)}.ltx-master-list.tmpl-main{flex:1;min-height:0;padding:0;overflow:auto;background:#fff}.ltx-template-row{position:relative;min-height:61px;padding:0 14px 0 17px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--ltx-soft-line);background:#fff;cursor:pointer;transition:background-color .14s ease}.ltx-template-select{min-width:0;min-height:60px;padding:8px 0;display:grid;grid-template-columns:38px minmax(120px,1fr) 52px;align-items:center;gap:10px;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.ltx-template-row:before{content:"";position:absolute;top:-1px;bottom:-1px;left:0;width:3px;background:transparent}.ltx-template-row:hover{background:#f8faff}.ltx-template-row.is-selected{background:#f0f4ff}.ltx-template-row.is-selected:before{background:var(--ltx-blue)}.ltx-template-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:3px;background:#edf3ff;color:#3670df}.ltx-template-icon.is-text{background:#edf9f8;color:#16a5a1}.ltx-template-icon.is-audio{background:#f5f0ff;color:#7552d5}.ltx-template-icon.is-video{background:#fff1f4;color:#d74c70}.ltx-template-icon.is-pcd{background:#fff5e9;color:#d47715}.ltx-template-icon.is-multimodal{background:#eff0ff;color:#6253d3}.ltx-template-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.ltx-template-copy strong{overflow:hidden;color:#171b22;font-size:13px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.ltx-template-copy small,.ltx-template-count small{color:#7f8998;font-size:10px;line-height:1.2}.ltx-template-count{display:flex;flex-direction:column;align-items:center;gap:3px;white-space:nowrap}.ltx-template-count b{color:#242a34;font:800 13px/1 var(--fm)}.ltx-origin-badge{height:22px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border:1px solid;border-radius:3px;font-size:10px;font-weight:800;white-space:nowrap}.ltx-origin-badge.is-builtin{border-color:#cfe7bf;background:#eff8e8;color:#57893d}.ltx-origin-badge.is-custom{border-color:#ffd5af;background:#fff5e9;color:#c76b16}.ltx-row-actions,.ltx-detail-actions{display:inline-flex;align-items:center;gap:7px}.ltx-row-actions button,.ltx-detail-actions button{padding:3px 2px;display:inline-flex;align-items:center;gap:3px;border:0;background:transparent;color:var(--ltx-blue);cursor:pointer;font-size:11px;font-weight:800}.ltx-row-actions button.is-danger,.ltx-detail-actions button.is-danger{color:#d35042}.ltx-row-actions button:hover,.ltx-detail-actions button:hover{text-decoration:underline}.ltx-list-state,.ltx-list-empty,.ltx-detail-empty{color:#8b95a5;font-size:12px}.ltx-list-state{padding:24px;text-align:center}.ltx-list-empty,.ltx-detail-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.ltx-list-empty strong,.ltx-detail-empty strong{color:#414a58;font-size:14px}.ltx-list-empty button,.ltx-load-state button{padding:6px 10px;border:1px solid var(--ltx-blue);border-radius:3px;background:#fff;color:var(--ltx-blue);cursor:pointer;font-size:11px;font-weight:800}.ltx-load-state{min-height:40px;display:flex;align-items:center;justify-content:center;color:#8b95a5;font-size:11px;font-weight:600}.ltx-detail{min-width:0;min-height:0;padding:24px 25px 18px;display:flex;flex-direction:column;overflow:auto;background:#fff}.ltx-detail-empty{height:100%}.ltx-detail-head{padding-bottom:20px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--ltx-line);flex-shrink:0}.ltx-detail-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.ltx-detail-title-row h2{margin:0 5px 0 0;color:#11151b;font-size:20px;font-weight:900;letter-spacing:-.4px}.ltx-detail-badge{height:22px;padding:0 7px;display:inline-flex;align-items:center;border:1px solid #dce1e9;border-radius:3px;background:#f7f8fa;color:#657084;font-size:10px;font-weight:700}.ltx-detail-kicker{margin-top:20px;color:#737e8f;font-size:11px;font-weight:800}.ltx-detail-head p{max-width:680px;margin:7px 0 0;color:#596477;font-size:13px;line-height:1.75}.ltx-detail-actions{align-self:flex-start;flex-shrink:0}.ltx-label-section{padding-top:20px}.ltx-label-heading{margin-bottom:13px;display:flex;align-items:baseline;justify-content:space-between;gap:16px}.ltx-label-heading h3{margin:0;color:#151a21;font-size:17px;font-weight:900}.ltx-label-heading span{color:#8b95a5;font-size:11px}.ltx-label-table-wrap{overflow:auto;border:1px solid #d5dae3}.ltx-label-table{width:100%;border-collapse:collapse;table-layout:fixed}.ltx-label-table th,.ltx-label-table td{height:44px;padding:0 14px;border-bottom:1px solid #e0e4ea;text-align:left;vertical-align:middle}.ltx-label-table th{height:38px;background:#f5f6f8;color:#626d7e;font-size:11px;font-weight:800}.ltx-label-table td{color:#454f60;font-size:12px}.ltx-label-table tbody tr:last-child td{border-bottom:0}.ltx-label-table code{color:#445067;font:500 11px/1.4 var(--fm)}.ltx-label-color{display:inline-flex;align-items:center;gap:8px;color:#7c8798;font:500 10px/1 var(--fm)}.ltx-label-color i{width:12px;height:12px;display:inline-block;border:1px solid rgba(0,0,0,.08);border-radius:2px}.ltx-label-empty{min-height:160px;display:flex;align-items:center;justify-content:center;border:1px dashed var(--ltx-line);color:#929baa;font-size:12px}.ltx-detail-note{margin-top:auto;padding-top:22px;display:flex;align-items:center;justify-content:center;gap:7px;color:#818b9b;font-size:11px}.ltx-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;padding:28px;display:flex;align-items:center;justify-content:center;overflow:auto;background:#0c111a9e}.ltx-modal{width:min(700px,94vw);max-height:min(850px,92vh);display:flex;flex-direction:column;overflow:hidden;border:1px solid #cbd1dc;border-radius:4px;background:#fff;box-shadow:0 24px 64px #09111f42}.ltx-modal-head{min-height:82px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ltx-line)}.ltx-modal-head span{display:block;margin-bottom:3px;color:var(--ltx-blue);font:800 9px/1.2 var(--fm);letter-spacing:1.3px}.ltx-modal-head h2{margin:0;color:#15181e;font-size:20px;font-weight:900}.ltx-icon-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ltx-line);border-radius:3px;background:#fff;color:#626d7e;cursor:pointer}.ltx-icon-button:hover{border-color:#aab2bf;color:#15181e}.ltx-modal-body{min-height:0;padding:20px 22px;display:grid;grid-template-columns:1fr 1fr;gap:16px;overflow:auto;background:#f8f9fb}.ltx-field{display:flex;flex-direction:column;gap:6px}.ltx-field.is-wide,.ltx-label-editor.is-wide{grid-column:1 / -1}.ltx-field>span,.ltx-label-editor-head strong,.ltx-label-editor-row label>span{color:#5d687a;font-size:11px;font-weight:800}.ltx-field input,.ltx-field select,.ltx-field textarea,.ltx-label-editor-row input{width:100%;border:1px solid #cfd5df;border-radius:3px;outline:0;background:#fff;color:#171b22;font-size:13px}.ltx-field input,.ltx-field select,.ltx-label-editor-row input{height:40px;padding:0 11px}.ltx-field textarea{min-height:76px;padding:10px 11px;resize:vertical;line-height:1.55}.ltx-field input:focus,.ltx-field select:focus,.ltx-field textarea:focus,.ltx-label-editor-row input:focus{border-color:var(--ltx-blue);box-shadow:0 0 0 2px #2f63d51a}.ltx-label-editor{border-top:1px solid var(--ltx-line);padding-top:16px}.ltx-label-editor-head{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:14px}.ltx-label-editor-head>div{display:flex;flex-direction:column;gap:3px}.ltx-label-editor-head>div>span{color:#8c96a6;font-size:10px}.ltx-label-editor-head button{height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--ltx-blue);border-radius:3px;background:#fff;color:var(--ltx-blue);cursor:pointer;font-size:11px;font-weight:800}.ltx-label-editor-list{display:grid;gap:8px}.ltx-label-editor-row{padding:10px;display:grid;grid-template-columns:1fr 1fr 54px 34px;align-items:end;gap:8px;border:1px solid #d8dde5;background:#fff}.ltx-label-editor-row label{min-width:0;display:flex;flex-direction:column;gap:5px}.ltx-color-input input{padding:3px;cursor:pointer}.ltx-label-remove{width:34px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ecd0cc;border-radius:3px;background:#fff;color:#cb4f41;cursor:pointer}.ltx-label-remove:disabled{border-color:#e1e4e9;color:#b9c0cb;cursor:not-allowed}.ltx-form-error{margin-top:9px;display:flex;align-items:center;gap:6px;color:#ca4539;font-size:11px;font-weight:700}.ltx-modal-foot{min-height:66px;padding:12px 22px;display:flex;align-items:center;justify-content:flex-end;gap:9px;border-top:1px solid var(--ltx-line);background:#fff}.ltx-button-secondary,.ltx-button-primary,.ltx-button-danger{min-width:88px;height:38px;border-radius:3px;cursor:pointer;font-size:12px;font-weight:800}.ltx-button-secondary{border:1px solid #cfd5df;background:#fff;color:#5f6a7b}.ltx-button-primary{border:1px solid var(--ltx-blue);background:var(--ltx-blue);color:#fff}.ltx-button-danger{border:1px solid #c7483c;background:#c7483c;color:#fff}.ltx-confirm{width:min(420px,92vw);padding:28px;border:1px solid #d4d9e1;border-radius:4px;background:#fff;box-shadow:0 22px 58px #09111f3d}.ltx-confirm-icon{width:42px;height:42px;margin-bottom:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #f0cbc6;border-radius:3px;background:#fff4f2;color:#c7483c}.ltx-confirm h2{margin:0 0 9px;color:#171b22;font-size:18px;font-weight:900}.ltx-confirm p{margin:0 0 22px;color:#697386;font-size:13px;line-height:1.65}.ltx-confirm p strong{color:#c7483c}.ltx-confirm>div{display:flex;justify-content:flex-end;gap:9px}@media (max-width: 1100px){.ltx-page-title-row h1{font-size:39px}.ltx-page-subline{gap:18px}.ltx-workspace{grid-template-columns:minmax(330px,46%) minmax(0,54%)}.ltx-template-select{grid-template-columns:36px minmax(100px,1fr) 45px;gap:7px}.ltx-row-actions button{width:25px;overflow:hidden;gap:8px}.ltx-search{width:38%}}@media (max-width: 850px){.ltx-page{overflow:auto}.ltx-page-header{min-height:122px;padding:18px 20px}.ltx-page-title-row h1{font-size:34px;letter-spacing:-1.8px}.ltx-page-subline span{display:none}.ltx-create-button{height:46px;padding:0 17px}.ltx-modality-tabs{min-height:54px;padding:0 18px}.ltx-modality-tabs button{min-width:76px}.ltx-main{min-height:900px;padding:14px 18px 18px}.ltx-toolbar{flex-wrap:wrap;height:auto}.ltx-search{width:100%}.ltx-select-field{flex:1}.ltx-workspace{grid-template-columns:1fr;grid-template-rows:minmax(360px,42%) minmax(480px,58%);overflow:visible}.ltx-master{border-right:0;border-bottom:1px solid var(--ltx-line)}}@media (prefers-reduced-motion: reduce){.ltx-page *,.ltx-page *:before,.ltx-page *:after{scroll-behavior:auto!important;transition:none!important}}#app-screen .page-area.page-settings{overflow:hidden;padding:0;background:#f7f8f5}.settings-page{--settings-ink: #152033;--settings-muted: #758197;--settings-line: #dbe2ea;--settings-blue: #195fe8;--settings-blue-dark: #1049bc;--settings-lime: #a9e83e;height:100%;overflow:auto;padding:34px 30px 28px;background:#f7f8f5;color:var(--settings-ink);scroll-behavior:smooth;scroll-padding-top:22px}.settings-hero{margin-bottom:42px}.settings-hero h1{display:flex;align-items:center;gap:10px;margin:0;color:var(--settings-ink)}.settings-hero h1 strong{font:900 39px/1 var(--fb);letter-spacing:-.055em}.settings-hero h1 span{color:#536078;font:italic 800 18px/1 var(--fm);letter-spacing:-.045em}.settings-title-divider,.settings-title-accent{width:25px;height:34px;flex:0 0 auto;color:#68758a;stroke-width:3.5}.settings-title-accent{color:var(--settings-lime);stroke-width:6.2}.settings-hero p{margin:10px 0 0;color:var(--settings-muted);font:500 13px/1.5 var(--fb)}.settings-workspace{display:grid;grid-template-columns:208px minmax(0,1fr);gap:28px;min-width:0}.settings-lanes{align-self:stretch;position:relative;padding:0 20px 0 0;border-right:1px solid #cad3de}.settings-lane{width:100%;min-height:94px;display:grid;grid-template-columns:26px minmax(0,1fr);align-items:start;gap:12px;position:relative;padding:7px 0 10px;border:0;background:transparent;color:#667287;text-align:left;cursor:pointer}.settings-lane:not(:last-child):after{content:"";width:1px;position:absolute;top:34px;bottom:-7px;left:12px;background:#d5dce5}.settings-lane-number{width:24px;height:24px;display:grid;place-items:center;position:relative;z-index:1;border-radius:50%;background:#7b8799;color:#fff;font:800 11px/1 var(--fm);transition:background-color .18s ease,box-shadow .18s ease}.settings-lane-copy{min-width:0;display:flex;flex-direction:column;gap:8px;padding-top:2px}.settings-lane-copy strong{color:#68758a;font:800 14px/1.25 var(--fb);transition:color .18s ease}.settings-lane-copy small{color:#9aa4b3;font:500 12px/1.35 var(--fb)}.settings-lane:hover .settings-lane-number,.settings-lane:focus-visible .settings-lane-number,.settings-lane.is-active .settings-lane-number{background:var(--settings-blue);box-shadow:0 0 0 4px #195fe817}.settings-lane:hover .settings-lane-copy strong,.settings-lane:focus-visible .settings-lane-copy strong,.settings-lane.is-active .settings-lane-copy strong{color:var(--settings-blue)}.settings-content{min-width:0}.settings-section{scroll-margin-top:22px;padding-bottom:30px}.settings-section+.settings-section{padding-top:1px}.settings-section h2{margin:0;padding:3px 4px 18px;border-bottom:1px solid var(--settings-line);color:var(--settings-ink);font:900 17px/1.2 var(--fb);letter-spacing:-.02em}.settings-section-note{margin:-11px 4px 14px;color:#8a95a7;font:500 11px/1.4 var(--fb)}.settings-row{min-height:62px;display:grid;align-items:center;gap:20px;padding:12px 4px;border-bottom:1px solid var(--settings-line)}.settings-row-notification{grid-template-columns:minmax(0,1fr) auto;min-height:92px}.settings-row-copy{min-width:0}.settings-row-copy strong,.settings-row-label{display:block;color:#1d2739;font:800 13px/1.35 var(--fb)}.settings-row-copy p{margin:5px 0 0;color:#8a95a8;font:500 11px/1.45 var(--fb)}.settings-toggle{width:56px;height:44px;display:flex;align-items:center;justify-content:center;position:relative;padding:0;border:0;background:transparent;cursor:pointer}.settings-toggle:before{content:"";width:48px;height:28px;position:absolute;border-radius:18px;background:#a9b4c2;transition:background-color .18s ease}.settings-toggle span{width:22px;height:22px;position:relative;z-index:1;border-radius:50%;background:#fff;box-shadow:0 1px 3px #101f3233;transform:translate(-10px);transition:transform .18s ease}.settings-toggle.is-on:before{background:var(--settings-blue)}.settings-toggle.is-on span{transform:translate(10px)}.settings-account-row{grid-template-columns:minmax(150px,1fr) minmax(180px,1.25fr) minmax(150px,1fr)}.settings-account-email{color:#8491a6;font:500 12px/1.4 var(--fb)}.settings-account-name,.settings-role-value{justify-self:end;color:#182237;font:800 13px/1.3 var(--fb)}.settings-role-value{color:var(--settings-blue)}.settings-profile-row{min-height:92px}.settings-secondary-button,.settings-primary-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:4px;cursor:pointer;font:800 12px/1 var(--fb);transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.settings-secondary-button{justify-self:end;border:1px solid var(--settings-blue);background:#fff;color:var(--settings-blue)}.settings-secondary-button svg{width:16px;height:16px;stroke-width:2.1}.settings-secondary-button:hover:not(:disabled){background:#edf4ff;border-color:var(--settings-blue-dark);color:var(--settings-blue-dark)}.settings-platform-section{padding-bottom:4px}.settings-platform-row{grid-template-columns:minmax(220px,1fr) minmax(320px,540px)}.settings-logo-row{grid-template-columns:minmax(220px,1fr) minmax(260px,1fr) auto;min-height:82px}.settings-brand-preview{min-width:0;display:flex;align-items:center;gap:11px}.settings-brand-logo{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;padding:5px;border:1px solid #d9e1ea;border-radius:5px;background:#fff}.settings-brand-logo img{width:100%;height:100%;display:block;object-fit:contain}.settings-brand-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.settings-brand-copy strong{overflow:hidden;color:#172137;font:900 16px/1.2 var(--fb);text-overflow:ellipsis;white-space:nowrap}.settings-brand-copy small{overflow:hidden;color:#6f7c91;font:600 10px/1.2 var(--fm);text-overflow:ellipsis;white-space:nowrap}.settings-file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%)}.settings-upload-button{white-space:nowrap}.settings-text-input{width:100%;min-height:44px;padding:0 13px;border:1px solid #cfd8e3;border-radius:4px;background:#fff;color:#172137;outline:none;font:600 13px/1 var(--fb);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.settings-version-input{font-family:var(--fm);font-weight:600}.settings-text-input:hover:not(:disabled){border-color:#aebac9}.settings-text-input:focus{border-color:var(--settings-blue);box-shadow:0 0 0 3px #195fe81c}.settings-text-input:disabled{border-color:#dce3ea;background:#edf0f3;color:#8b95a3;cursor:not-allowed}.settings-save-row{display:flex;align-items:center;gap:16px;padding:20px 4px 0}.settings-primary-button{min-width:168px;min-height:48px;border:1px solid var(--settings-blue);background:var(--settings-blue);box-shadow:4px 4px #cce76d;color:#fff}.settings-primary-button:hover:not(:disabled){border-color:var(--settings-blue-dark);background:var(--settings-blue-dark);box-shadow:2px 2px #cce76d;transform:translate(2px,2px)}.settings-primary-button:disabled,.settings-secondary-button:disabled{border-color:#cdd5df;background:#e7ebef;box-shadow:none;color:#8994a2;cursor:not-allowed}.settings-save-row p{margin:0;color:#8894a6;font:500 11px/1.45 var(--fb)}.settings-page button:focus-visible,.settings-page input:focus-visible{outline:3px solid rgba(25,95,232,.22);outline-offset:2px}#app-screen .tb-btn.is-current{color:var(--sport-blue)}#app-screen .tb-btn.is-current:after{content:"";position:absolute;right:4px;bottom:-14px;left:4px;height:3px;background:var(--sport-blue)}@media (max-width: 1180px){.settings-page{padding-inline:24px}.settings-workspace{grid-template-columns:182px minmax(0,1fr);gap:22px}.settings-logo-row{grid-template-columns:minmax(190px,.9fr) minmax(210px,1fr) auto}}@media (max-width: 1080px){.settings-hero{margin-bottom:28px}.settings-workspace{grid-template-columns:1fr}.settings-lanes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0 0 14px;border-right:0;border-bottom:1px solid #cad3de}.settings-lane{min-height:64px;padding:7px 10px}.settings-lane:not(:last-child):after{width:auto;height:1px;top:19px;right:-5px;bottom:auto;left:34px}.settings-platform-row,.settings-logo-row{grid-template-columns:minmax(190px,.8fr) minmax(260px,1.2fr)}.settings-account-row{grid-template-columns:minmax(130px,.8fr) minmax(160px,1.2fr) auto}.settings-logo-row .settings-upload-button{grid-column:2;justify-self:start}}@media (max-width: 640px){.settings-page{padding:24px 18px 28px}.settings-hero h1{flex-wrap:wrap}.settings-hero h1 strong{font-size:31px}.settings-hero h1 span{font-size:14px}.settings-lanes{grid-template-columns:1fr}.settings-lane{min-height:52px}.settings-lane:not(:last-child):after{display:none}.settings-account-row,.settings-platform-row,.settings-logo-row{grid-template-columns:1fr;gap:10px}.settings-account-row>:empty{display:none}.settings-account-name,.settings-role-value,.settings-secondary-button,.settings-logo-row .settings-upload-button{grid-column:1;justify-self:start}.settings-save-row{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion: reduce){.settings-page{scroll-behavior:auto}.settings-page *,.settings-page *:before,.settings-page *:after{transition-duration:.01ms!important}}.annotation-dark-shell{--app-header-h: 64px;--sidebar-w: 214px;--anno-navy: #0d1b29;--anno-navy-2: #101f2f;--anno-navy-3: #132538;--anno-line: #2b4054;--anno-line-soft: rgba(145, 166, 187, .22);--anno-text: #eef3f7;--anno-muted: #91a2b4;--anno-blue: #1265ed;--anno-blue-light: #2f8cff;--anno-lime: #9ce61b;background:var(--anno-navy)}.annotation-dark-shell .sidebar{background:#0b1825;border-right-color:var(--anno-line);box-shadow:none}.annotation-dark-shell .sidebar:after{display:none}.annotation-dark-shell .sb-header{height:var(--app-header-h);padding:0 14px;border-bottom-color:var(--anno-line)}.annotation-dark-shell .sb-logo{width:38px;height:38px;border:1px solid #d9e0e7;border-radius:5px;background:#f7f6f2;box-shadow:none}.annotation-dark-shell .sb-brand-name{color:#fff;font-size:15px;letter-spacing:.35px}.annotation-dark-shell .sb-brand-ver{color:#a8b5c4;font-size:8px;letter-spacing:1.25px}.annotation-dark-shell .sb-nav{padding:8px 8px 12px;scrollbar-color:#30475c transparent}.annotation-dark-shell .sb-section-label{padding:9px 9px 4px;color:#60758a;font-size:8px;letter-spacing:1.6px}.annotation-dark-shell .nav-item{min-height:34px;gap:8px;margin-bottom:1px;padding:5px 9px;border-radius:3px;color:#aebdcb;font-size:11px}.annotation-dark-shell .nav-item:hover{background:#142a3f;color:#fff}.annotation-dark-shell .nav-item.active{background:#133d72;color:#fff;box-shadow:inset 0 0 0 1px #2f8cff73}.annotation-dark-shell .nav-item.active:before{top:0;bottom:0;width:3px;border-radius:0;background:var(--anno-blue-light);box-shadow:none}.annotation-dark-shell .nav-icon,.annotation-dark-shell .nav-item.active .nav-icon{width:24px;height:24px;border-radius:2px;background:transparent}.annotation-dark-shell .nav-icon svg{width:14px;height:14px}.annotation-dark-shell .nav-badge{min-width:17px;height:17px;border-radius:8px;background:var(--anno-blue);font-size:9px}.annotation-dark-shell .sb-footer{padding:8px;border-top-color:var(--anno-line)}.annotation-dark-shell .user-card{padding:7px 8px;border-radius:3px}.annotation-dark-shell .user-card:hover{background:#142a3f}.annotation-dark-shell .user-avatar{width:30px;height:30px;border-radius:50%;background:#dbe3ea;color:#1a2d40;box-shadow:none}.annotation-dark-shell .user-name{color:#edf2f6;font-size:11px}.annotation-dark-shell .user-role{color:#7f95a9;font-size:8px}.annotation-dark-shell .sidebar-toggle{width:34px;height:34px;border-color:var(--anno-line);border-radius:3px;background:#102234;color:#8fa2b5}.annotation-dark-shell .main-content{background:var(--anno-navy)}#app-screen.annotation-dark-shell .topbar{height:var(--app-header-h);gap:12px;padding:0 18px;border-bottom-color:var(--anno-line);background:#0b1825;box-shadow:none}#app-screen.annotation-dark-shell .topbar-title{display:inline-flex;align-items:center;gap:12px;color:#f7f8fa;font:800 18px/1 var(--fb);letter-spacing:.2px}#app-screen.annotation-dark-shell .topbar-title:after{content:"/";color:var(--anno-lime);font:italic 900 24px/1 var(--fm)}#app-screen.annotation-dark-shell .topbar-breadcrumb{margin-top:4px;color:#6f8497;font-size:8px}#app-screen.annotation-dark-shell .topbar-breadcrumb-separator{color:#42586b}#app-screen.annotation-dark-shell .topbar-search,#app-screen.annotation-dark-shell .tb-btn,#app-screen.annotation-dark-shell .date-badge{border-color:var(--anno-line);border-radius:3px;background:#102234;color:#9eb0c0;box-shadow:none}#app-screen.annotation-dark-shell .topbar-search:hover,#app-screen.annotation-dark-shell .tb-btn:hover{border-color:var(--anno-blue-light);background:#142a3f;color:#fff}#app-screen.annotation-dark-shell .topbar-search kbd{border-color:#31465a;background:#091624;color:#778b9e}#app-screen.annotation-dark-shell .date-badge{color:#8fa2b5}.annotation-dark-shell .notif-panel{border-color:var(--anno-line);background:#102234;color:#fff}.annotation-dark-shell .page-area{min-height:0;overflow:hidden;padding:0 10px 10px;background:var(--anno-navy)}.image-anno-page{height:100%;min-height:0;display:flex;flex-direction:column;color:var(--anno-text)}.annotation-dark-shell .anno-ctx-bar{min-height:72px;display:flex;align-items:stretch;gap:0;padding:0;border:1px solid var(--anno-line);border-top:0;background:#0c1b29}.annotation-dark-shell .anno-ctx-back{min-width:118px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:0;border-right:1px solid var(--anno-line);border-radius:0;background:transparent;color:#a8b7c5;font-size:11px}.annotation-dark-shell .anno-ctx-back:hover{background:#13283b;color:#fff}.annotation-dark-shell .anno-ctx-back svg{width:15px;height:15px}.annotation-dark-shell .anno-ctx-divider{display:none}.image-anno-task-identity,.image-anno-task-meta,.image-anno-priority,.image-anno-progress-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:0 18px;border-right:1px solid var(--anno-line)}.image-anno-task-identity{flex:0 0 176px}.image-anno-task-meta{flex:0 1 190px}.image-anno-task-meta.compact{flex-basis:188px}.image-anno-priority{flex:0 0 84px}.image-anno-task-identity small,.image-anno-task-meta small,.image-anno-priority small,.image-anno-progress-copy small,.image-anno-file-meta small,.image-anno-save-state small{color:#6f8497;font:500 9px/1 var(--fm);letter-spacing:.25px}.annotation-dark-shell .anno-ctx-id{padding:0;overflow:hidden;border:0;border-radius:0;background:transparent;color:#e4ebf1;font:700 12px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .anno-ctx-name,.image-anno-task-meta strong,.image-anno-priority strong{overflow:hidden;color:#f0f4f7;font:700 12px/1.2 var(--fb);text-overflow:ellipsis;white-space:nowrap}.image-anno-priority strong{color:#ff9f1c}.annotation-dark-shell .anno-ctx-progress{min-width:310px;flex:1;display:grid;grid-template-columns:86px minmax(90px,1fr) auto;align-items:center;gap:12px;margin-left:0;padding:0 18px;color:#a9b8c6;font:600 10px/1 var(--fm)}.image-anno-progress-copy{padding:0;border:0}.image-anno-progress-copy strong{color:var(--anno-blue-light);font:800 21px/1 var(--fm)}.annotation-dark-shell .anno-ctx-prog-bar{width:100%;height:6px;border-radius:0;background:#213448}.annotation-dark-shell .anno-ctx-prog-fill{border-radius:0;background:var(--anno-blue);box-shadow:none}.image-anno-filebar{min-height:66px;display:flex;align-items:stretch;margin-top:8px;border:1px solid var(--anno-line);background:#0c1b29}.image-anno-file-meta,.image-anno-save-state{min-width:0;display:flex;align-items:center;gap:10px;padding:0 14px;border-right:1px solid var(--anno-line)}.image-anno-file-meta{flex:0 1 164px}.image-anno-file-meta.wide{flex-basis:210px}.image-anno-file-meta>svg{width:16px;height:16px;color:#71879b;flex-shrink:0}.image-anno-file-meta>span{min-width:0;display:flex;flex-direction:column;gap:7px}.image-anno-file-meta strong{display:block;overflow:hidden;color:#e9eff4;font:600 11px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.image-anno-file-meta em{margin-left:auto;color:#8195a8;font:normal 500 9px/1 var(--fm);white-space:nowrap}.image-anno-save-state{min-width:116px;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}.image-anno-save-state strong{display:flex;align-items:center;gap:6px;color:#eaf0f5;font-size:10px}.image-anno-save-state strong i{width:7px;height:7px;border-radius:50%;background:var(--anno-lime)}.image-anno-save-state>span{color:#6f8497;font:500 8px/1 var(--fm)}.image-preannotation-control{min-width:0;flex:1;display:flex;align-items:center;gap:7px;padding:0 12px;border-right:1px solid var(--anno-line)}.image-preannotation-label{display:inline-flex;align-items:center;gap:6px;color:#c8d3dd;font-size:10px;font-weight:700;white-space:nowrap}.image-preannotation-label svg{width:15px;height:15px;color:var(--anno-lime)}.image-preannotation-control select,.image-preannotation-run{height:32px;border:1px solid #3a5066;border-radius:3px;background:#102234;color:#dfe7ee;font-size:10px}.image-preannotation-control select{min-width:0;max-width:146px;padding:0 8px}.image-preannotation-run{display:inline-flex;align-items:center;gap:5px;padding:0 10px;background:var(--anno-blue);border-color:var(--anno-blue);font-weight:700;cursor:pointer}.image-preannotation-run svg{width:13px;height:13px}.image-preannotation-run:disabled{border-color:#334a60;background:#26394c;color:#71879a;cursor:not-allowed}.image-preannotation-toggle{display:inline-flex;align-items:center;gap:6px;color:#b7c4cf;font-size:9px;white-space:nowrap;cursor:pointer}.image-preannotation-toggle input{position:absolute;opacity:0;pointer-events:none}.image-preannotation-toggle>span{position:relative;width:30px;height:16px;border:1px solid #486078;border-radius:9px;background:#203448}.image-preannotation-toggle>span:after{content:"";position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:50%;background:#93a4b4;transition:transform .16s ease}.image-preannotation-toggle input:checked+span{border-color:var(--anno-blue);background:var(--anno-blue)}.image-preannotation-toggle input:checked+span:after{transform:translate(14px);background:#fff}.image-preannotation-toggle input:focus-visible+span{outline:2px solid var(--anno-blue-light);outline-offset:2px}.image-anno-hotkeys{min-width:76px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;background:transparent;color:#8fa2b5;font:600 9px/1 var(--fm);cursor:pointer}.image-anno-hotkeys svg{width:15px;height:15px}.image-anno-hotkeys:hover{color:#fff;background:#13283b}.annotation-dark-shell .annotation-workspace{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1fr) 272px;gap:8px;height:auto;margin-top:8px}.annotation-dark-shell .anno-canvas-area{position:relative;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--anno-line);border-radius:0;background:#08131e}.annotation-dark-shell .anno-toolbar{position:absolute;z-index:20;top:0;bottom:44px;left:0;width:92px;height:auto;display:flex;flex-direction:column;gap:0;padding:8px 7px;overflow-y:auto;border:0;border-right:1px solid var(--anno-line);background:#0c1b29}.anno-toolbar-primary,.anno-toolbar-secondary{display:flex;flex-direction:column;gap:3px}.anno-toolbar-secondary{flex:1}.annotation-dark-shell .tool-btn{width:100%;min-height:39px;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 8px;border:1px solid transparent;border-radius:3px;background:transparent;color:#8fa2b5;font:500 9px/1 var(--fb);cursor:pointer}.annotation-dark-shell .tool-btn svg{width:15px;height:15px;flex-shrink:0}.annotation-dark-shell .tool-btn:hover{border-color:#31495e;background:#13283b;color:#fff}.annotation-dark-shell .tool-btn.active{border-color:#245ca5;background:#123d75;color:#fff}.annotation-dark-shell .tool-btn.tone-danger:not(:disabled){color:#f18b82}.annotation-dark-shell .tool-btn.tone-success:not(:disabled){color:#a9e85e}.annotation-dark-shell .tool-btn:disabled{opacity:.34;cursor:not-allowed}.tool-btn-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .tool-sep{width:100%;height:1px;margin:7px 0;background:var(--anno-line)}.anno-brush-control{display:flex;flex-direction:column;gap:6px;padding:8px 3px;color:#8194a7;font:500 8px/1 var(--fm)}.anno-brush-control input{width:100%;accent-color:var(--anno-blue)}.anno-brush-control>div{display:grid;grid-template-columns:1fr 1fr;gap:4px}.anno-brush-control button{height:22px;border:1px solid #334a60;border-radius:2px;background:#112336;color:#b9c6d1;cursor:pointer}.annotation-dark-shell .anno-canvas{min-width:0;min-height:0;flex:1;margin-left:92px;overflow:hidden;background:#07111b}.annotation-dark-shell .anno-img{top:0;right:0;bottom:0;left:0;border-radius:0;background:#07111b;box-shadow:none}.annotation-dark-shell .anno-img canvas{width:100%;height:100%}.image-anno-canvas-status{min-height:44px;display:flex;align-items:center;gap:18px;padding:0 14px 0 106px;border-top:1px solid var(--anno-line);background:#0c1b29;color:#8296a9;font:500 9px/1 var(--fm)}.image-anno-canvas-status strong{color:#dbe4eb;font-weight:700}.image-anno-canvas-status-spacer{flex:1}.image-anno-canvas-status label{display:inline-flex;align-items:center;gap:6px;color:#a5b4c1}.image-anno-canvas-status input{accent-color:var(--anno-blue)}.annotation-dark-shell .anno-panel{min-width:0;min-height:0;display:flex;flex-direction:column;gap:0;overflow:hidden;border:1px solid var(--anno-line);background:#0c1b29}.image-anno-side-section{min-width:0;border-bottom:1px solid var(--anno-line)}.image-anno-label-section{flex:0 0 auto}.image-anno-object-section{min-height:180px;flex:1;display:flex;flex-direction:column;overflow:hidden}.image-anno-attribute-section{flex:0 0 auto}.image-anno-side-heading{min-height:39px;display:flex;align-items:center;gap:8px;padding:0 12px;border-bottom:1px solid var(--anno-line-soft);color:#dce5ed;font-size:10px;font-weight:800}.image-anno-side-heading>span{flex:1}.image-anno-side-heading small{color:#6f8497;font:500 8px/1 var(--fm)}.image-anno-side-heading button{width:24px;height:24px;border:0;background:transparent;color:#73889b;cursor:pointer}.image-anno-side-heading svg{width:13px;height:13px}.annotation-dark-shell .label-list{padding:5px 8px 7px}.annotation-dark-shell .label-item{width:100%;min-height:29px;display:grid;grid-template-columns:8px minmax(0,1fr) 28px 14px;align-items:center;gap:7px;margin:0;padding:0 7px;border:1px solid transparent;border-radius:2px;background:transparent;color:#aebdca;text-align:left;cursor:pointer}.annotation-dark-shell .label-item:hover{background:#12273a}.annotation-dark-shell .label-item.selected{border-color:#214e83;background:#112d4c;color:#fff}.annotation-dark-shell .label-color{width:8px;height:8px;border-radius:2px}.annotation-dark-shell .label-name{color:inherit;font-size:9px}.annotation-dark-shell .label-count{color:#74899c;font-size:8px;text-align:right}.label-visibility{width:12px;height:12px;color:#6e8498}.image-anno-object-list{min-height:0;flex:1;overflow-y:auto;padding:4px 7px}.image-anno-object-row{width:100%;min-height:38px;display:grid;grid-template-columns:22px 7px minmax(0,1fr) 13px;align-items:center;gap:7px;padding:4px 6px;border:1px solid transparent;border-radius:2px;background:transparent;color:#879aab;text-align:left;cursor:pointer}.image-anno-object-row:hover{background:#12273a}.image-anno-object-row.selected{border-color:color-mix(in srgb,var(--annotation-color) 55%,#20364b);background:#112a43}.image-anno-object-index{color:#5f7487;font:600 8px/1 var(--fm)}.image-anno-object-swatch{width:7px;height:7px;border-radius:2px;background:var(--annotation-color)}.image-anno-object-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.image-anno-object-copy strong{overflow:hidden;color:#dbe4eb;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.image-anno-object-copy small{overflow:hidden;color:#698094;font:500 7px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.image-anno-object-copy em{color:#f08d83;font:normal 7px/1.2 var(--fm)}.image-anno-object-row>svg{width:12px;height:12px}.image-anno-attribute-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--anno-line)}.image-anno-attribute-grid label{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;background:#0d1d2c}.image-anno-attribute-grid span{color:#6f8497;font-size:8px}.image-anno-attribute-grid strong{overflow:hidden;color:#d6e0e8;font:600 8px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.image-anno-side-empty{min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#667b8e;font-size:9px}.image-anno-side-empty strong{color:#8fa2b4}.image-anno-side-empty.compact{min-height:48px}.image-anno-actions{min-height:70px;display:grid;grid-template-columns:54px 54px minmax(0,1fr);gap:6px;padding:8px;background:#0b1927}.image-anno-actions button{min-width:0;border-radius:3px;color:#d9e2e9;font-size:9px;font-weight:700;cursor:pointer}.image-anno-actions button svg{width:14px;height:14px;flex-shrink:0}.image-anno-action-secondary{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid #3a5066;background:#102234}.image-anno-action-secondary:hover{border-color:var(--anno-blue-light);color:#fff}.image-anno-action-primary{display:grid;grid-template-columns:minmax(0,1fr) 16px;align-content:center;align-items:center;gap:2px 6px;padding:0 10px;border:1px solid var(--anno-blue);background:var(--anno-blue);text-align:left}.image-anno-action-primary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-anno-action-primary small{grid-column:1 / -1;color:#c9dcff;font:500 7px/1 var(--fm)}.image-anno-action-primary svg{grid-column:2;grid-row:1}.image-anno-action-primary:hover{background:#0757d9}.image-anno-action-primary:disabled{border-color:#32485c;background:#24384a;color:#71869a;cursor:not-allowed}.annotation-dark-shell button:focus-visible,.annotation-dark-shell select:focus-visible,.annotation-dark-shell input:focus-visible{outline:2px solid var(--anno-blue-light);outline-offset:2px}@media (max-width: 1320px){.annotation-dark-shell{--sidebar-w: 196px}.image-anno-task-meta.compact,.image-anno-file-meta:nth-of-type(3){display:none}.annotation-dark-shell .anno-ctx-progress{min-width:250px}.image-preannotation-label{display:none}.annotation-dark-shell .annotation-workspace{grid-template-columns:minmax(0,1fr) 254px}}@media (max-width: 1080px){.annotation-dark-shell{--sidebar-w: 76px}.annotation-dark-shell .sidebar{width:76px}.annotation-dark-shell .sb-brand-copy,.annotation-dark-shell .nav-label,.annotation-dark-shell .user-info,.annotation-dark-shell .user-more{display:none}.annotation-dark-shell .nav-item{justify-content:center;padding-inline:5px}.image-anno-task-meta,.image-anno-priority,.image-anno-file-meta:not(.wide),.image-anno-save-state{display:none}.image-preannotation-control{padding-inline:8px}.annotation-dark-shell .annotation-workspace{grid-template-columns:minmax(0,1fr) 238px}}@media (max-height: 820px){.annotation-dark-shell{--app-header-h: 56px}.annotation-dark-shell .anno-ctx-bar{min-height:58px}.image-anno-filebar{min-height:56px}.annotation-dark-shell .tool-btn{min-height:34px}.image-anno-label-section{max-height:126px;overflow-y:auto}.image-anno-attribute-grid label{padding-block:6px}.image-anno-actions{min-height:58px;padding-block:6px}}@media (prefers-reduced-motion: reduce){.annotation-dark-shell *,.annotation-dark-shell *:before,.annotation-dark-shell *:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important}}.page-vid-anno{padding-bottom:8px!important}.video-anno-page{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--anno-line);border-top:0;background:#081521;color:var(--anno-text)}.video-anno-page button,.video-anno-page select,.video-anno-page input{font-family:var(--fb)}.video-task-rail{min-height:62px;display:flex;align-items:stretch;border-bottom:1px solid var(--anno-line);background:#0b1b29}.video-back-button{min-width:114px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:0;border-right:1px solid var(--anno-line);background:transparent;color:#9fb0bf;font-size:10px;font-weight:700;cursor:pointer}.video-back-button:hover{background:#12293d;color:#fff}.video-task-copy{min-width:250px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 16px;border-right:1px solid var(--anno-line)}.video-task-code{color:#61a3ff;font:700 8px/1 var(--fm);letter-spacing:1.1px}.video-task-copy strong{overflow:hidden;color:#f4f7fa;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.video-task-progress{width:286px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:0 17px;border-right:1px solid var(--anno-line)}.video-progress-copy{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;font:700 8px/1 var(--fm)}.video-progress-copy span{color:#71889c;letter-spacing:.8px}.video-progress-copy b{color:#d5dfe7}.video-progress-copy em{color:var(--anno-lime);font-style:normal}.video-progress-track{height:5px;overflow:hidden;background:#22374a}.video-progress-track i{display:block;width:var(--progress);height:100%;background:#2c78f4}.video-shortcut-strip{min-width:0;flex:1;display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:0 230px 0 12px}.video-shortcut-strip>span{display:inline-flex;align-items:center;gap:4px;color:#647b8e;font-size:8px;white-space:nowrap}.video-shortcut-strip kbd,.video-tool-rail kbd{border:1px solid #33495c;border-radius:2px;background:#081520;color:#879aac;font:700 7px/1 var(--fm)}.video-shortcut-strip kbd{padding:3px 4px}.video-shortcut-strip button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #30475b;border-radius:3px;background:#102335;color:#91a4b5;cursor:pointer}.video-shortcut-strip button:hover{border-color:#2e78d9;color:#fff}.video-file-rail{min-height:58px;display:flex;align-items:stretch;border-bottom:1px solid var(--anno-line);background:#0e2030}.video-file-primary{min-width:350px;display:grid;grid-template-columns:auto minmax(0,1fr);align-content:center;gap:4px 10px;padding:0 15px;border-right:1px solid var(--anno-line)}.video-file-primary .video-file-kicker{grid-column:1 / -1;color:#688196;font:700 7px/1 var(--fm);letter-spacing:1.4px}.video-file-primary strong{overflow:hidden;color:#dae4eb;font:700 10px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.video-file-primary>span:last-child{color:#6f879a;font:500 8px/1 var(--fm);white-space:nowrap}.video-file-metrics{min-width:430px;flex:1;display:grid;grid-template-columns:repeat(4,minmax(78px,1fr));margin:0}.video-file-metrics>div{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 13px;border-right:1px solid var(--anno-line)}.video-file-metrics dt{color:#667e92;font-size:8px}.video-file-metrics dd{margin:0;color:#e4ebf0;font:700 10px/1 var(--fm)}.video-preanno-control{width:285px;display:flex;align-items:center;gap:6px;padding:0 8px;overflow:hidden;color:#689bea}.video-preanno-control>div{min-width:0;flex:1;gap:4px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#d9e4ec!important}.video-preanno-control select{min-width:0!important;max-width:120px!important;height:28px!important;border-color:#30475a!important;border-radius:2px!important;background:#091724!important;color:#9eb0bf!important;font-size:8px!important}.video-preanno-control button{height:28px!important;padding:0 8px!important;border-radius:2px!important;font-size:8px!important}.video-preanno-control label{gap:3px!important;color:#8194a5!important;font-size:8px!important}.video-workspace{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1fr) 276px;overflow:hidden}.video-stage{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--anno-line);background:#07121c}.video-transport{min-height:43px;display:flex;align-items:center;gap:12px;padding:0 12px;border-bottom:1px solid var(--anno-line);background:#0c1d2c}.video-transport-group{display:flex;align-items:center;gap:3px}.video-transport button{height:28px;min-width:29px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 7px;border:1px solid transparent;border-radius:2px;background:transparent;color:#8ca1b3;font-size:9px;font-weight:700;cursor:pointer}.video-transport button:hover{border-color:#314b61;background:#122a3e;color:#fff}.video-transport .video-play-button{min-width:68px;border-color:#2264c3;background:#123f78;color:#fff}.video-transport .video-play-button:hover{background:#155096}.video-timecode{display:inline-flex;align-items:baseline;gap:5px;padding-left:12px;border-left:1px solid #2d4356}.video-timecode b{color:#f1f5f8;font:800 12px/1 var(--fm)}.video-timecode span{color:#587083;font:600 8px/1 var(--fm)}.video-transport-secondary{margin-left:auto}.video-transport-secondary select{height:28px;padding:0 7px;border:1px solid #30475a;border-radius:2px;background:#091725;color:#9fb1c0;font:700 8px/1 var(--fm)}.video-transport-secondary button.is-active{border-color:#83701a;background:#342f18;color:#f6c749}.video-canvas-row{min-height:240px;flex:1;display:grid;grid-template-columns:78px minmax(0,1fr);overflow:hidden}.video-tool-rail{min-height:0;display:flex;flex-direction:column;gap:2px;padding:8px 6px;overflow-y:auto;border-right:1px solid var(--anno-line);background:#0a1a28}.video-tool-rail button{position:relative;width:100%;min-height:42px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:0 6px;border:1px solid transparent;border-radius:2px;background:transparent;color:#8297a9;text-align:left;font-size:8px;cursor:pointer}.video-tool-rail button:hover{border-color:#2f475b;background:#11283a;color:#fff}.video-tool-rail button.is-active{border-color:#235ea8;background:#123b6b;color:#fff}.video-tool-rail button.lime{border-color:#617d25;background:#233519;color:#b8ef58}.video-tool-rail button:disabled{opacity:.45;cursor:not-allowed}.video-tool-rail kbd{position:absolute;right:4px;bottom:4px;padding:2px 3px}.video-tool-rail button i{position:absolute;right:4px;top:4px;color:#8fc628;font:normal 700 6px/1 var(--fm)}.video-tool-divider{height:1px;margin:5px 1px;background:var(--anno-line)}.video-canvas-wrap{position:relative;min-width:0;min-height:0;overflow:hidden;background:#03090e}.video-canvas-wrap>video,.video-preview-source{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.video-canvas-wrap>canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.video-canvas-wrap.tool-rect>canvas{cursor:crosshair}.video-canvas-wrap.tool-select>canvas{cursor:default}.video-canvas-wrap.tool-polygon>canvas{cursor:crosshair}.video-canvas-hud{position:absolute;top:10px;min-height:24px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;border:1px solid rgba(112,138,160,.45);background:#050d14db;color:#a8b7c2;font:700 7px/1 var(--fm);letter-spacing:.7px;pointer-events:none}.video-canvas-hud-left{left:10px}.video-canvas-hud-right{right:10px}.status-dot{width:6px;height:6px;display:inline-block;border-radius:50%;background:var(--anno-lime)}.video-playing-badge{position:absolute;top:44px;right:10px;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #5d7b25;background:#1e3215;color:#b9f060;font:700 8px/1 var(--fm)}.video-playing-badge span{width:5px;height:5px;border-radius:50%;background:#b9f060;animation:video-live-pulse 1s steps(2,end) infinite}.video-bookmark-stack{position:absolute;left:10px;bottom:10px;display:flex;align-items:center;gap:3px;padding:4px;border:1px solid #344a5d;background:#07121ce6;color:#f3c54d}.video-bookmark-stack button{height:20px;padding:0 5px;border:0;background:transparent;color:#7f94a5;font:700 7px/1 var(--fm);cursor:pointer}.video-bookmark-stack button:hover,.video-bookmark-stack button.is-active{background:#3a3218;color:#ffd45f}.video-tracking-badge{position:absolute;top:12px;left:50%;width:240px;padding:9px;transform:translate(-50%);border:1px solid #2465ba;background:#0d2b4cf5;color:#fff}.video-tracking-badge>div{display:flex;align-items:center;gap:7px;font-size:8px}.video-tracking-badge button{margin-left:auto;border:0;background:transparent;color:#ff9b91;font-size:8px;cursor:pointer}.video-tracking-badge>i{display:block;width:var(--tracking-progress);height:3px;margin-top:7px;background:var(--anno-lime)}.video-empty-state{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#050d14c7;color:#8398aa;font-size:10px;pointer-events:none}.video-timeline{flex:0 0 246px;min-height:0;display:flex;flex-direction:column;border-top:1px solid var(--anno-line);background:#091724}.video-timeline-header{min-height:36px;display:flex;align-items:center;gap:18px;padding:0 10px;border-bottom:1px solid #263c4f}.video-timeline-header>div:first-child{display:flex;align-items:baseline;gap:9px}.video-timeline-header strong{color:#e4ebf0;font:800 9px/1 var(--fm);letter-spacing:1.3px}.video-timeline-header>div:first-child span{color:#62798b;font-size:8px}.video-timeline-legend{display:flex;align-items:center;gap:12px;margin-left:auto;color:#6c8396;font-size:7px}.video-timeline-legend span{display:inline-flex;align-items:center;gap:5px}.keyframe-dot{width:6px;height:6px;transform:rotate(45deg);background:var(--anno-lime)}.track-line{width:14px;height:2px;background:#2f79ff}.video-timeline-zoom{min-width:58px;height:24px;display:flex;align-items:center;justify-content:space-around;border:1px solid #2a4154;color:#71889a}.video-timeline-zoom b{color:#b5c2cc;font:700 7px/1 var(--fm)}.video-timeline-grid{min-height:0;flex:1;display:grid;grid-template-columns:92px minmax(0,1fr);overflow:hidden}.video-track-labels{padding-top:28px;border-right:1px solid #2a4053;background:#0b1b29}.video-track-label{height:27px;display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:5px;padding:0 7px;border-bottom:1px solid #203548;color:#91a4b3;font-size:7px}.video-track-label i{width:6px;height:6px;border-radius:1px;background:var(--track-color)}.video-track-label small{color:#526a7c;font:600 6px/1 var(--fm)}.video-track-label.film-label{height:54px;display:flex;color:#71879a;font:700 7px/1 var(--fm);letter-spacing:.7px}.video-timeline-content{position:relative;min-width:0;min-height:0;overflow:hidden;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.video-timeline-ruler{position:absolute;z-index:1;inset:0 0 auto;width:100%;height:28px;opacity:.74}.video-filmstrip{position:absolute;top:28px;left:0;right:0;height:54px;display:grid;grid-template-columns:repeat(10,1fr);overflow:hidden;border-block:1px solid #2a4053;background:#050d14}.video-film-frame{min-width:0;overflow:hidden;border-right:1px solid #203548}.video-film-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.08) brightness(.72)}.video-film-frame span{height:100%;display:grid;place-items:center;color:#476074;font:600 6px/1 var(--fm)}.video-track-rows{position:absolute;top:82px;left:0;right:0}.video-track-row{position:relative;height:27px;border-bottom:1px solid #203548;background:#0a1926}.video-track-segment{position:absolute;top:5px;left:var(--track-start);width:var(--track-width);height:17px;border:1px solid color-mix(in srgb,var(--track-color) 72%,#102234);background:color-mix(in srgb,var(--track-color) 17%,#0a1a28)}.video-track-segment>i{position:absolute;top:5px;width:5px;height:5px;transform:rotate(45deg);background:var(--track-color)}.video-track-segment>i:nth-child(1){left:-3px}.video-track-segment>i:nth-child(2){left:48%}.video-track-segment>i:nth-child(3){right:-3px}.video-track-segment b{position:absolute;right:5px;top:3px;display:inline-flex;align-items:center;gap:3px;color:color-mix(in srgb,var(--track-color) 70%,#fff);font:700 6px/1 var(--fm)}.video-timeline-bookmark{position:absolute;z-index:4;top:24px;left:var(--bookmark);color:#f5c744;transform:translate(-50%)}.video-playhead{position:absolute;z-index:5;top:0;bottom:0;left:var(--cursor);width:1px;background:var(--anno-lime);pointer-events:none}.video-playhead b{position:absolute;top:2px;left:4px;padding:3px 5px;background:var(--anno-lime);color:#152008;font:800 6px/1 var(--fm)}.video-playhead i{position:absolute;top:24px;left:-3px;width:7px;height:7px;transform:rotate(45deg);background:var(--anno-lime)}.video-timeline-footer{min-height:24px;display:flex;align-items:center;gap:12px;padding:0 10px 0 104px;border-top:1px solid #263c4f;color:#5e7689;font:600 6px/1 var(--fm)}.video-timeline-footer b{margin-left:auto;color:#9bb0c0}.video-inspector{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#0b1b29}.video-inspector-heading{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;border-bottom:1px solid var(--anno-line)}.video-inspector-heading span{display:block;margin-bottom:4px;color:#5f778b;font:700 6px/1 var(--fm);letter-spacing:1.1px}.video-inspector-heading h2{margin:0;color:#e5ecf1;font-size:11px}.video-inspector-heading>b{min-width:24px;height:24px;display:grid;place-items:center;border:1px solid #2b64aa;background:#113b6a;color:#fff;font:800 8px/1 var(--fm)}.video-inspector-section{min-width:0;border-bottom:1px solid var(--anno-line)}.video-section-title{min-height:33px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid rgba(47,67,85,.65)}.video-section-title>span{display:inline-flex;align-items:center;gap:6px;color:#cdd8e1;font-size:8px;font-weight:700}.video-section-title em{color:#60788b;font:normal 600 7px/1 var(--fm)}.video-label-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:6px 7px}.video-label-grid button{min-width:0;height:30px;display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 7px;border:1px solid transparent;border-radius:2px;background:#0e2233;color:#8fa2b3;text-align:left;font-size:8px;cursor:pointer}.video-label-grid button i{width:7px;height:7px;border-radius:1px;background:var(--object-color)}.video-label-grid button b{color:#657d90;font:700 7px/1 var(--fm)}.video-label-grid button:hover{border-color:#344e62;color:#fff}.video-label-grid button.is-active{border-color:color-mix(in srgb,var(--object-color) 60%,#2f455a);background:#122d47;color:#fff}.video-object-section{min-height:130px;flex:1;display:flex;flex-direction:column;overflow:hidden}.video-object-list{min-height:0;flex:1;overflow-y:auto;padding:4px 6px;scrollbar-color:#30485c transparent}.video-object-row{width:100%;min-height:36px;display:grid;grid-template-columns:22px minmax(0,1fr) 14px 32px 22px;align-items:center;gap:5px;margin-bottom:2px;padding:3px 4px;border:1px solid transparent;border-radius:2px;background:transparent;color:#8196a7;text-align:left;cursor:pointer}.video-object-row:hover{background:#102639}.video-object-row.is-selected{border-color:color-mix(in srgb,var(--object-color) 50%,#2b4357);background:#102b43}.video-object-index{color:#5e7487;font:700 7px/1 var(--fm)}.video-object-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.video-object-copy b{color:#d7e1e8;font-size:8px}.video-object-copy small{color:#60778a;font:600 6px/1 var(--fm)}.video-track-icon{color:var(--object-color)}.video-object-list em{color:#9db0bf;font:normal 700 7px/1 var(--fm);text-align:right}.video-object-delete{width:20px;height:20px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#6c8193;cursor:pointer}.video-object-delete:hover{background:#3a2024;color:#f18a80}.video-property-section{flex:0 0 auto}.video-property-list{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:0;background:#294054}.video-property-list div{min-width:0;display:flex;flex-direction:column;gap:4px;padding:7px 9px;background:#0d2030}.video-property-list dt{color:#61798d;font-size:7px}.video-property-list dd{min-width:0;display:flex;align-items:center;gap:4px;margin:0;overflow:hidden;color:#c8d4dd;font:700 7px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.video-panel-empty{grid-column:1 / -1;margin:0;padding:18px 8px;color:#61788b;font-size:8px;line-height:1.7;text-align:center}.video-panel-empty.compact{padding:12px 8px}.video-inspector-actions{flex:0 0 auto;display:flex;flex-direction:column;gap:6px;padding:7px;border-top:1px solid var(--anno-line);background:#091824}.video-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px}.video-nav-actions button{height:29px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid #334c60;border-radius:2px;background:#102537;color:#9eb0bf;font-size:8px;font-weight:700;cursor:pointer}.video-nav-actions button:hover{border-color:#2d74cf;color:#fff}.video-submit-action{height:40px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #2d78e6;border-radius:2px;background:#1764d9;color:#fff;font-size:9px;font-weight:800;cursor:pointer}.video-submit-action:hover{background:#0757cc}.video-inspector button:disabled{opacity:.45;cursor:not-allowed}.video-status-bar{min-height:28px;display:flex;align-items:center;gap:20px;padding:0 12px;border-top:1px solid var(--anno-line);background:#081722;color:#60798c;font:600 7px/1 var(--fm)}.video-status-bar>span{display:inline-flex;align-items:center;gap:6px}.video-status-bar b{color:#a5b7c4}.video-status-progress{min-width:220px;margin-left:auto}.video-status-progress>i{width:var(--progress);max-width:100px;height:3px;background:var(--anno-blue-light)}.video-shortcut-backdrop{position:fixed;z-index:4200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#03090ed1}.video-shortcut-dialog{width:min(470px,calc(100vw - 32px));border:1px solid #36536a;background:#0d1f2e;box-shadow:0 22px 70px #0000007a}.video-shortcut-dialog header{min-height:64px;display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid #2c4356;color:#67a2ff}.video-shortcut-dialog header span{color:#668095;font:700 6px/1 var(--fm);letter-spacing:1.2px}.video-shortcut-dialog h3{margin:4px 0 0;color:#f0f4f7;font-size:13px}.video-shortcut-dialog header button{margin-left:auto;border:0;background:transparent;color:#8297a8;font-size:20px;cursor:pointer}.video-shortcut-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:1px;background:#294156}.video-shortcut-grid>div{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;background:#0d2030}.video-shortcut-grid kbd{padding:5px 7px;border:1px solid #3a5367;border-radius:2px;background:#081723;color:#c9d5de;font:700 8px/1 var(--fm)}.video-shortcut-grid span{color:#8195a6;font-size:8px}.video-shortcut-confirm{width:calc(100% - 24px);height:38px;margin:12px;border:1px solid #2d76df;border-radius:2px;background:#1764d9;color:#fff;font-size:9px;font-weight:800;cursor:pointer}@keyframes video-live-pulse{50%{opacity:.3}}@media (max-width: 1320px){.video-task-copy{min-width:210px}.video-task-progress{width:240px}.video-shortcut-strip{padding-right:218px}.video-shortcut-strip>span:nth-child(2){display:none}.video-file-primary{min-width:300px}.video-file-metrics>div:nth-child(2){display:none}.video-file-metrics{min-width:310px;grid-template-columns:repeat(3,1fr)}.video-preanno-control{width:250px}.video-workspace{grid-template-columns:minmax(0,1fr) 258px}}@media (max-width: 1080px){.video-task-copy{min-width:190px}.video-task-progress{width:210px}.video-shortcut-strip{padding-right:8px}.video-shortcut-strip>span{display:none}.video-file-primary{min-width:270px}.video-file-metrics>div:nth-child(3){display:none}.video-file-metrics{min-width:190px;grid-template-columns:1fr 1fr}.video-preanno-control{display:none}.video-workspace{grid-template-columns:minmax(0,1fr) 236px}.video-tool-rail{padding-inline:4px}.video-canvas-row{grid-template-columns:68px minmax(0,1fr)}.video-timeline-grid{grid-template-columns:76px minmax(0,1fr)}.video-track-labels{overflow:hidden}}@media (max-height: 820px){.video-task-rail{min-height:52px}.video-file-rail{min-height:48px}.video-transport{min-height:38px}.video-canvas-row{min-height:168px}.video-timeline{flex-basis:190px}.video-timeline-header{min-height:30px}.video-track-labels{padding-top:24px}.video-track-label.film-label,.video-filmstrip{height:38px}.video-filmstrip{top:24px}.video-track-rows{top:62px}.video-track-label,.video-track-row{height:22px}.video-track-segment{top:3px}.video-property-list div{padding-block:5px}.video-label-grid{padding-block:4px}.video-label-grid button{height:26px}.video-object-row{min-height:31px}.video-status-bar{min-height:24px}}@media (prefers-reduced-motion: reduce){.video-anno-page *,.video-anno-page *:before,.video-anno-page *:after{transition:none!important;animation-duration:.01ms!important}}.page-aud-anno,.page-audio-segment-anno,.page-audio-speaker-anno{padding-bottom:8px!important}.annotation-dark-shell .audwb-shell{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--anno-line);border-top:0;background:#07131e;color:#dce5ec;font-family:var(--fb)}.annotation-dark-shell .audwb-shell button,.annotation-dark-shell .audwb-shell input,.annotation-dark-shell .audwb-shell select,.annotation-dark-shell .audwb-shell textarea{font-family:var(--fb)}#app-screen.annotation-dark-shell .speaker-topbar-crumb{gap:12px;color:#f7f8fa;font:800 18px/1 var(--fb)}#app-screen.annotation-dark-shell .speaker-topbar-crumb span,#app-screen.annotation-dark-shell .speaker-topbar-crumb strong{color:#f7f8fa;font-weight:800}#app-screen.annotation-dark-shell .speaker-topbar-crumb i{color:var(--anno-lime);font:italic 900 24px/1 var(--fm)}.annotation-dark-shell .audwb-topbar{min-height:72px;display:flex;align-items:stretch;gap:0;padding:0;flex-shrink:0;border-bottom:1px solid var(--anno-line);background:#0c1d2b;box-shadow:none}.annotation-dark-shell .audwb-back-btn{min-width:104px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:0;border-right:1px solid var(--anno-line);border-radius:0;background:transparent;color:#8ca0b2;box-shadow:none;font-size:9px;font-weight:750;cursor:pointer}.annotation-dark-shell .audwb-back-btn svg{width:15px;height:15px}.annotation-dark-shell .audwb-back-btn:hover{transform:none;background:#13283b;color:#fff;box-shadow:none}.annotation-dark-shell .audwb-task-info{min-width:190px;max-width:225px;flex:0 1 225px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;padding:0 15px;border-right:1px solid var(--anno-line)}.annotation-dark-shell .audwb-task-id{padding:0;border:0;border-radius:0;background:transparent;color:#61a3ff;font:750 8px/1 var(--fm);letter-spacing:1.1px}.annotation-dark-shell .audwb-task-name{max-width:100%;overflow:hidden;color:#f0f4f7;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .audwb-topbar-tags{min-width:70px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 11px;border-right:1px solid var(--anno-line)}.annotation-dark-shell .audwb-topbar-tags span{color:#71899c;font:700 7px/1 var(--fm);letter-spacing:.4px;white-space:nowrap}.annotation-dark-shell .audwb-topbar-tags span:first-child{color:#a8e84a}.annotation-dark-shell .audwb-preanno-control{width:140px;min-width:0;display:flex;align-items:center;padding:0 7px;overflow:hidden;border-right:1px solid var(--anno-line)}.annotation-dark-shell .audwb-preanno-control>div{min-width:0;width:100%;gap:4px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#8398a9!important}.annotation-dark-shell .audwb-preanno-control select{min-width:0!important;max-width:96px!important;height:26px!important;border-color:#30475a!important;border-radius:2px!important;background:#081621!important;color:#9db0bf!important;font-size:7px!important}.annotation-dark-shell .audwb-preanno-control button{height:26px!important;padding:0 6px!important;border-radius:2px!important;font-size:7px!important}.annotation-dark-shell .audwb-preanno-control label{gap:3px!important;color:#708698!important;font-size:7px!important}.annotation-dark-shell .audwb-preanno-control [role=alert]{display:none!important}.annotation-dark-shell .audwb-preanno-preview{display:grid!important;grid-template-columns:minmax(0,1fr) auto}.annotation-dark-shell .audwb-preanno-preview select{grid-row:1;grid-column:1}.annotation-dark-shell .audwb-preanno-preview button{grid-row:1;grid-column:2;border:1px solid #2c6ec7;background:#144987;color:#fff;cursor:pointer}.annotation-dark-shell .audwb-preanno-preview label{grid-column:1 / -1;display:inline-flex;align-items:center}.annotation-dark-shell .audwb-preanno-preview input{width:10px;height:10px;accent-color:#a8e84a}.annotation-dark-shell .audwb-prog-wrap{width:175px;display:grid;grid-template-columns:1fr auto;align-content:center;gap:7px 10px;margin:0;padding:0 14px;border-right:1px solid var(--anno-line)}.annotation-dark-shell .audwb-prog-label{color:#6d8497;font:700 7px/1 var(--fm);letter-spacing:.8px}.annotation-dark-shell .audwb-prog-bar{grid-column:1 / -1;width:100%;height:5px;border-radius:0;background:#233749}.annotation-dark-shell .audwb-prog-fill{height:100%;border-radius:0;background:#2f79ff;transition:width .18s ease}.annotation-dark-shell .audwb-prog-pct{color:#a8e84a;font:800 8px/1 var(--fm)}.annotation-dark-shell .audwb-prog-count{color:#748a9d;font:700 7px/1 var(--fm);text-align:right}.annotation-dark-shell .audwb-file-meta{min-width:0;flex:1;display:grid;grid-template-columns:minmax(150px,1fr) minmax(286px,1.65fr);align-items:stretch}.annotation-dark-shell .audwb-file-meta>div{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 13px;border-right:1px solid var(--anno-line)}.annotation-dark-shell .audwb-file-meta strong{overflow:hidden;color:#dce6ed;font:750 9px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .audwb-file-meta>div span{color:#657c90;font-size:7px}.annotation-dark-shell .audwb-file-meta dl{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(58px,1fr));margin:0}.annotation-dark-shell .audwb-file-meta dl div{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 9px;border-right:1px solid var(--anno-line)}.annotation-dark-shell .audwb-file-meta dt{color:#60778a;font-size:7px}.annotation-dark-shell .audwb-file-meta dd{margin:0;overflow:hidden;color:#d0dbe3;font:700 8px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .audwb-body{min-height:0;flex:1;display:grid;grid-template-columns:58px minmax(0,1fr) 284px;overflow:hidden;background:#07131e}.annotation-dark-shell .audwb-toolrail{min-height:0;display:flex;flex-direction:column;gap:2px;padding:7px 5px;overflow-y:auto;border-right:1px solid var(--anno-line);background:#091925}.annotation-dark-shell .audwb-toolrail button{position:relative;width:100%;min-height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:3px;border:1px solid transparent;border-radius:2px;background:transparent;color:#71889a;font-size:7px;cursor:pointer}.annotation-dark-shell .audwb-toolrail button svg{width:15px;height:15px}.annotation-dark-shell .audwb-toolrail button:hover{border-color:#30485b;background:#11283a;color:#fff}.annotation-dark-shell .audwb-toolrail button.active{border-color:#2467bf;background:#123c70;color:#fff}.annotation-dark-shell .audwb-toolrail kbd{position:absolute;right:3px;bottom:3px;padding:2px;border:1px solid #365066;border-radius:1px;background:#07131d;color:#8da0b0;font:700 6px/1 var(--fm)}.annotation-dark-shell .audwb-toolrail>i{height:1px;margin:5px 2px;background:var(--anno-line)}.annotation-dark-shell .audwb-player-section{min-width:0;min-height:0;display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;border-right:1px solid var(--anno-line);background:#07131e}.annotation-dark-shell .audwb-controls{min-height:43px;display:flex;align-items:center;gap:10px;padding:0 11px;flex-shrink:0;border-bottom:1px solid var(--anno-line);border-radius:0;background:#0b1c2a;box-shadow:none}.annotation-dark-shell .audwb-ctrl-group{display:flex;align-items:center;gap:3px}.annotation-dark-shell .audwb-ctrl-btn,.annotation-dark-shell .audwb-transport-icon{min-width:30px;width:auto;height:28px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 7px;border:1px solid transparent;border-radius:2px;background:transparent;color:#8499aa;box-shadow:none;font-size:8px;font-weight:700;cursor:pointer}.annotation-dark-shell .audwb-ctrl-btn svg,.annotation-dark-shell .audwb-transport-icon svg{width:14px;height:14px}.annotation-dark-shell .audwb-ctrl-btn:hover,.annotation-dark-shell .audwb-transport-icon:hover{transform:none;border-color:#314a5e;background:#122a3e;color:#fff}.annotation-dark-shell .audwb-play-btn{min-width:54px;height:29px;border:1px solid #286dce!important;border-radius:2px;background:#124584!important;color:#fff!important;box-shadow:none}.annotation-dark-shell .audwb-play-btn:hover{transform:none;background:#17579f!important;box-shadow:none}.annotation-dark-shell .audwb-play-btn svg{width:15px;height:15px}.annotation-dark-shell .audwb-timecode{display:inline-flex;align-items:baseline;gap:5px;padding-left:11px;border-left:1px solid #2c4255}.annotation-dark-shell .audwb-timecode strong{color:#f4f7f9;font:850 12px/1 var(--fm);font-variant-numeric:tabular-nums}.annotation-dark-shell .audwb-timecode span{color:#5d7385;font:650 8px/1 var(--fm)}.annotation-dark-shell .audwb-transport-spacer{flex:1}.annotation-dark-shell .audwb-transport-icon.active{border-color:#637e29;background:#253719;color:#b3e95a}.annotation-dark-shell .audwb-speed-select{display:flex;align-items:center;gap:6px;color:#667e91;font-size:7px}.annotation-dark-shell .audwb-speed-select select{height:26px;padding:0 20px 0 7px;border:1px solid #30475a;border-radius:2px;background:#081621;color:#b0bfca;font:700 8px/1 var(--fm)}.annotation-dark-shell .audwb-wave-card{flex:0 0 316px;min-height:0;display:flex;flex-direction:column;gap:0;overflow:hidden;background:#050e16}.annotation-dark-shell .audwb-wave-card-head{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border-bottom:1px solid #263b4d;color:#d4dee6}.annotation-dark-shell .audwb-wave-card-head>div:first-child{display:flex;align-items:center;gap:7px}.annotation-dark-shell .audwb-wave-card-head svg{width:14px;height:14px;color:#4f91ee}.annotation-dark-shell .audwb-wave-card-head span{color:#dde5eb;font-size:9px;font-weight:800;letter-spacing:.7px}.annotation-dark-shell .audwb-wave-card-head em{color:#5f778a;font-size:7px;font-style:normal}.annotation-dark-shell .audwb-wave-scale{padding:4px 7px;border:1px solid #2d4457;color:#7890a2;font:700 7px/1 var(--fm)}.annotation-dark-shell .audwb-time-ruler{position:relative;height:24px;flex-shrink:0;border-bottom:1px solid #263b4d;background:#081620}.annotation-dark-shell .audwb-time-ruler:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;border-top:1px solid #2b4153;border-bottom:1px solid #172b3b;opacity:.7;pointer-events:none}.annotation-dark-shell .audwb-time-ruler span{position:absolute;z-index:1;bottom:5px;color:#60788b;font:650 6px/1 var(--fm);transform:translate(-50%)}.annotation-dark-shell .audwb-time-ruler span:first-child{transform:none}.annotation-dark-shell .audwb-time-ruler span:last-child{transform:translate(-100%)}.annotation-dark-shell .audwb-waveform{position:relative;min-height:0;flex:1;padding:22px 0 0;overflow:hidden;border:0;border-radius:0;background:#040b11;touch-action:none;-webkit-user-select:none;user-select:none}.annotation-dark-shell .audwb-wave-grid{position:absolute;top:0;right:0;bottom:0;left:0;border-block:1px solid #183042;opacity:.58;pointer-events:none}.annotation-dark-shell .audwb-wave-grid:after{content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid #183042}.annotation-dark-shell .audwb-channel-label{position:absolute;z-index:5;left:5px;display:grid;place-items:center;width:17px;height:17px;border:1px solid #2f4b60;background:#0d2130;color:#7890a3;font:800 7px/1 var(--fm);pointer-events:none}.annotation-dark-shell .audwb-channel-label.top{top:29%}.annotation-dark-shell .audwb-channel-label.bottom{top:70%}.annotation-dark-shell .audwb-wave-bars{position:absolute;z-index:2;left:27px;right:0;height:39%;display:flex;align-items:center;gap:1px;padding:0;overflow:hidden}.annotation-dark-shell .audwb-wave-bars.channel-1{top:11%}.annotation-dark-shell .audwb-wave-bars.channel-2{top:52%;transform:scaleY(-1)}.annotation-dark-shell .audwb-wave-bars>span{min-width:1px;flex:1;border-radius:0;background:#366da0;opacity:.7}.annotation-dark-shell .audwb-wave-bars>span.played{background:#77b0ff;opacity:.92}.annotation-dark-shell .audwb-segment-ranges{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;pointer-events:none}.annotation-dark-shell .audwb-segment-range{position:absolute;top:1px;bottom:1px;border-inline:1px solid color-mix(in srgb,var(--segment-color) 75%,#fff);background:color-mix(in srgb,var(--segment-color) 12%,transparent)}.annotation-dark-shell .audwb-segment-range b{position:absolute;top:4px;left:4px;max-width:calc(100% - 8px);overflow:hidden;color:color-mix(in srgb,var(--segment-color) 72%,#fff);font:750 6px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .audwb-wave-progress{position:absolute;z-index:6;top:0;bottom:0;width:1px;background:#b5f33e;pointer-events:none}.annotation-dark-shell .audwb-wave-progress:before{content:"";position:absolute;top:-1px;left:-4px;width:9px;height:9px;transform:rotate(45deg);background:#b5f33e}.annotation-dark-shell .audwb-wave-progress span{position:absolute;top:8px;left:5px;padding:3px 5px;background:#a7e33c;color:#17220b;font:850 7px/1 var(--fm);white-space:nowrap}.annotation-dark-shell .audwb-wave-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#62788a;font-size:9px}.annotation-dark-shell .audwb-wave-fallback-tag{position:absolute;right:7px;top:7px;z-index:7;padding:3px 5px;border:1px solid #4f6170;background:#102332;color:#899aa8;font-size:6px}.annotation-dark-shell .audwb-overview{position:relative;height:30px;flex-shrink:0;padding:4px 8px;border-top:1px solid #263b4d;border-bottom:1px solid var(--anno-line);background:#081620}.annotation-dark-shell .audwb-overview-bars{height:100%;display:flex;align-items:center;gap:1px;opacity:.46}.annotation-dark-shell .audwb-overview-bars span{min-width:1px;flex:1;background:#4b779d}.annotation-dark-shell .audwb-overview-window{position:absolute;top:3px;right:7px;bottom:3px;left:7px;border:1px solid #5f8bbb;background:#2d67a614}.annotation-dark-shell .audwb-audio-error,.annotation-dark-shell .audwb-task-error{margin:6px 8px;padding:8px;border:1px solid #714044;background:#2a171b;color:#f0a0a4;font-size:8px}.annotation-dark-shell .audwb-segment-dock{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden;background:#091724}.annotation-dark-shell .audwb-dock-head{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border-bottom:1px solid #2b4052}.annotation-dark-shell .audwb-dock-head>div:first-child{display:flex;align-items:baseline;gap:9px}.annotation-dark-shell .audwb-dock-head strong{color:#e2e9ee;font-size:9px;letter-spacing:1px}.annotation-dark-shell .audwb-dock-head span{color:#647b8e;font-size:7px}.annotation-dark-shell .audwb-segment-tools{display:flex;align-items:center;gap:4px}.annotation-dark-shell .audwb-segment-tools button{height:26px;padding:0 8px;border:1px solid #30485b;border-radius:2px;background:#0c2030;color:#8ea2b2;font-size:7px;font-weight:700;cursor:pointer}.annotation-dark-shell .audwb-segment-tools button:hover{border-color:#4b6a82;color:#fff}.annotation-dark-shell .audwb-segment-tools button.primary{border-color:#2a6dcc;background:#12447f;color:#fff}.annotation-dark-shell .audwb-segment-tools button:disabled{opacity:.42;cursor:not-allowed}.annotation-dark-shell .audwb-segment-table-wrap{min-height:0;flex:1;overflow:auto;scrollbar-color:#30485b transparent}.annotation-dark-shell .audwb-segment-table{width:100%;min-width:700px;border-collapse:collapse;table-layout:fixed;color:#8ea1b1;font-size:7px}.annotation-dark-shell .audwb-segment-table th{position:sticky;z-index:2;top:0;height:26px;padding:0 7px;border-bottom:1px solid #2c4254;background:#0b1b29;color:#647d90;font-weight:700;text-align:left}.annotation-dark-shell .audwb-segment-table th:nth-child(1){width:38px}.annotation-dark-shell .audwb-segment-table th:nth-child(2){width:145px}.annotation-dark-shell .audwb-segment-table th:nth-child(3){width:54px}.annotation-dark-shell .audwb-segment-table th:nth-child(4){width:90px}.annotation-dark-shell .audwb-segment-table th:nth-child(6){width:70px}.annotation-dark-shell .audwb-segment-table th:nth-child(7){width:58px}.annotation-dark-shell .audwb-segment-table td{height:32px;padding:0 7px;overflow:hidden;border-bottom:1px solid #1e3344;background:#091724;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .audwb-segment-table tr{cursor:pointer}.annotation-dark-shell .audwb-segment-table tbody tr:hover td{background:#102638;color:#dce4ea}.annotation-dark-shell .audwb-segment-table tbody tr.active td{background:#102d47;color:#e3ebf0}.annotation-dark-shell .audwb-segment-table tbody tr.active td:first-child{box-shadow:inset 2px 0 #b5ed4e}.annotation-dark-shell .audwb-row-index{color:#627a8e;font:700 7px/1 var(--fm)}.annotation-dark-shell .audwb-table-time{color:#a3b3c0;font:650 7px/1 var(--fm)}.annotation-dark-shell .audwb-table-time i{color:#466074;font-style:normal}.annotation-dark-shell .audwb-table-label{display:inline-flex;align-items:center;gap:5px;color:color-mix(in srgb,var(--label-color) 72%,#fff);font-size:7px;font-weight:750}.annotation-dark-shell .audwb-table-label:before{content:"";width:7px;height:7px;border-radius:1px;background:var(--label-color)}.annotation-dark-shell .audwb-table-copy{color:#71889b}.annotation-dark-shell .audwb-table-status{display:inline-flex;align-items:center;gap:3px;color:#92c951}.annotation-dark-shell .audwb-table-status svg{width:9px;height:9px}.annotation-dark-shell .audwb-table-actions{display:flex;align-items:center;gap:2px}.annotation-dark-shell .audwb-table-actions button{width:22px;height:22px;display:grid;place-items:center;padding:0;border:0;border-radius:2px;background:transparent;color:#667d8e;cursor:pointer}.annotation-dark-shell .audwb-table-actions button:hover{background:#1b3448;color:#fff}.annotation-dark-shell .audwb-table-actions button:last-child:hover{background:#3c2024;color:#f28d84}.annotation-dark-shell .audwb-table-actions svg{width:12px;height:12px}.annotation-dark-shell .audwb-table-empty{padding:24px 10px!important;color:#60778a;text-align:center}.annotation-dark-shell .audwb-sidebar{min-width:0;min-height:0;display:flex;flex-direction:column;overflow-y:auto;background:#0b1b29;scrollbar-color:#31495d transparent}.annotation-dark-shell .audwb-card{margin:0;flex-shrink:0;border:0;border-bottom:1px solid var(--anno-line);border-radius:0;background:transparent;box-shadow:none;overflow:visible}.annotation-dark-shell .audwb-card-head{min-height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;border-bottom:1px solid rgba(42,62,79,.75);background:#0b1b29}.annotation-dark-shell .audwb-card-title{display:flex;align-items:center;gap:6px;color:#d2dce4;font-size:8px;font-weight:800;letter-spacing:.5px}.annotation-dark-shell .audwb-card-title .dot{width:3px;height:12px;border-radius:0;background:#2f79ff}.annotation-dark-shell .audwb-card-head>span{color:#60798c;font:700 7px/1 var(--fm)}.annotation-dark-shell .audwb-card-body{padding:6px 7px}.annotation-dark-shell .audwb-asr-label-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px}.annotation-dark-shell .audwb-asr-label{min-width:0;height:30px;display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 6px;border:1px solid transparent;border-radius:2px;background:#0e2232;color:#8da0b0;text-align:left;cursor:pointer}.annotation-dark-shell .audwb-asr-label>span{width:7px;height:7px;border-radius:1px}.annotation-dark-shell .audwb-asr-label strong{overflow:hidden;color:inherit;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .audwb-asr-label em{color:#5f7688;font:normal 700 6px/1 var(--fm)}.annotation-dark-shell .audwb-asr-label:hover{border-color:#344d61;color:#fff}.annotation-dark-shell .audwb-asr-label.active{border-color:#2f69ac;background:#112f4e;color:#fff}.annotation-dark-shell .audwb-empty-labels,.annotation-dark-shell .audwb-seg-empty{padding:10px 5px;color:#60778a;font-size:7px;line-height:1.5;text-align:center}.annotation-dark-shell .audwb-property-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}.annotation-dark-shell .audwb-property-grid label{display:flex;flex-direction:column;gap:4px;color:#61798c;font-size:6px}.annotation-dark-shell .audwb-property-grid input{min-width:0;height:27px;padding:0 6px;border:1px solid #2d4558;border-radius:2px;background:#071621;color:#bcc9d2;font:700 7px/1 var(--fm)}.annotation-dark-shell .audwb-property-summary{display:flex;align-items:center;justify-content:space-between;margin-top:6px;padding-top:6px;border-top:1px solid #22384a}.annotation-dark-shell .audwb-property-summary strong{color:#b8c5cf;font:750 7px/1 var(--fm)}.annotation-dark-shell .audwb-time-editor{min-width:0}.annotation-dark-shell .audwb-time-fields{display:grid;grid-template-columns:minmax(0,1fr) 10px minmax(0,1fr) 32px;align-items:end;gap:4px}.annotation-dark-shell .audwb-time-fields label{min-width:0;display:flex;flex-direction:column;gap:4px;color:#61798c;font-size:6px}.annotation-dark-shell .audwb-time-fields input{width:100%;min-width:0;height:27px;padding:0 5px;border:1px solid #2d4558;border-radius:2px;background:#071621;color:#bcc9d2;font:700 7px/1 var(--fm);outline:none}.annotation-dark-shell .audwb-time-fields input:focus-visible{border-color:#347be0;box-shadow:0 0 0 2px #2f79ff24}.annotation-dark-shell .audwb-time-editor.has-error input{border-color:#86484a}.annotation-dark-shell .audwb-time-arrow{align-self:center;margin-top:10px;color:#526c80;font:700 7px/1 var(--fm);text-align:center}.annotation-dark-shell .audwb-time-seek{height:27px;padding:0 4px;border:1px solid #345168;border-radius:2px;background:#102638;color:#8da9bd;font-size:6px;cursor:pointer}.annotation-dark-shell .audwb-time-seek:hover{border-color:#4d7390;color:#fff}.annotation-dark-shell .audwb-time-error{margin-top:4px;color:#f08a80;font-size:6px;line-height:1.45}.annotation-dark-shell .audwb-asr-validity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.annotation-dark-shell .audwb-asr-validity{height:27px;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:0 4px;border:1px solid #2d4457;border-radius:2px;background:#0d2030;color:#71899b;cursor:pointer}.annotation-dark-shell .audwb-asr-validity strong{color:inherit;font-size:7px}.annotation-dark-shell .audwb-asr-validity svg{width:9px;height:9px}.annotation-dark-shell .audwb-asr-validity.active{border-color:#607c2a;background:#243619;color:#b4e962}.annotation-dark-shell .audwb-validity-panel select{width:100%;height:28px;margin-top:5px;padding:0 6px;border:1px solid #30485a;border-radius:2px;background:#071620;color:#aebdc8;font-size:7px}.annotation-dark-shell .audwb-asr-duration-alert{margin-top:5px;padding:6px;border:1px solid #765c28;background:#2b2516;color:#efca70;font-size:7px}.annotation-dark-shell .audwb-transcript-panel{flex:1 0 156px}.annotation-dark-shell .audwb-transcript-panel .audwb-card-body{display:flex;flex-direction:column;gap:5px}.annotation-dark-shell .audwb-asr-transcript{width:100%;min-height:70px;resize:vertical;padding:7px;border:1px solid #2c4558;border-radius:2px;background:#071620;color:#b9c7d1;font-size:7px;line-height:1.7;outline:none}.annotation-dark-shell .audwb-asr-transcript:focus{border-color:#2b73d5}.annotation-dark-shell .audwb-asr-btn{min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #345e8f;border-radius:2px;background:#102f4f;color:#9fc7f5;font-size:7px;font-weight:750;cursor:pointer}.annotation-dark-shell .audwb-asr-btn svg{width:11px;height:11px}.annotation-dark-shell .audwb-asr-btn:disabled{opacity:.46;cursor:not-allowed}.annotation-dark-shell .audwb-asr-model-panel{display:flex;flex-direction:column;gap:5px;padding-top:5px;border-top:1px solid #233a4c}.annotation-dark-shell .audwb-asr-model-panel>label{color:#7e94a5;font-size:7px;font-weight:750}.annotation-dark-shell .audwb-asr-model-actions{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:4px}.annotation-dark-shell .audwb-asr-model-actions select{min-width:0;height:28px;padding:0 6px;border:1px solid #304a5e;border-radius:2px;background:#071620;color:#aebdc8;font-size:7px;outline:none}.annotation-dark-shell .audwb-asr-model-actions select:focus-visible{border-color:#347be0;box-shadow:0 0 0 2px #2f79ff24}.annotation-dark-shell .audwb-asr-model-actions select:disabled{opacity:.55;cursor:not-allowed}.annotation-dark-shell .audwb-asr-model-panel>p{margin:0;color:#587184;font-size:6px;line-height:1.5}.annotation-dark-shell .audwb-asr-model-status{display:flex;align-items:center;justify-content:space-between;gap:5px;padding:5px 6px;border:1px solid #30485b;background:#0b2030;color:#8299aa;font-size:6px;line-height:1.4}.annotation-dark-shell .audwb-asr-model-status.is-recognizing,.annotation-dark-shell .audwb-asr-model-status.is-loading{border-color:#315e91;color:#8fbdf1}.annotation-dark-shell .audwb-asr-model-status.is-success{border-color:#466429;color:#b5df70}.annotation-dark-shell .audwb-asr-model-status.is-warning{border-color:#765c28;color:#efca70}.annotation-dark-shell .audwb-asr-model-status.is-error{border-color:#754044;color:#ef938c}.annotation-dark-shell .audwb-asr-model-status button{display:inline-flex;align-items:center;gap:3px;padding:2px 4px;border:1px solid currentColor;border-radius:2px;background:transparent;color:inherit;font-size:6px;cursor:pointer}.annotation-dark-shell .audwb-asr-model-status button svg{width:8px;height:8px}.annotation-dark-shell .audwb-event-panel .audwb-time-editor{margin-top:5px}.annotation-dark-shell .audwb-event-panel .audwb-time-fields{grid-template-columns:minmax(72px,1fr) 10px minmax(72px,1fr) 32px}.annotation-dark-shell .audwb-actions{position:sticky;bottom:0;display:grid;grid-template-columns:64px 54px minmax(0,1fr);gap:4px;margin-top:auto;padding:7px;border-top:1px solid #2d4356;background:#0a1926}.annotation-dark-shell .audwb-btn-skip,.annotation-dark-shell .audwb-btn-submit{min-height:31px;padding:0 6px;border-radius:2px;font-size:8px;font-weight:800;cursor:pointer}.annotation-dark-shell .audwb-btn-skip{border:1px solid #334b5e;background:#0d2131;color:#91a4b3}.annotation-dark-shell .audwb-btn-submit{border:1px solid #2e75da;background:#1756a5;color:#fff}.annotation-dark-shell .audwb-btn-skip:hover{border-color:#526d82;color:#fff}.annotation-dark-shell .audwb-btn-submit:hover{background:#1d68c8}.annotation-dark-shell .audwb-btn-skip:disabled,.annotation-dark-shell .audwb-btn-submit:disabled{opacity:.45;cursor:not-allowed}.annotation-dark-shell .audwb-speaker-mode .audwb-body{grid-template-columns:58px minmax(0,1fr) 292px}.annotation-dark-shell .audwb-speaker-mode .audwb-wave-card{flex-basis:382px}.annotation-dark-shell .audwb-speaker-mode .audwb-wave-bars>span{background:#2978ca}.annotation-dark-shell .audwb-speaker-mode .audwb-wave-bars>span.played{background:#5a9fff}.annotation-dark-shell .audwb-speaker-mode .audwb-segment-range{border-inline-width:1px;background:color-mix(in srgb,var(--segment-color) 17%,transparent)}.annotation-dark-shell .audwb-speaker-mode .audwb-segment-range b{top:5px;padding:3px 5px;background:color-mix(in srgb,var(--segment-color) 88%,#07131e);color:#fff}.annotation-dark-shell .audwb-speaker-dock{flex:1}.annotation-dark-shell .audwb-speaker-dock .audwb-dock-head{min-height:38px}.annotation-dark-shell .audwb-segment-tools button{display:inline-flex;align-items:center;gap:4px}.annotation-dark-shell .audwb-segment-tools button svg{width:10px;height:10px}.annotation-dark-shell .audwb-segment-tools button.warning{border-color:#6e5125;background:#2a2114;color:#f5b84d}.annotation-dark-shell .audwb-speaker-table{min-width:840px}.annotation-dark-shell .audwb-speaker-table th:nth-child(1){width:34px}.annotation-dark-shell .audwb-speaker-table th:nth-child(2){width:130px}.annotation-dark-shell .audwb-speaker-table th:nth-child(3){width:70px}.annotation-dark-shell .audwb-speaker-table th:nth-child(4){width:90px}.annotation-dark-shell .audwb-speaker-table th:nth-child(5){width:auto}.annotation-dark-shell .audwb-speaker-table th:nth-child(6){width:64px}.annotation-dark-shell .audwb-speaker-table th:nth-child(7){width:58px}.annotation-dark-shell .audwb-speaker-table th:nth-child(8){width:62px}.annotation-dark-shell .audwb-speaker-table th:nth-child(9){width:56px}.annotation-dark-shell .audwb-speaker-table select{width:100%;height:23px;padding:0 17px 0 6px;border:1px solid color-mix(in srgb,var(--speaker-color) 52%,#32495a);border-left:7px solid var(--speaker-color);border-radius:2px;background:#0a1b28;color:#c3d0d9;font-size:7px}.annotation-dark-shell .audwb-overlap-state{display:inline-flex;align-items:center;gap:3px;color:#7ca556;font-size:7px}.annotation-dark-shell .audwb-overlap-state svg{width:9px;height:9px}.annotation-dark-shell .audwb-overlap-state.is-overlap{color:#f3a641}.annotation-dark-shell .audwb-confidence{color:#b4c2cc;font:750 7px/1 var(--fm)}.annotation-dark-shell .audwb-mapping-status{font:750 6px/1 var(--fm)!important}.annotation-dark-shell .audwb-mapping-status.pending{color:#f08a80!important}.annotation-dark-shell .audwb-mapping-status.complete{color:#a8e84a!important}.annotation-dark-shell .audwb-cluster-list{display:grid;gap:3px}.annotation-dark-shell .audwb-cluster-row{min-width:0;min-height:34px;display:grid;grid-template-columns:7px minmax(0,1fr) 92px;align-items:center;gap:6px;padding:3px 5px;border:1px solid #263e50;border-radius:2px;background:#0d2130}.annotation-dark-shell .audwb-cluster-swatch{width:7px;height:16px;background:var(--cluster-color)}.annotation-dark-shell .audwb-cluster-meta{min-width:0;display:flex;flex-direction:column;gap:3px}.annotation-dark-shell .audwb-cluster-meta strong{overflow:hidden;color:#cbd6de;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .audwb-cluster-meta span{color:#617a8e;font:650 6px/1 var(--fm)}.annotation-dark-shell .audwb-cluster-row select{min-width:0;height:25px;padding:0 5px;border:1px solid #344c5f;border-radius:2px;background:#071620;color:#9db0bf;font-size:7px}.annotation-dark-shell .audwb-cluster-row select.mapped{border-color:#466429;color:#b8e36d}.annotation-dark-shell .audwb-speaker-roster .audwb-card-body{display:grid;grid-template-columns:1fr 1fr;gap:3px}.annotation-dark-shell .audwb-speaker-roster button{min-width:0;height:28px;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:5px;padding:0 6px;border:1px solid #293f51;border-radius:2px;background:#0c2030;color:#8298a9;text-align:left;cursor:pointer}.annotation-dark-shell .audwb-speaker-roster button>span{width:8px;height:8px;border-radius:1px;background:var(--speaker-color)}.annotation-dark-shell .audwb-speaker-roster button strong{overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .audwb-speaker-roster button em{color:#60798b;font:normal 750 6px/1 var(--fm)}.annotation-dark-shell .audwb-speaker-roster button:hover{border-color:#4b667b;color:#fff}.annotation-dark-shell .audwb-speaker-roster button.active{border-color:color-mix(in srgb,var(--speaker-color) 68%,#456078);background:color-mix(in srgb,var(--speaker-color) 12%,#0c2030);color:#fff}.annotation-dark-shell .audwb-speaker-inspector{flex:1 0 auto}.annotation-dark-shell .audwb-speaker-inspector .audwb-card-body{display:flex;flex-direction:column;gap:7px}.annotation-dark-shell .audwb-inspector-field{position:relative;display:flex;flex-direction:column;gap:4px;color:#657e91;font-size:7px}.annotation-dark-shell .audwb-inspector-field select,.annotation-dark-shell .audwb-inspector-field input,.annotation-dark-shell .audwb-inspector-field textarea{width:100%;min-width:0;border:1px solid #30495c;border-radius:2px;background:#071620;color:#bdcbd5;outline:none}.annotation-dark-shell .audwb-inspector-field select,.annotation-dark-shell .audwb-inspector-field input{height:28px;padding:0 7px}.annotation-dark-shell .audwb-inspector-field textarea{min-height:48px;padding:6px 7px;resize:vertical;font-size:7px;line-height:1.5}.annotation-dark-shell .audwb-inspector-field select:focus,.annotation-dark-shell .audwb-inspector-field input:focus,.annotation-dark-shell .audwb-inspector-field textarea:focus{border-color:#347be0;box-shadow:0 0 0 2px #2f79ff24}.annotation-dark-shell .audwb-inspector-field>em{align-self:flex-end;margin-top:-3px;color:#536d80;font:normal 650 6px/1 var(--fm)}.annotation-dark-shell .audwb-speaker-metrics{display:grid;grid-template-columns:1fr 1fr;gap:4px}.annotation-dark-shell .audwb-speaker-metrics>div{display:flex;align-items:center;justify-content:space-between;padding:6px;border:1px solid #263f52;background:#0b1f2e}.annotation-dark-shell .audwb-speaker-metrics span{color:#607a8d;font-size:6px}.annotation-dark-shell .audwb-speaker-metrics strong{color:#c6d2da;font:750 7px/1 var(--fm)}.annotation-dark-shell .audwb-speaker-metrics i{color:#a8e84a;font-size:6px;font-style:normal}.annotation-dark-shell .audwb-toggle-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:7px;padding:6px;border:1px solid #2b4356;background:#0b1f2e}.annotation-dark-shell .audwb-toggle-row>span{display:inline-flex;align-items:center;gap:4px;color:#8298a9;font-size:7px}.annotation-dark-shell .audwb-toggle-row svg{width:10px;height:10px;color:#f3a641}.annotation-dark-shell .audwb-toggle-row input{accent-color:#2f79ff}.annotation-dark-shell .audwb-toggle-row em{color:#f3a641;font:normal 700 6px/1 var(--fm)}.annotation-dark-shell .audwb-quality-options{display:grid;grid-template-columns:1fr 1fr;gap:4px}.annotation-dark-shell .audwb-quality-options button{height:27px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid #2d4558;border-radius:2px;background:#0b2030;color:#72899a;font-size:7px;cursor:pointer}.annotation-dark-shell .audwb-quality-options button svg{width:10px;height:10px}.annotation-dark-shell .audwb-quality-options button.active{border-color:#5d7a2a;background:#233619;color:#b2e762}.annotation-dark-shell .audwb-btn-secondary{width:100%;min-height:29px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #35536b;border-radius:2px;background:#102a40;color:#99b6cc;font-size:7px;font-weight:750;cursor:pointer}.annotation-dark-shell .audwb-btn-secondary svg{width:11px;height:11px}.annotation-dark-shell .audwb-btn-secondary:hover{border-color:#4d78a0;color:#fff}.annotation-dark-shell .audwb-shell :is(button,input,select,textarea):focus-visible{outline:2px solid #75aaff;outline-offset:1px}@media (max-width: 1320px){.annotation-dark-shell .audwb-task-info{min-width:190px;max-width:230px}.annotation-dark-shell .audwb-topbar-tags{display:none}.annotation-dark-shell .audwb-preanno-control{width:150px}.annotation-dark-shell .audwb-prog-wrap{width:188px}.annotation-dark-shell .audwb-file-meta{grid-template-columns:minmax(130px,1fr) minmax(235px,1.5fr)}.annotation-dark-shell .audwb-body{grid-template-columns:54px minmax(0,1fr) 258px}.annotation-dark-shell .audwb-speaker-mode .audwb-body{grid-template-columns:54px minmax(0,1fr) 270px}.annotation-dark-shell .audwb-file-meta dl div{padding-inline:6px}.annotation-dark-shell .audwb-segment-table{min-width:650px}}@media (max-width: 1040px){.annotation-dark-shell .audwb-file-meta>div{display:none}.annotation-dark-shell .audwb-file-meta{grid-template-columns:1fr}.annotation-dark-shell .audwb-body{grid-template-columns:50px minmax(0,1fr) 236px}.annotation-dark-shell .audwb-speaker-mode .audwb-body{grid-template-columns:50px minmax(0,1fr) 242px}.annotation-dark-shell .audwb-prog-wrap{width:160px}.annotation-dark-shell .audwb-wave-card{flex-basis:286px}}@media (max-height: 820px){.annotation-dark-shell .audwb-topbar{min-height:62px}.annotation-dark-shell .audwb-wave-card{flex-basis:266px}.annotation-dark-shell .audwb-speaker-mode .audwb-wave-card{flex-basis:310px}.annotation-dark-shell .audwb-toolrail button{min-height:36px}.annotation-dark-shell .audwb-card-head{min-height:30px}.annotation-dark-shell .audwb-card-body{padding-block:4px}.annotation-dark-shell .audwb-asr-label{height:27px}.annotation-dark-shell .audwb-transcript-panel{flex-basis:120px}.annotation-dark-shell .audwb-asr-transcript{min-height:48px}.annotation-dark-shell .audwb-segment-table td{height:29px}}@media (prefers-reduced-motion: reduce){.annotation-dark-shell .audwb-shell *,.annotation-dark-shell .audwb-shell *:before,.annotation-dark-shell .audwb-shell *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.annotation-dark-shell .page-txt-anno{padding:0!important;overflow:hidden;background:#07131e}.annotation-dark-shell .txtsport-shell{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-top:0;background:#07131e;color:#dce6ed;font-family:var(--fb)}.annotation-dark-shell .txtsport-shell button,.annotation-dark-shell .txtsport-shell input,.annotation-dark-shell .txtsport-shell select,.annotation-dark-shell .txtsport-shell textarea{font-family:var(--fb)}.annotation-dark-shell .txtsport-shell button:focus-visible,.annotation-dark-shell .txtsport-shell input:focus-visible,.annotation-dark-shell .txtsport-shell select:focus-visible,.annotation-dark-shell .txtsport-shell textarea:focus-visible{outline:2px solid #2f8cff;outline-offset:1px}.annotation-dark-shell .txtsport-taskbar{min-height:78px;display:grid;grid-template-columns:118px minmax(230px,1.15fr) minmax(390px,1.65fr) 190px;align-items:stretch;flex-shrink:0;border-bottom:1px solid var(--anno-line);background:#0c1d2b}.annotation-dark-shell .txtsport-back{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-right:1px solid var(--anno-line);background:transparent;color:#8fa2b2;font-size:9px;font-weight:750;cursor:pointer}.annotation-dark-shell .txtsport-back:hover{background:#13283b;color:#fff}.annotation-dark-shell .txtsport-back svg{width:15px;height:15px}.annotation-dark-shell .txtsport-task-title{min-width:0;display:grid;grid-template-columns:1fr auto;align-content:center;gap:7px 9px;padding:0 15px;border-right:1px solid var(--anno-line)}.annotation-dark-shell .txtsport-task-title span{grid-column:1 / -1;color:#5e9df6;font:750 8px/1 var(--fm);letter-spacing:1px}.annotation-dark-shell .txtsport-task-title strong{overflow:hidden;color:#f2f6f9;font-size:14px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .txtsport-task-title em{align-self:center;padding:4px 6px;border:1px solid #476d1c;border-radius:2px;background:#1e3217;color:#a8e84a;font-size:7px;font-style:normal;font-weight:800;white-space:nowrap}.annotation-dark-shell .txtsport-task-meta{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-right:1px solid var(--anno-line)}.annotation-dark-shell .txtsport-task-meta>div{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:0 13px;border-right:1px solid var(--anno-line)}.annotation-dark-shell .txtsport-task-meta>div:last-child{border-right:0}.annotation-dark-shell .txtsport-task-meta dt{color:#657b8e;font-size:7px}.annotation-dark-shell .txtsport-task-meta dd{margin:0;overflow:hidden;color:#d4dee6;font:700 8px/1.2 var(--fm);text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .txtsport-progress{display:grid;grid-template-columns:1fr auto;align-content:center;gap:7px 8px;padding:0 15px}.annotation-dark-shell .txtsport-progress>div:first-child{grid-column:1 / -1;display:flex;justify-content:space-between}.annotation-dark-shell .txtsport-progress span{color:#6e8497;font-size:7px}.annotation-dark-shell .txtsport-progress strong{color:#dfe8ef;font:800 8px/1 var(--fm)}.annotation-dark-shell .txtsport-progress-track{height:5px;overflow:hidden;background:#233749}.annotation-dark-shell .txtsport-progress-track i{display:block;height:100%;background:#2f79ff;transition:width .18s ease}.annotation-dark-shell .txtsport-progress small{color:#71889a;font:700 7px/1 var(--fm);white-space:nowrap}.annotation-dark-shell .txtsport-controlbar{min-height:66px;display:grid;grid-template-columns:minmax(330px,.8fr) minmax(520px,1.7fr) minmax(190px,.65fr);align-items:stretch;flex-shrink:0;border-bottom:1px solid var(--anno-line);background:#0a1926}.annotation-dark-shell .txtsport-preanno,.annotation-dark-shell .txtsport-mode-switch{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:8px 13px;border-right:1px solid var(--anno-line)}.annotation-dark-shell .txtsport-preanno>span,.annotation-dark-shell .txtsport-mode-switch>span{color:#71879a;font-size:7px;font-weight:700;letter-spacing:.4px}.annotation-dark-shell .txtsport-preanno>div{min-width:0}.annotation-dark-shell .txtsport-preanno>div:not(.txtsport-preanno-preview){width:100%;gap:5px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#8da0b0!important}.annotation-dark-shell .txtsport-preanno select,.annotation-dark-shell .txtsport-preanno button{height:27px!important;border:1px solid #344b60!important;border-radius:2px!important;background:#081621!important;color:#aebdca!important;font-size:8px!important}.annotation-dark-shell .txtsport-preanno select{min-width:0!important;max-width:145px!important;padding:0 7px!important}.annotation-dark-shell .txtsport-preanno button{display:inline-flex;align-items:center;gap:5px;padding:0 9px!important;border-color:#2f79ff!important;background:#1759c7!important;color:#fff!important;font-weight:750;cursor:pointer}.annotation-dark-shell .txtsport-preanno button:disabled{border-color:#33495b!important;background:#263746!important;color:#718697!important;cursor:not-allowed}.annotation-dark-shell .txtsport-preanno button svg{width:12px;height:12px}.annotation-dark-shell .txtsport-preanno label{display:inline-flex!important;align-items:center;gap:4px!important;color:#7f93a4!important;font-size:8px!important;white-space:nowrap}.annotation-dark-shell .txtsport-preanno-preview{display:flex;align-items:center;gap:7px}.annotation-dark-shell .txtsport-mode-switch>div{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(84px,1fr));gap:7px}.annotation-dark-shell .txtsport-mode-switch button{min-width:0;height:29px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #30475a;border-radius:2px;background:#0b1925;color:#8296a7;font-size:8px;font-weight:700;white-space:nowrap;cursor:pointer}.annotation-dark-shell .txtsport-mode-switch button:hover{border-color:#4a6a87;color:#dce6ed}.annotation-dark-shell .txtsport-mode-switch button.active{border-color:#2f79ff;background:#1759c7;color:#fff}.annotation-dark-shell .txtsport-mode-switch svg{width:13px;height:13px;flex-shrink:0}.annotation-dark-shell .txtsport-search{min-width:0;align-self:center;height:30px;display:flex;align-items:center;gap:7px;margin:0 12px;padding:0 8px;border:1px solid #30475a;background:#081621;color:#71879a}.annotation-dark-shell .txtsport-search svg{width:14px;height:14px}.annotation-dark-shell .txtsport-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#dce6ed;font-size:8px}.annotation-dark-shell .txtsport-search input::placeholder{color:#5d7182}.annotation-dark-shell .txtsport-search kbd{padding:2px 4px;border:1px solid #344b60;background:#132536;color:#71879a;font:700 7px/1 var(--fm)}.annotation-dark-shell .txtsport-workspace{min-height:0;flex:1;display:grid;grid-template-columns:126px minmax(0,1fr) 276px;overflow:hidden;background:#07131e}.annotation-dark-shell .txtsport-segments{min-height:0;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--anno-line);background:#091925}.annotation-dark-shell .txtsport-segments>header{min-height:39px;display:flex;align-items:center;padding:0 13px;border-bottom:1px solid var(--anno-line);color:#dbe4eb;font-size:9px;font-weight:750}.annotation-dark-shell .txtsport-segments>div{flex:1;overflow-y:auto;padding:7px 8px}.annotation-dark-shell .txtsport-segments button{width:100%;height:34px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid transparent;border-radius:2px;background:transparent;color:#899cac;font:700 8px/1 var(--fm);cursor:pointer}.annotation-dark-shell .txtsport-segments button:hover{background:#102536;color:#e4ebf0}.annotation-dark-shell .txtsport-segments button.active{border-color:#365b7b;background:#142a3c;color:#eff4f7}.annotation-dark-shell .txtsport-segments button i{width:4px;height:4px;border-radius:50%;background:#41596c}.annotation-dark-shell .txtsport-segments button.active i{background:#a8e84a;box-shadow:0 0 8px #a8e84a66}.annotation-dark-shell .txtsport-center{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(315px,1.25fr) minmax(206px,.75fr);gap:9px;padding:9px;overflow:hidden}.annotation-dark-shell .txtsport-editor,.annotation-dark-shell .txtsport-entity-table{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--anno-line);background:#0a1824}.annotation-dark-shell .txtsport-editor>header,.annotation-dark-shell .txtsport-entity-table>header{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 13px;flex-shrink:0;border-bottom:1px solid var(--anno-line);background:#0c1d2b}.annotation-dark-shell .txtsport-editor>header>div,.annotation-dark-shell .txtsport-entity-table>header{color:#dce6ed}.annotation-dark-shell .txtsport-editor>header>div{display:flex;align-items:center;gap:8px}.annotation-dark-shell .txtsport-editor>header svg,.annotation-dark-shell .txtsport-entity-table>header svg{width:14px;height:14px;color:#5f9df4}.annotation-dark-shell .txtsport-editor>header strong,.annotation-dark-shell .txtsport-entity-table>header strong{font-size:9px;font-weight:750}.annotation-dark-shell .txtsport-editor>header span,.annotation-dark-shell .txtsport-entity-table>header span,.annotation-dark-shell .txtsport-editor>header small{color:#6f8496;font:700 7px/1 var(--fm)}.annotation-dark-shell .txtsport-mode-panel{min-height:0;flex:1;display:flex;flex-direction:column;overflow:auto;padding:13px 17px;background:#091722}.annotation-dark-shell .txtsport-mode-panel .txtwb-text-area{min-height:0;flex:1;padding:5px 2px;color:#e6edf2;font-size:15px;font-weight:540;line-height:2.45;letter-spacing:.8px}.annotation-dark-shell .txtsport-mode-panel .txwb-ent{padding:3px 3px 2px;border:1px solid color-mix(in srgb,var(--ec) 65%,#233849);border-bottom-width:2px;border-radius:2px;background:color-mix(in srgb,var(--ec) 18%,#091722);color:color-mix(in srgb,var(--ec) 45%,#fff)}.annotation-dark-shell .txtsport-mode-panel .txwb-ent:hover{background:color-mix(in srgb,var(--ec) 26%,#091722)}.annotation-dark-shell .txtsport-mode-panel .txwb-ent-label{position:relative;top:-12px;margin:0 -3px 0 3px;padding:1px 4px;border-radius:1px;color:#f7fbff;font-size:6px;line-height:1.5}.annotation-dark-shell .txtsport-mode-panel .txtwb-tip-bar,.annotation-dark-shell .txtsport-mode-panel .txtwb-rel-builder,.annotation-dark-shell .txtsport-mode-panel .txtwb-classify-toolbar,.annotation-dark-shell .txtsport-mode-panel .txtwb-classify-text,.annotation-dark-shell .txtsport-mode-panel .txtwb-entity-summary{border-color:#30475a;border-radius:2px;background:#0c1d2b;color:#91a2b4}.annotation-dark-shell .txtsport-mode-panel .txtwb-classify-opt,.annotation-dark-shell .txtsport-mode-panel .txtwb-rel-slot,.annotation-dark-shell .txtsport-mode-panel .txtwb-rel-row,.annotation-dark-shell .txtsport-mode-panel .txtwb-entity-chip,.annotation-dark-shell .txtsport-mode-panel select{border-color:#344b60;border-radius:2px;background:#081621;color:#bdcad4}.annotation-dark-shell .txtsport-editor>footer{min-height:51px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 13px;flex-shrink:0;border-top:1px solid var(--anno-line);background:#0b1b29}.annotation-dark-shell .txtsport-editor>footer>span{color:#8397a8;font-size:8px}.annotation-dark-shell .txtsport-editor>footer>div{display:flex;gap:8px}.annotation-dark-shell .txtsport-editor>footer button{min-width:112px;height:29px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #344b60;border-radius:2px;background:#0a1824;color:#a6b6c3;font-size:8px;font-weight:750;cursor:pointer}.annotation-dark-shell .txtsport-editor>footer button:hover:not(:disabled){border-color:#5a7791;color:#fff}.annotation-dark-shell .txtsport-editor>footer button.primary{border-color:#2f79ff;background:#1d61da;color:#fff}.annotation-dark-shell .txtsport-editor>footer button:disabled{opacity:.42;cursor:not-allowed}.annotation-dark-shell .txtsport-editor>footer svg{width:13px;height:13px}.annotation-dark-shell .txtsport-entity-table>header{justify-content:flex-start}.annotation-dark-shell .txtsport-table-scroll{min-height:0;flex:1;overflow:auto}.annotation-dark-shell .txtsport-entity-table table{width:100%;border-collapse:collapse;table-layout:fixed;color:#aebdca;font:700 7px/1.25 var(--fm)}.annotation-dark-shell .txtsport-entity-table th,.annotation-dark-shell .txtsport-entity-table td{height:31px;padding:0 9px;overflow:hidden;border-bottom:1px solid #203447;text-align:left;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .txtsport-entity-table th{position:sticky;top:0;z-index:1;background:#0e202f;color:#71879a;font-weight:750}.annotation-dark-shell .txtsport-entity-table th:nth-child(1){width:38px}.annotation-dark-shell .txtsport-entity-table th:nth-child(2),.annotation-dark-shell .txtsport-entity-table th:nth-child(3){width:78px}.annotation-dark-shell .txtsport-entity-table th:nth-child(5){width:90px}.annotation-dark-shell .txtsport-entity-table th:nth-child(6),.annotation-dark-shell .txtsport-entity-table th:nth-child(7){width:72px}.annotation-dark-shell .txtsport-entity-table th:nth-child(8){width:70px}.annotation-dark-shell .txtsport-entity-table tbody tr{cursor:pointer}.annotation-dark-shell .txtsport-entity-table tbody tr:hover,.annotation-dark-shell .txtsport-entity-table tbody tr.selected{background:#10283a}.annotation-dark-shell .txtsport-entity-table td:nth-child(4){color:#dbe4eb}.annotation-dark-shell .txtsport-entity-table td:last-child button{width:23px;height:23px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#8398a9;cursor:pointer}.annotation-dark-shell .txtsport-entity-table td:last-child button:hover{color:#fff}.annotation-dark-shell .txtsport-entity-table td:last-child button:last-child:hover{color:#f46c76}.annotation-dark-shell .txtsport-entity-table td:last-child svg{width:12px;height:12px}.annotation-dark-shell .txtsport-empty{height:86px!important;color:#637a8d;text-align:center!important}.annotation-dark-shell .txtsport-entity-badge{display:inline-flex;align-items:center;padding:2px 5px;border:1px solid color-mix(in srgb,var(--entity-color) 72%,#263b4e);border-radius:2px;background:color-mix(in srgb,var(--entity-color) 16%,#0b1925);color:color-mix(in srgb,var(--entity-color) 62%,#fff);font-size:7px;font-style:normal;font-weight:800}.annotation-dark-shell .txtsport-inspector{min-height:0;display:flex;flex-direction:column;overflow-y:auto;border-left:1px solid var(--anno-line);background:#091925}.annotation-dark-shell .txtsport-side-section{flex-shrink:0;border-bottom:1px solid var(--anno-line)}.annotation-dark-shell .txtsport-side-section>header{min-height:36px;display:flex;align-items:center;gap:7px;padding:0 12px;color:#dce5ec}.annotation-dark-shell .txtsport-side-section>header strong{font-size:9px;font-weight:760}.annotation-dark-shell .txtsport-side-section>header span{margin-left:auto;color:#7890a3;font:700 7px/1 var(--fm)}.annotation-dark-shell .txtsport-side-section>header button{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #315a85;border-radius:2px;background:#102b48;color:#69a8ff;cursor:pointer}.annotation-dark-shell .txtsport-side-section>header button svg{width:13px;height:13px}.annotation-dark-shell .txtsport-side-empty{padding:17px 12px;color:#687e90;font-size:8px;text-align:center}.annotation-dark-shell .txtsport-label-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:0 11px 11px}.annotation-dark-shell .txtsport-label-grid button{min-width:0;height:28px;display:flex;align-items:center;gap:7px;padding:0 7px;border:1px solid color-mix(in srgb,var(--label-color) 56%,#30475a);border-radius:2px;background:color-mix(in srgb,var(--label-color) 11%,#0b1925);color:#cbd6de;font-size:8px;font-weight:700;cursor:pointer}.annotation-dark-shell .txtsport-label-grid button:hover,.annotation-dark-shell .txtsport-label-grid button.active{background:color-mix(in srgb,var(--label-color) 22%,#0b1925);color:#fff}.annotation-dark-shell .txtsport-label-grid button.active{box-shadow:inset 2px 0 0 var(--label-color)}.annotation-dark-shell .txtsport-label-grid i{width:7px;height:7px;background:var(--label-color)}.annotation-dark-shell .txtsport-label-grid kbd{margin-left:auto;color:color-mix(in srgb,var(--label-color) 78%,#fff);font:800 7px/1 var(--fm)}.annotation-dark-shell .txtsport-current-entity{padding:0 12px 10px}.annotation-dark-shell .txtsport-current-entity>div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:29px;padding:0 8px;border:1px solid #2b5482;background:#102b48}.annotation-dark-shell .txtsport-current-entity>div strong{overflow:hidden;color:#f2f6f9;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .txtsport-current-entity dl{display:grid;grid-template-columns:1fr 1fr;margin:8px 0}.annotation-dark-shell .txtsport-current-entity dl div{display:flex;flex-direction:column;gap:4px}.annotation-dark-shell .txtsport-current-entity dt,.annotation-dark-shell .txtsport-current-entity>small{color:#63798b;font-size:7px}.annotation-dark-shell .txtsport-current-entity dd{margin:0;color:#cbd6de;font:700 8px/1 var(--fm)}.annotation-dark-shell .txtsport-current-entity p{margin-top:5px;color:#dce6ed;font-size:8px}.annotation-dark-shell .txtsport-side-section.list{min-height:150px;flex:1 1 190px;display:flex;flex-direction:column;overflow:hidden}.annotation-dark-shell .txtsport-side-list{min-height:0;flex:1;overflow-y:auto;padding:0 11px 8px}.annotation-dark-shell .txtsport-side-list button{width:100%;min-height:24px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 5px;border:0;border-radius:2px;background:transparent;color:#91a4b4;text-align:left;cursor:pointer}.annotation-dark-shell .txtsport-side-list button:hover,.annotation-dark-shell .txtsport-side-list button.active{background:#11283a;color:#fff}.annotation-dark-shell .txtsport-side-list b{color:#71879a;font:700 7px/1 var(--fm)}.annotation-dark-shell .txtsport-side-list span{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .txtsport-side-list em{padding:2px 4px;border:1px solid color-mix(in srgb,var(--entity-color) 62%,#30475a);border-radius:2px;background:color-mix(in srgb,var(--entity-color) 13%,#0b1925);color:color-mix(in srgb,var(--entity-color) 64%,#fff);font-size:7px;font-style:normal}.annotation-dark-shell .txtsport-side-section.quality>div{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:0 11px 10px}.annotation-dark-shell .txtsport-side-section.quality button{height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #344b60;border-radius:2px;background:#0b1925;color:#8498a9;font-size:7px;font-weight:750;cursor:pointer}.annotation-dark-shell .txtsport-side-section.quality button svg{width:12px;height:12px}.annotation-dark-shell .txtsport-side-section.quality .passed.active{border-color:#719f24;background:#1d3217;color:#a8e84a}.annotation-dark-shell .txtsport-side-section.quality .uncertain.active{border-color:#a86b1d;background:#352412;color:#ffad37}.annotation-dark-shell .txtsport-side-section.quality .rejected.active{border-color:#9a3c45;background:#361c24;color:#f46c76}.annotation-dark-shell .txtsport-side-section.remark{position:relative;padding-bottom:9px}.annotation-dark-shell .txtsport-side-section.remark textarea{width:calc(100% - 22px);height:62px;display:block;margin:0 11px;padding:8px;resize:none;border:1px solid #30475a;border-radius:2px;background:#07141f;color:#cbd6de;font-size:8px;line-height:1.55}.annotation-dark-shell .txtsport-side-section.remark textarea::placeholder{color:#52697b}.annotation-dark-shell .txtsport-side-section.remark>small{position:absolute;right:16px;bottom:13px;color:#52697b;font:700 7px/1 var(--fm)}.annotation-dark-shell .txtsport-submit-wrap{flex-shrink:0;padding:10px 11px;background:#0b1b29}.annotation-dark-shell .txtsport-submit{width:100%;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #2f79ff;border-radius:2px;background:#1d61da;color:#fff;font-size:10px;font-weight:800;cursor:pointer}.annotation-dark-shell .txtsport-submit:hover:not(:disabled){background:#2f79ff}.annotation-dark-shell .txtsport-submit:disabled{border-color:#34495c;background:#243746;color:#6f8597;cursor:not-allowed}.annotation-dark-shell .txtsport-submit svg{width:15px;height:15px}.annotation-dark-shell .txtsport-statusbar{min-height:25px;display:flex;align-items:center;gap:12px;padding:0 13px;flex-shrink:0;border-top:1px solid var(--anno-line);background:#0b1b29;color:#72889a;font:700 7px/1 var(--fm)}.annotation-dark-shell .txtsport-statusbar i{width:1px;height:10px;background:#31485c}.annotation-dark-shell .txtsport-statusbar em{margin-left:auto;color:#657b8d;font-style:normal}.annotation-dark-shell .txtsport-shell ::-webkit-scrollbar{width:4px;height:4px}.annotation-dark-shell .txtsport-shell ::-webkit-scrollbar-thumb{border-radius:0;background:#30485c}@media (max-width: 1320px){.annotation-dark-shell .txtsport-taskbar{grid-template-columns:106px minmax(210px,1fr) minmax(320px,1.35fr) 170px}.annotation-dark-shell .txtsport-controlbar{grid-template-columns:minmax(300px,.8fr) minmax(470px,1.6fr)}.annotation-dark-shell .txtsport-search{display:none}.annotation-dark-shell .txtsport-workspace{grid-template-columns:112px minmax(0,1fr) 252px}.annotation-dark-shell .txtsport-mode-switch>div{gap:4px}.annotation-dark-shell .txtsport-mode-switch button{font-size:7px}}@media (max-width: 1080px){.annotation-dark-shell .txtsport-taskbar{grid-template-columns:98px minmax(190px,1fr) minmax(250px,1fr) 145px}.annotation-dark-shell .txtsport-task-meta>div:first-child{display:none}.annotation-dark-shell .txtsport-task-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.annotation-dark-shell .txtsport-controlbar{grid-template-columns:270px minmax(420px,1fr)}.annotation-dark-shell .txtsport-workspace{grid-template-columns:0 minmax(0,1fr) 232px}.annotation-dark-shell .txtsport-segments{visibility:hidden}.annotation-dark-shell .txtsport-center{grid-template-rows:minmax(300px,1fr) minmax(190px,.62fr)}.annotation-dark-shell .txtsport-editor>footer button{min-width:92px}}@media (max-height: 800px){.annotation-dark-shell .txtsport-taskbar{min-height:68px}.annotation-dark-shell .txtsport-controlbar{min-height:58px}.annotation-dark-shell .txtsport-preanno,.annotation-dark-shell .txtsport-mode-switch{gap:5px;padding-top:6px;padding-bottom:6px}.annotation-dark-shell .txtsport-center{grid-template-rows:minmax(245px,1.2fr) minmax(145px,.7fr);gap:6px;padding:6px}.annotation-dark-shell .txtsport-editor>footer{min-height:44px}.annotation-dark-shell .txtsport-segments button{height:29px}.annotation-dark-shell .txtsport-side-section.current,.annotation-dark-shell .txtsport-side-section.remark{display:none}.annotation-dark-shell .txtsport-side-section.list{min-height:95px}.annotation-dark-shell .txtsport-submit-wrap{padding-top:7px;padding-bottom:7px}.annotation-dark-shell .txtsport-submit{height:34px}.annotation-dark-shell .txtsport-statusbar{min-height:22px}}@media (prefers-reduced-motion: reduce){.annotation-dark-shell .txtsport-shell *{scroll-behavior:auto!important;transition:none!important}}.annotation-dark-shell .page-pcd-anno,.annotation-dark-shell .page-cuboid-3d-anno{padding:0;overflow:hidden;background:#07111f}.annotation-dark-shell .pcdsport-shell{--pcd-bg: #07111f;--pcd-surface: #0a1725;--pcd-surface-2: #0d1d2c;--pcd-line: #203447;--pcd-line-strong: #31516d;--pcd-text: #e8eef4;--pcd-muted: #7f93a6;--pcd-dim: #54697b;--pcd-blue: #2f6cf6;--pcd-lime: #a8e84a;height:calc(100vh - 60px);min-height:0;color:var(--pcd-text);background:var(--pcd-bg);font-family:var(--fb)}.annotation-dark-shell .pcdsport-shell button,.annotation-dark-shell .pcdsport-shell input,.annotation-dark-shell .pcdsport-shell select,.annotation-dark-shell .pcdsport-shell textarea{font-family:inherit}.annotation-dark-shell .pcdsport-taskbar{min-height:72px;display:grid;grid-template-columns:116px minmax(220px,1.2fr) minmax(420px,2.4fr) minmax(140px,.75fr);align-items:stretch;border-bottom:1px solid var(--pcd-line);background:#0b1927}.annotation-dark-shell .pcdsport-back{display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-right:1px solid var(--pcd-line);background:transparent;color:#9babb9;font-size:10px;cursor:pointer}.annotation-dark-shell .pcdsport-back:hover{background:#102436;color:#fff}.annotation-dark-shell .pcdsport-back svg{width:14px;height:14px}.annotation-dark-shell .pcdsport-task-title{min-width:0;display:grid;grid-template-columns:1fr auto;align-content:center;gap:5px 8px;padding:9px 16px;border-right:1px solid var(--pcd-line)}.annotation-dark-shell .pcdsport-task-title span{grid-column:1 / -1;color:#66a9ff;font:800 8px/1 var(--fm);letter-spacing:1.1px}.annotation-dark-shell .pcdsport-task-title strong{min-width:0;overflow:hidden;color:#f0f4f7;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .pcdsport-task-title em{align-self:center;padding:3px 6px;border:1px solid #557d22;border-radius:2px;background:#172919;color:var(--pcd-lime);font:700 7px/1 var(--fm);font-style:normal}.annotation-dark-shell .pcdsport-task-meta{min-width:0;display:grid;grid-template-columns:1.25fr 1fr .72fr;margin:0}.annotation-dark-shell .pcdsport-task-meta>div{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:8px 14px;border-right:1px solid var(--pcd-line)}.annotation-dark-shell .pcdsport-task-meta dt{color:#607587;font-size:7px;font-weight:700}.annotation-dark-shell .pcdsport-task-meta dd{overflow:hidden;color:#dfe7ed;font:750 9px/1.2 var(--fm);text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .pcdsport-progress{min-width:0;display:grid;grid-template-columns:1fr auto;align-content:center;gap:8px 10px;padding:9px 14px}.annotation-dark-shell .pcdsport-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;grid-column:1 / -1}.annotation-dark-shell .pcdsport-progress span{color:#64798c;font-size:7px}.annotation-dark-shell .pcdsport-progress strong{color:#4d8bff;font:900 16px/1 var(--fm)}.annotation-dark-shell .pcdsport-progress-track{height:5px;overflow:hidden;background:#213549}.annotation-dark-shell .pcdsport-progress-track i{display:block;height:100%;background:var(--pcd-blue)}.annotation-dark-shell .pcdsport-progress small{color:#718698;font:700 7px/1 var(--fm);white-space:nowrap}.annotation-dark-shell .pcdsport-controlbar{min-height:48px;display:grid;grid-template-columns:minmax(315px,auto) minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px 10px;border-bottom:1px solid var(--pcd-line);background:#091624}.annotation-dark-shell .pcdsport-preanno,.annotation-dark-shell .pcdsport-filefacts,.annotation-dark-shell .pcd-view-actions{display:flex;align-items:center;gap:7px;min-width:0}.annotation-dark-shell .pcdsport-preanno>span{display:inline-flex;align-items:center;gap:5px;color:#7990a3;font-size:8px;font-weight:750;white-space:nowrap}.annotation-dark-shell .pcdsport-preanno>span svg{width:12px;height:12px;color:var(--pcd-lime)}.annotation-dark-shell .pcdsport-preanno>div{display:flex;align-items:center;gap:6px}.annotation-dark-shell .pcdsport-preanno select,.annotation-dark-shell .pcdsport-preanno button{min-height:32px;border:1px solid #30485d!important;border-radius:3px!important;background:#0d2030!important;color:#b8c6d2!important;font-size:8px!important}.annotation-dark-shell .pcdsport-preanno select{min-width:128px;padding:0 8px}.annotation-dark-shell .pcdsport-preanno button{display:inline-flex;align-items:center;gap:5px;padding:0 10px!important;border-color:var(--pcd-blue)!important;background:#1d61da!important;color:#fff!important;font-weight:800;cursor:pointer}.annotation-dark-shell .pcdsport-preanno button svg{width:12px;height:12px}.annotation-dark-shell .pcdsport-preanno label{display:inline-flex!important;align-items:center;gap:4px!important;color:#899cac!important;font-size:8px!important;white-space:nowrap}.annotation-dark-shell .pcdsport-preanno input{accent-color:var(--pcd-blue)}.annotation-dark-shell .pcdsport-filefacts{overflow:hidden}.annotation-dark-shell .pcdsport-filefacts span{display:flex;align-items:center;gap:5px;min-width:0;padding-left:9px;border-left:1px solid var(--pcd-line);color:#aab8c4;font:700 7px/1 var(--fm);white-space:nowrap}.annotation-dark-shell .pcdsport-filefacts b{color:#5f7486;font-family:var(--fb);font-weight:700}.annotation-dark-shell .pcd-view-actions{justify-content:flex-end}.annotation-dark-shell .pcd-reset-view-btn{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:1px solid #30485d;border-radius:3px;background:#0d2030;color:#93a6b6;font-size:8px;font-weight:700;text-decoration:none;cursor:pointer}.annotation-dark-shell .pcd-reset-view-btn:hover{border-color:#4f75a2;background:#112b40;color:#fff}.annotation-dark-shell .pcd-reset-view-btn svg{width:12px;height:12px}.annotation-dark-shell .pcdsport-shell .pcd-main-layout{min-height:0;background:var(--pcd-bg)}.annotation-dark-shell .pcdsport-shell .pcd-left-toolbar{width:72px;padding:7px 5px;border-right:1px solid var(--pcd-line);background:#091625}.annotation-dark-shell .pcdsport-shell .pcd-tool-group{padding:0;gap:4px}.annotation-dark-shell .pcdsport-shell .pcd-tool-tip{padding:2px 0 4px;color:#4f6679;font:800 7px/1 var(--fm);letter-spacing:.9px}.annotation-dark-shell .pcdsport-shell .pcd-ltool-btn{width:60px;min-height:44px;gap:4px;padding:6px 4px;border:1px solid transparent;border-radius:3px;color:#7e92a4;font-size:8px}.annotation-dark-shell .pcdsport-shell .pcd-ltool-btn svg{width:16px;height:16px}.annotation-dark-shell .pcdsport-shell .pcd-ltool-btn:hover{border-color:#31506a;background:#10283b;color:#fff}.annotation-dark-shell .pcdsport-shell .pcd-ltool-btn.active{border-color:#326dd5;background:#173f7c;color:#fff}.annotation-dark-shell .pcdsport-shell .pcd-color-tool{min-height:34px}.annotation-dark-shell .pcdsport-shell .pcd-color-tool span{font-size:8px}.annotation-dark-shell .pcdsport-shell .pcd-tool-sep-h{margin:6px 4px;background:var(--pcd-line)}.annotation-dark-shell .pcdsport-shell .pcd-size-tools b{color:#8fa5b6;font:700 8px/1 var(--fm)}.annotation-dark-shell .pcdsport-shell .pcd-size-tools .pcd-ltool-btn{min-height:30px}.annotation-dark-shell .pcd-center-box{min-height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin-top:auto;border:1px solid #2c4d69;border-radius:3px;background:#0c2233;color:#83a8ca;font-size:7px;cursor:pointer}.annotation-dark-shell .pcd-center-box:hover{border-color:var(--pcd-blue);color:#fff}.annotation-dark-shell .pcd-center-box svg{width:14px;height:14px}.annotation-dark-shell .pcdsport-shell .pcd-center-view{min-width:0;background:#050c14}.annotation-dark-shell .pcdsport-shell .pcd-contract-bar{min-height:29px;gap:6px;padding:4px 9px;border-bottom-color:var(--pcd-line);background:#0a1826;color:#7f93a3;font-size:7px}.annotation-dark-shell .pcdsport-shell .pcd-contract-bar span{padding:3px 6px;border-color:#23415a;border-radius:2px;background:#0a2133}.annotation-dark-shell .pcdsport-shell .pcd-contract-bar b{color:#62a5ff}.annotation-dark-shell .pcdsport-shell .pcd-canvas-container{flex:1 1 auto;min-height:250px;border-bottom:1px solid var(--pcd-line);background:#03070c}.annotation-dark-shell .pcdsport-shell .pcd-main-canvas{background:#03070c}.annotation-dark-shell .pcdsport-viewport-hud{position:absolute;z-index:3;top:9px;left:10px;display:flex;align-items:center;gap:10px;pointer-events:none}.annotation-dark-shell .pcdsport-viewport-hud span{color:#8b9dac;font:800 8px/1 var(--fm);letter-spacing:.8px;text-transform:uppercase}.annotation-dark-shell .pcdsport-viewport-hud b{color:#47667f;font:700 7px/1 var(--fm)}.annotation-dark-shell .pcdsport-empty-canvas{min-width:260px;padding:16px;border:1px solid #294762;border-radius:3px;background:#081624;color:#dbeafe;text-align:center;font-size:12px}.annotation-dark-shell .pcdsport-shell .pcd-loading-mask{background:#03070cb8}.annotation-dark-shell .pcdsport-object-ledger{height:194px;flex:0 0 194px;display:flex;flex-direction:column;min-height:0;background:#091624}.annotation-dark-shell .pcdsport-object-ledger>header{min-height:37px;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid var(--pcd-line)}.annotation-dark-shell .pcdsport-object-ledger header strong{color:#dfe7ed;font-size:9px}.annotation-dark-shell .pcdsport-object-ledger header span{color:#72889b;font:700 7px/1 var(--fm)}.annotation-dark-shell .pcdsport-object-ledger header small{margin-left:auto;color:#546a7d;font-size:7px}.annotation-dark-shell .pcdsport-ledger-scroll{flex:1;min-height:0;overflow:auto}.annotation-dark-shell .pcdsport-object-ledger table{width:100%;border-collapse:collapse;table-layout:fixed;color:#aab9c5;font:700 7px/1.2 var(--fm)}.annotation-dark-shell .pcdsport-object-ledger th,.annotation-dark-shell .pcdsport-object-ledger td{height:29px;padding:0 9px;overflow:hidden;border-bottom:1px solid #192d3f;text-align:left;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .pcdsport-object-ledger th{position:sticky;top:0;z-index:1;background:#0d1d2c;color:#62798c;font-weight:750}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(1){width:38px}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(2){width:66px}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(3){width:70px}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(4){width:126px}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(5){width:128px}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(6){width:58px}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(7){width:62px}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(8){width:70px}.annotation-dark-shell .pcdsport-object-ledger th:nth-child(9){width:60px}.annotation-dark-shell .pcdsport-object-ledger tbody tr{cursor:pointer}.annotation-dark-shell .pcdsport-object-ledger tbody tr:hover{background:#102536}.annotation-dark-shell .pcdsport-object-ledger tbody tr.selected{background:#112d4c;box-shadow:inset 2px 0 var(--pcd-blue)}.annotation-dark-shell .pcdsport-object-ledger td i{width:6px;height:6px;display:inline-block;margin-right:6px;border-radius:1px}.annotation-dark-shell .pcdsport-status{display:inline-flex;align-items:center;gap:4px;color:#8eca49}.annotation-dark-shell .pcdsport-status svg{width:10px;height:10px}.annotation-dark-shell .pcdsport-object-ledger td button{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#698197;cursor:pointer}.annotation-dark-shell .pcdsport-object-ledger td button:hover{color:#fff}.annotation-dark-shell .pcdsport-object-ledger td button svg{width:12px;height:12px}.annotation-dark-shell .pcdsport-shell .pcd-right-panel{width:272px;border-left-color:var(--pcd-line);background:#091624}.annotation-dark-shell .pcdsport-shell .pcd-card{border-bottom-color:var(--pcd-line)}.annotation-dark-shell .pcdsport-shell .pcd-card-head{min-height:34px;padding:8px 10px}.annotation-dark-shell .pcdsport-shell .pcd-card-title{color:#a2b2bf;font-size:8px;letter-spacing:.4px}.annotation-dark-shell .pcdsport-shell .pcd-card-count{color:#5f9eff;font:800 8px/1 var(--fm)}.annotation-dark-shell .pcdsport-shell .pcd-label-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:6px 9px 9px}.annotation-dark-shell .pcdsport-shell .pcd-label-item{min-width:0;min-height:32px;display:grid;grid-template-columns:8px minmax(0,1fr) auto 12px;align-items:center;gap:5px;margin:0;padding:5px 7px;border:1px solid #253b4d;border-radius:2px;background:#0c1c2a;color:#9eafbc}.annotation-dark-shell .pcdsport-shell .pcd-label-item:hover{border-color:#44637e;background:#102536}.annotation-dark-shell .pcdsport-shell .pcd-label-item.active{border-color:#2f6cf6;background:#133765;color:#fff}.annotation-dark-shell .pcdsport-shell .pcd-label-color{width:7px;height:7px;border-radius:1px}.annotation-dark-shell .pcdsport-shell .pcd-label-name{overflow:hidden;color:inherit;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .pcdsport-shell .pcd-label-count{margin:0;color:#708699;font:700 7px/1 var(--fm)}.annotation-dark-shell .pcdsport-shell .pcd-label-item svg{width:11px;height:11px;color:#668097}.annotation-dark-shell .pcdsport-object-panel{max-height:190px;flex:1 1 140px}.annotation-dark-shell .pcdsport-shell .pcd-card-body{padding:3px 8px 7px}.annotation-dark-shell .pcdsport-shell .pcd-object-item{min-height:31px;gap:7px;margin:0;padding:5px 7px;border:1px solid transparent;border-radius:2px;background:transparent}.annotation-dark-shell .pcdsport-shell .pcd-object-item:hover{border-color:#29445a;background:#0f2435}.annotation-dark-shell .pcdsport-shell .pcd-object-item.selected{border:1px solid #2f6cf6;background:#12335c}.annotation-dark-shell .pcdsport-shell .pcd-obj-number{width:20px;height:20px;border-radius:2px;font-size:7px}.annotation-dark-shell .pcdsport-shell .pcd-obj-label{display:block;color:#d7e0e7;font-size:8px}.annotation-dark-shell .pcdsport-shell .pcd-obj-coords{display:block;color:#657b8d;font-size:7px}.annotation-dark-shell .pcdsport-shell .pcd-object-item>svg{width:12px;height:12px;color:#61798e}.annotation-dark-shell .pcdsport-inspector{padding:8px 10px;border-top:1px solid var(--pcd-line)}.annotation-dark-shell .pcdsport-inspector>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.annotation-dark-shell .pcdsport-inspector>header strong{color:#cbd6de;font-size:8px}.annotation-dark-shell .pcdsport-inspector>header span{max-width:118px;overflow:hidden;color:#5f7587;font:700 7px/1 var(--fm);text-overflow:ellipsis;white-space:nowrap}.annotation-dark-shell .pcdsport-inspector .pcd-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.annotation-dark-shell .pcdsport-inspector .pcd-editor-field{min-width:0}.annotation-dark-shell .pcdsport-inspector .pcd-editor-field span{display:block;margin-bottom:4px;color:#5f7588;font-size:7px}.annotation-dark-shell .pcdsport-inspector .pcd-editor-field input{width:100%;height:27px;margin:0;padding:0 6px;border:1px solid #29445a;border-radius:2px;background:#0b1d2c;color:#c6d2db;font:700 8px/1 var(--fm)}.annotation-dark-shell .pcdsport-inspector .pcd-yaw-field{grid-column:1 / 2}.annotation-dark-shell .pcdsport-attribute-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:6px}.annotation-dark-shell .pcdsport-attribute-grid label span{display:block;margin-bottom:4px;color:#5f7588;font-size:7px}.annotation-dark-shell .pcdsport-attribute-grid select{width:100%;height:27px;padding:0 6px;border:1px solid #29445a;border-radius:2px;outline:0;background:#0b1d2c;color:#aebdca;font-size:7px}.annotation-dark-shell .pcdsport-editor-actions{display:flex;gap:5px;margin-top:6px}.annotation-dark-shell .pcdsport-editor-actions button{min-height:29px;flex:1;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid #294b68;border-radius:2px;background:#0d2335;color:#8eb2d0;font-size:7px;cursor:pointer}.annotation-dark-shell .pcdsport-editor-actions button:last-child{border-color:#63383c;background:#29191f;color:#dc7d7d}.annotation-dark-shell .pcdsport-editor-actions svg{width:11px;height:11px}.annotation-dark-shell .pcdsport-quality{padding:8px 10px;border-top:1px solid var(--pcd-line)}.annotation-dark-shell .pcdsport-quality>strong{display:block;margin-bottom:6px;color:#a7b6c2;font-size:8px}.annotation-dark-shell .pcdsport-quality>div{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.annotation-dark-shell .pcdsport-quality button{min-height:29px;display:inline-flex;align-items:center;justify-content:center;gap:3px;border:1px solid #2a4256;border-radius:2px;background:#0b1d2c;color:#7f94a6;font-size:7px;cursor:pointer}.annotation-dark-shell .pcdsport-quality button.active.passed{border-color:#6f982f;background:#172a19;color:var(--pcd-lime)}.annotation-dark-shell .pcdsport-quality button.active.questionable{border-color:#8f6722;background:#2b2315;color:#ffc45b}.annotation-dark-shell .pcdsport-quality button.active.failed{border-color:#883b45;background:#2b181d;color:#f58a94}.annotation-dark-shell .pcdsport-quality button svg{width:10px;height:10px}.annotation-dark-shell .pcdsport-quality label{position:relative;display:block;margin-top:7px}.annotation-dark-shell .pcdsport-quality label>span{display:block;margin-bottom:4px;color:#687e90;font-size:7px}.annotation-dark-shell .pcdsport-quality textarea{width:100%;height:47px;resize:none;padding:7px;border:1px solid #294156;border-radius:2px;outline:0;background:#0a1a28;color:#c2cfd8;font-size:8px}.annotation-dark-shell .pcdsport-quality textarea:focus{border-color:#4276b9}.annotation-dark-shell .pcdsport-quality label small{position:absolute;right:6px;bottom:5px;color:#526779;font:700 7px/1 var(--fm)}.annotation-dark-shell .pcdsport-shell .pcd-actions{min-height:59px;display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:auto;padding:7px 9px;border-top-color:var(--pcd-line);background:#091624}.annotation-dark-shell .pcdsport-shell .pcd-actions button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #2b4357;border-radius:2px;background:#0d1e2d;color:#92a5b5;font-size:8px;font-weight:750;cursor:pointer}.annotation-dark-shell .pcdsport-shell .pcd-actions button:hover:not(:disabled){border-color:#4e7290;color:#fff}.annotation-dark-shell .pcdsport-shell .pcd-actions button:disabled{opacity:.4;cursor:not-allowed}.annotation-dark-shell .pcdsport-shell .pcd-actions button svg{width:13px;height:13px}.annotation-dark-shell .pcdsport-shell .pcd-btn-submit{grid-column:1 / -1;border-color:var(--pcd-blue);background:#2865e3;color:#fff}.annotation-dark-shell .pcdsport-shell button:focus-visible,.annotation-dark-shell .pcdsport-shell select:focus-visible,.annotation-dark-shell .pcdsport-shell input:focus-visible,.annotation-dark-shell .pcdsport-shell textarea:focus-visible{outline:2px solid #65a4ff;outline-offset:2px}@media (max-width: 1320px){.annotation-dark-shell .pcdsport-taskbar{grid-template-columns:106px minmax(200px,1fr) minmax(320px,1.8fr) 140px}.annotation-dark-shell .pcdsport-task-meta>div{padding-inline:10px}.annotation-dark-shell .pcdsport-controlbar{grid-template-columns:minmax(300px,auto) minmax(0,1fr) auto}.annotation-dark-shell .pcdsport-filefacts span:nth-child(2),.annotation-dark-shell .pcdsport-filefacts span:nth-child(4){display:none}.annotation-dark-shell .pcdsport-shell .pcd-right-panel{width:250px}.annotation-dark-shell .pcdsport-object-ledger{height:170px;flex-basis:170px}}@media (max-width: 1080px){.annotation-dark-shell .pcdsport-taskbar{grid-template-columns:96px minmax(190px,1fr) minmax(240px,1.3fr) 124px}.annotation-dark-shell .pcdsport-task-meta{grid-template-columns:1fr 1fr}.annotation-dark-shell .pcdsport-task-meta>div:nth-child(3){display:none}.annotation-dark-shell .pcdsport-filefacts{display:none}.annotation-dark-shell .pcdsport-controlbar{grid-template-columns:1fr auto}.annotation-dark-shell .pcdsport-shell .pcd-right-panel{width:238px}.annotation-dark-shell .pcdsport-shell .pcd-left-toolbar{width:64px}.annotation-dark-shell .pcdsport-shell .pcd-ltool-btn{width:52px}.annotation-dark-shell .pcdsport-object-ledger{height:154px;flex-basis:154px}}@media (max-height: 790px){.annotation-dark-shell .pcdsport-taskbar{min-height:62px}.annotation-dark-shell .pcdsport-controlbar{min-height:42px;padding-block:4px}.annotation-dark-shell .pcdsport-preanno select,.annotation-dark-shell .pcdsport-preanno button,.annotation-dark-shell .pcd-reset-view-btn{min-height:29px}.annotation-dark-shell .pcdsport-object-ledger{height:148px;flex-basis:148px}.annotation-dark-shell .pcdsport-object-panel{max-height:132px}.annotation-dark-shell .pcdsport-inspector{padding-block:6px}.annotation-dark-shell .pcdsport-quality textarea{height:39px}}@media (prefers-reduced-motion: reduce){.annotation-dark-shell .pcdsport-shell *,.annotation-dark-shell .pcdsport-shell *:before,.annotation-dark-shell .pcdsport-shell *:after{transition:none!important;animation-duration:.01ms!important}}.annotation-timer-overlay{position:fixed;z-index:3200;display:flex;align-items:center;gap:8px;min-height:42px;padding:7px 9px;border:1px solid rgba(13,130,245,.26);border-radius:6px;background:#fffffffa;color:#1a2840;box-shadow:0 8px 24px #0d285024;font:700 12px/1 var(--fb);pointer-events:auto;-webkit-user-select:none;user-select:none;touch-action:none}.annotation-timer-icon{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:4px;background:#1265ed;color:#fff}.annotation-timer-icon svg{width:16px;height:16px}.annotation-timer-label{color:#647a96;font-weight:800;white-space:nowrap}.annotation-timer-value{color:#1265ed;font:900 13px/1 var(--fm);font-variant-numeric:tabular-nums;letter-spacing:.5px;white-space:nowrap}.annotation-timer-status{display:inline-flex;align-items:center;gap:4px;color:#478005;font-size:10px;white-space:nowrap}.annotation-timer-status i{width:6px;height:6px;border-radius:50%;background:#7fbd16}.annotation-timer-grip{width:14px;height:14px;color:#a0adba}.annotation-timer-overlay.is-paused .annotation-timer-icon{background:#e4eaf0;color:#78899a}.annotation-timer-overlay.is-paused .annotation-timer-value,.annotation-timer-overlay.is-paused .annotation-timer-status{color:#7b8997}.annotation-timer-overlay.is-paused .annotation-timer-status i{background:#8b99a7}.annotation-timer-overlay.workbench-dark{border-color:#245ca5;border-radius:4px;background:#0b1825;color:#eef3f7;box-shadow:0 8px 22px #0000004d}.annotation-timer-overlay.workbench-dark .annotation-timer-icon{background:#123d75}.annotation-timer-overlay.workbench-dark .annotation-timer-label{color:#91a2b4}.annotation-timer-overlay.workbench-dark .annotation-timer-value{color:#f5f8fb}.annotation-timer-overlay.workbench-dark .annotation-timer-status{color:#a7e84c}.annotation-timer-overlay.workbench-dark .annotation-timer-status i{background:#9ce61b}.annotation-timer-overlay.workbench-dark .annotation-timer-grip{color:#5d7388}@media (max-width: 900px){.annotation-timer-overlay{min-height:38px;padding:5px 7px}.annotation-timer-icon{width:24px;height:24px}.annotation-timer-label,.annotation-timer-status{display:none}}@media (prefers-reduced-motion: reduce){.annotation-timer-overlay{transition:none!important}}.grouped-redesign-shell{--deck-bg: #07131e;--deck-bg-2: #091824;--deck-panel: #0d1d2b;--deck-panel-2: #102333;--deck-raised: #13293a;--deck-line: #294155;--deck-line-soft: rgba(126, 153, 176, .18);--deck-text: #e8eef3;--deck-muted: #8ca0b1;--deck-faint: #63788a;--deck-blue: #1768ee;--deck-blue-hi: #3b8cff;--deck-lime: #a8e84a;--deck-green: #4fbd68;--deck-orange: #f4a340;--deck-red: #ee6670;background:var(--deck-bg)!important}.grouped-redesign-shell .page-area.redesign-page{min-width:0;min-height:0;padding:0 10px 10px;overflow:hidden;background:var(--deck-bg);color:var(--deck-text);scrollbar-color:#30495d transparent}.grouped-redesign-shell.redesign-workflow .page-area.page-collection-review{overflow-x:hidden;overflow-y:auto}.grouped-redesign-shell .redesign-page *,.grouped-redesign-shell .redesign-page *:before,.grouped-redesign-shell .redesign-page *:after{box-sizing:border-box}.grouped-redesign-shell .redesign-page button,.grouped-redesign-shell .redesign-page input,.grouped-redesign-shell .redesign-page select,.grouped-redesign-shell .redesign-page textarea{font-family:var(--fb)}.grouped-redesign-shell .redesign-page button:focus-visible,.grouped-redesign-shell .redesign-page input:focus-visible,.grouped-redesign-shell .redesign-page select:focus-visible,.grouped-redesign-shell .redesign-page textarea:focus-visible,.grouped-redesign-shell .redesign-page [tabindex]:focus-visible{outline:2px solid var(--deck-blue-hi);outline-offset:2px}.grouped-redesign-shell .redesign-page button{min-height:34px}.grouped-redesign-shell .redesign-page button:disabled{cursor:not-allowed;opacity:.48}.grouped-redesign-shell .wb-wrap,.grouped-redesign-shell .doc-anno-page,.grouped-redesign-shell .annotation-workspace{height:100%;min-height:0;overflow:hidden;background:var(--deck-bg);color:var(--deck-text)}.grouped-redesign-shell .wb-ctx,.grouped-redesign-shell .doc-anno-header,.grouped-redesign-shell .anno-ctx-bar{min-height:72px;gap:0;padding:0;border:1px solid var(--deck-line);border-top:0;border-radius:0;background:#0b1b29;box-shadow:none}.grouped-redesign-shell .wb-ctx-back,.grouped-redesign-shell .doc-anno-header .btn-back,.grouped-redesign-shell .anno-ctx-back{min-width:116px;height:100%;align-self:stretch;justify-content:center;padding:0 14px;border:0;border-right:1px solid var(--deck-line);border-radius:0;background:transparent;color:#a7b7c5;font-size:11px;font-weight:750}.grouped-redesign-shell .wb-ctx-back:hover,.grouped-redesign-shell .doc-anno-header .btn-back:hover,.grouped-redesign-shell .anno-ctx-back:hover{background:#12283a;color:#fff}.grouped-redesign-shell .wb-ctx-id,.grouped-redesign-shell .doc-anno-header .task-no,.grouped-redesign-shell .anno-ctx-id{margin-left:14px;padding:0;border:0;border-radius:0;background:transparent;color:#6d8497;font:750 9px/1 var(--fm);letter-spacing:.6px}.grouped-redesign-shell .wb-ctx-name,.grouped-redesign-shell .doc-anno-header .task-name,.grouped-redesign-shell .anno-ctx-name{min-width:0;padding:0 14px 0 8px;color:var(--deck-text);font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grouped-redesign-shell .wb-ctx-chip,.grouped-redesign-shell .ner-ctx-mode-badge,.grouped-redesign-shell .text-ctx-mode-badge,.grouped-redesign-shell .anno-panel-badge{border:1px solid #486f26;border-radius:2px;background:#182c18;color:var(--deck-lime);font-size:8px;font-weight:850}.grouped-redesign-shell .wb-ctx-prog,.grouped-redesign-shell .ner-ctx-progress,.grouped-redesign-shell .text-ctx-progress,.grouped-redesign-shell .anno-ctx-progress,.grouped-redesign-shell .header-stats{min-width:242px;margin-left:auto;padding:0 14px;border-left:1px solid var(--deck-line)}.grouped-redesign-shell .header-stats{border-top:0;border-right:0;border-bottom:0;border-radius:0;background:transparent!important;color:#a8b7c4}.grouped-redesign-shell .wb-ctx-bar,.grouped-redesign-shell .ner-ctx-progress-bar,.grouped-redesign-shell .text-ctx-progress-bar,.grouped-redesign-shell .anno-ctx-prog-bar{height:5px;border-radius:0;background:#24384a}.grouped-redesign-shell .wb-ctx-fill,.grouped-redesign-shell .ner-ctx-progress-fill,.grouped-redesign-shell .text-ctx-progress-fill,.grouped-redesign-shell .anno-ctx-prog-fill{border-radius:0;background:var(--deck-blue);box-shadow:none}.grouped-redesign-shell .wb-ctx-pct,.grouped-redesign-shell .ner-ctx-progress-text,.grouped-redesign-shell .text-ctx-progress-text{color:var(--deck-lime);font-weight:850}.grouped-redesign-shell .ner-ctx-overall,.grouped-redesign-shell .text-ctx-overall,.grouped-redesign-shell .last-saved{color:var(--deck-faint)}.grouped-redesign-shell .wb-body,.grouped-redesign-shell .wb-main,.grouped-redesign-shell .doc-anno-body{min-height:0;background:var(--deck-bg)}.grouped-redesign-shell .vid-wb-main,.grouped-redesign-shell .wb-stage,.grouped-redesign-shell .doc-area,.grouped-redesign-shell .anno-canvas-area,.grouped-redesign-shell .temporal-main{min-width:0;min-height:0;border:0;border-right:1px solid var(--deck-line);border-radius:0;background:var(--deck-bg-2);box-shadow:none;color:var(--deck-text)}.grouped-redesign-shell .wb-right,.grouped-redesign-shell .wb-side,.grouped-redesign-shell .doc-anno-body .side-panel,.grouped-redesign-shell .anno-panel{width:280px;min-width:260px;gap:0;padding:0;border-left:0;border-radius:0;background:#0a1926;color:var(--deck-text)}.grouped-redesign-shell .wb-panel-card,.grouped-redesign-shell .wb-panel,.grouped-redesign-shell .anno-panel,.grouped-redesign-shell .card{margin:0;border:0;border-bottom:1px solid var(--deck-line);border-radius:0;background:transparent;box-shadow:none;color:var(--deck-text)}.grouped-redesign-shell .wb-panel-head,.grouped-redesign-shell .wb-panel-hd,.grouped-redesign-shell .anno-panel-header,.grouped-redesign-shell .card-head{min-height:42px;padding:0 13px;border-bottom:1px solid var(--deck-line-soft);background:#0d2030;color:#dce5eb;font-size:10px;font-weight:850;letter-spacing:.4px}.grouped-redesign-shell .wb-panel-body,.grouped-redesign-shell .label-list,.grouped-redesign-shell .annotation-list{padding:10px}.grouped-redesign-shell .wb-label-item,.grouped-redesign-shell .label-item,.grouped-redesign-shell .anno-item-info,.grouped-redesign-shell .temporal-segment-jump{min-height:34px;margin-bottom:4px;padding:7px 9px;border:1px solid #263e51;border-radius:2px;background:#0d2030;color:#9fb0bd}.grouped-redesign-shell .wb-label-item:hover,.grouped-redesign-shell .wb-label-item.sel,.grouped-redesign-shell .label-item:hover,.grouped-redesign-shell .label-item.selected{border-color:#376aaf;background:#12325a;color:#fff}.grouped-redesign-shell .audwb-empty-labels,.grouped-redesign-shell .empty-labels,.grouped-redesign-shell .temporal-empty-state,.grouped-redesign-shell .annotation-item-load-error{border-color:#31495c;background:#0d1d2b;color:#7f93a4}.grouped-redesign-shell .wb-nav-btns{gap:6px;padding:8px;border-top:1px solid var(--deck-line);background:#091824}.grouped-redesign-shell .wb-btn-skip,.grouped-redesign-shell .wb-mini-btn,.grouped-redesign-shell .btn-shortcuts,.grouped-redesign-shell .btn-save-ocr{min-height:38px;border:1px solid #344d61;border-radius:2px;background:#0d2030;color:#9eb0be;box-shadow:none}.grouped-redesign-shell .wb-btn-submit,.grouped-redesign-shell .wb-nav-btns .wb-btn-submit{min-height:40px;border:1px solid #2774dd;border-radius:2px;background:var(--deck-blue);color:#fff;box-shadow:none;font-weight:850}.grouped-redesign-shell .wb-btn-submit:hover{background:#1f73f3}.grouped-redesign-shell .txt-anno-doc,.grouped-redesign-shell .txt-classify-area,.grouped-redesign-shell .qa-question-card,.grouped-redesign-shell .qa-answer-card,.grouped-redesign-shell .caption-editor,.grouped-redesign-shell .code-editor,.grouped-redesign-shell .generation-editor,.grouped-redesign-shell .doc-area>*{border-color:var(--deck-line);border-radius:2px;background:#0a1926;color:#dce5eb;box-shadow:none}.grouped-redesign-shell .txt-anno-doc,.grouped-redesign-shell .text-generation-input,.grouped-redesign-shell .qa-textarea,.grouped-redesign-shell .ocr-textarea,.grouped-redesign-shell textarea,.grouped-redesign-shell input,.grouped-redesign-shell select{border-color:#31495c;background:#081621;color:#dce5eb}.grouped-redesign-shell input::placeholder,.grouped-redesign-shell textarea::placeholder{color:#607689}.grouped-redesign-shell .model-preanno-control{gap:6px!important;padding:4px 6px!important;border-color:#31495c!important;border-radius:2px!important;background:#081621!important;color:#9fb0bd!important}.grouped-redesign-shell .model-preanno-control select{height:28px!important;border-color:#31495c!important;border-radius:2px!important;background:#0d2030!important;color:#b5c3ce!important}.grouped-redesign-shell .model-preanno-control button{min-height:28px;border:1px solid #2b6ecb!important;border-radius:2px!important;background:#174b89!important}.grouped-redesign-shell .model-preanno-control label{color:#8fa2b2!important}.grouped-redesign-shell .model-preanno-control input{accent-color:var(--deck-lime)}.grouped-redesign-shell .txt-classify-opt,.grouped-redesign-shell .wb-chip,.grouped-redesign-shell .mode-btn{border-color:#31495c;border-radius:2px;background:#0c1e2c;color:#91a4b4}.grouped-redesign-shell .txt-classify-opt.sel,.grouped-redesign-shell .wb-chip.sel,.grouped-redesign-shell .mode-btn.active{border-color:var(--deck-blue);background:#123d75;color:#fff}.grouped-redesign-shell .relation-row,.grouped-redesign-shell .rel-side-card,.grouped-redesign-shell .anno-item,.grouped-redesign-shell .highlight-badge{border-color:#294155;background:#0d2030;color:#a8b8c5}.grouped-redesign-shell.redesign-text .text-task-canvas{background:#07131e!important;color:#dce5eb!important}.grouped-redesign-shell.redesign-text .text-task-canvas>pre,.grouped-redesign-shell.redesign-text .text-task-canvas>div,.grouped-redesign-shell.redesign-text .txtwb-text-area{color:#dce5eb!important}.grouped-redesign-shell.redesign-text .txtwb-text-area{min-height:100%;padding:18px;border:1px solid #294155;background:#0a1926}.grouped-redesign-shell.redesign-text .txwb-ent{border:1px solid color-mix(in srgb,var(--ec) 62%,#203647);border-bottom-width:2px;border-radius:2px;background:color-mix(in srgb,var(--ec) 18%,#091722);color:color-mix(in srgb,var(--ec) 38%,#fff)}.grouped-redesign-shell.redesign-text .txwb-ent:hover{background:color-mix(in srgb,var(--ec) 26%,#091722)}.grouped-redesign-shell.redesign-text .txwb-ent-label{border-radius:1px;color:#fff}.grouped-redesign-shell.redesign-text .txtwb-rel-builder{border-color:#294155;border-radius:2px;background:#0a1926;color:#a8b7c4;box-shadow:none}.grouped-redesign-shell.redesign-text .wb-right{background:#0a1926!important}.grouped-redesign-shell.redesign-text .wb-right .wb-panel-card>div:not(.wb-panel-head):not(.wb-nav-btns){background:#0a1926!important;color:#a7b7c4!important}.grouped-redesign-shell.redesign-text .wb-right .wb-panel-card>div:not(.wb-panel-head):not(.wb-nav-btns)>div{border-color:#294155!important;background:#0d2030!important;color:#a7b7c4!important}.grouped-redesign-shell.redesign-text .wb-right strong,.grouped-redesign-shell.redesign-text .wb-right [style*="color: rgb(26, 40, 64)"]{color:#e4ebf0!important}.grouped-redesign-shell.redesign-audio .audwb-shell{height:100%;min-height:0;border:1px solid var(--deck-line);border-top:0;background:var(--deck-bg);color:var(--deck-text)}.grouped-redesign-shell.redesign-audio .audwb-card,.grouped-redesign-shell.redesign-audio .audwb-card-head,.grouped-redesign-shell.redesign-audio .audwb-card-body{border-radius:0;box-shadow:none}.grouped-redesign-shell.redesign-audio .audwb-emotion-panel,.grouped-redesign-shell.redesign-audio .audwb-event-panel,.grouped-redesign-shell.redesign-audio .audwb-speaker-panel,.grouped-redesign-shell.redesign-audio .audwb-asr-workbench{border:1px solid #294155;border-radius:2px;background:#0a1926;color:#dce5eb;box-shadow:none}.grouped-redesign-shell.redesign-audio .audwb-emotion-panel button,.grouped-redesign-shell.redesign-audio .audwb-event-panel button,.grouped-redesign-shell.redesign-audio .audwb-asr-workbench button{border-color:#31495c!important;border-radius:2px;background:#0d2030!important;color:#b2c0cb!important;box-shadow:none}.grouped-redesign-shell.redesign-audio .audwb-emotion-panel button.active,.grouped-redesign-shell.redesign-audio .audwb-event-panel button.active,.grouped-redesign-shell.redesign-audio .audwb-asr-workbench button.active{border-color:var(--deck-blue)!important;background:#123d75!important;color:#fff!important}.grouped-redesign-shell.redesign-document .doc-anno-header{display:flex;align-items:center}.grouped-redesign-shell.redesign-document .doc-anno-body{display:grid;grid-template-columns:minmax(0,1fr) 280px}.grouped-redesign-shell.redesign-document .doc-area{background:#07131e}.grouped-redesign-shell.redesign-document .doc-area>div:nth-child(2){background:#0a1926;color:#dce5eb;box-shadow:none}.grouped-redesign-shell.redesign-document .doc-area iframe,.grouped-redesign-shell.redesign-document .doc-area canvas{border-color:#294155;background:#0c1b29}.grouped-redesign-shell.redesign-enterprise .wb-main,.grouped-redesign-shell.redesign-vision .wb-main{display:grid;grid-template-columns:minmax(0,1fr) 280px}.grouped-redesign-shell.redesign-enterprise .wb-stage,.grouped-redesign-shell.redesign-vision .wb-stage,.grouped-redesign-shell.redesign-vision .vid-player-area,.grouped-redesign-shell.redesign-vision .temporal-video-stage,.grouped-redesign-shell.redesign-vision .anno-canvas{background:#06111a}.grouped-redesign-shell .enterprise-anno-stage{background:#07131e}.grouped-redesign-shell .enterprise-source-row{color:#dce5eb!important}.grouped-redesign-shell .enterprise-preview-stage{border-color:#294155!important;border-radius:2px!important;background:#06111a!important;color:#c9d5de}.grouped-redesign-shell .enterprise-preview-stage pre{color:#cbd7df!important}.grouped-redesign-shell .enterprise-note{border-color:#294155!important;border-radius:2px!important;background:#081621!important;color:#dce5eb!important}.grouped-redesign-shell .enterprise-result-list{padding:8px}.grouped-redesign-shell .enterprise-result-item{border-color:#294155!important;border-radius:2px!important;background:#0d2030!important}.grouped-redesign-shell .enterprise-result-item strong{color:#e4ebf0!important}.grouped-redesign-shell.redesign-vision .vid-tool-btn,.grouped-redesign-shell.redesign-vision .tool-btn,.grouped-redesign-shell.redesign-vision .temporal-editor-toolbar button{border:1px solid #2b4356;border-radius:2px;background:#0c1e2c;color:#8499aa}.grouped-redesign-shell.redesign-vision .vid-tool-btn.active,.grouped-redesign-shell.redesign-vision .tool-btn.active,.grouped-redesign-shell.redesign-vision .temporal-editor-toolbar button.primary{border-color:var(--deck-blue);background:#123d75;color:#fff}.grouped-redesign-shell.redesign-vision .kg-toolbar,.grouped-redesign-shell.redesign-vision .kg-canvas-stage,.grouped-redesign-shell.redesign-vision .temporal-editor{border-color:#294155!important;background:#07131e!important;color:#dce5eb!important}.grouped-redesign-shell.redesign-vision .kg-toolbar>div{border-color:#294155!important;background:#0d2030!important}.grouped-redesign-shell.redesign-vision .kg-toolbar input,.grouped-redesign-shell.redesign-vision .kg-toolbar select,.grouped-redesign-shell.redesign-vision .kg-toolbar button{border-color:#31495c!important;border-radius:2px!important;background:#0d2030!important;color:#b2c0cb!important}.grouped-redesign-shell.redesign-vision .kg-hud{border:1px solid #294155;border-radius:2px!important;background:#0d2030f0!important;color:#a8b7c4!important;box-shadow:none!important}.grouped-redesign-shell.redesign-vision .kg-hud>div:first-child{color:#e8eef3!important}.grouped-redesign-shell.redesign-vision .temporal-editor{border:1px solid #294155;border-radius:2px}.grouped-redesign-shell.redesign-vision .temporal-editor button{border-color:#31495c;border-radius:2px;background:#0d2030;color:#b2c0cb}.grouped-redesign-shell.redesign-vision .temporal-editor button.primary{border-color:var(--deck-blue);background:var(--deck-blue);color:#fff}.grouped-redesign-shell.redesign-vision .wb-main pre{border-color:#294155!important;border-radius:2px!important;background:#081621!important;color:#a8b7c4!important}.grouped-redesign-shell.redesign-script .redesign-page{padding:0 10px 10px}.grouped-redesign-shell.redesign-script .redesign-page>div{height:100%!important;border:1px solid var(--deck-line);border-top:0;background:var(--deck-bg)!important;color:var(--deck-text)!important}.grouped-redesign-shell .script-editor-page,.grouped-redesign-shell .task-script-editor-page{height:100%!important}.grouped-redesign-shell .task-script-editor-topbar{background:#0b1b29!important;border-bottom-color:var(--deck-line)!important}.grouped-redesign-shell .task-script-editor-topbar>div,.grouped-redesign-shell .task-script-editor-topbar span{color:#a7b7c4!important}.grouped-redesign-shell .task-script-editor-topbar>div>div:first-child{color:#e5ecf1!important}.grouped-redesign-shell .task-script-editor-body>textarea{background:#06111a!important;color:#dce5eb!important}.grouped-redesign-shell .task-script-editor-inspector{border-left-color:var(--deck-line)!important;background:#0b1926!important;color:#a8b7c4!important}.grouped-redesign-shell .task-script-editor-inspector>div>span:first-child{color:#dce5eb!important}.grouped-redesign-shell.redesign-script .redesign-page>div>div:first-child{min-height:64px;border-bottom:1px solid var(--deck-line)!important;background:#0b1b29!important}.grouped-redesign-shell.redesign-script .redesign-page>div>div:nth-child(2)>div:last-child{border-left:1px solid var(--deck-line)!important;background:#0b1926!important}.grouped-redesign-shell.redesign-script .redesign-page>div>div:nth-child(2)>div:last-child>div{border-bottom-color:var(--deck-line)!important;background:#0b1926!important}.grouped-redesign-shell.redesign-script .redesign-page>div>div:nth-child(2)>div:last-child>div>div:first-child{background:#0e2232!important;color:#dce5eb!important}.grouped-redesign-shell.redesign-script .redesign-page button{border-color:#365064!important;border-radius:2px!important;background:#102637!important;color:#d1dce4!important;box-shadow:none!important}.grouped-redesign-shell.redesign-script .redesign-page button:last-child:not(:disabled){border-color:var(--deck-blue)!important;background:var(--deck-blue)!important;color:#fff!important}.grouped-redesign-shell.redesign-script .cm-editor,.grouped-redesign-shell.redesign-script .cm-scroller{height:100%}.grouped-redesign-shell.redesign-script .cm-editor{background:#07131e}.grouped-redesign-shell.redesign-script .cm-gutters{border-right-color:#263d50;background:#081621}.grouped-redesign-shell .cop-page,.grouped-redesign-shell .cop-loading,.grouped-redesign-shell .crv-page,.grouped-redesign-shell .crv-loading,.grouped-redesign-shell .mp-page,.grouped-redesign-shell .mpr-page,.grouped-redesign-shell .asc-page{min-width:0;min-height:100%;padding:18px 20px 24px;background:var(--deck-bg);color:var(--deck-text)}.grouped-redesign-shell .cop-header,.grouped-redesign-shell .crv-header,.grouped-redesign-shell .mp-header,.grouped-redesign-shell .asc-head{min-height:72px;margin-bottom:12px;padding:12px 14px;border:1px solid var(--deck-line);border-radius:2px;background:#0b1b29;box-shadow:none}.grouped-redesign-shell .cop-title-block h1,.grouped-redesign-shell .crv-title-block h1,.grouped-redesign-shell .mp-header h1,.grouped-redesign-shell .asc-head h1{color:#f0f4f7}.grouped-redesign-shell .cop-title-block p,.grouped-redesign-shell .crv-title-block p,.grouped-redesign-shell .mp-header p,.grouped-redesign-shell .asc-head p{color:var(--deck-muted)}.grouped-redesign-shell .cop-kicker,.grouped-redesign-shell .crv-kicker{color:var(--deck-lime)}.grouped-redesign-shell .cop-back,.grouped-redesign-shell .cop-secondary,.grouped-redesign-shell .crv-back,.grouped-redesign-shell .crv-secondary,.grouped-redesign-shell .mp-back,.grouped-redesign-shell .mp-btn,.grouped-redesign-shell .asc-btn{border:1px solid #344e62;border-radius:2px;background:#0d2030;color:#a7b7c4;box-shadow:none}.grouped-redesign-shell .cop-primary,.grouped-redesign-shell .crv-primary,.grouped-redesign-shell .mp-btn.primary,.grouped-redesign-shell .asc-btn.primary{border-color:var(--deck-blue);border-radius:2px;background:var(--deck-blue);color:#fff;box-shadow:none}.grouped-redesign-shell .cop-grid,.grouped-redesign-shell .crv-layout,.grouped-redesign-shell .mp-workbench,.grouped-redesign-shell .mpr-workbench,.grouped-redesign-shell .asc-layout{gap:10px}.grouped-redesign-shell .cop-panel,.grouped-redesign-shell .cop-workbench,.grouped-redesign-shell .crv-panel,.grouped-redesign-shell .crv-main,.grouped-redesign-shell .crv-side,.grouped-redesign-shell .mp-summary-card,.grouped-redesign-shell .mp-progress,.grouped-redesign-shell .mp-batch-card,.grouped-redesign-shell .mp-list-panel,.grouped-redesign-shell .mp-preview-panel,.grouped-redesign-shell .mp-form-panel,.grouped-redesign-shell .mpr-list-panel,.grouped-redesign-shell .mpr-preview-panel,.grouped-redesign-shell .mpr-batch-panel,.grouped-redesign-shell .asc-main,.grouped-redesign-shell .asc-list,.grouped-redesign-shell .asc-issues,.grouped-redesign-shell .asc-summary{border:1px solid var(--deck-line);border-radius:2px;background:var(--deck-panel);color:var(--deck-text);box-shadow:none}.grouped-redesign-shell .cop-panel-head,.grouped-redesign-shell .crv-panel-head,.grouped-redesign-shell .mp-panel-title,.grouped-redesign-shell .asc-section-head,.grouped-redesign-shell .asc-list-head{border-bottom-color:var(--deck-line);background:#0d2030;color:#dce5eb}.grouped-redesign-shell .cop-panel-head h2,.grouped-redesign-shell .crv-panel-head h2,.grouped-redesign-shell .mp-panel-title strong,.grouped-redesign-shell .asc-section-head h2{color:#e5ecf1}.grouped-redesign-shell .cop-field label,.grouped-redesign-shell .mp-field label,.grouped-redesign-shell .asc-section-sub{color:var(--deck-muted)}.grouped-redesign-shell .cop-field input,.grouped-redesign-shell .cop-field select,.grouped-redesign-shell .cop-field textarea,.grouped-redesign-shell .mp-inline-input,.grouped-redesign-shell .mp-inline-select,.grouped-redesign-shell .mp-tools input,.grouped-redesign-shell .asc-page input,.grouped-redesign-shell .asc-page select,.grouped-redesign-shell .asc-page textarea{border-color:#31495c;border-radius:2px;background:#081621;color:#d9e3ea}.grouped-redesign-shell .cop-status,.grouped-redesign-shell .crv-task-status,.grouped-redesign-shell .mp-status,.grouped-redesign-shell .asc-status{border-radius:2px;background:#172a39;color:#a8b7c4}.grouped-redesign-shell .cop-status.running,.grouped-redesign-shell .crv-task-status.running,.grouped-redesign-shell .mp-status.ok,.grouped-redesign-shell .asc-status.pass{background:#18311c;color:var(--deck-lime)}.grouped-redesign-shell .cop-history-item,.grouped-redesign-shell .cop-file-item,.grouped-redesign-shell .crv-file-row,.grouped-redesign-shell .crv-check-row,.grouped-redesign-shell .crv-review-history-row,.grouped-redesign-shell .mp-item,.grouped-redesign-shell .mpr-item,.grouped-redesign-shell .asc-list-item,.grouped-redesign-shell .asc-issue{border-color:#294155;border-radius:2px;background:#0c1d2b;color:#a9b7c3}.grouped-redesign-shell .cop-args-preview,.grouped-redesign-shell .cop-run-summary,.grouped-redesign-shell .cop-result-summary,.grouped-redesign-shell .cop-data-stats,.grouped-redesign-shell .crv-kpi,.grouped-redesign-shell .crv-file-review-box,.grouped-redesign-shell .crv-auto-check-panel,.grouped-redesign-shell .crv-review-history-card,.grouped-redesign-shell .asc-summary>div,.grouped-redesign-shell .asc-global-card,.grouped-redesign-shell .asc-preview-block{border-color:#294155;border-radius:2px;background:#0c1d2b;color:#a8b7c4;box-shadow:none}.grouped-redesign-shell .cop-warn,.grouped-redesign-shell .asc-error{border-color:#f4a3407a;border-radius:2px;background:#2a2115;color:#f5bd70}.grouped-redesign-shell .asc-error{border-color:#ee66707a;background:#2b171d;color:#ff9da5}.grouped-redesign-shell .crv-batch-grid div,.grouped-redesign-shell .crv-run-meta div,.grouped-redesign-shell .crv-note{border-color:#294155;border-radius:2px;background:#0c1d2b;color:#a8b7c4}.grouped-redesign-shell .crv-batch-grid b,.grouped-redesign-shell .crv-run-meta b,.grouped-redesign-shell .crv-note b{color:#e5ecf1}.grouped-redesign-shell .crv-batch-grid span,.grouped-redesign-shell .crv-run-meta span,.grouped-redesign-shell .crv-note p{color:var(--deck-muted)}.grouped-redesign-shell .crv-log{border-color:#294155;border-radius:2px;background:#081621;color:#9eb0be}.grouped-redesign-shell .cop-args-preview strong,.grouped-redesign-shell .cop-run-summary strong,.grouped-redesign-shell .cop-result-summary strong,.grouped-redesign-shell .crv-kpi strong,.grouped-redesign-shell .crv-kpi b,.grouped-redesign-shell .asc-summary strong,.grouped-redesign-shell .asc-global-card strong{color:#e5ecf1}.grouped-redesign-shell .cop-args-preview span,.grouped-redesign-shell .crv-kpi span,.grouped-redesign-shell .asc-summary span{color:var(--deck-muted)}.grouped-redesign-shell .asc-list-filters button,.grouped-redesign-shell .asc-family-filters button,.grouped-redesign-shell .asc-issue-filters button{border:1px solid #31495c;border-radius:2px;background:#0d2030;color:#92a5b4}.grouped-redesign-shell .asc-list-filters button.active,.grouped-redesign-shell .asc-family-filters button.active,.grouped-redesign-shell .asc-issue-filters button.active{border-color:var(--deck-blue);background:#123d75;color:#fff}.grouped-redesign-shell .asc-preview-empty,.grouped-redesign-shell .asc-empty{background:#081621;color:#768b9d}.grouped-redesign-shell .crv-file-row:hover,.grouped-redesign-shell .mp-item:hover,.grouped-redesign-shell .mp-item.active,.grouped-redesign-shell .mpr-item:hover,.grouped-redesign-shell .mpr-item.active,.grouped-redesign-shell .asc-list-item:hover,.grouped-redesign-shell .asc-list-item.active{border-color:#376da9;background:#102d4c}.grouped-redesign-shell .mp-summary-card span,.grouped-redesign-shell .mp-panel-title span,.grouped-redesign-shell .mp-item small,.grouped-redesign-shell .asc-issue-meta{color:var(--deck-muted)}.grouped-redesign-shell .mp-summary-card strong,.grouped-redesign-shell .mp-panel-title strong,.grouped-redesign-shell .mp-item-name,.grouped-redesign-shell .asc-list-item strong{color:#e5ecf1}.grouped-redesign-shell .mp-preview-box,.grouped-redesign-shell .mpr-preview-box,.grouped-redesign-shell .crv-preview-stage,.grouped-redesign-shell .asc-preview-stage{border-color:#294155;border-radius:2px;background:#06111a}.grouped-redesign-shell .cop-log,.grouped-redesign-shell .cop-log-output,.grouped-redesign-shell .mp-text-preview,.grouped-redesign-shell .mpr-raw-output{border-color:#263d50;border-radius:2px;background:#06111a;color:#cfdae2}.grouped-redesign-shell .cop-modal-mask,.grouped-redesign-shell .crv-dialog-mask,.grouped-redesign-shell .mp-skip-modal-backdrop,.grouped-redesign-shell .mp-version-backdrop{background:#00070db8}.grouped-redesign-shell .cop-submit-modal,.grouped-redesign-shell .crv-review-action-dialog,.grouped-redesign-shell .mp-skip-modal,.grouped-redesign-shell .mp-version-modal{border:1px solid #3a5265;border-radius:3px;background:#0d1d2b;color:#e3eaf0;box-shadow:0 28px 64px #0000006b}.grouped-redesign-shell.redesign-insight .redesign-page{padding:0 10px 10px}.grouped-redesign-shell.redesign-insight .redesign-page>.page-area{padding:0;background:var(--deck-bg)}.grouped-redesign-shell #page-anno-score{min-height:100%;background:var(--deck-bg)!important;color:var(--deck-text)}.grouped-redesign-shell #page-anno-score .asr-page{min-height:100%;background:var(--deck-bg)}.grouped-redesign-shell .mt-layout,.grouped-redesign-shell .asr-page,.grouped-redesign-shell .ar-layout,.grouped-redesign-shell .ar-loading-page{height:100%;min-height:0;border:1px solid var(--deck-line);border-top:0;background:var(--deck-bg);color:var(--deck-text)}.grouped-redesign-shell .mt-sidebar,.grouped-redesign-shell .mt-main{border-color:var(--deck-line);background:#0a1926}.grouped-redesign-shell .mt-sb-head,.grouped-redesign-shell .mt-detail-header,.grouped-redesign-shell .mt-tabs,.grouped-redesign-shell .mt-log-toolbar{border-color:var(--deck-line);background:#0d1d2b}.grouped-redesign-shell .mt-sb-title,.grouped-redesign-shell .mt-mc-name,.grouped-redesign-shell .mt-dh-name,.grouped-redesign-shell .mt-card-title,.grouped-redesign-shell .mt-env-val,.grouped-redesign-shell .mt-pi-val{color:#e4ebf0}.grouped-redesign-shell .mt-mc-type,.grouped-redesign-shell .mt-mc-ver,.grouped-redesign-shell .mt-metric-label,.grouped-redesign-shell .mt-env-key,.grouped-redesign-shell .mt-pi-label{color:var(--deck-muted)}.grouped-redesign-shell .mt-model-card{border:1px solid transparent;border-radius:2px;color:#a7b7c4}.grouped-redesign-shell .mt-model-card:hover{background:#102536}.grouped-redesign-shell .mt-model-card.selected{border-color:#376da9;background:#102d4c;box-shadow:none}.grouped-redesign-shell .mt-model-card.selected:before{border-radius:0;background:var(--deck-lime);box-shadow:none}.grouped-redesign-shell .mt-upload-btn,.grouped-redesign-shell .mt-action-btn.start{border:1px solid var(--deck-blue);border-radius:2px;background:var(--deck-blue);box-shadow:none}.grouped-redesign-shell .mt-filter-chip,.grouped-redesign-shell .mt-tab,.grouped-redesign-shell .mt-action-btn.outline{border-color:#31495c;border-radius:2px;background:transparent;color:#879cac}.grouped-redesign-shell .mt-filter-chip.active,.grouped-redesign-shell .mt-tab.active{border-color:var(--deck-blue);background:#12365f;color:#fff}.grouped-redesign-shell .mt-metric,.grouped-redesign-shell .mt-card{border:1px solid var(--deck-line);border-radius:2px;background:#0c1d2b;box-shadow:none}.grouped-redesign-shell .mt-metric-val{color:var(--deck-lime)}.grouped-redesign-shell .mt-pi-bar{border-radius:0;background:#24384a}.grouped-redesign-shell .mt-pi-fill{border-radius:0;background:var(--deck-blue);box-shadow:none}.grouped-redesign-shell .asr-hero,.grouped-redesign-shell .asr-stats,.grouped-redesign-shell .asr-view-tabs,.grouped-redesign-shell .asr-workbench,.grouped-redesign-shell .asr-review-panel,.grouped-redesign-shell .ar-topbar,.grouped-redesign-shell .ar-section,.grouped-redesign-shell .ar-card,.grouped-redesign-shell .ar-kpi-card,.grouped-redesign-shell .ar-loading-card{border-color:var(--deck-line);border-radius:2px;background:var(--deck-panel);color:var(--deck-text);box-shadow:none}.grouped-redesign-shell .asr-hero{padding:12px 14px}.grouped-redesign-shell .asr-message{border-color:#5c343b;border-radius:2px;background:#2b171d;color:#ef939b}.grouped-redesign-shell .asr-back{border-color:#344e62;border-radius:2px;background:#0d2030;color:#9eb0bd;box-shadow:none}.grouped-redesign-shell .asr-divider{background:#344e62}.grouped-redesign-shell .asr-task-copy h2{color:var(--deck-blue-hi)}.grouped-redesign-shell .asr-hero h1,.grouped-redesign-shell .asr-task-copy h1,.grouped-redesign-shell .asr-stat-value,.grouped-redesign-shell .asr-review-title,.grouped-redesign-shell .ar-topbar-title,.grouped-redesign-shell .ar-card-title,.grouped-redesign-shell .ar-kpi-val{color:#e9eff3}.grouped-redesign-shell .asr-stat-label,.grouped-redesign-shell .asr-stat-sub,.grouped-redesign-shell .asr-view-caption,.grouped-redesign-shell .ar-topbar-sub,.grouped-redesign-shell .ar-kpi-label,.grouped-redesign-shell .ar-kpi-sub{color:var(--deck-muted)}.grouped-redesign-shell .asr-stat,.grouped-redesign-shell .asr-item,.grouped-redesign-shell .asr-review-card,.grouped-redesign-shell .ar-sample-row,.grouped-redesign-shell .ar-trend-person,.grouped-redesign-shell .ar-error-row{border-color:#294155;border-radius:2px;background:#0c1d2b;color:#a8b7c4}.grouped-redesign-shell .asr-list,.grouped-redesign-shell .asr-readonly-toolbar,.grouped-redesign-shell .asr-review-box,.grouped-redesign-shell .asr-preview-panel,.grouped-redesign-shell .asr-score-panel{border-color:#294155;border-radius:2px;background:#0c1d2b;color:#a8b7c4;box-shadow:none}.grouped-redesign-shell .asr-submit,.grouped-redesign-shell .asr-primary,.grouped-redesign-shell .ar-export-btn,.grouped-redesign-shell .ar-action-btn.primary{border-color:var(--deck-blue);border-radius:2px;background:var(--deck-blue);color:#fff;box-shadow:none}.grouped-redesign-shell .ar-select,.grouped-redesign-shell .ar-annotator-picker,.grouped-redesign-shell .ar-format-select,.grouped-redesign-shell .asr-filter-select,.grouped-redesign-shell .asr-search{border-color:#31495c;border-radius:2px;background:#081621;color:#dce5eb}@media (max-width: 1180px){.grouped-redesign-shell .wb-right,.grouped-redesign-shell .wb-side,.grouped-redesign-shell .doc-anno-body .side-panel,.grouped-redesign-shell .anno-panel{width:252px;min-width:238px}.grouped-redesign-shell .mp-page{min-width:980px}.grouped-redesign-shell .mp-workbench,.grouped-redesign-shell .mpr-workbench{grid-template-columns:280px minmax(390px,1fr) 292px}}@media (max-width: 960px){.grouped-redesign-shell .page-area.redesign-page{overflow:auto}.grouped-redesign-shell .wb-wrap,.grouped-redesign-shell .doc-anno-page,.grouped-redesign-shell .annotation-workspace,.grouped-redesign-shell .mt-layout,.grouped-redesign-shell .cop-page,.grouped-redesign-shell .crv-page,.grouped-redesign-shell .mp-page,.grouped-redesign-shell .mpr-page,.grouped-redesign-shell .asc-page{min-width:920px}}@media (prefers-reduced-motion: reduce){.grouped-redesign-shell .redesign-page *,.grouped-redesign-shell .redesign-page *:before,.grouped-redesign-shell .redesign-page *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.toast-notification{--toast-accent: #4c8dff;--toast-accent-soft: rgba(76, 141, 255, .14);position:fixed;top:18px;left:50%;isolation:isolate;display:grid;grid-template-columns:38px minmax(0,1fr) 36px;align-items:center;gap:11px;width:max-content;min-width:min(380px,calc(100vw - 32px));max-width:min(540px,calc(100vw - 32px));min-height:58px;padding:8px 9px 8px 10px;border:1px solid #2b465c;border-left:3px solid var(--toast-accent);border-radius:3px;background:#102333;color:#e8eef3;box-shadow:0 16px 38px #00000061;opacity:0;transform:translate(-50%,-16px);pointer-events:none;transition:opacity .18s ease-out,transform .22s cubic-bezier(.16,1,.3,1)}.toast-notification.toast-app-offset{top:88px}.toast-notification.toast-success{--toast-accent: #50d890;--toast-accent-soft: rgba(80, 216, 144, .13)}.toast-notification.toast-error{--toast-accent: #ff6470;--toast-accent-soft: rgba(255, 100, 112, .13)}.toast-notification.toast-warning{--toast-accent: #ffb44a;--toast-accent-soft: rgba(255, 180, 74, .13)}.toast-notification.show{opacity:1;transform:translate(-50%);pointer-events:auto}.toast-notification.hide{opacity:0;transform:translate(-50%,-12px);pointer-events:none}.toast-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--toast-accent) 38%,transparent);border-radius:2px;background:var(--toast-accent-soft);color:var(--toast-accent)}.toast-icon svg{width:19px;height:19px}.toast-content{display:flex;min-width:0;flex-direction:column;gap:3px}.toast-kicker{color:var(--toast-accent);font:800 9px/1.1 var(--fm);letter-spacing:1.1px}.toast-message{color:#edf3f7;font:650 13px/1.45 var(--fb);overflow-wrap:anywhere}.toast-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid transparent;border-radius:2px;background:transparent;color:#8197a9;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.toast-close svg{width:15px;height:15px}.toast-close:hover,.toast-close:focus-visible{border-color:#385269;background:#172d40;color:#fff;outline:none}#app-screen .notif-panel{width:min(360px,calc(100vw - 28px));border-color:#ced8e1;border-radius:4px;box-shadow:0 18px 44px #12192033}#app-screen .notif-head{min-height:46px;padding:0 15px}#app-screen .notif-head-title{color:#17212b;font-size:13px;font-weight:800}#app-screen .notif-item{width:100%;border:0;border-bottom:1px solid var(--fog-light);background:#fff;color:inherit;font:inherit;text-align:left}#app-screen .notif-item:focus-visible{outline:2px solid #0b57d0;outline-offset:-2px}#app-screen .notif-foot-link{border:0;background:transparent;color:#0b57d0;font:750 12px/1.2 var(--fb);cursor:pointer}#app-screen .notif-foot-link:hover,#app-screen .notif-foot-link:focus-visible{color:#0845aa;text-decoration:underline;outline:none}#app-screen.annotation-dark-shell .notif-panel{border-color:#2a4256;background:#102234;color:#e8eef3;box-shadow:0 20px 46px #00000073}#app-screen.annotation-dark-shell .notif-head{border-bottom-color:#2a4256}#app-screen.annotation-dark-shell .notif-head-title,#app-screen.annotation-dark-shell .notif-item-sender{color:#f2f6f9}#app-screen.annotation-dark-shell .notif-list{scrollbar-color:#344f65 transparent}#app-screen.annotation-dark-shell .notif-item{border-bottom-color:#233b4f;background:#102234}#app-screen.annotation-dark-shell .notif-item:hover,#app-screen.annotation-dark-shell .notif-item:focus-visible{background:#162c3f}#app-screen.annotation-dark-shell .notif-item.unread{background:#2f7cff1c}#app-screen.annotation-dark-shell .notif-item-text{color:#a9bac9}#app-screen.annotation-dark-shell .notif-item-time,#app-screen.annotation-dark-shell .notif-empty{color:#7f94a7}#app-screen.annotation-dark-shell .notif-foot{border-top-color:#2a4256}#app-screen.annotation-dark-shell .notif-foot-link{color:#5f9cff}#app-screen.annotation-dark-shell .notif-foot-link:hover,#app-screen.annotation-dark-shell .notif-foot-link:focus-visible{color:#a9c8ff}@media (max-width: 640px){.toast-notification,.toast-notification.toast-app-offset{top:12px}.toast-notification{grid-template-columns:34px minmax(0,1fr) 36px;min-width:calc(100vw - 24px);max-width:calc(100vw - 24px)}.toast-icon{width:34px;height:34px}}@media (prefers-reduced-motion: reduce){.toast-notification,#app-screen .notif-panel{animation:none;transition:none}}:root{--overlay-scrim: rgba(5, 14, 23, .64);--overlay-scrim-soft: rgba(10, 24, 38, .54);--overlay-radius: 4px;--overlay-radius-sm: 3px;--overlay-border: #c7d3df;--overlay-surface: #ffffff;--overlay-surface-soft: #f4f7fa;--overlay-text: #14283b;--overlay-muted: #667c91;--overlay-blue: #0868f2;--overlay-lime: #9ee416;--overlay-dark: #0b1b28;--overlay-dark-soft: #102535;--overlay-dark-border: #34536a;--overlay-dark-text: #eef8ff;--overlay-dark-muted: #9bb1c2;--overlay-shadow: 0 18px 48px rgba(8, 24, 39, .24);--overlay-motion: .18s cubic-bezier(.2, .8, .2, 1)}@keyframes sportOverlayEnter{0%{opacity:0;transform:translateY(8px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}.qnav-item:focus-visible,.qnav-input:focus-visible,.global-confirm-actions button:focus-visible,.global-confirm-head button:focus-visible,.preview-modal button:focus-visible,.dataset-sample-preview button:focus-visible,.dataset-sample-preview a:focus-visible,.shortcut-modal button:focus-visible,.task-drawer button:focus-visible,.tc-modal-overlay button:focus-visible,.tc-delete-confirm button:focus-visible,.td-time-modal button:focus-visible{outline:2px solid var(--overlay-lime);outline-offset:2px}.qnav-overlay{padding-top:10vh;background:var(--overlay-scrim-soft);backdrop-filter:none;-webkit-backdrop-filter:none}.qnav-panel{width:min(700px,calc(100vw - 32px));max-height:76vh;border:1px solid var(--overlay-border);border-radius:var(--overlay-radius);background:var(--overlay-surface);box-shadow:var(--overlay-shadow);animation:sportOverlayEnter var(--overlay-motion)}.qnav-search-row{padding:15px 18px;border-color:#d7e0e8}.qnav-kbd,.qnav-item,.qnav-item-icon,.qnav-item-tag{border-radius:var(--overlay-radius-sm)}.qnav-item{margin:2px 8px;transition:background-color .16s ease,border-color .16s ease}.qnav-item:hover,.qnav-item.focused{background:#edf5ff;box-shadow:inset 3px 0 0 var(--overlay-blue)}.qnav-item-icon{background:#e9f2ff!important;color:var(--overlay-blue)!important}.qnav-item-tag{background:#eef3f7!important;color:#526a80!important}.qnav-footer{background:#f3f6f9}.annotation-dark-shell .qnav-panel{border-color:var(--overlay-dark-border);background:var(--overlay-dark);color:var(--overlay-dark-text);box-shadow:0 20px 52px #00000085}.annotation-dark-shell .qnav-search-row,.annotation-dark-shell .qnav-footer{border-color:#274256}.annotation-dark-shell .qnav-input,.annotation-dark-shell .qnav-item-name{color:var(--overlay-dark-text)}.annotation-dark-shell .qnav-input::placeholder,.annotation-dark-shell .qnav-item-desc,.annotation-dark-shell .qnav-group-label,.annotation-dark-shell .qnav-hint{color:var(--overlay-dark-muted)}.annotation-dark-shell .qnav-kbd{border-color:#36536a;background:#142b3c;color:#c3d6e4}.annotation-dark-shell .qnav-item:hover,.annotation-dark-shell .qnav-item.focused{background:#122d40}.annotation-dark-shell .qnav-item-icon{background:#13334b!important;color:#55a9ff!important}.annotation-dark-shell .qnav-item-tag{background:#173247!important;color:#a9c1d2!important}.annotation-dark-shell .qnav-footer{background:#0f2231}.global-confirm-mask{background:var(--overlay-scrim)}.global-confirm-dialog{grid-template-columns:44px minmax(0,1fr);gap:16px;width:min(480px,100%);border-color:var(--overlay-border);border-radius:var(--overlay-radius);padding:20px;box-shadow:var(--overlay-shadow);animation:sportOverlayEnter var(--overlay-motion)}.global-confirm-icon,.global-confirm-head button,.global-confirm-dialog small,.global-confirm-actions button{border-radius:var(--overlay-radius-sm)}.global-confirm-icon{width:44px;height:44px}.global-confirm-head button{display:inline-flex;align-items:center;justify-content:center}.global-confirm-actions button{min-height:42px}.global-confirm-actions .primary{border-color:#b76600;background:#c96f08}.global-confirm-actions .primary.info{border-color:#0758d0;background:var(--overlay-blue)}.global-confirm-mask-dark .global-confirm-dialog{border-color:var(--overlay-dark-border);background:var(--overlay-dark);box-shadow:0 22px 60px #0000008f}.global-confirm-mask-dark .global-confirm-head span,.global-confirm-mask-dark .global-confirm-dialog p,.global-confirm-mask-dark .global-confirm-dialog small{color:var(--overlay-dark-muted)}.global-confirm-mask-dark .global-confirm-dialog h3{color:var(--overlay-dark-text)}.global-confirm-mask-dark .global-confirm-head button,.global-confirm-mask-dark .global-confirm-actions .secondary{border-color:var(--overlay-dark-border);background:var(--overlay-dark-soft);color:#d8e8f3}.global-confirm-mask-dark .global-confirm-dialog small{background:#102536}.tc-modal-overlay,.tc-delete-confirm-mask,.td-time-modal-mask{background:var(--overlay-scrim-soft);backdrop-filter:none;-webkit-backdrop-filter:none}.tc-modal-overlay .cw-box,.tc-modal-box,.tc-delete-confirm,.td-time-modal{border:1px solid var(--overlay-border);border-radius:var(--overlay-radius);background:var(--overlay-surface);box-shadow:var(--overlay-shadow);animation:sportOverlayEnter var(--overlay-motion)}.tc-modal-overlay .cw-head,.td-time-modal-head{border-bottom-color:#d7e1ea;background:#f8fafc}.tc-modal-overlay .cw-footer,.tc-script-modal-foot{border-top-color:#d7e1ea;border-radius:0;background:#f3f6f9}.tc-modal-overlay .cw-close-btn,.tc-modal-overlay .cw-type-tab,.tc-modal-overlay .cw-btn,.tc-modal-overlay .cw-btn-next,.tc-modal-overlay .cw-btn-submit,.tc-modal-overlay .cw-btn-prev,.tc-modal-overlay .cw-btn-draft,.tc-modal-overlay .cw-btn-cancel,.tc-modal-overlay .cw-mode-card,.tc-modal-overlay .cw-prio-btn,.tc-modal-overlay .cw-src-tab,.tc-modal-overlay .cw-input,.tc-modal-overlay .cw-textarea,.tc-modal-overlay .cw-ds-item,.tc-modal-overlay .cw-file-item,.tc-modal-overlay .cw-template-card,.tc-modal-overlay .cw-assignee-picker,.tc-modal-overlay .cw-assignee-drop,.tc-modal-overlay .cw-auto-check-panel,.tc-modal-overlay .cw-quality-card,.tc-modal-overlay .cw-selected-bar,.tc-script-run-input,.tc-script-run-hint,.tc-script-run-item,.tc-script-run-stat,.tc-script-run-meta-grid,.tc-script-log-output,.tc-collection-submit-summary>div,.tc-collection-submit-list,.tc-collection-submit-row,.tc-collection-submit-toolbar button,.tc-collection-submit-warn,.tc-delete-icon,.tc-delete-actions button,.td-time-modal-close{border-radius:var(--overlay-radius-sm)}.tc-modal-overlay .cw-type-tabs{gap:6px}.tc-modal-overlay .cw-type-tab{display:inline-flex;align-items:center;gap:6px}.tc-modal-overlay .cw-type-tab.active{background:var(--overlay-blue);color:#fff}.tc-modal-overlay .cw-step-circle{box-shadow:none}.tc-modal-overlay .cw-mode-card.active,.tc-modal-overlay .cw-prio-btn.active,.tc-modal-overlay .cw-src-tab.active{border-color:var(--overlay-blue);box-shadow:inset 3px 0 0 var(--overlay-blue)}.cw-priority-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px}.cw-priority-dot.is-urgent{background:#d9364f}.cw-priority-dot.is-high{background:#e87814}.cw-priority-dot.is-mid{background:#d7a600}.cw-priority-dot.is-low{background:#00a67e}.tc-modal-overlay .cw-btn.primary,.tc-modal-overlay .cw-btn-next,.tc-modal-overlay .cw-btn-submit{border:1px solid #0758d0;background:var(--overlay-blue);box-shadow:none;transform:none}.tc-modal-overlay .cw-btn-submit{border-color:#00886b;background:#009d7b}.tc-modal-overlay .cw-btn.primary:hover,.tc-modal-overlay .cw-btn-next:hover,.tc-modal-overlay .cw-btn-submit:hover{filter:brightness(1.08);box-shadow:none;transform:none}.tc-script-log-body,.tc-collection-submit-body{background:#f3f6f9}.tc-script-run-list,.tc-script-run-detail{background:#fff}.tc-script-run-item.active{box-shadow:inset 3px 0 0 var(--overlay-blue)}.tc-delete-confirm{padding:26px;text-align:left}.tc-delete-icon{margin:0 0 14px}.tc-delete-actions button{min-height:42px}.tc-delete-submit{border:1px solid #b52e43;background:#cf3047;box-shadow:none}.tc-delete-submit:hover{transform:none;box-shadow:none;filter:brightness(1.08)}.td-time-modal{overflow:hidden}.td-time-modal-close{width:40px;height:40px}.tc-export-popover{border-color:var(--overlay-border);border-radius:var(--overlay-radius);box-shadow:0 14px 36px #08182733}.tc-export-pop-select,.tc-export-pop-btn{border-radius:var(--overlay-radius-sm)}.tc-export-pop-btn{background:var(--overlay-blue);box-shadow:none}.preview-modal-overlay{background:var(--overlay-scrim);backdrop-filter:none;-webkit-backdrop-filter:none}.preview-modal{border-color:var(--overlay-dark-border);border-radius:var(--overlay-radius);background:var(--overlay-dark);box-shadow:0 22px 60px #0000008f;animation:sportOverlayEnter var(--overlay-motion)}.preview-modal:before{display:none}.pm-header{border-color:#294558;background:#0f2332}.pm-icon{border:1px solid #31536a;border-radius:var(--overlay-radius-sm);background:#123149;color:#55a9ff}.pm-tag{padding:3px 8px;border:1px solid #36566d;border-radius:var(--overlay-radius-sm);background:#142f42;color:#b8cee0;font:10px var(--fm)}.pm-close{border-radius:var(--overlay-radius-sm)}.pm-tabs{border-color:#294558}.pm-tab{border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent}.pm-tab.active{border-bottom-color:var(--overlay-lime);background:#102a3c;color:#dfffa1}.pm-sample-card{border-radius:var(--overlay-radius-sm);box-shadow:none}.pm-sample-card:hover{transform:none;box-shadow:inset 3px 0 #3f9cff}.pm-sample-placeholder{display:flex;align-items:center;justify-content:center;background:#102535;color:#68b5ff}.preview-modal [style*=border-radius]{border-radius:var(--overlay-radius-sm)!important}.preview-modal [style*=box-shadow]{box-shadow:none!important}.dataset-sample-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#030a10f0}.dataset-sample-preview__header{position:absolute;inset:0 0 auto;min-height:58px;display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #294558;background:#0b1b28;color:#fff}.dataset-sample-preview__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700}.dataset-sample-preview__count{color:#9bb1c2;font:11px var(--fm)}.dataset-sample-preview__close,.dataset-sample-preview__nav{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #36536a;border-radius:var(--overlay-radius-sm);background:#102535;color:#dcecf7;cursor:pointer}.dataset-sample-preview__close{width:40px;height:40px}.dataset-sample-preview__nav{position:absolute;top:50%;transform:translateY(-50%)}.dataset-sample-preview__nav.is-prev{left:20px}.dataset-sample-preview__nav.is-next{right:20px}.dataset-sample-preview__close:hover,.dataset-sample-preview__nav:hover{border-color:#4a9cf2;background:#17364b;color:#fff}.dataset-sample-preview__content{max-width:calc(100vw - 160px);max-height:calc(100vh - 116px);display:flex;align-items:center;justify-content:center}.dataset-sample-preview__media{max-width:100%;max-height:calc(100vh - 116px);object-fit:contain;border:1px solid #36536a;border-radius:var(--overlay-radius-sm);background:#02070b}.dataset-sample-preview__card{min-width:min(420px,calc(100vw - 160px));padding:38px 42px;border:1px solid #36536a;border-radius:var(--overlay-radius);background:#0d2130;color:#fff;text-align:center;box-shadow:0 18px 48px #0000006b}.dataset-sample-preview__hero-icon{margin-bottom:16px;color:#58acff}.dataset-sample-preview__file-name{margin-bottom:16px;word-break:break-all;font-size:14px;font-weight:700}.dataset-sample-preview__hint{color:#9bb1c2;font-size:12px}.dataset-sample-preview__audio{width:100%}.dataset-sample-preview__download{display:inline-flex;align-items:center;gap:7px;min-height:40px;margin-top:16px;padding:0 16px;border-radius:var(--overlay-radius-sm);background:var(--overlay-blue);color:#fff;text-decoration:none;font-size:13px;font-weight:700}.shortcut-mask{background:var(--overlay-scrim);backdrop-filter:none;-webkit-backdrop-filter:none}.shortcut-mask .shortcut-modal{border:1px solid var(--overlay-dark-border)!important;border-radius:var(--overlay-radius)!important;background:var(--overlay-dark)!important;color:var(--overlay-dark-text)!important;box-shadow:0 22px 60px #00000085!important;animation:sportOverlayEnter var(--overlay-motion)}.shortcut-mask .shortcut-modal h3{display:flex;align-items:center;gap:8px;color:var(--overlay-dark-text)!important}.shortcut-mask .shortcut-modal .shortcut-list>div{border-color:#294558!important;color:#c9dbe8!important}.shortcut-mask .shortcut-modal .shortcut-list span{color:#c9dbe8!important}.shortcut-mask .shortcut-modal kbd{border-color:#3a5d75!important;border-radius:var(--overlay-radius-sm)!important;background:#142d40!important;color:#dfffa1!important;box-shadow:none!important}.shortcut-mask .shortcut-modal>button{min-height:42px;border-radius:var(--overlay-radius-sm)!important;background:var(--overlay-blue)!important;box-shadow:none!important;transform:none!important}.txtwb-shortcuts-panel{border-color:var(--overlay-dark-border);border-radius:var(--overlay-radius);background:var(--overlay-dark);box-shadow:0 16px 44px #0000007a}.task-drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:899;border:0;background:#08152147;cursor:default}.task-drawer{border-left:1px solid var(--overlay-border);background:#f8fafc;box-shadow:-18px 0 44px #08182733}.task-drawer .td-header,.task-drawer .td-footer{background:#fff}.task-drawer .td-close,.task-drawer .td-meta-item,.task-drawer .td-wb-card,.task-drawer .st-item,.task-drawer .td-foot-btn{border-radius:var(--overlay-radius-sm)}.task-drawer .td-wb-card{border:1px solid #cfdae4;background:#fff}.task-drawer .td-wb-card.primary-modal{background:#edf5ff}.task-drawer .td-wb-card-ico{color:var(--overlay-blue)}.task-drawer .td-section [style*=border-radius]{border-radius:var(--overlay-radius-sm)!important}.annotation-dark-shell .task-drawer{border-color:var(--overlay-dark-border);background:var(--overlay-dark);color:var(--overlay-dark-text)}.annotation-dark-shell .task-drawer .td-header,.annotation-dark-shell .task-drawer .td-footer{border-color:#294558;background:#0f2332}.annotation-dark-shell .task-drawer .td-title,.annotation-dark-shell .task-drawer .td-section-title,.annotation-dark-shell .task-drawer .td-meta-val,.annotation-dark-shell .task-drawer .td-wb-card-name,.annotation-dark-shell .task-drawer .tl-text{color:var(--overlay-dark-text)}.annotation-dark-shell .task-drawer .td-meta-key,.annotation-dark-shell .task-drawer .td-wb-card-sub,.annotation-dark-shell .task-drawer .tl-time{color:var(--overlay-dark-muted)}.annotation-dark-shell .task-drawer .td-meta-item,.annotation-dark-shell .task-drawer .td-wb-card,.annotation-dark-shell .task-drawer .st-item{border-color:#294558;background:#102535}.grouped-redesign-shell .asr-audit-scrim{background:var(--overlay-scrim)}.grouped-redesign-shell .asr-audit-drawer{border-color:var(--overlay-dark-border);background:var(--overlay-dark);color:var(--overlay-dark-text);box-shadow:-20px 0 52px #0000007a}.grouped-redesign-shell .asr-audit-head,.grouped-redesign-shell .asr-audit-foot{border-color:#294558;background:#0f2332}.grouped-redesign-shell .asr-audit-head h3,.grouped-redesign-shell .asr-audit-row strong,.grouped-redesign-shell .asr-audit-state strong{color:var(--overlay-dark-text)}.grouped-redesign-shell .asr-audit-head p,.grouped-redesign-shell .asr-audit-row time,.grouped-redesign-shell .asr-audit-foot,.grouped-redesign-shell .asr-audit-state{color:var(--overlay-dark-muted)}.grouped-redesign-shell .asr-audit-close,.grouped-redesign-shell .asr-audit-card,.grouped-redesign-shell .asr-audit-state{border-color:#34536a;border-radius:var(--overlay-radius-sm);background:#102535;box-shadow:none}.grouped-redesign-shell .asr-audit-meta span,.grouped-redesign-shell .asr-audit-facts span,.grouped-redesign-shell .asr-audit-comment{border-color:#34536a;border-radius:var(--overlay-radius-sm);background:#142d40;color:#bdd0de}.grouped-redesign-shell .asr-audit-item:before{background:#294558}@media (max-width: 720px){.qnav-overlay{padding:12px;align-items:flex-start}.qnav-panel{width:100%;max-height:calc(100dvh - 24px)}.global-confirm-dialog{grid-template-columns:1fr}.tc-modal-overlay{padding:10px}.tc-modal-overlay .cw-box{max-width:100%;max-height:calc(100dvh - 20px)}.dataset-sample-preview__nav.is-prev{left:8px}.dataset-sample-preview__nav.is-next{right:8px}.dataset-sample-preview__content{max-width:calc(100vw - 112px)}.dataset-sample-preview__card{min-width:0;width:calc(100vw - 112px);padding:28px 20px}}@media (prefers-reduced-motion: reduce){.qnav-panel,.global-confirm-dialog,.tc-modal-overlay .cw-box,.tc-delete-confirm,.td-time-modal,.preview-modal,.shortcut-modal{animation:none!important;transition:none!important}}.tc-create-task-modal{padding:22px;background:#080d12a8;backdrop-filter:none;-webkit-backdrop-filter:none}.tc-create-task-modal .cw-box{position:relative;width:min(780px,calc(100vw - 44px));max-width:none;max-height:calc(100dvh - 44px);overflow:hidden;border:1px solid #111820;border-top:4px solid #0b57d0;border-radius:2px;background:#fff;box-shadow:16px 18px #0000002e,0 28px 74px #00000057;animation:sportTaskModalIn .18s ease-out}@keyframes sportTaskModalIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.tc-create-task-modal .cw-box:after{content:"";position:absolute;z-index:4;top:-4px;right:64px;width:44px;height:4px;background:#c7ef2f;transform:skew(-20deg);pointer-events:none}.tc-create-task-modal .cw-head{min-height:104px;padding:20px 24px 15px;border-bottom:1px solid #cfd7df;background:#fff}.tc-create-task-modal .cw-head-left{gap:12px}.tc-create-task-modal .cw-title{position:relative;width:fit-content;color:#10171e;font-family:var(--fd);font-size:25px;font-style:italic;font-weight:900;line-height:1;letter-spacing:-.7px}.tc-create-task-modal .cw-title:after{content:"";position:absolute;right:-14px;bottom:1px;width:5px;height:18px;background:#c7ef2f;transform:skew(-12deg)}.tc-create-task-modal .cw-type-tabs{gap:6px}.tc-create-task-modal .cw-type-tab{display:inline-flex;align-items:center;min-height:36px;gap:7px;padding:0 14px;border:1px solid #bfc8d1;border-radius:2px;background:#fff;color:#44515d;font-size:12px;font-weight:800;box-shadow:none}.tc-create-task-modal .cw-type-tab:hover{border-color:#121920;background:#f4f6f8;color:#121920}.tc-create-task-modal .cw-type-tab.active{border-color:#0b57d0;background:#0b57d0;color:#fff;box-shadow:inset 0 -3px #c7ef2f}.tc-create-task-modal .cw-close-btn{width:40px;height:40px;margin-top:0;border:1px solid #cbd3db;border-radius:2px;background:#f4f6f8;color:#53606c}.tc-create-task-modal .cw-close-btn:hover{border-color:#121920;background:#121920;color:#fff}.tc-create-task-modal .cw-stepper{min-height:61px;padding:13px 26px;border-bottom:1px solid #cbd3db;background:#eef1f3}.tc-create-task-modal .cw-step-circle{width:25px;height:25px;border:1px solid #aeb8c1;border-radius:2px;background:#fff;color:#5d6975;box-shadow:none}.tc-create-task-modal .cw-step.active .cw-step-circle{border-color:#121920;background:#121920;box-shadow:inset 0 -3px #c7ef2f}.tc-create-task-modal .cw-step.done .cw-step-circle{border-color:#0b57d0;background:#0b57d0}.tc-create-task-modal .cw-step-label{color:#55616d;font-size:11px;font-weight:800}.tc-create-task-modal .cw-step.active .cw-step-label{color:#0b57d0}.tc-create-task-modal .cw-step-line{height:2px;margin-inline:12px;border-radius:0;background:#c9d1d8}.tc-create-task-modal .cw-body{background:#fff}.tc-create-task-modal .cw-panel-inner{padding:21px 24px 24px;gap:17px}.tc-create-task-modal .cw-label{color:#34414d;font-family:var(--fb);font-size:11px;font-weight:850;letter-spacing:.35px}.tc-create-task-modal .cw-input,.tc-create-task-modal .cw-select,.tc-create-task-modal .cw-textarea,.tc-create-task-modal .cw-assignee-picker{min-height:43px;border:1px solid #bdc7d0;border-radius:2px;background:#fff;color:#121920;font-family:var(--fm)}.tc-create-task-modal .cw-input:hover,.tc-create-task-modal .cw-select:hover,.tc-create-task-modal .cw-assignee-picker:hover{border-color:#6e7b87}.tc-create-task-modal .cw-input:focus,.tc-create-task-modal .cw-select:focus,.tc-create-task-modal .cw-textarea:focus{border-color:#0b57d0;box-shadow:inset 3px 0 #0b57d0}.tc-create-task-modal .cw-mode-card{min-height:68px;border:1px solid #bdc7d0;border-radius:2px;background:#fff;box-shadow:none}.tc-create-task-modal .cw-mode-card:hover{border-color:#121920;background:#f7f8f9}.tc-create-task-modal .cw-mode-card.active{border-color:#0b57d0;background:#f1f6fd;box-shadow:inset 4px 0 #0b57d0}.tc-create-task-modal .cw-mode-icon{color:#121920}.tc-create-task-modal .cw-mode-card.active .cw-mode-icon{color:#0b57d0}.tc-create-task-modal .cw-mode-radio{border:2px solid #8e99a3;border-radius:2px}.tc-create-task-modal .cw-mode-card.active .cw-mode-radio{border-color:#121920;border-radius:2px;background:#c7ef2f;box-shadow:inset 0 0 0 3px #fff}.tc-create-task-modal .cw-prio-btn{min-height:36px;border:1px solid #bdc7d0;border-radius:2px;background:#fff;color:#34414d;box-shadow:none}.tc-create-task-modal .cw-prio-btn:hover{border-color:#121920;background:#f4f6f8}.tc-create-task-modal .cw-prio-btn.active{border-color:#0b57d0;background:#eaf2fc;color:#0b57d0;box-shadow:inset 0 -3px #0b57d0}.tc-create-task-modal .cw-priority-dot{width:8px;height:8px;display:inline-block;margin-right:6px;border-radius:1px}.tc-create-task-modal .cw-priority-dot.is-urgent{background:#d9364f}.tc-create-task-modal .cw-priority-dot.is-high{background:#f06722}.tc-create-task-modal .cw-priority-dot.is-mid{background:#d39a00}.tc-create-task-modal .cw-priority-dot.is-low{background:#00a67e}.tc-create-task-modal :where(.cw-quality-card,.cw-quality-preset,.cw-auto-check-panel,.cw-template-card,.cw-ds-item){border-radius:2px;box-shadow:none}.tc-create-task-modal .cw-footer{min-height:68px;padding:12px 24px;border-top:2px solid #121920;border-radius:0;background:#f4f6f8}.tc-create-task-modal .cw-btn-cancel,.tc-create-task-modal .cw-btn-draft,.tc-create-task-modal .cw-btn-prev,.tc-create-task-modal .cw-btn-next,.tc-create-task-modal .cw-btn-submit{min-height:40px;border-radius:2px;box-shadow:none;transform:none;font-weight:850}.tc-create-task-modal .cw-btn-next{border:1px solid #0845aa;background:#0b57d0}.tc-create-task-modal .cw-btn-next:hover{background:#0845aa;box-shadow:inset 0 -3px #c7ef2f;transform:none}.tc-create-task-modal .cw-btn-submit{border:1px solid #00745d;background:#008f72}.tc-create-task-modal :where(button,input,select,textarea):focus-visible{outline:3px solid rgba(11,87,208,.24);outline-offset:2px}@media (max-width: 700px){.tc-create-task-modal{padding:0}.tc-create-task-modal .cw-box{width:100%;height:100dvh;max-height:100dvh;border-inline:0;border-bottom:0;border-radius:0;box-shadow:none}.tc-create-task-modal .cw-head{min-height:auto;padding:15px 16px 12px}.tc-create-task-modal .cw-stepper{padding-inline:16px;overflow-x:auto}.tc-create-task-modal .cw-panel-inner{padding:18px 16px}.tc-create-task-modal .cw-footer{padding:11px 16px calc(11px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion: reduce){.tc-create-task-modal .cw-box,.tc-create-task-modal .cw-step-panel{animation:none}}:root{--ice-50: #f0f7ff;--ice-100: #ddeeff;--ice-200: #b8dcff;--ice-300: #7ec2ff;--ice-400: #38a3ff;--ice-500: #0d82f5;--ice-600: #0063d4;--ice-700: #004faa;--fog-white: #f5f8fc;--fog-light: #edf2f8;--fog-mid: #dce6f0;--cyan: #00d4ff;--green: #00b894;--orange: #ff9f43;--purple: #6c5ce7;--pink: #fd79a8;--red: #e17055;--card-shadow: 0 8px 40px rgba(13,130,245,.1), 0 2px 8px rgba(0,0,0,.06);--glow: 0 0 12px rgba(0,212,255,.5), 0 0 30px rgba(0,212,255,.15);--sidebar-w: 230px;--fd: "Rajdhani", "Noto Sans SC", sans-serif;--fb: "Noto Sans SC", sans-serif;--fm: "JetBrains Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--fb);background:var(--fog-white);color:#1a2840;overflow:hidden;height:100vh;width:100vw}.screen{position:fixed;top:0;right:0;bottom:0;left:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .5s ease both}.fade-in-d1{animation-delay:.05s}.fade-in-d2{animation-delay:.1s}.fade-in-d3{animation-delay:.15s}.fade-in-d4{animation-delay:.2s}.fade-in-d5{animation-delay:.25s}.fade-in-d6{animation-delay:.3s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--fog-mid);border-radius:3px}.doc-anno-page{display:flex;flex-direction:column;height:calc(100vh - 60px);background:linear-gradient(180deg,#f8fafc,#f1f5f9);overflow:hidden;border-radius:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.doc-anno-header{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#fff,#f8fafc);padding:12px 24px;flex-shrink:0;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.btn-back{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#475569;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.btn-back:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e40af;transform:translate(-2px);box-shadow:0 2px 8px #1e40af1a}.header-divider{width:1px;height:24px;background:linear-gradient(180deg,#e2e8f0,#cbd5e1)}.header-task{display:flex;align-items:center;gap:10px}.task-no{font-size:11px;font-weight:700;color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;padding:3px 10px;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.3px}.task-name{font-size:14px;font-weight:600;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header-stats{font-size:12px;color:#64748b;background:#f1f5f9;padding:4px 10px;border-radius:6px;font-family:monospace;border:1px solid #e2e8f0}.last-saved{font-size:10px;color:#94a3b8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;gap:4px}.last-saved:before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.btn-shortcuts{padding:7px 12px;background:transparent;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:5px}.btn-shortcuts:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e40af;box-shadow:0 2px 8px #1e40af14}.doc-anno-body{display:flex;flex:1;overflow:hidden;gap:0}.mode-bar{display:flex;align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:0 24px;gap:2px;flex-shrink:0}.mode-btn{display:flex;align-items:center;gap:6px;padding:11px 18px;border:none;background:none;font-size:13px;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:500}.mode-btn:hover{color:#1e40af;background:#f8fafc}.mode-btn.active{color:#1e40af;border-bottom-color:#1e40af;font-weight:600;background:#f1f5f9}.doc-area{flex:1.3;display:flex;flex-direction:column;min-width:0;position:relative;overflow:hidden;background:#f1f5f9;border-right:1px solid #e2e8f0}.loading-overlay{display:flex;align-items:center;justify-content:center;height:100%;font-size:14px;color:#64748b;font-weight:500}.doc-area>div:nth-child(2){flex:1;overflow-y:auto;overflow-x:hidden;padding:40px;background:#fff;box-shadow:inset 0 1px 3px #0000000a}.doc-area>div:nth-child(2)::-webkit-scrollbar{width:8px}.doc-area>div:nth-child(2)::-webkit-scrollbar-track{background:#f8fafc}.doc-area>div:nth-child(2)::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;transition:background .2s}.doc-area>div:nth-child(2)::-webkit-scrollbar-thumb:hover{background:#94a3b8}.doc-area>div:nth-child(2):hover{box-shadow:inset 0 1px 3px #0000000f}.annotation-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:10}.annotation-highlight{pointer-events:auto;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border-radius:3px}.annotation-highlight:hover{filter:brightness(1.05);box-shadow:0 2px 8px #0000001f}.annotation-highlight.selected{box-shadow:0 0 0 3px #1e40af40,0 4px 12px #1e40af26}.highlight-badge{display:inline-block;font-size:10px;font-weight:700;color:#fff;border-radius:4px;padding:2px 6px;line-height:1.5;white-space:nowrap;box-shadow:0 1px 3px #00000026;letter-spacing:.3px}.side-panel{width:340px;flex-shrink:0;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:-2px 0 8px #00000005}.side-panel::-webkit-scrollbar{width:6px}.side-panel::-webkit-scrollbar-track{background:transparent}.side-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;transition:background .2s}.side-panel::-webkit-scrollbar-thumb:hover{background:#94a3b8}.anno-panel{flex:1;display:flex;flex-direction:column;padding:20px;overflow:hidden}.anno-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #f1f5f9;flex-shrink:0}.anno-panel-header h3{font-size:13px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.8px;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.anno-panel-badge{font-size:11px;font-weight:700;color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe);padding:3px 10px;border-radius:12px;border:1px solid #93c5fd}.label-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px;margin-bottom:16px;padding-right:4px;min-height:0}.label-list::-webkit-scrollbar{width:4px}.label-list::-webkit-scrollbar-track{background:transparent}.label-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.label-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.label-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:9px;background:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:13px;color:#334155;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 1px 2px #00000008}.label-item:hover{background:#f8fafc;border-color:#93c5fd;transform:translate(3px);box-shadow:0 2px 8px #1e40af14}.label-item.active{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;color:#1e40af;font-weight:600;box-shadow:0 3px 10px #1e40af26;transform:translate(4px)}.label-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0;box-shadow:0 1px 3px #00000026;transition:transform .2s}.label-item:hover .label-dot{transform:scale(1.15)}.label-item.active .label-dot{transform:scale(1.2)}.label-name{font-weight:500}.annotation-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:4px;min-height:0}.annotation-list::-webkit-scrollbar{width:4px}.annotation-list::-webkit-scrollbar-track{background:transparent}.annotation-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.annotation-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.anno-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:9px;background:#f8fafc;border:1.5px solid #e2e8f0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.anno-item:hover{background:#fff;border-color:#93c5fd;transform:translate(3px);box-shadow:0 2px 8px #1e40af14}.anno-item.selected{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f5;box-shadow:0 3px 10px #1e40af26;transform:translate(4px)}.anno-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.anno-item-label{display:inline-block;font-size:10px;font-weight:700;color:#fff;border-radius:5px;padding:3px 7px;box-shadow:0 1px 3px #0000001f;letter-spacing:.3px}.anno-item-text{font-size:12px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.anno-item-delete{padding:4px 8px;background:transparent;border:none;color:#ef4444;font-size:18px;cursor:pointer;opacity:.5;transition:all .2s;border-radius:4px}.anno-item-delete:hover{opacity:1;background:#fef2f2;transform:scale(1.1)}.ocr-textarea{width:100%;min-height:240px;padding:14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;resize:vertical;outline:none;background:#f8fafc;transition:all .2s;box-shadow:inset 0 1px 3px #0000000a;line-height:1.7}.ocr-textarea:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a,inset 0 1px 3px #0000000a}.ocr-textarea::placeholder{color:#94a3b8}.btn-save-ocr{margin-top:12px;width:100%;padding:11px;border:none;border-radius:9px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 3px 10px #05966933}.btn-save-ocr:hover{transform:translateY(-2px);box-shadow:0 5px 16px #0596694d}.btn-save-ocr:active{transform:translateY(-1px);box-shadow:0 3px 12px #05966940}.shortcut-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fade-in .2s ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.shortcut-modal{background:#fff;border-radius:16px;padding:28px;max-width:420px;width:90%;box-shadow:0 25px 80px #00000040;animation:slide-up .3s cubic-bezier(.4,0,.2,1)}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.shortcut-modal h3{margin:0 0 18px;font-size:17px;font-weight:700;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.shortcut-list{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.shortcut-list div{display:flex;align-items:center;gap:14px;font-size:13px;color:#334155;font-weight:500}.shortcut-list kbd{padding:5px 12px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1.5px solid #e2e8f0;border-radius:7px;font-family:monospace;font-size:12px;font-weight:700;min-width:90px;text-align:center;box-shadow:0 1px 3px #00000014;letter-spacing:.3px}.shortcut-modal button{width:100%;padding:11px;border:none;border-radius:9px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 3px 10px #1e40af33}.shortcut-modal button:hover{transform:translateY(-1px);box-shadow:0 5px 16px #1e40af4d}@media (max-width: 1400px){.side-panel{width:310px}.doc-anno-body{gap:0}}@media (max-width: 1200px){.side-panel{width:280px}.doc-area{flex:1.2}}@media (max-width: 1024px){.doc-anno-body{flex-direction:column}.side-panel{width:100%;height:320px;border-left:none;border-top:1px solid #e2e8f0;box-shadow:none}.doc-area{border-right:none}.doc-area>div:nth-child(2){max-height:50vh}}@media (max-width: 640px){.doc-anno-header{padding:10px 16px;gap:10px}.wb-nav-btns{padding:8px 12px}.anno-panel{padding:16px}.shortcut-modal{padding:20px}}
