@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2) format("woff2");font-weight:100;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2) format("woff2");font-weight:200;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2) format("woff2");font-weight:300;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2) format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2) format("woff2");font-weight:800;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2) format("woff2");font-weight:900;font-display:swap}:root{--navy-900:#0D1B2A;--ink-900:#0B1220;--ink-700:#293446;--ink-500:#4B5563;--ink-400:#6B7688;--line:#E4E7EC;--line-soft:#EFF1F4;--bg:#F6F7F9;--white:#FFFFFF;--brand:#1D4ED8;--brand-dark:#1740A6;--brand-soft:#EEF3FF;--brand-line:#C9D8FB;--danger:#B42318;--danger-soft:#FEECEA;--r:6px;--r-lg:8px;--shadow-sm:0 1px 2px rgba(16,24,40,.05);--shadow-lg:0 12px 32px rgba(13,27,42,.16)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--ink-900);font-family:Pretendard,Apple SD Gothic Neo,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Malgun Gothic,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}#root{min-height:100%}button,input{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer}h1,h2,h3{margin:0;font-weight:700;letter-spacing:-.01em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:42px;padding:0 20px;border-radius:var(--r);border:1px solid var(--line);background:var(--white);color:var(--ink-700);font-size:14.5px;font-weight:600;box-shadow:var(--shadow-sm);transition:.14s;white-space:nowrap}.btn:hover{background:#fafbfc}.btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.btn:disabled{opacity:.5;cursor:not-allowed}.input{width:100%;height:42px;padding:0 12px;border-radius:var(--r);border:1px solid var(--line);background:var(--white);outline:none;transition:.14s}.input::placeholder{color:var(--ink-400)}.input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.input.err{border-color:var(--danger)}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:400px;background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:36px 32px}.login-card h1{font-size:22px;margin-bottom:6px}.login-sub{color:var(--ink-500);font-size:13.5px;margin-bottom:26px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;color:var(--ink-700);margin-bottom:6px}.field .req{color:var(--danger);margin-left:3px}.login-err{background:var(--danger-soft);color:var(--danger);border-radius:var(--r);padding:10px 12px;font-size:13px;margin-bottom:16px}.login-actions{margin-top:22px}.login-actions .btn{width:100%}.app-shell{display:flex;min-height:100vh}.app-shell:has(.main-frame){height:100vh;overflow:hidden}.main-area{flex:1;min-width:0;display:flex;flex-direction:column}.main-top{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:var(--white);border-bottom:1px solid var(--line)}.main-top .user{display:flex;align-items:center;gap:12px;font-size:13.5px;color:var(--ink-500)}.main-top .user .btn{height:32px;padding:0 12px;font-size:13px}.main-body{flex:1}.main-empty{padding:60px 24px;color:var(--ink-400);text-align:center}.main-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:320px;color:#6b7280;font-size:14px}.main-soon b{font-size:22px;color:#111827}.main-body.fill{display:flex;flex-direction:column;min-height:0}.main-frame{display:flex;flex-direction:column;flex:1;height:calc(100vh - 56px)}.main-frame-bar{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#fff;border-bottom:1px solid var(--line-soft, #e5e7eb);font-size:13px}.main-frame-bar b{font-size:14px}.main-frame-bar a{margin-left:auto;color:var(--brand, #2456d6);text-decoration:none}.main-frame iframe{flex:1;width:100%;border:0;background:#fff}.sidebar{width:236px;flex:0 0 236px;min-height:100vh;background:var(--white);border-right:1px solid var(--line);display:flex;flex-direction:column}.sb-brand{height:56px;padding:0 20px;text-align:left;font-weight:700;font-size:16px;background:none;border:0;border-bottom:1px solid var(--line);color:var(--ink-900)}.sb-nav{padding:12px 10px}.sb-group{margin-bottom:4px}.sb-group-btn{width:100%;display:flex;align-items:center;justify-content:space-between;height:38px;padding:0 12px;border:0;border-radius:var(--r);background:none;font-weight:700;font-size:13.5px;color:var(--ink-700)}.sb-group-btn:hover{background:var(--line-soft)}.sb-chev{transition:transform .14s;color:var(--ink-400)}.sb-chev.open{transform:rotate(90deg)}.sb-items{margin:2px 0 6px;padding:0;list-style:none}.sb-item{width:100%;display:block;text-align:left;height:36px;padding:0 12px 0 28px;border:0;border-radius:var(--r);background:none;font-size:13.5px;color:var(--ink-500)}.sb-item:hover{background:var(--line-soft);color:var(--ink-900)}.sb-item.active{background:var(--brand);color:#fff;font-weight:600}.sb-item.ext{display:flex;align-items:center;gap:6px;text-decoration:none;box-sizing:border-box;padding-right:8px}.sb-item.ext svg{opacity:.55;flex:none}.sb-item.ext:hover svg{opacity:1}.sb-item.ext{flex-wrap:wrap;height:auto;min-height:36px;padding-top:0;padding-bottom:0;row-gap:0;line-height:36px}.sb-item.ext>span:first-child{white-space:nowrap}.sb-item.ext .sb-hint{order:9}.sb-hint{display:none;flex-basis:100%;margin:-6px 0 7px;line-height:1.2;color:var(--ink-400,#9aa3b2);font-size:11px;font-family:Consolas,D2Coding,monospace;white-space:nowrap}.sb-item:hover .sb-hint{display:block}.gmi{--g-nav:#1c2b3a;--g-nav-fg:#dbe4ee;--g-yellow:#ffc107;--g-line:#dfe5ec;--g-bg:#f2f4f7;display:flex;flex-direction:column;min-height:100vh;background:var(--g-bg);font-size:13px;color:#1f2937;position:relative}.gmi-hdr{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 20px 0 0;background:#fff;border-bottom:1px solid var(--g-line);position:relative}.gmi-brand{display:flex;align-items:center;gap:6px;height:100%;text-decoration:none;color:#111;cursor:pointer;border-radius:8px;padding-right:10px;transition:background .12s}.gmi-brand:hover{background:#fff7d6}.gmi-brand:hover .gmi-service{text-decoration:underline}.gmi-logo{width:70px;height:62px;display:flex;align-items:center;justify-content:center;padding-left:6px}.gmi-logo img{width:56px;height:56px;object-fit:contain}.gmi-service{font-size:15px;font-weight:600;letter-spacing:-.01em}.gmi-hdr-tab{position:absolute;left:50%;top:0;transform:translate(-50%);width:76px;height:22px;background:var(--g-yellow);border-radius:0 0 10px 10px;display:flex;align-items:center;justify-content:center;color:#fff}.gmi-hdr-right{display:flex;align-items:center;gap:14px}.gmi-avatar{width:38px;height:38px;border-radius:50%;background:var(--g-yellow);color:#111;display:flex;align-items:center;justify-content:center}.gmi-user{background:none;border:0;font-size:14px;color:#111;display:flex;align-items:center;gap:4px}.gmi-user b{font-weight:700}.gmi-user-chev{color:#6b7280}.gmi-hdr-icon{background:none;border:0;color:#374151;display:flex;padding:4px}.gmi-body{display:flex;flex:1;min-height:0}.gmi-nav{width:80px;flex:0 0 80px;background:var(--g-nav);padding-top:6px}.gmi-nav ul{margin:0;padding:0;list-style:none}.gmi-nav button{width:100%;background:none;border:0;color:var(--g-nav-fg);display:flex;flex-direction:column;align-items:center;gap:6px;padding:11px 2px;font-size:11px;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.gmi-nav button span{max-width:78px;overflow:hidden;text-overflow:ellipsis}.gmi-nav button:hover{background:#ffffff0f;color:#fff}.gmi-nav button.active{color:#fff}.gmi-main{flex:1;min-width:0;padding:10px 14px 60px;overflow:auto}.gmi-foot{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 24px 0 100px;background:#fff;border-top:1px solid var(--g-line);position:sticky;bottom:0}.gmi-foot-brand{display:flex;align-items:center;gap:10px}.gmi-foot-headit{width:28px}.gmi-foot-hey{width:110px}.gmi-foot-ver{font-size:12px;color:#6b7280}.gmi-foot-tools{display:flex;gap:18px}.gmi-foot-tools button{background:none;border:0;color:#9aa4b2;display:flex;padding:4px}.gmi-foot-tools button:hover{color:#374151}.gmi-chat{position:fixed;right:24px;bottom:80px;width:58px;height:58px;border-radius:50%;background:var(--g-yellow);border:0;color:#111;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0000002e}.gmi-ico{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.gmi-home{display:flex;align-items:center;gap:5px;height:32px;padding:0 12px;border-radius:16px;border:1px solid #cfd8e3;background:#fff;color:#374151;font-size:13px;font-weight:600;margin-right:6px}.gmi-home:hover{background:#f3f4f6;border-color:#9aa4b2}.gmi-nav li{position:relative}.gmi-nav li.open>button{background:#ffffff1a;color:#fff}.gmi-sub{position:fixed;left:80px;min-width:200px;max-height:calc(100vh - 120px);overflow:auto;background:#fff;border:1px solid var(--g-line);border-radius:0 8px 8px 0;box-shadow:8px 8px 24px #00000024;z-index:40;padding:6px 0 8px}.gmi-sub-title{padding:8px 16px 6px;font-size:12px;font-weight:700;color:#9aa4b2;letter-spacing:.02em}.gmi-sub ul{list-style:none;margin:0;padding:0}.gmi-sub li button{width:100%;text-align:left;display:block;padding:9px 18px;background:none;border:0;font-size:13.5px;color:#1f2937;font-weight:500;white-space:nowrap}.gmi-sub li button:hover{background:#f3f4f6}.gmi-sub li button.active{color:#1e6fd9;font-weight:700}.gmi-sub li button.todo{color:#9aa4b2}.gmi-todo{padding:60px 24px;text-align:center;color:#6b7280;display:flex;flex-direction:column;gap:8px}.gmi-todo b{font-size:16px;color:#374151}.gmi-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:90px 24px;text-align:center;color:#374151}.gmi-soon-ico{width:84px;height:84px;border-radius:50%;background:#fff3c4;color:#b7791f;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.gmi-soon h2{margin:0;font-size:24px}.gmi-soon p{margin:0;color:#6b7280}.gmi-soon small{color:#9aa4b2}.gmi-soon .gmi-home{margin-top:14px}.gmi{height:100vh;min-height:0;overflow:hidden}.gmi-hdr{flex:0 0 auto}.gmi-body{flex:1;min-height:0}.gmi-nav{overflow-y:auto;overflow-x:visible}.gmi-main{overflow:auto;min-height:0}.gmi-foot{flex:0 0 auto;position:static}.is-table-wrap{overflow:visible}.is-table thead th{position:sticky;top:0;z-index:2}.gmi-nav{scrollbar-width:none}.gmi-nav::-webkit-scrollbar{display:none}.gmi-nav button.active{background:#1e6fd9;color:#fff;border-left:4px solid #ffc107;padding-left:0}.gmi-nav li.open>button{background:#2b6cb0;color:#fff}.gmi-nav li.open>button.active{background:#1e6fd9}.gmi-sub li button.active{background:#e8f0fe;color:#1e6fd9;font-weight:700;border-left:3px solid #1e6fd9;padding-left:15px}.gmi-sub li button.active:after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#1e6fd9;margin-left:8px;vertical-align:middle}.gmi-nav button:hover{background:#2f4a66;color:#fff}.gmi-nav button.active:hover{background:#1a5fc0}.gmi-sub li button:hover{background:#e8f0fe;color:#1e6fd9}.gmi-home:hover,.gmi-hdr-icon:hover{background:#e8f0fe;border-color:#1e6fd9;color:#1e6fd9}.gmi-foot-tools button:hover{color:#1e6fd9;background:#e8f0fe;border-radius:6px}.gmi-hdr-tab{border:0;cursor:pointer;box-shadow:0 4px 12px #ffc10759;transition:top .6s cubic-bezier(.19,1,.22,1)}.gmi-hdr-tab:hover{background:#ffb300}.gmi-hdr-tab.open{position:fixed;top:620px;z-index:2001}a.gmi-avatar{text-decoration:none;cursor:pointer;transition:transform .12s}a.gmi-avatar:hover{transform:scale(1.08)}.gmi-avatar.db{background:#28323f;color:#fff;margin-left:-4px}.gmi-avatar.mesnow{background:#111827;color:#fff;position:relative}.gmi-avatar.mesnow em{position:absolute;bottom:-4px;right:-6px;font-style:normal;font-size:9.5px;font-weight:800;background:#1baf7a;color:#fff;border-radius:999px;padding:0 5px;border:2px solid #fff;line-height:14px}.gmi-avatar.dash{background:#2a78d6;color:#fff;border:0;cursor:pointer;transition:transform .12s;margin-right:-4px}.gmi-avatar.dash:hover{transform:scale(1.08)}.gmi-avatar.dash.on{box-shadow:0 0 0 3px #bfd3ff}.gmi-brand:hover{background:#f1f5f9}.gmi-badge{display:inline-block;margin-left:6px;padding:0 6px;border-radius:8px;background:#e8f0fe;color:#1e6fd9;font-size:10.5px;font-weight:700;font-style:normal;line-height:16px;vertical-align:1px}.gmi-badge.base{background:#f1f3f6;color:#6b7280}.sd-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000014;z-index:1999}.sd-canvas{position:fixed;top:-640px;left:50%;transform:translate(-50%);width:fit-content;min-width:300px;max-width:95vw;height:620px;overflow:auto;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);border-radius:0 0 20px 20px;box-shadow:0 10px 30px #0000001f;transition:top .6s cubic-bezier(.19,1,.22,1);z-index:2000}.sd-canvas.active{top:0}.sd-body{position:relative;padding:20px 24px 24px;color:#000;font-size:14px}.sd-legend{position:absolute;top:18px;right:24px;display:flex;gap:9px}.sd-legend span{display:inline-block;width:96px;padding:4px 5px;text-align:center;font-size:.86em;font-weight:600}.sd-legend .old,.sd-item.old{background:#fff;border:1px solid #bfbfbf}.sd-legend .mod,.sd-item.mod{background:#9bc2e6;border:1px solid #7fa8cc}.sd-legend .new,.sd-item.new{background:#a9d08e;border:1px solid #8bb673}.sd-root{position:relative;width:170px;margin:12px auto 38px;padding:5px;border:1px solid #000;background:#d9d9d9;text-align:center;font-size:1em;font-weight:600}.sd-root:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:1px;height:20px;background:#000}.sd-cols{display:grid;grid-template-columns:repeat(9,120px);column-gap:10px;position:relative;list-style:none;margin:0;padding:0;justify-content:start}.sd-cols:before{content:"";position:absolute;top:-20px;left:60px;right:60px;height:1px;background:#000}.sd-cols>li{position:relative}.sd-cols>li:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:1px;height:20px;background:#000}.sd-col{width:120px;padding:5px 5px 8px;border:1px solid #000;background:#fff;text-align:center}.sd-col-title{font-weight:700;font-size:.95em;margin-bottom:8px}.sd-col-items{display:flex;flex-direction:column;gap:5px;align-items:center}.sd-item{width:104px;padding:3px;font-size:.85em;line-height:1.4;font-weight:600;color:#000;cursor:pointer;font-family:inherit;transition:.12s}.sd-item:hover{transform:translateY(-1px);box-shadow:0 3px 8px #0000002e;filter:brightness(.96)}.sd-row2{display:grid;grid-template-columns:repeat(2,auto);column-gap:120px;row-gap:40px;justify-content:center;align-items:start;margin:58px 0 14px}.sd-grp-title{width:120px;margin:0 auto 40px;padding:5px;border:1px solid #000;background:#d9d9d9;font-weight:600;text-align:center;position:relative}.sd-grp-title:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:1px;height:20px;background:#000}.sd-kids{display:flex;gap:10px;justify-content:center;position:relative}.sd-kids.many:before{content:"";position:absolute;top:-20px;left:60px;right:60px;height:1px;background:#000}.sd-kid{width:120px;min-height:0;white-space:pre-line;line-height:1.3;padding:5px;border:1px solid #000;background:#fff;text-align:center;font-weight:600;position:relative;align-self:flex-start}.sd-kid:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:1px;height:20px;background:#000}.sd-kid-items{display:flex;flex-direction:column;gap:5px;align-items:center;margin-top:8px}.sd-kid-items .sd-item{width:106px}.gc{position:fixed;right:24px;bottom:150px;z-index:99;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 190px);background:#fff;border:1px solid #e7e9ee;border-radius:16px;box-shadow:0 18px 50px #141a2247;display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;transform:scale(.9) translateY(12px);opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.34,1.4,.64,1),opacity .18s ease}.gc.open{transform:none;opacity:1;pointer-events:auto}.gc-hd{background:linear-gradient(135deg,#28323f,#141a22);color:#fff;padding:12px 14px;display:flex;align-items:center;gap:10px;flex-shrink:0}.gc-ico{width:38px;height:38px;border-radius:50%;background:var(--g-yellow,#FFCE00);color:#141a22;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gc-title{flex:1;min-width:0}.gc-tit{font-weight:700;font-size:15px}.gc-sub{font-size:11px;opacity:.85;display:flex;align-items:center;gap:5px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gc-dot{width:7px;height:7px;border-radius:50%;background:#43d17a;display:inline-block;animation:gc-pulse 2s infinite}@keyframes gc-pulse{0%,to{opacity:1}50%{opacity:.4}}.gc-x{background:none;border:0;color:#fff;opacity:.85;display:flex;padding:4px;border-radius:6px;cursor:pointer}.gc-x:hover{opacity:1;background:#ffffff26}.gc-body{flex:1;overflow-y:auto;padding:14px;background:#f5f6f8;display:flex;flex-direction:column;gap:10px}.gc-body::-webkit-scrollbar{width:4px}.gc-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.gc-msg{display:flex;animation:gc-in .2s ease}@keyframes gc-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.gc-bub{max-width:82%;padding:10px 13px;border-radius:14px;font-size:13.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.gc-msg.bot .gc-bub{background:#fff;color:#222;border:1px solid #e7e9ee;border-top-left-radius:4px}.gc-msg.me{justify-content:flex-end}.gc-msg.me .gc-bub{background:#28323f;color:#fff;border-top-right-radius:4px}.gc-msg.typing .gc-bub{color:#999}.gc-quick{padding:8px 12px;display:flex;flex-wrap:wrap;gap:6px;background:#f5f6f8;border-top:1px solid #e7e9ee;flex-shrink:0}.gc-quick button{display:inline-flex;align-items:center;gap:5px;border:1px solid #e3d9a8;background:#fffdf2;color:#8a6d00;border-radius:16px;padding:5px 11px;font-size:12px;cursor:pointer;font-family:inherit}.gc-quick button:hover{background:#fff6d6;border-color:#ffce00}.gc-quick button:disabled{opacity:.6;cursor:default}.gc-in{display:flex;padding:10px;gap:8px;border-top:1px solid #e7e9ee;background:#fff;flex-shrink:0}.gc-in input{flex:1;min-width:0;border:1px solid #ddd;border-radius:20px;padding:9px 14px;font-size:13.5px;outline:none;font-family:inherit}.gc-in input:focus{border-color:#ebbe00;box-shadow:0 0 0 2px #ffce0040}.gc-in button{width:40px;height:40px;border-radius:50%;border:0;background:#ffce00;color:#141a22;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gc-in button:hover{background:#ebbe00}.gc-in button:disabled{opacity:.5;cursor:default}.gmi-chat.open{background:#28323f;color:#fff}.gmi-chat{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;z-index:100}.gmi-chat.dragging{cursor:grabbing;transform:scale(1.06);box-shadow:0 10px 24px #0000004d}.gc-hd{cursor:move;-webkit-user-select:none;user-select:none;touch-action:none}.gc.dragging{transition:none;box-shadow:0 18px 50px #141a2247,0 12px 32px #0003}.lg-wrap{position:relative;display:flex}.gmi-avatar.legacy{background:#6ab04c;color:#fff;border:0;cursor:pointer;transition:transform .12s;margin-left:-4px}.gmi-avatar.legacy:hover,.gmi-avatar.legacy.open{transform:scale(1.08)}.lg-pop{position:absolute;top:46px;right:0;width:360px;background:#fff;border:1px solid #e3e8ee;border-radius:12px;padding:14px 16px;box-shadow:0 14px 40px #0000002e;z-index:120;text-align:left;font-size:13.5px}.lg-title{display:flex;flex-direction:column;margin-bottom:8px}.lg-title b{font-size:15px}.lg-title small{color:#6b7280;font-size:12px}.lg-url{display:flex;align-items:center;gap:6px;font-size:12.5px;margin-bottom:10px;color:#374151;white-space:nowrap;overflow:hidden}.lg-url a{color:#1e6fd9;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.lg-url a:hover{text-decoration:underline}.lg-row{display:grid;grid-template-columns:96px 1fr auto;align-items:center;gap:8px;padding:6px 0;border-top:1px solid #f1f3f6}.lg-k{color:#6b7280;font-size:12.5px}.lg-v{font-family:Consolas,D2Coding,monospace;font-size:14px;font-weight:700;background:#f5f7fb;border-radius:6px;padding:4px 8px;-webkit-user-select:all;user-select:all}.lg-copy{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 10px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;font-size:12px;cursor:pointer;color:#374151;font-family:inherit}.lg-copy:hover{background:#f1f5f9}.lg-copy.ok{border-color:#27ae60;color:#1f9d55}.lg-open{width:100%;height:40px;margin-top:10px;border:0;border-radius:10px;background:#6ab04c;color:#fff;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-family:inherit}.lg-open:hover{background:#5a9a40}.lg-hint{margin:8px 0 0;font-size:12px;color:#6b7280;line-height:1.5}.hm{display:flex;flex-direction:column;gap:14px}.hm-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e3e8ee;border-radius:6px;padding:10px 14px}.hm-nav{display:flex;align-items:center;gap:8px;font-size:14px}.hm-nav b{min-width:190px;text-align:center;font-size:15px}.hm-nav button{height:32px;min-width:32px;border:1px solid #cfd8e3;border-radius:6px;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;font-family:inherit;font-size:13px;padding:0 10px}.hm-nav button:hover{background:#f1f5f9}.hm-nav input[type=date]{height:32px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:13px}.hm-note{font-size:12.5px;color:#b8760a;background:#fff4e0;border-radius:6px;padding:4px 10px}.hm-cards{display:flex;gap:10px;flex-wrap:wrap}.hm-card{border:1px solid #e3e8ee;border-radius:8px;padding:6px 14px;min-width:120px;background:#f8fafc}.hm-card small{display:block;font-size:11.5px;color:#6b7280}.hm-card b{font-size:19px;font-weight:800;color:#111}.hm-card b span{font-size:12px;font-weight:600;color:#6b7280;margin-left:3px}.hm-card b i{font-style:normal}.hm-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:16px;align-items:start}@media (max-width:1300px){.hm-grid{grid-template-columns:1fr}}.hm-sec{background:#fff;border:1px solid #e3e8ee;border-radius:6px;padding:12px 14px 14px}.hm-bar{margin:0 0 12px;padding:6px 0 10px;font-size:18px;font-weight:800;color:#1b2433;display:flex;align-items:center;gap:10px;border-bottom:2px solid #e3e8ee}.hm-bar:before{content:"";width:5px;height:20px;border-radius:3px;background:#2a78d6}.hm-table{width:100%;border-collapse:collapse;font-size:14px}.hm-table th{border:1px solid #cfd8e3;background:#f3f4f6;height:30px;font-weight:700;padding:2px 6px;white-space:nowrap}.hm-table th small{display:block;font-size:10.5px;color:#6b7280;font-weight:600;line-height:1}.hm-table th.we{color:#b91c1c}.hm-table th.cur,.hm-table td.cur{background:#fff7d6}.hm-table td{border:1px solid #dfe5ef;height:32px;padding:2px 8px;text-align:center}.hm-table td.l{text-align:left}.hm-table td.l small{color:#6b7280;font-size:11.5px}.hm-table td.num{text-align:right;font-variant-numeric:tabular-nums}.hm-table td.num.we{color:#6b7280}.hm-table td.total{font-weight:800;background:#fafafa}.hm-table td .zero{color:#c4c9d1}.hm-table td.note{color:#374151;font-size:13px;min-width:120px;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hm-table td.l b{white-space:nowrap}.hm-table tr.empty td{color:#9aa4b2;height:30px}.hm-table tfoot td{font-weight:800;background:#eef1f5}.hm-row{cursor:pointer}.hm-row:hover td{background:#eef4ff}.hm-st{display:inline-block;white-space:nowrap;padding:1px 9px;border-radius:10px;color:#fff;font-size:11.5px;font-weight:700}.hm-urgent{display:inline-block;margin-left:6px;padding:0 6px;border-radius:8px;background:#e74c3c;color:#fff;font-size:10.5px;font-weight:700;vertical-align:1px}.hm-empty{padding:30px;text-align:center;color:#9aa4b2}.hm-charts{display:grid;grid-template-columns:minmax(0,2fr) repeat(3,minmax(0,1fr));gap:14px}@media (max-width:1500px){.hm-charts{grid-template-columns:repeat(2,minmax(0,1fr))}}.hm-ch{background:#fff;border:1px solid #e3e8ee;border-radius:6px;padding:12px 14px;min-height:230px;display:flex;flex-direction:column}.hm-ch h4{margin:0 0 8px;font-size:14px;font-weight:700;color:#1b2433;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hm-ch h4 small{margin-left:auto;font-size:12px;font-weight:500;color:#6b7280}.ch-lg{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#374151}.ch-lg i{display:inline-block;width:12px;height:12px;border-radius:3px;margin-left:6px}.ch{width:100%;height:auto;flex:1}.ch-grid{stroke:#eef1f5;stroke-width:1}.ch-axis{stroke:#cfd8e3;stroke-width:1}.ch-tick{font-size:10px;fill:#6b7280}.ch-x{font-size:11px;fill:#374151}.ch-val{font-size:10px;fill:#1b2433;font-weight:700}.ch-big{font-size:22px;font-weight:800;fill:#111}.ch-donut{display:flex;align-items:center;gap:14px;flex:1}.ch-donut svg{width:140px;height:140px;flex-shrink:0}.ch-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:13px;color:#374151}.ch-legend i{display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:6px;vertical-align:-1px}.ch-legend b{margin-left:4px;font-size:15px}.ch-legend small{margin-left:6px;color:#6b7280}.ch-hbars{display:flex;flex-direction:column;gap:7px;flex:1;justify-content:center}.ch-hrow{display:grid;grid-template-columns:96px 1fr 56px;align-items:center;gap:8px;font-size:12.5px}.ch-hlabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#374151}.ch-htrack{position:relative;height:14px;background:#eef1f5;border-radius:4px;overflow:hidden}.ch-htrack i{position:absolute;left:0;top:0;bottom:0;background:#9cc3f0;border-radius:4px}.ch-htrack em{position:absolute;left:0;top:0;bottom:0;background:#2a78d6;border-radius:4px}.ch-hval{text-align:right;font-variant-numeric:tabular-nums}.ch-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#9aa4b2;font-size:13px}.hm-hint{color:#9aa4b2;font-size:11.5px;margin-left:4px}.hm-tools{display:flex;gap:8px;align-items:center}.hm-btn{height:34px;padding:0 14px;border-radius:8px;border:1px solid #cfd8e3;background:#fff;font-weight:700;font-size:13px;color:#374151;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-family:inherit}.hm-btn:hover{border-color:#2a78d6;color:#2a78d6}.hm-btn.on{background:#1e6fd9;border-color:#1e6fd9;color:#fff}.hm-btn.ghost{color:#6b7280}.wg-catalog{position:fixed;right:24px;top:76px;width:380px;max-height:calc(100vh - 140px);overflow:auto;background:#fff;border:1px solid #e3e8ee;border-radius:12px;box-shadow:0 12px 40px #1118272e;z-index:60;padding:10px 12px 14px}.wg-cat-head{display:flex;align-items:center;gap:8px;padding:4px 2px 10px;border-bottom:1px solid #eef1f5;margin-bottom:6px}.wg-cat-head b{font-size:15px}.wg-cat-head small{color:#6b7280;font-size:11.5px;flex:1}.wg-cat-group h5{margin:10px 2px 4px;font-size:11.5px;color:#9aa4b2;letter-spacing:.06em;text-transform:uppercase}.wg-cat-item{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:8px;cursor:grab;border:1px solid transparent}.wg-cat-item:hover{background:#f4f8fe;border-color:#dbe7fb}.wg-cat-item.on{opacity:.75}.wg-cat-item.on:hover{opacity:1}.wg-cat-item div{flex:1;min-width:0}.wg-cat-item b{display:block;font-size:13px;color:#111827}.wg-cat-item small{display:block;font-size:11.5px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wg-cat-ico{width:32px;height:32px;border-radius:8px;background:#eef4ff;color:#1e6fd9;display:inline-flex;align-items:center;justify-content:center;flex:none}.wg-cat-state{color:#9aa4b2;flex:none}.wg-cat-item.on .wg-cat-state{color:#1baf7a}.wg-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;align-items:start}.wg{grid-column:span 6;background:#fff;border:1px solid #e3e8ee;border-radius:10px;min-width:0;transition:box-shadow .15s,border-color .15s,opacity .15s;display:flex;flex-direction:column}.wg.w3{grid-column:span 3}.wg.w4{grid-column:span 4}.wg.w6{grid-column:span 6}.wg.w7{grid-column:span 7}.wg.w5{grid-column:span 5}.wg.w8{grid-column:span 8}.wg.w9{grid-column:span 9}.wg.w12{grid-column:span 12}@media (max-width:1300px){.wg.w3,.wg.w4,.wg.w5{grid-column:span 6}.wg.w7,.wg.w8,.wg.w9{grid-column:span 12}}@media (max-width:900px){.wg{grid-column:span 12!important}}.wg.over{border-color:#2a78d6;box-shadow:0 0 0 3px #2a78d62e}.wg.flash{box-shadow:0 0 0 3px #eda100}.wg.ghost{opacity:.4}.wg-head{display:flex;align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid #eef1f5;cursor:grab;-webkit-user-select:none;user-select:none}.wg-head:active{cursor:grabbing}.wg-head h4{margin:0;flex:1;font-size:14px;font-weight:800;color:#1b2433;display:flex;align-items:center;gap:8px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wg-head h4:before{content:"";width:4px;height:16px;border-radius:2px;background:#2a78d6;flex:none}.wg-grip{color:#c3cad3;display:inline-flex}.wg-size{font-size:11px;color:#9aa4b2;border:1px solid #e3e8ee;border-radius:10px;padding:1px 7px}.wg-ico{border:0;background:none;color:#9aa4b2;width:24px;height:24px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.wg-ico:hover{background:#eef4ff;color:#1e6fd9}.wg-ico.del:hover{background:#fdecea;color:#c0392b}.wg-ico:disabled{opacity:.3;cursor:default}.wg-body{padding:10px 12px 12px;min-height:80px;overflow:hidden}.wg-body .ch{width:100%;height:auto}.wg-sub{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#6b7280;margin-bottom:4px}.wg-cards{justify-content:space-between}.wg-cards .hm-card{flex:1;min-width:140px}.wg-table{font-size:12.5px}.wg-table td{height:28px}.wg-empty{padding:18px;text-align:center;color:#9aa4b2;font-size:12.5px}.wg-go{margin-top:8px;border:0;background:none;color:#1e6fd9;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:3px;font-family:inherit;padding:0}.wg-go:hover{text-decoration:underline}.wg-kpi{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.wg-kpi b{font-size:26px;color:#111827}.wg-kpi span{color:#6b7280;font-size:12.5px}.wg-kpi.big b{font-size:34px}.wg-kpi .bad,.wg-li em.bad,.wg-stats b.bad{color:#c0392b}.wg-kpi .ok{color:#1baf7a}.wg-list{display:flex;flex-direction:column;gap:3px}.wg-li{display:flex;align-items:center;gap:8px;font-size:12.5px;padding:4px 6px;border-radius:6px;background:#f8fafc;min-width:0}.wg-li b{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}.wg-li small{color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40%}.wg-li em{font-style:normal;font-weight:700;font-variant-numeric:tabular-nums;color:#2a78d6}.wg-day{font-size:11px;color:#6b7280;background:#fff;border:1px solid #e3e8ee;border-radius:4px;padding:1px 5px;flex:none}.wg-day.cur{background:#2a78d6;color:#fff;border-color:#2a78d6}.wg-tag{font-style:normal;color:#fff;font-size:10.5px;border-radius:4px;padding:1px 5px;flex:none}.wg-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.wg-stats div{background:#f8fafc;border-radius:8px;padding:8px 10px}.wg-stats small{display:block;color:#6b7280;font-size:11.5px}.wg-stats b{font-size:18px;color:#111827}.wg-env{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}.wg-env-item{background:#f8fafc;border-radius:8px;padding:8px 10px;border:1px solid transparent}.wg-env-item.bad{border-color:#e74c3c;background:#fff5f5}.wg-env-item small{display:block;color:#6b7280;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wg-env-item b{font-size:20px;color:#111827}.wg-env-item b span{font-size:11px;color:#6b7280;margin-left:2px}.wg-env-item em{display:block;font-style:normal;font-size:11px;color:#9aa4b2}.wg-foot{font-size:11px;color:#9aa4b2;margin-top:6px}.wg-drop-end{grid-column:span 12;min-height:0;border:2px dashed transparent;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#2a78d6;font-size:13px;transition:.15s}.wg-drop-end.show{min-height:56px;border-color:#bfd3ff;background:#f7faff}.wg-drop-end.over{border-color:#2a78d6;background:#e8f1fd}.wg-blank{grid-column:span 12;border:2px dashed #cfd8e3;border-radius:12px;padding:40px;text-align:center;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:8px}.wg-blank b{font-size:15px;color:#374151}.um{position:relative;display:flex}.gmi-user{cursor:pointer;border-radius:8px;padding:4px 8px;transition:background .12s}.gmi-user:hover,.gmi-user.open{background:#f1f5f9}.um-pop{position:absolute;top:44px;right:0;width:220px;background:#fff;border:1px solid #e3e8ee;border-radius:12px;box-shadow:0 14px 40px #0000002e;padding:8px;z-index:120}.um-head{display:flex;align-items:center;gap:10px;padding:8px 10px 10px;border-bottom:1px solid #f1f3f6;margin-bottom:6px}.um-head b{display:block;font-size:14px}.um-head small{color:#6b7280;font-size:12px}.um-avatar{width:36px;height:36px;border-radius:50%;background:#eef4ff;color:#2a78d6;display:flex;align-items:center;justify-content:center}.um-pop button[role=menuitem]{width:100%;display:flex;align-items:center;gap:8px;height:38px;padding:0 10px;border:0;background:none;border-radius:8px;font-size:14px;color:#1b2433;cursor:pointer;text-align:left;font-family:inherit}.um-pop button[role=menuitem]:hover{background:#f1f5f9}.um-pop button.out{color:#c0392b}.um-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:300;display:flex;align-items:center;justify-content:center}.um-dialog{width:380px;max-width:calc(100vw - 32px);background:#fff;border-radius:14px;padding:18px 20px 16px;box-shadow:0 24px 64px #0000004d;display:flex;flex-direction:column;gap:12px}.um-dlg-head{display:flex;align-items:center;justify-content:space-between;font-size:17px}.um-dialog label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:#374151;font-weight:600}.um-dialog input{height:42px;border:1px solid #cfd8e3;border-radius:8px;padding:0 12px;font-size:15px}.um-dialog input:focus{border-color:#1e88e5;outline:none;box-shadow:0 0 0 3px #1e88e526}.um-err{color:#e53935;font-size:13px}.um-ok{color:#1f9d55;font-size:13px;display:flex;align-items:center;gap:6px}.um-btns{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.um-btns .ip-btn{min-width:90px;height:38px}.um-sub{position:relative}.um-sub>button small{margin-left:auto;color:#6b7280;font-size:12.5px;font-weight:600}.um-sub-chev{color:#9aa4b2;margin-right:-4px}.um-sub.open>button{background:#f1f5f9}.um-sub-pop{position:absolute;top:-8px;right:calc(100% + 6px);min-width:150px;background:#fff;border:1px solid #e3e8ee;border-radius:12px;box-shadow:0 14px 40px #0000002e;padding:8px;z-index:121}.um-sub-pop:before{content:"";position:absolute;top:0;bottom:0;right:-8px;width:8px}.um-sub-pop button.on{color:#1e6fd9;font-weight:700}.um-sub-pop button .gmi-ico{margin-left:auto;color:#1e6fd9}.gmi-meet{height:34px;padding:0 14px;border:0;border-radius:999px;background:#28323f;color:#fff;font-size:13.5px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-family:inherit;transition:transform .12s}.gmi-meet:hover,.gmi-meet.on{background:#1b2433;transform:scale(1.04)}.mt-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px}.mt-modal{width:780px;max-width:100%;max-height:calc(100vh - 40px);background:#fff;border-radius:16px;box-shadow:0 24px 64px #0000004d;display:flex;flex-direction:column;overflow:hidden}.mt-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e3e8ee}.mt-who{display:flex;align-items:center;gap:12px}.mt-who b{display:block;font-size:17px}.mt-who small{color:#6b7280;font-size:12.5px}.mt-avatar{width:44px;height:44px;border-radius:50%;background:#28323f;color:#fff;display:flex;align-items:center;justify-content:center}.mt-body{padding:14px 22px 10px;overflow:auto}.mt-meta{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#6b7280;margin-bottom:6px}.mt-group{margin:10px 0 18px}.mt-gt{font-size:14px;font-weight:800;margin-bottom:8px}.mt-gs{margin-left:10px;font-size:12.5px;font-weight:500;color:#6b7280}.mt-list{display:flex;flex-direction:column;gap:8px}.mt-item{display:grid;grid-template-columns:1fr 44px;gap:6px}.mt-main{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e3e8ee;border-radius:10px;background:#fff;text-align:left;cursor:pointer;font-family:inherit;transition:.12s}.mt-main:hover{border-color:#2a78d6;background:#f5f9ff}.mt-ic{width:38px;height:38px;border-radius:9px;background:#eef4ff;color:#2a78d6;display:flex;align-items:center;justify-content:center}.mt-tx{display:flex;flex-direction:column;min-width:0}.mt-t{font-size:14.5px;font-weight:700;color:#111}.mt-d{font-size:12.5px;color:#6b7280;line-height:1.45}.mt-kind{font-size:11.5px;font-weight:700;color:#374151;background:#f1f3f6;border-radius:10px;padding:2px 9px;white-space:nowrap}.mt-ext{display:flex;align-items:center;justify-content:center;border:1px solid #e3e8ee;border-radius:10px;color:#374151;text-decoration:none}.mt-ext:hover{background:#f1f5f9}.mt-empty{padding:30px;text-align:center;color:#9aa4b2}.mt-foot{padding:10px 22px 14px;border-top:1px solid #f1f3f6;font-size:12px;color:#6b7280}.mt-foot code{background:#f1f3f6;border-radius:4px;padding:0 5px}.mt-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a;z-index:310;display:flex;flex-direction:column}.mt-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px;background:#1b2433;color:#fff;flex-shrink:0}.mt-title{display:flex;align-items:center;gap:10px;min-width:0}.mt-title .mt-ic{width:30px;height:30px;background:#ffffff1f;color:#fff}.mt-tt{display:flex;flex-direction:column;min-width:0}.mt-tt b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt-tt span{font-size:11.5px;color:#9aa4b2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt-tools{display:flex;align-items:center;gap:6px;flex-shrink:0}.mt-tools button,.mt-tools a{height:32px;padding:0 10px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff14;color:#fff;display:inline-flex;align-items:center;gap:5px;font-size:13px;cursor:pointer;text-decoration:none;font-family:inherit}.mt-tools button:hover,.mt-tools a:hover{background:#ffffff2e}.mt-tools button:disabled{opacity:.35;cursor:default}.mt-nav{display:flex;align-items:center;gap:6px;font-size:13px;font-variant-numeric:tabular-nums}.mt-frame{flex:1;position:relative;background:#fff}.mt-frame iframe{width:100%;height:100%;border:0;display:block}.mt-frame img{max-width:100%;max-height:100%;display:block;margin:0 auto;object-fit:contain}.mt-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#6b7280;background:#fff;pointer-events:none}.cf-slot{display:inline-flex;align-items:center;margin-left:12px;vertical-align:middle}.cf-box{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px 0 8px;border:1px solid #cfd8e3;border-radius:13px;background:#fff;font-size:12px;font-weight:700;color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;font-family:inherit;line-height:1}.cf-box input{width:14px;height:14px;margin:0;cursor:pointer;accent-color:#1baf7a}.cf-box span{display:inline-flex;align-items:center;gap:3px}.cf-box:hover{border-color:#1baf7a}.cf-box.on{background:#e6f6ec;border-color:#1baf7a;color:#17693a}.tp-head h3 .cf-slot{font-size:12px}.is-panel{background:#fff;border:1px solid #e3e8ee;border-radius:6px;padding:8px 10px 14px}.is-head{display:flex;align-items:center;justify-content:space-between;padding:6px 6px 10px}.is-title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.02em}.is-head-tools{display:flex;align-items:center;gap:10px}.is-check{display:flex;align-items:center;gap:4px;font-size:13px}.is-check input{width:15px;height:15px;accent-color:#1e6fd9}.is-jump{width:52px;height:30px;border:1px solid #cfd8e3;border-radius:6px;text-align:center;font-size:13px;color:#9aa4b2}.is-icon-btn{background:none;border:0;color:#374151;display:flex;padding:2px}.is-switch{display:flex;align-items:center;gap:6px;height:28px;padding:0 4px 0 12px;border-radius:14px;border:1px solid #6b7280;background:#fff;font-size:12.5px;font-weight:600;color:#374151}.is-switch i{width:18px;height:18px;border-radius:50%;background:#e5e7eb;display:block;transition:.14s}.is-switch.on i{background:#111}.is-filter{display:flex;flex-wrap:wrap;gap:16px;align-items:center;background:#f1f3f6;border-radius:8px;padding:16px 18px;margin:0 2px 20px}.is-field{display:flex;align-items:center;height:42px;background:#fff;border:1px solid #cfd8e3;border-radius:8px;overflow:hidden}.is-field.wide{width:260px}.is-label{padding:0 10px 0 14px;font-size:13px;color:#4b5563;white-space:nowrap}.is-field select,.is-field input{height:100%;border:0;background:transparent;font-size:14px;font-weight:600;color:#111;padding:0 14px 0 4px;min-width:110px;outline:none}.is-field input{font-weight:400;width:100%;padding-left:14px}.is-field input::placeholder{color:#9aa4b2;font-weight:400}.is-toolbar{display:flex;align-items:center;justify-content:space-between;margin:0 2px 8px}.is-quick{width:250px;height:36px;border:1px solid #cfd8e3;border-radius:6px;padding:0 12px;font-size:13px}.is-toolbar-btns{display:flex;gap:8px}.is-tb{width:38px;height:36px;border:1px solid #cfd8e3;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;color:#374151}.is-tb.plus{color:#1e88e5}.is-tb.minus{color:#e53935}.is-tb:disabled{opacity:.45}.is-table-wrap{overflow:auto;border:1px solid #e3e8ee}.is-table{width:100%;border-collapse:collapse;font-size:13.5px}.is-table th{background:#f3f4f6;color:#374151;font-weight:700;font-size:13.5px;height:44px;border:1px solid #e3e8ee;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;position:relative}.is-sort{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:2px;width:10px}.is-sort i{display:block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.is-sort i.up{border-bottom:5px solid #b5bec9}.is-sort i.dn{border-top:5px solid #b5bec9}.is-sort.asc i.up{border-bottom-color:#1e6fd9}.is-sort.desc i.dn{border-top-color:#1e6fd9}.is-table th:hover .is-sort i.up{border-bottom-color:#6b7280}.is-table th:hover .is-sort i.dn{border-top-color:#6b7280}.is-table th:hover .is-sort.asc i.up{border-bottom-color:#1e6fd9}.is-table th:hover .is-sort.desc i.dn{border-top-color:#1e6fd9}.is-table td{border:1px solid #e3e8ee;padding:0 12px;height:47px;vertical-align:middle}.is-table.compact td{height:47px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}.is-table:not(.compact) td{height:60px;white-space:normal}.is-table tbody tr:nth-child(2n){background:#f8f9fb}.is-table tbody tr:hover{background:#eef3fb}.is-table tbody tr.selected{background:#e3ecfa}.is-col-check{width:70px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none}.is-col-check input{width:18px;height:18px;accent-color:#1e6fd9;cursor:pointer;pointer-events:none;vertical-align:middle}tbody .is-col-check:hover{background:#dbe7fb}.is-col-no{width:60px;text-align:center;font-weight:700;color:#374151}.is-col-type,.is-col-status{width:160px;text-align:center}.is-col-notice{width:120px}.is-pill{display:inline-flex;align-items:center;gap:3px;height:30px;padding:0 18px;border-radius:15px;color:#fff;font-weight:700;font-size:13px}.is-pill.red{background:#e53935}.is-pill.blue{background:#1e88e5}.is-empty{text-align:center;color:#9aa4b2;height:80px}.is-col-valid{width:60px;text-align:center}.is-col-info{width:90px;text-align:center;color:#6b7280;font-size:12.5px}.is-table tbody tr{cursor:pointer}.is-table tbody tr.editing{outline:2px solid #1e88e5;outline-offset:-2px}.is-tb.on{background:#eef4ff;border-color:#1e88e5;color:#1e88e5}.is-toast{position:fixed;right:24px;bottom:150px;z-index:60;padding:12px 18px;border-radius:12px;color:#fff;font-weight:600;box-shadow:0 12px 30px #0003}.is-toast.ok{background:#27ae60}.is-toast.err{background:#e74c3c}.is-table tbody tr.selected{background:#dbe8ff}.is-table tbody tr.selected td{border-color:#b8cffb}.is-table tbody tr.editing{outline:2px solid #1e6fd9;outline-offset:-2px;background:#eef4ff}.is-table tbody tr:hover td{background:#e3ecfa}.is-table tbody tr.selected:hover td{background:#cfe0ff}.is-table th:hover{background:#e3e8ee;color:#1e6fd9}.is-tb:hover,.is-icon-btn:hover{background:#e8f0fe;border-color:#1e6fd9;color:#1e6fd9}.is-switch:hover{border-color:#1e6fd9;color:#1e6fd9}.ip-btn:hover{filter:brightness(.9)}.mg-pager button:hover:not(:disabled){background:#e8f0fe;border-color:#1e6fd9;color:#1e6fd9}.mg-table th{padding:0 18px}.mg-table td{padding:0 10px}.mg-table.compact td{max-width:320px}.is-field .is-label+input{height:100%;border:0;background:transparent;font-size:14px;color:#111;padding:0 14px 0 4px;min-width:140px;outline:none}.ip-field.tall{height:auto;min-height:42px}.ip-field.tall textarea{flex:1;border:0;outline:none;padding:10px 12px;font-size:14px;min-height:90px;resize:vertical;font-family:inherit}.mg-switch{width:38px;height:22px;border-radius:11px;border:0;background:#cfd8e3;position:relative;padding:0;cursor:pointer;transition:.15s}.mg-switch i{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;transition:.15s}.mg-switch.on{background:#27ae60}.mg-switch.on i{left:18px}.mg-switch:disabled{opacity:.6}.mg-foot{display:flex;align-items:center;justify-content:space-between;padding:10px 4px 0;font-size:12.5px;color:#6b7280}.mg-pager{display:flex;align-items:center;gap:4px}.mg-pager select{height:30px;border:1px solid #cfd8e3;border-radius:6px;padding:0 6px;font-size:12.5px;margin-right:8px;background:#fff}.mg-pager button{min-width:32px;height:32px;border:1px solid #e3e8ee;border-radius:6px;background:#fff;color:#374151;font-size:13px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.mg-pager button.on{background:#1e6fd9;border-color:#1e6fd9;color:#fff;font-weight:700}.mg-pager button:disabled{opacity:.4}.mg-pager i{padding:0 4px;color:#9aa4b2;font-style:normal}.mg-size{height:36px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:13px;background:#fff;margin-right:6px}.is-toolbar-left{display:flex;align-items:center;gap:8px}.mg-sortchip{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 10px;border-radius:15px;background:#e8f0fe;color:#1e6fd9;font-size:12.5px;font-weight:600;cursor:pointer;border:1px solid #c9d8fb}.mg-sortchip:hover{background:#d5e4fd}.mg-reset{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 10px;border-radius:6px;border:1px solid #cfd8e3;background:#fff;color:#374151;font-size:12.5px;font-weight:600}.mg-reset:hover{border-color:#1e6fd9;color:#1e6fd9;background:#e8f0fe}.mg-steps{cursor:pointer;white-space:normal;line-height:1.5}.mg-steps-head{display:flex;align-items:center;gap:6px;color:#111}.mg-steps-head .gmi-ico{color:#6b7280;flex-shrink:0}.mg-steps.open .mg-steps-head .gmi-ico{color:#1f9d55}.mg-steps-head b{font-weight:500}.mg-steps.open .mg-steps-head b{font-weight:700}.mg-more{display:inline-block;padding:1px 7px;border-radius:10px;background:#6c757d;color:#fff;font-size:11px;font-weight:700;white-space:nowrap}.mg-steps-list{margin:8px 0 4px 19px;padding:10px 12px;border:1px solid #e3e8ee;border-radius:6px;background:#f8fafc;color:#111}.mg-steps-list>div+div{margin-top:3px}.mg-detail-row>td{padding:0!important;background:#f8fafc;border-bottom:2px solid #2a78d6}.mg-detail-row .md-wrap{margin:0;border:0;border-radius:0;padding:12px 16px 16px;background:#f8fafc}tr.has-detail td{border-bottom:0}.mg-more-col{width:74px;text-align:center}.mg-more{display:inline-flex;align-items:center;gap:3px;height:26px;padding:0 9px;border:1px solid #bfd3ff;border-radius:13px;background:#eef4ff;color:#1d4ed8;font-size:11.5px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap}.mg-more:hover{background:#dbe7ff}.mg-more.on{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.mg-copy{border-bottom:1px dotted #6b7280;cursor:copy;padding-bottom:1px}.mg-copy:hover{color:#1e6fd9;border-bottom-color:#1e6fd9;border-bottom-style:solid}.ip{position:fixed;top:0;right:0;bottom:0;width:600px;max-width:100vw;background:#fff;box-shadow:-8px 0 24px #00000024;transform:translate(100%);transition:transform .2s ease;z-index:50;display:flex;flex-direction:column}.ip.open{transform:none}.ip-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e3e8ee}.ip-head h5{margin:0;font-size:16px;font-weight:700}.ip-close{background:none;border:0;color:#374151;display:flex;padding:4px}.ip-body{padding:20px;overflow:auto;display:flex;flex-direction:column;gap:12px}.ip-field{display:flex;align-items:stretch;height:42px;border:1px solid #cfd8e3;border-radius:6px;overflow:hidden}.ip-field.company{background:#fff8e1}.ip-label{display:flex;align-items:center;min-width:80px;padding:0 12px;background:#f3f4f6;border-right:1px solid #cfd8e3;font-size:13px;color:#374151;white-space:nowrap}.ip-field.company .ip-label{background:#fff3c4}.ip-label b{color:#e53935;margin-left:3px}.ip-field select,.ip-field input{flex:1;border:0;outline:none;padding:0 12px;font-size:14px;background:transparent;min-width:0}.ip-field input.req{background:#eef4ff}.ip-field select:disabled{color:#374151}.ip-err{color:#e53935;font-size:13px}.ip-btns{display:flex;gap:10px;justify-content:flex-end;margin-top:10px;flex-wrap:wrap}.ip-btn{min-width:100px;height:38px;padding:0 20px;border:0;border-radius:10px;font-weight:700;font-size:13.5px;color:#fff}.ip-btn.add{background:#1e88e5}.ip-btn.edit{background:#27ae60}.ip-btn.init{background:#6c757d}.ip-btn.del{background:#e74c3c}.ip-btn:disabled{opacity:.5}.ip-head{cursor:move;-webkit-user-select:none;user-select:none}.ip.dragging{transition:none;box-shadow:-8px 0 24px #00000024,0 12px 32px #0003}.ip.dragging .ip-head{cursor:grabbing}.ip-body>*{flex-shrink:0}.ip-body{padding-bottom:0}.ip-btns{position:sticky;bottom:0;margin:auto -20px 0;padding:12px 20px;background:#fff;border-top:1px solid #e3e8ee;box-shadow:0 -6px 12px #0000000d;z-index:1}.ip:after{content:"";position:absolute;right:4px;bottom:4px;width:16px;height:16px;z-index:5;cursor:nwse-resize;background:linear-gradient(135deg,transparent 0 50%,#9aa4b2 50% 60%,transparent 60% 70%,#9aa4b2 70% 80%,transparent 80%)}.ip .ip-head h5{pointer-events:none}.sf-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:300}.sf-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(1180px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 64px #00000047;padding:26px 30px 24px;z-index:301;color:#0f172a}.sf-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.sf-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;color:#6b7280;text-transform:uppercase}.sf-title{margin:4px 0 0;font-size:26px;font-weight:800;line-height:1.25}.sf-title span{color:#1d4ed8}.sf-title .sf-sub{color:#6b7280;font-weight:600;font-size:20px}.sf-x{background:none;border:0;color:#374151;display:flex;padding:6px;border-radius:8px;cursor:pointer}.sf-x:hover{background:#f1f5f9}.sf-lead{margin:10px 0 16px;font-size:15px;color:#475569;line-height:1.55}.sf-lead b{color:#0f172a}.sf-card{border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px 14px;background:#fff;box-shadow:0 4px 18px #0f172a0f}.sf-card svg{display:block;width:100%;height:auto;margin:0 auto}.sf-n{font-size:14.5px;fill:#0f172a}.sf-s{font-size:12.5px;fill:#475569}.sf-no{font-size:12px;font-weight:800;fill:#fff}.sf-flow{stroke-dasharray:10 8;animation:sf-dash .9s linear infinite}.sf-flow.slow{animation-duration:1.7s}@keyframes sf-dash{to{stroke-dashoffset:-18}}.sf-dot{filter:drop-shadow(0 0 3px rgba(0,0,0,.25))}@media (prefers-reduced-motion: reduce){.sf-flow{animation-duration:2.6s}}.sf-legend{display:flex;gap:20px;flex-wrap:wrap;margin-top:14px;font-size:13.5px;color:#64748b}.sf-legend span{display:flex;align-items:center;gap:8px}.sf-fa{display:inline-block;width:26px;height:0;border-top:3px dashed #1d4ed8}.sf-steps{margin:16px 0 0;padding:0 0 0 22px;font-size:14px;line-height:1.7;color:#1e293b}.sf-steps li::marker{font-weight:700;color:#64748b}.sf-steps li.act::marker{color:#04785a}.sf-steps li.check::marker{color:#1d4ed8}.mg-flow{display:inline-flex;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;border:1px solid #bfd3ff;border-radius:12px;background:#eef4ff;color:#1d4ed8;font-size:11.5px;font-weight:700;cursor:pointer;white-space:nowrap;font-family:inherit}.mg-flow:hover{background:#dbe7ff}.md-wrap{margin-top:14px;border:1px solid #e3e8ee;border-radius:8px;background:#fff;padding:12px 14px 14px}.md-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e3e8ee}.md-head b{font-size:16px}.md-sub{font-size:12.5px;color:#6b7280}.md-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr) minmax(0,.9fr);gap:14px}@media (max-width:1400px){.md-grid{grid-template-columns:1fr 1fr}.md-stock{grid-column:1 / -1}}.md-sec{border:1px solid #eef1f5;border-radius:8px;padding:10px 12px;min-width:0}.md-sec h4{margin:0 0 8px;font-size:14px;display:flex;align-items:center;gap:6px}.md-sec h4 small{font-weight:500;color:#6b7280;font-size:12px}.md-link{margin-left:auto;border:0;background:none;color:#1e6fd9;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:3px;font-family:inherit}.md-link:hover{text-decoration:underline}.md-default{font-size:12.5px;color:#374151;background:#f8fafc;border-radius:6px;padding:5px 10px;margin-bottom:8px}.md-table{width:100%;border-collapse:collapse;font-size:12.5px}.md-table th{text-align:center;color:#6b7280;font-weight:700;border-bottom:1px solid #e3e8ee;padding:5px 6px;white-space:nowrap}.md-table td{border-bottom:1px solid #f1f3f6;padding:5px 6px;vertical-align:top}.md-table th.r,.md-table td.r{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.md-table td.c{text-align:center;white-space:nowrap}.md-table td.muted,.md-table small.muted{color:#6b7280}.md-table td.warn{color:#e67e22;font-weight:700}.md-table tfoot td{background:#f8fafc;font-size:12.5px}.md-empty{padding:14px;text-align:center;color:#9aa4b2;font-size:12.5px}.md-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:10px}.md-card{border:1px solid #e3e8ee;border-radius:8px;padding:8px 10px;background:#f8fafc}.md-card small{display:block;font-size:11.5px;color:#6b7280}.md-card b{font-size:18px;color:#111}.md-card em{display:block;font-style:normal;font-size:11px;color:#6b7280}.md-card.low{border-color:#e74c3c;background:#fff5f5}.md-card.low b,.md-card.low em{color:#c0392b}.md-cards-row{grid-template-columns:repeat(4,1fr);margin-bottom:12px}.md-card b i{font-style:normal;font-size:12px;font-weight:600;color:#6b7280;margin-left:3px}.md-grid-2{grid-template-columns:1fr 1fr}.md-span2{grid-column:1 / -1}@media (max-width:1100px){.md-grid-2{grid-template-columns:1fr}.md-cards-row{grid-template-columns:repeat(2,1fr)}}.md-go{margin-left:auto;display:inline-flex;align-items:center;gap:2px}.md-go .md-link{margin-left:0}.md-ext{border:1px solid #bfd3ff;background:#fff;color:#1e6fd9;width:24px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.md-ext:hover{background:#eef4ff}.mg-detail .md-table td,.md-table td{height:auto;padding:4px 6px;line-height:1.35}.mg-detail .md-table th,.md-table th{height:auto;padding:5px 6px;position:sticky;top:0;background:#fff;z-index:1}.md-scroll{max-height:380px;overflow:auto;border:1px solid #eef1f5;border-radius:6px}.md-scroll .md-table{font-size:12.5px}.md-find{display:inline-flex;align-items:center;gap:4px;margin-left:8px}.md-find input{height:26px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:12.5px;width:170px;font-family:inherit}.md-find input:focus{outline:none;border-color:#1e6fd9}.md-find small{color:#6b7280;font-size:11.5px;white-space:nowrap}.md-hit{background:#fff3bf}.md-cards-3{grid-template-columns:repeat(3,1fr);margin-bottom:12px}.md-strip-items{display:flex;flex-wrap:wrap;gap:8px 28px;font-size:13px}.md-strip-items span{display:inline-flex;align-items:center;gap:6px}.md-strip-items b{font-size:16px}.md-strip-items em{font-style:normal;color:#6b7280;font-size:12px}.md-strip-items .md-go{margin-left:4px}.md-find select{height:26px;border:1px solid #cfd8e3;border-radius:6px;padding:0 6px;font-size:12.5px;font-family:inherit;max-width:320px}.md-fold h4{cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:0}.md-fold.open h4{margin-bottom:8px}.md-fold h4:hover{color:#1e6fd9}.md-fold-arrow{color:#6b7280;flex:none}.md-fold-tools{margin-left:auto;display:inline-flex;align-items:center;gap:6px;cursor:default}.md-fold-tools .md-go{margin-left:0}.md-fold:not(.open){background:#fafbfc}.md-csv{margin-left:auto;border:1px solid #cfd8e3;background:#fff;color:#374151;border-radius:6px;height:24px;padding:0 8px;font-size:11.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:3px;font-family:inherit}.md-csv:hover{border-color:#1e6fd9;color:#1e6fd9}.md-csv+.md-go{margin-left:6px}.at-sec{grid-column:1 / -1}.at-sec h4 .at-add{margin-left:auto;border:1px solid #cfd8e3;background:#fff;color:#1e6fd9;border-radius:6px;padding:3px 10px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-family:inherit}.at-sec h4 .at-add:hover{background:#eef4ff;border-color:#1e6fd9}.at-zone{position:relative;display:flex;flex-wrap:wrap;gap:10px;min-height:96px;padding:10px;border:2px dashed #d9e0e8;border-radius:12px;background:#fafbfc;transition:.15s;outline:none}.at-zone:focus{border-color:#bfd3ff}.at-zone.empty{cursor:pointer;align-items:center;justify-content:center;min-height:120px}.at-zone.over{border-color:#2a78d6;background:#e8f1fd}.at-zone.compact{min-height:72px}.at-thumb{position:relative;margin:0;width:132px;cursor:zoom-in;border-radius:10px;overflow:hidden;background:#fff;border:1px solid #e3e8ee;box-shadow:0 1px 3px #0000000d;transition:.12s}.at-thumb:hover{box-shadow:0 6px 18px #2a78d62e;border-color:#bfd3ff;transform:translateY(-1px)}.at-thumb img{display:block;width:100%;height:100px;object-fit:cover;background:#f3f4f6}.at-thumb figcaption{font-size:11px;color:#6b7280;padding:4px 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.at-thumb .at-x{position:absolute;top:5px;right:5px;width:22px;height:22px;border-radius:50%;border:0;background:#111827a6;color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer}.at-thumb .at-x:hover{background:#e74c3c}.at-thumb .at-zoom{position:absolute;left:5px;top:5px;width:22px;height:22px;border-radius:50%;background:#1118278c;color:#fff;display:none;align-items:center;justify-content:center;pointer-events:none}.at-thumb:hover .at-x,.at-thumb:hover .at-zoom{display:flex}.at-empty{display:flex;flex-direction:column;align-items:center;gap:4px;color:#9aa4b2;font-size:12.5px;padding:10px}.at-empty b{color:#374151;font-size:13.5px}.at-drop-hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;background:#e8f1fdd9;color:#1e6fd9;font-weight:800;font-size:15px;border-radius:10px;pointer-events:none}.at-msg{margin-top:6px;font-size:12.5px;color:#374151}.at-msg.busy{color:#1e6fd9;font-weight:600}.at-light{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0a0e14e0;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.at-light>img{height:calc(100vh - 140px);width:auto;max-width:calc(100vw - 140px);object-fit:contain;border-radius:6px;cursor:default}.at-light-top{position:absolute;top:0;left:0;right:0;height:52px;display:flex;align-items:center;gap:10px;padding:0 16px;color:#fff;background:linear-gradient(rgba(0,0,0,.55),transparent);cursor:default}.at-light-top b{font-size:14px}.at-light-top small{color:#cbd5e1;font-size:12px;margin-right:auto}.at-lb{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#ffffff1a;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.at-lb:hover{background:#ffffff40}.at-lb.del:hover{background:#e74c3c;border-color:#e74c3c}.at-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:0;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.at-nav:hover{background:#ffffff47}.at-nav:disabled{opacity:.25;cursor:default}.at-nav.prev{left:18px}.at-nav.next{right:18px}.sd-warn{margin-left:auto;color:#c0392b;font-size:12.5px;font-weight:700;display:inline-flex;align-items:center;gap:4px}.sd-table td{padding:3px 4px}.sd-table input,.sd-table select{width:100%;height:28px;border:1px solid #cfd8e3;border-radius:5px;padding:0 6px;font-size:12.5px;font-family:inherit;background:#fff;box-sizing:border-box}.sd-table input:focus,.sd-table select:focus{outline:none;border-color:#1e6fd9}.sd-table input[type=number]{text-align:right}.sd-btns{display:flex;align-items:center;gap:8px;margin-top:10px}.sd-btns .ip-btn{height:34px;padding:0 16px;border-radius:6px;font-weight:700;font-size:13px;border:0;color:#fff;cursor:pointer;font-family:inherit}.sd-btns .ip-btn.init{background:#6b7280}.sd-btns .ip-btn.add{background:#1e6fd9}.sd-btns .ip-btn.del{background:#e74c3c}.sd-btns .ip-btn:disabled{opacity:.45;cursor:default}.sd-msg{font-size:12.5px;color:#1e6fd9;font-weight:700}.rs-flow{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;align-items:center}.rs-chip{display:inline-flex;align-items:center;gap:6px;background:#eef4ff;color:#1e4b8f;border-radius:999px;padding:3px 10px 3px 4px;font-size:12.5px;font-weight:700}.rs-chip i{width:20px;height:20px;border-radius:50%;background:#1e6fd9;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:11px}.rs-chip+.rs-chip:before{content:""}.rs-btns{white-space:nowrap}.rs-btns .bom-x{margin:0 1px}.rs-classes{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px}.rs-classes li{background:#f3f4f6;border-radius:6px;padding:4px 10px;font-size:12.5px;font-weight:600;color:#374151}.mp-wrap{max-width:920px}.mp-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:12px}.mp-row label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#6b7280;font-weight:600}.mp-row select{min-width:180px;height:32px;border:1px solid #d1d5db;border-radius:6px;padding:0 8px;font-size:13px;color:#111827;background:#fff}.mp-row .ip-btn{height:32px}.mp-preview{display:flex;flex-wrap:wrap;gap:6px;padding:10px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px}.mp-preview .rs-chip.on{background:#1e6fd9;color:#fff}.mp-preview .rs-chip.on i{background:#fff;color:#1e6fd9}.pf-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:6px}.pf-summary div{background:#f8f9fb;border:1px solid #e3e8ee;border-radius:6px;padding:8px 12px;display:flex;flex-direction:column;gap:2px}.pf-summary small{font-size:11px;color:#9aa4b2}.pf-summary b{font-size:14px}.pf-prog{position:relative;overflow:hidden}.pf-prog i{position:absolute;left:0;bottom:0;height:4px;background:#27ae60}.pf-form{display:grid;grid-template-columns:1fr 1.4fr 1.4fr;gap:8px 12px;align-items:end;background:#f1f3f6;border-radius:8px;padding:12px 14px}.pf-form label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#4b5563}.pf-form label.wide{grid-column:1 / span 2}.pf-form input{height:36px;border:1px solid #cfd8e3;border-radius:6px;padding:0 10px;font-size:13px;background:#fff}.pf-form .ip-btn{height:36px;min-width:0}.pf-table{width:100%;border-collapse:collapse;font-size:12.5px}.pf-table th{background:#f3f4f6;border:1px solid #e3e8ee;height:34px;font-weight:700;color:#374151;white-space:nowrap}.pf-table td{border:1px solid #e3e8ee;padding:6px 8px;text-align:center;white-space:nowrap}.pf-table td.num{text-align:right;font-weight:700}.pf-table td.left{text-align:left;white-space:normal}.pf-x{background:none;border:0;color:#e74c3c;display:inline-flex;padding:2px}.pf-top{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.pf-prod{font-size:18px;letter-spacing:-.01em}.pf-meta{font-size:12.5px;color:#6b7280}.pf-meta b{color:#374151;font-weight:600}.pf-steps{display:flex;flex-direction:column;gap:8px;margin-top:8px}.pf-step{display:flex;gap:12px;border:1px solid #e3e8ee;border-radius:12px;padding:12px 14px;background:#fff}.pf-step.now{border-color:#2a78d6;box-shadow:0 0 0 1px #2a78d6 inset,0 6px 18px #2a78d61a}.pf-step.has{background:#fbfefc}.pf-step.locked{background:#f3f4f6;border-color:#e9edf2;color:#6b7280}.pf-step-no{flex:none;width:34px;height:34px;border-radius:50%;background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.pf-step.now .pf-step-no{background:#2a78d6;color:#fff}.pf-step.has .pf-step-no{background:#1baf7a;color:#fff}.pf-step.locked .pf-step-no{background:#d1d5db;color:#fff}.pf-step-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.pf-step-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pf-step-head>b{font-size:15px}.pf-step.locked .pf-step-head>b{color:#6b7280}.pf-stat{font-size:12.5px;color:#6b7280}.pf-stat b{color:#111827}.pf-stat b.bad{color:#e74c3c}.pf-link{border:0;background:none;color:#1e6fd9;font-size:12.5px;font-weight:700;cursor:pointer;font-family:inherit;padding:0 2px}.pf-link:hover{text-decoration:underline}.pf-lock{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;color:#b45309}.pf-note{width:100%;font-size:12px;color:#9aa4b2}.pf-entry{display:grid;grid-template-columns:110px 110px 170px minmax(0,1fr) auto;gap:8px;align-items:end}@media (max-width:900px){.pf-entry{grid-template-columns:1fr 1fr}.pf-entry .pf-notice{grid-column:1 / -1}}.pf-entry label{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#4b5563;white-space:nowrap}.pf-entry input,.pf-entry select{height:36px;border:1px solid #cfd8e3;border-radius:6px;padding:0 10px;font-size:13.5px;background:#fff;font-family:inherit;min-width:0;width:100%}.pf-entry label input{text-align:right;font-weight:700}.pf-save{height:36px;padding:0 14px;border:0;border-radius:8px;background:#8e44ad;color:#fff;font-weight:700;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-family:inherit}.pf-save:hover{background:#7d3c98}.pf-save:disabled{opacity:.5}.dc .is-head{flex-wrap:wrap;gap:10px}.dc-steps{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0;flex:1;justify-content:center}.dc-steps li{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:#6b7280;border:1px solid #e3e8ee;border-radius:999px;padding:3px 12px 3px 5px;background:#fff;font-weight:600}.dc-steps li i{width:20px;height:20px;border-radius:50%;background:#e5e7eb;color:#374151;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;font-weight:800}.dc-steps li.on{border-color:#1e6fd9;color:#1e6fd9;background:#eef4ff}.dc-steps li.on i{background:#1e6fd9;color:#fff}.dc-steps li.done{color:#1baf7a;border-color:#c7ecdb}.dc-steps li.done i{background:#1baf7a;color:#fff}.dc-steps .dc-arrow{color:#c3cad3;margin-left:2px}.dc-body{display:grid;grid-template-columns:330px minmax(0,1fr);gap:14px;align-items:start}@media (max-width:1100px){.dc-body{grid-template-columns:1fr}}.dc-list{border:1px solid #e3e8ee;border-radius:10px;background:#fff;overflow:hidden;position:sticky;top:8px;max-height:calc(100vh - 190px);display:flex;flex-direction:column}.dc-find{display:grid;grid-template-columns:1fr;gap:6px;padding:10px 10px 6px}.dc-find input,.dc-find select{height:34px;border:1px solid #cfd8e3;border-radius:8px;padding:0 10px;font-size:13px;font-family:inherit;background:#fff}.dc-list-head{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid #eef1f5;font-size:13px}.dc-new{border:0;background:#ffd23f;color:#111;border-radius:6px;padding:5px 10px;font-size:12.5px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-family:inherit}.dc-new:hover{background:#f7c400}.dc-new.big{margin-top:12px;padding:8px 16px;font-size:13.5px}.dc-cards{overflow:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.dc-card{text-align:left;border:1px solid #e9edf2;border-radius:10px;background:#fff;padding:10px 12px;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;gap:4px;transition:.12s}.dc-card:hover{border-color:#bfd3ff;background:#f8fbff}.dc-card.on{border-color:#1e6fd9;background:#eef4ff;box-shadow:inset 3px 0 #1e6fd9}.dc-card-top{display:flex;align-items:center;justify-content:space-between}.dc-card-top b{color:#1e4b8f;font-size:13.5px}.dc-st{font-style:normal;font-size:11px;font-weight:800;border-radius:999px;padding:2px 8px;white-space:nowrap}.dc-card-mid{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#6b7280}.dc-card-mid strong{color:#111;font-size:13.5px;font-variant-numeric:tabular-nums}.dc-card-bot{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12.5px;color:#374151}.dc-card-bot span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-card-bot small{flex:none;background:#f3f4f6;border-radius:999px;padding:1px 8px;font-size:11px;color:#6b7280}.dc-card-cur{font-size:11.5px;color:#2a78d6;font-weight:700}.dc-empty{padding:24px;text-align:center;color:#9aa4b2;font-size:13px}.dc-doc{border:1px solid #e3e8ee;border-radius:10px;background:#fff;padding:12px 14px 16px;min-height:420px}.dc-blank{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:380px;color:#9aa4b2;font-size:13.5px}.dc-blank b{color:#374151;font-size:16px}.dc-doc-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.dc-doc-kind{font-size:13px;color:#6b7280}.dc-doc-no{font-size:16px;color:#1e4b8f}.dc-lock{font-size:12.5px;color:#c0392b}.dc-lock.rej{color:#e67e22}.dc-btns{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px}.dc-b{height:36px;padding:0 14px;border-radius:8px;border:1px solid #cfd8e3;background:#fff;color:#374151;font-size:13.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-family:inherit}.dc-b:hover{border-color:#1e6fd9;color:#1e6fd9}.dc-b:disabled{opacity:.45;cursor:default}.dc-b.save{background:#ffd23f;border-color:#ffd23f;color:#111}.dc-b.save:hover{background:#f7c400}.dc-b.req{border-color:#1e6fd9;color:#1e6fd9}.dc-b.mail{border-color:#1baf7a;color:#1baf7a}.dc-b.del{border-color:#f5b7b1;color:#e74c3c}.dc-b.ok{background:#1baf7a;border-color:#1baf7a;color:#fff}.dc-b.small{height:30px;padding:0 10px;font-size:12.5px}.dc-msg{margin-left:auto;font-size:13px;font-weight:700;color:#1baf7a}.dc-msg.err{color:#e74c3c}.dc-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}@media (max-width:1400px){.dc-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.dc-fields label{display:flex;align-items:stretch;border:1px solid #e3e8ee;border-radius:8px;overflow:hidden;background:#fff;min-height:40px}.dc-fields label.wide{grid-column:1 / -1}.dc-fields label span{flex:none;display:flex;align-items:center;padding:0 12px;background:#f3f4f6;font-size:13px;color:#4b5563;border-right:1px solid #e3e8ee;white-space:nowrap;min-width:84px;justify-content:center}.dc-fields input,.dc-fields select,.dc-fields textarea{flex:1;min-width:0;border:0;padding:0 12px;font-size:14px;font-family:inherit;background:#fff;outline:none}.dc-fields textarea{padding:8px 12px;resize:vertical}.dc-fields input:disabled,.dc-fields select:disabled,.dc-fields textarea:disabled{background:#fafbfc;color:#374151}.dc-items{width:100%;border-collapse:collapse;font-size:13.5px;margin-bottom:14px}.dc-items th{background:#2f5aa0;color:#fff;font-weight:700;padding:8px 6px;text-align:center;font-size:13px;border:1px solid #274b86}.dc-items td{border:1px solid #e3e8ee;padding:2px 4px;vertical-align:middle}.dc-items td.c{text-align:center;color:#6b7280}.dc-items td.r,.dc-items input.r{text-align:right}.dc-items td.amt{font-variant-numeric:tabular-nums;font-weight:700;padding-right:8px}.dc-items input{width:100%;height:32px;border:0;padding:0 8px;font-size:13.5px;font-family:inherit;background:transparent;outline:none}.dc-items input:focus{background:#fffbe6}.dc-items input:disabled{color:#374151}.dc-items tfoot td{background:#f9fafb;padding:8px}.dc-x{width:24px;height:24px;border-radius:50%;border:0;background:none;color:#e74c3c;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.dc-x:hover{background:#fdecea}.dc-appr{border:1px dashed #cfd8e3;border-radius:10px;padding:10px 14px;background:#fafbfc;margin-bottom:12px}.dc-appr-head{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.dc-appr-head b{font-size:13.5px}.dc-appr-head small{color:#9aa4b2;font-size:12px}.dc-line{font-size:13.5px;color:#374151;display:flex;flex-wrap:wrap;align-items:center;gap:4px}.dc-ap.appr{color:#1baf7a;font-weight:700}.dc-ap.rej{color:#e74c3c;font-weight:700}.dc-ap.wait{color:#6b7280}.dc-ap small{color:#9aa4b2;font-weight:400}.dc-ap b{color:#c3cad3;font-weight:400}.dc-ap-edit{display:inline-flex;align-items:center;gap:2px}.dc-ap-edit input{height:32px;width:120px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:13px;font-family:inherit}.dc-ap-edit b{color:#c3cad3;margin:0 4px}.dc-decide{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;padding-top:10px;border-top:1px dashed #e3e8ee;font-size:13px}.dc-decide input{height:34px;flex:1;min-width:160px;border:1px solid #cfd8e3;border-radius:6px;padding:0 10px;font-family:inherit;font-size:13px}.dc-comments{margin:8px 0 0;padding-left:16px;font-size:12.5px;color:#6b7280}.dc-logs{font-size:12.5px;color:#6b7280;margin-top:10px}.dc-logs>b{display:block;color:#374151;margin-bottom:4px}.dc-logs ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.dc-logs li{display:flex;gap:10px;align-items:baseline}.dc-logs li span{color:#9aa4b2;font-variant-numeric:tabular-nums;flex:none}.dc-logs li em{font-style:normal;color:#1e6fd9;font-weight:700;flex:none;min-width:56px}.dc-logs li b{flex:none;color:#374151}.dc-logs li small{font-size:12.5px}.dc .at-sec{margin-bottom:12px}.dc-tabs{display:flex;gap:6px;margin:0 2px 10px;flex-wrap:wrap}.dc-tab{border:1px solid #e3e8ee;background:#fff;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;color:#374151;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.dc-tab em{font-style:normal;background:#f3f4f6;border-radius:999px;padding:0 7px;font-size:11.5px;color:#6b7280}.dc-tab.on{border-color:#1e6fd9;background:#eef4ff;color:#1e6fd9}.dc-tab.on em{background:#1e6fd9;color:#fff}.dc-cards4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 2px 12px}@media (max-width:900px){.dc-cards4{grid-template-columns:1fr 1fr}}.dc-kpi{border:1px solid #e3e8ee;border-radius:10px;padding:12px 14px;background:#fff;cursor:pointer;text-align:left;font-family:inherit}.dc-kpi small{display:block;color:#6b7280;font-size:12px}.dc-kpi b{font-size:24px;letter-spacing:-.02em}.dc-kpi.on{border-color:#1e6fd9;box-shadow:inset 0 0 0 1px #1e6fd9}.dc-who{display:flex;flex-wrap:wrap;gap:6px;margin:0 2px 12px;font-size:12.5px;color:#374151;align-items:center}.dc-who span{background:#fff3e0;border:1px solid #ffe0b2;border-radius:999px;padding:3px 10px}.dc-table{width:100%;border-collapse:collapse;font-size:13.5px;border:1px solid #e3e8ee}.dc-table th{background:#f3f4f6;color:#374151;font-weight:700;padding:9px 10px;border-bottom:1px solid #e3e8ee;text-align:center;white-space:nowrap;font-size:13px}.dc-table td{padding:8px 10px;border-bottom:1px solid #f0f2f5;vertical-align:middle}.dc-table tr:hover td{background:#f8fbff}.dc-table td.c{text-align:center}.dc-table td.r{text-align:right;font-variant-numeric:tabular-nums}.dc-table .mono{color:#1e4b8f;font-weight:700;cursor:pointer}.dc-table .mono:hover{text-decoration:underline}.dc-table td.muted{color:#6b7280}.ib-note{display:flex;align-items:center;gap:12px;margin:0 2px 12px;padding:10px 14px;background:#eef4ff;border:1px solid #d6e4ff;border-radius:8px;font-size:13px;color:#374151}.ib-note b{color:#1e4b8f}.ib-note em{margin-left:auto;font-style:normal;font-size:12px;background:#e6f7ef;color:#1baf7a;border-radius:6px;padding:3px 10px;font-weight:700}.ib-note em.has{background:#1e6fd9;color:#fff}.ib-table tr.turn{cursor:pointer}.ib-table tr.dim td{opacity:.45}.ib-table tr.on td{background:#dbe8ff}.ls-table select,.ls-table input{width:100%;height:30px;border:1px solid #cfd8e3;border-radius:6px;padding:0 6px;font-size:13px;font-family:inherit;background:#fff}.ls-flow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px}.ls-node{display:inline-flex;flex-direction:column;align-items:center;gap:2px;min-width:92px;padding:8px 10px;border:2px solid #cfd8e3;border-radius:10px;background:#fff;position:relative}.ls-node+.ls-node:before{content:"→";position:absolute;left:-13px;top:50%;transform:translateY(-50%);color:#9aa4b2;font-size:14px}.ls-node i{font-style:normal;font-size:10.5px;color:#fff;border-radius:999px;padding:1px 8px;font-weight:700}.ls-node b{font-size:13.5px}.ls-node small{font-size:11px;color:#6b7280}.ls-node.start,.ls-node.end{border-style:dashed;color:#6b7280;font-size:12.5px;padding:10px 12px}.ls-help{font-size:12.5px;color:#6b7280;margin-top:10px}.ls-help b{color:#374151}.dc-ap-edit select{height:32px;border:1px solid #cfd8e3;border-radius:6px;padding:0 6px;font-size:13px;font-family:inherit;background:#fff}.dc-ap-edit select.role{width:72px}.dc-tpl{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:#6b7280;margin-left:auto}.dc-tpl select{height:30px;border:1px solid #cfd8e3;border-radius:6px;padding:0 6px;font-size:12.5px;font-family:inherit;background:#fff;max-width:260px}.dc-role{font-size:10.5px;color:#fff;border-radius:999px;padding:0 6px;margin-right:2px;font-weight:700;vertical-align:1px}.bom-panel{width:900px}.bom-count{font-size:13px;color:#6b7280;align-self:center}.bom-meta{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;color:#374151}.bom-meta input{width:90px;height:32px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;margin:0 6px;text-align:right}.bom-lines{width:100%;border-collapse:collapse;font-size:13px}.bom-lines th{background:#f3f4f6;border:1px solid #e3e8ee;height:36px;font-weight:700;color:#374151;white-space:nowrap}.bom-lines td{border:1px solid #e3e8ee;padding:2px 4px;text-align:center}.bom-lines input,.bom-lines select{width:100%;height:32px;border:1px solid transparent;border-radius:4px;padding:0 6px;font-size:13px;background:transparent}.bom-lines input:focus,.bom-lines select:focus{border-color:#1e88e5;outline:none;background:#fff}.bom-lines input[type=number]{text-align:right}.bom-ratio{color:#1e6fd9;font-weight:700}.bom-x{background:none;border:0;color:#e74c3c;display:inline-flex;padding:4px}.bom-versions{border:1px solid #e3e8ee;border-radius:8px;padding:8px 10px;margin-bottom:10px;background:#fff}.bom-versions-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.bom-versions-head small{color:#6b7280;font-size:12px;flex:1}.bom-vtable{width:100%;border-collapse:collapse;font-size:12.5px}.bom-vtable th{text-align:center;color:#6b7280;font-weight:700;border-bottom:1px solid #e3e8ee;padding:4px 6px;height:auto}.bom-vtable td{padding:4px 6px;border-bottom:1px solid #f1f3f6;height:auto;cursor:pointer}.bom-vtable td.c{text-align:center}.bom-vtable td.r{text-align:right;font-variant-numeric:tabular-nums}.bom-vtable td.muted{color:#6b7280}.bom-vtable tr.on td{background:#e8f1fd}.bom-vtable tr:hover td{background:#eef3fb}.bom-active{display:inline-block;background:#27ae60;color:#fff;border-radius:10px;padding:1px 8px;font-size:11.5px;font-weight:700}.bom-mini{border:1px solid #bfd3ff;background:#fff;color:#1e6fd9;border-radius:6px;padding:2px 8px;font-size:11.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:3px;font-family:inherit}.bom-mini:hover{background:#eef4ff}.bom-mini:disabled{opacity:.5;cursor:default}.bom-ver small{color:#6b7280;font-weight:500}.bom-meta label input[type=text]{height:28px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:13px;font-family:inherit}.sh-lots{margin-top:0}.mg-detail-row .sh-lots{margin:0;border:0;border-radius:0;padding:12px 16px 16px;background:#f8fafc}.sh-lots .md-head{align-items:center}.sh-lots .md-sub b.over{color:#c0392b}.sh-meta{margin-left:auto;display:inline-flex;align-items:center;gap:10px;font-size:12.5px;color:#374151}.sh-meta label{display:inline-flex;align-items:center;gap:4px}.sh-meta input{height:28px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:12.5px;font-family:inherit;width:120px}.sh-meta input[type=date]{width:140px}.sh-table tbody tr{cursor:pointer}.sh-table tbody tr.on td{background:#e8f1fd}.sh-table input[type=checkbox]{width:16px;height:16px;accent-color:#1e6fd9;pointer-events:none}.sh-table input[type=number]{width:100%}.mp-nav{display:flex;align-items:center;gap:8px;padding:4px 2px 14px}.mp-nav-btn{height:36px;min-width:38px;border:1px solid #e3e8ee;border-radius:10px;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:13px;font-weight:700;color:#374151;transition:.15s}.mp-nav-btn:hover{border-color:#2a78d6;color:#2a78d6}.mp-nav-btn.today{padding:0 14px;background:#111827;color:#fff;border-color:#111827}.mp-nav-btn.today:hover{background:#2a78d6;border-color:#2a78d6;color:#fff}.mp-sum{font-size:12.5px;color:#6b7280;margin-left:6px;background:#f3f4f6;border-radius:999px;padding:4px 12px}.mp-month{margin:0 4px 0 auto;font-size:24px;font-weight:800;color:#111827;letter-spacing:-.02em}.mp-btn{height:34px;padding:0 14px;border-radius:8px;border:0;background:#1e6fd9;color:#fff;font-weight:700;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-family:inherit}.mp-btn.ghost{background:#fff;color:#374151;border:1px solid #e3e8ee;margin-right:6px}.mp-btn.ghost:hover,.mp-btn.ghost.on{border-color:#2a78d6;color:#2a78d6}.mp-btn.ghost em{font-style:normal;background:#e74c3c;color:#fff;border-radius:999px;font-size:11px;padding:0 6px;margin-left:2px}.mp-trash{border:1px solid #e3e8ee;border-radius:12px;background:#fff;margin:0 2px 14px;overflow:hidden}.mp-trash-head{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #eef1f5;background:#f9fafb}.mp-trash-head b{font-size:14px}.mp-trash-head small{color:#6b7280;font-size:12px}.mp-trash-head .ip-close{margin-left:auto}.mp-trash-table{width:100%;border-collapse:collapse;font-size:13px}.mp-trash-table th{background:#fff;color:#6b7280;font-weight:600;font-size:12px;padding:8px 12px;text-align:left;border-bottom:1px solid #eef1f5}.mp-trash-table td{padding:8px 12px;border-bottom:1px solid #f3f4f6;white-space:nowrap}.mp-trash-table tr:last-child td{border-bottom:0}.mp-trash-table .r{text-align:right}.mp-trash-table .muted{color:#9aa4b2}.mp-trash-empty{padding:18px;text-align:center;color:#9aa4b2;font-size:13px}.mp-restore{border:1px solid #2a78d6;background:#eef4ff;color:#2a78d6;border-radius:6px;padding:3px 10px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-family:inherit}.mp-restore:hover{background:#2a78d6;color:#fff}.is-toast.mp-toast-undo{display:flex;align-items:center;gap:12px}.is-toast.mp-toast-undo button{border:1px solid rgba(255,255,255,.7);background:#ffffff26;color:#fff;border-radius:6px;padding:4px 10px;font-weight:700;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-family:inherit}.is-toast.mp-toast-undo button:hover{background:#fff;color:#27ae60}.mp-week select{height:28px;border:1px solid #cfd8e3;border-radius:6px;padding:0 6px;font-size:13px;font-family:inherit;margin-left:4px}.mp-cal{display:grid;gap:6px;background:transparent}.mp-cal.cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.mp-cal.cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.mp-dow{text-align:center;font-weight:700;color:#6b7280;padding:4px 0 6px;font-size:12px;letter-spacing:.06em}.mp-dow.sat{color:#2a78d6}.mp-dow.sun{color:#e74c3c}.mp-cell{min-height:126px;border:1px solid #e9edf2;border-radius:12px;padding:6px 6px 8px;cursor:pointer;position:relative;background:#fff;transition:box-shadow .15s,border-color .15s;display:flex;flex-direction:column;gap:3px}.mp-cell:hover{border-color:#bfd3ff;box-shadow:0 4px 14px #2a78d61a}.mp-cell.out{background:#f8f9fb;border-color:#eef1f5}.mp-cell.out .mp-day span{color:#c3cad3}.mp-cell.sun:not(.out){background:snow}.mp-cell.sat:not(.out){background:#f7faff}.mp-cell.today{border-color:#2a78d6;box-shadow:inset 0 0 0 1px #2a78d6}.mp-cell.today .mp-day span{background:#2a78d6;color:#fff}.mp-cell.dropping:hover{background:#e8f1fd;border-style:dashed}.mp-day{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.mp-day span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:12px;font-size:12.5px;font-weight:700;color:#374151;padding:0 4px}.mp-cell.sun .mp-day span{color:#e74c3c}.mp-cell.sat .mp-day span{color:#2a78d6}.mp-day em{font-style:normal;font-size:11px;color:#9aa4b2;font-weight:600}.mp-item{--c:#2a78d6;position:relative;display:flex;align-items:center;gap:5px;font-size:12px;color:#1f2937;padding:3px 8px;border-radius:8px;background:color-mix(in srgb,var(--c) 11%,#fff);white-space:nowrap;overflow:hidden;cursor:grab;transition:.12s}.mp-item:hover{background:color-mix(in srgb,var(--c) 22%,#fff)}.mp-item.on{outline:2px solid var(--c);outline-offset:-1px}.mp-item.cancel{opacity:.45;text-decoration:line-through}.mp-item b{font-weight:700;overflow:hidden;text-overflow:ellipsis;min-width:0}.mp-item span{margin-left:auto;font-variant-numeric:tabular-nums;font-weight:700;color:var(--c);flex:none}.mp-item small{font-size:10.5px;color:#6b7280;flex:none}.mp-item .mp-st{width:6px;height:6px;border-radius:50%;flex:none}.mp-item.dragging{opacity:.4}.mp-item.over-before{box-shadow:0 -3px 0 0 var(--c)}.mp-item.over-after{box-shadow:0 3px 0 0 var(--c)}.mp-item.span-start{border-top-right-radius:2px;border-bottom-right-radius:2px;border-right:3px solid var(--c)}.mp-item.span-mid{border-radius:2px;border-left:3px solid var(--c);border-right:3px solid var(--c);background:color-mix(in srgb,var(--c) 7%,#fff)}.mp-item.span-end{border-top-left-radius:2px;border-bottom-left-radius:2px;border-left:3px solid var(--c);background:color-mix(in srgb,var(--c) 7%,#fff)}.mp-item .mp-span{font-size:10px;color:var(--c);background:#fff;border-radius:999px;padding:0 5px;font-weight:700}.mp-item .mp-so{font-style:normal;font-size:10px;color:#fff;background:var(--c);border-radius:4px;padding:0 5px;font-weight:700;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 1 auto;min-width:0}.mp-item b{flex:1 1 auto;min-width:40px}.mp-item .mp-resize{position:absolute;right:0;top:0;bottom:0;width:9px;cursor:ew-resize;border-radius:0 8px 8px 0}.mp-item .mp-resize:after{content:"";position:absolute;right:2px;top:5px;bottom:5px;width:2px;border-radius:2px;background:var(--c);opacity:0;transition:.12s}.mp-item:hover .mp-resize:after{opacity:.55}.mp-item .mp-resize:hover:after{opacity:1;width:3px}body.mp-resizing{cursor:ew-resize;-webkit-user-select:none;user-select:none}body.mp-resizing .mp-item{pointer-events:none}.mp-range{display:flex;gap:8px}.mp-range label{flex:1;min-width:0}.mp-range label small{font-weight:500;color:#9aa4b2;margin-left:4px}.mp-range-hint{font-size:12px;color:#2a78d6;background:#eef4ff;border-radius:6px;padding:6px 10px;margin-top:-4px}.mp-more{border:0;background:none;color:#2a78d6;font-size:11.5px;font-weight:700;cursor:pointer;text-align:left;padding:2px 4px;font-family:inherit}.mp-more:hover{text-decoration:underline}.mp-legend{display:flex;align-items:center;gap:14px;padding:10px 4px;font-size:12.5px;color:#374151}.mp-legend span{display:inline-flex;align-items:center;gap:4px}.mp-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}.mp-legend small{color:#6b7280;margin-left:auto}.mp-form{display:flex;flex-direction:column;gap:10px;padding:14px}.mp-form label{display:flex;flex-direction:column;gap:4px;font-size:12.5px;color:#374151;font-weight:600}.mp-form input,.mp-form select{height:36px;border:1px solid #cfd8e3;border-radius:6px;padding:0 10px;font-size:14px;font-family:inherit}.mp-form .ip-btns{margin-top:6px}.sm-table th small{display:block;font-weight:500;color:#9aa4b2;font-size:10.5px}.sm-lots{margin:0}.mg-detail-row .sm-lots{border:0;border-radius:0;padding:12px 16px 16px;background:#f8fafc}.sm-lots .md-head{align-items:center}.sm-meta{margin-left:auto;display:inline-flex;align-items:center;gap:10px;font-size:12.5px;color:#374151}.sm-meta label{display:inline-flex;align-items:center;gap:4px}.sm-meta input{height:28px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:12.5px;font-family:inherit;width:180px}.sm-lot-table tbody tr.on td{background:#fff8e1}.sm-lot-table input[type=number]{width:100%}.sh-ship{height:32px;padding:0 14px;border-radius:6px;font-weight:700;font-size:13px;border:0;color:#fff;background:#1e6fd9;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:5px}.sh-ship:disabled{opacity:.45;cursor:default}.ms-total{display:flex;align-items:baseline;gap:10px;padding:4px 4px 12px;font-size:13px;color:#374151}.ms-total span{color:#1baf7a;font-weight:700}.ms-total b{font-size:20px;color:#111827;margin-right:14px}.ms-total b small{font-size:12px;color:#6b7280;font-weight:500;margin-left:2px}.ms-total small.muted{color:#9aa4b2;font-size:11.5px;margin-left:auto}.sm-meta input[type=date]{width:130px}.lq-table td.lq-bad{color:#c0392b;font-weight:700;background:#fff1f0}.lq-table tr.lq-fail td:nth-child(3){box-shadow:inset 3px 0 #e74c3c}.lq-rate{color:#c0392b}.lq-spec td.lq-bad{color:#c0392b;font-weight:700;background:#fff1f0}.lq-ok{color:#1baf7a;font-weight:700}.lq-ng{color:#c0392b;font-weight:700}.lq-del{color:#c0392b;border-color:#f5c6c6}.lq-grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lq-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.lq-grid4 label input{padding:0 6px}.lq-input td{padding:2px 4px}.lq-input input{width:100%;height:28px;border:1px solid #cfd8e3;border-radius:5px;padding:0 6px;font-size:12.5px;font-family:inherit;box-sizing:border-box;background:#fff}.lq-input input[type=number]{text-align:right}.lq-input input:focus{outline:none;border-color:#1e6fd9}.lq-input input::placeholder{color:#c3cad3;font-size:11px}.lq-input td.lq-bad input{border-color:#e74c3c;background:#fff1f0;color:#c0392b;font-weight:700}.lq-input tr.lq-filled td{background:#f7fbf8}.lq-del-btn{background:#e74c3c}.mp-btn:disabled{opacity:.45;cursor:default}.rp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px}@media (max-width:1300px){.rp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rp-box{border:1px solid #e3e8ee;border-radius:10px;padding:10px 12px;background:#fff;min-width:0}.rp-box-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.rp-box-head b{font-size:15px}.rp-box-head small{color:#6b7280;font-size:11.5px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-down{border:0;background:#111827;color:#fff;border-radius:6px;height:28px;padding:0 10px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-family:inherit;flex:none}.rp-down:hover{background:#2a78d6}.rp-down:disabled{opacity:.4;cursor:default}.rp-find{width:100%;height:28px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:12.5px;font-family:inherit;margin-bottom:6px;box-sizing:border-box}.rp-scroll{max-height:320px}.rp-scroll tfoot td{position:sticky;bottom:0;background:#f8fafc;font-weight:700;border-top:1px solid #e3e8ee}.rp-h{margin:18px 4px 8px;font-size:17px;font-weight:700}.rp-stock{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.rp-stock div{border:1px solid #e3e8ee;border-radius:10px;padding:12px 16px;background:#f8fafc;display:flex;flex-direction:column;gap:4px}.rp-stock small{color:#6b7280;font-size:12px}.rp-stock b{font-size:22px;color:#111827;text-align:right}.us-sf{border:1px solid #e3e8ee;border-radius:10px;padding:12px 14px;margin-top:12px;background:#fff}.us-sf-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.us-sf-head b{font-size:14.5px}.us-sf-head small{color:#6b7280}.us-sf-state{margin-left:auto;font-size:12.5px;font-weight:700;color:#9aa4b2}.us-sf-state.on{color:#1e6fd9}.us-sf-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;align-items:center}.us-sf-grid label{display:flex;align-items:center;border:1px solid #e3e8ee;border-radius:6px;overflow:hidden;font-size:13px}.us-sf-grid label span{background:#f3f4f6;padding:0 12px;height:36px;display:inline-flex;align-items:center;color:#374151;font-weight:600;white-space:nowrap;border-right:1px solid #e3e8ee}.us-sf-grid label input{flex:1;border:0;height:36px;padding:0 10px;font-size:13px;font-family:inherit;min-width:0;background:#fff}.us-sf-grid label input:read-only{background:#fafbfc;color:#374151}.us-sf-use{border:0!important;gap:6px;padding:0 4px}.us-sf-btns{display:flex;gap:6px;justify-content:flex-end}.us-sf-hint{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:11.5px;color:#9aa4b2;margin:4px 2px 8px}.us-sf-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.us-btn{height:34px;padding:0 12px;border:1px solid #cfd8e3;border-radius:6px;background:#fff;font-size:13px;font-weight:700;color:#374151;cursor:pointer;font-family:inherit}.us-btn:hover{border-color:#2a78d6;color:#2a78d6}.us-btn:disabled{opacity:.45;cursor:default}.us-btn.dark{background:#111827;color:#fff;border-color:#111827}.us-btn.ghost{color:#6b7280}.us-sf-stat{font-size:12.5px;color:#374151;margin-left:6px}.us-sf-stat b{color:#111}.us-sf-stat b.bad,.us-table .bad,.us-table small.bad{color:#c0392b}.us-table .ok{color:#1baf7a;font-weight:700}.us-sf-links{margin-top:8px;font-size:12.5px;display:flex;gap:8px;align-items:center}.us-sf-links button{border:0;background:none;color:#1e6fd9;text-decoration:underline;cursor:pointer;font-family:inherit;font-size:12.5px;padding:0}.us-sf-links i{color:#cfd8e3;font-style:normal}.us-sf-how{background:#f8fafc;border-radius:8px;padding:10px 14px;margin-top:8px;font-size:12.5px;color:#374151}.us-sf-how p{margin:4px 0}.us-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0}.us-card{border:1px solid #e3e8ee;border-left-width:4px;border-radius:10px;padding:14px;text-align:center;background:#fff}.us-card small{display:block;color:#6b7280;font-size:12.5px}.us-card b{display:block;font-size:30px;color:#111827;margin:6px 0 2px}.us-card em{font-style:normal;font-size:11.5px;color:#9aa4b2}.us-card.c1{border-left-color:#2a78d6}.us-card.c2{border-left-color:#1baf7a}.us-card.c3{border-left-color:#eda100}.us-card.c4{border-left-color:#8e44ad}.us-grid{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-bottom:12px}@media (max-width:1200px){.us-grid{grid-template-columns:1fr}}.us-box{border:1px solid #e3e8ee;border-radius:10px;padding:12px 14px;background:#fff;min-width:0}.us-box h4{margin:0 0 8px;font-size:14px;display:flex;align-items:center;gap:8px}.us-box h4 small{font-weight:500;color:#6b7280;font-size:12px}.us-legend{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#374151}.us-legend i{width:26px;height:12px;border:2px solid;border-radius:2px;display:inline-block;margin-left:8px}.us-chart{width:100%;height:220px;display:block}.us-table{width:100%;border-collapse:collapse;font-size:12.5px}.us-table th{border:1px solid #d5dbe3;background:#f3f4f6;padding:6px 8px;text-align:center;font-weight:700;color:#374151}.us-table.blue th{background:#1e6fd9;color:#fff;border-color:#1a5fbf}.us-table td{border:1px solid #e3e8ee;padding:5px 8px}.us-table td.c{text-align:center}.us-table td.r{text-align:right;font-variant-numeric:tabular-nums}.us-table td.muted{color:#6b7280}.us-table td.mono{font-family:Consolas,monospace;font-weight:700}.us-table td.empty{text-align:center;color:#9aa4b2;padding:14px}.us-table tr.fail td{background:#fff7f7}.us-table.small{margin-top:8px}.us-scroll{max-height:520px;overflow:auto}.us-scroll thead th{position:sticky;top:0}.ua-type{display:flex;border:1px solid #cfd8e3;border-radius:16px;overflow:hidden}.ua-type button{height:30px;padding:0 14px;border:0;background:#fff;font-size:13px;font-weight:600;color:#6b7280}.ua-type button.on{background:#1e88e5;color:#fff}.ua-body{display:flex;gap:16px;min-height:480px}.ua-targets{width:240px;flex:0 0 240px;border:1px solid #e3e8ee;border-radius:6px;overflow:hidden}.ua-sub{padding:10px 14px;background:#f3f4f6;font-weight:700;font-size:13px;color:#374151;border-bottom:1px solid #e3e8ee}.ua-targets ul{list-style:none;margin:0;padding:6px}.ua-targets button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:9px 10px;border:0;background:none;border-radius:6px;font-size:13.5px;text-align:left}.ua-targets button small{color:#9aa4b2;font-size:11px}.ua-targets button:hover{background:#f3f4f6}.ua-targets button.on{background:#1e88e5;color:#fff}.ua-targets button.on small{color:#dbeafe}.ua-menus{flex:1;min-width:0;border:1px solid #e3e8ee;border-radius:6px;padding:12px 16px}.ua-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13.5px}.ua-bar em{color:#e74c3c;font-style:normal;font-weight:700}.ua-bar-btns{display:flex;gap:8px;align-items:center}.ua-bar-btns .is-tb{width:auto;padding:0 12px;font-size:12.5px;font-weight:600}.ua-bar-btns .ip-btn{height:36px;min-width:90px;display:inline-flex;align-items:center;gap:6px;justify-content:center}.ua-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.ua-group{border:1px solid #e3e8ee;border-radius:6px;overflow:hidden}.ua-group-head{display:flex;align-items:center;gap:8px;padding:9px 12px;background:#f8f9fb;border-bottom:1px solid #e3e8ee;cursor:pointer}.ua-group-head b{flex:1;font-size:13.5px}.ua-group-head span{font-size:12px;color:#9aa4b2}.ua-group ul{list-style:none;margin:0;padding:6px 0}.ua-group li label{display:flex;align-items:center;gap:8px;padding:6px 14px;font-size:13px;cursor:pointer}.ua-group li label:hover{background:#f3f4f6}.ua-group input,.ua-group-head input{width:15px;height:15px;accent-color:#1e6fd9}.ua-empty{display:flex;align-items:center;justify-content:center;height:100%}.st-panel{width:960px}.st-count{font-size:13px;color:#6b7280;align-self:center}.st-diff{color:#e74c3c;font-weight:700}.st-help{margin:4px 0 0;font-size:13px;color:#6b7280;line-height:1.6}.st-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13.5px;color:#374151;flex-wrap:wrap}.st-meta label{display:flex;align-items:center;gap:6px}.st-meta label input[type=text]{width:260px;height:32px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px}.st-meta .st-chk{font-size:13px;color:#374151;cursor:pointer}.st-lines{width:100%;border-collapse:collapse;font-size:13px}.st-lines th{background:#f3f4f6;border:1px solid #e3e8ee;height:36px;font-weight:700;color:#374151;white-space:nowrap}.st-lines td{border:1px solid #e3e8ee;padding:2px 6px;text-align:center;height:36px}.st-lines td.num{text-align:right;font-variant-numeric:tabular-nums}.st-lines tr.diff td{background:#fff8e6}.st-lines input{width:100%;height:30px;border:1px solid transparent;border-radius:4px;padding:0 6px;font-size:13px;background:transparent}.st-lines input[type=number]{text-align:right;background:#eef4ff}.st-lines input:focus{border-color:#1e88e5;outline:none;background:#fff}.st-lines input:disabled{background:transparent;color:#374151}.st-d.plus{color:#1e6fd9;font-weight:700}.st-d.minus{color:#e74c3c;font-weight:700}.st-d.zero{color:#9aa4b2}.db-note{font-size:12.5px;color:#6b7280}.db-select{height:32px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:13px;background:#fff}.db-empty{padding:40px;text-align:center;color:#9aa4b2}.db-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin:4px 0 18px}.db-card{border:1px solid #e3e8ee;border-radius:8px;padding:12px 14px;background:#fff;display:flex;flex-direction:column;gap:4px}.db-card.warn{border-color:#d03b3b;background:#fff5f5}.db-card small{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px}.db-card small i,.db-legend i,.db-tip i{display:inline-block;width:10px;height:10px;border-radius:2px}.db-card b{font-size:28px;letter-spacing:-.02em}.db-card b span{font-size:13px;color:#6b7280;margin-left:4px;font-weight:500}.db-card em{font-style:normal;font-size:12px;color:#6b7280;display:flex;align-items:center;gap:4px}.db-card.warn em{color:#d03b3b;font-weight:600}.db-section{margin-bottom:22px}.db-section h4{margin:0 0 8px;font-size:14px;color:#374151}.db-chart{position:relative;background:#fcfcfb;border:1px solid #e3e8ee;border-radius:8px;padding:8px 8px 4px}.db-tip{position:absolute;right:16px;top:12px;background:#fff;border:1px solid #e3e8ee;border-radius:6px;padding:8px 10px;font-size:12px;box-shadow:0 4px 12px #00000014;min-width:170px}.db-tip b{display:block;margin-bottom:4px}.db-tip div{display:flex;align-items:center;gap:6px;padding:2px 0}.db-tip span{margin-left:auto;font-weight:700}.db-legend{display:flex;gap:16px;font-size:12px;color:#374151;padding:4px 8px 6px}.db-legend span{display:flex;align-items:center;gap:6px}.db-legend i.dash{width:14px;height:0;border-top:2px dashed #d03b3b;border-radius:0}.db-table{font-size:12.5px}.db-bars{display:flex;align-items:flex-end;gap:6px;height:180px;padding:8px 8px 22px;border:1px solid #e3e8ee;border-radius:8px;background:#fcfcfb;position:relative;overflow-x:auto}.db-bar{flex:1 0 24px;max-width:48px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}.db-bar i{display:block;width:100%;background:#2a78d6;border-radius:4px 4px 0 0}.db-bar:hover i{background:#1c5cab}.db-bar small{position:absolute;bottom:-18px;font-size:10px;color:#6b7280;white-space:nowrap}.db-prog{position:relative;height:18px;background:#eef1f5;border-radius:9px;overflow:hidden}.db-prog i{position:absolute;left:0;top:0;bottom:0;border-radius:9px}.db-prog span{position:absolute;left:0;right:0;text-align:center;font-size:11px;line-height:18px;color:#111;font-weight:700}.wg-form{display:grid;grid-template-columns:1.4fr 1.6fr 1fr 1fr 1fr 1.2fr 120px;gap:10px 12px;align-items:end;background:#f1f3f6;border-radius:8px;padding:14px 16px;margin-bottom:18px}.wg-form label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#4b5563}.wg-form input,.wg-form select{height:40px;border:1px solid #cfd8e3;border-radius:6px;padding:0 10px;font-size:15px;background:#fff}.wg-measure input{font-size:24px;font-weight:700;height:48px;text-align:right}.wg-judge{height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#9aa4b2;background:#e5e7eb}.wg-judge.ok{background:#0ca30c;color:#fff}.wg-judge.ng{background:#d03b3b;color:#fff}.wg-note{grid-column:1 / span 5}.wg-save{grid-column:6 / span 2;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.db-multi{display:grid;grid-template-columns:repeat(auto-fill,minmax(440px,1fr));gap:12px}.db-multi-item h5{margin:0 0 4px;font-size:12.5px;color:#4b5563}.wg-note-bar{display:flex;align-items:center;gap:8px;margin:0 2px 12px;padding:9px 14px;background:#fff8e1;border:1px solid #ffe6a3;border-radius:8px;font-size:13px;color:#6b5a1e}.wg-cards{grid-template-columns:repeat(3,minmax(0,1fr));max-width:720px}.tp{background:#fff;border:1px solid #e3e8ee;border-radius:6px;padding:10px 14px 18px;font-size:16px}.tp-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.tp-head h3{margin:0;font-size:22px;font-weight:800}.tp-head .tp-back{margin-left:auto}.tp-note{font-size:13.5px;color:#6b7280}.tp-steps{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.tp-step{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:#f1f3f6;color:#6b7280;font-size:13.5px;font-weight:700}.tp-step.on{background:#1e88e5;color:#fff}.tp-step.done{background:#e6f6ec;color:#17693a}.tp-search{width:100%;height:52px;border:2px solid #cfd8e3;border-radius:10px;padding:0 16px;font-size:18px;margin-bottom:12px}.tp-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.tp-tile{text-align:left;border:2px solid #dfe5ef;border-radius:12px;padding:14px 16px;background:#fff;cursor:pointer;display:flex;flex-direction:column;gap:6px;font-family:inherit;transition:.1s;min-height:96px}.tp-tile:hover{border-color:#1e88e5;box-shadow:0 4px 14px #1e88e526}.tp-tile.on{border-color:#1e88e5;background:#eef4ff}.tp-tile b{font-size:18px}.tp-tile small{font-size:13.5px;color:#6b7280}.tp-tile .tp-tag{align-self:flex-start;font-size:12px;font-weight:700;padding:2px 10px;border-radius:10px;color:#fff;background:#6c757d}.tp-tile .tp-qty{font-size:22px;font-weight:800;color:#1e6fd9;margin-left:auto}.tp-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.tp-card{border:1px solid #e3e8ee;border-radius:12px;padding:16px 18px;background:#f8fafc;margin-bottom:14px}.tp-card h4{margin:0 0 8px;font-size:17px}.tp-kv{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px 18px;font-size:15px}.tp-kv span{color:#6b7280;font-size:13px;display:block}.tp-kv b{font-size:17px}.tp-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:10px 0 16px}.tp-form label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#374151;font-weight:600}.tp-form input,.tp-form select{height:58px;border:2px solid #cfd8e3;border-radius:10px;padding:0 14px;font-size:22px;font-weight:700;background:#fff}.tp-form input[type=number]{text-align:right}.tp-form input:focus,.tp-form select:focus{border-color:#1e88e5;outline:none}.tp-form input.big{font-size:30px;height:68px;background:#eef4ff}.tp-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.tp-btn{height:60px;min-width:160px;padding:0 24px;border:0;border-radius:12px;font-size:19px;font-weight:800;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit}.tp-btn.save{background:#1e88e5}.tp-btn.done{background:#27ae60}.tp-btn.grey{background:#6c757d}.tp-btn.warn{background:#e67e22}.tp-btn:disabled{opacity:.45;cursor:default}.tp-lines{width:100%;border-collapse:collapse;font-size:15px}.tp-lines th{background:#f3f4f6;border:1px solid #e3e8ee;height:44px;font-weight:700;white-space:nowrap}.tp-lines td{border:1px solid #e3e8ee;padding:4px 8px;text-align:center;height:56px}.tp-lines td.l{text-align:left}.tp-lines td.num{text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.tp-lines input{width:100%;height:48px;border:2px solid #cfd8e3;border-radius:8px;font-size:22px;font-weight:800;text-align:right;padding:0 10px;background:#eef4ff}.tp-lines input:focus{border-color:#1e88e5;outline:none;background:#fff}.tp-lines tr.diff td{background:#fff8e6}.tp-d.plus{color:#1e6fd9}.tp-d.minus{color:#e74c3c}.tp-history{margin-top:16px}.tp-history h4{margin:0 0 8px;font-size:15px;color:#374151}.tp-empty{padding:30px;text-align:center;color:#9aa4b2}.tp-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);padding:14px 26px;border-radius:12px;color:#fff;font-size:18px;font-weight:700;z-index:200;box-shadow:0 8px 24px #0003}.tp-toast.ok{background:#27ae60}.tp-toast.err{background:#e74c3c}.wt-order{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.wt-order h4{margin:0 0 2px}.wt-prog{display:flex;align-items:center;gap:10px;min-width:260px}.wt-prog b{font-size:22px;font-weight:800;color:#1e6fd9;font-variant-numeric:tabular-nums}.wt-prog i{flex:1;height:12px;border-radius:6px;background:#e5e7eb;display:block;overflow:hidden}.wt-prog i span{display:block;height:100%;background:#27ae60;transition:width .3s}.wt-prog small{color:#6b7280;font-size:13px}.wt-body{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:14px;margin-top:12px;align-items:start}@media (max-width:1000px){.wt-body{grid-template-columns:1fr}}.wt-list{display:flex;flex-direction:column;gap:8px}.wt-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:2px 10px;align-items:center;text-align:left;padding:10px 12px;border:2px solid #e3e8ee;border-radius:12px;background:#fff;cursor:pointer;font-family:inherit;transition:.12s}.wt-item .wt-no{grid-row:1 / 3;width:30px;height:30px;border-radius:50%;background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:800;font-size:14px}.wt-item .wt-name b{display:block;font-size:16px}.wt-item .wt-name small{color:#6b7280;font-size:12px}.wt-item .wt-tgt{text-align:right}.wt-item .wt-tgt b{display:block;font-size:18px;font-variant-numeric:tabular-nums}.wt-item .wt-tgt small{color:#6b7280;font-size:11.5px}.wt-item .wt-st{grid-column:2 / 4;font-style:normal;font-size:12.5px;font-weight:700;color:#9aa4b2}.wt-item.now{border-color:#1e88e5;background:#eef4ff;box-shadow:0 4px 14px #1e88e526}.wt-item.now .wt-no{background:#1e88e5;color:#fff}.wt-item.now .wt-st{color:#1e6fd9}.wt-item.ok{border-color:#c7ecdb;background:#f3fbf6}.wt-item.ok .wt-no{background:#27ae60;color:#fff}.wt-item.ok .wt-st{color:#17693a}.wt-item.ng{border-color:#f5b7b1;background:#fff5f4}.wt-item.ng .wt-no{background:#e74c3c;color:#fff}.wt-item.ng .wt-st{color:#c0392b}.wt-scale{border:1px solid #e3e8ee;border-radius:14px;background:#fff;padding:14px 16px 16px}.wt-scale-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:10px}.wt-scale-head span{font-size:13px;color:#6b7280}.wt-scale-head b{font-size:20px}.wt-scale-head small{color:#9aa4b2}.wt-tol{margin-left:auto;font-size:13px;color:#374151;display:inline-flex;align-items:center;gap:4px}.wt-tol select{height:34px;border:2px solid #cfd8e3;border-radius:8px;font-size:15px;font-weight:700;padding:0 6px;font-family:inherit}.wt-auto{font-size:13px;color:#374151;display:inline-flex;align-items:center;gap:6px}.wt-auto input{width:18px;height:18px;accent-color:#1e88e5}.wt-display{border-radius:14px;padding:18px 22px 14px;background:#111827;color:#fff;position:relative;transition:background .2s}.wt-display.ok{background:#0f5132}.wt-display.ng{background:#7a1f1a}.wt-target{font-size:15px;color:#cbd5e1}.wt-target b{font-size:20px;color:#fff}.wt-target small{color:#94a3b8;margin-left:4px}.wt-value{font-size:84px;font-weight:800;line-height:1.05;font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin:4px 0 0}.wt-value span{font-size:26px;font-weight:600;margin-left:8px;color:#cbd5e1}.wt-judge{font-size:30px;font-weight:900;letter-spacing:.06em;display:flex;align-items:baseline;gap:12px;min-height:40px}.wt-display.ok .wt-judge{color:#7ef0b0}.wt-display.ng .wt-judge{color:#ff9f95}.wt-judge small{font-size:15px;font-weight:600;letter-spacing:0;color:#e2e8f0}.wt-gauge{position:relative;height:14px;border-radius:7px;margin:14px 0 22px;background:linear-gradient(90deg,#e74c3c 0,#e74c3c 8%,#27ae60 8%,#27ae60 92%,#e74c3c 92%,#e74c3c)}.wt-gauge i{position:absolute;top:-6px;width:4px;height:26px;background:#fff;border-radius:2px;margin-left:-2px;box-shadow:0 0 0 2px #00000059;transition:left .15s}.wt-gauge span{position:absolute;top:18px;font-size:12px;color:#cbd5e1;transform:translate(-50%)}.wt-gauge .lo{left:0;transform:none}.wt-gauge .mid{left:50%}.wt-gauge .hi{right:0;transform:none}.wt-stable{position:relative;height:22px;border-radius:11px;background:#ffffff26;overflow:hidden}.wt-stable span{position:absolute;left:0;top:0;bottom:0;background:#27ae60;transition:width .2s}.wt-stable small{position:relative;display:block;text-align:center;line-height:22px;font-size:12.5px;font-weight:700;color:#fff}.wt-controls{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:14px;margin-top:14px;align-items:start}@media (max-width:760px){.wt-controls{grid-template-columns:1fr}}.wt-keys{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.wt-keys button{height:58px;border:2px solid #cfd8e3;border-radius:12px;background:#fff;font-size:24px;font-weight:700;cursor:pointer;font-family:inherit;color:#111827}.wt-keys button:active{background:#eef4ff;border-color:#1e88e5}.wt-keys button.clr{grid-column:1 / 3;font-size:16px;color:#6b7280}.wt-keys button.sim{font-size:15px;color:#1e6fd9;border-color:#bfd3ff;background:#eef4ff;display:flex;align-items:center;justify-content:center;gap:4px}.wt-keys button.sim:disabled{opacity:.5}.wt-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wt-actions .tp-btn{min-width:0;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.wt-actions .tp-btn small{font-size:11px;opacity:.75;font-weight:600;background:#fff3;border-radius:4px;padding:1px 6px}.wt-actions .tp-btn.grey small{background:#00000014}.wt-hint{grid-column:1 / -1;font-size:12.5px;color:#6b7280;display:flex;align-items:center;gap:6px}.wt-done{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;border:2px dashed #c7ecdb;border-radius:14px;background:#f3fbf6;color:#17693a;margin-top:12px}.wt-done b{font-size:26px}.wt-done span{color:#374151}.ai-insights h4{display:flex;align-items:center;gap:6px}.ai-narrative{margin:4px 0 10px;padding:12px 14px;background:#f5f7fb;border-left:4px solid #2a78d6;border-radius:6px;font-size:13.5px;line-height:1.7;white-space:pre-wrap}.ai-list{margin:4px 0 0;padding-left:22px;font-size:13.5px;line-height:1.75}.ai-list li::marker{color:#2a78d6;font-weight:700}.ai-bars{height:200px}.ai-pair{display:flex;align-items:flex-end;gap:2px;height:100%;width:100%}.ai-pair i{flex:1;display:block;border-radius:4px 4px 0 0}.db-legend i{display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:5px;vertical-align:-1px}.ag-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;margin:8px 0 18px}.ag-card{border:1px solid #e3e8ee;border-radius:10px;padding:14px 16px;background:#fff;display:flex;flex-direction:column;gap:8px}.ag-card.off{opacity:.6}.ag-head{display:flex;align-items:center;gap:10px}.ag-ico{width:40px;height:40px;border-radius:10px;background:#eef4ff;color:#2a78d6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ag-title{flex:1;min-width:0;display:flex;flex-direction:column}.ag-title b{font-size:15px}.ag-title small{font-size:12px;color:#6b7280}.ag-desc{margin:0;font-size:13px;color:#374151;line-height:1.55;min-height:40px}.ag-last{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280}.ag-summary{font-size:13px;background:#f8fafc;border:1px solid #e3e8ee;border-radius:6px;padding:8px 10px;color:#111}.ag-summary.big{font-size:14px;font-weight:600}.ag-run{align-self:flex-end;height:34px;min-width:110px;display:inline-flex;align-items:center;gap:6px;justify-content:center}.ag-result h4{display:flex;align-items:center;gap:6px}.ag-log .is-panel{border:0;padding:0}.lb-tools{align-items:center;gap:12px;font-size:13px;color:#374151}.lb-tools label{display:flex;align-items:center;gap:6px}.lb-tools select,.lb-tools input{height:32px;border:1px solid #cfd8e3;border-radius:6px;padding:0 8px;font-size:13px}.lb-tools input{width:64px;text-align:right}.lb-tools .ip-btn{height:34px;min-width:0;display:inline-flex;align-items:center;gap:6px}.lb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:300;display:flex;align-items:center;justify-content:center}.lb-sheet-wrap{background:#e5e7eb;border-radius:12px;max-width:calc(100vw - 60px);max-height:calc(100vh - 60px);overflow:auto;box-shadow:0 24px 64px #0000004d}.lb-sheet-head{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#fff;border-bottom:1px solid #e3e8ee;z-index:1}.lb-sheet-head .ip-btn{height:34px;min-width:0;display:inline-flex;align-items:center;gap:6px}.lb-sheet{display:flex;flex-wrap:wrap;gap:10mm;padding:10mm;background:#e5e7eb}.lb-label{width:100mm;height:60mm;background:#fff;border:1px solid #111;border-radius:2mm;padding:3mm 4mm;display:flex;flex-direction:column;gap:1.2mm;box-sizing:border-box;font-family:inherit;color:#000;page-break-inside:avoid}.lb-sheet.l .lb-label{width:150mm;height:100mm;padding:5mm 6mm;gap:2mm}.lb-top{display:flex;justify-content:space-between;font-size:8pt;color:#333}.lb-sheet.l .lb-top{font-size:10pt}.lb-name{font-size:15pt;font-weight:800;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-sheet.l .lb-name{font-size:24pt}.lb-grid{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:.6mm 3mm;font-size:8.5pt;line-height:1.3}.lb-grid span{color:#555}.lb-grid b{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-sheet.l .lb-grid{font-size:12pt;gap:1.5mm 5mm}.lb-barcode{width:100%;height:12mm;margin-top:auto}.lb-sheet.l .lb-barcode{height:22mm}.lb-code{text-align:center;font-family:Consolas,D2Coding,monospace;font-size:9pt;letter-spacing:.15em}.lb-sheet.l .lb-code{font-size:12pt}@media print{body *{visibility:hidden}.lb-overlay{position:static;background:none}.lb-sheet-wrap{max-width:none;max-height:none;overflow:visible;box-shadow:none;background:none;border-radius:0}.lb-sheet-head{display:none}#lb-print,#lb-print *{visibility:visible}#lb-print{position:absolute;left:0;top:0;padding:0;gap:4mm;background:none}.lb-label{border-color:#000}@page{margin:8mm}}.co-desc{margin:0 0 14px;font-size:13px;color:#6b7280;line-height:1.6}.is-title .gmi-ico{vertical-align:-3px;margin-right:4px}.co-devices{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.co-dev{border:1px solid #e3e8ee;border-left:4px solid #9aa4b2;border-radius:8px;padding:12px 14px;background:#fff;display:flex;flex-direction:column;gap:6px}.co-dev.online{border-left-color:#1baf7a}.co-dev.delay{border-left-color:#eda100}.co-dev-head{display:flex;align-items:center;gap:8px;font-size:13.5px}.co-dev-head b{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.co-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.co-st{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;white-space:nowrap}.co-val{font-size:26px;font-weight:800;color:#111;line-height:1.1}.co-val span{font-size:13px;font-weight:600;color:#6b7280;margin-left:4px}.co-meta{display:flex;flex-direction:column;font-size:12px;color:#6b7280}.co-iface{font-size:11.5px;color:#9aa4b2}.dw{--p:#6a4fa3;--p2:#7a59ad;--p3:#58408a;display:flex;min-height:100vh;background:#f0f2f5;background-image:radial-gradient(#d1d5db 1px,transparent 1px);background-size:40px 40px;font-family:Pretendard,Apple SD Gothic Neo,Malgun Gothic,system-ui,sans-serif;color:#1f2430}.dw-nav{width:238px;flex:none;background:linear-gradient(180deg,#7a59ad,#6a4fa3 40%,#5b3f95);color:#fff;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.dw-logo{height:72px;display:flex;align-items:center;padding:0 22px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.12)}.dw-logo img{height:34px;max-width:100%;object-fit:contain}.dw-menu,.dw-menu ul{list-style:none;margin:0;padding:0}.dw-menu{flex:1;overflow:auto;padding:10px 0}.dw-menu>li>button{width:100%;display:flex;align-items:center;gap:10px;padding:11px 18px 11px 22px;border:0;background:none;color:#ece6f7;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;text-align:left}.dw-menu>li>button:hover,.dw-menu>li.active>button{background:#ffffff14;color:#fff}.dw-menu .chev{margin-left:auto;display:inline-flex;transition:transform .15s;opacity:.7}.dw-menu li.open>button .chev{transform:rotate(180deg)}.dw-menu>li>ul{background:#0000001f;padding:4px 0}.dw-menu>li>ul li button{width:100%;display:flex;align-items:center;gap:8px;padding:8px 18px 8px 52px;border:0;background:none;color:#d9d0ee;font-size:14px;cursor:pointer;font-family:inherit;text-align:left;position:relative}.dw-menu>li>ul li button:hover{color:#fff}.dw-menu>li>ul li.on>button{color:#fff;background:#ffffff24;border-radius:0 20px 20px 0;margin-right:18px;font-weight:700}.dw-menu>li>ul li.on>button em{margin-left:auto;width:6px;height:6px;border-radius:50%;background:#ffb547}.dw-menu>li>ul li.on>button:before{content:"";position:absolute;left:36px;top:50%;width:6px;height:6px;margin-top:-3px;border-radius:50%;background:#fff;opacity:.9}.dw-menu li.sub>button{padding-left:52px}.dw-menu li.sub>ul li button{padding-left:66px;font-size:13.5px}.dw-menu li.sub>ul li.on>button:before{left:50px}.dw-nav-foot{padding:12px 20px;font-size:11.5px;color:#ffffff8c;border-top:1px solid rgba(255,255,255,.12);line-height:1.5}.dw-body{flex:1;min-width:0;display:flex;flex-direction:column}.dw-top{height:56px;display:flex;align-items:center;gap:12px;padding:0 16px;background:linear-gradient(90deg,#efe9fb,#f5f2fb 60%,#f0f2f5);border-bottom:1px solid #e3dcf0;position:sticky;top:0;z-index:10}.dw-crumb{font-size:13.5px;color:#6b7280}.dw-crumb b{color:#1f2430}.dw-top-right{margin-left:auto;display:flex;align-items:center;gap:10px}.dw-user{font-size:13px;color:#4b5563}.dw-top-btn{height:32px;padding:0 12px;border:1px solid #d6cfe6;border-radius:8px;background:#fff;color:#4b5563;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-family:inherit}.dw-top-btn:hover{border-color:var(--p);color:var(--p)}.dw-top-btn.doc{text-decoration:none;color:var(--p);border-color:#d6cfe6;background:#f5f2fb}.dw-main{flex:1;padding:14px 16px 30px;min-width:0}.dw-home{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:60vh;color:#6b7280;font-size:14px}.dw-home img{height:48px}.dw-home b{font-size:20px;color:#1f2430}.dw-btn{border:1px solid #d6d9e0;background:#fff;color:#374151;border-radius:5px;padding:7px 14px;font-size:13px;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:5px}.dw-btn:hover{border-color:var(--p);color:var(--p)}.dw-btn.main{background:var(--p);border-color:var(--p);color:#fff;font-weight:600}.dw-btn.main:hover{background:var(--p3);color:#fff}.dw-btn.sm{padding:3px 10px;font-size:12px}.dw-btn.del{color:#b91c1c}.dw-btn:disabled{opacity:.55;cursor:default}.dw-head{display:flex;align-items:center;gap:10px;margin:0 2px 12px;flex-wrap:wrap}.dw-head h3{font-size:20px;font-weight:700;margin:0}.dw-head .sub{font-size:12.5px;color:#6b7280}.dw-head .act{margin-left:auto;display:flex;gap:6px;align-items:center}.dw-card{background:#fff;border:1px solid #e5e7eb;border-radius:9px;margin-bottom:14px}.dw-card>.t{display:flex;align-items:center;gap:9px;padding:11px 14px;border-bottom:1px solid #eef0f3;flex-wrap:wrap}.dw-card>.t b{font-size:14.5px}.dw-card>.t .why,.dw-card>.t small{font-size:12px;color:#8b8f98;font-weight:400}.dw-card>.t .act{margin-left:auto;display:flex;gap:6px;align-items:center}.dw-card>.c{padding:12px 14px 14px;overflow:auto}table.dwt{width:100%;border-collapse:collapse;font-size:13px}table.dwt th{background:var(--p);color:#fff;padding:8px 9px;font-weight:600;text-align:center;white-space:nowrap}table.dwt td{border-bottom:1px solid #eef0f3;padding:7px 9px}table.dwt td.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}table.dwt td.mid{text-align:center}table.dwt tbody tr:hover{background:#faf8ff}table.dwt td.empty{text-align:center;color:#9aa0aa;padding:22px 0}table.dwt input,table.dwt select{border:1px solid #e0e3e9;border-radius:4px;padding:4px 7px;font-size:12.5px;font-family:inherit}table.dwt input.n{width:82px;text-align:right}table.dwt input.txt{width:100%;text-align:left}.dw-up{color:#c0392b;font-weight:600}.dw-down{color:#1d6fb8;font-weight:600}.dw-zero{color:#9aa0aa}.dw-tag{display:inline-block;padding:2px 9px;border-radius:11px;font-size:11.5px;font-weight:600}.dw-tag.g0{background:#eef2f6;color:#6b7280}.dw-tag.g1{background:#e8f5ee;color:#1e7a48}.dw-tag.g2{background:#fff6e5;color:#a86a00}.dw-tag.g3{background:#fdece9;color:#c0392b}.dw-tag.g4{background:#f9dedb;color:#8e1b0f}.dw-tag.won{background:#dcfce7;color:#166534}.dw-tag.lost{background:#f1f5f9;color:#64748b}.dw-note{font-size:12px;color:#8b8f98;line-height:1.6}.dw .is-panel{border-radius:9px}.dw .is-table th{background:var(--p);color:#fff;border-color:#5f479a}.dw .is-sort i.up{border-bottom-color:#ffffff8c}.dw .is-sort i.dn{border-top-color:#ffffff8c}.dw .is-sort.asc i.up{border-bottom-color:#ffb547}.dw .is-sort.desc i.dn{border-top-color:#ffb547}.dw .is-table tbody tr.selected{background:#efe9fb}.dw .is-table tbody tr:hover td{background:#faf8ff}.dw .ip-btn.add,.dw .mp-btn,.dw .is-tb.plus{background:var(--p);border-color:var(--p);color:#fff}.dw .is-tb.plus{color:#fff}.dw .mg-page .on,.dw .is-switch.on i{background:var(--p)}.dw .dw-docs .is-panel{border-radius:9px}.dw .dw-docs .dc-head-tools .is-icon-btn:hover,.dw .dw-docs a{color:var(--p)}.dw .dw-docs .dc-steps li.on{border-color:var(--p);color:var(--p);background:#efe9fb}.dw .dw-docs .dc-steps li.on i{background:var(--p);color:#fff}.dw .dw-docs .dc-card.on{border-color:var(--p);background:#efe9fb;box-shadow:inset 3px 0 0 var(--p)}.dw .dw-docs .dc-card-cur,.dw .dw-docs .dc-logs li em{color:var(--p)}.dw .dw-docs .dc-b:hover,.dw .dw-docs .dc-b.req{border-color:var(--p);color:var(--p)}.dw .dw-docs .dc-tab.on{border-color:var(--p);background:#efe9fb;color:var(--p)}.dw .dw-docs .dc-tab.on em{background:var(--p);color:#fff}.dw .dw-docs .dc-kpi.on{border-color:var(--p);box-shadow:inset 0 0 0 1px var(--p)}.dw .dw-docs .dc-items th{background:var(--p);border-color:#5f479a}.dw-gmi{--g-nav:#5b3f95;--g-nav-fg:#ece6f7;--g-yellow:#ffc107;--g-line:#dfe5ec;--g-bg:#f0f2f5;font-size:13px;color:#1f2937;position:relative;min-height:60vh}.dw-menu>li>ul li button small.bd{margin-left:6px;font-size:10.5px;padding:1px 6px;border-radius:8px;background:#ffffff24;color:#e6def7}.qb-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.qb-filter .f{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:4px;overflow:hidden;background:#fff}.qb-filter .f>span{background:#f3f4f6;padding:7px 11px;font-size:12.5px;color:#6b7280;white-space:nowrap}.qb-filter input,.qb-filter select{border:none;outline:none;padding:7px 10px;font-size:13px;font-family:inherit;min-width:130px;background:#fff}.qb-box{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:auto}.qb-box.scroll{max-height:calc(100vh - 340px)}.qb-modebar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 7px}.qb-modes{display:flex}.qb-mode{border:1px solid #d6d9e0;background:#fff;color:#4b5563;font-size:12px;padding:5px 15px;cursor:pointer;margin-left:-1px;font-family:inherit}.qb-modes .qb-mode:first-child{margin-left:0;border-radius:6px 0 0 6px}.qb-modes .qb-mode:last-child{border-radius:0 6px 6px 0}.qb-mode.on{background:var(--p);border-color:var(--p);color:#fff;font-weight:600}.qb-pager{display:flex;align-items:center;gap:4px;font-size:12px;color:#4b5563}.qb-pager button{border:1px solid #d6d9e0;background:#fff;color:#4b5563;min-width:27px;padding:4px 7px;border-radius:5px;cursor:pointer;font-family:inherit}.qb-pager button.on{background:var(--p);border-color:var(--p);color:#fff;font-weight:600}.qb-pager button:disabled{color:#c3c7cf;cursor:default}table.qb{width:100%;border-collapse:collapse;font-size:12.5px;white-space:nowrap}table.qb th{background:var(--p);color:#fff;padding:9px 10px;text-align:center;font-weight:600;position:sticky;top:0;z-index:1}table.qb td{padding:8px 10px;border-bottom:1px solid #f3f4f6}table.qb tbody tr:hover td{background:#faf8ff}table.qb .num{text-align:right;font-variant-numeric:tabular-nums}table.qb .mid{text-align:center}table.qb .empty{text-align:center;color:#9ca3af;padding:34px 0}.qb-total{font-size:12.5px;color:#6b7280;margin:8px 2px}.qb-panel{position:fixed;top:0;right:0;width:640px;max-width:100%;height:100%;z-index:1050;background:#fafafa;border-left:1px solid #e5e7eb;box-shadow:-8px 0 26px #0000001f;display:flex;flex-direction:column}.qb-panel .p-head{display:flex;align-items:center;gap:9px;padding:14px 18px;background:#fff;border-bottom:1px solid #e5e7eb}.qb-panel .p-head b{font-size:15px}.qb-panel .p-head .x{margin-left:auto;border:none;background:none;font-size:22px;color:#9ca3af;cursor:pointer;line-height:1}.qb-panel .p-body{flex:1;overflow-y:auto;padding:14px 18px}.qb-panel .p-foot{padding:12px 18px;background:#fafafa;border-top:1px solid #e5e7eb;display:flex;gap:8px;justify-content:center}.qb-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.qb-grid .full{grid-column:1 / -1}.qb-f{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:5px;background:#fff;overflow:hidden}.qb-f>label{background:#f3f4f6;padding:9px 11px;font-size:12.5px;color:#4b5563;width:118px;flex-shrink:0}.qb-f>label .req{color:#dc2626;margin-left:3px}.qb-f input,.qb-f select{border:none;outline:none;padding:9px 11px;font-size:13px;width:100%;font-family:inherit;background:#fff;min-width:0}.qb-f input.num{text-align:right}.qb-sec{margin:14px 0 7px;font-size:12px;font-weight:700;color:var(--p);letter-spacing:.02em}.qb-sec:first-child{margin-top:0}.qb-sum{background:#f5f3ff;border:1px solid #ddd6fe;border-radius:5px;padding:10px 13px;font-size:13px;display:flex;align-items:center;margin-top:9px}.qb-sum b{margin-left:auto;font-size:16px;color:#4c1d95}.qb-drop{border:2px dashed #cbd5e1;border-radius:6px;background:#fff;padding:16px;text-align:center;color:#6b7280;font-size:12.5px;cursor:pointer;transition:border-color .15s,background .15s}.qb-drop.over{border-color:var(--p);background:#f5f3ff}.qb-drop b{color:var(--p)}.qb-thumb{margin-top:9px;display:flex;flex-direction:column;gap:6px}.qb-item{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:7px 10px}.qb-item.new{border-color:#c4b5fd;background:#faf8ff}.qb-item img{width:60px;height:44px;object-fit:contain;background:#fff;border-radius:4px;border:1px solid #e5e7eb}.qb-item .pdf{width:60px;height:44px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;font-size:11px;color:#6b7280;font-weight:700}.qb-item .nm{font-size:12.5px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qb-item .nm em{font-style:normal;color:var(--p);font-size:11px;margin-left:4px}.qb-item .rm{margin-left:auto;border:none;background:none;color:#b91c1c;cursor:pointer;font-size:12.5px;flex-shrink:0;font-family:inherit}.qb-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1060;background:#0f0f16f0;display:flex;flex-direction:column}.qb-view .v-head{display:flex;align-items:center;gap:10px;padding:12px 18px;color:#fff}.qb-view .v-head b{font-size:15px}.qb-view .v-head .sub{font-size:12.5px;opacity:.8}.qb-view .v-tools{margin-left:auto;display:flex;gap:6px;align-items:center}.qb-view .v-tools button{border:1px solid rgba(255,255,255,.35);background:#ffffff14;color:#fff;border-radius:4px;padding:6px 12px;font-size:13px;cursor:pointer;font-family:inherit}.qb-view .v-tools button:hover{background:#fff3}.qb-view .v-tools .zoom{min-width:58px;text-align:center;font-size:12.5px;color:#fff;opacity:.85}.qb-view .v-body{flex:1;overflow:auto;cursor:grab;padding:16px;text-align:center}.qb-view .v-body.drag{cursor:grabbing}.qb-view .v-body img{display:inline-block;max-width:none;height:auto;background:#fff;border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 40px #00000080;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.qb-view .v-body iframe{width:100%;height:100%;border:0;background:#fff}.qb-view .v-strip{display:flex;gap:6px;justify-content:center;padding:8px 0 0;flex-wrap:wrap}.qb-view .v-strip button{border:1px solid rgba(255,255,255,.3);background:#ffffff0f;color:#e5e7eb;border-radius:4px;min-width:32px;padding:5px 9px;font-size:12px;cursor:pointer;font-family:inherit}.qb-view .v-strip button.on{background:var(--p);border-color:var(--p);color:#fff;font-weight:700}.qb-view .v-tip{text-align:center;color:#cbd5e1;font-size:12px;padding:8px 0 12px}.qb-view .o-lang{border:1px solid rgba(255,255,255,.3);background:#ffffff0f;color:#e5e7eb;border-radius:4px;padding:5px 7px;font-size:12px;font-family:inherit;margin-left:6px}.qb-view .o-lang option{color:#1f2430}.qb-view .v-ocr{position:absolute;top:58px;right:14px;bottom:58px;width:400px;background:#141a24;border:1px solid rgba(255,255,255,.18);border-radius:9px;display:flex;flex-direction:column;box-shadow:0 12px 46px #0000008c;z-index:5}.qb-view .v-ocr .o-head{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.12);color:#e5e7eb;font-size:13px}.qb-view .v-ocr .o-stat{color:#9aa4b2;font-size:12px}.qb-view .v-ocr .o-acts{margin-left:auto;display:flex;gap:5px}.qb-view .v-ocr .o-acts button{border:1px solid rgba(255,255,255,.3);background:#ffffff0f;color:#e5e7eb;border-radius:4px;padding:4px 10px;font-size:12px;cursor:pointer;font-family:inherit}.qb-view .v-ocr .o-bar{height:3px;background:#ffffff1a}.qb-view .v-ocr .o-bar i{display:block;height:100%;background:#8b6fd0;transition:width .2s}.qb-view .v-ocr textarea{flex:1;width:100%;border:0;outline:none;resize:none;background:#0f1520;color:#dbe2ea;padding:12px 13px;font-family:Consolas,D2Coding,monospace;font-size:12.5px;line-height:1.65;border-radius:0 0 9px 9px}@media (max-width:900px){.qb-view .v-ocr{left:14px;width:auto}}@media (max-width:760px){.qb-grid{grid-template-columns:1fr}.qb-panel{width:100%}}.qi-est{display:grid;grid-template-columns:1fr 1fr;gap:14px}.qi-est .box{border:1px solid #eef0f3;border-radius:8px;padding:12px 14px;background:#fbfbfd}.qi-est .box h4{margin:0 0 9px;font-size:13px;color:#6b7280;font-weight:600}.qi-line{display:flex;justify-content:space-between;padding:5px 0;font-size:13px;border-bottom:1px dashed #e8eaee}.qi-line:last-child{border-bottom:none}.qi-line.sum{border-top:1px solid #e8eaee;margin-top:4px;padding-top:8px;border-bottom:none}.qi-line b{font-variant-numeric:tabular-nums}.qi-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:8px;padding-top:9px;border-top:2px solid var(--p)}.qi-total .v{font-size:21px;font-weight:700;color:var(--p);font-variant-numeric:tabular-nums}.qi .dw-card .act select.dw-btn{padding:6px 10px}@media (max-width:900px){.qi-est{grid-template-columns:1fr}}.qm-grid{display:grid;grid-template-columns:420px 1fr;gap:14px;align-items:start}.qm-drop{border:2px dashed #cbd2dc;border-radius:8px;padding:26px 12px;text-align:center;color:#8b8f98;font-size:13px;cursor:pointer;background:#fbfbfd}.qm-drop.on{border-color:var(--p);background:#f6f2fd;color:var(--p)}.qm-prev{margin-top:10px;text-align:center}.qm-prev img{max-width:100%;max-height:210px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.qm-f{display:flex;align-items:center;gap:7px;margin-top:8px;font-size:13px}.qm-f label{width:74px;color:#6b7280;font-size:12.5px;flex:none}.qm-f input,.qm-f select{flex:1;border:1px solid #e0e3e9;border-radius:5px;padding:6px 9px;font-size:13px;font-family:inherit;min-width:0;background:#fff}.qm-f .x3{display:flex;gap:5px;flex:1}.qm-f .x3 input{width:33%;text-align:right}.qm-act{margin-top:12px;display:flex;gap:6px}.qm-bar{height:3px;background:#eef0f3;border-radius:2px;margin-top:10px;overflow:hidden}.qm-bar i{display:block;height:100%;background:var(--p);transition:width .2s}.qm-stat{font-size:12px;color:#8b8f98;margin-top:6px;min-height:16px}.qm-ocr{width:100%;height:96px;margin-top:9px;border:1px solid #e5e7eb;border-radius:6px;padding:8px 9px;font-family:Consolas,monospace;font-size:11.5px;color:#4b5563;resize:vertical;background:#fbfbfd;box-sizing:border-box}.qm-hit{border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;margin-bottom:10px}.qm-hit.top{border-color:var(--p);box-shadow:0 0 0 3px #6a4fa314}.qm-hit .h{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.qm-hit .no{font-weight:700;font-size:14px}.qm-hit .meta{color:#6b7280;font-size:12.5px}.qm-hit .score{margin-left:auto;font-size:19px;font-weight:700;color:var(--p);font-variant-numeric:tabular-nums}.qm-hit .why{margin-top:7px;display:flex;gap:6px;flex-wrap:wrap}.qm-hit .why span{background:#f3f4f6;color:#4b5563;border-radius:11px;padding:2px 9px;font-size:11.5px}.qm-hit .amt{margin-top:9px;display:flex;align-items:center;gap:10px;font-size:13px}.qm-hit .amt b{font-variant-numeric:tabular-nums}.qm-est{margin-top:10px;border-top:1px dashed #e3e6eb;padding-top:10px;font-size:13px}.qm-est .l{display:flex;justify-content:space-between;padding:3px 0}.qm-est .tot{display:flex;justify-content:space-between;align-items:baseline;margin-top:7px;padding-top:7px;border-top:2px solid var(--p)}.qm-est .tot b{font-size:18px;color:var(--p)}.qm-none{color:#9aa0aa;font-size:13px;padding:24px 0;text-align:center;line-height:1.7}@media (max-width:980px){.qm-grid{grid-template-columns:1fr}}.hb-grid{display:grid;grid-template-columns:360px 1fr;gap:14px;align-items:start}.hb-list{max-height:calc(100vh - 220px);overflow:auto}.hb-list table.dwt td{cursor:pointer}.hb-list tr.on td{background:#efe9fb;font-weight:600}.hb-search{width:100%;border:1px solid #e0e3e9;border-radius:5px;padding:7px 10px;font-size:13px;font-family:inherit;margin-bottom:8px;box-sizing:border-box}.hb-add{display:flex;gap:6px;flex-wrap:wrap;align-items:center;padding:10px 12px;background:#faf8ff;border:1px solid #e5dff3;border-radius:7px;margin-bottom:10px;font-size:13px}.hb-add select,.hb-add input{border:1px solid #e0e3e9;border-radius:4px;padding:6px 8px;font-size:12.5px;font-family:inherit;background:#fff}.hb-add input.n{width:70px;text-align:right}.hb-add input.w{width:200px}.hb-tot{display:flex;justify-content:flex-end;gap:16px;font-size:13px;margin-top:8px;color:#4b5563}.hb-tot b{color:var(--p);font-size:15px;font-variant-numeric:tabular-nums}@media (max-width:980px){.hb-grid{grid-template-columns:1fr}}.hb table.dwt{white-space:nowrap}.hb .dw-card .c{overflow:auto}.hb table.dwt td.mid .dw-tag{white-space:nowrap}.hb-list table.dwt{white-space:normal}
