*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{height:100%;font-family:Manrope,system-ui,sans-serif;background:var(--bg);color:var(--text)}#root{height:100%}a{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}.mini-num::-webkit-outer-spin-button,.mini-num::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mini-num{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.plain-num{background:transparent;border:none;outline:none;border-bottom:1.5px solid transparent}.plain-num:hover{border-bottom-color:var(--border2)}.plain-num:focus{border-bottom-color:var(--accent)}:root{--bg: #f0f2f7;--surface: #ffffff;--surface2: #f5f7fc;--border: #e2e6f0;--border2: #c8d0e4;--text: #1a1d2e;--text2: #545a76;--text3: #646c8b;--accent: #6c63ff;--accent-h: #5b52ee;--accent-bg: #f0efff;--accent-t: #3d36b0;--green: #22c98a;--green-bg: #e8faf4;--green-t: #0f6e4a;--red: #f04a4a;--red-bg: #fff0f0;--red-t: #a32d2d;--amber: #f59e0b;--amber-bg: #fffbeb;--amber-t: #854f0b;--orange: #f97316;--orange-bg: #fff4ec;--orange-t: #9a3f10;--trainee-soft: #fffbeb;--blue: #3b82f6;--blue-bg: #eff6ff;--blue-t: #1e40af;--initials-bg: #e0ddff;--initials-t: #34309e;--initials-bd: #bcb4ff;--s0: #6c63ff;--s1: #eda100;--s2: #1baf7a;--s3: #e87ba4;--s4: #2a78d6;--sghost: #9099b8;--topbar-h: 58px;--radius: 14px;--radius-sm: 10px;--radius-xs: 7px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04)}[data-theme=dark]{--bg: #0f1020;--surface: #181928;--surface2: #1f2135;--border: #2a2d45;--border2: #3a3e5e;--text: #e8eaf6;--text2: #9aa3c8;--text3: #828ab2;--accent: #7c75ff;--accent-h: #6d66f0;--accent-bg: #1a1840;--accent-t: #a5b4fc;--green: #34d399;--green-bg: #052e20;--green-t: #6ee7b7;--red: #f87171;--red-bg: #3b0a0a;--red-t: #fca5a5;--amber: #fbbf24;--amber-bg: #3b1f03;--amber-t: #fcd34d;--orange: #fb923c;--orange-bg: #401c04;--orange-t: #fdba74;--trainee-soft: rgba(251, 191, 36, .1);--blue: #60a5fa;--blue-bg: #172040;--blue-t: #93c5fd;--initials-bg: #383275;--initials-t: #cdc4ff;--initials-bd: #524ba6;--s0: #7c75ff;--s1: #b8820a;--s2: #0ea371;--s3: #d15c92;--s4: #3b82f6;--sghost: #50587a;--shadow: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);--shadow-md: 0 4px 12px rgba(0,0,0,.4), 0 2px 4px rgba(0,0,0,.2)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}.schedule-pin-scroll::-webkit-scrollbar-track{background:var(--surface2)}.sched-nofreeze td.mb-sch-name{position:static!important}.sched-nofreeze th.mb-sch-name{left:auto!important}.sched-dense td{padding-top:1px!important;padding-bottom:1px!important}.sched-dense .initials-chip{padding:1px 6px!important}.sched-dense .sched-rowbtn{padding:1px 4px!important}.sched-dense .sched-tg,body.sched-focus .topbar,body.sched-focus .sched-page-head,body.sched-focus .sched-seniors{display:none!important}body.sched-focus .page-body{padding:0!important;gap:0!important}.app-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden;overflow:clip}.topbar{height:var(--topbar-h);flex-shrink:0;display:flex;align-items:center;gap:12px;padding:0 20px;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow);position:relative;z-index:30}.page-scroll{flex:1;overflow-y:auto;overflow-x:hidden}.page-body{padding:24px;display:flex;flex-direction:column;gap:20px}body.audiobar-open .page-body{padding-bottom:calc(var(--mb-lis-ab-h, 56px) + 36px)}.info-drawer-panel{bottom:0}body.audiobar-open .info-drawer-panel{bottom:60px}.salary-page{padding:12px 18px 18px;gap:10px}.salary-page h1{font-size:21px;line-height:1.25}.dense-page{padding:10px 14px 12px;gap:8px}.salary-head,.salary-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.salary-head .tabs{padding:3px}.salary-head .tab-btn{padding:5px 14px;font-size:12px}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:50;opacity:0;pointer-events:none;transition:opacity .2s}.sidebar-overlay.visible{opacity:1;pointer-events:all}.sidebar{position:fixed;top:0;left:0;bottom:0;width:250px;background:var(--surface);border-right:1px solid var(--border);z-index:60;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .22s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-md)}.sidebar.open{transform:translate(0)}.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:18px 16px 14px;border-bottom:1px solid var(--border)}.sidebar-nav{flex:1;padding:8px 0;overflow-y:auto}.nav-group-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text3);padding:12px 18px 5px}.nav-item{display:flex;align-items:center;gap:11px;padding:10px 18px;font-size:14px;font-weight:500;color:var(--text2);cursor:pointer;border-left:2px solid transparent;transition:all .12s;-webkit-user-select:none;user-select:none}.nav-item:hover{background:var(--surface2);color:var(--text)}.nav-item.active{color:var(--accent);border-left-color:var(--accent);background:var(--accent-bg);font-weight:600}.nav-icon{width:16px;height:16px;flex-shrink:0}.sidebar-footer{padding:14px 16px;border-top:1px solid var(--border)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.card-title{font-size:13px;font-weight:600;color:var(--text2);margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;border:none;white-space:nowrap}.btn-sm{padding:6px 12px;font-size:13px}.btn-xs{padding:4px 10px;font-size:12px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-h)}.btn-secondary{background:var(--surface2);color:var(--text2);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--border);color:var(--text)}.btn-danger{background:var(--red-bg);color:var(--red-t);border:1px solid var(--red-bg)}.btn-danger:hover:not(:disabled){background:var(--red);color:#fff}.btn-ghost{background:transparent;color:var(--text2);border:1px solid transparent}.btn-ghost:hover{background:var(--surface2);color:var(--text);border-color:var(--border)}.btn:disabled{opacity:.55;cursor:not-allowed}.input,.textarea,.select{width:100%;padding:9px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;background:var(--surface2);color:var(--text);outline:none;transition:border .15s,background .15s}.input:focus,.textarea:focus,.select:focus{border-color:var(--accent);background:var(--surface)}.input::placeholder,.textarea::placeholder{color:var(--text3)}.input-sm{padding:6px 12px;font-size:13px}.textarea{resize:vertical;min-height:90px;line-height:1.6}.select{cursor:pointer}[data-theme=dark] .input,[data-theme=dark] .textarea,[data-theme=dark] .select{color-scheme:dark}.form-label{font-size:13px;color:var(--text2);font-weight:500;display:block;margin-bottom:6px}.form-group{display:flex;flex-direction:column;gap:0}.badge{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px;white-space:nowrap}.badge-promo{background:var(--amber-bg);color:var(--amber-t)}.badge-update{background:var(--blue-bg);color:var(--blue-t)}.badge-new{background:var(--green-bg);color:var(--green-t)}.badge-admin{background:var(--red-bg);color:var(--red-t)}.badge-operator{background:var(--accent-bg);color:var(--accent-t)}.badge-listener{background:var(--blue-bg);color:var(--blue-t)}.badge-scriptologist{background:var(--green-bg);color:var(--green-t)}.badge-trainee{background:var(--amber-bg);color:var(--amber-t);border:1px solid var(--amber)}[data-theme=dark] .badge-trainee{background:#fbbf2429}.initials-chip{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:800;letter-spacing:.03em;line-height:1;padding:3px 7px;border-radius:6px;white-space:nowrap;background:var(--initials-bg);color:var(--initials-t);border:1px solid var(--initials-bd)}.initials-chip.trainee{background:var(--amber-bg);color:var(--amber-t)}[data-theme=dark] .initials-chip.trainee{background:#fbbf2429}.initials-chip-arch{font-family:Manrope,system-ui,sans-serif;font-weight:600;letter-spacing:0;opacity:.85}.trainee-row>td:first-child,.trainee-row>th:first-child{box-shadow:inset 3px 0 0 0 var(--amber)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}thead tr{background:var(--surface2);border-bottom:1px solid var(--border)}th{padding:11px 16px;text-align:left;font-size:11px;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}td{padding:12px 16px;color:var(--text);border-bottom:1px solid var(--border);vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:var(--surface2)}.tabs{display:flex;gap:3px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px;width:fit-content}.tab-btn{padding:7px 18px;border-radius:8px;border:none;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;color:var(--text2);background:transparent}.tab-btn.active{background:var(--surface);color:var(--text);font-weight:600;box-shadow:var(--shadow)}.tab-btn:hover:not(.active){color:var(--text)}@media(min-width:769px){.tabs.tabs-even{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;flex-shrink:0}.tabs.tabs-even .tab-btn{padding:7px 10px;font-size:12.5px;white-space:nowrap}}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:14px}.split-2{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}@media(min-width:1600px){.split-2{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.split-2>*{min-width:0}.split-2>:only-child{grid-column:1 / -1}.divider{height:1px;background:var(--border);margin:12px 0}.text-muted{color:var(--text3);font-size:13px}.empty-state{text-align:center;padding:48px 20px;color:var(--text3);font-size:14px}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .2s ease backwards}@keyframes uiToastIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:none}}.ui-toast{animation:uiToastIn .22s cubic-bezier(.21,1.02,.73,1) backwards}@keyframes uiOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes uiModalIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.ui-modal-overlay{animation:uiOverlayIn .15s ease both}.ui-modal{animation:uiModalIn .2s cubic-bezier(.21,1.02,.73,1) backwards}.crm-panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:8px 10px;display:flex;flex-direction:column;gap:8px}.crm-strip{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:28px}.crm-strip-label{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text3);padding:0 6px 0 4px;-webkit-user-select:none;user-select:none;flex-shrink:0}.crm-chip{position:relative;display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border-radius:999px;border:none;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;max-width:280px;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.crm-chip:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000038;filter:brightness(1.12)}.crm-chip:active{transform:none;filter:none}.crm-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes crmNewPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}.crm-chip-new:after{content:"";position:absolute;top:-2px;right:1px;width:9px;height:9px;border-radius:50%;background:var(--amber);border:2px solid var(--surface);animation:crmNewPulse 1.4s ease-in-out infinite}.dot-new{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--amber);margin-left:6px;vertical-align:middle;flex-shrink:0;animation:crmNewPulse 1.4s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:18px;height:18px;border:2px solid var(--border2);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}.spin{animation:spin .8s linear infinite}.script-block{border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0}.script-block-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.script-text{font-size:14px;line-height:1.75;color:var(--text);white-space:pre-wrap}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);z-index:200;box-shadow:var(--shadow-md);max-height:calc(100vh - var(--topbar-h) - 24px);max-height:calc(100dvh - var(--topbar-h) - 24px);overflow-y:auto;overscroll-behavior:contain}.search-item{display:flex;justify-content:space-between;align-items:center;gap:13px;padding:10px 14px 10px 9px;font-size:13px;cursor:pointer;border-bottom:1px solid var(--border);transition:background .1s}.search-item:last-child{border-bottom:none}.search-item:hover{background:var(--surface2)}.search-item.is-active{background:var(--accent-bg);box-shadow:inset 2px 0 0 var(--accent)}.search-item.is-dead{opacity:.55}.search-item.is-dead .search-name{text-decoration:line-through}.search-flag{font-size:9px;font-weight:800;letter-spacing:.04em;padding:2px 6px;border-radius:4px;flex-shrink:0;background:var(--red-bg);color:var(--red-t);border:1px solid var(--red)}.stat-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px}.stat-label{font-size:12px;color:var(--text3);margin-bottom:5px}.stat-value{font-size:26px;font-weight:800;color:var(--text);line-height:1}.stat-sub{font-size:12px;color:var(--text3);margin-top:4px}@media(max-width:900px){.tele-chip-detail{display:none}}::highlight(ai-find){background:var(--amber);color:#000}@keyframes ai-flash-kf{0%{box-shadow:0 0 0 3px var(--amber);background:var(--amber-bg)}70%{box-shadow:0 0 0 3px var(--amber);background:var(--amber-bg)}to{box-shadow:0 0 0 3px transparent;background:transparent}}.ai-flash{animation:ai-flash-kf 2.4s ease-out;border-radius:6px}.tr-set-grid{display:grid;gap:16px;align-items:start;grid-template-columns:1fr}@media(min-width:1020px){.tr-set-grid{grid-template-columns:minmax(0,6fr) minmax(0,5fr)}}.tr-set-col{display:flex;flex-direction:column;gap:16px;min-width:0}.tr-set-sticky{position:sticky;top:10px;z-index:30;box-shadow:var(--shadow-md)}.t-sticky{position:sticky;left:0;z-index:1;background:var(--surface);box-shadow:inset -1px 0 0 var(--border)}thead .t-sticky{background:var(--surface2)}.th-sticky{position:sticky;top:0;z-index:2;background:var(--surface2);box-shadow:inset 0 -1px 0 var(--border)}tbody tr:hover .t-sticky{background:var(--surface2)}.t-sticky-r{position:sticky;right:0;z-index:1;background:var(--surface);box-shadow:inset 1px 0 0 var(--border)}thead .t-sticky-r{background:var(--surface2);z-index:3}tbody tr:hover .t-sticky-r{background:var(--surface2)}.set-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px}.set-shell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);width:min(1480px,97vw);height:min(92vh,980px);display:flex;flex-direction:column;overflow:hidden;overflow:clip}.set-head{flex-shrink:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--surface)}.set-body{flex:1;display:flex;min-height:0}.set-nav{flex-shrink:0;width:232px;border-right:1px solid var(--border);background:var(--surface2);padding:10px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.set-nav-btn{display:flex;align-items:center;gap:9px;width:100%;text-align:left;padding:9px 11px;border-radius:var(--radius-xs);border:1px solid transparent;background:transparent;color:var(--text2);font-size:13px;font-weight:500;cursor:pointer;transition:background .12s,color .12s}.set-nav-btn:hover{background:var(--surface);color:var(--text)}.set-nav-btn.active{background:var(--accent-bg);color:var(--accent-t);border-color:var(--accent);font-weight:700}.set-nav-btn .set-nav-sub{margin-left:auto;font-size:10px;font-weight:700;color:var(--text3);white-space:nowrap}.set-nav-btn.active .set-nav-sub{color:var(--accent-t)}.set-main{flex:1;min-width:0;overflow-y:auto;padding:18px 22px 24px}.set-grid{display:grid;gap:16px;align-items:start;grid-template-columns:1fr}@media(min-width:1180px){.set-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.set-grid>*{min-width:0}.set-grid .set-wide{grid-column:1 / -1}.set-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:14px 15px;display:flex;flex-direction:column;gap:10px}.set-card-h{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.set-card-h h4{margin:0;font-size:13.5px;font-weight:700}.set-hint{font-size:11.5px;color:var(--text3);line-height:1.5;margin:0}.set-live{font-size:9.5px;font-weight:800;letter-spacing:.03em;padding:2px 7px;border-radius:999px;background:var(--green-bg);color:var(--green-t);border:1px solid var(--green)}.set-foot{flex-shrink:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 18px;border-top:1px solid var(--border);background:var(--surface)}.set-switch{width:38px;height:21px;border-radius:999px;flex-shrink:0;position:relative;border:none;padding:0;cursor:pointer;background:var(--border);transition:background .15s}.set-switch.on{background:var(--accent)}.set-switch:after{content:"";position:absolute;top:2px;left:2px;width:17px;height:17px;border-radius:50%;background:#fff;transition:left .15s}.set-switch.on:after{left:19px}.set-switch:disabled{opacity:.5;cursor:default}@media(max-width:960px){.set-overlay{padding:0}.set-shell{width:100vw;height:100vh;height:100dvh;border-radius:0;border:none}.set-body{flex-direction:column}.set-nav{width:auto;flex-direction:row;overflow-x:auto;overflow-y:hidden;border-right:none;border-bottom:1px solid var(--border)}.set-nav-btn{width:auto;white-space:nowrap}.set-nav-btn .set-nav-sub{display:none}.set-main{padding:14px}}.pcat-layout{display:grid;grid-template-columns:224px minmax(0,1fr);gap:18px;align-items:start}.pcat-rail{position:sticky;top:12px;display:flex;flex-direction:column;gap:2px;max-height:calc(100vh - var(--topbar-h) - 40px);max-height:calc(100dvh - var(--topbar-h) - 40px);overflow-y:auto;padding-right:2px}.pcat-row{display:flex;align-items:stretch;gap:2px}.pcat-twist{flex-shrink:0;width:18px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;color:var(--text3);padding:0}.pcat-twist:hover{background:var(--surface2);color:var(--text)}.pcat-twist.ghost{pointer-events:none;opacity:0}.pcat-item{position:relative;overflow:hidden;display:flex;align-items:center;gap:8px;width:100%;min-width:0;padding:7px 10px 8px;border-radius:8px;cursor:pointer;background:transparent;border:1px solid transparent;font-family:inherit;font-size:13px;font-weight:600;color:var(--text2);text-align:left;line-height:1.35}.pcat-item:hover{background:var(--surface2);color:var(--text)}.pcat-item.on{background:var(--accent-bg);border-color:var(--accent);color:var(--accent-t)}.pcat-item .pcat-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pcat-item .pcat-n{font-size:11px;font-weight:800;font-variant-numeric:tabular-nums;background:var(--surface2);color:var(--text3);padding:1px 6px;border-radius:8px;flex-shrink:0}.pcat-item.on .pcat-n{background:var(--accent);color:#fff}.pcat-meter{position:absolute;left:10px;right:10px;bottom:2px;height:2px;background:var(--border);border-radius:2px;overflow:hidden}.pcat-meter>i{display:block;height:100%;background:var(--text3);border-radius:2px}.pcat-item.on .pcat-meter{background:var(--border2)}.pcat-item.on .pcat-meter>i{background:var(--accent)}.pcat-kids{display:flex;flex-direction:column;gap:2px;margin:2px 0 4px 9px;padding-left:9px;border-left:1px solid var(--border)}.pcat-item.sub{font-size:12.5px;font-weight:600;padding:6px 9px}.pcat-item.sub .pcat-n{font-size:10px}.pcat-search{display:flex;align-items:center;gap:6px;margin:6px 0 2px;padding:5px 8px;border-radius:8px;background:var(--surface2);border:1px solid var(--border);color:var(--text3)}.pcat-search:focus-within{border-color:var(--accent)}.pcat-search input{flex:1;min-width:0;border:none;background:none;outline:none;font-family:inherit;font-size:12px;font-weight:600;color:var(--text)}.pcat-search input::placeholder{color:var(--text3);font-weight:500}.pcat-search button{background:none;border:none;padding:0;cursor:pointer;color:var(--text3);display:inline-flex;flex-shrink:0}.pcat-search button:hover{color:var(--text)}.pcat-sep{height:1px;background:var(--border);margin:6px 2px}.pcat-rail-cap{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text3);padding:2px 10px 3px}.pcat-crumbs{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px;color:var(--text3)}.pcat-crumbs button{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:var(--text2);text-decoration:underline;text-underline-offset:2px}.pcat-crumbs button:hover{color:var(--accent-t)}.pcat-crumbs .cur{color:var(--text);font-weight:700}.pcat-block-head{display:flex;align-items:center;gap:10px;width:100%;padding:11px 14px;cursor:pointer;text-align:left;background:var(--surface2);border:none;border-left:3px solid var(--border2);border-radius:10px;font-family:inherit;font-size:14px;font-weight:700;color:var(--text)}.pcat-block-head:hover{background:var(--border)}.pcat-block-head.open{border-left-color:var(--accent)}.pcat-sub-head{display:flex;align-items:center;gap:8px;width:100%;padding:7px 12px;cursor:pointer;text-align:left;background:transparent;border:none;border-radius:8px;font-family:inherit;font-size:12.5px;font-weight:700;color:var(--text2)}.pcat-sub-head:hover{background:var(--surface2);color:var(--text)}.pcat-sub-wrap{margin-left:14px;padding-left:12px;border-left:1px solid var(--border)}@media(max-width:900px){.pcat-layout{grid-template-columns:minmax(0,1fr)}.pcat-rail{position:static;max-height:none;flex-direction:row;flex-wrap:wrap;gap:6px;padding-bottom:4px}.pcat-row{flex:0 0 auto}.pcat-item{width:auto;border:1px solid var(--border);background:var(--surface)}.pcat-kids{flex:1 0 100%;flex-direction:row;flex-wrap:wrap;margin:0 0 0 12px}.pcat-search{flex:1 0 100%;margin:0}.pcat-sep,.pcat-rail-cap,.pcat-meter{display:none}}.prod-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.prod-search{position:relative;flex:1 1 260px;min-width:220px;max-width:460px}.prod-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:auto}.prod-listhead{display:flex;align-items:flex-start;gap:12px}.prod-chips{flex:1 1 auto;min-width:0;min-height:37px;display:flex;flex-wrap:wrap;align-items:center;align-content:center;gap:5px}.prod-tools{flex:none;display:flex;align-items:center;gap:8px;margin-left:auto}.prod-status{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:var(--text3);min-height:20px}@media(min-width:1025px){.prod-page{padding-top:16px;gap:12px}}@media(max-width:1759px){.prod-lbl-1760{display:none}.prod-ib-1760{padding-left:11px;padding-right:11px}}@media(max-width:1499px){.prod-lbl-1500{display:none}.prod-ib-1500{padding-left:11px;padding-right:11px}.prod-sort-ico{display:none}}@media(min-width:769px)and (max-width:1499px){.prod-lbl-view{display:none}}@media(min-width:769px)and (max-width:1279px){.prod-lbl-1280{display:none}.prod-ib-1280{padding-left:9px;padding-right:9px}}.rul-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:14px}.rul-shell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);width:min(1720px,98vw);height:min(95vh,1120px);display:flex;flex-direction:column;overflow:hidden;overflow:clip}.rul-head,.rul-foot{flex-shrink:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:var(--surface)}.rul-head{padding:10px 14px;border-bottom:1px solid var(--border)}.rul-foot{padding:10px 14px;border-top:1px solid var(--border)}.rul-body{flex:1;display:flex;min-height:0}.rul-rail{flex-shrink:0;width:246px;border-right:1px solid var(--border);background:var(--surface2);padding:8px;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.rul-rail-h{font-size:10.5px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;color:var(--text3);padding:2px 8px 6px}.rul-rail-item{display:flex;align-items:center;gap:7px;padding:6px 7px;border-radius:7px;cursor:pointer;border:1px solid transparent;border-top-width:2px;color:var(--text);font-size:12.5px;-webkit-user-select:none;user-select:none}.rul-rail-item:hover{background:var(--surface)}.rul-rail-item.active{background:var(--accent-bg);color:var(--accent-t);border-color:var(--accent);font-weight:700}.rul-rail-item.over{border-top-color:var(--accent)}.rul-rail-txt{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rul-grip{color:var(--text3);cursor:grab;flex-shrink:0;font-size:11px}.rul-grip:active{cursor:grabbing}.rul-tag{font-size:9px;font-weight:800;color:var(--text3);border:1px solid var(--border);border-radius:4px;padding:0 3px;flex-shrink:0}.rul-dot{width:7px;height:7px;border-radius:4px;background:var(--red);flex-shrink:0}.rul-main{flex:1;min-width:0;overflow-y:auto;padding:14px 18px 48px}.rul-preview{flex:0 0 42%;max-width:780px;min-width:0;border-left:1px solid var(--border);background:var(--surface2);overflow-y:auto;padding:14px 16px 48px}.rul-card{border:1px solid var(--border);border-radius:10px;padding:9px 11px;background:var(--surface2);display:flex;flex-direction:column;gap:8px}.rul-card.active{border-color:var(--accent)}.rul-card.bad{border-color:var(--red)}.rul-card-h{display:flex;gap:8px;align-items:center;flex-wrap:wrap;min-height:26px}.rul-card-tools{display:flex;gap:3px;align-items:center;opacity:0;transition:opacity .12s}.rul-card:hover .rul-card-tools,.rul-card.active .rul-card-tools,.rul-card:focus-within .rul-card-tools{opacity:1}@media(hover:none){.rul-card-tools{opacity:1}}.rul-chip{border:1px solid var(--border);background:transparent;color:var(--text3);border-radius:6px;padding:1px 6px;font-size:11px;font-weight:800;cursor:pointer;font-family:inherit;line-height:1.6}.rul-chip.on{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-t)}.select-xs{height:25px;font-size:11px;padding:0 4px;width:96px}.rul-ins-wrap{position:relative;height:16px;display:flex;align-items:center;justify-content:center}.rul-ins{width:100%;height:16px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .12s;color:var(--accent-t);font-size:12px;font-weight:800}.rul-ins:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--accent);opacity:.45}.rul-ins-wrap:hover .rul-ins,.rul-ins:focus-visible{opacity:1}.rul-ins>span{position:relative;z-index:1;background:var(--surface);border:1px solid var(--accent);border-radius:999px;width:20px;height:20px;display:grid;place-items:center;line-height:1}.rul-pal{position:absolute;z-index:5;left:50%;transform:translate(-50%);top:14px;width:min(560px,92vw);background:var(--surface);border:1px solid var(--accent);border-radius:10px;box-shadow:var(--shadow-md);padding:6px}.rul-slash{position:absolute;z-index:6;top:100%;left:0;margin-top:4px;width:min(560px,100%);background:var(--surface);border:1px solid var(--accent);border-radius:10px;box-shadow:var(--shadow-md)}@media(max-width:1240px){.rul-preview{flex-basis:46%}}@media(max-width:980px){.rul-overlay{padding:0}.rul-shell{width:100vw;height:100vh;height:100dvh;border-radius:0;border:none}.rul-body{flex-direction:column}.rul-rail{width:auto;flex-direction:row;overflow-x:auto;overflow-y:hidden;border-right:none;border-bottom:1px solid var(--border);gap:4px}.rul-rail-item{width:auto;white-space:nowrap}.rul-rail-h,.rul-preview{display:none}}@media print{body.rules-print .topbar,body.rules-print .sidebar,body.rules-print .sidebar-overlay,body.rules-print [data-noprint]{display:none!important}body.rules-print .page-scroll{overflow:visible!important}body.rules-print .page-body{padding:0!important;gap:12px!important}body.rules-print .card{break-inside:avoid;box-shadow:none!important}body.rules-print details{display:block!important}body.rules-print details>summary{list-style:none}}@media print{body.rules-book{--bg: #fff;--surface: #fff;--surface2: #fafafa;--text: #111;--text2: #333;--text3: #666;--border: #ccc;--border2: #ddd}body.rules-book .app-shell,body.rules-book [data-noprint]{display:none!important}body.rules-book .rul-book-overlay{position:static!important;padding:0!important;background:#fff!important;display:block!important}body.rules-book .rul-shell{width:auto!important;height:auto!important;border:none!important;box-shadow:none!important;overflow:visible!important}body.rules-book .rul-main{overflow:visible!important;padding:0!important}body.rules-book .rul-book-page{break-before:page;break-inside:auto}body.rules-book .card{break-inside:avoid;box-shadow:none!important}body.rules-book details{display:block!important}body.rules-book details>summary{list-style:none}}.sal-day-grid{display:grid;grid-template-columns:1fr;gap:14px;align-items:start}.sal-day-grid>*{min-width:0}@media(min-width:1180px){.sal-day-grid:not(.sal-day-grid--solo){grid-template-columns:minmax(0,6fr) minmax(0,5fr)}}.sal-day-col{display:flex;flex-direction:column;gap:12px;min-width:0}.sal-day-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}@media(max-width:560px){.sal-day-fields{grid-template-columns:1fr}}@media(max-width:960px){.sal-day-shell{width:100vw!important;max-width:100vw!important;max-height:100vh;height:100vh;max-height:100dvh;height:100dvh;border-radius:0;border:none}}.t-dense th{padding:9px 10px}.t-dense td{padding:8px 10px;vertical-align:top}.t-dense th:first-child,.t-dense td:first-child{padding-left:12px}.t-dense th:last-child,.t-dense td:last-child{padding-right:12px}.t-dense td .btn-xs{padding:4px 7px}.t-num{text-align:center;font-variant-numeric:tabular-nums;white-space:nowrap}.t-clamp3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;-webkit-line-clamp:3;line-clamp:3}.t-clamp2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;-webkit-line-clamp:2;line-clamp:2}.f-rows{display:flex;flex-direction:column;gap:10px}.f-row{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end}.f-row>.form-group{margin:0;min-width:0}@media(min-width:769px){.f-row .input,.f-row .select,.f-row .f-chip,.f-row .f-check{height:40px}}.f-chip{display:inline-flex;align-items:center;min-height:40px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface2);color:var(--text2);font-family:inherit;font-size:12.5px;line-height:1;white-space:nowrap;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.f-chip:hover{border-color:var(--border2);color:var(--text)}.f-chip.on{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-t);font-weight:600}.f-check{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 2px;font-size:12.5px;color:var(--text2);cursor:pointer;white-space:nowrap}.f-check input{cursor:pointer}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}@supports (height: 100dvh){.app-shell{height:100dvh}}.topbar{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right))}.sidebar{padding-left:env(safe-area-inset-left)}.sidebar-footer{padding-bottom:max(14px,env(safe-area-inset-bottom))}@media(hover:none){*{-webkit-tap-highlight-color:rgba(108,99,255,.16)}.rul-card-tools{opacity:1}.rul-ins{opacity:.5}}.m-only{display:none!important}@media(max-width:768px){.m-hide{display:none!important}.m-only{display:block!important}.m-only-flex{display:flex!important}.m-col{flex-direction:column!important;align-items:stretch!important}.m-wrap{flex-wrap:wrap!important}.m-w-full{width:100%!important;max-width:100%!important;min-width:0!important}.m-1col{grid-template-columns:minmax(0,1fr)!important}.m-2col{grid-template-columns:repeat(2,minmax(0,1fr))!important}.m-scroll-x{display:flex!important;flex-wrap:nowrap!important;min-width:0;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.m-scroll-x::-webkit-scrollbar{display:none}.m-scroll-x>*{flex:0 0 auto}.m-break{overflow-wrap:anywhere;word-break:break-word}}@media(min-width:769px){.d-hide{display:none!important}}@media(max-width:900px){.topbar{padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right));gap:6px}.page-body{padding:16px 14px;gap:16px}.salary-page{padding:10px 12px 14px}.page-scroll{overflow-x:auto}}@media(max-width:768px){.sidebar{width:min(86vw,300px)}.nav-item{padding:13px 18px;font-size:15px}.nav-group-label{padding:14px 18px 6px}.sidebar-head{padding:16px 14px 12px}.sidebar-overlay{background:#00000080}}@media(max-width:560px){.page-body{padding:12px 10px calc(14px + env(safe-area-inset-bottom));gap:12px}.card{padding:14px 12px;border-radius:12px}.card-title{margin-bottom:10px}.empty-state{padding:32px 14px}}@media(max-width:768px){.btn{min-height:40px;min-width:40px;justify-content:center}.btn-sm{min-height:38px}.btn-xs{min-height:32px;min-width:32px}.input,.textarea,.select{font-size:16px!important}.input,.select{min-height:42px}.input-sm{padding:8px 12px!important}.select-xs{height:36px!important;width:auto!important;min-width:92px;padding:0 8px!important}.tabs{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab-btn{flex:0 0 auto;white-space:nowrap;padding:9px 14px;min-height:38px}.card>.btn:first-child{white-space:normal;text-align:left}.card>.btn:first-child>span{flex-wrap:wrap;min-width:0}.table-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}table{font-size:12.5px}th{padding:8px 10px}td{padding:10px}.grid-2>*,.grid-3>*,.grid-4>*{min-width:0}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media(max-width:560px){.grid-2,.grid-3{grid-template-columns:minmax(0,1fr);gap:12px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card{padding:12px 13px}.stat-value{font-size:21px}.stat-label{font-size:11px;margin-bottom:4px}}@media(max-width:380px){.grid-4{gap:8px}.stat-value{font-size:19px}}@media(max-width:768px){.stat-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(pointer:coarse){.btn{min-height:42px}.btn-sm{min-height:38px}.btn-xs{min-height:34px}.nav-item{padding:13px 18px}.set-switch{position:relative}.set-switch:before{content:"";position:absolute;top:-12px;right:-8px;bottom:-12px;left:-8px}}@media(hover:none){.mb-prod-attr-move{min-width:34px;min-height:30px}.mb-prod-move-btn{width:40px;height:40px}.mb-rul-ord,.mb-lis-ord{flex-shrink:0;width:34px;height:34px;margin-left:2px;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text2);font-family:inherit;font-size:13px;font-weight:800;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.mb-rul-ord:disabled,.mb-lis-ord:disabled{opacity:.35}.mb-lis-ord{width:34px;height:30px;margin-left:0}.mb-rul-railmove{flex-shrink:0;width:30px;height:30px;padding:0;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text2);font-family:inherit;font-size:15px;font-weight:800;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.mb-rul-railmove:disabled{opacity:.35}}@media(max-width:768px){.table-wrap{background:linear-gradient(to right,var(--surface) 30%,rgba(0,0,0,0)) left center,linear-gradient(to left,var(--surface) 30%,rgba(0,0,0,0)) right center,radial-gradient(farthest-side at 0 50%,#00000029,#0000) left center,radial-gradient(farthest-side at 100% 50%,#00000029,#0000) right center;background-repeat:no-repeat;background-size:26px 100%,26px 100%,12px 100%,12px 100%;background-attachment:local,local,scroll,scroll}}@media(max-width:768px){.mdl-ov{padding:8px!important;padding-bottom:max(8px,env(safe-area-inset-bottom))!important}.mdl{width:100%!important;max-width:100%!important;min-width:0!important;max-height:calc(100dvh - 8px - max(8px,env(safe-area-inset-bottom)))!important;overflow-y:auto;overscroll-behavior:contain;border-radius:14px!important}.mdl-noclip{overflow:visible!important;max-height:none!important}.mdl-ov:has(>.mdl-noclip){overflow-y:auto;align-items:flex-start!important}.mdl-ov-full{padding:0!important}.mdl-full{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border:none!important}.ui-modal:not(.mdl){max-height:calc(100dvh - 24px);overflow-y:auto}.set-shell,.rul-shell,.sal-day-shell{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border:none!important}}@media(max-width:768px){.search-dropdown{max-height:62dvh;overflow-y:auto;overscroll-behavior:contain}.search-item{padding:12px 14px;min-height:48px}.search-thumb{width:40px!important;height:40px!important}.search-name{white-space:normal!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.tb-search{display:none}.tb-search.open{display:block;position:absolute!important;left:max(8px,env(safe-area-inset-left))!important;right:max(8px,env(safe-area-inset-right))!important;top:8px!important;max-width:none!important;margin-left:0!important;z-index:5}.tb-search.open .input{padding-right:42px!important}.tb-search-x{position:absolute;right:6px;top:4px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;color:var(--text3);border-radius:8px}.tb-search-x:active{background:var(--surface2)}}@media(hover:none){.mb-ui-tip-dot{position:relative}.mb-ui-tip-dot:after{content:"";position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px}.mb-ui-tip-wrap{position:relative}.mb-ui-tip-wrap:after{content:"";position:absolute;top:-6px;right:-8px;bottom:-6px;left:-8px}.mb-ui-cat-chips{gap:6px!important}.mb-ui-cat-chip{min-height:36px;padding:8px 12px!important;font-size:12px!important}.mb-ui-emoji-cell{height:44px!important;min-width:44px}.mb-ui-emoji-grid,.mb-ui-emoji-grid8{grid-template-columns:repeat(auto-fill,minmax(44px,1fr))!important;gap:6px!important}.mb-ui-chip-btn{min-height:32px;display:inline-flex!important;align-items:center;justify-content:center}.mb-ui-team-row{gap:8px!important}.mb-ui-team-chip{min-height:34px;padding:7px 12px!important}.mb-ui-team-only{min-height:40px}.mb-ui-team-cb{width:20px!important;height:20px!important}}@media(hover:hover){.mb-ui-emoji-cell:hover{transform:scale(1.15)}}@media(hover:none){.mb-ui-emoji-cell:active{transform:scale(1.15)}}@media(max-width:768px){.mb-ui-iconbtn{min-width:40px!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.mb-ui-inp16{font-size:16px!important;min-height:40px}.mb-ui-tip-close{min-height:40px}.mb-ui-dlg-actions{position:sticky;bottom:-20px;background:var(--surface);padding:8px 0 20px;margin-top:12px!important}.mb-ui-ta-dlg{max-height:35dvh!important}.mb-ui-autota{max-height:50dvh!important;overflow:auto!important}.mb-ui-oss-input{padding-right:44px!important}.mb-ui-oss-clear{right:2px!important}.mb-ui-oss-list{max-height:46dvh!important}.mb-ui-oss-opt{padding:12px!important;min-height:44px;font-size:14px!important}.mb-ui-team-opt{padding:10px!important;min-height:44px}.mb-ui-team-hint{white-space:normal!important}.mb-ui-cp-foot{padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}.mb-ui-div-input{width:100%!important;max-width:160px}.mb-ui-init-band{margin:3px}}@media(max-width:560px){.mb-ui-toasts{top:auto!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;left:12px!important;right:12px!important;max-width:none!important;flex-direction:column-reverse!important}.mb-ui-dlg-ov{align-items:flex-start!important;padding-top:8px!important}.mb-ui-dlg{padding:16px!important}}@media(max-width:1024px){.mb-prod-layout{grid-template-columns:minmax(0,1fr)!important}.mb-prod-col-left{display:contents!important}.mb-prod-o-script{order:1}.mb-prod-o-info{order:2}.mb-prod-o-photo{order:3}.mb-prod-o-side{order:4}.mb-prod-o-scheme{order:5}.mb-prod-anchors{position:sticky;top:0;z-index:15;display:flex;flex-direction:column;gap:7px;padding:8px 10px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md)}.mb-prod-anchors-name{display:flex;align-items:center;gap:8px;min-width:0}.mb-prod-anchors-id{flex-shrink:0;font-family:monospace;font-weight:800;font-size:12px;color:#fff;background:var(--accent);padding:2px 8px;border-radius:6px}.mb-prod-anchors-title{font-size:13px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-prod-anchors-row{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;margin:0 -10px;padding:0 10px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.mb-prod-anchors-row::-webkit-scrollbar{display:none}.mb-prod-anchor{flex:0 0 auto;min-height:36px;padding:6px 12px;border:1px solid var(--border);border-radius:18px;background:var(--surface2);color:var(--text2);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.mb-prod-anchor:active{background:var(--accent-bg);color:var(--accent-t)}#pd-script,#pd-info,#pd-photo,#pd-side{scroll-margin-top:var(--mb-prod-anchors-h, 92px)}.mb-prod-carousel{aspect-ratio:4 / 3!important;max-height:46dvh}.mb-prod-carousel img{object-fit:contain!important}.mb-prod-carousel-arrow{width:44px!important;height:44px!important}.mb-prod-dot{height:24px!important;padding:9px 0!important;background-clip:content-box!important}.mb-prod-thumb,.mb-prod-thumb-img{width:64px!important;height:64px!important}.mb-prod-thumb-btn{width:28px!important;height:28px!important;font-size:13px!important}.mb-prod-thumb>.mb-prod-thumb-btn:last-child{top:auto!important;bottom:-6px!important}.mb-prod-move-btn{width:40px;height:40px}.mb-prod-crosslist{max-height:none!important;overflow:visible!important}.mb-prod-cross-row{min-height:44px;flex-wrap:wrap!important;padding:8px!important}.mb-prod-cross-name{flex:1 0 100%!important;white-space:normal!important;order:9;font-size:12.5px}.mb-prod-cross-close{width:34px!important;height:34px!important;font-size:16px!important;top:8px!important;right:8px!important}.mb-prod-obj-head{min-height:44px;padding:6px 4px 8px!important}.mb-prod-obj-all{min-height:36px;padding:8px 10px!important}.mb-prod-scheme-head{min-height:40px}.mb-prod-sheet{padding-bottom:max(14px,env(safe-area-inset-bottom))!important}}@media(max-width:768px){.mb-prod-week{grid-template-columns:repeat(4,minmax(0,1fr))!important}.mb-prod-cover-btn{min-width:40px;min-height:40px;padding:0!important;font-size:15px!important;display:flex;align-items:center;justify-content:center;bottom:8px!important;right:8px!important}.mb-prod-seg-btn{min-height:38px}.prod-search{flex:1 1 0!important;min-width:0!important;max-width:none!important}.prod-actions{gap:6px}.prod-lbl-769{display:none}.prod-ib-769{padding-left:10px!important;padding-right:10px!important}.mb-prod-bulkbar{bottom:max(12px,env(safe-area-inset-bottom))!important}.mb-prod-rt-btn{min-width:40px;min-height:40px;padding:0!important;align-items:center;justify-content:center}.mb-prod-rt-swatch{width:34px!important;height:34px!important}.mb-prod-rt-palette{max-height:40dvh;overflow-y:auto}.mb-prod-blk-btn{min-width:40px;min-height:40px;padding:0!important;align-items:center;justify-content:center}.mb-prod-blk-icon{width:58px!important;height:40px!important;font-size:16px!important}.mb-prod-icon-grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr))!important}.mb-prod-icon-btn{min-height:40px}.mb-prod-imp-row{grid-template-columns:minmax(0,1fr)!important}.mb-prod-cat-move{min-width:40px;min-height:32px;padding:0!important}.mb-prod-plain-input{font-size:16px!important;min-height:42px}.mb-prod-pick-row{min-height:42px;font-size:14px!important}.mb-prod-link-chip{min-height:40px;padding:8px 12px!important;font-size:12.5px!important}.mb-prod-pm-btn{min-height:42px}.mb-prod-attr-move{min-width:34px;min-height:30px}.mb-prod-attr-del{min-width:40px;min-height:40px}.mb-prod-attr-label{width:auto!important;flex:1 1 120px!important;min-width:120px}}@media(max-width:900px){.mb-prod-cat-rail{flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;align-items:center;padding-bottom:2px}.mb-prod-cat-rail::-webkit-scrollbar{display:none}.mb-prod-cat-rail>*{flex:0 0 auto}.mb-prod-cat-rail .pcat-search,.mb-prod-cat-rail .pcat-rail-cap,.mb-prod-cat-rail .pcat-sep{display:none!important}.mb-prod-cat-rail .pcat-name{max-width:14ch}.mb-prod-cat-rail .pcat-kids{flex:0 0 auto!important;flex-wrap:nowrap!important;margin:0!important}}@media(hover:none){.mb-pnew-ph-btn{position:relative}.mb-pnew-ph-btn:before{content:"";position:absolute;top:-9px;right:-9px;bottom:-9px;left:-9px}}@media(max-width:768px){.mb-csc-danger-btn{margin-left:auto}.mb-csc-drawer-handle{padding:14px 12px!important;top:68%!important}.mb-csc-icon-btn{padding:9px!important}.mb-csc-icon-btn-danger{margin-left:auto}.mb-csc-icon-select{width:52px!important;height:40px;font-size:16px!important}.mb-csc-time-row{flex-wrap:wrap}.mb-csc-time-input{flex:1 1 120px;min-width:0}.mb-csc-newcat{flex-wrap:wrap}.mb-csc-newcat-icon{width:46px!important;min-height:40px;font-size:16px!important}.mb-csc-newcat-name{flex:1 1 140px;width:auto!important;min-height:40px;font-size:16px!important}.mb-csc-catman-name{min-height:40px;font-size:16px!important}.mb-csc-catman-actions{flex:1 1 100%;margin-left:0!important;justify-content:flex-end}.mb-csc-strip{flex:1 1 100%;min-width:0;max-width:100%;flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.mb-csc-strip::-webkit-scrollbar{display:none}.mb-csc-strip>*{flex:0 0 auto}.mb-csc-prod-row{padding-left:12px!important;padding-right:10px!important}.mb-csc-cross-list{padding-left:12px!important;padding-right:10px!important;margin-left:12px;border-left:2px solid var(--border)}.mb-csc-cross-row{flex-wrap:wrap;row-gap:6px}.mb-csc-cross-name{flex:1 1 calc(100% - 30px)!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.mb-csc-row-btn{padding:8px!important;min-width:34px;min-height:34px;justify-content:center}.mb-csc-row-btn-first{margin-left:auto}.mb-csc-usage-row{padding-left:4px!important;flex-wrap:wrap;row-gap:4px}.mb-csc-usage-badge{min-width:0!important}.mb-csc-modal-foot{flex-wrap:wrap}.mb-csc-foot-note{flex:1 1 100%!important}.mb-csc-pick-row{padding:11px 10px!important;min-height:44px}.mb-csc-pick-chk{width:22px!important;height:22px!important}.mb-csc-obj-btn{padding:8px!important}.mb-csc-obj-btn-danger{margin-left:auto}.mb-csc-wh-row{flex-wrap:wrap;row-gap:6px;justify-content:flex-end}.mb-csc-wh-name{flex:1 1 calc(100% - 30px)!important}.mb-csc-timeline{padding-left:0!important}.mb-csc-node{display:none!important}}@media(max-width:560px){.mb-csc-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mb-csc-cross-form,.mb-csc-qc-2{grid-template-columns:minmax(0,1fr)!important}.mb-csc-qc-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mb-csc-qc-3>:nth-child(3){grid-column:1 / -1}}@media(min-width:561px)and (max-width:768px){.mb-csc-cross-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:768px){.mb-sch-name{width:140px!important;min-width:140px!important;max-width:140px!important;padding-left:8px!important;padding-right:6px!important}.mb-sch-day{width:56px!important;min-width:56px!important;padding-left:2px!important;padding-right:2px!important}.mb-sch-pill{height:38px!important;font-size:12px!important}.mb-sch-rowbtn{min-width:40px!important;height:32px!important;padding:0 6px!important}.mb-sch-search{flex:1 1 100%!important}.mb-sch-chipmore{min-height:34px!important;padding:6px 11px!important;font-size:12px!important}.mb-sch-seg{min-height:38px!important;padding:8px 12px!important;font-size:12px!important}.mb-sch-toggles button{min-height:36px!important;padding:6px 10px!important;font-size:12px!important}.mb-sch-sheet{padding-bottom:max(12px,env(safe-area-inset-bottom))!important}.mb-sch-picker>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px!important;align-items:stretch}.mb-sch-picker>div>*:not(button){grid-column:1 / -1}.mb-sch-picker button{min-height:46px!important;padding:8px 10px!important;font-size:13px!important}.mb-sch-picker input[type=time]{font-size:16px!important;min-height:44px!important;padding:8px 6px!important}.mb-sch-formfoot{position:sticky;bottom:0;z-index:2;background:var(--surface);border-top:1px solid var(--border);padding-top:10px!important;padding-bottom:max(10px,env(safe-area-inset-bottom))!important}}@media(max-width:380px){.mb-sch-name{width:124px!important;min-width:124px!important;max-width:124px!important}.mb-sch-day{width:54px!important;min-width:54px!important}}@media(max-width:768px){.mb-lin-fcard{flex-direction:column!important;align-items:stretch!important}.mb-lin-ftoggle{width:100%;gap:8px}.mb-lin-fbadge{min-width:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:#fff;font-size:10px;font-weight:800;line-height:18px;text-align:center}.mb-lin-fsheet{display:flex;flex-direction:column;gap:10px;width:100%;padding-top:10px;border-top:1px solid var(--border)}.mb-lin-fld{display:flex;flex-direction:column;gap:4px;min-width:0}.mb-lin-fld .select,.mb-lin-fld .input{width:100%}.mb-lin-flab{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text3)}.mb-lin-cards{display:flex;flex-direction:column;gap:10px}.mb-lin-card{display:flex;flex-direction:column;gap:8px}.mb-lin-card.trainee-row{box-shadow:inset 3px 0 0 0 var(--amber),var(--shadow)}.mb-lin-card-top{display:flex;align-items:flex-start;gap:10px}.mb-lin-rank{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:76px;min-height:42px;padding:5px 8px;border:none;border-radius:10px;cursor:pointer;font:inherit;font-size:11px;font-weight:700;line-height:1.2;text-align:center}.mb-lin-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:26px}.mb-lin-lab{flex:0 0 96px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text3)}.mb-lin-rate{gap:8px!important}.mb-lin-rate-btn{min-width:44px!important;min-height:44px!important;padding:0!important;font-size:17px!important;border-radius:8px!important}.mb-lin-score-row{grid-template-columns:1fr auto!important;row-gap:4px!important;align-items:start!important}.mb-lin-score-row>*:nth-child(1){grid-area:1 / 1 / 2 / 2}.mb-lin-score-row>*:nth-child(2){grid-area:2 / 1 / 3 / 3}.mb-lin-score-row>*:nth-child(3){grid-area:1 / 2 / 2 / 3}.mb-lin-g2,.mb-lin-g3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mb-lin-dates{flex-wrap:wrap!important}.mb-lin-dates .input{flex:1 1 132px;min-width:0}.mb-lin-hint{font-size:10px;line-height:1.35;color:var(--text3);margin:-2px 0 5px}.mb-lin-foot{position:sticky;bottom:-18px;z-index:1;margin-top:4px;padding:10px 0 18px;background:var(--surface);border-top:1px solid var(--border)}.mb-lin-x{min-width:40px!important;min-height:40px!important;padding:0!important}}@media(max-width:560px){.mb-lin-foot{bottom:-14px;padding-bottom:14px}}@media(max-width:380px){.mb-lin-g2,.mb-lin-g3{grid-template-columns:minmax(0,1fr)!important}.mb-lin-lab{flex-basis:84px}}@media(max-width:768px){.mb-sal-tap{min-width:40px!important;min-height:40px!important;padding:8px!important;display:inline-flex!important;align-items:center;justify-content:center}.mb-sal-strip{flex-wrap:nowrap!important;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:4px}.mb-sal-strip::-webkit-scrollbar{display:none}.mb-sal-strip-tile{flex:0 0 auto;scroll-snap-align:start;min-width:86px!important}.mb-sal-resrow{flex-wrap:wrap!important}.mb-sal-resscore{flex-basis:100%}.mb-sal-rec{min-height:34px;display:inline-flex!important;align-items:center}.mb-sal-wgrid{gap:4px!important}.mb-sal-wcell{padding:5px 2px!important;min-height:56px!important;gap:2px!important}.mb-sal-wtext{font-size:9.5px!important;line-height:1.15;overflow:hidden}.mb-sal-wnav .btn{min-height:36px}.mb-sal-sheet-bd{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1199;background:#00000073}.mb-sal-sheet{position:fixed!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;width:auto!important;max-width:none!important;max-height:78dvh!important;visibility:visible!important;z-index:1200!important;border-radius:16px 16px 0 0!important;border-width:1px 0 0!important;padding:12px 12px calc(12px + env(safe-area-inset-bottom))!important;box-shadow:0 -10px 34px #00000073!important}.mb-sal-sheet button{min-height:44px;font-size:13.5px!important;padding:10px 12px!important}.mb-sal-sheet input[type=time]{font-size:16px!important;min-height:42px;padding:8px!important}.mb-sal-zz-clamp{white-space:normal!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mb-sal-seg{display:flex!important;width:100%}.mb-sal-seg-btn{flex:1 1 0;min-width:0;min-height:40px;padding:8px 4px!important;font-size:11.5px!important}.mb-sal-req-edit{gap:10px!important}.mb-sal-req-f{flex:1 1 100%;min-width:0}.mb-sal-req-f .input{width:100%!important}.mb-sal-req-btns{flex:1 1 100%}.mb-sal-req-btns .btn{flex:1 1 auto;justify-content:center}.mb-sal-crm3{grid-template-columns:minmax(0,1fr) 54px 74px!important;gap:6px!important;font-size:12px!important}.mb-sal-conf-btns{flex:1 1 100%}.mb-sal-conf-btns .btn{flex:1 1 auto;justify-content:center}.mb-sal-period{flex:1 0 100%;margin-left:0!important;justify-content:space-between}.mb-sal-today{min-height:36px}.mb-sal-stickyname{min-width:112px!important;max-width:112px!important;padding:6px 4px!important;font-size:11px!important}.mb-sal-stickyname>span{flex-wrap:wrap;row-gap:2px;white-space:normal!important;max-width:100%}.mb-sal-sr-div{left:auto!important;min-width:52px!important;max-width:52px!important;padding:6px 4px!important;overflow:hidden}.mb-sal-sr-name{left:0!important;min-width:116px!important;max-width:116px!important;padding:6px 4px!important;font-size:11px!important;white-space:normal!important}.mb-sal-sr-name>div{flex-wrap:wrap;row-gap:2px}.mb-sal-sr-name>div>span{white-space:normal!important}.mb-sal-htabs{overflow-x:auto;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;padding:0 10px!important}.mb-sal-htabs::-webkit-scrollbar{display:none}.mb-sal-htab{flex:0 0 auto;white-space:nowrap;min-height:42px}.mb-sal-hinp{width:84px!important;padding:8px 10px!important;font-size:16px!important;min-height:40px}.mb-sal-hact{gap:8px!important}.mb-sal-hact>button,.mb-sal-hact>span>button{min-height:40px;font-size:12px!important;padding:8px 12px!important}.mb-sal-hact>span{flex-wrap:wrap}.mb-sal-hist-list{max-height:none!important;overflow:visible!important}.mb-sal-effrow .input{flex:1 1 130px;width:auto!important}.mb-sal-effrow .btn{flex:1 1 auto;justify-content:center}}@media(max-width:1024px),(hover:none){.mb-sal-actions{position:fixed;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:8px;padding:12px 12px calc(12px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);border-radius:16px 16px 0 0;box-shadow:0 -10px 34px #00000073}.mb-sal-actions .btn{min-height:46px;justify-content:center}}@media(max-width:700px){.mb-sal-g1{grid-template-columns:minmax(0,1fr)!important}.mb-sal-rulerow{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.mb-sal-rulerow>:first-child,.mb-sal-rulerow>:nth-child(4),.mb-sal-rulerow>:nth-child(5){grid-column:1 / -1}.mb-sal-rulerow>:nth-child(5){justify-self:start}}@media(max-width:560px){.mb-sal-statv{font-size:18px!important}.mb-sal-impact-score{flex:1 1 100%;display:flex!important;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;text-align:left!important}.mb-sal-impact-score>:last-child{flex:1 1 100%}.mb-sal-crm3{grid-template-columns:minmax(0,1fr) 48px 68px!important;font-size:11.5px!important}}@media(max-width:380px){.mb-sal-wgrid{gap:3px!important}.mb-sal-wcell{padding:4px 1px!important}.mb-sal-statv{font-size:17px!important}}@media(max-width:768px){.mb-dash-drill-wide>table{min-width:470px}.mb-dash-drill-narrow>table{min-width:330px}.mb-dash-optable .mb-dash-sticky1{position:sticky;left:0;z-index:3;background:var(--surface);box-shadow:1px 0 0 var(--border)}.mb-dash-optable thead .mb-dash-sticky1{z-index:8}.mb-dash-hascheck:not(.mb-dash-cols-min) .mb-dash-c2:first-child{position:sticky;left:0;z-index:3;background:var(--surface);width:40px;padding-left:8px!important;padding-right:4px!important}.mb-dash-hascheck:not(.mb-dash-cols-min) thead .mb-dash-c2:first-child{z-index:8}.mb-dash-hascheck:not(.mb-dash-cols-min) .mb-dash-sticky1{left:40px}.mb-dash-optable .trainee-row .mb-dash-sticky1{background:var(--trainee-soft)}.mb-dash-cols-min .mb-dash-c2{display:none!important}.mb-dash-noclamp{max-height:none!important;min-height:0!important}.mb-dash-softclamp{max-height:60dvh!important;min-height:0!important}.mb-dash-name-cell{max-width:46vw!important}.mb-dash-acts{gap:8px!important}.mb-dash-acts .btn-xs{min-height:40px;min-width:40px;padding:8px 12px!important;font-size:12px;gap:6px}.mb-dash-mini{min-width:34px!important;min-height:34px!important;padding:6px!important;font-size:14px!important;line-height:1!important;display:inline-flex!important;align-items:center;justify-content:center}.mb-dash-rec{min-height:36px;display:inline-flex;align-items:center;padding:6px 12px!important}.mb-dash-chart-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.mb-dash-split{grid-template-columns:minmax(0,1fr)!important}.mb-dash-loginrow{flex-direction:column!important;align-items:stretch!important}.mb-dash-loginpick{width:100%!important;flex:1 1 auto!important}.mb-dash-ta{font-size:16px!important}}@media(max-width:560px){.mb-dash-tiles{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:100%!important}}@media(max-width:768px){body.audiobar-open .page-body{padding-bottom:calc(var(--mb-lis-ab-h, 92px) + 12px + env(safe-area-inset-bottom))!important}.mb-lis-seek{height:34px}.mb-lis-tap{min-width:40px!important;min-height:40px!important;justify-content:center}.mb-lis-crit-head{flex-wrap:wrap!important;row-gap:6px!important}.mb-lis-crit-head>button:nth-of-type(1){flex:1 1 100%;order:1}.mb-lis-crit-head>span:last-child{margin-left:auto;order:2}.mb-lis-zzcalls{max-height:56dvh!important}.mb-lis-slot{padding:10px 12px!important;min-height:44px}.mb-lis-grades{width:100%;gap:8px!important}.mb-lis-grades>button{flex:1 1 0;min-width:0!important;height:44px!important}.mb-lis-cf-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mb-lis-cf-stats>:nth-child(3){grid-column:1 / -1}.mb-lis-cdr{display:flex!important;flex-direction:column;overflow:hidden;margin:0!important;padding:12px 10px calc(12px + env(safe-area-inset-bottom))!important}.mb-lis-cdr>*{flex:0 0 auto}.mb-lis-cdr-list{flex:1 1 auto!important;min-height:0;max-height:none!important;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mb-lis-quota table{font-size:11px}.mb-lis-quota th,.mb-lis-quota td{padding:4px 3px!important}.mb-lis-quota thead th:first-child,.mb-lis-quota tbody td:first-child{width:150px;min-width:150px!important;max-width:150px}.mb-lis-quota tbody td:first-child .mb-lis-quota-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-lis-quota thead th+th{width:40px!important;min-width:0!important}.mb-lis-quota tbody td{height:38px}.mb-lis-period{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.mb-lis-period>*{min-width:0}.mb-lis-period-wide{grid-column:1 / -1;width:100%!important;margin-left:0!important}}@media(max-width:768px){.mb-rul-body-txt{font-size:15px!important;line-height:1.7!important}.mb-rul-chk{padding:9px 8px!important}.mb-rul-chk input[type=checkbox]{width:18px;height:18px;margin-top:1px!important}.mb-rul-tw{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}[data-block-id]{min-width:0}.mb-rul-tocchip{min-height:34px;padding:6px 11px!important;font-size:12px!important}.mb-rul-navbtn{font-size:13.5px;text-align:left}.mb-rul-pagerow{min-height:44px;padding:9px 8px!important}.mb-rul-chip{min-height:34px;padding:6px 12px!important;font-size:12px!important}.mb-rul-ord,.mb-lis-ord{flex-shrink:0;width:34px;height:34px;margin-left:2px;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text2);font-family:inherit;font-size:13px;font-weight:800;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.mb-rul-ord:disabled,.mb-lis-ord:disabled{opacity:.35}.mb-lis-ord{width:34px;height:30px;margin-left:0}.mb-rul-railmove{flex-shrink:0;width:30px;height:30px;padding:0;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text2);font-family:inherit;font-size:15px;font-weight:800;line-height:1;cursor:pointer}.mb-rul-railmove:disabled{opacity:.35}.mb-rul-pres-foot{padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}.mb-rul-book{padding:14px 12px 80px!important}.mb-rul-toc{min-height:32px}.mb-rul-book-top{position:fixed;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:6;box-shadow:var(--shadow-md)}.mb-rul-simchat{max-height:46dvh!important;min-height:150px!important;padding:12px 13px!important}.mb-rul-simbar{position:sticky;bottom:0;z-index:3;background:var(--bg);padding-top:8px;padding-bottom:calc(6px + env(safe-area-inset-bottom))}.mb-rul-simbtn{min-width:46px!important;padding-left:12px!important;padding-right:12px!important;font-size:16px}.mb-rul-opt{padding:11px 12px!important;min-height:44px}.mb-rul-opt input{width:18px;height:18px;flex-shrink:0}}@media(max-width:1024px){.mb-opr-cellinput{font-size:16px!important}}@media(max-width:768px){.mb-opr-strip{min-width:0!important;flex-basis:100%!important}.opr-head>*{min-width:0;max-width:100%}.mb-opr-date{flex:1 1 130px!important;width:auto!important;min-width:0!important}.mb-opr-time{flex:1 1 104px!important;width:auto!important;min-width:0!important}.mb-opr-daterange{flex-direction:column!important;align-items:stretch!important}.mb-opr-dfield{display:flex!important;flex-direction:column;gap:2px;min-width:0}.mb-opr-dlabel{font-size:11px;font-weight:700;color:var(--text3)}.mb-opr-dash{display:none}.mb-opr-perlabel{flex:1}.mb-opr-gpick{gap:6px;margin-bottom:8px}.mb-opr-sortbar{display:flex;align-items:center;gap:8px;margin-bottom:10px}.mb-opr-sortsel{flex:1 1 auto;min-width:0;width:auto!important}.mb-opr-cards{display:flex;flex-direction:column;gap:10px}.mb-opr-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}.mb-opr-chead{display:flex;align-items:center;gap:8px;padding:9px 10px;border-bottom:1px solid var(--border)}.mb-opr-cname{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:13.5px;font-weight:700}.mb-opr-icon{flex:0 0 40px;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:var(--surface2);color:var(--text2);cursor:pointer}.mb-opr-icon:active{background:var(--accent-bg);color:var(--accent-t)}.mb-opr-badge{font-size:10px;font-weight:800;padding:1px 7px;border-radius:9px;flex-shrink:0}.mb-opr-badge-red{background:var(--red-bg);color:var(--red-t);border:1px solid var(--red)}.mb-opr-badge-amber{background:var(--amber-bg);color:var(--amber-t);border:1px solid var(--amber)}.mb-opr-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.mb-opr-field{padding:8px 10px;min-width:0;border-bottom:1px solid var(--border)}.mb-opr-field:nth-child(odd){border-right:1px solid var(--border)}.mb-opr-flabel{display:flex;align-items:center;gap:4px;margin-bottom:3px;font-size:10px;font-weight:700;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;color:var(--text3)}.mb-opr-fval{font-size:14px;font-weight:600;color:var(--text);min-height:22px;line-height:1.25;overflow-wrap:anywhere}.mb-opr-edit{display:flex;align-items:center;flex-wrap:wrap;gap:4px;min-height:38px;cursor:pointer;border-bottom:1px dashed var(--accent)}.mb-opr-plan{font-size:11px;font-weight:600;color:var(--text3)}.mb-opr-info{flex-shrink:0;width:28px;height:28px;margin:-5px 0 -5px -2px;padding:0;border:none;background:transparent;color:var(--accent-t);font-size:14px;line-height:1;cursor:pointer}.mb-opr-tip{margin-top:5px;padding:6px 8px;border-radius:8px;font-size:11px;line-height:1.35;white-space:pre-line;color:var(--text2);background:var(--surface2);border:1px solid var(--border)}.mb-opr-cellinput{width:100%}.mb-opr-gsub{padding:7px 10px;font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text3);background:var(--surface2)}.mb-opr-more{display:block;width:100%;min-height:40px;padding:10px;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;color:var(--accent-t)}.mb-opr-more:active{background:var(--surface2)}.mb-opr-team{display:flex;align-items:center;gap:8px;padding:6px 2px 0;font-size:12px;font-weight:800;color:var(--text2)}.mb-opr-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mb-opr-cardtabs{order:2;flex:0 0 100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mb-opr-cardtabs::-webkit-scrollbar{display:none}.mb-opr-cardtabs button{min-height:38px}.mb-opr-req{padding:8px 0!important}.mb-opr-reqact{flex:1 1 100%;gap:8px!important;margin-top:4px}.mb-opr-reqact .btn{flex:1 1 0;min-height:40px}.mb-opr-reqlbl{font-weight:700}.mb-opr-reqno{color:var(--red-t)!important}.mb-opr-reqall{flex:1 1 auto;min-height:38px}}@media(max-width:768px){.mb-sva-head-ctl{width:100%}.mb-sva-svpick{flex:1 1 100%!important}.mb-sva-svpick>.select{flex:1;min-width:0!important}.mb-sva-periodbar{display:flex!important;width:100%}.mb-sva-periodnav{flex:1 1 100%;justify-content:space-between}.mb-sva-periodlbl{min-width:0!important;flex:1}.mb-sva-seg{flex:1 1 100%;justify-content:space-between}.mb-sva-seg>button{flex:1 1 0;min-height:40px!important;padding:0 8px!important;font-size:12.5px!important}.mb-sva-block{width:100%;border-right:none!important;padding-right:0!important;padding-bottom:8px;border-bottom:1px solid var(--border)}.mb-sva-block:last-of-type{border-bottom:none;padding-bottom:0}.mb-sva-badge{display:inline-flex;align-items:center;min-height:32px;padding:4px 10px!important}.mb-sva-tap{min-height:40px!important;display:inline-flex;align-items:center;padding:8px 12px!important}.mb-sva-slots{gap:6px!important}.mb-sva-slot{padding:9px 12px!important;font-size:12.5px!important;min-height:40px}.mb-sva-checkin-list{max-height:none!important;overflow:visible!important}.mb-sva-verdicts{flex:1 1 100%!important;display:flex!important;flex-wrap:nowrap!important;gap:6px!important}.mb-sva-verdicts>button{flex:1 1 0!important;min-height:40px;padding:6px 2px!important;font-size:12.5px!important}.mb-sva-pairs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.mb-sva-icon-mid{top:50%!important;transform:translateY(-50%)}.mb-sva-stick-1 thead th:first-child,.mb-sva-stick-1 tbody td:first-child{position:sticky;left:0;z-index:2;background:var(--surface);box-shadow:1px 0 0 var(--border)}.mb-sva-stick-1 thead th:first-child{z-index:3;background:var(--surface2)}.mb-sva-stick-1 tbody tr.trainee-row td:first-child{background:var(--trainee-soft)}.mb-sva-stick-1 tbody tr:hover td:first-child{background:var(--surface2)}.mb-sva-stick-1 thead th:first-child,.mb-sva-stick-1 tbody td:first-child,.mb-sva-firstcol{min-width:0!important;max-width:154px;white-space:normal!important;overflow-wrap:anywhere}.mb-sva-stick-1 tbody td:first-child .initials-chip,.mb-sva-firstcol .initials-chip{flex-shrink:0}.mb-sva-tapcells tbody td{padding-top:12px!important;padding-bottom:12px!important}.mb-sva-note{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mb-sva-hours-row{flex-wrap:wrap!important;min-height:44px}.mb-sva-hours-name{flex:1 1 100%!important}.mb-sva-fldrow{gap:0!important}.mb-sva-fld{flex:1 1 100%!important;width:100%!important;min-width:0!important;flex-wrap:wrap!important}.mb-sva-fld>input,.mb-sva-fld>.input{flex:1 1 100%!important;width:100%!important;min-width:0!important}.mb-sva-w-full{width:100%!important;min-width:0!important;flex:1 1 100%!important}.mb-sva-pickgrid{gap:8px!important}.mb-sva-pickgrid>label{padding:9px 10px!important;min-height:40px}.mb-sva-taskacts{gap:8px!important}.mb-sva-taskacts button{min-height:38px!important;padding:8px 12px!important;font-size:12.5px!important}.mb-sva-taskmore:not(.open){display:none!important}.mb-sva-acts{gap:8px!important}.mb-sva-acts .btn-xs{min-width:40px!important;min-height:40px!important}.mb-sva-acts-more:not(.open){display:none!important}.mb-sva-danger{margin-left:6px;box-shadow:inset 1px 0 0 var(--border2)}.mb-sva-inrow{position:sticky;left:0;width:min(100%,calc(100vw - 48px))}.mb-sva-move .btn-xs{min-width:40px!important;min-height:36px!important;padding:6px 10px!important}.mb-sva-logrow{align-items:flex-start!important;column-gap:8px!important;row-gap:3px!important;padding:10px 12px!important}.mb-sva-logrow>span{min-width:0!important}.mb-sva-emoji{grid-template-columns:repeat(auto-fill,minmax(44px,1fr))!important;gap:6px!important}.mb-sva-emoji>button{width:100%!important;height:44px!important}.mb-sva-usertabs{flex-wrap:nowrap!important;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mb-sva-usertabs::-webkit-scrollbar{display:none}.mb-sva-usertabs>button{flex:0 0 auto!important;padding:9px 14px!important;min-height:40px}.mb-sva-quickbar{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mb-sva-quickbar::-webkit-scrollbar{display:none}.mb-sva-quickbar>button{flex:0 0 auto!important;min-height:36px}.mb-sva-filters:not(.open){display:none!important}.mb-sva-journal{overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mb-sva-events{max-height:none!important;overflow:visible!important}.mb-sva-mdlhead{flex-wrap:wrap!important}.mb-sva-mdlhead>h3{flex:1 1 100%!important}}@media(max-width:560px){.mb-sva-form-grid{grid-template-columns:minmax(0,1fr)!important}.mb-sva-stats2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mb-sva-statv{font-size:16px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:768px){.mb-ai-fab{right:max(18px,env(safe-area-inset-right))!important;bottom:calc(18px + env(safe-area-inset-bottom))!important}body.audiobar-open .mb-ai-fab{bottom:calc(var(--mb-lis-ab-h, 104px) + 14px + env(safe-area-inset-bottom))!important}.mb-ai-strip{flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.mb-ai-strip::-webkit-scrollbar{display:none}.mb-ai-strip>*{flex:0 0 auto}.mb-ai-vote-row{gap:12px!important}.mb-ai-vote{width:40px!important;height:40px!important}.mb-ai-mic{width:40px!important;min-height:40px}.mb-ai-inputrow{gap:10px!important}.mb-ai-icon-btn{min-width:40px!important;min-height:40px!important;align-items:center!important;justify-content:center!important}.mb-ai-chip-x{min-width:32px!important;min-height:32px!important;margin-left:4px!important;align-items:center!important;justify-content:center!important}.mb-ai-tabstrip{flex-wrap:nowrap!important;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;margin-left:-10px;margin-right:-10px;padding:0 10px 2px}.mb-ai-tabstrip::-webkit-scrollbar{display:none}.mb-ai-tabstrip>*{flex:0 0 auto}.mb-ai-modes{flex-wrap:wrap!important}.mb-ai-modes>*{flex:1 1 130px!important;min-width:0!important}.mb-ai-row-wrap{flex-wrap:wrap!important}.mb-ai-row-wrap>.input,.mb-ai-row-wrap>.textarea{flex:1 1 100%!important;min-width:0!important}.mb-ai-var-row{flex-wrap:wrap!important}.mb-ai-var-row>.textarea{flex:1 1 120px!important;min-width:0!important}.mb-ai-var-row>.btn{flex:1 1 100%!important;justify-content:center}.mb-ai-w-full{width:100%!important;max-width:100%!important;min-width:0!important}.mb-ai-mini{font-size:11px!important}.mb-ai-day{min-height:40px!important;min-width:44px!important}.mb-ai-cb{width:22px;height:22px;flex-shrink:0}.mb-ai-flag{min-height:40px}.mb-ai-flag input[type=checkbox]{width:20px;height:20px}}
