:root{
  --ucrm-ink:#172033;
  --ucrm-muted:#64748b;
  --ucrm-line:#d8e2ec;
  --ucrm-surface:#ffffff;
  --ucrm-canvas:#edf2f7;
  --ucrm-navy:#17233c;
  --ucrm-blue:#2563eb;
  --ucrm-green:#16835b;
  --ucrm-gold:#b7791f;
  --ucrm-shadow:0 12px 34px rgba(15,23,42,.08);
  --ucrm-font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

.ucrm-shell,.ucrm-shell *{box-sizing:border-box}
.ucrm-shell button,.ucrm-shell input,.ucrm-shell select{font:inherit}
.ucrm-shell{height:100vh;height:100dvh;min-width:0;display:grid;grid-template-columns:252px minmax(0,1fr);overflow:hidden;background:var(--ucrm-canvas);color:var(--ucrm-ink);font-family:var(--ucrm-font);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:grid-template-columns .18s ease}
.ucrm-icon{display:block;flex:0 0 auto;overflow:visible}
.ucrm-sidebar{position:relative;z-index:40;min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:22px 16px 18px;background:linear-gradient(180deg,#17233c 0%,#111a2e 100%);color:#fff;box-shadow:12px 0 34px rgba(15,23,42,.13)}
.ucrm-sidebar-collapse{position:absolute;z-index:2;top:76px;right:-14px;width:29px;height:38px;display:grid;place-items:center;padding:0;border:1px solid rgba(148,163,184,.38);border-radius:0 11px 11px 0;background:#17233c;color:#dbe8f8;box-shadow:5px 3px 14px rgba(15,23,42,.18);cursor:pointer}.ucrm-sidebar-collapse:hover{background:#243552;color:#fff}.ucrm-sidebar-collapse:focus-visible{outline:3px solid rgba(96,165,250,.55);outline-offset:2px}.ucrm-sidebar-collapse>span{line-height:1}
.ucrm-brand{display:flex;align-items:center;gap:12px;padding:2px 8px 24px;border-bottom:1px solid rgba(255,255,255,.1)}
.ucrm-brand img{width:48px;height:auto;filter:drop-shadow(0 5px 14px rgba(0,0,0,.18))}
.ucrm-brand span{min-width:0;display:grid}
.ucrm-brand strong{font-size:17px;font-weight:750;line-height:1.15;letter-spacing:-.01em}
.ucrm-brand small{margin-top:4px;color:#aebed2;font-size:10px;font-weight:600}
.ucrm-sidebar nav{display:grid;align-content:start;gap:7px;padding:22px 0;overflow:auto}
.ucrm-sidebar nav button{position:relative;width:100%;min-height:47px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 12px;border:1px solid transparent;border-radius:11px;background:transparent;color:#d5deeb;text-align:left;cursor:pointer}
.ucrm-sidebar nav button:hover{background:rgba(255,255,255,.07);color:#fff}
.ucrm-sidebar nav button.is-active{border-color:rgba(142,181,244,.22);background:linear-gradient(90deg,rgba(61,119,214,.30),rgba(61,119,214,.16));color:#fff;box-shadow:inset 3px 0 #6ea8ff}
.ucrm-sidebar nav button>span{width:28px;height:28px;display:grid;place-items:center;color:#aebfd6;line-height:1;text-align:center}
.ucrm-sidebar nav button:hover>span,.ucrm-sidebar nav button.is-active>span{color:#fff}
.ucrm-sidebar nav button>strong{font-size:14px;font-weight:650;letter-spacing:-.006em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ucrm-sidebar nav button>em{min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}
.ucrm-nav-group{min-width:0;display:grid;gap:5px}
.ucrm-sidebar nav .ucrm-measurements-toggle>i,.ucrm-sidebar nav .ucrm-technical-toggle>i{width:22px;height:22px;display:grid;place-items:center;color:#91a4bd;font-size:16px;font-style:normal;line-height:1;transform:rotate(-90deg);transition:transform .16s ease,color .16s ease}
.ucrm-sidebar nav .ucrm-measurements-toggle[aria-expanded="true"]>i,.ucrm-sidebar nav .ucrm-technical-toggle[aria-expanded="true"]>i{color:#fff;transform:rotate(0)}
.ucrm-measurements-subnav,.ucrm-technical-subnav{min-width:0;display:grid;gap:3px;margin:0 0 2px 19px;padding:2px 0 3px 11px;border-left:1px solid rgba(255,255,255,.14);animation:ucrm-subnav-open .16s ease-out both}
.ucrm-sidebar nav .ucrm-measurements-subnav button,.ucrm-sidebar nav .ucrm-technical-subnav button{min-height:35px;grid-template-columns:20px minmax(0,1fr);gap:7px;padding:5px 8px;border-radius:9px;color:#aebdd1}
.ucrm-sidebar nav .ucrm-technical-subnav button{grid-template-columns:20px minmax(0,1fr) auto}
.ucrm-sidebar nav .ucrm-measurements-subnav button:hover,.ucrm-sidebar nav .ucrm-technical-subnav button:hover{background:rgba(255,255,255,.06);color:#fff}
.ucrm-sidebar nav .ucrm-measurements-subnav button.is-active,.ucrm-sidebar nav .ucrm-technical-subnav button.is-active{border-color:rgba(110,168,255,.25);background:rgba(110,168,255,.13);color:#fff;box-shadow:none}
.ucrm-sidebar nav .ucrm-measurements-subnav button>span,.ucrm-sidebar nav .ucrm-technical-subnav button>span{width:20px;height:20px;text-align:center}
.ucrm-sidebar nav .ucrm-measurements-subnav button>strong,.ucrm-sidebar nav .ucrm-technical-subnav button>strong{font-size:12px;font-weight:600}
.ucrm-sidebar nav .ucrm-technical-subnav button>em{position:static;min-width:25px;height:20px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.1);color:#dbe8f8;font-size:10px;font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}
.ucrm-sidebar nav .ucrm-technical-subnav button.is-active>em{background:#fff;color:#234a7d}
@keyframes ucrm-subnav-open{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.ucrm-sidebar-foot{display:grid;gap:8px}
.ucrm-sidebar-profile{width:100%;min-height:58px;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.055);color:#fff;text-align:left;cursor:pointer}.ucrm-sidebar-profile:hover{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.09)}
.ucrm-sidebar-avatar{position:relative;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:11px;background:#31435f;color:#fff}.ucrm-sidebar-avatar i{font-size:11px;font-style:normal;font-weight:800}.ucrm-sidebar-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ucrm-sidebar-profile-copy{min-width:0;display:grid;gap:2px}.ucrm-sidebar-profile-copy strong,.ucrm-sidebar-profile-copy small,.ucrm-sidebar-profile-copy em{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ucrm-sidebar-profile-copy strong{font-size:11px;font-weight:650}.ucrm-sidebar-profile-copy small{color:#b9c7da;font-size:9px}.ucrm-sidebar-profile-copy em{color:#86efac;font-size:8px;font-style:normal;font-weight:600}.ucrm-sidebar-profile>b{display:grid;place-items:center;color:#91a4bd}
.ucrm-pilot-note{display:grid;gap:3px;padding:9px 11px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.035)}.ucrm-pilot-note span{font-size:9px;font-weight:850;color:#fff}.ucrm-pilot-note small{font-size:8px;color:#9fb0c7}
.ucrm-mobile-settings-button{display:none;width:100%;min-height:35px;align-items:center;justify-content:center;gap:6px;padding:6px 8px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:rgba(255,255,255,.07);color:#dbe8f8;font-size:11px;font-weight:650;cursor:pointer}
.ucrm-shell.is-sidebar-compact{grid-template-columns:86px minmax(0,1fr)}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar{padding-inline:10px}
.ucrm-shell.is-sidebar-compact .ucrm-brand{justify-content:center;padding-inline:0}
.ucrm-shell.is-sidebar-compact .ucrm-brand img{width:54px}
.ucrm-shell.is-sidebar-compact .ucrm-brand>span,.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav button>strong{display:none}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar-profile{min-height:50px;grid-template-columns:1fr;padding:6px}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar-avatar{justify-self:center}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar-profile-copy,.ucrm-shell.is-sidebar-compact .ucrm-sidebar-profile>b,.ucrm-shell.is-sidebar-compact .ucrm-pilot-note{display:none}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav button{grid-template-columns:1fr;padding:7px}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav button>span{justify-self:center;text-align:center}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav button>em{position:absolute;right:2px;top:2px}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav .ucrm-measurements-toggle>i,.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav .ucrm-technical-toggle>i{display:none}
.ucrm-shell.is-sidebar-compact .ucrm-measurements-subnav,.ucrm-shell.is-sidebar-compact .ucrm-technical-subnav{margin:0;padding:2px 0;border-left:0}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav .ucrm-measurements-subnav button,.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav .ucrm-technical-subnav button{grid-template-columns:1fr;padding:5px}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav .ucrm-measurements-subnav button>span,.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav .ucrm-technical-subnav button>span{justify-self:center;text-align:center}
.ucrm-shell.is-sidebar-compact .ucrm-sidebar nav .ucrm-technical-subnav button>em{position:absolute;right:0;top:0;min-width:19px;height:17px;padding:0 4px}
.ucrm-main{min-width:0;min-height:0;display:grid;grid-template-rows:72px minmax(0,1fr)}
.ucrm-topbar{position:relative;z-index:30;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 22px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--ucrm-line);box-shadow:0 3px 18px rgba(15,23,42,.05);backdrop-filter:blur(12px)}
.ucrm-menu-button{display:none;width:42px;height:42px;border:1px solid var(--ucrm-line);border-radius:11px;background:#fff;color:var(--ucrm-ink);cursor:pointer}
.ucrm-topbar-title{min-width:0;display:flex;align-items:center;gap:10px}
.ucrm-topbar-title>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eef4ff;color:var(--ucrm-blue);font-size:21px}
.ucrm-topbar-title>div{min-width:0;display:grid}
.ucrm-topbar-title strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ucrm-topbar-title small{margin-top:2px;color:#b45309;font-size:10px;font-weight:800}
.ucrm-topbar-actions{min-width:0;display:flex;align-items:center;gap:8px}
.ucrm-topbar-actions>button{min-height:40px;padding:0 13px;border:1px solid var(--ucrm-line);border-radius:11px;background:#fff;color:var(--ucrm-ink);font-size:11px;font-weight:800;cursor:pointer}
.ucrm-topbar-actions .ucrm-user-button{max-width:280px;display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;text-align:left}
.ucrm-user-button>span{grid-row:1/-1;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#e5edfa;color:#294b75;font-size:11px;font-weight:900}
.ucrm-user-button>b,.ucrm-user-button>small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ucrm-user-button>b{font-size:11px}.ucrm-user-button>small{color:var(--ucrm-muted);font-size:9px}
.ucrm-topbar-actions .ucrm-logout{color:#b91c1c;background:#fff7f7;border-color:#fecaca}
.ucrm-work-area{min-width:0;min-height:0;position:relative;overflow:auto;background:radial-gradient(circle at 92% 2%,rgba(37,99,235,.07),transparent 28%),var(--ucrm-canvas)}
.ucrm-view{min-width:0;min-height:100%;position:relative}
.ucrm-view[hidden]{display:none!important}
.ucrm-view--frame{height:100%;overflow:hidden;background:#fff}
.ucrm-page-pad{width:min(1480px,100%);min-height:100%;margin:0 auto;padding:24px clamp(16px,2.2vw,34px) 48px}
.ucrm-eyebrow{display:block;margin-bottom:7px;color:var(--ucrm-blue);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ucrm-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.ucrm-section-heading h2,.ucrm-section-heading h1{margin:0;color:var(--ucrm-ink);font-size:clamp(22px,2vw,30px);line-height:1.15}
.ucrm-section-heading p{max-width:760px;margin:6px 0 0;color:var(--ucrm-muted);font-size:13px;line-height:1.45}
.ucrm-section-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.ucrm-section-heading--compact{min-height:82px;margin:0;padding:14px 20px;background:#fff;border-bottom:1px solid var(--ucrm-line)}
.ucrm-section-heading--compact h2{margin-top:3px;font-size:18px}
.ucrm-back-link{padding:0;border:0;background:transparent;color:var(--ucrm-blue);font-size:11px;font-weight:850;cursor:pointer}
.ucrm-pill{align-self:center;padding:7px 10px;border-radius:999px;background:#eef4ff;color:#315f9a;font-size:10px;font-weight:850;white-space:nowrap}
.ucrm-primary-button,.ucrm-secondary-button{min-height:42px;padding:0 16px;border-radius:11px;font-size:12px;font-weight:850;cursor:pointer}
.ucrm-primary-button{border:1px solid #1d4ed8;background:var(--ucrm-blue);color:#fff;box-shadow:0 9px 22px rgba(37,99,235,.18)}
.ucrm-secondary-button{border:1px solid var(--ucrm-line);background:#fff;color:var(--ucrm-ink)}
.ucrm-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px clamp(20px,3vw,38px);border:1px solid #cbd9ea;border-radius:20px;background:linear-gradient(118deg,#fff 0%,#f5f9ff 55%,#e8f1ff 100%);box-shadow:var(--ucrm-shadow)}
.ucrm-hero h1{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.05}
.ucrm-hero p{max-width:720px;margin:10px 0 0;color:var(--ucrm-muted);font-size:14px;line-height:1.55}
.ucrm-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:18px 0}
.ucrm-stat-grid>button,.ucrm-stat-grid>div{min-width:0;display:grid;gap:4px;padding:17px 18px;border:1px solid var(--ucrm-line);border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.045);text-align:left}
.ucrm-stat-grid>button{cursor:pointer}.ucrm-stat-grid>button:hover{border-color:#9fbae0;transform:translateY(-1px)}
.ucrm-stat-grid span{color:var(--ucrm-muted);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.ucrm-stat-grid strong{font-size:27px;line-height:1.1}.ucrm-stat-grid small{color:var(--ucrm-muted);font-size:10px}
.ucrm-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.75fr);gap:16px}
.ucrm-panel{min-width:0;border:1px solid var(--ucrm-line);border-radius:17px;background:#fff;box-shadow:var(--ucrm-shadow);overflow:hidden}
.ucrm-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e8eef5}
.ucrm-panel-head h2{margin:0;font-size:17px}.ucrm-panel-head p{margin:4px 0 0;color:var(--ucrm-muted);font-size:11px}
.ucrm-panel-head button{border:0;background:transparent;color:var(--ucrm-blue);font-size:11px;font-weight:850;cursor:pointer}
.ucrm-object-list{display:grid}
.ucrm-object-list>article{min-width:0;display:grid;grid-template-columns:minmax(180px,1fr) minmax(290px,auto);align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid #edf1f6}
.ucrm-object-list>article:last-child{border-bottom:0}.ucrm-object-list>article.is-overdue{box-shadow:inset 3px 0 #ef4444;background:#fffafa}
.ucrm-object-main{min-width:0;display:grid;gap:4px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}
.ucrm-object-main:disabled{cursor:default}.ucrm-object-main strong,.ucrm-object-main small,.ucrm-object-main em{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ucrm-object-main strong{font-size:12px}.ucrm-object-main small{color:var(--ucrm-muted);font-size:10px}.ucrm-object-main em{color:#b45309;font-size:9px;font-style:normal;font-weight:850}
.ucrm-object-packages{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.ucrm-object-packages>span{min-width:88px;display:grid;gap:1px;padding:6px 8px;border:1px solid var(--ucrm-line);border-radius:9px;background:#f8fafc}
.ucrm-object-packages b{font-size:8px;text-transform:uppercase;letter-spacing:.04em}.ucrm-object-packages small{font-size:9px;color:var(--ucrm-muted)}
.ucrm-object-packages>span>em{max-width:160px;overflow:hidden;color:currentColor;font-size:8px;font-style:normal;font-weight:750;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;opacity:.82}
.ucrm-object-packages .is-new{border-color:#cbd5e1;background:#f8fafc;color:#475569}.ucrm-object-packages .is-work{border-color:#fde68a;background:#fffbeb;color:#92400e}.ucrm-object-packages .is-planned{border-color:#c4b5fd;background:#f5f3ff;color:#6d28d9}.ucrm-object-packages .is-review{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.ucrm-object-packages .is-accepted{border-color:#99f6e4;background:#f0fdfa;color:#0f766e}.ucrm-object-packages .is-payment{border-color:#fcd34d;background:#fffbeb;color:#a16207}.ucrm-object-packages .is-approval{border-color:#a5b4fc;background:#eef2ff;color:#4338ca}.ucrm-object-packages .is-release{border-color:#c4b5fd;background:#f5f3ff;color:#6d28d9}.ucrm-object-packages .is-ready{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.ucrm-object-packages .is-danger,.ucrm-object-packages .is-warning{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.ucrm-object-packages .is-cancelled{border-color:#e2e8f0;background:#f1f5f9;color:#64748b}.ucrm-object-packages .is-unknown,.ucrm-object-packages .is-unlinked{border-style:dashed;color:#64748b}
.ucrm-object-packages>button{min-height:31px;padding:0 9px;border:1px solid #bfdbfe;border-radius:9px;background:#eff6ff;color:#1d4ed8;font-size:9px;font-weight:850;cursor:pointer}
.ucrm-unmatched{display:grid;gap:3px;margin:12px 16px 16px;padding:11px 13px;border:1px dashed #f59e0b;border-radius:11px;background:#fffbeb;color:#92400e}.ucrm-unmatched strong{font-size:11px}.ucrm-unmatched span,.ucrm-unmatched small{font-size:9px;line-height:1.4}
.ucrm-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px}
.ucrm-quick-grid button{min-width:0;min-height:112px;display:grid;align-content:start;gap:4px;padding:15px;border:1px solid var(--ucrm-line);border-radius:13px;background:#f8fbff;text-align:left;cursor:pointer}
.ucrm-quick-grid button:hover{border-color:#9fbae0;background:#f2f7ff}.ucrm-quick-grid span{font-size:22px;color:var(--ucrm-blue)}.ucrm-quick-grid strong{font-size:12px}.ucrm-quick-grid small{color:var(--ucrm-muted);font-size:9px;line-height:1.35}
.ucrm-dashboard-page{display:grid;align-content:start;gap:16px}.ucrm-dashboard-page>.ucrm-hero{margin-bottom:0}
.ucrm-dashboard-layout{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,330px);align-items:start;gap:16px}.ucrm-dashboard-layout.is-personal{grid-template-columns:minmax(0,1fr)}.ucrm-dashboard-main{min-width:0;display:grid;gap:16px}
.ucrm-dashboard-overview{padding:20px}.ucrm-dashboard-overview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.ucrm-dashboard-overview-head>div{min-width:0}.ucrm-dashboard-overview-head h2{margin:0;font-size:21px;line-height:1.2}.ucrm-dashboard-overview-head p{margin:6px 0 0;color:var(--ucrm-muted);font-size:11px;line-height:1.45}
.ucrm-period-switch{flex:0 0 auto;display:flex;gap:3px;padding:4px;border:1px solid var(--ucrm-line);border-radius:12px;background:#f1f5f9}.ucrm-period-switch button{min-height:34px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#64748b;font-size:10px;font-weight:850;cursor:pointer}.ucrm-period-switch button:hover{color:#1d4ed8}.ucrm-period-switch button.is-active{background:#fff;color:#1d4ed8;box-shadow:0 2px 8px rgba(15,23,42,.1)}
.ucrm-dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ucrm-dashboard-kpi{position:relative;min-width:0;min-height:142px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-content:start;gap:9px;padding:15px 13px;border:1px solid var(--ucrm-line);border-radius:14px;background:#fbfdff;color:var(--ucrm-ink);text-align:left;cursor:pointer}.ucrm-dashboard-kpi:hover{border-color:#9fbae0;transform:translateY(-1px);box-shadow:0 9px 20px rgba(15,23,42,.07)}.ucrm-dashboard-kpi-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#eaf2ff;color:#1d4ed8;font-size:17px;font-weight:900}.ucrm-dashboard-kpi-copy{min-width:0;display:grid;align-content:start;gap:3px}.ucrm-dashboard-kpi-copy small{min-height:30px;color:#475569;font-size:9px;font-weight:850;line-height:1.35;text-transform:uppercase;letter-spacing:.035em}.ucrm-dashboard-kpi-copy strong{font-size:30px;line-height:1}.ucrm-dashboard-kpi-copy em{color:var(--ucrm-muted);font-size:8px;font-style:normal;line-height:1.3}.ucrm-dashboard-kpi>b{align-self:center;color:#94a3b8;font-size:20px}.ucrm-dashboard-kpi.is-green .ucrm-dashboard-kpi-icon{background:#ecfdf5;color:#16835b}.ucrm-dashboard-kpi.is-gold .ucrm-dashboard-kpi-icon{background:#fffbeb;color:#b7791f}.ucrm-dashboard-kpi.is-violet .ucrm-dashboard-kpi-icon{background:#f5f3ff;color:#6d28d9}
.ucrm-dashboard-data-note{display:flex;align-items:flex-start;gap:8px;margin-top:13px;padding:9px 11px;border-radius:10px;background:#f8fafc;color:#64748b}.ucrm-dashboard-data-note>span{flex:0 0 auto;width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#e2e8f0;font-size:9px;font-weight:900}.ucrm-dashboard-data-note p{margin:1px 0 0;font-size:9px;line-height:1.4}
.ucrm-dashboard-data-note.is-warning{background:#fffbeb;color:#92400e}.ucrm-dashboard-data-note.is-warning>span{background:#fde68a;color:#92400e}
.ucrm-birthday-panel{align-self:start}.ucrm-birthday-panel .ucrm-panel-head{align-items:center}.ucrm-birthday-panel .ucrm-eyebrow{margin-bottom:4px}.ucrm-birthday-body{display:grid;gap:14px;padding:15px}.ucrm-birthday-body section{display:grid;gap:7px}.ucrm-birthday-body h3{display:flex;align-items:center;gap:6px;margin:0;color:#475569;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.ucrm-birthday-body section>p{margin:0;padding:11px;border-radius:10px;background:#f8fafc;color:var(--ucrm-muted);font-size:9px;line-height:1.45}.ucrm-birthday-body section>small{color:var(--ucrm-muted);font-size:9px}.ucrm-birthday-today{padding:12px;border:1px solid #fde68a;border-radius:12px;background:#fffbeb}.ucrm-birthday-row{width:100%;min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;border:0;border-radius:10px;background:#f8fafc;color:var(--ucrm-ink);text-align:left;cursor:pointer}.ucrm-birthday-today .ucrm-birthday-row{background:#fff}.ucrm-birthday-row:hover{background:#eef4ff}.ucrm-birthday-row>.ucrm-avatar{width:38px;height:38px;border-radius:11px}.ucrm-birthday-row>span:nth-child(2){min-width:0;display:grid;gap:2px}.ucrm-birthday-row strong,.ucrm-birthday-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ucrm-birthday-row strong{font-size:10px}.ucrm-birthday-row small{color:var(--ucrm-muted);font-size:8px}.ucrm-birthday-row em{padding:5px 7px;border-radius:999px;background:#eaf2ff;color:#1d4ed8;font-size:8px;font-style:normal;font-weight:850;white-space:nowrap}
.ucrm-notice{margin:14px 0;padding:12px 14px;border:1px solid #fcd34d;border-radius:11px;background:#fffbeb;color:#92400e;font-size:11px}.ucrm-notice--error,.ucrm-inline-error{border-color:#fecaca;background:#fff7f7;color:#b91c1c}
.ucrm-inline-error{display:inline-block;margin-top:7px;padding:5px 8px;border:1px solid #fecaca;border-radius:7px;font-size:10px}
.ucrm-empty{display:grid;place-items:center;gap:12px;min-height:150px;padding:28px;color:var(--ucrm-muted);font-size:12px;text-align:center}
.ucrm-empty button{min-height:36px;padding:0 12px;border:1px solid var(--ucrm-line);border-radius:9px;background:#fff;color:var(--ucrm-ink);font-weight:800;cursor:pointer}
.ucrm-case-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(220px,1fr) minmax(170px,.75fr) minmax(170px,.75fr) auto auto;gap:10px;align-items:end;margin-bottom:18px;padding:14px;border:1px solid var(--ucrm-line);border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.04)}
.ucrm-case-filters label,.ucrm-case-filters>div{min-width:0;display:grid;gap:5px}.ucrm-case-filters label>span,.ucrm-case-filters>div>span{font-size:10px;font-weight:800;color:var(--ucrm-muted)}
.ucrm-case-filters input,.ucrm-case-filters select{width:100%;min-height:39px;padding:0 11px;border:1px solid var(--ucrm-line);border-radius:10px;background:#fff;color:var(--ucrm-ink);outline:none}
.ucrm-filter-button{min-height:39px;padding:0 11px;border:1px solid var(--ucrm-line);border-radius:10px;background:#f8fafc;color:var(--ucrm-ink);font-size:10px;font-weight:800;cursor:pointer}
.ucrm-tech-list-summary{display:block;margin-top:7px;color:#47617e;font-size:10px;font-weight:700}.ucrm-tech-stage-strip{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:8px;margin:0 0 11px;overflow-x:auto;padding-bottom:2px}.ucrm-tech-stage-strip button{min-width:108px;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:9px;padding:10px 12px;border:1px solid var(--ucrm-line);border-radius:12px;background:#fff;color:var(--ucrm-muted);text-align:left;cursor:pointer}.ucrm-tech-stage-strip button:hover{border-color:#9fbae0}.ucrm-tech-stage-strip button.is-active{border-color:#8eb4ef;background:#eef5ff;color:#174ea6;box-shadow:inset 3px 0 #2563eb}.ucrm-tech-stage-strip span{font-size:11px;font-weight:650;line-height:1.25}.ucrm-tech-stage-strip strong{font-size:19px;font-weight:750;color:var(--ucrm-ink);font-variant-numeric:tabular-nums}.ucrm-tech-stage-strip button.is-active strong{color:#174ea6}
.ucrm-tech-filters{grid-template-columns:minmax(190px,1.35fr) minmax(165px,1fr) minmax(145px,.8fr) minmax(145px,.75fr) auto auto}.ucrm-tech-bulk{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-6px 0 14px;padding:11px 12px;border:1px solid #cbd9e7;border-radius:13px;background:#f8fafc}.ucrm-tech-bulk.has-selection{border-color:#93b9f5;background:#eef5ff;box-shadow:inset 3px 0 #2563eb}.ucrm-tech-bulk-copy{min-width:0;display:grid;gap:2px}.ucrm-tech-bulk-copy strong{font-size:11px}.ucrm-tech-bulk-copy span{color:#64748b;font-size:9px;line-height:1.4}.ucrm-tech-bulk-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.ucrm-tech-bulk-actions button{min-height:37px;padding:0 11px;font-size:9px}.ucrm-tech-bulk-actions button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.ucrm-tech-bulk-delete{min-height:37px;padding:0 13px;border:1px solid #b91c1c;border-radius:10px;background:#dc2626;color:#fff;font-size:9px;font-weight:900;cursor:pointer;box-shadow:0 7px 16px rgba(220,38,38,.16)}.ucrm-tech-bulk-summary{display:grid;gap:9px;margin:0 0 14px;padding:12px 13px;border:1px solid #bbf7d0;border-radius:13px;background:#f0fdf4;color:#166534}.ucrm-tech-bulk-summary.has-failures{border-color:#fdba74;background:#fff7ed;color:#9a4f10}.ucrm-tech-bulk-summary>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.ucrm-tech-bulk-summary>div:first-child strong{font-size:11px}.ucrm-tech-bulk-summary>div:first-child span{font-size:9px;font-weight:800}.ucrm-tech-bulk-results{display:grid;gap:6px}.ucrm-tech-bulk-results details{padding:7px 9px;border:1px solid rgba(100,116,139,.22);border-radius:9px;background:rgba(255,255,255,.74)}.ucrm-tech-bulk-results summary{font-size:9px;font-weight:850;cursor:pointer}.ucrm-tech-bulk-results ul{max-height:170px;display:grid;gap:5px;overflow:auto;margin:8px 0 0;padding:0 0 0 17px}.ucrm-tech-bulk-results li{font-size:8px;line-height:1.4}.ucrm-tech-bulk-results li strong,.ucrm-tech-bulk-results li span{display:block}.ucrm-tech-bulk-results li span{color:#b91c1c}.ucrm-tech-list{display:grid;gap:12px}.ucrm-tech-card{position:relative;min-width:0;overflow:hidden;padding:17px 18px 15px;border:1px solid var(--ucrm-line);border-left:4px solid #94a3b8;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.055)}.ucrm-tech-card.is-work{border-left-color:#2563eb}.ucrm-tech-card.is-ready{border-left-color:#16a34a}.ucrm-tech-card.is-danger{border-left-color:#dc2626}.ucrm-tech-card.is-cancelled{border-left-color:#94a3b8;background:#f8fafc}.ucrm-tech-card.is-highlighted{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.14),0 12px 28px rgba(15,23,42,.08)}.ucrm-tech-card.is-selected{border-color:#6da4ef;background:linear-gradient(110deg,#f5f9ff,#fff 42%);box-shadow:0 0 0 2px rgba(37,99,235,.11),0 9px 25px rgba(15,23,42,.07)}.ucrm-tech-card.has-selection .ucrm-tech-card-head{padding-left:40px}.ucrm-tech-select{position:absolute;z-index:2;top:16px;left:16px;width:29px;height:29px;display:grid;place-items:center;border:1px solid #b8c9dc;border-radius:8px;background:#fff;color:transparent;cursor:pointer}.ucrm-tech-select input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.ucrm-tech-select>span{width:100%;height:100%;display:grid;place-items:center;border-radius:7px;font-size:13px;font-weight:950}.ucrm-tech-select input:checked+span{background:#2563eb;color:#fff}.ucrm-tech-select:focus-within{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.ucrm-tech-select.is-protected{width:auto;grid-template-columns:27px auto;color:#94a3b8;cursor:not-allowed}.ucrm-tech-select.is-protected>span{background:#f1f5f9}.ucrm-tech-select.is-protected>em{padding:0 7px 0 3px;color:#64748b;font-size:8px;font-style:normal;font-weight:850;white-space:nowrap}.ucrm-tech-select.is-protected+.ucrm-tech-card-head{padding-left:104px}
.ucrm-tech-card-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ucrm-tech-identity{min-width:0}.ucrm-tech-title-row{min-width:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ucrm-tech-title-row h3{min-width:0;margin:0;color:var(--ucrm-ink);font-size:16px;line-height:1.3;overflow-wrap:anywhere}.ucrm-tech-title-row em{padding:4px 8px;border:1px solid #f7d56c;border-radius:999px;background:#fff8dc;color:#9a6511;font-size:10px;font-style:normal;font-weight:900}.ucrm-tech-title-row small{padding:4px 7px;border:1px solid #bad2ff;border-radius:999px;background:#eef5ff;color:#2563eb;font-size:8px;font-weight:900}.ucrm-tech-identity>p{margin:6px 0 0;color:var(--ucrm-muted);font-size:11px;line-height:1.4}.ucrm-tech-stage{flex:0 0 auto;min-width:175px;display:grid;grid-template-columns:25px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:1px 7px;padding:8px 10px;border:1px solid #cbd5e1;border-radius:11px;background:#f8fafc;color:#475569}.ucrm-tech-stage>i{grid-row:1/-1;width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#e2e8f0;font-size:11px;font-style:normal;font-weight:900}.ucrm-tech-stage>b{font-size:10px;line-height:1.25}.ucrm-tech-stage>small{color:currentColor;font-size:8px;opacity:.72}.ucrm-tech-stage.is-work{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.ucrm-tech-stage.is-work>i{background:#dbeafe}.ucrm-tech-stage.is-ready{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.ucrm-tech-stage.is-ready>i{background:#dcfce7}.ucrm-tech-stage.is-danger{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.ucrm-tech-stage.is-danger>i{background:#fee2e2}.ucrm-tech-stage.is-cancelled,.ucrm-tech-stage.is-unlinked{border-style:dashed}
.ucrm-tech-workflow{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:0;margin:14px 0 12px;padding:10px 12px;border:1px solid #e5edf5;border-radius:12px;background:#f8fafc}.ucrm-tech-workflow>span{position:relative;display:flex;align-items:center;gap:7px;color:#94a3b8;font-size:9px;font-weight:800}.ucrm-tech-workflow>span:not(:nth-child(3))::after{content:"";position:absolute;left:calc(100% - 18px);right:8px;top:50%;height:1px;background:#d8e2ec}.ucrm-tech-workflow i{position:relative;z-index:1;flex:0 0 auto;width:22px;height:22px;display:grid;place-items:center;border:1px solid #cbd5e1;border-radius:999px;background:#fff;font-size:8px;font-style:normal}.ucrm-tech-workflow span.is-reached{color:#2563eb}.ucrm-tech-workflow span.is-reached i{border-color:#93b9f5;background:#eaf2ff;color:#1d4ed8}.ucrm-tech-workflow span.is-current b{font-weight:950}.ucrm-tech-workflow span.is-correction{grid-column:1/-1;margin-top:8px;padding:8px;border:1px solid #fecaca;border-radius:9px;background:#fff7f7;color:#b91c1c}.ucrm-tech-workflow span.is-correction::after{display:none}.ucrm-tech-workflow span.is-correction i{border-color:#fecaca;background:#fee2e2}
.ucrm-tech-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ucrm-tech-facts>div{min-width:0;display:grid;align-content:start;gap:3px;padding:9px 10px;border-radius:10px;background:#f7f9fc}.ucrm-tech-facts span,.ucrm-tech-documents>label,.ucrm-tech-detail-summary>div>span{color:var(--ucrm-muted);font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.ucrm-tech-facts strong{min-width:0;color:var(--ucrm-ink);font-size:10px;line-height:1.35;overflow:hidden;text-overflow:ellipsis}.ucrm-tech-facts small{color:var(--ucrm-muted);font-size:8px}.ucrm-tech-correction{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:10px;padding:9px 11px;border:1px solid #fed7aa;border-radius:11px;background:#fff9f0;color:#9a4f10}.ucrm-tech-correction>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#ffedd5;font-size:15px}.ucrm-tech-correction>div{display:grid;gap:2px}.ucrm-tech-correction strong{font-size:10px}.ucrm-tech-correction small{font-size:8px;line-height:1.4}.ucrm-tech-correction>b{font-size:12px}
.ucrm-tech-card-foot{display:grid;grid-template-columns:minmax(330px,1.4fr) minmax(220px,.8fr) auto;align-items:end;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #edf1f6}.ucrm-tech-documents{min-width:0;display:grid;gap:6px}.ucrm-tech-documents>div{display:flex;gap:6px;flex-wrap:wrap}.ucrm-tech-documents>div>span{min-width:70px;display:grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:1px 5px;padding:6px 8px;border:1px solid #dbe5ef;border-radius:9px;background:#f8fafc;color:#64748b}.ucrm-tech-documents>div>span.is-saved{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.ucrm-tech-documents>div>span.is-ready{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.ucrm-tech-documents i{grid-row:1/-1;font-size:9px;font-style:normal;font-weight:900}.ucrm-tech-documents b{font-size:8px}.ucrm-tech-documents small{font-size:7px}.ucrm-tech-legacy{min-width:0;display:grid;gap:3px;color:#64748b}.ucrm-tech-legacy span{font-size:9px;font-weight:850}.ucrm-tech-legacy small{font-size:8px;line-height:1.35}.ucrm-tech-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.ucrm-tech-open,.ucrm-tech-action,.ucrm-tech-access{min-height:39px;padding:0 14px;border-radius:10px;font-size:10px;font-weight:900;white-space:nowrap;cursor:pointer}.ucrm-tech-open{border:1px solid #1d4ed8;background:#2563eb;color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.16)}.ucrm-tech-open span{margin-left:5px}.ucrm-tech-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #93c5fd;background:#eff6ff;color:#1d4ed8}.ucrm-tech-action.is-success{border-color:#86efac;background:#f0fdf4;color:#166534}.ucrm-tech-action.is-warning{border-color:#fdba74;background:#fff7ed;color:#9a4f10}.ucrm-tech-action:disabled{opacity:.52;cursor:not-allowed;box-shadow:none}.ucrm-tech-action>span{font-size:12px}.ucrm-tech-detail-summary{display:grid;grid-template-columns:auto minmax(160px,.6fr) minmax(200px,1fr) minmax(260px,1.3fr);align-items:center;gap:13px;margin-bottom:9px;padding:13px 15px;border:1px solid var(--ucrm-line);border-left:4px solid #94a3b8;border-radius:14px;background:#fff}.ucrm-tech-detail-summary.is-work{border-left-color:#2563eb}.ucrm-tech-detail-summary.is-ready{border-left-color:#16a34a}.ucrm-tech-detail-summary.is-danger{border-left-color:#dc2626}.ucrm-tech-detail-summary>div{min-width:0;display:grid;gap:3px}.ucrm-tech-detail-summary>div>strong{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ucrm-tech-detail-summary>small{color:var(--ucrm-muted);font-size:9px;line-height:1.45}.ucrm-tech-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 13px;padding:12px 14px;border:1px solid #c8daf2;border-radius:13px;background:linear-gradient(90deg,#f7faff,#fff)}.ucrm-tech-detail-actions>div{min-width:0;display:grid;gap:2px}.ucrm-tech-detail-actions>div>span{color:#2563eb;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.ucrm-tech-detail-actions>div>strong{font-size:12px}.ucrm-tech-detail-actions>div>small{color:var(--ucrm-muted);font-size:9px;line-height:1.4}.ucrm-tech-detail-actions>.ucrm-tech-action{flex:0 0 auto;min-height:42px;padding-inline:16px}
.ucrm-tech-history{display:grid;gap:11px;margin:0 0 14px;padding:15px;border:1px solid var(--ucrm-line);border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.035)}.ucrm-tech-history>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:11px;border-bottom:1px solid #e8eef5}.ucrm-tech-history>header>div{min-width:0}.ucrm-tech-history>header span{color:#2563eb;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.ucrm-tech-history>header h3{margin:3px 0 0;font-size:15px}.ucrm-tech-history>header p{margin:4px 0 0;color:var(--ucrm-muted);font-size:9px;line-height:1.4}.ucrm-tech-history>header>em{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#eef4ff;color:#315f9a;font-size:8px;font-style:normal;font-weight:900}.ucrm-tech-primary-release{display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;border:1px solid #bbf7d0;border-radius:12px;background:#f5fdf8}.ucrm-tech-history-index{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#dcfce7;color:#166534;font-size:10px;font-weight:900}.ucrm-tech-primary-release>div{min-width:0;display:grid;gap:2px}.ucrm-tech-primary-release small{color:#16835b;font-size:8px;font-weight:900;text-transform:uppercase}.ucrm-tech-primary-release strong{font-size:11px}.ucrm-tech-primary-release p{margin:0;color:#64748b;font-size:9px}.ucrm-tech-primary-release>b{color:#16835b;font-size:8px}.ucrm-tech-round-list{display:grid;gap:9px}.ucrm-tech-round-list>article{display:grid;gap:10px;padding:12px;border:1px solid #dbe4ee;border-radius:12px;background:#fbfcfe}.ucrm-tech-round-list>article.is-active{border-color:#fdba74;background:#fffaf4;box-shadow:inset 3px 0 #f59e0b}.ucrm-tech-round-head{display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:10px}.ucrm-tech-round-head .ucrm-tech-history-index{background:#eaf2ff;color:#2563eb}.ucrm-tech-round-list>article.is-active .ucrm-tech-history-index{background:#ffedd5;color:#b45309}.ucrm-tech-round-head>div{min-width:0;display:grid;gap:2px}.ucrm-tech-round-head small{color:#64748b;font-size:8px;font-weight:850;text-transform:uppercase}.ucrm-tech-round-head strong{font-size:11px;overflow-wrap:anywhere}.ucrm-tech-round-head>em{padding:5px 8px;border-radius:999px;background:#eaf2ff;color:#315f9a;font-size:8px;font-style:normal;font-weight:900}.ucrm-tech-round-list>article.is-active .ucrm-tech-round-head>em{background:#ffedd5;color:#9a4f10}.ucrm-tech-round-text{margin:0;padding:9px 10px;border-radius:9px;background:#fff;color:#334155;font-size:10px;line-height:1.5;white-space:pre-wrap}.ucrm-tech-round-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0;padding:0;list-style:none}.ucrm-tech-round-timeline li{min-width:0;display:grid;gap:2px;padding:7px 8px;border-left:2px solid #bfd2ea;background:#fff}.ucrm-tech-round-timeline span{color:#64748b;font-size:7px;font-weight:850;text-transform:uppercase}.ucrm-tech-round-timeline strong{font-size:8px}.ucrm-tech-round-timeline small{overflow:hidden;color:#64748b;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.ucrm-tech-round-files{display:grid;gap:6px}.ucrm-tech-round-files>span{color:#64748b;font-size:8px;font-weight:850;text-transform:uppercase}.ucrm-tech-round-files>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:6px}.ucrm-tech-round-files button{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:7px;padding:6px 8px;border:1px solid #dbe4ee;border-radius:9px;background:#fff;color:#334155;text-align:left;cursor:pointer}.ucrm-tech-round-files button>span:first-child{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#eef4ff;color:#2563eb}.ucrm-tech-round-files button>span:nth-child(2){min-width:0;display:grid}.ucrm-tech-round-files button strong,.ucrm-tech-round-files button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ucrm-tech-round-files button strong{font-size:8px}.ucrm-tech-round-files button small{color:#64748b;font-size:7px}.ucrm-tech-round-files button>b{color:#2563eb;font-size:7px}
.ucrm-action-backdrop{position:fixed;inset:0;z-index:280;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.62);backdrop-filter:blur(5px)}.ucrm-correction-modal{width:min(760px,100%);max-height:min(850px,94dvh);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #d7e2ee;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(15,23,42,.35)}.ucrm-correction-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fffaf3,#fff)}.ucrm-correction-modal>header>div{min-width:0}.ucrm-correction-modal>header span{color:#b45309;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ucrm-correction-modal>header h2{margin:4px 0 0;font-size:22px}.ucrm-correction-modal>header p{margin:5px 0 0;color:#64748b;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ucrm-correction-modal>header>button{flex:0 0 auto;width:36px;height:36px;border:1px solid #d8e2ec;border-radius:10px;background:#fff;color:#64748b;font-size:22px;cursor:pointer}.ucrm-correction-form{min-height:0;display:grid;align-content:start;gap:13px;overflow:auto;padding:18px 22px}.ucrm-correction-form>label{display:grid;gap:6px}.ucrm-correction-form>label>span{color:#475569;font-size:10px;font-weight:850}.ucrm-correction-form input,.ucrm-correction-form textarea{width:100%;padding:10px 12px;border:1px solid #cbd9e7;border-radius:11px;background:#fff;color:#172033;outline:none}.ucrm-correction-form input:focus,.ucrm-correction-form textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(59,130,246,.12)}.ucrm-correction-form textarea{min-height:145px;resize:vertical;line-height:1.5}.ucrm-correction-drop{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px;border:1.5px dashed #9eb8d9;border-radius:13px;background:#f8fbff;transition:.15s ease}.ucrm-correction-drop.is-dragging{border-color:#2563eb;background:#eaf3ff;box-shadow:inset 0 0 0 2px rgba(37,99,235,.1)}.ucrm-correction-drop>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e6effd;color:#2563eb;font-size:21px}.ucrm-correction-drop>div{min-width:0;display:grid;gap:3px}.ucrm-correction-drop strong{font-size:11px}.ucrm-correction-drop small{color:#64748b;font-size:9px;line-height:1.4}.ucrm-correction-drop>button{min-height:38px;padding:0 12px;border:1px solid #93b9f5;border-radius:9px;background:#fff;color:#1d4ed8;font-size:10px;font-weight:850;cursor:pointer}.ucrm-correction-files{display:grid;gap:7px;padding:11px;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc}.ucrm-correction-files>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.ucrm-correction-files>div strong{font-size:10px}.ucrm-correction-files>div span{min-width:21px;height:21px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#e5edfa;color:#315f9a;font-size:8px;font-weight:900}.ucrm-correction-files>div small{margin-left:auto;color:#64748b;font-size:8px}.ucrm-correction-files article{display:grid;grid-template-columns:38px minmax(0,1fr) 30px;align-items:center;gap:9px;padding:7px;border:1px solid #e1e8f0;border-radius:10px;background:#fff}.ucrm-correction-files article>img,.ucrm-correction-files article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#eaf2ff;color:#2563eb;object-fit:cover}.ucrm-correction-files article>div{min-width:0;display:grid;gap:2px}.ucrm-correction-files article strong,.ucrm-correction-files article small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ucrm-correction-files article strong{font-size:10px}.ucrm-correction-files article small{color:#64748b;font-size:8px}.ucrm-correction-files article>button{width:28px;height:28px;border:0;border-radius:8px;background:#f1f5f9;color:#64748b;cursor:pointer}.ucrm-correction-note{display:grid;grid-template-columns:25px minmax(0,1fr);gap:9px;align-items:start;padding:10px 11px;border-radius:11px;background:#fff7ed;color:#9a4f10}.ucrm-correction-note>span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#ffedd5;font-size:10px;font-weight:900}.ucrm-correction-note p{margin:1px 0 0;font-size:9px;line-height:1.45}.ucrm-action-error{padding:10px 12px;border:1px solid #fecaca;border-radius:10px;background:#fff7f7;color:#b91c1c;font-size:10px;font-weight:800}.ucrm-action-error.is-warning{border-color:#fed7aa;background:#fff7ed;color:#9a4f10}.ucrm-tech-page-error{margin:0 0 10px}.ucrm-tech-page-error button{margin-left:7px;padding:3px 7px;border:1px solid currentColor;border-radius:7px;background:#fff;color:inherit;font-size:9px;font-weight:850;cursor:pointer}.ucrm-correction-modal>footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid #e2e8f0;background:#f8fafc}.ucrm-correction-modal>footer button{min-height:40px;padding:0 14px;border:1px solid #d8e2ec;border-radius:10px;background:#fff;color:#334155;font-size:10px;font-weight:850;cursor:pointer}.ucrm-correction-modal>footer button.is-primary{border-color:#c66d15;background:#c7791b;color:#fff}.ucrm-correction-modal>footer button:disabled{opacity:.5;cursor:not-allowed}
.ucrm-bitrix-data{margin:0 18px 14px;border:1px solid #bfd6fb;border-radius:14px;background:#fff;overflow:hidden}.ucrm-bitrix-data>summary{min-height:64px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 14px;background:linear-gradient(180deg,#f5f9ff,#fff);cursor:pointer;list-style:none}.ucrm-bitrix-data>summary::-webkit-details-marker{display:none}.ucrm-bitrix-logo{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e5efff;color:#1769c2;font-size:11px;font-weight:800}.ucrm-bitrix-data>summary>span:nth-child(2){min-width:0;display:grid;gap:3px}.ucrm-bitrix-data>summary strong{font-size:12px}.ucrm-bitrix-data>summary small{color:var(--ucrm-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ucrm-bitrix-data>summary>i{width:28px;height:28px;display:grid;place-items:center;color:#64748b;font-style:normal;transform:rotate(-90deg);transition:transform .16s ease}.ucrm-bitrix-data[open]>summary>i{transform:rotate(0)}.ucrm-bitrix-body{display:grid;gap:13px;padding:14px;border-top:1px solid #dbe8fb;background:#f8fbff}.ucrm-bitrix-message{min-height:76px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;border:1px dashed #a9c4ec;border-radius:11px;background:#fff;color:#47617e;font-size:10px;font-weight:700;text-align:center}.ucrm-bitrix-message.is-error{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.ucrm-bitrix-message button{min-height:34px;padding:0 11px;border:1px solid currentColor;border-radius:9px;background:#fff;color:inherit;font-weight:650;cursor:pointer}.ucrm-bitrix-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:9px 11px;border:1px solid #dbe8fb;border-radius:10px;background:#fff}.ucrm-bitrix-toolbar>span{margin-right:auto;color:#47617e;font-size:9px;font-weight:650}.ucrm-bitrix-toolbar button{min-height:34px;padding:0 11px;border:1px solid #9fc0f0;border-radius:9px;background:#eaf2ff;color:#174ea6;font-size:9px;font-weight:650;cursor:pointer}.ucrm-bitrix-group{display:grid;gap:8px}.ucrm-bitrix-group>h4{display:flex;align-items:center;gap:7px;margin:0;color:#334155;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ucrm-bitrix-group>h4 span{min-width:21px;height:21px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#e5efff;color:#1769c2;font-size:8px;font-variant-numeric:tabular-nums}.ucrm-bitrix-group>div{display:grid;grid-template-columns:1fr;gap:8px}.ucrm-bitrix-group>div>div{min-width:0;display:grid;align-content:start;gap:4px;padding:10px 11px;border:1px solid #e2eaf3;border-radius:10px;background:#fff}.ucrm-bitrix-group>div>div.is-empty{background:#f8fafc;color:#94a3b8}.ucrm-bitrix-group>div>div>span{color:#64748b;font-size:9px;font-weight:650;line-height:1.35}.ucrm-bitrix-group>div>div>strong{color:#1e293b;font-size:11px;font-weight:550;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.ucrm-bitrix-group>div>div.is-empty>strong{color:#94a3b8;font-weight:500}.ucrm-bitrix-group nav{display:flex;gap:5px;flex-wrap:wrap}.ucrm-bitrix-group a{padding:4px 7px;border-radius:7px;background:#eaf2ff;color:#1d4ed8;font-size:9px;font-weight:650;text-decoration:none}.ucrm-bitrix-group.is-documents>div>div{border-color:#cbdcf5;background:#f7faff}
.ucrm-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ucrm-report-card{min-width:0;min-height:158px;display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:1fr auto;gap:10px 14px;padding:19px;border:1px solid var(--ucrm-line);border-radius:16px;background:#fff;color:var(--ucrm-ink);box-shadow:var(--ucrm-shadow);text-align:left;cursor:pointer}
.ucrm-report-card:hover{border-color:#9fbae0;transform:translateY(-1px)}.ucrm-report-icon{grid-row:1/-1;width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#eef4ff;color:var(--ucrm-blue);font-size:25px}.ucrm-report-card>span:nth-child(2){min-width:0;display:grid;align-content:start;gap:7px}.ucrm-report-card strong{font-size:15px}.ucrm-report-card small{color:var(--ucrm-muted);font-size:11px;line-height:1.45}.ucrm-report-card em{width:max-content;padding:5px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:9px;font-style:normal;font-weight:850}.ucrm-report-card>b{grid-column:2;color:var(--ucrm-blue);font-size:10px}
.ucrm-report-detail{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr);background:#fff}.ucrm-report-detail>.ucrm-module-frame{min-height:0}
.ucrm-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ucrm-search{width:min(360px,100%);display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--ucrm-line);border-radius:11px;background:#fff}.ucrm-search input{width:100%;min-height:42px;border:0;outline:none;background:transparent}.ucrm-search span{color:var(--ucrm-muted)}
.ucrm-team-card{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px;border:1px solid var(--ucrm-line);border-radius:14px;background:#fff;color:var(--ucrm-ink);box-shadow:0 6px 18px rgba(15,23,42,.045);text-align:left;cursor:pointer}
.ucrm-team-card:hover{border-color:#9fbae0}.ucrm-avatar{position:relative;width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#dbeafe,#e9d5ff);color:#304d77;font-size:13px;font-weight:900}.ucrm-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ucrm-avatar--large{width:96px;height:96px;border-radius:24px;font-size:24px}
.ucrm-team-copy{min-width:0;display:grid;gap:3px}.ucrm-team-copy strong,.ucrm-team-copy small,.ucrm-team-copy em,.ucrm-team-copy i{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ucrm-team-copy strong{font-size:12px}.ucrm-team-copy small{color:var(--ucrm-muted);font-size:10px}.ucrm-team-copy em{color:#7c3aed;font-size:9px;font-style:normal}.ucrm-team-copy i{color:#166534;font-size:8px;font-style:normal}.ucrm-team-card>b{color:#94a3b8;font-size:19px}
.ucrm-profile-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:24px;padding:28px;border:1px solid var(--ucrm-line);border-radius:19px;background:#fff;box-shadow:var(--ucrm-shadow)}.ucrm-profile-main h2{margin:0;font-size:25px}.ucrm-profile-main>p{margin:5px 0 17px;color:var(--ucrm-muted)}.ucrm-profile-facts{display:flex;gap:10px;flex-wrap:wrap}.ucrm-profile-facts>div{display:grid;gap:2px;min-width:150px;padding:10px 12px;border-radius:10px;background:#f7f9fc}.ucrm-profile-facts span,.ucrm-competences>span{color:var(--ucrm-muted);font-size:9px;font-weight:800;text-transform:uppercase}.ucrm-profile-facts strong{font-size:11px}.ucrm-competences{display:grid;gap:7px;margin-top:14px}.ucrm-competences>div{display:flex;gap:6px;flex-wrap:wrap}.ucrm-competences em{padding:6px 8px;border-radius:999px;background:#ecfdf5;color:#166534;font-size:9px;font-style:normal;font-weight:800}
.ucrm-module-host,.ucrm-module-frame{width:100%;height:100%;min-width:0;min-height:0;border:0;background:#fff}.ucrm-module-host{position:relative}.ucrm-module-frame{display:block}.ucrm-module-placeholder{height:100%;display:grid;place-items:center;color:var(--ucrm-muted);font-size:12px}.ucrm-module-error{position:absolute;inset:0;z-index:5;display:grid;place-items:center;padding:20px;background:rgba(237,242,247,.94)}.ucrm-module-error>div{width:min(440px,100%);display:grid;gap:10px;padding:24px;border:1px solid #fecaca;border-radius:16px;background:#fff;box-shadow:var(--ucrm-shadow);text-align:center}.ucrm-module-error strong{font-size:18px}.ucrm-module-error span{color:#b91c1c;font-size:12px;line-height:1.45}.ucrm-module-error button{justify-self:center;min-height:39px;padding:0 15px;border:0;border-radius:10px;background:var(--ucrm-blue);color:#fff;font-weight:850;cursor:pointer}
.ucrm-gate{min-height:100vh;display:grid;place-items:center;align-content:center;gap:12px;padding:24px;background:var(--ucrm-canvas);color:var(--ucrm-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center}.ucrm-gate img{width:120px}.ucrm-gate strong{font-size:22px}.ucrm-gate span{max-width:520px;color:var(--ucrm-muted);font-size:13px;line-height:1.5}.ucrm-gate a,.ucrm-gate button{min-height:40px;padding:9px 15px;border:1px solid var(--ucrm-line);border-radius:10px;background:#fff;color:var(--ucrm-blue);font-weight:800;text-decoration:none;cursor:pointer}
.ucrm-nav-scrim{display:none}
.ucrm-mobile-nav{display:none}
.ucrm-mobile-settings-backdrop{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.58);backdrop-filter:blur(4px)}
.ucrm-mobile-settings{width:min(620px,100%);max-height:min(760px,92dvh);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--ucrm-line);border-radius:20px;background:#fff;box-shadow:0 28px 80px rgba(15,23,42,.3)}
.ucrm-mobile-settings>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--ucrm-line)}.ucrm-mobile-settings>header>div{min-width:0}.ucrm-mobile-settings>header span{color:var(--ucrm-blue);font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.ucrm-mobile-settings>header h2{margin:5px 0 0;font-size:22px}.ucrm-mobile-settings>header p{margin:7px 0 0;color:var(--ucrm-muted);font-size:11px;line-height:1.45}.ucrm-mobile-settings>header>button{flex:0 0 auto;width:36px;height:36px;border:1px solid var(--ucrm-line);border-radius:10px;background:#fff;color:#64748b;font-size:22px;cursor:pointer}
.ucrm-mobile-settings-list{min-height:0;display:grid;align-content:start;gap:8px;overflow:auto;padding:15px 18px}.ucrm-mobile-settings-row{min-width:0;display:grid;grid-template-columns:38px minmax(105px,1fr) auto auto auto;align-items:center;gap:10px;padding:10px 11px;border:1px solid #e4ebf3;border-radius:12px;background:#f8fafc}.ucrm-mobile-settings-row>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#eaf2ff;color:#1d4ed8;font-size:18px}.ucrm-mobile-settings-row>strong{font-size:11px}.ucrm-mobile-settings-row>label{display:flex;align-items:center;gap:5px;color:#475569;font-size:9px;font-weight:800;white-space:nowrap}.ucrm-mobile-settings-row>label input{accent-color:var(--ucrm-blue)}.ucrm-mobile-settings-row>div{display:flex;gap:4px}.ucrm-mobile-settings-row>div button{width:31px;height:31px;border:1px solid var(--ucrm-line);border-radius:8px;background:#fff;color:#334155;font-weight:900;cursor:pointer}.ucrm-mobile-settings-row>div button:disabled{opacity:.35;cursor:default}
.ucrm-mobile-settings>footer{display:grid;grid-template-columns:auto 1fr auto auto;gap:8px;padding:13px 18px;border-top:1px solid var(--ucrm-line);background:#f8fafc}.ucrm-mobile-settings>footer button{min-height:38px;padding:0 13px;border:1px solid var(--ucrm-line);border-radius:10px;background:#fff;color:#334155;font-size:10px;font-weight:850;cursor:pointer}.ucrm-mobile-settings>footer button.is-primary{border-color:#1d4ed8;background:var(--ucrm-blue);color:#fff}

@media (max-width:1180px){
  .ucrm-dashboard-grid,.ucrm-dashboard-layout{grid-template-columns:1fr}.ucrm-dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.ucrm-stat-grid{grid-template-columns:repeat(5,minmax(110px,1fr));overflow-x:auto;padding-bottom:4px}.ucrm-tech-round-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ucrm-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ucrm-case-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.ucrm-tech-stage-strip{grid-template-columns:repeat(5,132px)}.ucrm-tech-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.ucrm-tech-card-foot{grid-template-columns:minmax(300px,1fr) auto}.ucrm-tech-legacy{grid-column:1/-1;grid-row:2}.ucrm-tech-detail-summary{grid-template-columns:auto 1fr 1fr}.ucrm-tech-detail-summary>small{grid-column:1/-1}
  .ucrm-bitrix-group>div{grid-template-columns:1fr}
}

@media (max-width:760px){
  .ucrm-shell{display:block;--ucrm-mobile-nav-height:68px;transition:none}.ucrm-main{height:100vh;height:100dvh;grid-template-rows:64px minmax(0,1fr);padding-bottom:calc(var(--ucrm-mobile-nav-height) + env(safe-area-inset-bottom))}
  .ucrm-sidebar-collapse{display:none}
  .ucrm-sidebar{position:fixed;inset:0 auto 0 0;z-index:100;width:min(292px,86vw);grid-template-rows:auto minmax(0,1fr) auto;padding:18px 14px calc(18px + env(safe-area-inset-bottom));visibility:hidden;pointer-events:none;transform:translateX(-104%);transition:transform .18s ease,visibility 0s linear .18s}.ucrm-sidebar.is-open{visibility:visible;pointer-events:auto;transform:translateX(0);transition-delay:0s}
  .ucrm-brand{justify-content:flex-start;padding-inline:8px}.ucrm-brand img{width:48px}.ucrm-brand>span,.ucrm-sidebar nav button>strong,.ucrm-sidebar-foot,.ucrm-sidebar-profile-copy,.ucrm-pilot-note{display:grid}.ucrm-mobile-settings-button{display:flex}.ucrm-sidebar-profile{min-height:58px;grid-template-columns:38px minmax(0,1fr) 18px;padding:8px}.ucrm-sidebar-profile>b{display:grid}.ucrm-sidebar nav button{grid-template-columns:28px minmax(0,1fr) auto;padding:8px 12px}.ucrm-sidebar nav button>span{text-align:center}.ucrm-sidebar nav button>em{position:static}
  .ucrm-sidebar nav .ucrm-measurements-toggle>i,.ucrm-sidebar nav .ucrm-technical-toggle>i{display:grid}.ucrm-measurements-subnav,.ucrm-technical-subnav{margin:0 0 2px 19px;padding:2px 0 3px 11px;border-left:1px solid rgba(255,255,255,.14)}.ucrm-sidebar nav .ucrm-measurements-subnav button{grid-template-columns:20px minmax(0,1fr);padding:5px 8px}.ucrm-sidebar nav .ucrm-technical-subnav button{grid-template-columns:20px minmax(0,1fr) auto;padding:5px 8px}.ucrm-sidebar nav .ucrm-measurements-subnav button>strong,.ucrm-sidebar nav .ucrm-technical-subnav button>strong{display:block}.ucrm-sidebar nav .ucrm-measurements-subnav button>span,.ucrm-sidebar nav .ucrm-technical-subnav button>span{text-align:center}.ucrm-sidebar nav .ucrm-technical-subnav button>em{position:static;min-width:25px;height:20px;padding:0 6px}
  .ucrm-nav-scrim{position:fixed;inset:0;z-index:90;display:block;border:0;background:rgba(15,23,42,.42)}
  .ucrm-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:80;min-height:calc(var(--ucrm-mobile-nav-height) + env(safe-area-inset-bottom));display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);padding:6px 6px max(6px,env(safe-area-inset-bottom));border-top:1px solid var(--ucrm-line);background:rgba(255,255,255,.97);box-shadow:0 -10px 30px rgba(15,32,56,.11);backdrop-filter:blur(16px)}.ucrm-mobile-nav button{position:relative;min-width:0;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 2px;border:0;border-radius:10px;background:transparent;color:var(--ucrm-muted);cursor:pointer}.ucrm-mobile-nav button.is-active{background:#eaf2ff;color:#1d4ed8}.ucrm-mobile-nav button>span{line-height:1}.ucrm-mobile-nav button>strong{max-width:100%;font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ucrm-mobile-nav button>em{position:absolute;top:3px;left:calc(50% + 8px);min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:8px;font-style:normal;font-weight:700}
  .ucrm-topbar{gap:9px;padding:8px 10px;padding-top:max(8px,env(safe-area-inset-top))}.ucrm-menu-button{display:none}.ucrm-topbar-title>span{display:none}.ucrm-topbar-title strong{font-size:14px}
  .ucrm-topbar-actions>button:first-child,.ucrm-user-button>b,.ucrm-user-button>small{display:none}.ucrm-topbar-actions .ucrm-user-button{width:42px;padding:0;display:grid;grid-template-columns:1fr}.ucrm-user-button>span{grid-row:auto;justify-self:center}.ucrm-topbar-actions .ucrm-logout{padding:0 10px}
  .ucrm-page-pad{padding:16px 10px 34px}.ucrm-hero{align-items:flex-start;padding:20px;border-radius:15px}.ucrm-hero h1{font-size:28px}.ucrm-hero p{font-size:12px}.ucrm-hero .ucrm-secondary-button{flex:0 0 auto;padding:0 10px;font-size:0}.ucrm-hero .ucrm-secondary-button::first-letter{font-size:16px}
  .ucrm-dashboard-page{gap:12px}.ucrm-dashboard-overview{padding:15px}.ucrm-dashboard-overview-head{display:grid;gap:12px}.ucrm-period-switch{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.ucrm-dashboard-kpi{min-height:126px;padding:12px 10px}.ucrm-birthday-panel .ucrm-panel-head{display:grid}.ucrm-birthday-panel .ucrm-panel-head>button{justify-self:start}
  .ucrm-stat-grid{grid-template-columns:repeat(5,132px);margin:12px 0;gap:8px}.ucrm-stat-grid>button,.ucrm-stat-grid>div{padding:13px}.ucrm-stat-grid strong{font-size:23px}
  .ucrm-object-list>article{grid-template-columns:1fr;gap:9px;padding:13px}.ucrm-object-packages{justify-content:flex-start}.ucrm-quick-grid{padding:12px;gap:8px}.ucrm-quick-grid button{min-height:102px;padding:12px}
  .ucrm-section-heading{display:grid;gap:12px}.ucrm-section-heading-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.ucrm-section-heading-actions>.ucrm-secondary-button{width:100%}.ucrm-section-heading--compact{display:flex}.ucrm-search{width:100%}.ucrm-report-grid,.ucrm-team-grid{grid-template-columns:1fr}.ucrm-report-card{min-height:142px;padding:15px}.ucrm-profile-card{grid-template-columns:auto 1fr;padding:18px;gap:15px}.ucrm-profile-card>.ucrm-primary-button{grid-column:1/-1;width:100%}.ucrm-avatar--large{width:74px;height:74px;border-radius:19px}.ucrm-profile-main h2{font-size:20px}
  .ucrm-case-filters{grid-template-columns:1fr;padding:11px}.ucrm-section-heading--compact .ucrm-pill{display:none}.ucrm-tech-stage-strip{grid-template-columns:repeat(5,124px)}.ucrm-tech-card{padding:14px 13px}.ucrm-tech-card-head{display:grid}.ucrm-tech-stage{width:100%;min-width:0}.ucrm-tech-workflow{overflow-x:auto;grid-template-columns:repeat(3,130px)}.ucrm-tech-facts{grid-template-columns:1fr}.ucrm-tech-card-foot{grid-template-columns:1fr}.ucrm-tech-legacy{grid-column:auto;grid-row:auto}.ucrm-tech-card-actions{display:grid;grid-template-columns:1fr}.ucrm-tech-card-actions>.ucrm-tech-open,.ucrm-tech-card-actions>.ucrm-tech-action,.ucrm-tech-card-actions>.ucrm-tech-access{width:100%}.ucrm-tech-detail-summary{grid-template-columns:1fr}.ucrm-tech-detail-summary>small{grid-column:auto}.ucrm-tech-detail-actions{display:grid}.ucrm-tech-detail-actions>.ucrm-tech-action{width:100%}.ucrm-tech-history{padding:12px}.ucrm-tech-history>header,.ucrm-tech-primary-release,.ucrm-tech-round-head{grid-template-columns:31px minmax(0,1fr)}.ucrm-tech-history>header{display:grid}.ucrm-tech-history>header>em{justify-self:start}.ucrm-tech-primary-release>b,.ucrm-tech-round-head>em{grid-column:2;justify-self:start}.ucrm-tech-round-timeline{grid-template-columns:1fr}.ucrm-tech-round-files>div{grid-template-columns:1fr}
  .ucrm-tech-bulk{display:grid}.ucrm-tech-bulk-actions{display:grid;grid-template-columns:1fr 1fr}.ucrm-tech-bulk-actions button{width:100%}.ucrm-tech-bulk-delete{grid-column:1/-1}.ucrm-tech-bulk-summary>div:first-child{display:grid}.ucrm-tech-card.has-selection .ucrm-tech-card-head{padding-left:39px}.ucrm-tech-select.is-protected+.ucrm-tech-card-head{padding-left:100px}
  .ucrm-bitrix-data{margin-inline:10px}.ucrm-bitrix-body{padding:10px}.ucrm-bitrix-data>summary strong{font-size:14px}.ucrm-bitrix-data>summary small{font-size:11px}.ucrm-bitrix-group>div{grid-template-columns:1fr}.ucrm-bitrix-toolbar{align-items:flex-start}.ucrm-bitrix-toolbar>span{width:100%;font-size:11px}.ucrm-bitrix-toolbar label,.ucrm-bitrix-toolbar button{font-size:11px}.ucrm-bitrix-group>h4{font-size:12px}.ucrm-bitrix-group>h4 span{font-size:10px}.ucrm-bitrix-group>div>div>span{font-size:11px}.ucrm-bitrix-group>div>div>strong{font-size:13px}.ucrm-bitrix-group>div>div>small{font-size:10px}.ucrm-bitrix-group a{font-size:11px}
  .ucrm-mobile-settings-backdrop{align-items:end;padding:0}.ucrm-mobile-settings{width:100%;max-height:92dvh;border-width:1px 0 0;border-radius:22px 22px 0 0;padding-bottom:env(safe-area-inset-bottom)}.ucrm-mobile-settings>header{padding:17px 16px}.ucrm-mobile-settings-list{padding:12px}.ucrm-mobile-settings-row{grid-template-columns:36px minmax(86px,1fr) auto auto;gap:7px}.ucrm-mobile-settings-row>div{grid-column:2/-1;justify-content:flex-end}.ucrm-mobile-settings>footer{grid-template-columns:1fr 1fr}.ucrm-mobile-settings>footer>span{display:none}.ucrm-mobile-settings>footer button:first-child{grid-column:1/-1}.ucrm-action-backdrop{align-items:end;padding:0}.ucrm-correction-modal{width:100%;max-height:94dvh;border-width:1px 0 0;border-radius:22px 22px 0 0;padding-bottom:env(safe-area-inset-bottom)}.ucrm-correction-modal>header,.ucrm-correction-form,.ucrm-correction-modal>footer{padding-inline:15px}.ucrm-correction-drop{grid-template-columns:38px minmax(0,1fr)}.ucrm-correction-drop>span{width:38px;height:38px}.ucrm-correction-drop>button{grid-column:1/-1;width:100%}.ucrm-correction-modal>footer{display:grid;grid-template-columns:1fr 1fr}.ucrm-correction-modal>footer button{width:100%}
}

@media (max-width:430px){
  .ucrm-topbar-title{max-width:42vw}.ucrm-topbar-actions{gap:5px}.ucrm-topbar-actions .ucrm-logout{font-size:10px}
  .ucrm-hero{display:grid}.ucrm-hero .ucrm-secondary-button{justify-self:start;font-size:10px}.ucrm-hero .ucrm-secondary-button::first-letter{font-size:inherit}
  .ucrm-dashboard-grid,.ucrm-dashboard-layout,.ucrm-dashboard-main{gap:10px}.ucrm-panel{border-radius:13px}.ucrm-panel-head{padding:14px}.ucrm-dashboard-overview{padding:13px}.ucrm-dashboard-overview-head h2{font-size:18px}.ucrm-dashboard-kpis{gap:7px}.ucrm-dashboard-kpi{min-height:134px;grid-template-columns:30px minmax(0,1fr);gap:7px;padding:11px 9px}.ucrm-dashboard-kpi-icon{width:30px;height:30px;border-radius:9px;font-size:14px}.ucrm-dashboard-kpi-copy small{min-height:36px;font-size:8px}.ucrm-dashboard-kpi-copy strong{font-size:26px}.ucrm-dashboard-kpi>b{display:none}.ucrm-quick-grid{grid-template-columns:1fr 1fr}.ucrm-object-packages>span{min-width:calc(50% - 4px)}
  .ucrm-report-card{grid-template-columns:44px minmax(0,1fr);column-gap:10px}.ucrm-report-icon{width:44px;height:44px;border-radius:12px}
  .ucrm-profile-card{grid-template-columns:1fr;text-align:center}.ucrm-avatar--large{justify-self:center}.ucrm-profile-facts,.ucrm-competences>div{justify-content:center}.ucrm-profile-card>.ucrm-primary-button{grid-column:auto}
  .ucrm-tech-title-row h3{font-size:14px}.ucrm-tech-documents>div>span{min-width:calc(50% - 3px)}.ucrm-tech-stage-strip{margin-inline:-2px}.ucrm-tech-correction{grid-template-columns:auto minmax(0,1fr)}.ucrm-tech-correction>b{display:none}
  .ucrm-mobile-settings-row{grid-template-columns:36px minmax(0,1fr);align-items:center}.ucrm-mobile-settings-row>label,.ucrm-mobile-settings-row>div{grid-column:2;justify-self:start;white-space:normal}.ucrm-mobile-settings-row>div{justify-content:flex-start}
}

@media (prefers-reduced-motion:reduce){.ucrm-shell,.ucrm-sidebar,.ucrm-stat-grid>button,.ucrm-report-card,.ucrm-measurements-subnav,.ucrm-technical-subnav,.ucrm-measurements-toggle>i,.ucrm-technical-toggle>i{animation:none!important;transition:none!important}}
