@layer potok-design{html body .pt-dialog-layer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:20000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;background:#101d3161!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);isolation:isolate;box-sizing:border-box;animation:pt-overlay-appear .18s ease-out both}html body .pt-dialog{position:relative!important;inset:auto!important;display:flex!important;flex-direction:column!important;width:min(600px,100%)!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 48px)!important;margin:0!important;padding:0!important;overflow:hidden!important;background:var(--pt-white)!important;color:var(--pt-ink)!important;border:1px solid rgb(255 255 255 / 85%)!important;border-radius:var(--pt-radius-card)!important;box-shadow:0 0 0 1px #16213612,0 12px 28px -12px #1621363d,0 32px 100px -24px #1621365c!important;font-family:var(--pt-font)!important;outline:none!important;animation:pt-dialog-appear .22s var(--pt-ease) both!important}html body .pt-dialog.modal-wide{width:min(1060px,100%)!important}html body .pt-dialog .pt-dialog-head{position:relative!important;display:flex!important;flex:none!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;padding:22px 24px 20px!important;margin:0!important;border-bottom:1px solid var(--pt-line)!important;background:linear-gradient(180deg,var(--pt-white),var(--pt-canvas))!important}html body .pt-dialog .pt-dialog-head>div{min-width:0}html body .pt-dialog .pt-dialog-head h2{margin:0!important;font-size:20px!important;line-height:1.35!important;font-weight:650!important;letter-spacing:-.025em!important;color:var(--pt-ink)!important;overflow-wrap:anywhere}html body .pt-dialog .pt-dialog-head p{margin:7px 0 0!important;font-size:13px!important;line-height:1.55!important;color:var(--pt-muted)!important}html body .pt-dialog-eyebrow{display:block;margin-bottom:6px;font-size:11px;line-height:16px;font-weight:600;letter-spacing:.045em;color:var(--pt-brand-ink)}html body .pt-dialog .pt-dialog-body{padding:20px 24px!important;min-height:0!important;overflow:auto!important;overscroll-behavior:contain;scrollbar-gutter:stable;font-size:14px;line-height:1.55}html body .pt-dialog .pt-dialog-footer{display:flex;flex:none;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:8px;padding:16px 24px;border-top:1px solid var(--pt-line);background:var(--pt-white)}html body .pt-dialog :is(.btn,.icon-btn){display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:36px!important;border-radius:var(--pt-radius-control)!important;padding:7px 13px!important;border:1px solid transparent!important;font-size:13px!important;font-weight:600!important;line-height:20px!important;box-shadow:none!important;cursor:pointer;transition:background .16s,border-color .16s}html body .pt-dialog :is(.btn-primary,.btn-success){background:var(--pt-brand)!important;color:var(--pt-ink)!important;border-color:var(--pt-brand)!important}html body .pt-dialog :is(.btn-primary,.btn-success):hover:not(:disabled){background:var(--pt-brand-hover)!important}html body .pt-dialog .btn-secondary{background:var(--pt-white)!important;color:var(--pt-ink)!important;border-color:var(--pt-line-strong)!important}html body .pt-dialog .btn-ghost{background:transparent!important;color:var(--pt-ink-soft)!important}html body .pt-dialog .btn-danger{background:var(--pt-danger-soft)!important;color:var(--pt-danger)!important;border-color:#efc6cc!important}html body .pt-dialog[data-tone=danger] .btn-danger{background:var(--pt-danger)!important;color:#fff!important;border-color:var(--pt-danger)!important}html body .pt-dialog :is(.icon-btn,.pt-dialog-close){width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;flex-shrink:0!important;background:var(--pt-white)!important;border:1px solid var(--pt-line)!important;color:var(--pt-muted)!important}html body .pt-dialog :is(.btn-secondary,.btn-ghost,.icon-btn):hover:not(:disabled){background:var(--pt-surface)!important;border-color:var(--pt-line-strong)!important}html body .pt-dialog :is(button,input,select,textarea,summary,a):focus-visible{outline:2px solid var(--pt-brand-ink)!important;outline-offset:3px!important}html body .pt-dialog :is(button,input,select,textarea):disabled{opacity:.55!important;cursor:not-allowed!important}html body .pt-dialog .field{display:flex!important;flex-direction:column!important;gap:6px!important;min-width:0!important;margin:0 0 14px!important;font-size:13px!important}html body .pt-dialog .field>span{font-size:12px!important;font-weight:600!important;color:var(--pt-ink-soft)!important}html body .pt-dialog .field>small{font-size:12px!important;font-weight:400!important;line-height:1.5!important;color:var(--pt-muted)!important}html body .pt-dialog :is(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea){width:100%;min-width:0!important;max-width:100%;min-height:38px!important;padding:8px 11px 8px var(--pt-input-padding-left,11px)!important;border:1px solid var(--pt-line-strong)!important;border-radius:var(--pt-radius-control)!important;background:var(--pt-white)!important;color:var(--pt-ink)!important;font:inherit!important;font-size:13px!important;box-sizing:border-box;box-shadow:0 1px 2px #16213608}html body .pt-dialog .entity-picker-input{--pt-input-padding-left:35px}html body .pt-dialog textarea{min-height:90px!important;resize:vertical}html body .pt-dialog :is(input[type=checkbox],input[type=radio]){accent-color:var(--pt-brand-ink)}html body .pt-dialog :is(.form-grid,.form-grid-2){gap:14px!important;min-width:0!important}html body .pt-dialog :is(.form-grid,.form-grid-2)>.field{margin:0!important}html body .pt-dialog :is(.modal-actions,.iv4-modal-actions,.floor-form-actions){position:sticky;bottom:-20px;display:flex!important;grid-column:1/-1;justify-content:flex-end!important;flex-wrap:wrap!important;gap:8px!important;margin:20px -24px -20px!important;padding:16px 24px!important;border-top:1px solid var(--pt-line)!important;background:var(--pt-white)!important;z-index:2}html body .pt-dialog .form-error{padding:12px 14px;border-radius:10px;background:var(--pt-danger-soft);color:var(--pt-danger);font-size:13px}html body .pt-dialog :is(.panel,.v15-card){border:1px solid var(--pt-line);border-radius:12px;box-shadow:none;min-width:0}html body .pt-dialog .panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--pt-line)}html body .pt-dialog .panel-head h2{font-size:14px;margin:0}html body .pt-dialog .data-table-wrap{max-width:100%;overflow:auto}@media (max-width:600px){html body .pt-dialog-layer{padding:10px!important}html body .pt-dialog{max-height:calc(100dvh - 20px)!important;border-radius:16px!important}html body .pt-dialog .pt-dialog-head{padding:18px 16px 16px!important;gap:12px!important}html body .pt-dialog .pt-dialog-head h2{font-size:18px!important}html body .pt-dialog .pt-dialog-body{padding:16px!important}html body .pt-dialog .pt-dialog-footer{padding:14px 16px}html body .pt-dialog :is(.modal-actions,.iv4-modal-actions,.floor-form-actions){bottom:-16px;margin:16px -16px -16px!important;padding:14px 16px!important}html body .pt-dialog :is(.form-grid,.form-grid-2){grid-template-columns:minmax(0,1fr)!important}html body .pt-dialog :is(.btn,.icon-btn){min-height:40px!important}html body .pt-dialog .pt-dialog-close{width:38px!important;height:38px!important}}@media (prefers-reduced-motion:reduce){html body .pt-dialog-layer,html body .pt-dialog,html body .pt-dialog *{animation:none!important;transition:none!important}}}@keyframes pt-overlay-appear{0%{opacity:0}to{opacity:1}}@keyframes pt-dialog-appear{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@layer potok-design{html body .pt-dialog .pt-global-search-field{display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid var(--pt-line-strong);border-radius:10px;color:var(--pt-muted);background:var(--pt-canvas)}html body .pt-dialog .pt-global-search-field input{border:0!important;background:transparent!important;box-shadow:none!important}html body .pt-dialog .global-search-results{min-height:140px;max-height:52dvh;overflow:auto;margin-top:12px}html body .pt-dialog .global-search-results>button{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;padding:12px;border:0;border-radius:10px;background:transparent;text-align:left;color:var(--pt-ink)}html body .pt-dialog .global-search-results>button:hover{background:var(--pt-surface)}html body .pt-dialog .global-search-results>button>span:first-child{display:grid;gap:4px}html body .pt-dialog .global-search-results small{color:var(--pt-muted);font-size:12px}html body .pt-dialog .search-empty{display:grid;justify-items:center;gap:10px;padding:30px 10px;text-align:center;color:var(--pt-muted)}html body .pt-dialog.pt-global-search .pt-dialog-footer{justify-content:space-between;font-size:11px;color:var(--pt-muted)}}@layer potok-design{html body .pt-dialog :is(.pt-catalog-search,.pt-global-search-field) input:not([type=checkbox]):not([type=radio]):not([type=range]){border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important}html body .pt-dialog .pt-catalog-search input:not([type=checkbox]):not([type=radio]):not([type=range]){padding:10px 0!important}}.pt-cookie-notice{position:fixed;z-index:10000;bottom:24px;right:24px;display:flex;align-items:center;gap:24px;max-width:550px;padding:22px 24px;border:1px solid #dce3ed;border-radius:18px;background:#fff;color:#162136;box-shadow:0 16px 64px #16213624;font:14px/1.5 Inter,Arial,sans-serif}.pt-cookie-notice p{margin:5px 0 0;color:#596b86}.pt-cookie-notice a{color:#096b38}.pt-cookie-notice button{border:0;border-radius:24px;padding:12px 22px;background:#00e05c;color:#162136;font:600 14px Inter,Arial,sans-serif;cursor:pointer}.pt-trial-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;margin-bottom:20px;border-radius:14px;background:#eaf8ee;color:#162136;font-size:13px}.pt-trial-banner a{white-space:nowrap;color:#096b38;font-weight:600}.pt-trial-banner.expired{background:#fff4df}.pt-branch-summary{display:flex;align-items:center;gap:20px;padding:24px;border:1px solid #dce3ed;border-radius:20px;background:#fff;margin-bottom:24px}.pt-branch-summary p{margin:6px 0 0;color:#596b86}.pt-branch-summary a{margin-left:auto;white-space:nowrap;color:#096b38}.pt-branch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.pt-branch-title{display:flex;align-items:center;justify-content:space-between}.pt-branch-grid h2{font-size:20px;margin:20px 0 8px}.pt-branch-grid p,.pt-branch-grid small,.pt-inline-note{color:#596b86}.pt-branch-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.pt-inline-note{font-size:13px;line-height:1.6;margin:16px 0 24px}.pt-feature-chips{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.pt-feature-chips span{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#f2f5fa;border-radius:8px;font-size:13px}.potok-auth-terms{font-size:12px;line-height:1.5;color:#596b86}.potok-auth-terms a{color:#096b38}.billing-v4-usage{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:960px){.pt-branch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pt-branch-summary{flex-wrap:wrap}.pt-branch-summary a{margin-left:0}.billing-v4-usage{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.pt-cookie-notice{inset:auto 12px 12px;gap:12px;padding:18px}.pt-cookie-notice button{padding:12px 16px}.pt-branch-grid{grid-template-columns:1fr}.pt-trial-banner{align-items:flex-start;flex-direction:column}.pt-trial-banner span{line-height:1.6}}html body #root .pt-branch-grid>.panel{padding:24px!important}html body #root .billing-v4 .billing-v4-usage{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){html body #root .billing-v4 .billing-v4-usage{grid-template-columns:repeat(2,minmax(0,1fr))}}@layer potok-design{html body #root .app-shell.potok-service-shell[data-density]{--pt-page-gutter:20px;--pt-control-height:34px}html body #root .app-shell.potok-service-shell[data-density] .main{min-width:0!important}html body #root .app-shell.potok-service-shell[data-density] .page{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:12px var(--pt-page-gutter) 28px!important}html body #root .app-shell.potok-service-shell[data-density] .page>:is(.modern-route-layer,.modern-page,.v15-app,.suite-workspace),html body #root .app-shell.potok-service-shell[data-density] :is(.modern-route-layer,.modern-page,.pt-batch-page,.workspace-embedded,.v15-embedded,.suite-embedded){width:100%!important;max-width:none!important;min-width:0!important;margin-inline:0!important}html body #root .app-shell.potok-service-shell[data-density] :is(.workspace-embedded,.v15-embedded,.suite-embedded) main{width:100%!important;max-width:none!important;margin-inline:0!important;padding-inline:0!important}html body #root .app-shell.potok-service-shell[data-density] .topbar{height:52px!important;min-height:52px!important;padding:0 var(--pt-page-gutter)!important;gap:14px!important}html body #root .app-shell.potok-service-shell[data-density] .global-search-trigger{height:32px!important;min-height:32px!important;font-size:var(--pt-control-size)!important}html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-context-compact{display:flex!important;align-items:center!important;gap:6px!important;margin:0!important;padding:0!important;width:auto!important;flex:none!important}html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-context-compact .pt-request-state{display:flex!important;align-items:center!important;justify-content:center!important;width:22px!important;flex:none!important;padding:0!important;margin:0!important}.pt-workspace-context-compact .pt-request-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-context-compact>button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:32px!important;padding:5px 8px!important;max-width:none!important;margin:0!important;font-size:11px!important;white-space:nowrap!important}html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-utility:empty{display:none!important}html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-utility{min-height:0!important;margin-bottom:8px!important}html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-tabs{min-height:30px!important;margin-bottom:10px!important;padding:0 0 5px!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-head{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:8px 16px!important;min-height:34px!important;margin:0 0 10px!important;padding:0!important;width:100%!important;max-width:none!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-head .pt-page-heading{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;flex:1 1 180px!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-head h1{display:block!important;font-size:var(--pt-title-size)!important;font-weight:650!important;line-height:1.3!important;letter-spacing:-.025em!important;margin:0!important;overflow-wrap:anywhere}html body #root .app-shell.potok-service-shell[data-density] .pt-page-head .page-actions{width:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:6px!important;min-width:0!important;margin:0!important;padding:0!important}html body #root .app-shell.potok-service-shell[data-density] :is(.pt-page-head,.pt-page-filters) :is(.btn,.v15-button){height:auto!important;min-height:var(--pt-control-height)!important;padding:5px 10px!important;font-size:var(--pt-control-size)!important;line-height:20px!important}html body #root .app-shell.potok-service-shell[data-density] :is(.support-v4,.profile-v4,.settings-v4,.integrations-v4,.pt-learning){gap:12px!important}html body #root .app-shell.potok-service-shell[data-density] :is(.support-v4,.profile-v4,.settings-v4,.integrations-v4,.pt-learning)>:is(.pt-page-head,.pt-page-filters,.profile-v4-chips){margin-bottom:0!important}.pt-page-head{position:relative}.pt-page-description{position:static;flex:none}html body #root .app-shell.potok-service-shell[data-density] .pt-page-description>summary{display:grid!important;place-items:center;list-style:none;cursor:pointer;color:var(--pt-muted);width:28px;height:28px;border:1px solid transparent;border-radius:8px}.pt-page-description>summary::-webkit-details-marker{display:none}.pt-page-description>summary:hover,.pt-page-description[open]>summary{background:var(--pt-white);border-color:var(--pt-line)}html body #root .app-shell.potok-service-shell[data-density] .pt-page-description>p{display:block!important;position:absolute;top:calc(100% + 5px);left:0;z-index:35;width:min(360px,75vw);max-width:360px!important;margin:0!important;padding:14px!important;background:var(--pt-white);border:1px solid var(--pt-line);border-radius:12px;box-shadow:0 8px 24px #1621361f;font-size:12px!important;line-height:1.6!important;color:var(--pt-ink-soft)!important}.pt-page-filters{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;min-width:0;width:100%;padding:8px 10px;margin:0 0 12px;border:1px solid var(--pt-line);border-radius:10px;background:var(--pt-white)}.pt-page-filters-fields{display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px;flex:1 1 420px;min-width:0}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters .pt-page-filters-fields>.field{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:3px!important;flex:1 1 135px!important;min-width:0!important;max-width:230px!important;margin:0!important;padding:0!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters.has-search .pt-page-filters-fields>.field:first-child{flex:2 1 220px!important;max-width:380px!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters .field>span{font-size:11px!important;line-height:15px!important;font-weight:500!important;color:var(--pt-muted)!important;margin:0!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters :is(input:not([type=checkbox]):not([type=radio]),select){width:100%!important;max-width:100%!important;min-width:0!important;height:var(--pt-control-height)!important;min-height:var(--pt-control-height)!important;padding:5px 9px!important;line-height:20px!important;font-size:var(--pt-control-size)!important;border:1px solid var(--pt-line)!important;border-radius:8px!important;background:var(--pt-white)!important;color:var(--pt-ink)!important}.pt-page-filters-actions{display:flex;align-items:flex-end;flex-wrap:wrap;gap:6px;margin-left:auto;min-width:0}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters .saved-filters{margin:0!important;padding:0!important;gap:6px!important;min-height:0!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters-toggle{display:none!important}.pt-page-filters :is(button,input,select):focus-visible,.pt-page-description>summary:focus-visible{outline:2px solid var(--pt-brand-ink);outline-offset:2px}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters .saved-filters label{font-size:11px!important}.pt-page-filters .saved-filters select{max-width:190px}html body #root .app-shell.potok-service-shell[data-density] .profile-v4-chips{margin:0 0 10px!important;gap:6px!important}@media (max-width:1100px){html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-context-compact>button>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}}@media (max-width:900px){html body #root .app-shell.potok-service-shell[data-density] .topbar{grid-template-columns:auto minmax(0,1fr) auto auto!important;gap:8px!important}}@media (max-width:600px){html body #root .app-shell.potok-service-shell[data-density]{--pt-page-gutter:12px;--pt-control-height:40px}html body #root .app-shell.potok-service-shell[data-density] .topbar{height:52px!important;min-height:52px!important;gap:6px!important}html body #root .app-shell.potok-service-shell[data-density] .top-actions{gap:4px!important}html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-context-compact .pt-request-state{display:none!important}html body #root .app-shell.potok-service-shell[data-density] .pt-workspace-context-compact>button{width:34px!important;min-height:36px!important;padding:0!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-head h1{font-size:var(--pt-title-mobile-size)!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-head .page-actions{width:100%!important;justify-content:flex-start!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-head .pt-page-heading{flex-basis:100%!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-description>p{left:0;right:auto;width:min(320px,calc(100vw - 32px))}.pt-page-filters{padding:8px;gap:8px}.pt-page-filters-fields{flex:1 1 100%;gap:8px}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters .pt-page-filters-fields>.field{flex:1 1 130px!important;max-width:none!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters .pt-page-filters-fields>.field:first-child{flex-basis:100%!important;max-width:none!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters:not(.is-expanded) .pt-page-filters-fields>:not(:first-child){display:none!important}html body #root .app-shell.potok-service-shell[data-density] .pt-page-filters-toggle{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:7px 10px;border:1px solid var(--pt-line);border-radius:8px;background:var(--pt-white);font:inherit;font-size:12px;color:var(--pt-ink)}.pt-page-filters-actions{flex:1 1 auto;justify-content:flex-end}}}@layer potok-design{html body .pt-row-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid var(--pt-line);border-radius:var(--pt-radius-control);background:var(--pt-white);color:var(--pt-ink-soft);cursor:pointer}html body .pt-row-menu-trigger:hover,html body .pt-row-menu-trigger[aria-expanded=true]{background:var(--pt-surface);border-color:var(--pt-line-strong)}html body .pt-row-menu-popover{position:fixed;z-index:21000;min-width:190px;max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);overflow:auto;padding:6px;border:1px solid var(--pt-line);border-radius:12px;background:var(--pt-white);color:var(--pt-ink);box-shadow:0 12px 32px #16213629;font-family:var(--pt-font)}html body .pt-row-menu-popover .table-actions{display:flex!important;flex-direction:column;align-items:stretch;gap:2px;min-width:0}html body .pt-row-menu-popover :is(button,a){display:flex!important;align-items:center;justify-content:flex-start!important;gap:9px;width:100%;min-height:36px;padding:8px 10px!important;border:0!important;border-radius:7px!important;box-shadow:none!important;background:transparent!important;color:var(--pt-ink)!important;font:inherit;font-size:13px;line-height:20px;text-decoration:none;cursor:pointer}html body .pt-row-menu-popover .btn-danger{color:var(--pt-danger)!important}html body .pt-row-menu-popover :is(button,a):hover:not(:disabled){background:var(--pt-surface)!important}html body .pt-row-menu-popover :disabled{opacity:.5;cursor:not-allowed}html body .pt-row-menu-trigger:focus-visible,html body .pt-row-menu-popover :is(button,a):focus-visible{outline:2px solid var(--pt-brand-ink);outline-offset:2px}}.work-table{min-width:0}.work-table-tools{display:flex;justify-content:flex-end;gap:12px;align-items:center;padding:10px 0;font-size:14px;flex-wrap:wrap}.work-table-tools button,.work-table-tools summary,.saved-filters button{font:inherit;padding:9px 12px;border:1px solid #dce6e7;background:#fff;border-radius:8px;color:#164952;cursor:pointer}.work-table-tools details{position:relative}.table-column-options{position:absolute;right:0;z-index:15;width:240px;max-height:340px;overflow:auto;background:#fff;padding:16px;border:1px solid #dce6e7;border-radius:12px;box-shadow:0 12px 25px #143d471a}.table-column-options label{display:flex;gap:9px;margin-bottom:12px;font-size:14px}.work-table input[type=checkbox]{width:17px;height:17px;accent-color:#0b888b}.saved-filters{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin:12px 0 20px;font-size:14px}.saved-filters label{display:flex;flex-direction:column;gap:7px}.saved-filters select,.saved-filters input{min-height:38px;border:1px solid #dce6e7;border-radius:8px;padding:8px;font:inherit}.saved-filters button:disabled{opacity:.5;cursor:default}.task-bulk{display:flex;gap:12px;align-items:end;flex-wrap:wrap;padding:18px;background:#eff7f6;border-radius:12px;margin-bottom:18px}.task-bulk p{margin:0;font-size:14px}.task-bulk label{font-size:14px;display:flex;flex-direction:column;gap:8px}.saved-filters{align-items:center;gap:12px}.saved-filters>label{display:flex;align-items:center;gap:8px}.save-filter-menu summary{cursor:pointer;color:#087f88;font-size:14px;padding:8px 0}.save-filter-menu>div{display:flex;align-items:end;gap:8px;padding:8px 0}.saved-filters button{min-height:34px;font-size:14px}@media (max-width:760px){.saved-filters{flex-wrap:wrap}.saved-filters select{max-width:100%}.saved-filters button{min-height:42px}}@layer potok-design{html body .pt-dialog.pt-section-guide-dialog{width:min(820px,100%)!important}}.pt-section-guide-current>h3{font-size:14px;margin:0 0 8px}.pt-section-guide-current>p{margin:0 0 24px;font-size:14px;line-height:1.75;color:var(--pt-muted)}.pt-section-guide-current .pt-section-guide-readonly{padding:11px 14px;border:1px solid #ead9b3;border-radius:10px;background:#fffbf2;color:#795e22;font-size:13px}.pt-section-guide-steps{list-style:none;margin:16px 0 24px;padding:0;display:grid;gap:19px}.pt-section-guide-steps li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:13px;align-items:start}.pt-section-guide-steps li>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eaf4ed;color:var(--pt-brand-ink);font-size:12px;font-weight:700}.pt-section-guide-steps h4{font-size:14px;line-height:1.45;margin:3px 0 5px;font-weight:650}.pt-section-guide-steps p{font-size:13px;line-height:1.8;margin:0;color:var(--pt-muted)}.pt-section-guide-notes{background:#f5f8f6;border:1px solid var(--pt-line);border-radius:12px;padding:15px 18px;margin-bottom:18px}.pt-section-guide-notes h3{font-size:13px;margin:0 0 8px}.pt-section-guide-notes p{font-size:13px;line-height:1.75;color:var(--pt-muted);margin:6px 0 0}.pt-section-guide-related{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 24px}.pt-section-guide-related button{display:inline-flex;align-items:center;gap:8px;min-height:34px;background:#fff;border:1px solid var(--pt-line-strong);border-radius:9px;padding:6px 10px;font:inherit;font-size:12px;color:var(--pt-brand-ink);cursor:pointer}.pt-section-guide-discovery{border-top:1px solid var(--pt-line);padding-top:18px}.pt-section-guide-discovery summary{font-size:13px;font-weight:600;cursor:pointer;padding:4px 0;color:#3b5345}.pt-section-guide-search{display:flex;align-items:center;gap:10px;border:1px solid var(--pt-line-strong);border-radius:10px;padding:0 12px;margin:18px 0 6px;color:#718075}.pt-section-guide-search input{border:0!important;box-shadow:none!important;outline:0;background:transparent;width:100%;min-width:0;height:42px;padding:8px 0;font:inherit;font-size:13px;color:var(--pt-ink)}.pt-section-guide-search:focus-within{outline:2px solid #68ae84;outline-offset:2px}.pt-section-guide-results article{display:grid;grid-template-columns:20px minmax(0,1fr) 34px;align-items:start;gap:12px;padding:16px 0;border-bottom:1px solid #edf1ee}.pt-section-guide-results article>svg{margin-top:3px;color:#42895d}.pt-section-guide-results h3{font-size:13px;margin:0 0 5px}.pt-section-guide-results p{font-size:12px;line-height:1.7;margin:0;color:#607366}.pt-section-guide-results button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--pt-line-strong);border-radius:9px;background:#fff;color:var(--pt-brand-ink);cursor:pointer}.pt-section-guide-empty{font-size:13px;line-height:1.7;color:#607366}@media (max-width:600px){.pt-section-guide-steps li{gap:10px;grid-template-columns:26px minmax(0,1fr)}.pt-section-guide-steps li>span{width:26px;height:26px}.pt-section-guide-related button{max-width:100%;text-align:left}}@layer potok-design{html body #root .app-shell.potok-service-shell .pt-sidebar-navigation{display:flex!important;flex-direction:column!important;gap:8px!important;padding:10px 10px 12px!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain}html body #root .app-shell.potok-service-shell .pt-sidebar-navigation :is(.nav-row,.pt-nav-core,.pt-nav-favorites,.pt-nav-current,.pt-nav-footer){min-width:0!important}html body #root .app-shell.potok-service-shell .pt-sidebar-navigation .nav-row{display:flex;align-items:center;margin:2px 0}html body #root .app-shell.potok-service-shell .pt-sidebar-navigation .nav-row>button,html body #root .app-shell.potok-service-shell .pt-nav-catalog-trigger{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;min-height:36px!important;margin:0!important;padding:8px 10px!important;border:1px solid transparent!important;border-radius:9px!important;box-shadow:none!important;background:transparent!important;color:var(--pt-ink-soft)!important;text-align:left!important;transition:background .16s,color .16s}html body #root .app-shell.potok-service-shell .pt-sidebar-navigation :is(.nav-row>button,.pt-nav-catalog-trigger)>b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px!important;line-height:18px!important;font-weight:500!important}html body #root .app-shell.potok-service-shell .pt-sidebar-navigation .nav-icon{display:grid!important;place-items:center!important;width:18px!important;height:18px!important;flex:none!important;background:transparent!important;border:0!important;color:inherit!important}html body #root .app-shell.potok-service-shell .pt-sidebar-navigation .nav-row>button.active{background:var(--pt-brand-soft)!important;color:var(--pt-brand-ink)!important;border-color:#ccebd8!important}html body #root .app-shell.potok-service-shell .pt-sidebar-navigation .nav-row>button:hover,html body #root .app-shell.potok-service-shell .pt-nav-catalog-trigger:hover{background:var(--pt-surface)!important}html body #root .app-shell.potok-service-shell .pt-nav-catalog-trigger>svg:last-child{margin-left:auto}html body #root .app-shell.potok-service-shell .pt-nav-catalog-search{display:flex!important;align-items:center!important;gap:9px!important;padding:8px 10px!important;min-height:36px!important;width:100%!important;background:var(--pt-canvas)!important;border:1px solid var(--pt-line)!important;border-radius:9px!important;margin:0 0 4px!important;color:var(--pt-muted)!important;font-size:12px!important}html body #root .app-shell.potok-service-shell .pt-nav-catalog-search kbd{font-size:10px;white-space:nowrap;margin-left:auto;font-family:inherit}html body #root .app-shell.potok-service-shell .pt-nav-caption{margin:10px 10px 6px!important;font-size:10px!important;line-height:16px!important;text-transform:uppercase;letter-spacing:.07em;font-weight:600!important;color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .pt-nav-footer{margin-top:auto!important;padding-top:12px!important;border-top:1px solid var(--pt-line)!important}html body #root .app-shell.potok-service-shell .pt-sidebar-navigation button:focus-visible{outline:2px solid var(--pt-brand-ink)!important;outline-offset:2px!important}@media (min-width:901px){html body #root .app-shell.potok-sidebar-collapsed .pt-sidebar-navigation :is(.nav-row>button,.pt-nav-catalog-trigger,.pt-nav-catalog-search){justify-content:center!important;padding:10px!important;min-height:40px!important}html body #root .app-shell.potok-sidebar-collapsed .pt-sidebar-navigation :is(.nav-row>button>b,.pt-nav-catalog-trigger>b,.pt-nav-catalog-trigger>svg:last-child,.pt-nav-catalog-search>span,.pt-nav-catalog-search>kbd,.pt-nav-caption){display:none!important}html body #root .app-shell.potok-sidebar-collapsed .pt-sidebar-navigation{padding:10px 8px!important;gap:10px!important}html body #root .app-shell.potok-sidebar-collapsed .pt-nav-favorites{border-top:1px solid var(--pt-line);padding-top:8px}}@media (max-width:900px){html body #root .app-shell.potok-service-shell .pt-sidebar-navigation :is(.nav-row>button,.pt-nav-catalog-trigger,.pt-nav-catalog-search){min-height:42px!important}}html body .pt-catalog-search{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding:0 12px;background:var(--pt-canvas);border:1px solid var(--pt-line-strong);border-radius:10px;color:var(--pt-muted)}html body .pt-dialog .pt-catalog-search input{background:transparent!important;border:0!important;box-shadow:none!important;padding:10px 0!important;min-height:42px!important;flex:1}html body .pt-catalog-search:focus-within{outline:2px solid var(--pt-brand-ink);outline-offset:2px}html body .pt-dialog .pt-catalog-search input:focus-visible{outline:0!important}html body .pt-catalog-search>button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--pt-muted)}html body .pt-catalog-columns{columns:3;column-gap:24px}html body .pt-catalog-columns>section{break-inside:avoid;display:inline-block;width:100%;margin:0 0 20px;padding:0}html body .pt-catalog-columns h3{font-size:11px;line-height:18px;letter-spacing:.035em;font-weight:650;text-transform:uppercase;color:var(--pt-muted);margin:0 0 8px;padding:0 9px}html body .pt-catalog-row{display:flex;align-items:center;gap:2px;border-radius:9px;margin:2px 0}html body .pt-catalog-row:hover{background:var(--pt-canvas)}html body .pt-catalog-link{display:flex;flex:1;min-width:0;gap:10px;align-items:flex-start;text-align:left;background:transparent;border:0;border-radius:9px;padding:9px;color:var(--pt-ink);font:inherit;cursor:pointer}html body .pt-catalog-link>svg{flex:none;margin-top:1px;color:var(--pt-muted)}html body .pt-catalog-link>span{display:grid;gap:3px;min-width:0}html body .pt-catalog-link b{font-size:13px;line-height:18px;font-weight:600}html body .pt-catalog-link small{font-size:11px;line-height:16px;color:var(--pt-muted)}html body .pt-catalog-link[aria-current=page]{color:var(--pt-brand-ink);background:var(--pt-brand-soft)}html body .pt-catalog-pin{display:grid;place-items:center;flex:none;width:30px;height:34px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--pt-muted);cursor:pointer}html body .pt-catalog-pin:hover{border-color:var(--pt-line-strong);background:#fff}html body .pt-catalog-pin[aria-pressed=true]{color:var(--pt-brand-ink);background:var(--pt-brand-soft)}html body .pt-catalog-count{margin-right:auto;color:var(--pt-muted);font-size:12px}html body .pt-catalog-sync{font-size:12px;color:var(--pt-warning);background:var(--pt-warning-soft);padding:10px 12px;border-radius:8px}html body .pt-catalog-empty{display:grid;justify-items:center;gap:10px;padding:40px 15px;color:var(--pt-muted);text-align:center}html body .pt-nav-context{position:fixed;z-index:22000;max-width:220px;padding:5px;border:1px solid var(--pt-line);border-radius:12px;background:var(--pt-white);box-shadow:0 12px 40px #1621362e}html body .pt-nav-context button{display:flex;align-items:center;gap:8px;width:100%;border:0;border-radius:8px;background:transparent;color:var(--pt-ink);padding:10px;font-size:12px;text-align:left}html body .pt-nav-context button:hover{background:var(--pt-surface)}html body .pt-nav-tooltip{position:fixed;z-index:22000;transform:translateY(-50%);max-width:260px;pointer-events:none;border:1px solid var(--pt-line);border-radius:9px;background:var(--pt-white);color:var(--pt-ink);padding:8px 12px;font-size:12px;box-shadow:0 8px 24px #1621361f}@media (max-width:800px){html body .pt-catalog-columns{columns:2;column-gap:16px}}@media (max-width:540px){html body .pt-catalog-columns{columns:1}html body .pt-catalog-pin{width:40px;height:40px}}}@layer potok-design{html body .pt-saved-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px;margin:0;padding:0;color:var(--pt-ink);font-size:13px}html body .pt-saved-filters>.field{display:flex;flex-direction:column;align-items:stretch;gap:5px;margin:0;min-width:170px}html body .pt-saved-filters>.field>span{color:var(--pt-muted);font-size:11px;font-weight:600}html body .pt-saved-filters select{min-height:36px;background:var(--pt-white);border:1px solid var(--pt-line-strong);border-radius:var(--pt-radius-control);color:var(--pt-ink);font:inherit}html body .pt-saved-filters .pt-saved-filter-error{flex-basis:100%;font-size:12px;color:var(--pt-muted)}}.modern-route-layer{position:static;width:100%;min-width:0;background:transparent}.modern-page{max-width:none;min-height:0;margin:0;padding:0 0 28px}.app-shell .main>.page:has(>.modern-route-layer)>*:not(.modern-route-layer):not(.password-warning):not(.pt-workspace-context):not(.pt-trial-banner){display:none!important}.modern-route-dashboard>.modern-page>.page-head{display:none!important}.modern-page .page-head p{display:none!important}.modern-page .entity-page-nav{justify-content:flex-start}.modern-status-groups{display:grid;gap:16px;padding:4px 0}.modern-status-groups>section{border-bottom:1px solid var(--line);padding:0 0 15px}.modern-status-groups>section:last-child{border-bottom:0;padding-bottom:0}.modern-status-groups>section>header{display:flex;align-items:center;gap:9px;margin-bottom:10px}.modern-status-groups>section>header>b{color:var(--muted)}.modern-status-groups>section>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}.modern-status-groups button{border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px 12px;text-align:left;display:grid;gap:3px}.modern-status-groups button:hover{border-color:#afbeb6;background:#fbfcfb}.modern-status-groups button b{color:var(--primary-strong)}.modern-status-groups button span{font-size:13px}.modern-status-groups button small{color:var(--muted)}.modern-detail-hero{background:transparent!important;border:0!important;border-radius:0!important;padding:0 0 18px!important;box-shadow:none!important}.modern-detail-hero h3{font-size:24px}.modern-page .panel>p{padding:18px;margin:0}.modern-page .pagination{padding:14px 16px}.modern-page .role-selector{max-width:380px}.modern-page .filter-bar{background:transparent;border:0;padding:0;margin-bottom:14px}.app-shell .page-head p,html[data-production-page=dashboard] .app-shell .page-head .page-actions{display:none!important}html[data-production-page=planner] .page{position:relative!important}html[data-production-page=planner] .page-head{min-height:52px!important;margin-bottom:16px!important;padding-right:0!important}html[data-production-page=planner] .page-head .page-actions{margin-left:auto!important;align-items:flex-end!important}html[data-production-page=planner] .period-bar{position:absolute!important;right:330px!important;top:27px!important;z-index:4!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;display:flex!important;justify-content:flex-end!important;align-items:end!important;gap:8px!important}html[data-production-page=planner] .period-bar .field{margin:0!important;min-width:140px!important}html[data-production-page=planner] .period-bar>.btn{margin-bottom:0!important}html[data-production-page=production] .page-actions{align-items:center!important}html[data-production-page=production] .page-actions>.tabs{margin:0!important;align-items:center!important}html[data-production-page=production] .kanban{padding-bottom:30px!important;margin-bottom:10px!important}html[data-production-page=production] .kanban-column{margin-bottom:18px!important}html[data-production-page=quality] .object-workspace-card{border:1px solid var(--line)!important;border-radius:15px!important;box-shadow:none!important;background:#fff!important}html[data-production-page=quality] .object-workspace-card>.panel-head{background:transparent!important}html[data-production-page=reports] .page-head .page-actions{display:none!important}html[data-production-page=settings] .settings-layout>.panel:nth-child(2){display:none!important}html[data-production-page=settings] .settings-layout{grid-template-columns:1fr!important}html[data-production-page=integrations] .page>.metrics,html[data-production-page=integrations] .integration-guide{display:none!important}html[data-production-page=integrations] .page>.tabs>button:first-child{display:none!important}html[data-production-page=integrations] .page .panel:has(form textarea[name=payload]){display:none!important}html[data-production-page=profile] .profile-summary{position:static!important;display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;grid-template-rows:auto auto auto auto!important;gap:5px 16px!important;align-items:center!important;padding:0 0 20px!important;margin:0 0 20px!important;border-bottom:1px solid var(--line)!important}html[data-production-page=profile] .profile-summary>p{grid-column:2!important;grid-row:2!important;margin:0!important;color:var(--muted)!important}html[data-production-page=profile] .profile-summary>span:not(.badge){grid-column:2!important;color:var(--muted)!important;font-size:12px!important}html[data-production-page=profile] .security-stack{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:16px!important;width:100%!important;align-items:start!important}@media (max-width:1200px){html[data-production-page=planner] .period-bar{position:static!important;margin:0 0 14px auto!important;justify-content:flex-end!important}}@media (max-width:900px){.modern-page{padding:0 0 26px}html[data-production-page=profile] .security-stack{grid-template-columns:1fr!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3){grid-column:auto!important}}html[data-production-page=quality] .object-workspace-card{margin-top:18px!important;border:1px solid var(--line,#e3e8e5)!important;border-radius:15px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}html[data-production-page=quality] .object-workspace-card>.panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:58px!important;padding:15px 18px!important;border-bottom:1px solid var(--line,#e3e8e5)!important;background:#fff!important}html[data-production-page=quality] .object-workspace-card>.panel-head h2,html[data-production-page=quality] .object-workspace-card>.panel-head h3{margin:0!important;font-size:15px!important;font-weight:700!important;color:var(--text,#24332c)!important}html[data-production-page=quality] .object-workspace-card>.panel-body{padding:0 18px 18px!important;background:#fff!important}html[data-production-page=quality] .object-workspace-card .workspace-tabs-wrap{margin:0 -18px 16px!important;padding:0 18px!important;border-bottom:1px solid var(--line,#e3e8e5)!important;background:#fff!important}html[data-production-page=quality] .object-workspace-card .tabs{display:flex!important;gap:4px!important;margin:0!important;padding:9px 0 0!important;border:0!important;background:transparent!important;overflow-x:auto!important}html[data-production-page=quality] .object-workspace-card .tabs button{min-height:38px!important;padding:8px 11px!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:8px 8px 0 0!important;background:transparent!important;color:var(--muted,#6f7c75)!important;font-size:13px!important;font-weight:600!important}html[data-production-page=quality] .object-workspace-card .tabs button.active{border-bottom-color:#355f49!important;background:#f5f9f6!important;color:#254334!important}html[data-production-page=quality] .object-workspace-card .workspace-section{padding:2px 0 0!important}html[data-production-page=quality] .object-workspace-card .workspace-section-head{margin-bottom:12px!important;padding-bottom:10px!important;border-bottom:1px solid var(--line,#e3e8e5)!important}html[data-production-page=quality] .object-workspace-card .workspace-task-card,html[data-production-page=quality] .object-workspace-card .workspace-file-list article,html[data-production-page=quality] .object-workspace-card .workspace-comments article{border:1px solid var(--line,#e3e8e5)!important;border-radius:11px!important;background:#fafcfb!important;box-shadow:none!important}.potok-auth-shell{--auth-ink: #103e49;--auth-muted: #708793;--auth-teal: #008f9f;--auth-line: #dce5e8;display:grid;grid-template-columns:43.4% minmax(0,1fr);min-height:100vh;min-height:100svh;background:#f3f6f6;color:var(--auth-ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;color-scheme:light}.potok-auth-shell *,.potok-auth-shell *:before,.potok-auth-shell *:after{box-sizing:border-box}.potok-auth-shell button,.potok-auth-shell input,.potok-auth-shell a{font:inherit}.potok-auth-shell button{-webkit-tap-highlight-color:transparent}.potok-auth-shell button:disabled{cursor:wait;opacity:.6}.potok-auth-shell :is(button,a,summary,input):focus-visible{outline:3px solid #18a4ad;outline-offset:4px}.potok-auth-shell p,.potok-auth-shell h1,.potok-auth-shell h2{margin:0}.potok-auth-visual{display:flex;flex-direction:column;min-width:0;padding:48px clamp(32px,4.55vw,76px) 38px;color:#f6fbfc;background-color:#0b3540;background-image:linear-gradient(#81c8ce0a 1px,transparent 1px),linear-gradient(90deg,#81c8ce0a 1px,transparent 1px),radial-gradient(ellipse at 10% 8%,#13545e80,transparent 70%),linear-gradient(155deg,#0d414b,#092e37);background-size:34px 34px,34px 34px,auto,auto}.potok-auth-brand{display:flex;align-items:center;gap:20px;font-size:38px;font-weight:700;letter-spacing:2px;line-height:1}.potok-auth-mark{position:relative;flex:0 0 43px;height:50px}.potok-auth-mark i:first-child{position:absolute;left:0;top:0;width:14px;height:44px;background:linear-gradient(145deg,#27c8cc,#0b8795);clip-path:polygon(0 18%,100% 0,100% 81%,0 100%);filter:drop-shadow(0 0 10px #10c4c04d)}.potok-auth-mark i:last-child{position:absolute;right:0;bottom:2px;width:10px;height:10px;background:#ff695f}.potok-auth-story{width:100%;margin:auto 0;padding:72px 0 100px}.potok-auth-story h1{color:#f6fbfc;font-size:clamp(38px,4.4vw,70px);line-height:1.02;letter-spacing:-.035em;font-weight:650}.potok-auth-story>p{margin-top:26px;color:#95bac4;font-size:clamp(16px,1.44vw,22px);line-height:1.42;letter-spacing:-.015em}.potok-auth-plan{position:relative;margin-top:46px;padding:28px 28px 40px;border:1px solid #68d4dc22;border-radius:20px;background:linear-gradient(145deg,#15586670,#10414c40);box-shadow:inset 0 1px #8ae2e80b}.potok-auth-plan-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.potok-auth-plan-heading strong{font-size:clamp(14px,1.23vw,19px);font-weight:600;letter-spacing:-.02em}.potok-auth-plan-heading>span{display:flex;align-items:center;gap:12px;padding:9px 12px;border:1px solid #6fced51a;border-radius:12px;background:#16687566;white-space:nowrap;font-size:13px}.potok-auth-timeline{position:relative;margin-top:20px}.potok-auth-hours{display:flex;justify-content:space-between;margin-left:22%;margin-bottom:18px;padding-right:2%;color:#6f9ca8;font-size:13px}.potok-auth-time-grid{position:absolute;top:27px;bottom:0;left:22%;right:0;background-image:repeating-linear-gradient(90deg,#8bc4c52e 0 1px,transparent 1px 33.3%);opacity:.6}.potok-auth-line{display:grid;grid-template-columns:22% minmax(0,1fr);align-items:center;height:56px;gap:0}.potok-auth-line>span{color:#d1e6eb;font-size:14px}.potok-auth-line>div{display:flex;gap:5px;height:24px;position:relative}.potok-auth-line i{display:block;border-radius:5px;background:linear-gradient(100deg,#13adb3,#28b8bd);box-shadow:inset 0 1px #acfbff1c}.potok-auth-line-1 i:nth-child(1){width:48%}.potok-auth-line-1 i:nth-child(2){width:20%;background:#518491aa}.potok-auth-line-1 i:nth-child(3){width:30%;background:#184b5544}.potok-auth-line-2 i:nth-child(1){width:30%;background:#92b9c1}.potok-auth-line-2 i:nth-child(2){width:50%;margin-left:10%}.potok-auth-line-2 i:nth-child(3){display:none}.potok-auth-line-3 i:nth-child(1){width:34%;margin-left:11%}.potok-auth-line-3 i:nth-child(2){width:19%;background:#9bbfc6}.potok-auth-line-3 i:nth-child(3){width:24%;background:#28566288}.potok-auth-now{position:absolute;top:28px;bottom:-10px;left:78%;width:1px;background:#ff6b61}.potok-auth-now:before{content:"";position:absolute;width:8px;height:8px;left:-3.5px;top:-3px;border-radius:50%;background:#ff6b61}.potok-auth-completed{position:absolute;bottom:-17px;right:-34px;display:flex;align-items:center;gap:14px;padding:16px 20px;border:1px solid #e1ecec;border-radius:13px;background:#fff;color:#103e49;box-shadow:0 12px 30px #001e2b25}.potok-auth-completed>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#a2e4e2;color:#087d88}.potok-auth-completed strong,.potok-auth-completed small{display:block;font-size:14px}.potok-auth-completed strong{font-weight:600}.potok-auth-completed small{color:#718995;margin-top:3px;font-size:13px}.potok-auth-visual .potok-auth-modules{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:auto;color:#82a8b4;font-size:clamp(11px,1.04vw,16px);white-space:nowrap}.potok-auth-workspace{display:flex;flex-direction:column;min-width:0;padding:28px clamp(32px,3.25vw,56px) 38px;background:radial-gradient(ellipse at center,#fff9,transparent 70%)}.potok-auth-topbar{display:flex;justify-content:flex-end}.potok-auth-help{display:inline-flex;align-items:center;gap:12px;min-height:36px;padding:4px 0;border:0;background:transparent;color:var(--auth-muted)}.potok-auth-help:hover{color:var(--auth-teal)}.potok-auth-form-area{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:60px 0}.potok-auth-card{width:min(100%,616px);margin:0;padding:clamp(28px,3.25vw,50px);background:#fff;border:1px solid #e3eaed;border-radius:23px;box-shadow:0 10px 45px #183f4806}.potok-auth-card-heading{display:flex;align-items:center;gap:28px;margin-bottom:42px}.potok-auth-card-heading>div{min-width:0}.potok-auth-entry-icon{display:grid;place-items:center;flex:0 0 86px;width:86px;height:86px;border-radius:20px;background:linear-gradient(130deg,#e8f6f6,#def1f3);color:#0a4c59}.potok-auth-entry-icon svg{width:40px;height:40px;stroke-width:1.7}.potok-auth-card-heading h2{font-size:clamp(28px,2.65vw,42px);line-height:1.2;letter-spacing:-.04em;font-weight:650;color:var(--auth-ink)}.potok-auth-card-heading p{margin-top:9px;color:var(--auth-muted);font-size:16px;line-height:1.45}.potok-auth-field{margin-bottom:23px}.potok-auth-field>label{display:block;margin-bottom:8px;color:var(--auth-ink);font-size:15px;font-weight:450}.potok-auth-input{position:relative;display:flex;align-items:center}.potok-auth-input input{width:100%;height:60px;padding:15px 18px;border:1px solid var(--auth-line);border-radius:11px;background:#f7f9fa;color:var(--auth-ink);font-size:16px;box-shadow:none;transition:border-color .15s,box-shadow .15s}.potok-auth-input.has-icon input{padding-left:60px}.potok-auth-input:has(.potok-auth-reveal) input{padding-right:52px}.potok-auth-input input::placeholder{color:#738994;opacity:1}.potok-auth-input input:focus{outline:none;border-color:#119ca5;background:#fff;box-shadow:0 0 0 3px #159fa41c}.potok-auth-input-icon{position:absolute;left:20px;display:flex;color:#647f8b;pointer-events:none}.potok-auth-reveal{position:absolute;right:7px;display:grid;place-items:center;width:42px;height:44px;padding:0;border:0;border-radius:8px;background:transparent;color:#607b88}.potok-auth-reveal:hover{background:#e9f0f2}.potok-auth-options{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:-1px 0 15px}.potok-auth-remember{display:inline-flex;align-items:center;gap:12px;color:var(--auth-muted);cursor:pointer;font-size:15px}.potok-auth-remember input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;flex:0 0 21px;width:21px;height:21px;margin:0;border:1.5px solid #acbdc6;border-radius:4px;background:#fff;cursor:pointer}.potok-auth-remember input:checked{background:#0f929e;border-color:#0f929e}.potok-auth-remember input:checked:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.potok-auth-shell .potok-auth-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:3px 0;border:0;background:transparent;color:var(--auth-teal);text-decoration:none;font-weight:450;line-height:1.5}.potok-auth-link:hover{text-decoration:underline;text-underline-offset:4px}.potok-auth-otp{margin:0 0 20px;color:var(--auth-muted)}.potok-auth-otp summary{display:flex;align-items:center;gap:6px;width:fit-content;padding:3px 0;list-style:none;cursor:pointer;font-size:12px}.potok-auth-otp summary::-webkit-details-marker{display:none}.potok-auth-otp[open] summary>svg:last-child{transform:rotate(180deg)}.potok-auth-otp .potok-auth-field{margin:14px 0 8px}.potok-auth-otp p{font-size:12px;line-height:1.5}.potok-auth-submit{display:flex;align-items:center;justify-content:center;gap:18px;width:100%;min-height:61px;padding:14px 18px;border:1px solid transparent;border-radius:11px;color:#fff;background:#ff625a;font-size:18px!important;font-weight:600!important;transition:background .15s,box-shadow .15s}.potok-auth-submit:hover:not(:disabled){background:#f1544e;box-shadow:0 5px 16px #ff625a24}.potok-auth-access{margin-top:30px;padding-top:24px;border-top:1px solid var(--auth-line);text-align:center}.potok-auth-access p{color:var(--auth-muted);font-size:15px;margin-bottom:2px}.potok-auth-shell .potok-auth-back{display:flex;margin:20px auto 0}.potok-auth-workspace .potok-auth-security{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:34px;color:var(--auth-muted);font-size:15px}.potok-auth-footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;color:#7c929f;font-size:14px}.potok-auth-footer a{color:inherit;text-decoration:none;font-weight:400}.potok-auth-footer a:hover{color:var(--auth-teal);text-decoration:underline}.potok-auth-feedback{display:flex;align-items:flex-start;gap:9px;margin-bottom:22px;padding:13px 15px;border:1px solid;border-radius:10px;font-size:14px;overflow-wrap:anywhere}.potok-auth-feedback svg{flex-shrink:0;margin-top:2px}.potok-auth-feedback.success{color:#1b716d;border-color:#b9e1dc;background:#edf8f5}.potok-auth-feedback.error{color:#b54240;border-color:#f0ccca;background:#fff3f2}.potok-auth-dialog{position:fixed;top:0;right:0;bottom:0;left:0;width:min(480px,calc(100% - 32px));max-height:calc(100svh - 48px);margin:auto;padding:36px;overflow:auto;border:1px solid var(--auth-line);border-radius:20px;background:#fff;color:var(--auth-ink);box-shadow:0 24px 90px #082d4230}.potok-auth-dialog::backdrop{background:#062c3a88;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.potok-auth-dialog-close{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:9px;background:transparent;color:var(--auth-muted)}.potok-auth-dialog-icon{color:#11969f;margin-bottom:20px}.potok-auth-dialog h2{font-size:25px;letter-spacing:-.025em;margin-bottom:18px}.potok-auth-dialog p{color:var(--auth-muted);font-size:15px;margin-bottom:16px}.potok-auth-dialog-register{padding-top:22px;margin-top:22px;border-top:1px solid var(--auth-line)}.potok-auth-dialog-register p{margin-bottom:4px}@media (min-width: 1700px){.potok-auth-story{max-width:580px;align-self:center}}@media (max-width: 1200px){.potok-auth-visual{padding:36px 32px 30px}.potok-auth-brand{font-size:32px;gap:16px}.potok-auth-story{padding:60px 0 80px}.potok-auth-plan{padding:20px 18px 32px}.potok-auth-plan-heading>span{font-size:11px;padding:7px 9px;gap:5px}.potok-auth-completed{right:-12px;padding:12px 14px;gap:10px}.potok-auth-line>span{font-size:12px}.potok-auth-workspace{padding:26px 30px 30px}.potok-auth-card{padding:30px}.potok-auth-card-heading{gap:17px;margin-bottom:32px}.potok-auth-entry-icon{flex-basis:60px;width:60px;height:60px;border-radius:15px}.potok-auth-entry-icon svg{width:30px;height:30px}.potok-auth-card-heading p{font-size:14px}.potok-auth-options,.potok-auth-remember{font-size:14px;gap:8px}.potok-auth-footer{font-size:12px}}@media (max-width: 900px){.potok-auth-shell{grid-template-columns:minmax(0,1fr)}.potok-auth-visual{padding:30px 32px 36px}.potok-auth-brand{font-size:28px}.potok-auth-mark{transform:scale(.8);transform-origin:left center;flex-basis:35px;height:43px}.potok-auth-story{padding:24px 0 0}.potok-auth-story h1{font-size:34px;line-height:1.13}.potok-auth-story h1 br{display:none}.potok-auth-story>p{margin-top:12px;font-size:16px}.potok-auth-story>p br{display:none}.potok-auth-plan,.potok-auth-visual .potok-auth-modules{display:none}.potok-auth-workspace{padding:18px 28px 28px}.potok-auth-form-area{padding:22px 0 40px}.potok-auth-card{padding:36px}.potok-auth-card-heading h2{font-size:32px}.potok-auth-options,.potok-auth-remember{font-size:15px}}@media (max-width: 520px){.potok-auth-visual{padding:24px}.potok-auth-brand{font-size:25px;gap:12px}.potok-auth-story{padding-top:18px}.potok-auth-story h1{max-width:330px;font-size:30px}.potok-auth-story>p{max-width:330px;font-size:14px}.potok-auth-workspace{padding:14px 16px 24px}.potok-auth-topbar{padding-right:7px}.potok-auth-help{gap:8px;font-size:14px!important}.potok-auth-form-area{padding:14px 0 30px}.potok-auth-card{padding:28px 22px;border-radius:18px}.potok-auth-card-heading{align-items:flex-start;gap:14px;margin-bottom:28px}.potok-auth-entry-icon{flex-basis:50px;width:50px;height:50px;border-radius:13px}.potok-auth-entry-icon svg{width:27px;height:27px}.potok-auth-card-heading h2{font-size:28px}.potok-auth-card-heading p{margin-top:7px;font-size:13px}.potok-auth-input input{height:56px;padding-left:15px}.potok-auth-input.has-icon input{padding-left:48px}.potok-auth-input-icon{left:16px}.potok-auth-options,.potok-auth-remember{font-size:13px}.potok-auth-remember{gap:7px}.potok-auth-remember input{flex-basis:19px;width:19px;height:19px}.potok-auth-remember input:checked:after{left:5px;top:1px}.potok-auth-access{margin-top:26px;padding-top:22px}.potok-auth-access .potok-auth-link{font-size:14px}.potok-auth-workspace .potok-auth-security{font-size:13px;margin-top:24px;gap:8px}.potok-auth-footer{justify-content:center;text-align:center;gap:8px 18px;font-size:11px}}@media (max-width: 360px){.potok-auth-card{padding:24px 18px}.potok-auth-options{flex-wrap:wrap;gap:12px}.potok-auth-card-heading h2{font-size:25px}}@media (prefers-reduced-motion: reduce){.potok-auth-shell *{transition:none!important}}:root{--bg:#f4f6f8;--surface:#fff;--surface-2:#f8fafb;--ink:#15201b;--muted:#6d7973;--line:#e3e8e5;--primary:#496c58;--primary-strong:#294a39;--primary-soft:#e9f1ec;--accent:#b9e352;--danger:#c84040;--danger-soft:#fff0f0;--warning:#a96d18;--warning-soft:#fff6e7;--success:#2f7d4a;--success-soft:#eaf7ef;--info:#346a9c;--info-soft:#ebf3fa;--shadow:0 10px 35px rgba(26,46,36,.07);--radius:15px;--sidebar:268px;font-family:Inter,Segoe UI,Arial,sans-serif;color:#15201b;background:var(--bg);font-size:14px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg)}body,input,select,textarea,button{font-family:inherit;font-size:14px;color:var(--ink)}button,input,select,textarea{font-size:max(12px,1em)}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,p{margin-top:0}h1{font-size:28px;letter-spacing:-.7px;margin-bottom:8px}h2{font-size:18px;letter-spacing:-.3px}h3{font-size:14px}small{font-size:12px}a{color:var(--primary);font-weight:700}.app-shell{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);z-index:90;background:#17251e;color:#fff;padding:20px 14px;display:flex;flex-direction:column;overflow-y:auto}.brand{display:flex;gap:11px;align-items:center;padding:0 8px 22px}.brand-mark{width:40px;height:40px;border-radius:12px;background:var(--accent);color:#183021;display:grid;place-items:center;box-shadow:0 8px 24px #b9e3522e}.brand-mark.large{width:58px;height:58px;border-radius:17px}.brand strong,.brand small{display:block}.brand strong{font-size:16px}.brand small{color:#90a197;margin-top:2px}.nav-group{margin-bottom:14px}.nav-group>span{display:block;color:#788c80;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.7px;padding:6px 12px}.nav-group button{border:0;background:transparent;color:#c5d0c9;width:100%;display:flex;gap:11px;align-items:center;border-radius:10px;padding:10px 12px;text-align:left;margin:2px 0;transition:.18s}.nav-group button b{font-weight:600}.nav-group button:hover{background:#22362c;color:#fff}.nav-group button.active{background:#2b4336;color:#fff;box-shadow:inset 3px 0 var(--accent)}.sidebar-foot{margin-top:auto;border-top:1px solid #2d4036;padding-top:13px;display:grid;grid-template-columns:1fr 40px;gap:7px}.sidebar-foot button{border:0;background:transparent;color:#fff;border-radius:10px}.sidebar-foot>button:first-child{display:flex;gap:9px;text-align:left;padding:8px}.sidebar-foot span,.sidebar-foot b,.sidebar-foot small{display:block}.sidebar-foot small{color:#8fa097;margin-top:2px}.sidebar-foot .logout:hover{background:#362626;color:#ffb2b2}.main{grid-column:2;min-width:0}.topbar{height:70px;background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:70;display:flex;justify-content:space-between;align-items:center;padding:0 28px}.topbar>div:first-of-type{display:flex;gap:7px}.crumb{color:#9aa39e}.top-actions{display:flex;align-items:center;gap:10px}.notification-button{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center;position:relative}.notification-button span{position:absolute;right:-4px;top:-4px;background:var(--danger);color:#fff;border-radius:999px;min-width:19px;height:19px;padding:0 4px;font-size:12px;display:grid;place-items:center;border:2px solid #fff}.user-chip{border:0;background:transparent;display:flex;align-items:center;gap:9px;text-align:left}.user-chip>span,.avatar{border-radius:11px;background:var(--primary-soft);color:var(--primary-strong);display:grid;place-items:center;font-weight:800}.user-chip>span{width:38px;height:38px}.user-chip b,.user-chip small{display:block}.user-chip small{color:var(--muted);margin-top:2px}.page{padding:27px 30px 50px;max-width:1800px;margin:auto}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.page-head p{color:var(--muted);max-width:760px;line-height:1.55;margin-bottom:0}.page-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.btn{border:0;border-radius:10px;min-height:39px;padding:9px 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750;white-space:nowrap;transition:.16s}.btn-primary{background:var(--primary-strong);color:#fff}.btn-primary:hover{background:#1f3d2e}.btn-secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.btn-secondary:hover{border-color:#b6c3bc;background:#f8faf9}.btn-ghost{background:transparent;color:var(--primary-strong)}.btn-danger{background:#fff0f0;color:var(--danger);border:1px solid #f0c7c7}.btn-success{background:var(--success);color:#fff}.btn.full{width:100%}.icon-btn{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:9px;display:inline-grid;place-items:center;flex:none}.icon-btn:hover{background:var(--surface-2)}.icon-btn.danger{color:var(--danger)}.mobile-menu{display:none;border:0;background:transparent}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:18px}.metrics-5{grid-template-columns:repeat(5,minmax(0,1fr))}.metrics-6{grid-template-columns:repeat(6,minmax(0,1fr))}.metric{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px 17px;position:relative;overflow:hidden;box-shadow:0 3px 12px #1c2c2406}.metric:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#cdd6d1}.metric span,.metric strong,.metric small{display:block}.metric span{color:var(--muted);font-weight:650}.metric strong{font-size:23px;margin:9px 0 4px;letter-spacing:-.5px}.metric small{color:#909a95}.metric-success:before{background:var(--success)}.metric-danger:before{background:var(--danger)}.metric-warning:before{background:#d89a30}.metric-info:before{background:var(--info)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 4px 16px #1e302706;overflow:hidden;margin-bottom:15px}.panel-head{min-height:62px;padding:15px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-head h2,.panel-head p{margin:0}.panel-head p{color:var(--muted);font-size:12px;margin-top:4px}.panel>p{padding:18px}.dashboard-grid,.split,.finance-layout,.settings-layout{display:grid;grid-template-columns:1fr 1fr;gap:15px}.finance-layout{grid-template-columns:1.1fr .9fr}.finance-layout>.panel:nth-child(n+3){grid-column:auto}.empty,.loading-block,.error-block{min-height:170px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:8px;color:var(--muted);padding:25px}.empty b,.loading-block b,.error-block b{color:var(--ink)}.error-block svg{color:var(--danger)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pulse{animation:pulse 1.3s ease-in-out infinite}@keyframes pulse{50%{opacity:.35;transform:scale(.92)}}.loading-screen{min-height:100vh;display:grid;place-content:center;text-align:center;gap:13px;color:var(--primary-strong)}.data-table-wrap{width:100%;overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:760px}.data-table th{color:#7b8781;text-transform:uppercase;font-size:12px;letter-spacing:.35px;text-align:left;background:#fafbfa;padding:11px 14px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table td{padding:12px 14px;border-bottom:1px solid #edf0ee;vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table tr:hover td{background:#fbfcfb}.data-table td small,.data-table td b{display:block}.data-table td small{color:var(--muted);margin-top:3px}.link{border:0;background:transparent;color:var(--primary-strong);font-weight:800;padding:0;text-align:left}.badge-row{display:flex;gap:6px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:750;background:#eef1ef;color:#5f6a64;white-space:nowrap}.badge-approved,.badge-active,.badge-completed,.badge-shipped,.badge-paid,.badge-resolved,.badge-available,.badge-production_output,.badge-receipt,.badge-transfer_in,.badge-opening_balance,.badge-paid_payroll{background:var(--success-soft);color:var(--success)}.badge-rejected,.badge-cancelled,.badge-critical,.badge-blocked,.badge-write_off,.badge-production_issue,.badge-order_shipment,.badge-transfer_out,.badge-overdue{background:var(--danger-soft);color:var(--danger)}.badge-conditional,.badge-rework,.badge-major,.badge-waiting_materials,.badge-partially_shipped,.badge-partially_paid,.badge-maintenance,.badge-review{background:var(--warning-soft);color:var(--warning)}.badge-in_production,.badge-running,.badge-reserved,.badge-ready,.badge-ready_to_ship,.badge-approved_payroll,.badge-operational{background:var(--info-soft);color:var(--info)}.badge-draft,.badge-planned,.badge-pending,.badge-open,.badge-archived,.badge-not_shipped,.badge-unpaid{background:#f0f2f1;color:#68736d}.danger-text{color:var(--danger)!important}.success-text{color:var(--success)!important}.warning-box,.success-box,.readonly-note{border-radius:12px;padding:13px 15px;display:flex;align-items:flex-start;gap:10px;margin:13px 0}.warning-box{background:var(--warning-soft);color:#815410}.success-box{background:var(--success-soft);color:var(--success)}.readonly-note{background:#f2f4f3;color:#66716b}.warning-box span,.success-box span,.warning-box b,.warning-box small,.success-box b,.success-box small{display:block}.progress{width:160px;height:24px;background:#edf1ef;border-radius:999px;position:relative;overflow:hidden}.progress span{position:absolute;inset:0 auto 0 0;background:#9bc75d;border-radius:999px}.progress b{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:12px}.tabs{display:flex;gap:5px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.tabs button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 13px;font-weight:700;color:#5f6a64}.tabs button span{margin-left:7px;background:#edf1ef;border-radius:999px;padding:2px 6px;font-size:12px}.tabs button.active{background:var(--primary-strong);color:#fff;border-color:var(--primary-strong)}.tabs button.active span{background:#ffffff29}.field{display:grid;gap:6px;margin-bottom:12px}.field>span{font-weight:700;color:#56635c}.field>small{color:var(--muted)}.field-wide{grid-column:1/-1}.field input,.field select,.field textarea,.head-select{width:100%;border:1px solid #ced7d2;background:#fff;border-radius:10px;padding:10px 11px;min-height:40px}.field textarea{min-height:88px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(73,108,88,.12);border-color:#799482}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 13px}.form-error{background:var(--danger-soft);border:1px solid #f1c8c8;color:var(--danger);border-radius:10px;padding:11px 13px;margin:12px 0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c161194;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;display:grid;place-items:center;padding:18px}.modal{background:#fff;width:min(640px,100%);max-height:94vh;overflow:auto;border-radius:18px;box-shadow:0 30px 90px #00000040}.modal-wide{width:min(1120px,100%)}.modal-head{position:sticky;top:0;z-index:5;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);padding:15px 19px;display:flex;justify-content:space-between;align-items:center}.modal-head h2{margin:3px 0 0}.modal-body{padding:18px 20px 21px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);padding-top:16px;margin-top:18px}.eyebrow{font-size:12px;color:var(--primary);text-transform:uppercase;letter-spacing:.65px;font-weight:800}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:18px 0 10px}.section-heading h3{margin:0}.detail-hero{display:flex;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#f4f8f5,#eef4f0);border:1px solid #dae5de;border-radius:15px;padding:18px;margin-bottom:16px}.detail-hero h3{font-size:22px;margin:10px 0 5px}.detail-hero p{color:var(--muted);margin:0}.detail-actions{display:flex;gap:8px;align-items:flex-start;flex-wrap:wrap}.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:15px}.info{border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px}.info span,.info b{display:block}.info span{font-size:12px;color:var(--muted);margin-bottom:5px}.item-editor{display:grid;gap:8px}.item-row{display:grid;grid-template-columns:2fr .7fr .8fr 38px;gap:9px;align-items:end;border:1px solid var(--line);border-radius:12px;padding:9px}.item-row .field{margin:0}.editor-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.recipe-row{display:grid;grid-template-columns:2fr .75fr .7fr 36px;gap:7px;margin-bottom:7px}.recipe-row input,.recipe-row select,.stage-editor input{border:1px solid var(--line);border-radius:8px;padding:8px}.stage-editor{display:grid;grid-template-columns:28px 1.6fr .55fr 34px 34px;gap:7px;align-items:center;margin-bottom:7px}.stage-editor>span{width:27px;height:27px;border-radius:8px;background:var(--primary-soft);display:grid;place-items:center;font-weight:800}.stage-editor>label{display:grid;place-items:center}.checks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:13px 0}.checks-grid label{border:1px solid var(--line);border-radius:10px;padding:9px}.checks-grid label span{display:flex;align-items:center;gap:7px}.checks-grid input{margin-right:6px}.criteria-editor{display:grid;gap:7px}.criteria-editor>div{display:grid;grid-template-columns:1.2fr 1fr 1fr .6fr 36px;gap:7px}.criteria-editor input{border:1px solid var(--line);border-radius:8px;padding:8px}.calendar-panel{overflow:auto}.calendar-actions{display:flex;align-items:center;gap:9px}.calendar-actions b{text-transform:capitalize}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));min-width:910px}.calendar-weekdays span{text-align:center;background:#f8faf9;border-bottom:1px solid var(--line);padding:10px;font-weight:800;color:var(--muted)}.calendar-day{border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;min-height:135px;padding:8px;text-align:left}.calendar-day.outside{background:#fafbfa;color:#a6aea9}.calendar-day.today .day-number{background:var(--primary-strong);color:#fff}.day-number{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;font-weight:800}.calendar-events{display:grid;gap:5px;margin-top:6px}.calendar-event{border-left:3px solid var(--info);background:var(--info-soft);border-radius:7px;padding:5px 7px;display:block}.calendar-event.completed{background:var(--success-soft);border-left-color:var(--success)}.calendar-event b,.calendar-event small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kanban{display:grid;grid-template-columns:repeat(6,minmax(235px,1fr));gap:11px;overflow-x:auto;padding-bottom:8px}.kanban-column{background:#e9eeeb;border-radius:14px;padding:9px;min-height:560px}.kanban-column>header{display:flex;justify-content:space-between;align-items:center;padding:6px 3px 11px}.kanban-column>header>span{background:#fff;border-radius:999px;width:27px;height:27px;display:grid;place-items:center;font-weight:800}.kanban-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px;width:100%;text-align:left;margin-bottom:8px;box-shadow:0 3px 8px #14231b08}.kanban-card>div:first-child,.kanban-card .card-foot{display:flex;justify-content:space-between;gap:8px}.kanban-card small,.kanban-card p,.kanban-card span{color:var(--muted)}.kanban-card h3{font-size:14px;margin:10px 0 5px}.kanban-card>span{display:flex;align-items:center;gap:5px}.card-foot{border-top:1px solid var(--line);padding-top:9px;margin-top:9px;font-size:12px}.timeline{padding:15px}.timeline-item{display:grid;grid-template-columns:38px 1fr;gap:11px;position:relative;padding-bottom:12px}.timeline-item:before{content:"";position:absolute;left:18px;top:35px;bottom:-2px;width:2px;background:#dde5e0}.timeline-item:last-child:before{display:none}.timeline-marker{width:36px;height:36px;border-radius:11px;background:#edf1ef;display:grid;place-items:center;font-weight:800;z-index:1}.timeline-item.completed .timeline-marker{background:var(--success);color:#fff}.timeline-item.running .timeline-marker{background:var(--info);color:#fff}.timeline-card{border:1px solid var(--line);border-radius:12px;padding:12px}.timeline-card header,.timeline-card footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.timeline-card h3{margin:0 0 3px}.timeline-card header span,.timeline-card footer span{color:var(--muted);font-size:12px}.timeline-card footer{border-top:1px solid var(--line);padding-top:9px;margin-top:9px}.alert-list,.feature-list{display:grid}.alert-list>div,.feature-list>div{display:flex;align-items:center;gap:11px;padding:11px 16px;border-bottom:1px solid var(--line)}.alert-list>div:last-child,.feature-list>div:last-child{border-bottom:0}.alert-list svg{color:var(--danger)}.alert-list span,.alert-list b,.alert-list small,.feature-list span,.feature-list b,.feature-list small{display:block}.alert-list>div>strong{margin-left:auto}.alert-list small,.feature-list small{color:var(--muted);margin-top:3px}.feature-list svg{color:var(--primary)}.status-chart{padding:15px}.status-chart>div{margin-bottom:12px}.status-chart span{display:flex;justify-content:space-between}.status-chart>div>div,.category-bars>div>div{height:6px;background:#edf1ef;border-radius:999px;margin-top:6px;overflow:hidden}.status-chart i,.category-bars i{display:block;height:100%;background:var(--primary);border-radius:999px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.entity-card,.user-card,.resource-card,.finance-account-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px;display:grid;gap:12px}.entity-card{grid-template-columns:48px 1fr 36px}.entity-icon,.resource-icon{width:46px;height:46px;border-radius:12px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.entity-title{display:flex;justify-content:space-between;gap:8px}.entity-title b,.entity-title small{display:block}.entity-title small,.entity-card p{color:var(--muted)}.entity-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding-top:10px;margin-top:8px;gap:7px}.entity-stats span,.entity-stats small,.entity-stats b{display:block}.entity-stats small{color:var(--muted)}.muted-card{opacity:.58}.tech-list{display:grid;gap:15px}.tech-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}.tech-card>header{display:flex;justify-content:space-between}.tech-card h2{margin:4px 0}.tech-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:13px 0}.tech-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.line-item{display:flex;justify-content:space-between;padding:8px 9px;border-bottom:1px solid var(--line)}.route-item{display:grid;grid-template-columns:28px 1fr;gap:8px;margin-bottom:8px}.route-item>span{width:28px;height:28px;border-radius:8px;background:var(--primary-soft);display:grid;place-items:center;font-weight:800}.route-item b,.route-item small{display:block}.route-item small{color:var(--muted)}.archived-card{background:#f7f8f7}.filter-bar,.period-bar,.role-selector{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px;display:flex;align-items:end;gap:12px;margin-bottom:15px;flex-wrap:wrap}.filter-bar .field,.period-bar .field,.role-selector .field{margin:0;min-width:170px}.quick-periods{display:flex;gap:5px;margin-left:auto}.quick-periods button{border:0;background:var(--surface-2);border-radius:8px;padding:8px 10px;color:var(--primary-strong);font-weight:700}.period-status{display:flex;align-items:center;gap:10px}.receiving-grid{display:grid;grid-template-columns:1.3fr .65fr 1fr .8fr .8fr;gap:7px;align-items:center}.receiving-grid>b{font-size:12px;color:var(--muted);text-transform:uppercase}.receiving-row{display:contents}.receiving-row input{border:1px solid var(--line);border-radius:8px;padding:8px}.supplier-card dl,.resource-card dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 0}.supplier-card dt,.resource-card dt{color:var(--muted)}.supplier-card dd,.resource-card dd{margin:0;text-align:right;font-weight:700}.inventory-editor{border:1px solid var(--line);border-radius:12px;overflow:auto;max-height:450px}.inventory-editor>div{display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:10px;padding:9px 11px;border-bottom:1px solid var(--line);align-items:center}.inventory-editor input{border:1px solid var(--line);border-radius:8px;padding:8px}.inventory-head{background:#f8faf9;color:var(--muted);text-transform:uppercase;font-size:12px}.quality-verdict{margin-bottom:13px}.pnl,.cash-flow{padding:16px}.pnl>div,.cash-flow>div{display:flex;justify-content:space-between;padding:9px;border-bottom:1px solid var(--line)}.pnl .separator{border-top:2px solid var(--line);margin-top:7px}.pnl .total{background:var(--primary-soft);border-radius:9px;margin-top:8px;border:0;font-size:16px}.account-line{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-top:1px solid var(--line)}.account-line span{display:grid;grid-template-columns:22px 1fr;column-gap:7px}.account-line small{grid-column:2;color:var(--muted)}.category-bars{padding:15px}.category-bars>div{margin-bottom:12px}.category-bars span{display:flex;justify-content:space-between}.finance-account-card>span{display:flex;justify-content:space-between}.finance-account-card strong{font-size:24px}.finance-account-card small{color:var(--muted)}.resource-card{grid-template-columns:48px 1fr}.user-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.user-card{grid-template-columns:48px 1fr 36px}.avatar{width:48px;height:48px}.avatar.xl{width:82px;height:82px;border-radius:22px;font-size:22px}.user-card p{color:var(--muted);margin:5px 0}.meta{color:var(--muted);font-size:12px}.role-selector{justify-content:space-between}.permission-legend{display:flex;gap:15px}.permission-legend span{display:flex;align-items:center;gap:6px}.view-dot,.edit-dot{width:10px;height:10px;border-radius:3px;background:var(--info)}.edit-dot{background:var(--success)}.access-toggle,.switch{display:inline-flex;align-items:center;gap:8px}.access-toggle input,.switch input{display:none}.access-toggle span,.switch span{width:38px;height:21px;border-radius:999px;background:#d9dfdc;position:relative;transition:.2s;flex:none}.access-toggle span:after,.switch span:after{content:"";position:absolute;width:17px;height:17px;background:#fff;border-radius:999px;left:2px;top:2px;box-shadow:0 1px 3px #0003;transition:.2s}.access-toggle input:checked+span{background:var(--info)}.access-toggle.edit input:checked+span,.switch input:checked+span{background:var(--success)}.access-toggle input:checked+span:after,.switch input:checked+span:after{left:19px}.settings-layout{grid-template-columns:1.1fr .9fr}.profile-card{display:grid;grid-template-columns:270px 1fr;padding:20px}.profile-summary{display:flex;flex-direction:column;align-items:center;text-align:center;border-right:1px solid var(--line);padding-right:20px}.profile-summary p,.profile-summary span{color:var(--muted)}.notification-list{display:grid;gap:9px}.notification-item{background:#fff;border:1px solid var(--line);border-radius:13px;padding:13px 15px;display:grid;grid-template-columns:42px 1fr 10px;gap:11px;text-align:left}.notification-item.unread{border-color:#b8cbbb;background:#fbfefc}.notification-icon{width:40px;height:40px;background:var(--primary-soft);border-radius:11px;display:grid;place-items:center;color:var(--primary)}.notification-item b,.notification-item p,.notification-item small{display:block}.notification-item p{color:var(--muted);margin:4px 0}.notification-item small{color:#9aa39e}.notification-item>i{width:8px;height:8px;border-radius:999px;background:var(--accent);align-self:center}.toast{position:fixed;right:24px;bottom:24px;z-index:500;background:#20332a;color:#fff;box-shadow:0 16px 50px #00000040;border-radius:12px;padding:12px 15px;display:flex;align-items:center;gap:9px;max-width:420px}.toast-error{background:#7f2525}.login-shell{min-height:100vh;background:#16251d;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;padding:6vw}.login-visual{max-width:650px;color:#fff}.login-visual>span{display:block;color:var(--accent);font-weight:800;margin:20px 0 8px}.login-visual h1{font-size:48px;line-height:1.1;letter-spacing:-1.5px}.login-visual>p{font-size:17px;color:#adc0b5;line-height:1.6}.login-points{display:grid;gap:9px;margin-top:28px}.login-points span{display:flex;align-items:center;gap:9px;color:#d4dfd8}.login-points svg{color:var(--accent)}.login-card{background:#fff;border-radius:22px;padding:34px;width:min(440px,100%);justify-self:end;box-shadow:0 40px 100px #00000040}.login-card h2{font-size:27px;margin:7px 0}.login-card>p{color:var(--muted);margin-bottom:20px}.mobile-overlay{display:none}@media (max-width:1450px){.metrics-6,.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1150px){.metrics,.metrics-5,.card-grid,.user-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.finance-layout{grid-template-columns:1fr}.detail-grid{grid-template-columns:repeat(2,1fr)}.login-shell{grid-template-columns:1fr}.login-visual{display:none}.login-card{justify-self:center}}@media (max-width:860px){.app-shell{grid-template-columns:1fr}.main{grid-column:1}.sidebar{transform:translate(-105%);transition:.22s}.sidebar.open{transform:none}.mobile-menu{display:inline-grid}.mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:80}.page{padding:19px 16px 40px}.topbar{padding:0 15px}.crumb,.user-chip div{display:none}.page-head{flex-direction:column}.editor-columns,.tech-columns,.settings-layout,.profile-card{grid-template-columns:1fr}.profile-summary{border-right:0;border-bottom:1px solid var(--line);padding:0 0 18px;margin-bottom:18px}.product-grid,.checks-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:590px){.metrics,.metrics-5,.metrics-6,.card-grid,.product-grid,.user-grid,.form-grid,.detail-grid,.tech-summary,.checks-grid{grid-template-columns:1fr}.page-actions{width:100%}.page-actions .btn{flex:1}.item-row,.recipe-row,.stage-editor,.criteria-editor>div{grid-template-columns:1fr}.detail-hero{flex-direction:column}.detail-actions{width:100%}.detail-actions .btn{flex:1}.modal-backdrop{padding:5px}.modal{max-height:99vh;border-radius:14px}.modal-body{padding:14px}.quick-periods{margin-left:0;flex-wrap:wrap}.login-shell{padding:16px}.login-card{padding:24px}.entity-stats{grid-template-columns:1fr 1fr}.receiving-grid{display:block}.receiving-grid>b{display:none}.receiving-row{display:grid;grid-template-columns:1fr;margin-bottom:15px;border:1px solid var(--line);padding:10px;border-radius:10px}}@media print{.sidebar,.topbar,.page-actions,.period-bar,.tabs,.btn,.icon-btn,.toast,.mobile-overlay{display:none!important}.main{grid-column:1}.page{padding:0;max-width:none}.panel,.metric{box-shadow:none;break-inside:avoid}body{background:#fff}.app-shell{display:block}}.wide-panel{grid-column:1/-1}.finance-trend{min-height:230px;padding:22px;display:flex;align-items:flex-end;gap:18px;overflow-x:auto}.trend-column{min-width:72px;flex:1;text-align:center}.trend-bars{height:160px;display:flex;align-items:flex-end;justify-content:center;gap:7px;border-bottom:1px solid var(--line);margin-bottom:9px}.trend-bars i{display:block;width:18px;border-radius:6px 6px 2px 2px;transition:.2s}.trend-bars .income{background:linear-gradient(180deg,#70b98a,var(--success))}.trend-bars .expense{background:linear-gradient(180deg,#ef8c8c,var(--danger))}.trend-column b,.trend-column small{display:block}.trend-column small{font-size:12px;color:var(--muted);margin-top:3px}.gantt{min-width:980px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.gantt-axis,.gantt-row{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--line)}.gantt-axis>span,.gantt-resource{padding:13px 15px;border-right:1px solid var(--line);background:#f7faf8}.gantt-axis>div{display:grid;grid-template-columns:repeat(8,1fr);align-items:center;color:var(--muted);font-size:12px}.gantt-axis b{text-align:center;border-left:1px dashed #dfe7e2;padding:10px 0}.gantt-resource b,.gantt-resource small{display:block}.gantt-resource small{color:var(--muted);margin-top:3px}.gantt-track{position:relative;min-height:68px;background:repeating-linear-gradient(90deg,#fff 0,#fff calc(12.5% - 1px),#edf2ef calc(12.5% - 1px),#edf2ef 12.5%)}.gantt-operation{position:absolute;top:10px;height:47px;border:0;border-radius:9px;padding:6px 9px;overflow:hidden;text-align:left;box-shadow:0 4px 12px #18372724;background:#315f49;color:#fff;min-width:22px}.gantt-operation.block{background:#69756f}.gantt-operation.maintenance{background:#7b6d9b}.gantt-operation.repair{background:#a74343}.gantt-operation.cleaning,.gantt-operation.setup{background:#5d7898}.gantt-operation b,.gantt-operation small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gantt-operation small{opacity:.8;font-size:12px}.planner-actions{justify-content:flex-end;margin-bottom:14px}.risk-box{display:flex;gap:11px;align-items:flex-start;padding:13px 15px;border-radius:12px;margin:13px 0}.risk-box span,.risk-box b,.risk-box small{display:block}.risk-box small{margin-top:3px}.risk-green{background:#eaf7ef;color:#20633a}.risk-yellow{background:#fff6da;color:#785d10}.risk-red{background:#feeaea;color:#8a2424}.period-module{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:9px;padding:7px 9px;font-weight:700;background:#fff}.period-module.closed{background:#f2eaea;color:#7f3030;border-color:#e5caca}.period-module.open{background:#eaf7ef;color:#23643c;border-color:#c9e4d2}.collaboration-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.comment-list,.attachment-list{display:grid;gap:9px;margin:12px 0}.comment{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:11px;border:1px solid var(--line);border-radius:12px;background:#fbfcfb}.avatar.small{width:36px;height:36px;border-radius:10px}.comment b,.comment small{display:block}.comment small{color:var(--muted);font-size:12px}.comment p{margin:6px 0 0;white-space:pre-wrap}.attachment-list .attachment-button{width:100%;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:11px;padding:10px;background:#fff;text-align:left;color:inherit}.attachment-button span,.attachment-button b,.attachment-button small{display:block}.attachment-button small{color:var(--muted)}.warning-text{color:#a56a12}.page .panel>.gantt{overflow-x:auto}.period-bar .btn{align-self:end}@media (max-width:860px){.collaboration-grid{grid-template-columns:1fr}.gantt{min-width:760px}.gantt-axis,.gantt-row{grid-template-columns:170px 1fr}}.kanban-column>header>div{display:flex;align-items:center;gap:8px}.kanban-column>header>div b{font-size:13px}.kanban-status-dot{width:9px;height:9px;border-radius:999px;background:#94a39b;box-shadow:0 0 0 4px #94a39b1f}.kanban-column.status-planned .kanban-status-dot{background:#87948d}.kanban-column.status-waiting_materials .kanban-status-dot{background:#d89a30}.kanban-column.status-reserved .kanban-status-dot{background:#4489b5}.kanban-column.status-in_production .kanban-status-dot{background:#426fa8}.kanban-column.status-quality_control .kanban-status-dot{background:#8a63b6}.kanban-column.status-completed .kanban-status-dot{background:#3d8b61}.table-actions{display:flex;align-items:center;gap:5px;white-space:nowrap}.audit-action{display:inline-flex;min-height:25px;align-items:center;padding:4px 9px;border-radius:999px;background:#eef3f0;color:#315b43;font-weight:750;font-size:12px}.data-table td>span>small{display:block;color:var(--muted);margin-top:3px}.planner-actions{margin-bottom:12px}.gantt-operation.draggable{cursor:grab}.gantt-operation.draggable:active{cursor:grabbing;opacity:.72}.gantt-track:has(.gantt-operation[draggable=true]){transition:background-color .15s ease}.gantt-track:hover{background-color:#2563eb09}.aps-v7{display:grid;gap:18px}.aps-v7>.tabs{margin-top:4px}.job-progress{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:14px;align-items:center;padding:14px 0}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.aps-v7 .data-table td{vertical-align:top}.aps-v7 .data-table td:nth-child(4){max-width:420px}.aps-v7 .badge.critical,.badge.critical{background:#fee2e2;color:#991b1b}.aps-v7 .badge.high,.badge.high{background:#ffedd5;color:#9a3412}.aps-v7 .badge.low,.badge.low{background:#dcfce7;color:#166534}@media (max-width:900px){.job-progress{grid-template-columns:1fr}.aps-v7 .table-actions{flex-direction:column}}.profile-security-grid{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);gap:18px;align-items:start}.security-stack{display:grid;gap:18px}.success-box{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid #bbf7d0;background:#f0fdf4;margin-bottom:14px}.success-box svg{color:#15803d}.success-box span{display:grid;gap:3px}.success-box small{color:var(--muted)}@media (max-width:1100px){.profile-security-grid{grid-template-columns:1fr}}.login-link{border:0;background:transparent;color:var(--accent,#2357d8);font:inherit;font-weight:700;cursor:pointer;padding:8px 0;text-align:center;width:100%}.login-link:hover{text-decoration:underline}.success-box.compact{margin-bottom:12px;padding:10px 12px}.success-box.compact span{display:block}.table-note{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.row-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 0 2px;color:var(--muted)}.filter-bar.compact{margin-bottom:14px}.setup-steps{display:grid;gap:9px}.setup-steps>div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);background:#fbfcfb}.setup-steps>div.complete{background:#f0f8f3;border-color:#c9e4d2}.setup-steps svg{width:20px;height:20px;color:#8b9a92}.setup-steps .complete svg{color:var(--success)}.setup-steps span,.setup-steps b,.setup-steps small{display:block}.setup-steps small{color:var(--muted);margin-top:3px}.trace-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:18px}.trace-summary{display:flex;gap:16px;align-items:center;flex-wrap:wrap;padding:12px 14px;background:#f5f8f6;border:1px solid var(--line);margin-bottom:14px}.selection-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:280px;overflow:auto;margin:12px 0}.selection-list label{display:flex;gap:9px;align-items:center;border:1px solid var(--line);padding:9px 11px;background:#fff}.json-preview{max-width:520px;max-height:120px;overflow:auto;white-space:pre-wrap;font:12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;background:#f6f8f7;padding:8px;border:1px solid var(--line)}.custom-values-form{display:grid;gap:12px}.empty-state{padding:24px;text-align:center;color:var(--muted);border:1px dashed var(--line);background:#fafcfa}.check-grid{display:flex;gap:20px;flex-wrap:wrap}.link{border:0;background:transparent;color:var(--accent);font:inherit;font-weight:750;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.data-table{min-width:760px}.panel:has(.data-table){overflow-x:auto}@media (max-width:1050px){.trace-grid{grid-template-columns:1fr}}@media (max-width:650px){.selection-list{grid-template-columns:1fr}.pagination{justify-content:space-between}.pagination span{font-size:12px;text-align:center}.setup-steps>div{grid-template-columns:24px 1fr}.setup-steps>div>.btn{grid-column:2}}.new-sections-button{border:1px solid #b8cbbb;background:#f4faf6;color:var(--primary-strong);border-radius:10px;min-height:39px;padding:8px 12px;display:flex;align-items:center;gap:7px;font-weight:800}.new-sections-button:hover{background:var(--primary-soft)}@media (max-width:860px){.new-sections-button{display:none}}.trace-graph{display:flex;gap:18px;overflow:auto;padding:12px 0;align-items:flex-start}.trace-level{display:flex;flex-direction:column;gap:10px;min-width:190px}.trace-node{border:1px solid var(--border);padding:12px;display:grid;grid-template-columns:auto 1fr;gap:4px 8px;background:var(--surface)}.trace-node svg{grid-row:1/4}.trace-node small,.trace-node span{grid-column:2}.trace-node.batch{border-left:4px solid #6656ed}.trace-node.lot{border-left:4px solid #27a56b}.metric.danger{border-top:3px solid #d84b4b}.metric.warning{border-top:3px solid #d99a32}.metric.info{border-top:3px solid #4e78d8}.metric.success{border-top:3px solid #27a56b}.global-search-trigger{height:39px;border:1px solid var(--line);background:#fff;border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 10px;color:var(--muted);font-weight:700}.global-search-trigger kbd{font-size:12px;background:#f1f4f2;border:1px solid var(--line);border-radius:5px;padding:2px 5px}.global-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0a140f75;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:flex-start;padding-top:9vh}.global-search-dialog{width:min(720px,92vw);max-height:76vh;background:#fff;border-radius:16px;box-shadow:0 25px 80px #0000003d;overflow:hidden}.global-search-dialog>header{height:62px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:24px 1fr 38px;align-items:center;gap:10px;padding:0 16px}.global-search-dialog input{border:0;outline:0;font-size:17px;width:100%}.global-search-dialog header button{border:0;background:transparent}.global-search-results{max-height:calc(76vh - 62px);overflow:auto;padding:8px}.global-search-results>button{width:100%;border:0;background:#fff;border-radius:10px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;text-align:left}.global-search-results>button:hover{background:#f4f8f5}.global-search-results b,.global-search-results small{display:block}.global-search-results small{color:var(--muted);margin-top:3px}.global-search-results>p{text-align:center;color:var(--muted);padding:35px}.search-empty{min-height:220px;display:grid;place-items:center;align-content:center;gap:7px;color:var(--muted)}.search-empty svg{width:36px;height:36px}.search-empty b{color:var(--ink);font-size:17px}.entity-picker{position:relative;margin-bottom:12px}.entity-picker>label{display:block;font-weight:700;font-size:12px;color:var(--muted);margin-bottom:6px}.entity-picker>label em{color:var(--danger);font-style:normal;margin-left:3px}.entity-picker-input{position:relative;display:flex;align-items:center}.entity-picker-input>svg{position:absolute;left:11px;color:var(--muted)}.entity-picker-input>input{width:100%;border:1px solid var(--line);border-radius:9px;min-height:40px;padding:8px 10px 8px 35px;background:#fff}.entity-picker-menu{position:absolute;z-index:120;left:0;right:0;top:44px;background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:var(--shadow);max-height:260px;overflow:auto;padding:5px}.entity-picker-menu button{width:100%;border:0;background:#fff;border-radius:8px;padding:9px;text-align:left}.entity-picker-menu button:hover{background:#f3f7f4}.entity-picker-menu b,.entity-picker-menu small{display:block}.entity-picker-menu small{color:var(--muted);margin-top:2px}.entity-picker-hint{display:block;padding:16px;text-align:center;color:var(--muted)}.entity-picker-selected{border:1px solid #bfd4c5;background:#f3f9f5;border-radius:9px;min-height:42px;padding:7px 9px;display:flex;justify-content:space-between;align-items:center}.entity-picker-selected b,.entity-picker-selected small{display:block}.entity-picker-selected small{color:var(--muted);margin-top:2px}.entity-picker-selected button{border:0;background:transparent}.inline-form{display:flex;align-items:end;gap:12px;padding:16px;flex-wrap:wrap}.inline-form>.field{min-width:210px;margin:0}.operator-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.operator-stage{padding:16px;display:grid;gap:13px}.operator-stage>div{display:flex;gap:8px;flex-wrap:wrap}.code-result{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px;padding:12px;background:#f3f8f5;border:1px solid var(--line);border-radius:10px}.diagnostic-list{display:grid;gap:8px;padding:14px}.diagnostic-item{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;border:1px solid var(--line);padding:11px;border-radius:10px}.diagnostic-item>span{width:34px;height:34px;display:grid;place-items:center;background:#eef3f0;border-radius:9px}.diagnostic-item b,.diagnostic-item small{display:block}.diagnostic-item small{color:var(--muted);margin-top:2px}.diagnostic-item.ok{border-color:#c6e4d0;background:#f5fbf7}.diagnostic-item.error{border-color:#efcccc;background:#fff7f7}.tabs{display:flex;gap:5px;margin-bottom:14px}.tabs>button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 13px;font-weight:700}.tabs>button.active{background:var(--primary-strong);color:#fff;border-color:var(--primary-strong)}@media (max-width:1200px){.operator-board{grid-template-columns:repeat(2,minmax(0,1fr))}.global-search-trigger span,.global-search-trigger kbd{display:none}}@media (max-width:750px){.operator-board{grid-template-columns:1fr}.global-search-trigger{display:none}.global-search-overlay{padding-top:3vh}.inline-form{display:grid;align-items:stretch}.inline-form>.field{min-width:0}}.entity-multi-picker{display:grid;gap:8px}.entity-multi-picker-list{display:flex;flex-wrap:wrap;gap:7px;min-height:40px;padding:8px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2)}.entity-multi-picker-list:empty:before{content:"Ничего не выбрано";color:var(--muted);align-self:center}.entity-multi-picker-chip{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:6px 9px;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-weight:700}.entity-multi-picker-chip button{border:0;background:transparent;color:inherit;padding:0;display:grid;place-items:center}.scan-result{display:grid;gap:8px;margin-top:12px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.scan-result b,.scan-result small{display:block}.scan-result small{color:var(--muted)}:root{--sidebar:292px}.sidebar{padding:18px 12px}.sidebar nav{padding-right:2px}.nav-group{margin-bottom:18px}.nav-group>span{padding:7px 13px 5px;color:#82958a}.nav-group button{min-height:42px;padding:9px 12px;gap:10px;align-items:flex-start}.nav-group button .nav-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px;margin-top:1px}.nav-group button .nav-icon svg{flex:none}.nav-group button b{min-width:0;line-height:1.35;white-space:normal;overflow-wrap:anywhere}.brand>div:last-child{min-width:0}.brand small{line-height:1.35}.sidebar-foot>button:first-child>svg{flex:none}.sidebar-foot>button:first-child>span{min-width:0}.sidebar-foot b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar{padding:0 30px;gap:20px}.topbar>div:first-of-type{min-width:180px}.top-actions{min-width:0}.page{padding:30px 34px 64px}.panel{border-radius:13px}.page-head{margin-bottom:24px}.page-head h1{margin-bottom:7px}.form-grid{gap:14px}.data-table th,.data-table td{padding-top:12px;padding-bottom:12px}.overview-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.overview-section{background:#fff;border:1px solid var(--line);border-radius:15px;padding:19px;margin-bottom:20px}.overview-section>header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.overview-section h2{margin:3px 0 0;font-size:19px}.overview-actions{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.overview-actions button{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:13px;min-height:88px;display:grid;grid-template-columns:38px 1fr 18px;align-items:center;gap:9px;text-align:left}.overview-actions button:hover{background:var(--primary-soft);border-color:#bfd0c4}.overview-actions button>span{width:38px;height:38px;border-radius:10px;background:#fff;display:grid;place-items:center;color:var(--primary-strong)}.overview-actions button div{min-width:0}.overview-actions b,.overview-actions small{display:block}.overview-actions small{color:var(--muted);margin-top:4px;line-height:1.35}.overview-actions>button>svg{color:#8d9a93}.overview-main{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr);gap:18px;margin-bottom:18px}.overview-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.overview-health{display:grid;gap:10px;padding:14px}.overview-health>div{display:flex;gap:11px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2)}.overview-health svg{color:var(--primary);flex:none}.overview-health b,.overview-health small{display:block}.overview-health small{color:var(--muted);margin-top:3px}.enterprise-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:18px;margin-bottom:18px}.feature-flag-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.feature-flag-grid button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:15px;text-align:left;min-height:104px}.feature-flag-grid button.enabled{border-color:#bcd2c2;background:#f3f9f5}.feature-flag-grid button span{display:flex;align-items:center;gap:9px}.feature-flag-grid button svg{color:var(--primary);flex:none}.feature-flag-grid button small{display:block;color:var(--muted);margin-top:12px}.integration-guide{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.integration-guide>div{background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px;display:grid;grid-template-columns:34px 1fr;gap:3px 10px}.integration-guide span{grid-row:1/3;width:32px;height:32px;border-radius:9px;background:var(--primary-soft);color:var(--primary-strong);display:grid;place-items:center;font-weight:900}.integration-guide b,.integration-guide small{display:block}.integration-guide small{color:var(--muted);line-height:1.35}.connection-state{height:34px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;font-weight:800;font-size:12px}.connection-state.online{background:var(--success-soft);color:var(--success)}.connection-state.offline{background:var(--warning-soft);color:var(--warning)}.operator-stage-meta{display:flex;justify-content:space-between;align-items:center}.operator-quality-mark{font-size:12px;font-weight:900;color:var(--warning);background:var(--warning-soft);padding:4px 7px;border-radius:999px}@media (max-width:1450px){.overview-actions,.feature-flag-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1100px){.overview-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-main,.overview-bottom,.enterprise-grid{grid-template-columns:1fr}.integration-guide,.feature-flag-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page{padding:24px}}@media (max-width:700px){.overview-kpis,.overview-actions,.integration-guide,.feature-flag-grid{grid-template-columns:1fr}.topbar{padding:0 14px}.page{padding:18px 14px 45px}.overview-section{padding:14px}}.restore-checks{display:grid;gap:8px;margin-top:12px}.restore-checks>div{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2)}.restore-checks>div.ok{border-color:#c6e4d0;background:#f5fbf7}.restore-checks>div.error{border-color:#efcccc;background:#fff7f7}.offline-queue-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:var(--warning-soft);color:var(--warning);font-size:12px;font-weight:800}.registry-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.registry-toolbar>div{display:flex;gap:8px;flex-wrap:wrap}.cmms-status-actions{display:flex;gap:6px;flex-wrap:wrap}.cmms-status-actions button{min-height:32px;padding:6px 9px}.enterprise-grid>.panel,.overview-main>.panel,.overview-bottom>.panel{min-width:0}.data-table td{vertical-align:middle}.data-table td>*{max-width:100%}@media (max-width:900px){.sidebar{width:min(88vw,var(--sidebar))}.top-actions{gap:7px}.new-sections-button{font-size:0;padding:9px}.new-sections-button svg{margin:0}.page-head{align-items:flex-start}.page-head>div:last-child{width:100%;justify-content:flex-start;flex-wrap:wrap}}.one-c-capabilities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px}.one-c-capabilities>div{border:1px solid var(--line);background:var(--surface-2);border-radius:11px;padding:13px}.one-c-capabilities b{display:block;margin-bottom:6px}.one-c-capabilities p{margin:0;color:var(--muted);line-height:1.55;font-size:13px}@media (max-width:900px){.one-c-capabilities{grid-template-columns:1fr}}.saas-loading{padding:42px;text-align:center;color:var(--muted)}.saas-plan-hero{display:flex;justify-content:space-between;gap:32px;align-items:center;padding:28px 30px;border:1px solid var(--line);background:linear-gradient(135deg,#6656ed21,#ffffff05);border-radius:18px;margin-bottom:18px}.saas-plan-hero h2{font-size:30px;margin:5px 0 8px}.saas-plan-hero p{max-width:700px;color:var(--muted);margin:0}.saas-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:var(--primary);font-weight:800}.saas-inline-badges{display:flex;flex-wrap:wrap;gap:9px 14px;align-items:center;margin-top:18px;color:var(--muted);font-size:13px}.saas-plan-price{text-align:right;white-space:nowrap}.saas-plan-price b{display:block;font-size:31px}.saas-plan-price small{color:var(--muted)}.saas-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.saas-usage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.saas-usage-grid small{display:block;margin-top:8px;color:var(--muted)}.saas-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:16px}.saas-plan-card{position:relative;border:1px solid var(--line);border-radius:16px;padding:22px;background:var(--surface-2);display:flex;flex-direction:column;min-height:390px}.saas-plan-card.current{border-color:var(--primary);box-shadow:0 0 0 2px #6656ed1f}.saas-current-plan{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:12px;font-weight:800;margin-bottom:8px}.saas-plan-card h3{font-size:21px;margin:0 0 7px}.saas-plan-card>p{color:var(--muted);min-height:44px}.saas-plan-card-price{font-size:27px;font-weight:850;margin-top:10px}.saas-plan-card-price small{font-size:13px;color:var(--muted);font-weight:500}.saas-plan-card-annual{color:var(--muted);font-size:13px;margin:4px 0 12px}.saas-plan-card ul{padding:0;margin:5px 0 20px;list-style:none;display:grid;gap:8px;color:var(--muted);font-size:13px}.saas-plan-card li:before{content:"✓";color:var(--primary);font-weight:900;margin-right:8px}.saas-plan-actions{display:grid;gap:8px;margin-top:auto}.saas-plan-actions .button{width:100%}.saas-two-columns{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:16px}.saas-billing-form{display:grid;gap:14px}.saas-announcements{display:grid;gap:12px}.saas-announcements article{border:1px solid var(--line);border-radius:13px;padding:15px;background:var(--surface-2)}.saas-announcements article span{display:flex;align-items:center;gap:8px}.saas-announcements p{color:var(--muted);margin:8px 0;white-space:pre-wrap}.saas-announcements small{color:var(--muted)}.table-actions{display:flex;flex-wrap:wrap;gap:7px}.support-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:16px;min-height:610px}.support-list-panel,.support-thread-panel{margin:0}.support-list{display:grid;gap:7px;max-height:660px;overflow:auto}.support-list>button{position:relative;text-align:left;border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:13px 14px;color:inherit}.support-list>button:hover,.support-list>button.active{border-color:var(--primary);background:#6656ed14}.support-list>button span{display:flex;justify-content:space-between;gap:9px;align-items:start}.support-list>button b{font-size:13px;line-height:1.35}.support-list>button small{display:block;color:var(--muted);margin-top:6px}.support-list>button em{position:absolute;right:8px;bottom:7px;background:var(--primary);color:#fff;font-style:normal;border-radius:999px;min-width:20px;padding:2px 6px;text-align:center;font-size:11px}.support-thread-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--muted);font-size:13px;padding-bottom:12px;border-bottom:1px solid var(--line)}.support-messages{height:455px;overflow:auto;padding:18px 4px;display:flex;flex-direction:column;gap:12px}.support-messages article{max-width:78%;border:1px solid var(--line);border-radius:15px 15px 15px 4px;padding:11px 13px;background:var(--surface-2)}.support-messages article.customer{align-self:flex-end;background:#6656ed24;border-color:#6656ed4d;border-radius:15px 15px 4px}.support-messages header{font-weight:800;font-size:12px;display:flex;justify-content:space-between;gap:20px}.support-messages header small{font-weight:400;color:var(--muted)}.support-messages p{white-space:pre-wrap;margin:7px 0 0;line-height:1.5}.support-reply{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;border-top:1px solid var(--line);padding-top:14px}.support-reply textarea{min-height:74px;resize:vertical}.support-placeholder{height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted);gap:10px}.support-placeholder b{color:var(--text);font-size:17px}.support-placeholder p{margin:0}.support-rating{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border-top:1px solid var(--line)}.support-rating button{border:1px solid var(--line);background:var(--surface-2);color:inherit;width:34px;height:34px;border-radius:9px}.support-rating button:hover,.support-rating button.active{border-color:var(--primary);background:var(--primary);color:#fff}.saas-support-create{display:grid;gap:14px}@media (max-width:1200px){.saas-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.saas-plan-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width:900px){.saas-plan-hero{align-items:flex-start;flex-direction:column}.saas-plan-price{text-align:left}.saas-two-columns,.support-layout{grid-template-columns:1fr}.support-list{max-height:300px}.saas-plan-grid,.saas-usage-grid{grid-template-columns:1fr}.saas-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.support-messages{height:430px}}@media (max-width:560px){.saas-metrics{grid-template-columns:1fr}.saas-plan-hero{padding:20px}.support-reply{grid-template-columns:1fr}.support-messages article{max-width:94%}}:root{--ui-refresh-shadow: 0 18px 50px rgba(27, 52, 39, .08);--ui-refresh-shadow-soft: 0 8px 24px rgba(27, 52, 39, .06);--ui-refresh-border: #dde6e1;--ui-refresh-surface: rgba(255, 255, 255, .96)}.password-warning,.global-search-trigger,.top-actions>.new-sections-button,.topbar .crumb{display:none!important}.topbar{height:66px;padding-inline:30px;background:#fafcfbeb;box-shadow:0 1px #172f220a}.topbar>div:first-of-type{gap:0;align-items:center}.topbar>div:first-of-type>b{font-size:15px;letter-spacing:-.15px}.top-actions{gap:8px}.notification-button,.user-chip>span{box-shadow:0 4px 14px #1e372a0d}.page{padding-top:30px}html[data-production-page=dashboard] .page-head,html[data-production-page=calendar] .page-head,html[data-production-page=orders] .page-head,html[data-production-page=planner] .page-head,html[data-production-page=mrp] .page-head,html[data-production-page=sop] .page-head,html[data-production-page=operator] .page-head,html[data-production-page=production] .page-head,html[data-production-page=material_balance] .page-head{padding:20px 22px;margin-bottom:18px;border:1px solid var(--ui-refresh-border);border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(185,227,82,.13),transparent 31%),linear-gradient(135deg,#fff,#f8fbf9);box-shadow:var(--ui-refresh-shadow-soft)}html[data-production-page=dashboard] .page-head h1,html[data-production-page=calendar] .page-head h1,html[data-production-page=orders] .page-head h1,html[data-production-page=planner] .page-head h1,html[data-production-page=mrp] .page-head h1,html[data-production-page=sop] .page-head h1,html[data-production-page=operator] .page-head h1,html[data-production-page=production] .page-head h1,html[data-production-page=material_balance] .page-head h1{font-size:clamp(25px,2vw,31px);margin-bottom:6px}html[data-production-page=dashboard] .page-head p{display:none}html[data-production-page=calendar] .panel,html[data-production-page=orders] .panel,html[data-production-page=planner] .panel,html[data-production-page=mrp] .panel,html[data-production-page=sop] .panel,html[data-production-page=operator] .panel,html[data-production-page=production] .panel,html[data-production-page=material_balance] .panel{border-color:var(--ui-refresh-border);border-radius:17px;box-shadow:var(--ui-refresh-shadow-soft)}html[data-production-page=orders] .metric,html[data-production-page=operator] .metric{border-color:var(--ui-refresh-border);border-radius:16px;box-shadow:var(--ui-refresh-shadow-soft)}html[data-production-page=orders] .metric strong,html[data-production-page=operator] .metric strong{font-size:25px}html[data-production-page=orders] .data-table th,html[data-production-page=mrp] .data-table th,html[data-production-page=sop] .data-table th,html[data-production-page=material_balance] .data-table th,html[data-production-page=production] .data-table th{background:#f6f9f7;color:#64736b;padding-block:12px}html[data-production-page=orders] .data-table td,html[data-production-page=mrp] .data-table td,html[data-production-page=sop] .data-table td,html[data-production-page=material_balance] .data-table td,html[data-production-page=production] .data-table td{padding-block:14px}html[data-production-page=orders] .data-table tbody tr:hover td,html[data-production-page=mrp] .data-table tbody tr:hover td,html[data-production-page=sop] .data-table tbody tr:hover td,html[data-production-page=material_balance] .data-table tbody tr:hover td,html[data-production-page=production] .data-table tbody tr:hover td{background:#f8fbf9}html[data-production-page=dashboard] .overview-kpis{gap:14px}html[data-production-page=dashboard] .overview-kpis .metric{min-height:116px;padding:18px 19px;border-radius:17px;border-color:var(--ui-refresh-border);box-shadow:var(--ui-refresh-shadow-soft)}html[data-production-page=dashboard] .overview-section{border-radius:18px;border:1px solid var(--ui-refresh-border);background:#fff;box-shadow:var(--ui-refresh-shadow-soft);padding:19px;margin-bottom:16px}html[data-production-page=dashboard] .overview-section>header{margin-bottom:13px}html[data-production-page=dashboard] .overview-section h2{margin:4px 0 0;font-size:18px}html[data-production-page=dashboard] .overview-actions{gap:10px}html[data-production-page=dashboard] .overview-actions>button{min-height:76px;border-color:var(--ui-refresh-border);border-radius:14px;background:#fbfdfc;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}html[data-production-page=dashboard] .overview-actions>button:hover{transform:translateY(-1px);border-color:#bfcfc6;box-shadow:0 9px 22px #1d352912}html[data-production-page=dashboard] .overview-main,html[data-production-page=dashboard] .overview-bottom{gap:16px}html[data-production-page=dashboard] .overview-main .panel,html[data-production-page=dashboard] .overview-bottom .panel{border-radius:17px;border-color:var(--ui-refresh-border);box-shadow:var(--ui-refresh-shadow-soft)}html[data-production-page=calendar] .calendar-actions{background:#fff;border:1px solid var(--ui-refresh-border);border-radius:12px;padding:4px;box-shadow:0 5px 15px #1f372b0a}html[data-production-page=calendar] .calendar-actions>b{min-width:150px;text-align:center;text-transform:capitalize}html[data-production-page=calendar] .calendar-panel{overflow:hidden}html[data-production-page=calendar] .calendar-weekdays{background:#f6f9f7}html[data-production-page=calendar] .calendar-day{min-height:132px;background:#fff;transition:background .15s ease,box-shadow .15s ease}html[data-production-page=calendar] .calendar-day:hover{background:#fbfdfc;box-shadow:inset 0 0 0 1px #d5e2da}html[data-production-page=calendar] .calendar-day.today{background:#f6fbf3}html[data-production-page=calendar] .calendar-event{border-radius:9px;padding:6px 8px;box-shadow:0 2px 7px #1f372b0d}html[data-production-page=calendar] .modal-wide,html[data-production-page=production] .modal-wide{width:min(1220px,96vw)}html[data-production-page=calendar] .modal,html[data-production-page=production] .modal,html[data-production-page=orders] .modal,html[data-production-page=mrp] .modal{border:1px solid rgba(221,230,225,.92);box-shadow:0 35px 100px #0d1e1545}html[data-production-page=calendar] .modal-head,html[data-production-page=production] .modal-head,html[data-production-page=orders] .modal-head,html[data-production-page=mrp] .modal-head{padding:18px 22px;background:radial-gradient(circle at 94% -40%,rgba(185,227,82,.22),transparent 42%),#fffffff7}html[data-production-page=calendar] .modal-head .eyebrow,html[data-production-page=production] .modal-head .eyebrow{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--primary-soft);letter-spacing:.45px}html[data-production-page=calendar] .modal-head h2,html[data-production-page=production] .modal-head h2,html[data-production-page=orders] .modal-head h2{font-size:21px;margin-top:7px}html[data-production-page=calendar] .modal-body,html[data-production-page=production] .modal-body,html[data-production-page=orders] .modal-body{padding:22px 24px 24px}html[data-production-page=calendar] .detail-hero,html[data-production-page=production] .detail-hero{padding:20px;border-radius:16px;border-color:#d4e1da;background:linear-gradient(135deg,#f6faf7,#eef5f1)}html[data-production-page=calendar] .detail-actions,html[data-production-page=production] .detail-actions{justify-content:flex-end;max-width:590px}html[data-production-page=calendar] .detail-actions>.btn-ghost:nth-child(-n+3),html[data-production-page=production] .detail-actions>.btn-ghost:nth-child(-n+3){background:#fff;border:1px solid #cfdcd5;color:var(--primary-strong);box-shadow:0 5px 14px #1f372b0f}html[data-production-page=calendar] .detail-actions>.btn-ghost:nth-child(-n+3):after,html[data-production-page=production] .detail-actions>.btn-ghost:nth-child(-n+3):after{content:"↗";font-size:13px;opacity:.62}html[data-production-page=calendar] .detail-actions>.btn-ghost:nth-child(-n+3):hover,html[data-production-page=production] .detail-actions>.btn-ghost:nth-child(-n+3):hover{border-color:#93aa9d;background:#f9fcfa}html[data-production-page=calendar] .detail-grid,html[data-production-page=production] .detail-grid{gap:11px;margin-bottom:17px}html[data-production-page=calendar] .info,html[data-production-page=production] .info{min-height:70px;border-radius:13px;background:#fbfdfc;border-color:var(--ui-refresh-border)}html[data-production-page=calendar] .modal-body>.split,html[data-production-page=production] .modal-body>.split{display:flex;flex-direction:column;gap:0}html[data-production-page=calendar] .modal-body>.split>.panel:nth-child(2),html[data-production-page=production] .modal-body>.split>.panel:nth-child(2){order:-1}html[data-production-page=calendar] .timeline-card,html[data-production-page=production] .timeline-card{border-radius:13px;border-color:var(--ui-refresh-border);box-shadow:0 5px 14px #1f372b0a}html[data-production-page=orders] .metrics{gap:14px}html[data-production-page=orders] .link{display:inline-flex;min-height:30px;align-items:center;border:1px solid #d5e0da;border-radius:9px;padding:5px 9px;background:#f9fbfa}html[data-production-page=orders] .link:hover{background:var(--primary-soft);border-color:#b8cabc}html[data-production-page=orders] .modal-wide{width:min(1080px,96vw)}html[data-production-page=orders] .form-grid{gap:4px 16px}html[data-production-page=orders] .field>span{font-size:12px;letter-spacing:.1px}html[data-production-page=orders] .field input,html[data-production-page=orders] .field select,html[data-production-page=orders] .field textarea{min-height:43px;border-radius:11px;background:#fcfdfc}html[data-production-page=orders] .item-editor{gap:10px}html[data-production-page=orders] .item-row{border-color:var(--ui-refresh-border);border-radius:13px;background:#fafcfb;padding:11px}html[data-production-page=orders] .detail-hero{border-radius:16px;padding:20px;background:linear-gradient(135deg,#f7faf8,#eef5f1)}html[data-production-page=orders] .modal-actions{position:sticky;bottom:-24px;z-index:3;margin-inline:-24px;padding:15px 24px 2px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html[data-production-page=planner] .period-bar{padding:14px 16px 2px;margin-bottom:12px;border:1px solid var(--ui-refresh-border);border-radius:15px;background:#fff;box-shadow:var(--ui-refresh-shadow-soft)}html[data-production-page=planner] .period-bar .field{min-width:165px}html[data-production-page=planner] .tabs{gap:7px;padding:7px;margin-bottom:15px;border:1px solid var(--ui-refresh-border);border-radius:14px;background:#eef3f0;overflow-x:auto;flex-wrap:nowrap}html[data-production-page=planner] .tabs button{flex:none;border-color:transparent;background:transparent}html[data-production-page=planner] .tabs button:hover{background:#fff}html[data-production-page=planner] .tabs button.active{background:#fff;color:var(--primary-strong);border-color:#d5e0da;box-shadow:0 4px 12px #1f372b12}html[data-production-page=planner] .gantt{border-radius:13px;overflow:auto}html[data-production-page=planner] .gantt-axis{position:sticky;top:0;z-index:4;background:#f5f8f6}html[data-production-page=planner] .gantt-row{min-height:64px}html[data-production-page=planner] .gantt-resource{background:#fbfdfc}html[data-production-page=planner] .gantt-operation{border-radius:8px;box-shadow:0 3px 10px #18302314}html[data-production-page=mrp] .page>.panel:first-of-type{border-left:4px solid var(--accent)}html[data-production-page=mrp] .inline-form{padding:3px;align-items:end}html[data-production-page=mrp] .table-actions{flex-wrap:nowrap}html[data-production-page=mrp] .modal-wide{width:min(1180px,96vw)}html[data-production-page=sop] .enterprise-grid{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:16px}html[data-production-page=sop] .enterprise-grid>.panel:first-child{border-top:3px solid var(--primary)}html[data-production-page=sop] .enterprise-grid>.panel:nth-child(2){background:linear-gradient(145deg,#f8fbf9,#fff)}html[data-production-page=sop] .feature-list>div{padding:13px 14px;border:1px solid #e4ebe7;border-radius:12px;background:#fff}html[data-production-page=operator] .connection-state{min-height:34px;display:inline-flex;align-items:center;padding-inline:11px;border-radius:999px;font-weight:750}html[data-production-page=operator] .operator-board{gap:15px}html[data-production-page=operator] .operator-board>.panel{overflow:visible;border-radius:17px;transition:transform .16s ease,box-shadow .16s ease}html[data-production-page=operator] .operator-board>.panel:hover{transform:translateY(-1px);box-shadow:var(--ui-refresh-shadow)}html[data-production-page=operator] .operator-stage{padding:18px}html[data-production-page=operator] .operator-stage>div:last-child{gap:8px;display:flex;flex-wrap:wrap}html[data-production-page=operator] .operator-stage .btn{min-height:44px;padding-inline:17px}html[data-production-page=production] .kanban{gap:13px;align-items:start}html[data-production-page=production] .kanban-column{border:1px solid var(--ui-refresh-border);border-radius:16px;background:#eef3f0;padding:9px}html[data-production-page=production] .kanban-column>header{padding:8px 7px 11px}html[data-production-page=production] .kanban-card{border-color:#dfe7e3;border-radius:13px;background:#fff;box-shadow:0 4px 12px #1f372b0b;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}html[data-production-page=production] .kanban-card:hover{transform:translateY(-2px);border-color:#bdcec4;box-shadow:0 10px 24px #1f372b14}html[data-production-page=material_balance] .page>.panel:first-of-type{border-left:4px solid var(--primary)}html[data-production-page=material_balance] .page>.panel:first-of-type .inline-form{align-items:end;padding:3px}html[data-production-page=material_balance] .page>.panel:last-of-type{margin-top:16px}html[data-production-page=calendar] .btn,html[data-production-page=orders] .btn,html[data-production-page=planner] .btn,html[data-production-page=mrp] .btn,html[data-production-page=sop] .btn,html[data-production-page=operator] .btn,html[data-production-page=production] .btn,html[data-production-page=material_balance] .btn{border-radius:11px}html[data-production-page=calendar] .panel-head,html[data-production-page=orders] .panel-head,html[data-production-page=planner] .panel-head,html[data-production-page=mrp] .panel-head,html[data-production-page=sop] .panel-head,html[data-production-page=operator] .panel-head,html[data-production-page=production] .panel-head,html[data-production-page=material_balance] .panel-head{padding:16px 19px}@media (max-width: 1100px){html[data-production-page=sop] .enterprise-grid{grid-template-columns:1fr}html[data-production-page=calendar] .detail-grid,html[data-production-page=production] .detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-production-page=calendar] .detail-hero,html[data-production-page=production] .detail-hero{flex-direction:column}html[data-production-page=calendar] .detail-actions,html[data-production-page=production] .detail-actions{justify-content:flex-start;max-width:none}}@media (max-width: 760px){.topbar{padding-inline:14px}.topbar>div:first-of-type>b{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-production-page=dashboard] .page-head,html[data-production-page=calendar] .page-head,html[data-production-page=orders] .page-head,html[data-production-page=planner] .page-head,html[data-production-page=mrp] .page-head,html[data-production-page=sop] .page-head,html[data-production-page=operator] .page-head,html[data-production-page=production] .page-head,html[data-production-page=material_balance] .page-head{padding:16px;border-radius:15px}html[data-production-page=calendar] .calendar-day{min-height:98px}html[data-production-page=calendar] .detail-grid,html[data-production-page=production] .detail-grid{grid-template-columns:1fr}html[data-production-page=orders] .modal-body,html[data-production-page=calendar] .modal-body,html[data-production-page=production] .modal-body{padding:16px}html[data-production-page=orders] .modal-actions{bottom:-16px;margin-inline:-16px;padding-inline:16px}}.sidebar nav button[data-hidden-nav=true],.sidebar .nav-group[data-hidden-nav-group=true]{display:none!important}html:is([data-production-page=tasks],[data-production-page=calendar],[data-production-page=orders],[data-production-page=planner],[data-production-page=mrp],[data-production-page=sop]) .page-head{align-items:center;gap:20px;padding:20px 22px;margin-bottom:18px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#fff,#fbfcfb);box-shadow:0 8px 24px #192a210b}html:is([data-production-page=tasks],[data-production-page=calendar],[data-production-page=orders],[data-production-page=planner],[data-production-page=mrp],[data-production-page=sop]) .page-head h1{margin:0;font-size:clamp(22px,2vw,29px);line-height:1.14;letter-spacing:-.025em;color:var(--ink)}html:is([data-production-page=tasks],[data-production-page=calendar],[data-production-page=orders],[data-production-page=planner],[data-production-page=mrp],[data-production-page=sop]) .page-head p{max-width:780px;margin:6px 0 0;font-size:13px;line-height:1.45;color:var(--muted)}html:is([data-production-page=tasks],[data-production-page=calendar],[data-production-page=orders],[data-production-page=planner],[data-production-page=mrp],[data-production-page=sop]) .page-head .page-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}html[data-production-page=calendar] .page-head p,html[data-production-page=tasks] .page-head p{display:none!important}html[data-production-page=tasks] .task-filter-bar{display:grid;grid-template-columns:minmax(190px,260px) minmax(280px,1fr) auto;align-items:end;gap:12px;padding:14px;margin-bottom:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}html[data-production-page=tasks] .task-filter-bar .field{margin:0}html[data-production-page=tasks] .tasks-table-panel{padding:0;overflow:hidden;border-radius:18px}html[data-production-page=tasks] .tasks-table-panel .data-table-wrap{border:0;border-radius:0}html[data-production-page=tasks] .data-table th{padding:12px 14px;border-bottom:1px solid var(--line);background:#f8faf9;color:#657169;font-size:11px;font-weight:750;letter-spacing:.045em;text-transform:uppercase}html[data-production-page=tasks] .data-table td{padding:14px;vertical-align:middle;border-bottom:1px solid #edf0ee}html[data-production-page=tasks] .data-table tbody tr:last-child td{border-bottom:0}html[data-production-page=tasks] .data-table tbody tr:hover{background:#fbfcfb}.task-title-button{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:220px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.task-title-button b{color:var(--ink);font-size:14px;line-height:1.35}.task-title-button small,.task-entity small{display:block;max-width:340px;color:var(--muted);font-size:12px;line-height:1.35;white-space:normal}.task-entity b{display:block;font-size:12px}.task-pill{display:inline-flex;align-items:center;width:fit-content;min-height:26px;padding:4px 9px;border:1px solid #dfe5e1;border-radius:999px;background:#f7f9f8;color:#536159;font-size:11px;font-weight:750;line-height:1;white-space:nowrap}.task-pill-status.open{background:#eef4ff;border-color:#d9e5fb;color:#315d8d}.task-pill-status.in_progress{background:#fff7e8;border-color:#f2dfb7;color:#8a641f}.task-pill-status.completed{background:#edf7f0;border-color:#d4eadb;color:#376d49}.task-pill-status.cancelled{background:#f5f5f5;border-color:#e3e3e3;color:#717171}.task-pill-priority.high{background:#fff6e7;border-color:#f0dcb4;color:#8a641f}.task-pill-priority.critical{background:#fff0ef;border-color:#f2d3cf;color:#9b493f}.task-pill-priority.low{background:#f1f6f4;color:#65736b}.task-pill-type{background:#f5f7f6;color:#59665f}.task-row-actions{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.task-row-actions .btn{min-height:32px;padding:6px 9px;font-size:11px;white-space:nowrap}html[data-production-page=tasks] .pagination{padding:13px 16px;margin:0;border-top:1px solid var(--line);background:#fbfcfb}.task-detail-hero{padding:18px;margin-bottom:16px;border:1px solid var(--line);border-radius:16px;background:#fbfcfb}.task-detail-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.task-detail-hero p{max-width:800px;margin:0;color:#3f4b44;line-height:1.6;white-space:pre-wrap}.task-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.task-detail-grid>div{min-height:78px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.task-detail-grid span{display:block;margin-bottom:6px;color:var(--muted);font-size:11px}.task-detail-grid b{font-size:13px;line-height:1.4}.task-detail-actions{gap:8px;flex-wrap:wrap}.task-form textarea{min-height:110px}html[data-production-page=calendar] .calendar-actions{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:4px 7px;border:1px solid var(--line);border-radius:13px;background:#f8faf9}html[data-production-page=calendar] .calendar-actions b{min-width:155px;padding:0 6px;text-align:center;text-transform:capitalize}html[data-production-page=calendar] .calendar-panel{padding:16px;border-radius:18px}html[data-production-page=orders] .panel:has(.data-table){padding:0;overflow:hidden;border-radius:18px}html[data-production-page=orders] .data-table-wrap{border:0;border-radius:0}html[data-production-page=orders] .data-table{min-width:980px}html[data-production-page=orders] .data-table th,html[data-production-page=planner] .data-table th,html[data-production-page=mrp] .data-table th,html[data-production-page=sop] .data-table th{padding:12px 14px;background:#f8faf9;border-bottom:1px solid var(--line);color:#66736b;font-size:11px;font-weight:750;letter-spacing:.035em;text-transform:uppercase}html[data-production-page=orders] .data-table td,html[data-production-page=planner] .data-table td,html[data-production-page=mrp] .data-table td,html[data-production-page=sop] .data-table td{padding:13px 14px;border-bottom:1px solid #edf0ee;vertical-align:middle;font-size:13px}html[data-production-page=orders] .data-table tbody tr:hover,html[data-production-page=planner] .data-table tbody tr:hover,html[data-production-page=mrp] .data-table tbody tr:hover,html[data-production-page=sop] .data-table tbody tr:hover{background:#fbfcfb}html[data-production-page=orders] .data-table td>div>b,html[data-production-page=orders] .data-table td>div>small{display:block}html[data-production-page=orders] .data-table td>div>small{margin-top:3px;color:var(--muted);font-size:11px}html[data-production-page=orders] .data-table .link{display:inline-flex;min-height:30px;align-items:center;padding:5px 9px;border:1px solid #dbe5df;border-radius:9px;background:#f7faf8;font-weight:750;text-decoration:none}html[data-production-page=planner] .period-bar{gap:12px;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}html[data-production-page=planner] .tabs{margin:14px 0 16px;padding:5px;border:1px solid var(--line);border-radius:14px;background:#f7f9f8;overflow-x:auto}html[data-production-page=planner] .panel{border-radius:18px}html[data-production-page=planner] .data-table-wrap{border-radius:13px}html[data-production-page=planner] .gantt{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}html[data-production-page=planner] .gantt-axis,html[data-production-page=planner] .gantt-row{min-height:58px}html[data-production-page=planner] .gantt-resource{padding:11px 14px}html[data-production-page=mrp] .panel{border-radius:18px;margin-bottom:14px}html[data-production-page=mrp] .panel:first-of-type{padding:18px;border-color:#dce7e0;background:linear-gradient(135deg,#fbfdfc,#f5f9f7)}html[data-production-page=mrp] .inline-form{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr)) auto;gap:12px;align-items:end}html[data-production-page=mrp] .data-table-wrap{border-radius:13px}html[data-production-page=sop] .enterprise-grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:16px;align-items:start}html[data-production-page=sop] .enterprise-grid>.panel:nth-child(2){display:none!important}html[data-production-page=sop] .enterprise-grid>.panel:first-child{grid-column:1 / -1;max-width:none;border-radius:18px;background:linear-gradient(135deg,#fbfdfc,#f5f9f7)}html[data-production-page=sop] .panel{border-radius:18px}html[data-production-page=sop] .data-table-wrap{border-radius:13px}.object-workspace-card{margin-top:18px;padding:0!important;overflow:visible;border:1px solid #dfe6e2!important;border-radius:18px!important;background:#fff;box-shadow:0 10px 28px #1e2d250b}.object-workspace-card>.panel-head{padding:18px 20px 14px;border-bottom:1px solid #edf0ee}.object-workspace-card>.panel-head h2{font-size:18px;letter-spacing:-.015em}.object-workspace-card>.panel-head p{margin-top:5px;color:var(--muted);font-size:12px}.workspace-tabs-wrap{padding:12px 14px;border-bottom:1px solid #edf0ee;background:#fbfcfb}.workspace-tabs-wrap .tabs{display:flex;gap:6px;margin:0;padding:0;border:0;background:transparent;overflow-x:auto}.workspace-tabs-wrap .tabs button{flex:0 0 auto;min-height:36px;padding:7px 11px;border-radius:10px;font-size:12px}.workspace-section{padding:18px 20px 20px}.workspace-section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}.workspace-section-head>div>b,.workspace-history-intro b{display:block;font-size:14px}.workspace-section-head>div>small,.workspace-history-intro small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.workspace-comment-form{padding:14px;margin-bottom:16px;border:1px solid var(--line);border-radius:15px;background:#fbfcfb}.workspace-comment-form .field{margin:0}.workspace-comment-form textarea{min-height:86px;padding:11px 12px;border-radius:11px;resize:vertical}.workspace-comment-tools{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:11px}.mention-multiselect{position:relative;min-width:260px}.mention-multiselect>summary{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid #dce3df;border-radius:10px;background:#fff;color:#455249;font-size:12px;font-weight:700;cursor:pointer;list-style:none}.mention-multiselect>summary::-webkit-details-marker{display:none}.mention-dropdown{position:absolute;z-index:40;left:0;top:calc(100% + 7px);width:min(360px,80vw);max-height:320px;padding:10px;border:1px solid #dce3df;border-radius:13px;background:#fff;box-shadow:0 16px 40px #17261e29;overflow:auto}.mention-dropdown>label:first-child{display:flex;align-items:center;gap:7px;padding:0 9px;margin-bottom:8px;border:1px solid var(--line);border-radius:9px;background:#f8faf9}.mention-dropdown>label:first-child input{width:100%;min-height:36px;padding:0;border:0;outline:0;background:transparent}.mention-option{display:flex;align-items:flex-start;gap:9px;padding:8px 7px;border-radius:8px;cursor:pointer}.mention-option:hover{background:#f5f8f6}.mention-option input{margin-top:3px}.mention-option b,.mention-option small{display:block}.mention-option b{font-size:12px}.mention-option small{margin-top:2px;color:var(--muted);font-size:10px}.mention-empty{display:block;padding:10px;color:var(--muted)}.workspace-comments{display:grid;gap:10px}.workspace-comments>article{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;padding:12px 14px;border:1px solid #e7ece9;border-radius:13px;background:#fff}.workspace-comment-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--primary-soft);color:var(--primary-strong);font-size:11px;font-weight:800}.workspace-comments header{display:flex;justify-content:space-between;gap:12px;margin:0}.workspace-comments header b{font-size:12px}.workspace-comments header small{color:var(--muted);font-size:10px}.workspace-comments p{margin:6px 0 0;color:#3f4c44;font-size:13px;line-height:1.5;white-space:pre-wrap}.workspace-upload{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;margin-bottom:15px;border:1px solid #dfe7e2;border-radius:15px;background:#f8fbf9}.workspace-file-drop{display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 12px;border:1px dashed #cddbd2;border-radius:12px;background:#fff;cursor:pointer}.workspace-file-drop>svg{flex:0 0 auto;color:var(--primary)}.workspace-file-drop span b,.workspace-file-drop span small{display:block}.workspace-file-drop span b{font-size:13px}.workspace-file-drop span small{margin-top:4px;color:var(--muted);font-size:11px}.workspace-file-drop input{display:none}.workspace-file-list{display:grid;gap:9px}.workspace-file-list>article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 12px;border:1px solid #e5ebe7;border-radius:13px;background:#fff}.workspace-file-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#f0f5f2;color:var(--primary-strong)}.workspace-file-list b,.workspace-file-list small{display:block}.workspace-file-list b{font-size:12px;overflow-wrap:anywhere}.workspace-file-list small{margin-top:3px;color:var(--muted);font-size:10px}.workspace-file-list p{margin:4px 0 0;color:var(--muted);font-size:11px}.workspace-file-actions{display:flex;gap:6px}.workspace-file-actions .btn{min-height:32px;padding:6px 9px;font-size:11px}.workspace-task-list{display:grid;gap:9px}.workspace-task-list>article{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid #e5ebe7;border-radius:13px;background:#fff}.workspace-task-list b{font-size:13px}.workspace-task-list p{margin:4px 0;color:#56635b;font-size:12px;line-height:1.4}.workspace-task-list small{color:var(--muted);font-size:10px}.workspace-task-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.workspace-history-intro{padding:0 2px 13px}.workspace-history{position:relative;display:grid;gap:0;padding-left:6px}.workspace-history:before{content:"";position:absolute;top:14px;bottom:14px;left:12px;width:1px;background:#dfe6e2}.workspace-history>article{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;padding:9px 0}.workspace-history-dot{position:relative;z-index:1;width:11px;height:11px;margin:5px 0 0 1px;border:3px solid #eaf2ed;border-radius:50%;background:var(--primary);box-sizing:content-box}.workspace-history b,.workspace-history small{display:block}.workspace-history b{font-size:12px}.workspace-history small{margin-top:3px;color:var(--muted);font-size:10px}.workspace-history p{margin:5px 0 0;color:#657169;font-size:11px}.workspace-task-form textarea{min-height:90px}html:is([data-production-page=calendar],[data-production-page=production]) .modal-wide .object-workspace-card .btn{margin:0}html:is([data-production-page=calendar],[data-production-page=production]) .modal-wide .object-workspace-card .modal-actions,html:is([data-production-page=calendar],[data-production-page=production]) .modal-wide .object-workspace-card .page-actions,html:is([data-production-page=calendar],[data-production-page=production]) .modal-wide .object-workspace-card .row-actions{gap:8px}@media (max-width: 1100px){.task-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-production-page=mrp] .inline-form{grid-template-columns:repeat(2,minmax(180px,1fr))}html[data-production-page=sop] .enterprise-grid{grid-template-columns:1fr}}@media (max-width: 760px){html:is([data-production-page=tasks],[data-production-page=calendar],[data-production-page=orders],[data-production-page=planner],[data-production-page=mrp],[data-production-page=sop]) .page-head{align-items:flex-start;padding:16px}html[data-production-page=tasks] .task-filter-bar,.task-detail-grid{grid-template-columns:1fr}.task-row-actions{flex-wrap:wrap}.workspace-section{padding:15px}.workspace-section-head,.workspace-comment-tools{align-items:stretch;flex-direction:column}.mention-multiselect{min-width:0}.workspace-upload{grid-template-columns:1fr}.workspace-file-list>article{grid-template-columns:38px minmax(0,1fr)}.workspace-file-actions{grid-column:1 / -1;padding-left:49px}.workspace-task-list>article{align-items:flex-start;flex-direction:column}.workspace-task-meta{justify-content:flex-start}html[data-production-page=mrp] .inline-form{grid-template-columns:1fr}}:root{--bg:#f4f8ff;--surface:#ffffff;--surface-2:#f7faff;--ink:#061a46;--muted:#60749b;--line:#d8e6fb;--primary:#0b67f6;--primary-strong:#0757df;--primary-soft:#edf5ff;--accent:#5b9dff;--danger:#d94a5a;--danger-soft:#fff1f3;--warning:#c98218;--warning-soft:#fff7e8;--success:#15966d;--success-soft:#eaf9f4;--info:#0b67f6;--info-soft:#edf5ff;--shadow:0 12px 38px rgba(20,80,170,.08)}html,body,#root{background:radial-gradient(circle at 82% 4%,rgba(100,163,255,.1),transparent 26%),radial-gradient(circle at 8% 48%,rgba(155,199,255,.08),transparent 28%),var(--bg)!important;color:var(--ink)}body,input,select,textarea,button{color:var(--ink)}a{color:var(--primary)}.sidebar{background:linear-gradient(180deg,#071c49,#06183d)!important;color:#fff;box-shadow:18px 0 55px #061a4614}.sidebar .brand{min-height:60px;padding:2px 8px 16px}.sidebar .brand>*{display:none!important}.sidebar .brand:before{content:"";display:block;width:184px;height:52px;max-width:100%;border-radius:10px;background:#fff url(/logo.png) center / 220px auto no-repeat;box-shadow:0 10px 26px #00000029}.nav-group>span{color:#7895c6!important}.nav-group button{color:#cbd9f1!important}.nav-group button:hover{background:#2f74e22e!important;color:#fff!important}.nav-group button.active{background:#1f6ff442!important;color:#fff!important;box-shadow:inset 3px 0 #5b9dff!important}.sidebar-foot{border-top-color:#9ebeed2e!important}.sidebar-foot small{color:#91a8cf!important}.sidebar-foot button:hover{background:#4a8bf426!important}.login-shell{background:radial-gradient(circle at 18% 16%,rgba(82,149,255,.16),transparent 30%),linear-gradient(135deg,#061a46,#0a347e 58%,#0b67f6)!important}.login-visual .brand-mark.large{color:transparent!important;background:#fff url(/logo.png) center / 230px auto no-repeat!important;width:188px!important;height:62px!important;border-radius:12px!important;box-shadow:0 14px 38px #0000002e!important}.login-visual .brand-mark.large>svg{display:none!important}.login-visual>span{color:#a8c7f5!important}.login-visual p{color:#cadcf6!important}.login-points span{color:#edf5ff!important}.loading-screen{color:var(--primary)!important}.loading-screen>svg{display:none!important}.loading-screen:before{content:"";display:block;width:188px;height:64px;margin:0 auto;background:#fff url(/logo.png) center / 230px auto no-repeat;border-radius:12px;box-shadow:0 14px 36px #10489a1f}.app-shell .topbar{height:54px!important;padding:0 30px!important;border-bottom:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;position:static!important;top:auto!important}.app-shell .topbar>div:first-of-type{gap:0;min-width:0}.app-shell .topbar .crumb{display:none!important}.app-shell .topbar>div:first-of-type>b{overflow:hidden;color:var(--ink);font-size:18px;font-weight:800;line-height:1.2;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.top-actions{gap:8px!important}.notification-button,.user-chip>span,.avatar{border-color:var(--line)!important}.user-chip>span,.avatar{background:var(--primary-soft)!important;color:var(--primary)!important}.app-shell .page{padding-top:12px}.app-shell .page-head{min-height:0!important;margin-bottom:14px!important;padding:0!important;align-items:center!important;gap:14px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.app-shell .page-head h1{display:none!important}.app-shell .page-head>div:first-child:not(:has(p)){display:none}.app-shell .page-head p{max-width:900px!important;margin:0!important;color:var(--muted)!important;font-size:13px!important;line-height:1.45!important}.app-shell .page-head .page-actions{gap:8px!important}.btn-primary{background:linear-gradient(135deg,#176fff,#0757df)!important;color:#fff!important;box-shadow:0 9px 24px #0b67f62e}.btn-primary:hover{background:linear-gradient(135deg,#2a7cff,#064dcb)!important}.btn-secondary{background:#fff!important;border-color:var(--line)!important;color:var(--ink)!important}.btn-secondary:hover{border-color:#9fc1f3!important;background:#f7faff!important}.btn-ghost{color:var(--primary)!important}.btn-success{background:#15966d!important}.icon-btn{border-color:var(--line)!important;background:#fff!important}.icon-btn:hover{background:#f2f7ff!important}.metric,.panel,.info,.user-card,.tech-card{border-color:var(--line)!important;box-shadow:0 6px 22px #1450aa0b!important;background:#fff!important}.metric:before{background:#b9d3f8!important}.metric-info:before{background:var(--primary)!important}.metric-success:before{background:var(--success)!important}.metric-danger:before{background:var(--danger)!important}.metric-warning:before{background:#d39a3a!important}.metric span,.metric small,.panel-head p,.info span{color:var(--muted)!important}.panel-head{border-bottom-color:#e5eefc!important}.data-table th{background:#f5f9ff!important;color:#60749b!important;border-bottom-color:var(--line)!important}.data-table td{border-bottom-color:#e7effb!important}.data-table tr:hover td{background:#f8fbff!important}.data-table td small{color:var(--muted)!important}.link{color:var(--primary)!important}.tabs button{border-color:var(--line)!important;background:#fff!important;color:#566d95!important}.tabs button:hover{background:#f5f9ff!important;border-color:#b7d0f5!important}.tabs button.active{background:linear-gradient(135deg,#176fff,#0757df)!important;color:#fff!important;border-color:#0b67f6!important}.tabs button span{background:#edf5ff!important}.tabs button.active span{background:#ffffff2e!important}.badge{background:#eef3fb!important;color:#60749b!important}.badge-in_production,.badge-running,.badge-reserved,.badge-ready,.badge-ready_to_ship,.badge-approved_payroll,.badge-operational{background:#edf5ff!important;color:#0b67f6!important}.badge-approved,.badge-active,.badge-completed,.badge-shipped,.badge-paid,.badge-resolved,.badge-available,.badge-production_output,.badge-receipt,.badge-transfer_in,.badge-opening_balance,.badge-paid_payroll{background:var(--success-soft)!important;color:var(--success)!important}.badge-rejected,.badge-cancelled,.badge-critical,.badge-blocked,.badge-write_off,.badge-production_issue,.badge-order_shipment,.badge-transfer_out,.badge-overdue{background:var(--danger-soft)!important;color:var(--danger)!important}.badge-conditional,.badge-rework,.badge-major,.badge-waiting_materials,.badge-partially_shipped,.badge-partially_paid,.badge-maintenance,.badge-review{background:var(--warning-soft)!important;color:var(--warning)!important}.progress{background:#e9f1fc!important}.progress span{background:linear-gradient(90deg,#79adff,#0b67f6)!important}.field>span{color:#4f668e!important}.field input,.field select,.field textarea,.head-select{border-color:#cbdcf5!important;background:#fff!important;color:var(--ink)!important}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(11,103,246,.1)!important;border-color:#72a7f4!important}.form-error{background:var(--danger-soft)!important;border-color:#f1cbd1!important}.warning-box{background:#fff7e9!important}.success-box{background:var(--success-soft)!important}.readonly-note{background:#f2f6fc!important;color:#60749b!important}.modal-backdrop{background:#05143599!important}.modal{box-shadow:0 30px 90px #05143547!important}.modal-head{border-bottom-color:var(--line)!important}.detail-hero{background:linear-gradient(135deg,#f6faff,#edf5ff)!important;border-color:#d5e5fb!important}.detail-hero p{color:var(--muted)!important}.overview-actions button{border-color:var(--line)!important;background:#fff!important;box-shadow:0 5px 20px #1450aa0a!important}.overview-actions button:hover{border-color:#a7c7f5!important;background:#f7faff!important}.overview-actions button>span{background:#edf5ff!important;color:#0b67f6!important}.status-chart>div>div{background:#eaf2fd!important}.status-chart>div>div i{background:linear-gradient(90deg,#77adff,#0b67f6)!important}.alert-list>div{border-color:#e0ebfb!important}html[data-production-page=dashboard] .overview-bottom>.panel:nth-child(2){display:none!important}html[data-production-page=dashboard] .overview-bottom{grid-template-columns:minmax(0,1fr)!important}html[data-production-page=orders] .data-table .link{min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#657ba1!important;font-weight:650!important;box-shadow:none!important}html[data-production-page=orders] .data-table .link:hover{color:var(--primary)!important}html[data-production-page=orders] .data-table .progress{width:auto!important;height:auto!important;overflow:visible!important;border-radius:0!important;background:transparent!important}html[data-production-page=orders] .data-table .progress>span{display:none!important}html[data-production-page=orders] .data-table .progress>b{position:static!important;display:inline!important;color:#5b7199!important;font-size:12px;font-weight:700}html[data-production-page=orders] .potok-order-filter{margin:0 0 14px}.task-filter-bar,.period-bar,.role-selector,.calendar-actions{border-color:var(--line)!important;background:#f7faff!important}.task-pill,.workspace-tabs-wrap{border-color:#dce8fa!important;background:#f6f9ff!important}.object-workspace-card{border-color:#d9e7fa!important;box-shadow:0 10px 28px #1450aa0d!important}.object-workspace-card>.panel-head,.workspace-tabs-wrap{border-bottom-color:#e5eefb!important}.kanban-column{border-color:#dce8fa!important;background:#f7faff!important}.kanban-card{border-color:#dce8fa!important;box-shadow:0 5px 18px #1450aa0a!important}.kanban-card:hover{border-color:#a8c8f6!important;box-shadow:0 12px 28px #1450aa17!important}.sidebar nav{overflow-y:auto;scrollbar-width:thin;scrollbar-color:transparent transparent}.sidebar nav::-webkit-scrollbar{width:6px}.sidebar nav::-webkit-scrollbar-track{background:transparent}.sidebar nav::-webkit-scrollbar-thumb{background:transparent;border-radius:20px}.sidebar:hover nav{scrollbar-color:rgba(146,180,232,.5) transparent}.sidebar:hover nav::-webkit-scrollbar-thumb,.sidebar nav:hover::-webkit-scrollbar-thumb{background:#92b4e880}.sidebar nav button[data-pinned-original=true]{display:none!important}.pinned-nav{display:grid;gap:4px;padding:0 0 10px;margin:0 0 8px;border-bottom:1px solid rgba(158,190,237,.15)}.pinned-nav button{width:100%;color:#e7f0ff!important}.sidebar-context-menu{position:fixed;z-index:10050;min-width:190px;padding:6px;border:1px solid #d7e4f7;border-radius:10px;background:#fff;box-shadow:0 16px 42px #0514352e}.sidebar-context-menu button{width:100%;padding:9px 11px;border:0;border-radius:7px;background:transparent;text-align:left;font:inherit;cursor:pointer}.sidebar-context-menu button:hover{background:#edf5ff;color:#0757df}.modal .panel,.modal .metric,.modal .info,.modal .detail-hero,.modal .task-detail-hero,.modal .object-workspace-card,.modal .kanban-card,.modal .btn-primary,.modal .overview-actions button{box-shadow:none!important}.modal.potok-modal-half{width:min(620px,calc(100vw - 32px))!important;max-width:620px!important}.potok-field-unit{display:block;margin-top:5px;color:var(--muted);font-size:12px}.potok-clickable-row{cursor:pointer}.potok-clickable-row:focus{outline:2px solid rgba(11,103,246,.35);outline-offset:-2px}.potok-status-batches{display:flex!important;flex-wrap:wrap;gap:6px!important;height:auto!important;margin:7px 0 2px!important;background:transparent!important}.potok-status-batch-link{padding:5px 8px;border:1px solid #d8e6fb;border-radius:7px;background:#fff;color:#49658e;font-size:12px;cursor:pointer}.potok-status-batch-link:hover{border-color:#9fc1f3;color:#0b67f6;background:#f7faff}html[data-batch-page=true] .page>*:not(.batch-page-backdrop){display:none!important}.batch-page-backdrop{position:static!important;inset:auto!important;display:block!important;width:100%!important;min-height:0!important;padding:0!important;background:transparent!important}.batch-page-backdrop .batch-detail-page{width:100%!important;max-width:none!important;max-height:none!important;margin:0!important;border:0!important;border-radius:14px!important;box-shadow:none!important}.batch-page-backdrop .modal-body{max-height:none!important;overflow:visible!important;padding:0!important}.batch-page-backdrop .modal-head{padding:14px 18px!important;background:#fff;border:1px solid var(--line)!important;border-radius:14px 14px 0 0!important}.batch-page-backdrop .modal-body>.detail-hero{border-radius:0!important}.batch-page-backdrop .modal-body>.detail-hero,.batch-page-backdrop .modal-body>.detail-grid,.batch-page-backdrop .modal-body>.panel,.batch-page-backdrop .modal-body>.split,.batch-page-backdrop .modal-body>.object-workspace-card{margin-left:0!important;margin-right:0!important}html[data-production-page=calendar] .page-head{justify-content:flex-start!important}html[data-production-page=calendar] .page-head .page-actions{margin-left:0!important;margin-right:auto!important}html[data-production-page=planner] .period-bar{border:0!important;background:transparent!important;padding:0!important;display:flex!important;align-items:flex-end!important;flex-wrap:nowrap!important;gap:10px!important}html[data-production-page=planner] .period-bar>.page-actions{display:flex!important;gap:8px!important;margin-left:0!important}html[data-production-page=planner] .period-bar .field{min-width:150px}.workspace-task-card{cursor:pointer}.workspace-task-card:hover{border-color:#a8c8f6!important;background:#f9fbff!important}.workspace-file-list article{border:1px solid #e0ebfb;border-radius:10px;padding:10px;background:#fff}.workspace-file-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#edf5ff;color:#0b67f6}.multi-value-editor{display:grid;gap:7px}.multi-value-row{display:flex;align-items:center;gap:7px}.multi-value-row>input{flex:1}.custom-values-form select[multiple]{min-height:116px;padding:6px}@media (max-width:900px){.app-shell .topbar{height:50px!important;padding:0 16px!important}.app-shell .topbar>div:first-of-type>b{font-size:16px}.app-shell .page{padding-top:10px}.sidebar .brand:before{width:166px;height:48px;background-size:205px auto}.modal.potok-modal-half{width:calc(100vw - 20px)!important;max-width:none!important}html[data-production-page=planner] .period-bar{flex-wrap:wrap!important}}.sidebar .brand:before{width:210px!important;height:42px!important;max-width:100%;border-radius:0!important;background:transparent url(/logo_full_w.png) center / contain no-repeat!important;box-shadow:none!important}.login-visual .brand-mark.large{background-color:transparent!important;background-image:url(/logo.png)!important;background-position:center!important;background-size:contain!important;background-repeat:no-repeat!important;border-radius:0!important;box-shadow:none!important}.loading-screen:before{background-color:transparent!important;background-image:url(/logo.png)!important;background-position:center!important;background-size:contain!important;background-repeat:no-repeat!important;border-radius:0!important;box-shadow:none!important}@media (max-width: 900px){.sidebar .brand:before{width:190px!important;height:38px!important;background-size:contain!important}}.sidebar .brand{min-height:58px;display:flex!important;align-items:center!important;padding:10px 12px!important}.sidebar .brand .potok-full-logo{display:block;width:min(168px,100%);max-height:38px;object-fit:contain;object-position:left center}.sidebar.collapsed .brand .potok-full-logo{width:34px;height:34px;object-fit:cover;object-position:left center}.page-action-row,.page-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.page-form-actions{margin-top:20px;padding-top:16px;border-top:1px solid var(--border,#e5e7eb)}.potok-page-loading{padding:28px;text-align:center;color:var(--muted,#64748b)}.task-editor-page,.task-page-card{max-width:980px}.task-editor-page form{max-width:900px}.task-page-description{margin-top:18px;padding-top:18px;border-top:1px solid var(--border,#e5e7eb)}.task-page-description>span{display:block;font-size:12px;color:var(--muted,#64748b);margin-bottom:6px}.task-page-description p{margin:0;white-space:pre-wrap;line-height:1.55}.task-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.task-detail-grid>div{padding:14px;border:1px solid var(--border,#e5e7eb);border-radius:12px;background:var(--surface-subtle,#f8fafc)}.task-detail-grid span{display:block;font-size:12px;color:var(--muted,#64748b);margin-bottom:5px}.potok-flat-filter{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin-top:0!important}.potok-filter-action-row{display:flex!important;align-items:flex-end!important;gap:12px!important;flex-wrap:wrap!important}.potok-filter-action-row .page-actions{margin-left:auto;display:flex;gap:8px;align-items:center}.page.potok-refined-page{display:flex;flex-direction:column;gap:16px}.page.potok-refined-page .panel{border-radius:14px}.page.potok-refined-page .dashboard-grid,.page.potok-refined-page .enterprise-grid{gap:16px}.page.potok-refined-page .data-table tbody tr:hover{background:#0f172a06}.page.potok-refined-page .panel-head{align-items:center}.page.potok-refined-page .feature-list>div{border-radius:10px}.potok-material-balance .panel:first-of-type .inline-form{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:12px;align-items:end}.potok-material-balance .data-table td,.potok-material-balance .data-table th{white-space:nowrap}.potok-promoted-panel:not(.potok-promoted-open){display:none!important}.potok-promoted-panel.potok-promoted-open{display:block!important;position:fixed!important;z-index:10020!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:min(720px,calc(100vw - 40px))!important;max-height:calc(100vh - 48px)!important;overflow:auto!important;margin:0!important;background:var(--surface,#fff)!important;border:1px solid var(--border,#e5e7eb)!important;border-radius:16px!important;box-shadow:0 24px 80px #0f172a33!important;padding:0!important}.potok-promoted-panel.potok-promoted-open>.panel-head{position:sticky;top:0;z-index:2;background:var(--surface,#fff);padding:18px 20px;border-bottom:1px solid var(--border,#e5e7eb)}.potok-promoted-panel.potok-promoted-open>form,.potok-promoted-panel.potok-promoted-open>.data-table-wrap,.potok-promoted-panel.potok-promoted-open>:not(.panel-head){margin:18px 20px 20px}.potok-panel-close{margin-left:auto;font-size:24px;line-height:1}.potok-generated-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10010}.page.potok-inline-page-active>.page-head .potok-generated-action[data-potok-action=sop-new]{display:none}.page.potok-inline-page-active>*:not(.page-head):not(.potok-inline-page-container){display:none!important}.page.potok-inline-page-active .potok-inline-page-container{display:block!important}.page.potok-inline-page-active .potok-inline-page-container>*:not(.potok-inline-page-open){display:none!important}.potok-inline-page-open{display:block!important;max-width:980px;margin:0!important}.potok-inline-page-open .panel-head{display:flex;align-items:center;justify-content:space-between}.potok-inline-page-open form{max-width:900px}.potok-native-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10100;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:24px}.potok-native-modal-card{width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--surface,#fff);border-radius:16px;border:1px solid var(--border,#e5e7eb);box-shadow:0 24px 80px #0f172a33;padding:20px}.potok-native-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.potok-native-modal-head small{display:block;color:var(--muted,#64748b);margin-bottom:4px}.potok-native-modal-head h2{margin:0}.potok-checkbox-line{display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 11px;border:1px solid var(--border,#e5e7eb);border-radius:9px;background:var(--surface,#fff);font-size:13px}.potok-checkbox-line input{width:16px;height:16px;margin:0}.modal.potok-half-modal{width:min(620px,calc(100vw - 32px))!important;max-width:620px!important}html[data-potok-url-page=true] .page>.modal-backdrop.potok-url-page{display:block!important}html[data-potok-url-page=true] .page>*:not(.modal-backdrop.potok-url-page):not(.batch-page-backdrop){display:none!important}.modal-backdrop.potok-url-page{position:static!important;inset:auto!important;display:block!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0!important;overflow:visible!important}.modal-backdrop.potok-url-page .potok-url-page-card{width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.modal-backdrop.potok-url-page .potok-url-page-card>.modal-head{padding:0 0 18px!important;border-bottom:1px solid var(--border,#e5e7eb)!important;margin-bottom:20px}.modal-backdrop.potok-url-page .potok-url-page-card>.modal-body{padding:0!important;overflow:visible!important;max-height:none!important}.modal-backdrop.potok-url-parent-hidden{display:none!important}.page.potok-production-board .kanban{align-items:stretch!important;min-height:calc(100vh - 210px);padding-bottom:14px}.page.potok-production-board .kanban-column{min-height:calc(100vh - 225px);display:flex;flex-direction:column}.page.potok-production-board .kanban-column>.kanban-list,.page.potok-production-board .kanban-column>.kanban-cards{flex:1}.page[data-page=warehouse_locations] .dashboard-grid,.page[data-page=packaging] .dashboard-grid{align-items:start}.page .potok-generated-action{white-space:nowrap}.object-workspace-card .workspace-file-list article,.object-workspace-card .workspace-comments article{border:1px solid var(--border,#e5e7eb);border-radius:12px;background:var(--surface,#fff)}.object-workspace-card .workspace-file-actions{display:flex;gap:8px;flex-wrap:wrap}.object-workspace-card .collaboration-panel,.object-workspace-card .collaboration-box{box-shadow:none!important;border-radius:12px!important}.object-workspace-card .panel:has(.collaboration-grid){border:0!important;box-shadow:none!important;background:transparent!important;padding:0!important}.object-workspace-card .panel:has(.collaboration-grid)>.panel-head{display:none!important}.object-workspace-card .collaboration-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:16px;margin-top:2px}.object-workspace-card .collaboration-grid>div{min-width:0;padding:16px;border:1px solid var(--border,#e5e7eb);border-radius:12px;background:var(--surface,#fff)}.object-workspace-card .collaboration-grid h3{margin:0 0 12px;font-size:14px}.object-workspace-card .comment-list,.object-workspace-card .attachment-list{display:grid;gap:8px;margin-bottom:14px}.object-workspace-card .comment{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:11px;border:1px solid var(--border,#e5e7eb);border-radius:10px;background:var(--surface-subtle,#f8fafc)}.object-workspace-card .comment b,.object-workspace-card .comment small{display:block}.object-workspace-card .comment small{margin-top:2px;color:var(--muted,#64748b)}.object-workspace-card .comment p{margin:7px 0 0;white-space:pre-wrap}.object-workspace-card .attachment-button{width:100%;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;text-align:left;gap:9px;padding:11px;border:1px solid var(--border,#e5e7eb);border-radius:10px;background:var(--surface-subtle,#f8fafc);cursor:pointer}.object-workspace-card .attachment-button:hover{background:var(--surface,#fff)}.object-workspace-card .attachment-button b,.object-workspace-card .attachment-button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.object-workspace-card .attachment-button small{margin-top:3px;color:var(--muted,#64748b)}.object-workspace-card .collaboration-grid form{display:grid;gap:10px}@media (max-width:900px){.task-detail-grid{grid-template-columns:1fr 1fr}.potok-promoted-panel.potok-promoted-open{width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px)!important}.potok-material-balance .panel:first-of-type .inline-form{grid-template-columns:1fr}.object-workspace-card .collaboration-grid{grid-template-columns:1fr}}@media (max-width:620px){.task-detail-grid{grid-template-columns:1fr}.sidebar .brand .potok-full-logo{max-width:145px}.potok-native-modal{padding:12px}}.page.potok-custom-editor-active>*:not(.potok-batch-editor-page){display:none!important}.potok-batch-editor-page{display:flex;flex-direction:column;gap:18px;width:100%}.potok-batch-editor-page .page-head{margin:0}.potok-batch-editor-page .potok-editor-panel{max-width:980px;padding:20px}.potok-batch-editor-page form{max-width:920px}.potok-batch-editor-page .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.potok-batch-editor-page .field-wide{grid-column:1/-1}@media (max-width:760px){.potok-batch-editor-page .form-grid{grid-template-columns:1fr}.potok-batch-editor-page .field-wide{grid-column:auto}}@media (min-width: 901px){.page .page-head h1{font-size:28px!important;line-height:1.15!important;letter-spacing:-.025em}}.page .page-head{align-items:flex-end!important}.page .page-head .page-actions,.potok-v2-right-actions{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap}.potok-v2-actions-row{display:flex!important;align-items:flex-end!important;gap:10px!important;flex-wrap:wrap!important;width:100%}.potok-v2-actions-row>.page-actions{margin-left:auto!important;display:flex!important;gap:8px!important;align-items:center!important;justify-content:flex-end!important}.tabs.potok-v2-actions-row{align-items:center!important}.tabs.potok-v2-actions-row>.page-actions{padding-left:14px}.produm-batch-filter.potok-v2-actions-row>.page-actions{margin-left:auto!important}.task-list-shell{display:flex;flex-direction:column;gap:0}.task-list-toolbar{display:flex!important;align-items:flex-end!important;gap:12px!important;margin:0!important;padding:0 0 12px!important;border-bottom:0!important}.task-list-toolbar .task-list-actions{margin-left:auto;align-self:flex-end}.task-list-panel{border-top-left-radius:14px!important;border-top-right-radius:14px!important;margin-top:0!important}.task-page-layout,.task-editor-layout{max-width:1040px;width:100%}.task-page-card,.task-editor-page{max-width:none!important;padding:0!important;overflow:hidden}.task-page-card>.panel-head,.task-editor-page>.panel-head{display:none}.task-page-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px 20px;border-bottom:1px solid var(--border,#e5e7eb);background:linear-gradient(180deg,#f8fafccc,#fff0)}.task-page-hero h2{font-size:22px;line-height:1.25;margin:5px 0 0}.task-page-kicker{font-size:12px;color:var(--muted,#64748b);font-weight:600}.task-page-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.task-priority{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:600;background:#f1f5f9;color:#475569}.task-priority-high{background:#fff7ed;color:#c2410c}.task-priority-critical{background:#fef2f2;color:#b91c1c}.task-priority-low{background:#f0fdf4;color:#15803d}.task-page-card .task-detail-grid{padding:20px 26px 8px;grid-template-columns:repeat(4,minmax(0,1fr))}.task-page-card .task-detail-grid>div{background:transparent!important;border:0!important;border-right:1px solid var(--border,#e5e7eb)!important;border-radius:0!important;padding:4px 16px 4px 0!important}.task-page-card .task-detail-grid>div:last-child{border-right:0!important}.task-page-section{margin:18px 26px 0;padding:18px 0 0;border-top:1px solid var(--border,#e5e7eb)}.task-page-section>span{display:block;font-size:12px;font-weight:600;color:var(--muted,#64748b);margin-bottom:7px}.task-page-section p{margin:0;line-height:1.65;white-space:pre-wrap;color:var(--text,#0f172a)}.task-linked-object{padding:22px 26px 26px}.task-editor-page form{max-width:none!important;padding:24px 26px}.task-editor-section-head{margin-bottom:18px}.task-editor-section-head h2{margin:0 0 5px;font-size:18px}.task-editor-section-head p{margin:0;color:var(--muted,#64748b);font-size:13px}.task-editor-page .form-grid{gap:16px}.modal-backdrop.potok-url-page.potok-v2-page-detail{position:static!important;background:transparent!important;padding:0!important}.potok-url-page.potok-v2-page-detail .potok-url-page-card{background:transparent!important;box-shadow:none!important;border:0!important}.potok-url-page.potok-v2-page-detail .modal-head{display:flex!important;align-items:center!important;gap:12px!important;padding:0 0 18px!important;margin-bottom:20px!important;border-bottom:1px solid var(--border,#e5e7eb)!important}.potok-url-page.potok-v2-page-detail .modal-head>div{order:2;flex:1}.potok-url-page.potok-v2-page-detail .modal-head>div h2{font-size:22px!important;margin:0!important}.potok-v2-back{order:1;flex:none}.potok-v2-hidden-close{display:none!important}.potok-url-page.potok-v2-page-detail .modal-body{padding:0!important;max-height:none!important;overflow:visible!important}.potok-url-page.potok-v2-page-detail .detail-hero,.potok-url-page.potok-v2-page-detail .panel,.potok-url-page.potok-v2-page-detail form{border-radius:14px}.modal.potok-v2-compact-modal{width:min(620px,calc(100vw - 32px))!important;max-width:620px!important}.potok-v2-promoted-panel:not(.potok-v2-promoted-open){display:none!important}.potok-v2-promoted-panel.potok-v2-promoted-open{display:block!important;position:fixed!important;z-index:10220!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:min(620px,calc(100vw - 32px))!important;max-height:calc(100vh - 48px)!important;overflow:auto!important;margin:0!important;background:var(--surface,#fff)!important;border:1px solid var(--border,#e5e7eb)!important;border-radius:16px!important;box-shadow:0 24px 80px #0f172a33!important;padding:20px!important}.potok-v2-promoted-panel .panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.potok-v2-promoted-panel .inline-form{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.potok-v2-promoted-panel .inline-form>.btn{grid-column:1/-1;justify-self:end}.potok-v2-panel-close{margin-left:auto;font-size:23px;line-height:1}.potok-v2-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10210;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.page .operator-board>.empty{grid-column:1/-1!important;width:100%!important;min-height:240px;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;margin-inline:auto}.dashboard-grid.potok-v2-full-grid{display:block!important}.potok-v2-full-panel{width:100%!important;max-width:none!important}.potok-v2-products,.potok-v2-users,.potok-v2-packages,.potok-v2-roles{width:100%;overflow:hidden}.potok-v2-products .data-table,.potok-v2-users .data-table,.potok-v2-packages .data-table,.potok-v2-roles .data-table{min-width:900px}.potok-v2-roles>.panel-head{padding-bottom:16px;margin-bottom:0;border-bottom:1px solid var(--border,#e5e7eb)}.potok-v2-roles>.panel-head p{margin:5px 0 0;color:var(--muted,#64748b);font-size:13px}.potok-v2-native-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10300;background:#0f172a6b;display:flex;align-items:center;justify-content:center;padding:22px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.potok-v2-native-card{width:min(660px,100%);max-height:calc(100vh - 44px);overflow:auto;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:16px;box-shadow:0 24px 80px #0f172a38;padding:22px}.potok-v2-native-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.potok-v2-native-head small{display:block;margin-bottom:4px;color:var(--muted,#64748b)}.potok-v2-native-head h2{margin:0;font-size:20px}.potok-v2-role-card{width:min(520px,100%)}.potok-v2-integration-connect{padding:22px!important}.potok-v2-integration-connect>.panel-head{margin-bottom:18px!important}.potok-v2-integration-connect form,.potok-v2-integration-connect .form-grid{gap:16px!important}.pinned-nav .potok-v2-pinned-item{background:transparent!important;border-color:transparent!important;box-shadow:none!important;position:relative!important}.pinned-nav .potok-v2-pinned-item:hover{background:#ffffff0e!important}.pinned-nav .potok-v2-pinned-item .potok-pin-mark{margin-left:auto;opacity:.58;font-size:12px;filter:grayscale(1)}.potok-v2-profile-page .profile-security-grid{display:grid!important;grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important;gap:18px!important;align-items:start}.potok-v2-profile-page .profile-card{padding:20px!important;position:sticky;top:18px}.potok-v2-profile-page .profile-summary{padding:0 0 18px!important;text-align:left!important;display:grid!important;grid-template-columns:auto 1fr!important;column-gap:14px!important;align-items:center!important}.potok-v2-profile-page .profile-summary .avatar{grid-row:1/5}.potok-v2-profile-page .profile-summary h2{margin:0 0 5px!important;font-size:19px}.potok-v2-profile-page .profile-summary p{margin:5px 0!important}.potok-v2-profile-page .profile-summary>span{font-size:12px;color:var(--muted,#64748b)}.potok-v2-profile-page .profile-card form{padding-top:18px;border-top:1px solid var(--border,#e5e7eb)}.potok-v2-profile-page .security-stack{display:grid!important;gap:14px!important}.potok-v2-profile-page .security-stack>.panel{padding:20px!important}.potok-v2-profile-page .security-stack .panel-head{margin-bottom:14px!important}@media (max-width:900px){.potok-v2-actions-row{align-items:stretch!important}.potok-v2-actions-row>.page-actions{width:100%;margin-left:0!important;justify-content:flex-start!important}.task-list-toolbar{align-items:stretch!important}.task-list-toolbar .task-list-actions{width:100%;margin-left:0}.task-page-card .task-detail-grid{grid-template-columns:1fr 1fr}.task-page-card .task-detail-grid>div{border-right:0!important;border-bottom:1px solid var(--border,#e5e7eb)!important;padding:10px 0!important}.task-page-hero{flex-direction:column}.potok-v2-profile-page .profile-security-grid{grid-template-columns:1fr!important}.potok-v2-profile-page .profile-card{position:static}}@media (max-width:620px){.task-page-card .task-detail-grid{grid-template-columns:1fr}.task-page-card .task-detail-grid,.task-page-hero,.task-linked-object,.task-editor-page form{padding-left:18px!important;padding-right:18px!important}.task-page-section{margin-left:18px;margin-right:18px}.potok-v2-native-modal{padding:10px}.potok-v2-native-card{padding:17px}}.tabs.potok-v2-actions-row>.page-actions>.btn,.produm-batch-filter.potok-v2-actions-row>.page-actions>.btn{min-height:39px!important;padding:9px 14px!important;border-radius:10px!important;font-weight:750!important}.tabs.potok-v2-actions-row>.page-actions>.btn-primary,.produm-batch-filter.potok-v2-actions-row>.page-actions>.btn-primary{background:var(--primary-strong)!important;color:#fff!important;border:0!important}.tabs.potok-v2-actions-row>.page-actions>.btn-secondary,.produm-batch-filter.potok-v2-actions-row>.page-actions>.btn-secondary{background:#fff!important;color:var(--ink)!important;border:1px solid var(--line)!important}.tabs.potok-v2-actions-row>.page-actions>.btn-danger{background:var(--danger-soft)!important;color:var(--danger)!important;border:1px solid #f0c7c7!important}.tabs.potok-v2-actions-row>.page-actions>.btn-success{background:var(--success)!important;color:#fff!important;border:0!important}.tabs.potok-v2-actions-row>.page-actions>.tabs{margin:0!important}@media (min-width:901px){.app-shell .topbar>div:first-of-type>b{font-size:28px!important;line-height:1.15;letter-spacing:-.5px}}.entity-page-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.task-view-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;width:100%}.task-main-card{width:100%!important;max-width:none!important;min-height:360px}.task-main-heading{padding:4px 0 18px;border-bottom:1px solid var(--line,#e3e8e5);margin-bottom:20px}.task-main-heading h2{font-size:22px;margin:6px 0 0}.task-page-kicker{font-size:12px;font-weight:800;color:var(--muted,#6d7973);text-transform:uppercase;letter-spacing:.5px}.task-page-section{padding:2px 0 20px}.task-page-section+.task-page-section{padding-top:18px;border-top:1px solid var(--line,#e3e8e5)}.task-page-section>span{display:block;font-size:12px;font-weight:800;color:var(--muted,#6d7973);margin-bottom:8px;text-transform:uppercase;letter-spacing:.35px}.task-linked-object{padding-top:18px;border-top:1px solid var(--line,#e3e8e5)}.task-meta-card,.task-editor-side{background:var(--surface,#fff);border:1px solid var(--line,#e3e8e5);border-radius:15px;padding:18px;box-shadow:0 4px 16px #1e302706;position:sticky;top:92px}.task-meta-badges{display:flex;gap:8px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--line,#e3e8e5);margin-bottom:6px}.task-status,.task-priority{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800}.task-status-open{background:#f0f2f1;color:#68736d}.task-status-in_progress{background:#ebf3fa;color:#346a9c}.task-status-completed{background:#eaf7ef;color:#2f7d4a}.task-status-cancelled{background:#fff0f0;color:#c84040}.task-priority-low{background:#f0f2f1;color:#68736d}.task-priority-normal{background:#ebf3fa;color:#346a9c}.task-priority-high{background:#fff6e7;color:#a96d18}.task-priority-critical{background:#fff0f0;color:#c84040}.task-meta-list{margin:0}.task-meta-list>div{padding:13px 0;border-bottom:1px solid #edf0ee}.task-meta-list>div:last-child{border-bottom:0}.task-meta-list dt{font-size:12px;color:var(--muted,#6d7973);margin-bottom:5px}.task-meta-list dd{margin:0;font-weight:750;color:var(--ink,#15201b)}.task-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;width:100%}.task-editor-main{max-width:none!important;margin:0!important}.task-editor-main .field textarea{min-height:170px}.task-editor-side .field{margin-bottom:14px}.task-editor-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:12px;border-top:1px solid var(--line,#e3e8e5)}.page.potok-profile-stacked .profile-security-grid{display:flex!important;flex-direction:column!important;gap:15px!important}.page.potok-profile-stacked .profile-card{width:100%!important;max-width:none!important}.page.potok-profile-stacked .profile-card>.profile-summary{display:grid!important;grid-template-columns:auto minmax(180px,1fr) auto;grid-template-rows:auto auto auto auto;align-items:center;column-gap:16px;row-gap:4px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line,#e3e8e5)}.page.potok-profile-stacked .profile-summary .avatar{grid-column:1;grid-row:1/5}.page.potok-profile-stacked .profile-summary h2{grid-column:2;grid-row:1;margin:0}.page.potok-profile-stacked .profile-summary>.badge{grid-column:3;grid-row:1/3;justify-self:end;align-self:start}.page.potok-profile-stacked .profile-summary p{grid-column:2;grid-row:2;margin:0}.page.potok-profile-stacked .profile-summary>span:nth-of-type(1){grid-column:2;grid-row:3}.page.potok-profile-stacked .profile-summary>span:nth-of-type(2){grid-column:2;grid-row:4}.page.potok-profile-stacked .profile-card form{max-width:860px}.page.potok-profile-stacked .security-stack{display:grid!important;grid-template-columns:1fr 1fr;gap:15px!important;align-items:start}.page.potok-profile-stacked .security-stack>.panel:first-child{grid-column:1/-1}.page.potok-profile-stacked .security-stack>.panel{margin:0!important}.modal-backdrop.potok-url-page.potok-real-page{display:block!important;position:static!important;background:transparent!important;padding:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.modal-backdrop.potok-url-page.potok-real-page>.potok-entity-page-top{display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px}.modal-backdrop.potok-url-page.potok-real-page .potok-url-page-card{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;width:100%!important;max-width:none!important;margin:0!important}.modal-backdrop.potok-url-page.potok-real-page .potok-real-page-head{position:static!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:0!important;padding:0 0 18px!important;margin:0!important}.modal-backdrop.potok-url-page.potok-real-page .potok-real-page-head h2{font-size:24px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important}.modal-backdrop.potok-url-page.potok-real-page .modal-body{padding:0!important;max-height:none!important;overflow:visible!important}.modal-backdrop.potok-url-page.potok-real-page .detail-hero{background:transparent!important;border:0!important;border-radius:0!important;padding:0 0 18px!important;margin-bottom:18px!important}.modal-backdrop.potok-url-page.potok-real-page[data-potok-url-mode=create] form{max-width:980px}.potok-b-native-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10200;background:#0c16117a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px}.potok-b-native-card{width:min(720px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border:1px solid var(--line,#e3e8e5);border-radius:16px;box-shadow:0 30px 90px #0003;padding:20px}.potok-b-native-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--line,#e3e8e5)}.potok-b-native-head small{display:block;color:var(--muted,#6d7973);margin-bottom:3px}.potok-b-native-head h2{margin:0}.potok-supplier-table,.potok-equipment-table{width:100%}@media (max-width:1000px){.task-view-grid,.task-editor-grid{grid-template-columns:1fr}.task-meta-card,.task-editor-side{position:static}.page.potok-profile-stacked .security-stack{grid-template-columns:1fr}.page.potok-profile-stacked .security-stack>.panel:first-child{grid-column:auto}}@media (max-width:700px){.page.potok-profile-stacked .profile-card>.profile-summary{display:flex!important;flex-direction:column;align-items:flex-start}.task-editor-actions{grid-template-columns:1fr}.potok-b-native-modal{padding:10px}}@media (min-width:901px){.app-shell .topbar>div:first-of-type>b{font-size:28px!important;line-height:1.14!important}}.sidebar .brand{position:relative!important;min-height:74px!important;display:flex!important;align-items:center!important;gap:12px!important;padding:10px 13px!important}.sidebar .brand>.brand-mark{display:none!important}.sidebar .brand:before{content:"";display:block;flex:0 0 50px;width:50px;height:50px;background:url(/logo_full_w.png) center/contain no-repeat}.sidebar .brand>div:last-child{display:flex!important;align-items:center!important}.sidebar .brand strong{font-size:0!important}.sidebar .brand strong:after{content:"Поток";font-size:20px;font-weight:800;color:inherit}.sidebar .brand small{display:none!important}.sidebar nav,.sidebar .nav-group,.sidebar .nav-group>span,.sidebar nav button{text-align:left!important}.sidebar nav button{justify-content:flex-start!important}.entity-page-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px}.task-view-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start;width:100%}.task-main-card{max-width:none!important;width:100%!important;padding:26px!important}.task-main-heading{padding:0!important;margin:0 0 20px!important;border:0!important}.task-main-heading h2{display:none!important}.task-page-kicker{display:block;font-size:11px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:var(--muted,#6d7973)!important}.task-page-section{padding:0!important;margin:0!important;border:0!important}.task-page-section+.task-page-section{margin-top:24px!important;padding-top:22px!important;border-top:1px solid var(--line,#e4e9e6)!important}.task-page-section>span{display:block;font-size:12px;font-weight:750;color:var(--muted,#6d7973);margin-bottom:9px}.task-page-section p{margin:0;white-space:pre-wrap;line-height:1.65;font-size:14px}.task-meta-card{position:static!important;background:var(--surface,#fff);border:1px solid var(--line,#e3e8e5);border-radius:15px;padding:17px 18px}.task-meta-badges{display:flex;gap:7px;flex-wrap:wrap;padding:0 0 14px;margin:0;border-bottom:1px solid var(--line,#e7ebe9)}.task-meta-list{margin:0!important}.task-meta-list>div{padding:11px 0;border:0!important}.task-meta-list>div+div{border-top:1px solid #f0f2f1!important}.task-meta-list dt{font-size:11px;color:var(--muted,#6d7973);margin-bottom:4px}.task-meta-list dd{margin:0;font-weight:700}.task-linked-object-side{margin-top:14px!important;padding-top:14px!important;border-top:1px solid var(--line,#e7ebe9)!important}.task-linked-object-side .btn{width:100%}html[data-production-page=calendar] .page>.modal-backdrop,html[data-production-page=production] .page>.modal-backdrop,html[data-production-page=orders] .page>.modal-backdrop,html[data-production-page=quality] .page>.modal-backdrop{position:static!important;inset:auto!important;display:block!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0!important;overflow:visible!important}html[data-production-page=calendar] .page>.modal-backdrop>.modal,html[data-production-page=production] .page>.modal-backdrop>.modal,html[data-production-page=orders] .page>.modal-backdrop>.modal,html[data-production-page=quality] .page>.modal-backdrop>.modal{width:100%!important;max-width:none!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;overflow:visible!important}html[data-production-page=calendar] .page>.modal-backdrop .modal-head,html[data-production-page=production] .page>.modal-backdrop .modal-head,html[data-production-page=orders] .page>.modal-backdrop .modal-head,html[data-production-page=quality] .page>.modal-backdrop .modal-head{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:0 0 18px!important;margin:0 0 18px!important;border:0!important;background:transparent!important}html[data-production-page=calendar] .page>.modal-backdrop .modal-head>.icon-btn,html[data-production-page=production] .page>.modal-backdrop .modal-head>.icon-btn,html[data-production-page=orders] .page>.modal-backdrop .modal-head>.icon-btn,html[data-production-page=quality] .page>.modal-backdrop .modal-head>.icon-btn{grid-row:1!important;justify-self:start!important;width:auto!important;height:36px!important;padding:0 12px!important;border:1px solid var(--line,#dfe5e2)!important;border-radius:9px!important;background:#fff!important;color:var(--ink,#15201b)!important;display:inline-flex!important;align-items:center!important}html[data-production-page=calendar] .page>.modal-backdrop .modal-head>.icon-btn svg,html[data-production-page=production] .page>.modal-backdrop .modal-head>.icon-btn svg,html[data-production-page=orders] .page>.modal-backdrop .modal-head>.icon-btn svg,html[data-production-page=quality] .page>.modal-backdrop .modal-head>.icon-btn svg{display:none!important}html[data-production-page=calendar] .page>.modal-backdrop .modal-head>.icon-btn:after,html[data-production-page=production] .page>.modal-backdrop .modal-head>.icon-btn:after,html[data-production-page=orders] .page>.modal-backdrop .modal-head>.icon-btn:after,html[data-production-page=quality] .page>.modal-backdrop .modal-head>.icon-btn:after{content:"← Назад";font-size:13px;font-weight:700}html[data-production-page=calendar] .page>.modal-backdrop .modal-head>div,html[data-production-page=production] .page>.modal-backdrop .modal-head>div,html[data-production-page=orders] .page>.modal-backdrop .modal-head>div,html[data-production-page=quality] .page>.modal-backdrop .modal-head>div{grid-row:2!important}html[data-production-page=calendar] .page>.modal-backdrop .modal-head h2,html[data-production-page=production] .page>.modal-backdrop .modal-head h2,html[data-production-page=orders] .page>.modal-backdrop .modal-head h2,html[data-production-page=quality] .page>.modal-backdrop .modal-head h2{margin:0!important;padding:0!important;font-size:26px!important;line-height:1.2!important;background:transparent!important;border:0!important}html[data-production-page=calendar] .page>.modal-backdrop .modal-body,html[data-production-page=production] .page>.modal-backdrop .modal-body,html[data-production-page=orders] .page>.modal-backdrop .modal-body,html[data-production-page=quality] .page>.modal-backdrop .modal-body{padding:0!important;max-height:none!important;overflow:visible!important}html[data-production-page=profile] .profile-security-grid{display:flex!important;flex-direction:column!important;gap:16px!important;align-items:stretch!important}html[data-production-page=profile] .profile-card{position:static!important;top:auto!important;width:100%!important;max-width:none!important;margin:0!important;padding:22px!important}html[data-production-page=profile] .profile-summary{position:static!important;display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;grid-template-rows:auto auto auto auto!important;gap:5px 16px!important;align-items:center!important;padding:0 0 20px!important;margin:0 0 20px!important;border-bottom:1px solid var(--line,#e4e9e6)!important}html[data-production-page=profile] .profile-summary .avatar{grid-column:1!important;grid-row:1/5!important;align-self:start!important}html[data-production-page=profile] .profile-summary h2{grid-column:2!important;grid-row:1!important;margin:0!important;font-size:22px!important}html[data-production-page=profile] .profile-summary>p{grid-column:2!important;grid-row:2!important;margin:0!important;color:var(--muted,#6d7973)!important}html[data-production-page=profile] .profile-summary>.badge{grid-column:3!important;grid-row:1!important;justify-self:end!important;align-self:start!important}html[data-production-page=profile] .profile-summary>span:not(.badge){grid-column:2!important;color:var(--muted,#6d7973)!important;font-size:12px!important}html[data-production-page=profile] .profile-summary>span:not(.badge):nth-of-type(2){grid-row:3!important}html[data-production-page=profile] .profile-summary>span:not(.badge):nth-of-type(3){grid-row:4!important}html[data-production-page=profile] .profile-card form{max-width:900px!important}html[data-production-page=profile] .security-stack{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:16px!important;align-items:start!important;width:100%!important}html[data-production-page=profile] .security-stack>.panel{position:static!important;top:auto!important;margin:0!important;height:100%!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3){grid-column:1/-1!important;height:auto!important}@media (max-width:1000px){.task-view-grid{grid-template-columns:1fr}html[data-production-page=profile] .security-stack{grid-template-columns:1fr!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3){grid-column:auto!important}}@media (max-width:700px){html[data-production-page=profile] .profile-summary{display:flex!important;flex-direction:column!important;align-items:flex-start!important}}.sidebar .brand:before{background:transparent url(/logo_w.png) center/contain no-repeat!important;padding:0!important}.modern-page .modern-status-groups{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:12px!important;padding:0!important}.modern-page .modern-status-groups>section{min-width:0;padding:0!important;overflow:hidden;background:var(--surface,#fff)!important;border:1px solid var(--line,#e3e8e5)!important;border-radius:14px!important;box-shadow:0 3px 12px #1c2c2406}.modern-page .modern-status-groups>section>header{min-height:48px;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0!important;padding:11px 13px!important;background:var(--surface-2,#f8fafb);border-bottom:1px solid var(--line,#e3e8e5)}.modern-page .modern-status-groups>section>header>b{min-width:26px;height:26px;margin-left:auto;display:grid;place-items:center;border-radius:999px;background:#edf1ef;color:var(--primary-strong,#294a39)!important;font-size:12px}.modern-page .modern-status-groups>section>div{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;padding:9px!important}.modern-page .modern-status-groups a,.modern-page .modern-status-groups button{min-width:0;display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px!important;padding:10px 11px!important;border:1px solid transparent!important;border-radius:10px!important;background:#fff!important;color:var(--ink,#15201b)!important;text-align:left!important;text-decoration:none!important;transition:.16s ease}.modern-page .modern-status-groups a:hover,.modern-page .modern-status-groups button:hover{border-color:#d8e1dc!important;background:#fbfcfb!important;transform:translateY(-1px)}.modern-page .modern-status-groups a>b,.modern-page .modern-status-groups button>b{grid-column:1;color:var(--primary-strong,#294a39)!important;font-size:13px;font-weight:800}.modern-page .modern-status-groups a>span,.modern-page .modern-status-groups button>span{grid-column:1;overflow:hidden;color:var(--ink,#15201b)!important;font-size:13px!important;text-overflow:ellipsis;white-space:nowrap}.modern-page .modern-status-groups a>small,.modern-page .modern-status-groups button>small{grid-column:2;grid-row:1/3;align-self:center;color:var(--muted,#6d7973)!important;font-size:11px!important;white-space:nowrap}.task-editor-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:18px!important;align-items:start!important}.task-editor-main{width:100%!important;margin:0!important;padding:24px!important;overflow:visible!important;background:var(--surface,#fff)!important;border:1px solid var(--line,#e3e8e5)!important;border-radius:15px!important;box-shadow:0 4px 16px #1e302706!important}.task-editor-main .field{margin-bottom:17px!important}.task-editor-main .field:last-child{margin-bottom:0!important}.task-editor-main .field>span{margin-bottom:1px;color:#56635c!important;font-size:12px;font-weight:750}.task-editor-main input,.task-editor-main textarea{background:#fbfcfb!important;border-color:#d7dfdb!important}.task-editor-main input:focus,.task-editor-main textarea:focus{background:#fff!important}.task-editor-main textarea{min-height:190px;line-height:1.6}.task-editor-side{padding:18px!important;background:var(--surface,#fff)!important;border:1px solid var(--line,#e3e8e5)!important;border-radius:15px!important;box-shadow:0 4px 16px #1e302706!important}.task-editor-actions{display:flex!important;justify-content:flex-end!important;gap:8px!important;padding-top:14px!important;margin-top:6px!important;border-top:1px solid var(--line,#e3e8e5)!important}html[data-production-page=orders] .page>.modal-backdrop>.modal>.modal-body>form,html[data-production-page=orders] .page>.modal-backdrop>.modal>.modal-body>.modal-backdrop>.modal>.modal-body>form{width:100%;max-width:1180px;margin:0 auto 28px!important;padding:24px!important;background:var(--surface,#fff)!important;border:1px solid var(--line,#e3e8e5)!important;border-radius:15px!important;box-shadow:0 4px 16px #1e302706!important}html[data-production-page=orders] .page>.modal-backdrop .modal-body>form>.form-grid{gap:2px 16px!important}html[data-production-page=orders] .page>.modal-backdrop .modal-body>form .section-heading{min-height:44px;margin:8px 0 10px!important;padding-top:16px!important;border-top:1px solid var(--line,#e3e8e5)}html[data-production-page=orders] .page>.modal-backdrop .modal-body>form .item-editor{display:grid!important;gap:9px!important}html[data-production-page=orders] .page>.modal-backdrop .modal-body>form .item-row{padding:12px!important;background:var(--surface-2,#f8fafb)!important;border:1px solid var(--line,#e3e8e5)!important;border-radius:11px!important}html[data-production-page=orders] .page>.modal-backdrop .modal-body>form .modal-actions{margin-top:22px!important}html[data-production-page=orders] .page>.modal-backdrop>.modal:has(>.modal-body>.modal-backdrop)>.modal-head{display:none!important}html[data-production-page=orders] .page>.modal-backdrop>.modal>.modal-body:has(>.modal-backdrop)>*:not(.modal-backdrop){display:none!important}html[data-production-page=orders] .page>.modal-backdrop>.modal>.modal-body>.modal-backdrop{position:static!important;inset:auto!important;display:block!important;padding:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;overflow:visible!important}html[data-production-page=orders] .page>.modal-backdrop>.modal>.modal-body>.modal-backdrop>.modal{width:100%!important;max-width:none!important;max-height:none!important;margin:0!important;overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}html[data-production-page=orders] .page>.modal-backdrop>.modal>.modal-body>.modal-backdrop>.modal>.modal-head{position:static!important;display:flex!important;min-height:auto!important;margin:0 0 18px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}html[data-production-page=orders] .page>.modal-backdrop>.modal>.modal-body>.modal-backdrop>.modal>.modal-head h2{margin:0!important;font-size:28px!important}html[data-production-page=orders] .page>.modal-backdrop>.modal>.modal-body>.modal-backdrop>.modal>.modal-body{padding:0!important;overflow:visible!important}html[data-production-page=planner] .page{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;column-gap:10px!important;align-items:end!important}html[data-production-page=planner] .page>.page-head{display:contents!important}html[data-production-page=planner] .page>.page-head>div:first-child{grid-column:1!important;grid-row:1!important;align-self:start!important;margin-bottom:14px!important}html[data-production-page=planner] .page>.page-head>.page-actions{grid-column:3!important;grid-row:1!important;align-self:end!important;display:flex!important;flex-wrap:nowrap!important;align-items:flex-end!important;gap:8px!important;margin:0 0 14px!important;padding:0!important}html[data-production-page=planner] .page>.period-bar{position:static!important;inset:auto!important;grid-column:2!important;grid-row:1!important;align-self:end!important;display:flex!important;flex-wrap:nowrap!important;align-items:flex-end!important;justify-content:flex-end!important;gap:8px!important;margin:0 0 14px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}html[data-production-page=planner] .page>.period-bar .field{min-width:138px!important;margin:0!important}html[data-production-page=planner] .page>.period-bar>.btn{margin:0!important}html[data-production-page=planner] .page>:not(.page-head):not(.period-bar){grid-column:1/-1!important}html[data-production-page=mrp] .modern-route-layer .page-head,html[data-production-page=sop] .modern-route-layer .page-head,html[data-production-page=mrp] .app-shell .page-head,html[data-production-page=sop] .app-shell .page-head{padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}html[data-production-page=mrp] .app-shell .topbar>div:first-of-type,html[data-production-page=sop] .app-shell .topbar>div:first-of-type{display:none!important}html[data-production-page=mrp] .app-shell .page>.page-head,html[data-production-page=sop] .app-shell .page>.page-head{visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;overflow:hidden!important}@media (max-width:1350px){html[data-production-page=planner] .page{display:block!important}html[data-production-page=planner] .page>.page-head{display:flex!important;margin-bottom:10px!important}html[data-production-page=planner] .page>.page-head>.page-actions{margin:0 0 12px auto!important;flex-wrap:wrap!important}html[data-production-page=planner] .page>.period-bar{margin:0 0 14px auto!important;flex-wrap:wrap!important}}@media (max-width:900px){.task-editor-grid{grid-template-columns:1fr!important}}.profile-modern-summary{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:16px;align-items:center;padding:20px 22px;margin-bottom:16px;background:#fff;border:1px solid var(--line);border-radius:15px}.profile-modern-summary h2{margin:0 0 4px;font-size:22px}.profile-modern-summary p{margin:0 0 4px;color:var(--text)}.profile-modern-summary small{color:var(--muted)}.profile-modern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:16px}.profile-modern-grid>.panel{height:100%;margin:0}.profile-modern-grid form{display:grid;gap:13px}.profile-security-state{display:flex;gap:11px;align-items:flex-start;padding:12px 13px;margin-bottom:14px;border:1px solid var(--line);border-radius:11px;background:#fafcfb}.profile-security-state.enabled{background:#f4faf6}.profile-security-state span{display:grid;gap:3px}.profile-security-state small,.profile-security-start p,.form-hint{color:var(--muted);font-size:13px}.profile-security-start{display:grid;gap:14px}.notification-modern-toolbar{display:flex;justify-content:flex-end;margin:-2px 0 14px}.notification-modern-list{display:grid;gap:10px}.notification-modern-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:13px;align-items:center;padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:13px}.notification-modern-list article.unread{border-color:#b9c9c0;background:#fbfdfc}.notification-modern-list article b{display:block;margin-bottom:4px}.notification-modern-list article p{margin:0 0 5px;color:var(--text);line-height:1.45}.notification-modern-list article small{color:var(--muted)}.notification-modern-actions{justify-self:end}.modern-route-packaging .panel,.modern-route-master_versions .panel,.modern-route-purchases .panel{margin-top:0}.notifications-workspace .notification-modern-toolbar{justify-content:space-between}.notification-count{color:var(--pt-muted);font-size:12px}.notification-count b{color:var(--pt-ink)}.notification-unread-filter{display:inline-flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.notification-unread-filter input{width:17px;height:17px;accent-color:var(--pt-brand-ink)}.notifications-workspace .notification-modern-list{gap:8px}.notifications-workspace .notification-modern-list article{padding:12px 14px;align-items:start;border-left:4px solid transparent}.notifications-workspace .notification-modern-list article.unread{background:color-mix(in srgb,var(--pt-brand) 12%,white);border-color:var(--pt-brand);border-left-color:var(--pt-brand-ink)}.notification-modern-content{min-width:0;overflow-wrap:anywhere}.notification-modern-title{display:flex;align-items:center;flex-wrap:wrap;gap:4px 10px;margin-bottom:5px}.notification-modern-list .notification-modern-title b{margin:0}.notification-unread-badge{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;padding:3px 7px;border-radius:6px;background:var(--pt-brand-ink);color:#fff;font-size:10px;font-weight:700;line-height:1.3}.notification-unread-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.notification-modern-list article.unread .notification-icon{background:var(--pt-brand);color:var(--pt-ink)}.notifications-workspace .notification-modern-actions{align-self:center}.modern-page code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#f3f6f4;padding:3px 6px;border-radius:6px;color:#526159}@media (max-width:1100px){.profile-modern-grid{grid-template-columns:1fr 1fr}.profile-modern-grid>.panel:last-child{grid-column:1/-1}}@media (max-width:760px){.profile-modern-summary{grid-template-columns:52px 1fr}.profile-modern-summary>.badge{grid-column:1/-1;justify-self:start}.profile-modern-grid{grid-template-columns:1fr}.profile-modern-grid>.panel:last-child{grid-column:auto}.notification-modern-list article{grid-template-columns:36px 1fr}.notification-modern-actions{grid-column:2;justify-self:start}}html[data-production-page=mrp] .app-shell .topbar>div:first-of-type,html[data-production-page=sop] .app-shell .topbar>div:first-of-type{display:block!important;visibility:visible!important;opacity:1!important}html[data-production-page=mrp] .app-shell .topbar>div:first-of-type h1,html[data-production-page=sop] .app-shell .topbar>div:first-of-type h1{display:block!important}html[data-production-page=production] .page{min-height:calc(100vh - 86px)!important;padding-bottom:10px!important}html[data-production-page=production] .kanban{min-height:calc(100vh - 205px)!important;align-items:stretch!important;padding-bottom:8px!important;margin-bottom:0!important}html[data-production-page=production] .kanban-column{min-height:calc(100vh - 215px)!important;margin-bottom:0!important;display:flex!important;flex-direction:column!important}html[data-production-page=production] .kanban-list{flex:1 1 auto!important}html[data-production-page=quality] .object-workspace-card{margin-top:18px!important;border:1px solid var(--line,#e3e8e5)!important;border-radius:15px!important;background:#fff!important;box-shadow:0 4px 16px #1e302706!important;overflow:hidden!important}html[data-production-page=quality] .object-workspace-card>.panel-head{padding:18px 20px!important;background:#fff!important;border-bottom:1px solid var(--line,#e3e8e5)!important}html[data-production-page=quality] .object-workspace-card>.panel-body{padding:0 20px 20px!important}html[data-production-page=quality] .workspace-tabs-wrap{margin:0 -20px 18px!important;padding:0 20px!important;border-bottom:1px solid var(--line,#e3e8e5)!important}html[data-production-page=profile] .app-shell .page{max-width:1660px!important;padding-top:12px!important}html[data-production-page=profile] .app-shell .page-head{margin-bottom:16px!important}html[data-production-page=profile] .app-shell .page-head p{max-width:720px!important}html[data-production-page=profile] .profile-security-grid{display:grid!important;grid-template-columns:minmax(300px,1.05fr) minmax(300px,.95fr) minmax(300px,.95fr)!important;gap:14px!important;align-items:start!important;width:100%!important}html[data-production-page=profile] .profile-security-grid>.profile-card,html[data-production-page=profile] .profile-security-grid>.security-stack{display:contents!important}html[data-production-page=profile] .profile-summary{grid-column:1/-1!important;position:relative!important;display:grid!important;grid-template-columns:72px minmax(0,1fr) auto!important;grid-template-rows:auto auto auto!important;column-gap:18px!important;row-gap:5px!important;min-height:136px!important;margin:0!important;padding:24px 26px!important;overflow:hidden!important;align-items:center!important;background:radial-gradient(circle at 88% 18%,rgba(11,103,246,.09),transparent 24%),linear-gradient(135deg,#fff,#f8fbff 64%,#f1f7ff)!important;border:1px solid var(--line,#d8e6fb)!important;border-radius:16px!important;box-shadow:0 8px 28px #1450aa0d!important}html[data-production-page=profile] .profile-summary:before{content:"ЛИЧНЫЙ КАБИНЕТ";position:absolute;top:20px;left:116px;color:#6a82aa;font-size:10px;font-weight:850;letter-spacing:.1em}html[data-production-page=profile] .profile-summary .avatar{grid-column:1!important;grid-row:1/4!important;width:72px!important;height:72px!important;align-self:center!important;margin:0!important;border:0!important;border-radius:18px!important;background:linear-gradient(145deg,#0c2859,#071c49)!important;color:#fff!important;box-shadow:0 10px 24px #061a4624!important;font-size:23px!important;letter-spacing:.02em!important}html[data-production-page=profile] .profile-summary h2{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:11px 0 0!important;color:var(--ink,#061a46)!important;font-size:23px!important;line-height:1.16!important;letter-spacing:-.025em!important}html[data-production-page=profile] .profile-summary>p{grid-column:2!important;grid-row:2!important;margin:0!important;color:var(--muted,#60749b)!important;font-size:13px!important}html[data-production-page=profile] .profile-summary>.badge{grid-column:3!important;grid-row:1/3!important;justify-self:end!important;align-self:center!important;min-height:30px!important;padding:6px 11px!important;border:1px solid #d5e5fb!important;background:#fff!important;color:#36567f!important;box-shadow:none!important}html[data-production-page=profile] .profile-summary>span:not(.badge){grid-column:2!important;grid-row:3!important;display:inline!important;width:max-content!important;max-width:100%!important;margin:2px 0 0!important;color:#6a7f9f!important;font-size:12px!important;line-height:1.4!important}html[data-production-page=profile] .profile-summary>span:not(.badge):nth-of-type(2){margin-left:0!important}html[data-production-page=profile] .profile-summary>span:not(.badge):nth-of-type(3){grid-column:2!important;grid-row:3!important;margin-left:180px!important}html[data-production-page=profile] .profile-card{border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;margin:0!important;padding:0!important}html[data-production-page=profile] .profile-card>form{grid-column:1!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:19px!important;background:#fff!important;border:1px solid var(--line,#d8e6fb)!important;border-radius:14px!important;box-shadow:0 6px 22px #1450aa0a!important}html[data-production-page=profile] .profile-card>form>h3{margin:0 0 17px!important;padding:0 0 13px!important;border-bottom:1px solid #e7effb!important;color:var(--ink,#061a46)!important;font-size:16px!important;line-height:1.25!important}html[data-production-page=profile] .profile-card>form .form-grid{grid-template-columns:1fr!important;gap:0!important}html[data-production-page=profile] .security-stack{width:auto!important}html[data-production-page=profile] .security-stack>.panel{position:static!important;width:100%!important;min-width:0!important;height:auto!important;margin:0!important;overflow:hidden!important;border:1px solid var(--line,#d8e6fb)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 6px 22px #1450aa0a!important}html[data-production-page=profile] .security-stack>.panel:nth-child(1){grid-column:2!important}html[data-production-page=profile] .security-stack>.panel:nth-child(2){grid-column:3!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3){grid-column:1/-1!important}html[data-production-page=profile] .security-stack>.panel>.panel-head{min-height:auto!important;padding:16px 18px 14px!important;align-items:flex-start!important;background:#fff!important;border-bottom:1px solid #e7effb!important}html[data-production-page=profile] .security-stack>.panel>.panel-head h2{margin:0!important;color:var(--ink,#061a46)!important;font-size:16px!important;line-height:1.25!important}html[data-production-page=profile] .security-stack>.panel>.panel-head p{margin-top:4px!important;max-width:420px!important;color:var(--muted,#60749b)!important;font-size:11.5px!important;line-height:1.45!important}html[data-production-page=profile] .security-stack>.panel>form{padding:17px 18px 18px!important}html[data-production-page=profile] .security-stack>.panel:nth-child(1)>form .form-grid{grid-template-columns:1fr!important;gap:0!important}html[data-production-page=profile] .security-stack>.panel:nth-child(2)>.btn{margin:18px!important}html[data-production-page=profile] .security-stack>.panel .success-box,html[data-production-page=profile] .security-stack>.panel .warning-box{margin:0 0 14px!important;padding:11px 12px!important;border:1px solid #caeadf!important;border-radius:10px!important;box-shadow:none!important}html[data-production-page=profile] .profile-security-grid .field{margin-bottom:13px!important}html[data-production-page=profile] .profile-security-grid .field>span{margin-bottom:1px!important;color:#526b91!important;font-size:11.5px!important;font-weight:750!important}html[data-production-page=profile] .profile-security-grid .field input{min-height:42px!important;padding:9px 11px!important;border-color:#cbdcf5!important;border-radius:9px!important;background:#fbfdff!important;box-shadow:none!important}html[data-production-page=profile] .profile-security-grid .field input:focus{background:#fff!important}html[data-production-page=profile] .profile-security-grid form>.btn{width:auto!important;min-width:152px!important;min-height:38px!important;margin-top:2px!important;padding-inline:14px!important;border-radius:9px!important;box-shadow:none!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3)>.panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3) .data-table-wrap{overflow:auto!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3) .data-table{min-width:930px!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3) .data-table th{padding:10px 14px!important;background:#f7faff!important;color:#6a7fa4!important;font-size:10.5px!important;letter-spacing:.04em!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3) .data-table td{padding:11px 14px!important;font-size:12.5px!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3) .data-table td:first-child{max-width:520px!important;overflow:hidden!important;color:#304d77!important;text-overflow:ellipsis!important;white-space:nowrap!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3) .data-table td:last-child{width:96px!important;text-align:right!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3) .data-table .btn{min-height:32px!important;padding:6px 10px!important;border-radius:8px!important;font-size:11.5px!important;box-shadow:none!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3) .badge{min-height:24px!important;padding:4px 8px!important;font-size:10.5px!important}@media (max-width:1250px){html[data-production-page=profile] .profile-security-grid{grid-template-columns:1fr 1fr!important}html[data-production-page=profile] .profile-summary{grid-column:1/-1!important}html[data-production-page=profile] .profile-card>form{grid-column:1!important}html[data-production-page=profile] .security-stack>.panel:nth-child(1){grid-column:2!important}html[data-production-page=profile] .security-stack>.panel:nth-child(2){grid-column:1/-1!important}html[data-production-page=profile] .security-stack>.panel:nth-child(3){grid-column:1/-1!important}}@media (max-width:820px){html[data-production-page=profile] .profile-security-grid{grid-template-columns:1fr!important}html[data-production-page=profile] .profile-summary,html[data-production-page=profile] .profile-card>form,html[data-production-page=profile] .security-stack>.panel:nth-child(1),html[data-production-page=profile] .security-stack>.panel:nth-child(2),html[data-production-page=profile] .security-stack>.panel:nth-child(3){grid-column:1!important}html[data-production-page=profile] .profile-summary{grid-template-columns:58px minmax(0,1fr)!important;grid-template-rows:auto auto auto auto!important;min-height:0!important;padding:20px!important;column-gap:13px!important}html[data-production-page=profile] .profile-summary:before{display:none!important}html[data-production-page=profile] .profile-summary .avatar{width:58px!important;height:58px!important;border-radius:15px!important}html[data-production-page=profile] .profile-summary h2{grid-column:2!important;grid-row:1!important;margin:0!important;font-size:19px!important}html[data-production-page=profile] .profile-summary>p{grid-column:2!important;grid-row:2!important}html[data-production-page=profile] .profile-summary>.badge{grid-column:2!important;grid-row:3!important;justify-self:start!important;margin-top:5px!important}html[data-production-page=profile] .profile-summary>span:not(.badge),html[data-production-page=profile] .profile-summary>span:not(.badge):nth-of-type(3){grid-column:1/-1!important;grid-row:auto!important;margin:8px 0 0!important}html[data-production-page=profile] .profile-summary>span:not(.badge):nth-of-type(3){margin-top:0!important}}@media (max-width:520px){html[data-production-page=profile] .app-shell .page{padding-left:14px!important;padding-right:14px!important}html[data-production-page=profile] .profile-card>form,html[data-production-page=profile] .security-stack>.panel>form{padding:16px!important}html[data-production-page=profile] .security-stack>.panel>.panel-head{padding:15px 16px 13px!important}html[data-production-page=profile] .profile-security-grid form>.btn,html[data-production-page=profile] .security-stack>.panel:nth-child(2)>.btn{width:100%!important;margin-left:0!important;margin-right:0!important}html[data-production-page=profile] .security-stack>.panel:nth-child(2)>.btn{width:calc(100% - 32px)!important;margin:16px!important}}@layer potok-design{:root{--bg:#f2f5f5 !important;--surface:#fff !important;--surface-2:#f7f9f9 !important;--ink:#173f49 !important;--muted:#526c74 !important;--line:#dfe7e8 !important;--primary:#139da4 !important;--primary-strong:#087f88 !important;--primary-soft:#e8f6f6 !important;--accent:#21b3b8 !important;--danger:#e66560 !important;--danger-soft:#fff1ef !important;--warning:#b77d20 !important;--warning-soft:#fff7e6 !important;--success:#298b7b !important;--success-soft:#eaf6f1 !important;--info:#138d99 !important;--info-soft:#e8f5f6 !important;--shadow:0 5px 24px #153b4505 !important;--radius:18px !important;--sidebar:268px !important;--ui-refresh-border:var(--line) !important;--ui-refresh-shadow:var(--shadow) !important;--ui-refresh-shadow-soft:var(--shadow) !important;--ix-bg:var(--bg) !important;--ix-surface:var(--surface) !important;--ix-surface-soft:var(--surface-2) !important;--ix-ink:var(--ink) !important;--ix-muted:var(--muted) !important;--ix-line:var(--line) !important;--ix-primary:var(--primary-strong) !important;--ix-primary-2:var(--primary) !important;--ix-accent:#ff6860 !important;--ix-accent-ink:#fff !important;--ix-radius:18px !important;--ix-sidebar:268px !important;--ix-shadow:var(--shadow) !important;--suite-bg:var(--bg) !important;--suite-panel:var(--surface) !important;--suite-text:var(--ink) !important;--suite-muted:var(--muted) !important;--suite-line:var(--line) !important;--suite-dark:#103e49 !important;--suite-accent:var(--primary) !important;--suite-good:var(--success) !important;--suite-warn:var(--warning) !important;--v15-bg:var(--bg) !important;--v15-panel:var(--surface) !important;--v15-text:var(--ink) !important;--v15-muted:var(--muted) !important;--v15-border:var(--line) !important;--v15-accent:var(--primary-strong) !important;--v15-accent-soft:var(--primary-soft) !important;--v15-sidebar:#103e49 !important;--fn4-blue:#139da4 !important;--fn4-chart-0:#139da4 !important;--fn4-chart-1:#83c8c2 !important;--fn4-chart-2:#dca54c !important;--fn4-chart-3:#ec746e !important}html,body,#root{background:var(--bg)!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell){color:var(--ink)!important;background:var(--bg)!important;font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important;line-height:1.45!important;color-scheme:light!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(button,input,select,textarea){font-family:inherit!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(button,a,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid #13a4ab!important;outline-offset:3px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) button:disabled{opacity:.5!important;cursor:not-allowed!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(h1,h2,h3){color:var(--ink)!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(p,small){line-height:1.5!important}.potok-brand{display:flex!important;align-items:center!important;gap:14px!important;color:#fff!important;min-width:0!important}.potok-brand-mark{position:relative!important;display:block!important;flex:0 0 30px!important;width:30px!important;height:32px!important}.potok-brand-mark i:first-child{position:absolute!important;left:0!important;top:0!important;width:11px!important;height:31px!important;background:linear-gradient(145deg,#2acece,#0b8993)!important;clip-path:polygon(0 18%,100% 0,100% 81%,0 100%)!important}.potok-brand-mark i:last-child{position:absolute!important;right:0!important;bottom:0!important;width:6px!important;height:6px!important;background:#ff6a60!important}.potok-brand-word{display:block!important;font-size:23px!important;font-weight:700!important;letter-spacing:1.3px!important;line-height:1!important}.potok-brand-compact .potok-brand-word{display:none!important}.app-shell{grid-template-columns:var(--sidebar) minmax(0,1fr)!important;min-height:100svh!important}.app-shell .sidebar,.suite-sidebar,.ix-sidebar{background-color:#103e49!important;background-image:linear-gradient(#7cbec108 1px,transparent 1px),linear-gradient(90deg,#7cbec108 1px,transparent 1px),linear-gradient(160deg,#114650,#0b303a)!important;background-size:28px 28px,28px 28px,auto!important;color:#c5dcdf!important;border:0!important;box-shadow:none!important}.app-shell .sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:var(--sidebar)!important;height:100svh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0 12px 12px!important;z-index:100!important}.potok-sidebar-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:84px!important;flex-shrink:0!important;padding:12px 9px!important}.potok-sidebar-toggle,.potok-sidebar-close{display:grid!important;place-items:center!important;flex-shrink:0!important;width:30px!important;height:32px!important;padding:0!important;border:1px solid #99bfc329!important;border-radius:9px!important;color:#91b4bc!important;background:transparent!important}.potok-sidebar-toggle:hover,.potok-sidebar-close:hover{color:#fff!important;background:#ffffff0d!important}.potok-sidebar-close{display:none!important}.potok-company{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;flex-shrink:0!important;padding:13px 12px!important;margin:0 0 18px!important;border:1px solid #a6d0d51c!important;border-radius:13px!important;background:#8cc7cb0b!important;color:#c6e0e2!important;text-align:left!important}.potok-company>svg:first-child{flex:0 0 21px!important;color:#68bdc3!important}.potok-company>span{display:block!important;min-width:0!important;flex:1!important}.potok-company small,.potok-company b{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.potok-company small{color:#8aaeb6!important;font-size:11px!important;margin-bottom:3px!important;font-weight:400!important}.potok-company b{font-size:13px!important;color:#e2f0f1!important;font-weight:600!important}.app-shell .sidebar nav{flex:1!important;min-height:0!important;overflow:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin!important;scrollbar-color:#49838b66 transparent!important;padding:0 2px 20px!important}.potok-nav-search{display:flex!important;align-items:center!important;gap:8px!important;min-height:38px!important;padding:0 9px!important;margin:0 0 20px!important;border:1px solid #9fc4cc26!important;border-radius:9px!important;color:#88adb6!important;background:#062a3333!important}.potok-nav-search input{width:100%!important;min-width:0!important;height:36px!important;padding:0!important;color:#e6f3f4!important;font-size:12px!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important}.potok-nav-search input::placeholder{color:#83a7af!important;opacity:1!important}.potok-nav-search>svg{flex:0 0 16px!important}.potok-nav-search>button{display:grid!important;place-items:center!important;width:24px!important;height:26px!important;padding:0!important;border:0!important;color:#a5c8ce!important;background:transparent!important}.app-shell .sidebar .nav-group{margin:0 0 16px!important;padding:0!important}.app-shell .sidebar .nav-group>span,.potok-nav-section-toggle{color:#83a8b1!important;font-size:11px!important;font-weight:600!important;letter-spacing:1px!important;text-transform:uppercase!important}.app-shell .sidebar .nav-group>span{display:block!important;padding:5px 11px 9px!important}.app-shell .sidebar .potok-nav-section-toggle{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:8px!important;margin:0 0 6px!important;padding:5px 10px!important;min-height:27px!important;border:0!important;border-radius:6px!important;background:transparent!important;box-shadow:none!important;text-align:left!important}.app-shell .sidebar .potok-nav-section-toggle:hover{color:#cce4e7!important;background:#ffffff07!important}.potok-nav-section-toggle[aria-expanded=false] svg{transform:rotate(-90deg)!important}.app-shell .sidebar .nav-row{position:relative!important;display:flex!important;align-items:center!important;gap:0!important;margin:3px 0!important;border-radius:10px!important}.app-shell .sidebar .nav-row>button:first-child{display:flex!important;align-items:center!important;gap:11px!important;width:auto!important;min-width:0!important;flex:1!important;min-height:42px!important;margin:0!important;padding:10px 9px!important;color:#b7d1d6!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;box-shadow:none!important;text-align:left!important}.app-shell .sidebar .nav-row>button:first-child b{color:inherit!important;font-size:12px!important;font-weight:400!important;white-space:normal!important;line-height:1.35!important}.app-shell .sidebar .nav-row>button:first-child:hover{background:#41a9b014!important;color:#fff!important}.app-shell .sidebar .nav-row>button.active{background:#16929b29!important;border-color:#3ba5ae24!important;color:#f0fafa!important;box-shadow:inset 3px 0 #25b8bd!important}.app-shell .sidebar .nav-row>button.active .nav-icon{color:#5ad0d3!important}.app-shell .sidebar .nav-icon{display:flex!important;flex-shrink:0!important;color:#8ab3bc!important}.app-shell .sidebar .nav-pin-control{display:grid!important;place-items:center!important;flex:0 0 24px!important;width:24px!important;min-height:32px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:6px!important;color:#80a6ae!important;opacity:0!important}.app-shell .sidebar .nav-row:hover .nav-pin-control,.app-shell .sidebar .nav-pin-control:focus-visible,.app-shell .sidebar .nav-pin-control[aria-pressed=true]{opacity:1!important}.app-shell .sidebar .nav-pin-control[aria-pressed=true]{color:#58c4c9!important}.potok-nav-empty{text-align:center!important;font-size:12px!important;color:#9fbec5!important;padding:20px 10px!important}.app-shell .sidebar .potok-nav-all{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;padding:11px!important;border:1px solid #9fc4cc1a!important;border-radius:10px!important;background:#ffffff04!important;color:#9fc3cb!important;font-size:12px!important}.app-shell .sidebar-foot{flex-shrink:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 34px!important;align-items:center!important;margin:0!important;padding:9px 5px 0!important;border-top:1px solid #9ebec926!important}.app-shell .sidebar-foot>button:first-child{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;padding:9px 5px!important;background:#ffffff06!important;border-radius:10px!important}.app-shell .sidebar-foot>button:first-child>svg{width:34px!important;height:34px!important;flex-shrink:0!important;padding:6px!important;border-radius:10px!important;background:#19a4ac!important;color:#d9f6f5!important}.app-shell .sidebar-foot>button span{min-width:0!important}.app-shell .sidebar-foot b{display:block!important;color:#e4f0f2!important;font-size:12px!important;font-weight:600!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.app-shell .sidebar-foot small{display:block!important;margin-top:3px!important;color:#8fb1ba!important;font-size:11px!important}.app-shell .sidebar-foot .logout{display:grid!important;place-items:center!important;width:32px!important;height:36px!important;color:#81a7b0!important;background:transparent!important}.app-shell .main{grid-column:2!important;min-width:0!important}.app-shell .topbar{position:sticky!important;top:0!important;z-index:70!important;height:76px!important;display:flex!important;align-items:center!important;gap:24px!important;padding:0 30px!important;border-bottom:1px solid var(--line)!important;background:#fff!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.app-shell .topbar .potok-topbar-context{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:3px!important;min-width:0!important;flex:0 1 225px!important}.app-shell .topbar .crumb{display:block!important;color:var(--muted)!important;font-size:11px!important;line-height:1.3!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.app-shell .topbar>div:first-of-type>b{display:block!important;color:var(--ink)!important;font-size:14px!important;line-height:1.4!important;letter-spacing:0!important;font-weight:600!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.potok-topbar-search{flex:1!important;min-width:0!important;max-width:530px!important;margin-right:auto!important}.app-shell .global-search-trigger{display:flex!important;align-items:center!important;gap:11px!important;width:100%!important;min-width:0!important;min-height:41px!important;padding:0 12px!important;color:var(--muted)!important;background:#f6f9f9!important;border:1px solid #e9eeee!important;border-radius:10px!important;box-shadow:none!important}.app-shell .global-search-trigger>span{display:block!important;flex:1!important;font-size:12px!important;font-weight:400!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.app-shell .global-search-trigger kbd{display:block!important;flex-shrink:0!important;padding:2px 5px!important;color:#8d9ba1!important;background:#fff!important;border:1px solid #e4e9e9!important;border-radius:4px!important;font-size:11px!important}.app-shell .top-actions{display:flex!important;align-items:center!important;flex-shrink:0!important;gap:8px!important}.potok-density-toggle,.potok-topbar-icon,.app-shell .notification-button{display:grid!important;place-items:center!important;flex-shrink:0!important;width:37px!important;height:38px!important;padding:0!important;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;color:#6c848c!important;box-shadow:none!important}.potok-density-toggle[aria-pressed=true]{color:var(--primary-strong)!important;background:var(--primary-soft)!important;border-color:#a7d9dc!important}.app-shell .user-chip{display:flex!important;align-items:center!important;gap:9px!important;border:0!important;background:transparent!important;padding:0 0 0 8px!important;min-width:0!important}.app-shell .user-chip>span{width:38px!important;height:38px!important;border-radius:11px!important;background:#dff1ef!important;color:#187c80!important;font-size:12px!important}.app-shell .user-chip>div{max-width:130px!important}.app-shell .user-chip b{color:var(--ink)!important;font-size:12px!important;font-weight:600!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app-shell .user-chip small{color:var(--muted)!important;font-size:11px!important;margin-top:2px!important}.app-shell .page{width:100%!important;max-width:1800px!important;min-width:0!important;margin:0 auto!important;padding:30px 30px 48px!important}.app-shell .modern-page{padding:0 0 24px!important}.app-shell .page-head,.modern-route-dashboard>.modern-page>.page-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;min-height:0!important;padding:0!important;margin:0 0 24px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.app-shell .page-head>div:first-child,.app-shell .page-head>div:first-child:not(:has(p)){display:block!important;min-width:0!important}.app-shell .page-head h1{display:block!important;margin:0!important;font-size:28px!important;font-weight:500!important;letter-spacing:-.8px!important;line-height:1.2!important;color:var(--ink)!important}.app-shell .page-head p{display:block!important;margin:7px 0 0!important;max-width:760px!important;color:var(--muted)!important;font-size:13px!important;line-height:1.5!important}.app-shell .page-head .page-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:0 0 0 auto!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.btn,.ix-button,.v15-button,.suite-refresh){min-height:40px!important;padding:10px 15px!important;border-radius:10px!important;font-size:12px!important;font-weight:600!important;line-height:1.35!important;box-shadow:none!important;gap:8px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .btn-primary{color:#fff!important;border:1px solid #ff6961!important;background:#fa6860!important;box-shadow:0 4px 12px #fa68601a!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .btn-primary:hover{background:#ef5953!important;border-color:#ef5953!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .btn-secondary{border:1px solid var(--line)!important;color:#486870!important;background:#fff!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .btn-secondary:hover{background:#f3f9f8!important;border-color:#aacfd1!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .btn-ghost{background:transparent!important;border-color:transparent!important;color:var(--primary-strong)!important;box-shadow:none!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .btn-success{background:#188d88!important;border-color:#188d88!important;color:#fff!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .btn-danger{background:#fff1ef!important;border:1px solid #f0c5c2!important;color:#ba514d!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .icon-btn{display:inline-grid!important;place-items:center!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border:1px solid var(--line)!important;border-radius:9px!important;color:#5a777f!important;background:#fff!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .icon-btn.danger{color:#bd5551!important;border-color:#f0cfcc!important;background:#fff6f4!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.panel,.metric,.info,.user-card,.tech-card,.suite-panel,.v15-card,.ix-panel){min-width:0!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:18px!important;box-shadow:var(--shadow)!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.panel-head,.ix-panel-head,.v15-card>header){padding:19px 21px!important;min-height:66px!important;border-bottom:1px solid #e8eded!important;border-radius:18px 18px 0 0!important;background:#fff!important;gap:14px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.panel-head h2,.suite-panel-head h2,.v15-card h2,.ix-panel h2){font-size:15px!important;line-height:1.4!important;letter-spacing:-.15px!important;font-weight:500!important;color:var(--ink)!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.panel-head p,.suite-panel-head p,.v15-card header p){color:var(--muted)!important;margin-top:4px!important;font-size:11px!important}.app-shell :is(.overview-kpis,.metrics){display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0 0 22px!important}.app-shell .metric{position:relative!important;display:flex!important;flex-direction:column!important;padding:19px 21px!important;min-height:130px!important;gap:5px!important;overflow:hidden!important}.app-shell .metric:before,.app-shell .metric:after{display:none!important}.potok-metric-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.potok-metric-heading>span{color:#667f87!important;font-size:12px!important;font-weight:400!important}.potok-metric-heading>i{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;flex-shrink:0!important;border-radius:10px!important;color:#1a969c!important;background:#e9f6f5!important;font-style:normal!important}.app-shell .metric>strong{font-size:29px!important;color:var(--ink)!important;font-weight:600!important;line-height:1.15!important;letter-spacing:-.6px!important;margin:0!important}.app-shell .metric>small{color:#83969b!important;font-size:11px!important;font-weight:400!important}.app-shell .metric-danger>strong{color:#dc645e!important}.app-shell .metric-danger .potok-metric-heading>i{background:#fff0ee!important;color:#e56b63!important}.app-shell .metric-warning .potok-metric-heading>i{background:#fff7e9!important;color:#bc8b3f!important}.app-shell .metric-success .potok-metric-heading>i{background:#eaf6f0!important;color:#378f7b!important}.app-shell .overview-main{display:grid!important;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr)!important;gap:20px!important;margin-bottom:20px!important;align-items:stretch!important}.potok-quick-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:0 0 24px!important}.potok-quick-actions:empty{display:none!important}.potok-quick-actions>a{display:flex!important;align-items:center!important;gap:12px!important;padding:15px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:14px!important;text-decoration:none!important;color:var(--ink)!important;min-width:0!important}.potok-quick-actions>a:hover{background:#f7fbfb!important;border-color:#a1cfd2!important}.potok-quick-actions>a>span{display:grid!important;place-items:center!important;flex:0 0 38px!important;height:38px!important;border-radius:11px!important;background:#eaf5f5!important;color:#218d92!important}.potok-quick-actions>a>div{flex:1!important;min-width:0!important}.potok-quick-actions b{display:block!important;font-size:12px!important;font-weight:600!important}.potok-quick-actions small{display:block!important;color:var(--muted)!important;font-size:11px!important;margin-top:4px!important;font-weight:400!important}.potok-quick-actions>a>svg{flex-shrink:0!important;color:#8eb0b7!important}.app-shell .modern-status-groups{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:14px!important;padding:18px!important}.app-shell .modern-status-groups>section{margin:0!important;padding:15px!important;min-width:0!important;border:1px solid #e5eded!important;border-radius:12px!important;background:#f8fbfb!important}.app-shell .modern-status-groups>section>header{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:0 0 10px!important}.app-shell .modern-status-groups>section>div{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.app-shell .modern-status-groups a{display:grid!important;gap:3px!important;padding:12px!important;border:1px solid #e4ebeb!important;border-radius:9px!important;background:#fff!important;color:var(--ink)!important;text-decoration:none!important}.app-shell .modern-status-groups a>b{font-size:12px!important;color:#17858c!important}.app-shell .modern-status-groups a>span{font-size:12px!important;font-weight:400!important}.app-shell .modern-status-groups a>small{color:var(--muted)!important;font-size:11px!important;font-weight:400!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.data-table-wrap,.ix-grid-wrap,.v15-table-scroll,.table-wrap){min-width:0!important;max-width:100%!important;overflow:auto!important;overscroll-behavior-x:contain!important;scrollbar-width:thin!important;scrollbar-color:#bdd3d6 transparent!important;border-radius:0 0 18px 18px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.data-table,.ix-grid){width:100%!important;border-collapse:separate!important;border-spacing:0!important;font-size:12px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.data-table th,.ix-grid th,.v15-table th){height:42px!important;padding:11px 15px!important;color:#768c93!important;font-size:11px!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.35px!important;border-bottom:1px solid #e4ebeb!important;background:#f7f9f9!important;text-align:left!important;white-space:nowrap!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.data-table td,.ix-grid td,.v15-table td){min-height:52px!important;height:52px!important;padding:13px 15px!important;border-bottom:1px solid #edf1f1!important;color:#3c5d66!important;font-size:12px!important;line-height:1.5!important;background:#fff!important;vertical-align:middle!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.data-table td small,.ix-grid td small){color:#8b9ca1!important;font-size:11px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.data-table tbody tr:hover td,.ix-grid tbody tr:hover td){background:#f7fbfb!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.data-table tr:last-child td,.ix-grid tr:last-child td){border-bottom:0!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.data-table .btn,.data-table .icon-btn){min-height:31px!important;height:auto!important;padding:6px 9px!important;font-size:11px!important;border-radius:8px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .link{color:var(--primary-strong)!important;font-weight:600!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) .badge{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:5px 8px!important;border:0!important;border-radius:6px!important;color:#6d848a!important;background:#eef3f3!important;font-size:11px!important;font-weight:500!important;line-height:1.3!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.badge-in_production,.badge-running,.badge-reserved,.badge-ready,.badge-operational,.badge-in_progress,.badge-processing){color:#0a8b94!important;background:#e7f6f5!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.badge-approved,.badge-active,.badge-completed,.badge-shipped,.badge-paid,.badge-resolved,.badge-available,.badge-receipt,.badge-paid_payroll,.badge-ready_to_ship){color:#2f8978!important;background:#eaf6ef!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.badge-rejected,.badge-cancelled,.badge-critical,.badge-blocked,.badge-write_off,.badge-overdue,.badge-failed,.badge-late){color:#cd625c!important;background:#fff0ed!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.badge-planned,.badge-draft,.badge-default,.badge-archived){color:#7b8c91!important;background:#f0f4f4!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.badge-waiting_materials,.badge-pending,.badge-quality_control,.badge-warning,.badge-partially_paid,.badge-maintenance){color:#ad803a!important;background:#fff7e6!important}.app-shell .tabs{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:5px!important;width:fit-content!important;max-width:100%!important;padding:4px!important;margin:0 0 18px!important;border:1px solid #e0e8e9!important;border-radius:11px!important;background:#eaf0f0!important;box-shadow:none!important}.app-shell .tabs>button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:34px!important;padding:7px 13px!important;border:1px solid transparent!important;border-radius:8px!important;color:#75888f!important;background:transparent!important;font-size:12px!important;font-weight:400!important;box-shadow:none!important}.app-shell .tabs>button.active{color:#187f86!important;background:#fff!important;border-color:#e4ebeb!important;box-shadow:0 1px 5px #183b4806!important}.app-shell .tabs>button:hover{color:#147f86!important;background:#fff8!important}.app-shell .tabs>button span,.app-shell .tabs>button.active span{padding:2px 5px!important;color:#599ba1!important;background:#e9f5f4!important;border-radius:4px!important;font-size:11px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.field>span,.field>label){color:#526d76!important;font-size:12px!important;font-weight:500!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :where(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea){border:1px solid #dce6e7!important;border-radius:9px!important;background:#f9fbfb!important;color:#254952!important;box-shadow:none!important;font-size:13px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.field input:not([type=checkbox]):not([type=radio]):not([type=color]),.field select){min-height:42px!important;padding:10px 12px!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :where(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#50abb1!important;background:#fff!important;box-shadow:0 0 0 3px #1aa4ad12!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) input::placeholder{color:#93a4a9!important;opacity:1!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(input[type=checkbox],input[type=radio]){accent-color:#159aa1!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.field small,.field>small){font-size:11px!important;color:#8a9ca2!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.filter-bar,.period-bar,.toolbar,.table-toolbar){display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;max-width:100%!important}.app-shell .filter-bar{padding:13px 15px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important;margin-bottom:16px!important}html[data-production-page=planner] .app-shell .period-bar{position:static!important;inset:auto!important;margin:0 0 18px!important;padding:12px 15px!important;justify-content:flex-start!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important}.app-shell .period-bar .field{margin:0!important}.app-shell .pagination{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;padding:14px 18px!important;color:var(--muted)!important;font-size:11px!important}.app-shell .pagination button{border-radius:8px!important}.app-shell .progress{background:#e8eeee!important;border-radius:8px!important;height:6px!important;min-width:65px!important}.app-shell .progress>span{background:#1aa0a6!important;border-radius:8px!important}.app-shell :is(.progress b,.danger-text){font-size:11px!important}.app-shell .empty{min-height:155px!important;padding:28px 20px!important;gap:9px!important;color:#92a8ae!important;text-align:center!important}.app-shell .empty>b{font-weight:500!important;color:#657f87!important;font-size:13px!important}.app-shell .empty>span{font-size:12px!important;max-width:330px!important}.app-shell :is(.loading-block,.loading-screen){color:#59838b!important}.potok-service-loading{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:24px!important;min-height:100svh!important;background:#f2f5f5!important}.potok-service-loading:before{display:none!important}.potok-service-loading .potok-brand{color:#164651!important}.potok-service-loading>b{font-size:14px!important;color:#7d9197!important;font-weight:400!important}:where(.app-shell,.suite-root,.v15-root,.ix-shell) :is(.error-block,.form-error){color:#b7504c!important;background:#fff3f0!important;border:1px solid #f1d5cf!important;border-radius:11px!important}.app-shell .toast,.suite-toast,.v15-toast,.ix-toast{border-radius:12px!important;background:#164c54!important;color:#fff!important;box-shadow:0 12px 40px #13353f24!important;padding:14px 18px!important}.app-shell .toast-error,.v15-toast.error{background:#a34b47!important}.app-shell .modal-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:30px!important;background:#082f3c80!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;overflow:auto!important;z-index:500!important}.app-shell .modal-backdrop>.modal{position:relative!important;width:min(680px,100%)!important;max-width:680px!important;max-height:calc(100svh - 60px)!important;margin:auto!important;border:1px solid #e1e9eb!important;border-radius:20px!important;background:#fff!important;box-shadow:0 30px 90px #092f4433!important;overflow:hidden!important;padding:0!important}.app-shell .modal-backdrop>.modal.modal-wide{width:min(1120px,100%)!important;max-width:1120px!important}.app-shell .modal-backdrop .modal-head{display:flex!important;align-items:center!important;justify-content:space-between!important;grid-template-columns:none!important;gap:18px!important;padding:21px 24px!important;margin:0!important;border-bottom:1px solid var(--line)!important;background:#fff!important}.app-shell .modal-backdrop .modal-head>div{grid-row:auto!important}.app-shell .modal-backdrop .modal-head h2{font-size:20px!important;line-height:1.3!important;font-weight:500!important;margin:0!important;padding:0!important;color:var(--ink)!important}.app-shell .modal-backdrop .modal-head>.icon-btn{display:grid!important;grid-row:auto!important;width:34px!important;min-width:34px!important;height:34px!important;padding:0!important;border:1px solid var(--line)!important;background:#f9fbfb!important}.app-shell .modal-backdrop .modal-head>.icon-btn svg{display:block!important}.app-shell .modal-backdrop .modal-head>.icon-btn:after{content:none!important}.app-shell .modal-backdrop .modal-body{padding:24px!important;max-height:calc(100svh - 140px)!important;overflow:auto!important}.app-shell .modal-actions{gap:10px!important;padding-top:20px!important;margin-top:20px!important;border-top:1px solid var(--line)!important}.app-shell .global-search-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:600!important;padding:12vh 24px 24px!important;background:#082f3c80!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.app-shell .global-search-dialog{width:min(690px,100%)!important;max-height:78svh!important;margin:0 auto!important;border:1px solid #dce9e9!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 28px 90px #0627382e!important}.app-shell .global-search-dialog>header{display:flex!important;align-items:center!important;gap:12px!important;padding:18px 20px!important;border-bottom:1px solid #e4eded!important;color:#8aabb0!important}.app-shell .global-search-dialog>header input{min-width:0!important;width:100%!important;padding:9px 0!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:var(--ink)!important}.app-shell .global-search-dialog>header button{border:0!important;background:#f2f7f7!important;color:#6d8b92!important;border-radius:8px!important;width:32px!important;height:32px!important;padding:5px!important}.app-shell .global-search-results{max-height:52svh!important;overflow:auto!important;padding:9px!important}.app-shell .global-search-results>button{display:flex!important;width:100%!important;align-items:center!important;justify-content:space-between!important;padding:13px!important;border:0!important;border-radius:9px!important;background:#fff!important;color:var(--ink)!important;text-align:left!important}.app-shell .global-search-results>button:hover{background:#edf7f7!important}.app-shell .global-search-results>button b{font-weight:500!important}.app-shell .global-search-results>button small{color:var(--muted)!important}.potok-search-footer{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:12px 20px!important;border-top:1px solid #e8efef!important;color:#93a5aa!important;font-size:11px!important}.potok-search-loading{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:30px!important;color:var(--muted)!important}.app-shell .search-empty{color:#95adb2!important;padding:40px 20px!important}.app-shell .search-empty b{color:#56767e!important;font-size:16px!important;font-weight:500!important}.app-shell :is(.kanban-column,.operator-stage,.tech-card,.user-card){background:#f8fbfb!important;border:1px solid #dfe8e8!important;border-radius:16px!important;box-shadow:none!important}.app-shell :is(.kanban-card,.calendar-event){border-radius:9px!important;border-color:#bbdcdc!important;box-shadow:0 2px 7px #123e4408!important}.app-shell .calendar-event{background:#e2f2f1!important;color:#24767f!important}.app-shell .calendar-event.in_production,.app-shell .calendar-event.running{background:#199fa5!important;color:#fff!important}.app-shell :is(.calendar-grid,.gantt-grid,.planner-grid){border-color:var(--line)!important;background:#fff!important}.app-shell :is(.calendar-head,.calendar-day-head,.gantt-header){background:#f5f9f9!important;color:#789097!important}.app-shell :is(.detail-hero,.modern-detail-hero){padding:22px!important;margin:0 0 20px!important;border:1px solid #dce8e8!important;border-radius:17px!important;background:linear-gradient(110deg,#fff,#f2fbfa)!important;box-shadow:none!important}.app-shell :is(.info,.detail-grid>.info){padding:15px 18px!important;border-radius:12px!important}.app-shell .info>span{color:#81959b!important;font-size:11px!important}.app-shell .info>b{color:var(--ink)!important;font-weight:500!important}.app-shell :is(.r3-two-columns,.r3-profile-grid,.profile-v4-main-grid,.support-v4-layout,.wh4-main-grid,.tr4-layout,.fn4-overview){min-width:0!important;gap:20px!important}.app-shell :is(.profile-v4-card,.settings-v4-company-card,.billing-v4-hero,.billing-v4-plan,.iv4-system-card,.wh4-card,.tr4-hero,.tr4-card,.fn4-card,.support-v4-sidebar,.support-v4-thread){border:1px solid var(--line)!important;border-radius:18px!important;box-shadow:var(--shadow)!important}.app-shell :is(.billing-v4-hero,.tr4-hero,.settings-v4-company-card){background:linear-gradient(110deg,#fff,#edf8f7)!important;color:var(--ink)!important}.app-shell :is(.billing-v4-title,.billing-v4-price,.settings-v4-company-main h2,.profile-v4-name,.tr4-hero h2,.fn4-kpi b){color:var(--ink)!important}.app-shell :is(.billing-v4-usage,.billing-v4-metrics,.iv4-metrics,.wh4-metrics,.fn4-kpis){gap:14px!important}.app-shell :is(.billing-v4-usage>div,.billing-v4-metrics>div,.iv4-metrics>div,.wh4-metrics>div,.fn4-kpis>div){border-radius:14px!important;border-color:var(--line)!important;background:#fff!important}.app-shell :is(.tr4-category.active,.iv4-tab.active,.wh4-tab.active,.fn4-tab.active,.profile-v4-tabs .active,.settings-v4-tabs .active){color:#168b93!important;background:#e7f5f4!important;border-color:#98ccce!important}.app-shell :is(.settings-v4-company-icon,.profile-v4-avatar,.billing-v4-plan-icon,.iv4-system-icon){color:#13969b!important;background:#e6f5f3!important;border-radius:12px!important}.app-shell .production-hub-head{margin-bottom:25px!important}.app-shell .production-hub-head>span{color:var(--primary-strong)!important;font-size:11px!important;letter-spacing:1.2px!important}.app-shell .production-hub-head h1{font-size:28px!important;font-weight:500!important}.app-shell .production-hub-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.app-shell .production-hub-grid>button{padding:22px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:16px!important;color:var(--ink)!important;text-align:left!important}.app-shell .production-hub-grid>button>svg{color:#12959c!important}.app-shell .production-hub-grid>button small{color:var(--muted)!important}.app-shell .production-hub-engineering{border:1px solid var(--line)!important;border-radius:16px!important;padding:22px!important;background:#eaf6f5!important;margin-top:20px!important}.app-shell[data-density=compact] :is(.data-table td,.ix-grid td){height:39px!important;min-height:39px!important;padding:8px 12px!important;font-size:11px!important}.app-shell[data-density=compact] :is(.data-table th,.ix-grid th){height:34px!important;padding:8px 12px!important}.app-shell[data-density=compact] .metric{min-height:106px!important;padding:13px 18px!important}.app-shell[data-density=compact] .panel-head{min-height:54px!important;padding:13px 18px!important}.app-shell .mobile-menu{display:none!important}.app-shell.potok-sidebar-collapsed{--sidebar:84px !important}.potok-sidebar-collapsed .potok-sidebar-head{flex-direction:column!important;justify-content:center!important;padding:18px 0 10px!important;gap:14px!important}.potok-sidebar-collapsed :is(.potok-brand-word,.potok-company>span,.potok-company>svg:last-child,.potok-nav-search,.potok-nav-section-toggle,.nav-group>span,.nav-row b,.nav-pin-control,.potok-nav-all>span,.sidebar-foot>button>span){display:none!important}.potok-sidebar-collapsed .potok-company{justify-content:center!important;margin-bottom:14px!important;padding:12px 6px!important}.potok-sidebar-collapsed .potok-company>svg:first-child{display:block!important}.app-shell.potok-sidebar-collapsed .sidebar .nav-row>button:first-child{justify-content:center!important;min-height:42px!important;padding:10px!important}.potok-sidebar-collapsed .sidebar .potok-nav-all{justify-content:center!important}.app-shell.potok-sidebar-collapsed .sidebar-foot{grid-template-columns:1fr!important;justify-items:center!important}.app-shell.potok-sidebar-collapsed .sidebar .nav-group{margin-bottom:12px!important}.suite-root{display:grid!important;grid-template-columns:268px minmax(0,1fr)!important;min-height:100svh!important}.suite-sidebar{position:sticky!important;top:0!important;height:100svh!important;min-height:0!important;display:flex!important;flex-direction:column!important;padding:24px 16px 18px!important;overflow:auto!important}.suite-brand{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 12px!important;padding:0 5px 15px!important;border-bottom:1px solid #78aeb526!important}.suite-nav-label{color:#80aab5!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:1px!important;padding:0 8px!important;margin:4px 0 20px!important}.suite-sidebar .suite-back{display:flex!important;gap:10px!important;align-items:center!important;color:#c4dcdf!important;background:#ffffff07!important;border:1px solid #91b6bd24!important;border-radius:10px!important;padding:11px 12px!important;margin:0 0 18px!important;font-size:12px!important}.suite-sidebar nav{display:flex!important;flex:1!important;flex-direction:column!important;gap:5px!important}.suite-sidebar nav button{display:flex!important;align-items:center!important;gap:11px!important;min-height:44px!important;padding:12px!important;border:1px solid transparent!important;border-radius:10px!important;color:#b4cfd5!important;background:transparent!important;font-size:12px!important;text-align:left!important}.suite-sidebar nav button>svg{flex-shrink:0!important;width:18px!important;height:18px!important}.suite-sidebar nav button>svg:last-child{width:12px!important;margin-left:auto!important;opacity:.6!important}.suite-sidebar nav button.active{background:#169ca32e!important;border-color:#4ba5ad26!important;color:#fff!important;box-shadow:inset 3px 0 #2dbabe!important}.suite-side-status{margin-top:24px!important;padding:16px 8px 0!important;border-top:1px solid #7bafb428!important;color:#c0d8dd!important}.suite-side-status small{color:#85a9b1!important}.suite-workspace{min-width:0!important}.suite-topbar{position:sticky!important;top:0!important;min-height:82px!important;height:auto!important;padding:18px 30px!important;display:flex!important;align-items:center!important;gap:18px!important;border-bottom:1px solid var(--line)!important;background:#fff!important;z-index:60!important}.suite-topbar>div{flex:1!important;min-width:0!important}.suite-topbar h1{font-weight:500!important;font-size:23px!important;letter-spacing:-.4px!important}.suite-topbar p{color:var(--muted)!important;font-size:12px!important}.suite-workspace main{padding:28px 30px 48px!important;max-width:1800px!important;min-width:0!important}.suite-refresh{color:#527780!important;border-color:var(--line)!important}.suite-kpis{gap:14px!important}.suite-kpis article{border:1px solid var(--line)!important;border-radius:16px!important;padding:20px!important}.suite-kpis article>span,.suite-agent-grid article>span,.suite-template-grid article>span{border-radius:11px!important;background:#e7f5f4!important;color:#188e95!important}.suite-kpis b{color:var(--ink)!important;font-weight:600!important}.suite-kpis em{font-size:11px!important;color:#8e9ea3!important}.suite-panel{padding:22px!important}.suite-capability-grid article,.suite-agent-grid article,.suite-template-grid article,.suite-control-columns>div{border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important}.suite-capability-grid article:hover{border-color:#afd6d7!important;background:#fbfdfd!important}.suite-badge,.suite-live{border-radius:7px!important;background:#eaf6f5!important;color:#238c94!important;font-size:11px!important}.suite-hero{border:1px solid #cae3e3!important;border-radius:18px!important;padding:30px!important;background:linear-gradient(120deg,#fff,#e9f6f4)!important;color:var(--ink)!important}.suite-hero h2{font-size:28px!important;font-weight:500!important;color:var(--ink)!important}.suite-hero p{color:#758e95!important;font-size:13px!important}.suite-eyebrow{color:#188b93!important}.suite-hero button{color:#fff!important;background:#fa6860!important;border-radius:9px!important;font-size:12px!important}.suite-template-grid button,.suite-agent-grid button{color:#157e87!important;background:#e8f5f4!important;border-radius:8px!important;font-size:11px!important}.suite-flow div,.suite-thread>div{background:#fff!important;border:1px solid #cfe3e3!important;color:#386c76!important;border-radius:11px!important}.suite-flow b{color:#2ca4a9!important}.suite-hero.developer pre{background:#103e49!important;border:0!important;border-radius:12px!important;color:#a9dedb!important;font-size:11px!important}.suite-table{overflow:auto!important;border:1px solid var(--line)!important;border-radius:12px!important}.suite-table>div{min-width:650px!important;padding:0 8px!important}.suite-table>div>span{display:flex!important;font-size:12px!important}.suite-table-head{background:#f5f9f9!important}.suite-table-head span{color:#80959b!important;font-size:11px!important}.suite-table .suite-empty{min-width:0!important}.suite-menu-open,.suite-menu-close,.suite-menu-overlay{display:none!important}.v15-header{gap:20px!important;min-height:78px!important;height:auto!important;padding:15px 26px!important;border-bottom:1px solid var(--line)!important}.v15-header>div>div>b{color:var(--ink)!important;font-size:15px!important;font-weight:500!important}.v15-header small{font-size:11px!important;color:var(--muted)!important}.v15-header nav{gap:5px!important;flex-wrap:wrap!important}.v15-header nav button{height:37px!important;padding:9px 12px!important;border:1px solid transparent!important;border-radius:9px!important;background:transparent!important;color:#6e868d!important;font-size:12px!important;font-weight:400!important}.v15-header nav button.active{color:#148991!important;background:#e6f5f4!important;border:1px solid #c6e3e3!important}.v15-root main{padding:28px!important;min-width:0!important}.v15-title h1{font-size:28px!important;font-weight:500!important}.v15-title p{font-size:13px!important;color:var(--muted)!important}.v15-title>div>span{font-size:11px!important;color:#288f97!important;letter-spacing:1px!important}.v15-button{background:#fa6860!important;border-color:#fa6860!important;color:#fff!important}.v15-button.secondary{background:#fff!important;border-color:var(--line)!important;color:#47737c!important}.v15-button.ghost{background:transparent!important;color:#4e7d85!important;border-color:transparent!important}.v15-button.danger{background:#b9514c!important;border-color:#b9514c!important}.v15-gantt-bar{border-color:#75b6b7!important;border-radius:8px!important;background:#dff2ef!important;color:#326e75!important}.v15-gantt-bar.dragging{background:#b9e3df!important}.v15-gantt-scroll,.v15-table-scroll,.v15-floor-viewport{border-radius:12px!important;border-color:var(--line)!important}.v15-status{border-radius:6px!important;font-weight:500!important}.v15-floor-node{border-radius:10px!important}.v15-segmented{border-radius:10px!important;overflow:hidden!important}.v15-code{background:#103e49!important;color:#c5e8e5!important;border-radius:10px!important}.ix-topbar{background:#fff!important;border-bottom:1px solid var(--line)!important}.ix-sidebar .ix-brand{padding:10px 6px 22px!important}.ix-sidebar nav a.active{color:#fff!important;background:#189ba32b!important;border-radius:9px!important;box-shadow:inset 3px 0 #2bbbc1!important}.ix-sidebar nav a{color:#b2cbd1!important;border-radius:9px!important}.ix-sidebar nav a small{color:#7fa8b2!important}.ix-sidebar nav h3{color:#80a8b1!important}.ix-page-head h1{font-size:28px!important;font-weight:500!important}@media (max-width:1250px){.app-shell{--sidebar:246px !important}.app-shell .topbar{padding:0 22px!important;gap:15px!important}.app-shell .user-chip>div{display:none!important}.app-shell .potok-topbar-context{flex-basis:170px!important}.app-shell .page{padding:26px 22px 40px!important}.app-shell .overview-main{grid-template-columns:minmax(0,1fr)!important}.potok-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell :is(.overview-kpis,.metrics){gap:10px!important}.app-shell .metric{padding:16px!important}.app-shell .production-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v15-header{align-items:flex-start!important;flex-wrap:wrap!important}}@media (max-width:1050px){.app-shell .topbar{gap:12px!important}.app-shell .topbar .potok-topbar-context{flex-basis:140px!important}.app-shell .potok-topbar-icon{display:none!important}.app-shell :is(.overview-kpis,.metrics){grid-template-columns:repeat(2,minmax(0,1fr))!important}.suite-root{grid-template-columns:245px minmax(0,1fr)!important}.suite-sidebar{padding-left:12px!important;padding-right:12px!important}.suite-panel-head{gap:15px!important;flex-wrap:wrap!important}.suite-thread{overflow:auto!important;padding-bottom:12px!important}.suite-thread>div{flex-shrink:0!important}}@media (max-width:900px){.app-shell,.app-shell.potok-sidebar-collapsed{grid-template-columns:minmax(0,1fr)!important;--sidebar:268px !important}.app-shell .main{grid-column:1!important}.app-shell .sidebar{transform:translate(-100%)!important;transition:transform .18s!important;width:min(310px,85vw)!important}.app-shell .sidebar.open{transform:translate(0)!important}.app-shell .mobile-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#072d3a80!important;z-index:90!important;display:block!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.app-shell .mobile-menu{display:grid!important;place-items:center!important;flex-shrink:0!important;width:34px!important;height:36px!important;border:1px solid var(--line)!important;border-radius:9px!important;background:#fff!important;color:#59808a!important}.app-shell .potok-sidebar-toggle{display:none!important}.app-shell .potok-sidebar-close{display:grid!important}.app-shell .potok-sidebar-head{flex-direction:row!important;justify-content:space-between!important;padding:15px 10px!important}.app-shell .potok-brand-word,.app-shell .potok-company>span,.app-shell .sidebar-foot>button>span{display:block!important}.app-shell .potok-company{justify-content:flex-start!important}.app-shell .potok-nav-search,.app-shell .sidebar .potok-nav-section-toggle{display:flex!important}.app-shell .sidebar .nav-group>span{display:block!important}.app-shell .sidebar .nav-row>button:first-child{justify-content:flex-start!important}.app-shell .nav-row b,.app-shell .potok-nav-all>span{display:block!important}.app-shell .sidebar .nav-pin-control{display:grid!important;opacity:1!important}.app-shell .sidebar-foot{grid-template-columns:minmax(0,1fr) 34px!important;justify-items:stretch!important}.app-shell .topbar{height:66px!important;padding:0 18px!important}.app-shell .topbar .potok-topbar-context{flex:1!important}.app-shell .potok-topbar-search{flex:0 0 38px!important;margin:0!important}.app-shell .global-search-trigger{display:grid!important;place-items:center!important;width:38px!important;min-height:38px!important;padding:0!important;background:#fff!important;border-color:var(--line)!important}.app-shell .global-search-trigger>span,.app-shell .global-search-trigger kbd{display:none!important}.app-shell .page{padding:24px 18px 36px!important}.app-shell .page-head{flex-wrap:wrap!important;margin-bottom:20px!important}.app-shell .page-head h1{font-size:25px!important}.app-shell .page-head .page-actions{margin-left:0!important}.app-shell :is(.split,.split-2,.detail-grid,.form-grid,.profile-v4-main-grid,.support-v4-layout,.wh4-main-grid,.tr4-layout,.fn4-overview,.r3-two-columns,.r3-profile-grid,.task-view-grid){grid-template-columns:minmax(0,1fr)!important}.app-shell :is(.data-table,.ix-grid){min-width:640px!important}.app-shell .data-table td{white-space:normal!important}.suite-root{grid-template-columns:minmax(0,1fr)!important}.suite-sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(300px,85vw)!important;height:100svh!important;transform:translate(-100%)!important;z-index:100!important;transition:transform .18s!important}.suite-sidebar.open{transform:translate(0)!important}.suite-sidebar nav{display:flex!important}.suite-topbar{padding:15px 18px!important;gap:12px!important}.suite-topbar h1{font-size:20px!important}.suite-topbar p{display:none!important}.suite-workspace main{padding:22px 18px 36px!important}.suite-menu-open,.suite-menu-close{display:grid!important;place-items:center!important;width:33px!important;height:34px!important;flex-shrink:0!important;padding:5px!important;border:1px solid var(--line)!important;border-radius:8px!important;background:#fff!important;color:#426e79!important}.suite-menu-close{border-color:#739da640!important;color:#b1cbd2!important;background:transparent!important}.suite-menu-overlay{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:90!important;background:#082d3980!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;border:0!important}.suite-table>div span:nth-child(4),.suite-table>div span:nth-child(5){display:flex!important}.suite-table>div{grid-template-columns:2fr 1fr 1fr .5fr .8fr!important}.suite-hero{grid-template-columns:1fr!important}.v15-root main{padding:22px 18px!important}}@media (max-width:600px){.app-shell .topbar{gap:9px!important;padding:0 12px!important;height:62px!important}.app-shell .topbar>div:first-of-type>b{font-size:12px!important}.app-shell .topbar .crumb{font-size:9px!important}.app-shell .top-actions{gap:6px!important}.app-shell .user-chip{display:none!important}.potok-density-toggle,.app-shell .notification-button{width:33px!important;height:35px!important;border-radius:8px!important}.app-shell .potok-topbar-search,.app-shell .global-search-trigger{width:34px!important;flex-basis:34px!important}.app-shell .page{padding:21px 12px 30px!important}.app-shell .page-head h1{font-size:23px!important}.app-shell .page-head p{font-size:12px!important}.app-shell .page-head .page-actions{width:100%!important}.app-shell .page-actions>.btn{flex:1!important}.app-shell .metric{padding:14px!important;min-height:122px!important}.app-shell .metric>strong{font-size:25px!important}.potok-metric-heading{gap:6px!important;align-items:flex-start!important}.potok-metric-heading>span{font-size:11px!important}.potok-metric-heading>i{width:27px!important;height:27px!important;border-radius:8px!important}.potok-metric-heading>i svg{width:15px!important;height:15px!important}.potok-quick-actions{gap:9px!important;margin-bottom:18px!important}.potok-quick-actions>a{padding:13px 10px!important;gap:9px!important;flex-wrap:wrap!important}.potok-quick-actions>a>span{flex-basis:29px!important;height:29px!important;border-radius:8px!important}.potok-quick-actions>a>span svg{width:17px!important}.potok-quick-actions>a>div{flex-basis:70px!important}.potok-quick-actions>a>svg{display:none!important}.potok-quick-actions b{font-size:11px!important}.potok-quick-actions small{font-size:9px!important}.app-shell .panel-head{padding:16px!important;min-height:58px!important;flex-wrap:wrap!important}.app-shell .panel-head h2{font-size:14px!important}.app-shell .tabs{width:100%!important;gap:3px!important}.app-shell .tabs>button{padding:7px 10px!important;font-size:11px!important;flex:1 0 auto!important}.app-shell .filter-bar{padding:11px!important}.app-shell .filter-bar>*{min-width:0!important;max-width:100%!important}.app-shell .filter-bar>input,.app-shell .filter-bar>select{width:100%!important}.app-shell :is(.billing-v4-hero,.billing-v4-usage,.billing-v4-plan-grid,.profile-v4-form-grid,.profile-v4-facts,.settings-v4-company-card,.iv4-system-grid,.iv4-bottom-grid,.tr4-hero,.tr4-grid,.tr4-metrics,.fn4-account-grid,.fn4-summary,.r3-usage-grid,.r3-plan-grid,.production-hub-grid,.security-stack,.workforce-grid){grid-template-columns:minmax(0,1fr)!important}.app-shell :is(.settings-v4-company-card,.billing-v4-hero,.detail-hero,.modern-detail-hero){padding:18px!important}.app-shell .modal-backdrop{padding:10px!important}.app-shell .modal-backdrop>.modal{max-height:calc(100svh - 20px)!important;border-radius:16px!important}.app-shell .modal-backdrop .modal-head{padding:16px!important}.app-shell .modal-backdrop .modal-head h2{font-size:18px!important}.app-shell .modal-backdrop .modal-body{padding:17px!important;max-height:calc(100svh - 91px)!important}.app-shell .global-search-overlay{padding:20px 10px!important}.app-shell .global-search-dialog{max-height:90svh!important}.app-shell .global-search-dialog>header{padding:12px!important;gap:8px!important}.app-shell .global-search-dialog>header input{font-size:12px!important}.potok-search-footer{font-size:11px!important;padding:12px!important}.suite-kpis,.suite-capability-grid,.suite-agent-grid,.suite-template-grid,.suite-feature-list,.suite-control-columns{grid-template-columns:minmax(0,1fr)!important}.suite-panel{padding:17px!important}.suite-topbar .suite-refresh{padding:9px!important;font-size:0!important;gap:0!important}.suite-topbar .suite-refresh svg{width:17px!important;height:17px!important}.suite-hero{padding:21px!important}.suite-hero h2{font-size:24px!important}.v15-header{padding:14px 12px!important;gap:12px!important}.v15-header nav{display:flex!important;width:100%!important;flex-wrap:nowrap!important;overflow:auto!important;justify-content:flex-start!important;padding-bottom:3px!important}.v15-header nav button{flex:0 0 auto!important;font-size:11px!important;padding:8px 11px!important}.v15-root main{padding:18px 12px!important}.v15-title h1{font-size:24px!important}.v15-range>label{width:100%!important}.v15-range input{min-width:0!important}}@media (prefers-reduced-motion:reduce){:where(.app-shell,.suite-root,.v15-root,.ix-shell) *{transition:none!important;scroll-behavior:auto!important}}}@layer potok-design{.app-shell .main>.page:has(>.modern-route-layer)>*:not(.modern-route-layer):not(.password-warning):not(.pt-workspace-context):not(.pt-trial-banner){display:none!important}.app-shell .sidebar .potok-nav-search input,.app-shell .sidebar .potok-nav-search input:focus{background:transparent!important;color:#e6f3f4!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.app-shell .metric{container-type:inline-size!important}.app-shell .metric.metric-long-value>strong{font-size:clamp(17px,9cqi,25px)!important;overflow-wrap:anywhere!important}.app-shell .overview-main .data-table{min-width:0!important}.app-shell .overview-main .data-table td{white-space:normal!important}.suite-brand .potok-brand{flex-direction:row!important;gap:14px!important}.suite-brand .potok-brand-mark{width:30px!important;height:32px!important;margin:0!important}.suite-root .priority.p1{background:#e5f4f3!important;color:#128b92!important;border-radius:5px!important}.app-shell .modal-head{display:flex!important}.app-shell .modal-head>.icon-btn{justify-self:auto!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important}.app-shell .modal-head>.icon-btn svg{display:block!important}.app-shell .modal-head>.icon-btn:after{content:none!important}}@layer potok-design{.app-shell .fn4-page{--fn4-blue:#139da4!important;--fn4-green:#298b7b!important;--fn4-orange:#be873d!important;--fn4-red:#df6862!important;--fn4-chart-0:#139da4!important;--fn4-chart-1:#83c8c2!important;--fn4-chart-2:#dca54c!important;--fn4-chart-3:#ec746e!important;--fn4-chart-4:#718ea3!important}.app-shell :is(.fn4-kpi.blue>i,.fn4-account-list i,.fn4-summary-item>i,.fn4-account-grid article>i,.billing-v4-subscription-status,.billing-v4-status,.tr4-playlist-modal button>span,.tr4-lesson-info>span){background:#e8f5f4!important;color:#138a93!important}.app-shell :is(.fn4-tabs,.iv4-tabs,.wh4-tabs){gap:6px!important}.app-shell :is(.fn4-tabs,.iv4-tabs,.wh4-tabs) button{font-size:12px!important;font-weight:500!important;border-radius:9px!important}.app-shell :is(.fn4-tabs,.iv4-tabs,.wh4-tabs) button.active{background:#e7f5f4!important;border-color:#acd4d6!important;color:#13818b!important}.app-shell :is(.fn4-card-head h2,.fn4-summary>h3,.wh4-card h2,.iv4-card-head h3){font-size:15px!important;font-weight:500!important}.app-shell .fn4-summary{background:linear-gradient(135deg,#fff,#f0f8f7)!important}.app-shell :is(.settings-v4-section-title svg,.billing-v4-plan-meta svg,.billing-v4-metric-icon,.billing-v4-usage-title svg,.tr4-hero-copy>span,.tr4-metric.blue>i,.tr4-lesson em,.tr4-side>section:first-child>button>i,.tr4-playlist-modal button>svg,.wh4-empty-icon){color:#138f99!important}.app-shell :is(.tr4-hero-art,.tr4-player){background:linear-gradient(135deg,#139ba4,#84c9c5)!important}.app-shell .tr4-course-progress i{background:#139da4!important}.app-shell .data-table td:first-child .link{white-space:nowrap!important}.app-shell :is(.fn4-page,.wh4-page,.integrations-v4,.support-v4)>.page-head{margin-bottom:8px!important}.app-shell .modal-head>div{grid-row:auto!important}}@layer potok-design{:root{--sidebar:240px!important;--radius:12px!important;--ix-radius:12px!important;--ix-sidebar:240px!important}.app-shell .topbar{height:60px!important;padding:0 20px!important;gap:16px!important}.app-shell .page{max-width:1920px!important;padding:20px 22px 32px!important}.app-shell .page-head{gap:12px!important;margin-bottom:16px!important;align-items:center!important}.app-shell .page-head h1{font-size:25px!important;line-height:1.25!important;letter-spacing:-.4px!important}.app-shell .page-head p{margin-top:4px!important;font-size:14px!important}.app-shell .sidebar{padding:16px 10px 10px!important}.app-shell .sidebar .nav-row>button:first-child{min-height:38px!important;padding:8px 10px!important}.app-shell .sidebar .nav-row b{font-size:14px!important;line-height:1.3!important}.app-shell .sidebar .nav-group{margin-top:10px!important}.app-shell .sidebar .potok-nav-section-toggle{padding:7px 9px!important}.app-shell .panel{border-radius:12px!important;margin-bottom:16px!important;box-shadow:none!important}.app-shell .panel-head{padding:12px 16px!important;min-height:48px!important}.app-shell .panel-head h2{font-size:17px!important;line-height:1.35!important}.app-shell .metric{padding:14px 16px!important;min-height:104px!important;border-radius:12px!important}.app-shell .metric strong{font-size:25px!important;line-height:1.2!important}.app-shell .metric :is(small,.potok-metric-heading){font-size:12px!important}.app-shell :is(.filter-bar,.workspace-list-filters,.growth-filters){gap:10px!important;padding:12px!important;border-radius:12px!important}.app-shell :is(input,select,.btn){font-size:14px!important;min-height:36px!important}.app-shell :is(.btn,.icon-btn){border-radius:8px!important}.app-shell :is(.data-table td,.ix-grid td){font-size:14px!important;padding:11px 12px!important;line-height:1.4!important}.app-shell :is(.data-table th,.ix-grid th){font-size:12px!important;padding:10px 12px!important;line-height:1.4!important;letter-spacing:.02em!important}.app-shell :is(.data-table td small,.ix-grid td small){font-size:12px!important;color:var(--muted)!important}.app-shell[data-density=compact] :is(.data-table td,.ix-grid td){font-size:14px!important;min-height:38px!important;height:auto!important;padding:8px 12px!important}.app-shell[data-density=compact] :is(.data-table th,.ix-grid th){font-size:12px!important;height:auto!important;padding:8px 12px!important}.app-shell[data-density=compact] .metric{min-height:88px!important;padding:12px 14px!important}.app-shell[data-density=compact] .panel-head{min-height:44px!important;padding:10px 14px!important}.app-shell .data-table :is(.btn,.icon-btn){font-size:14px!important;min-height:32px!important;padding:5px 9px!important}.app-shell :is(.billing-v4-head,.support-v4-head) h1{font-size:25px!important}.app-shell :is(.billing-v4-hero,.saas-plan-hero){padding:20px!important;min-height:0!important;border-radius:12px!important}.app-shell :is(.billing-v4-metrics,.billing-v4-plan-grid,.metrics,.overview-kpis){gap:12px!important}.app-shell .billing-v4-plan-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important}.app-shell .billing-v4-plan-card{padding:18px!important;border-radius:12px!important}.app-shell .billing-v4-plan-actions{margin-top:auto!important}.app-shell .launch-progress{padding:12px 0!important;gap:14px!important}.app-shell .launch-checklist{gap:8px!important}.app-shell .launch-checklist li{padding:12px!important;border-radius:10px!important}.app-shell .launch-checklist p{margin:4px 0 8px!important;font-size:14px!important}.app-shell .launch-all summary{cursor:pointer;padding:12px 0!important;color:var(--primary-strong)!important;font-size:14px!important}.app-shell .route-loading{margin:12px 0!important;padding:20px!important;background:var(--surface)!important;border:1px solid var(--line)!important;border-radius:12px!important}.app-shell .work-table-tools{padding:8px 12px!important;min-height:40px!important;gap:12px!important;font-size:14px!important}.app-shell .work-table-tools>button{font-size:14px!important;min-height:32px!important}.app-shell .table-row-count{margin-right:auto!important;color:var(--muted)!important}.app-shell .table-row-menu summary{cursor:pointer;white-space:nowrap;color:var(--primary-strong);font-size:14px}.app-shell .table-row-menu>div{display:flex;gap:6px;flex-wrap:wrap;padding-top:8px;min-width:160px}@media (min-width:1000px){.app-shell .launch-all .launch-checklist{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.app-shell .page{padding:16px 12px 24px!important}.app-shell .topbar{height:58px!important;padding:0 12px!important}.app-shell .page-head h1{font-size:23px!important}.app-shell :is(input,select,.btn){min-height:42px!important}.app-shell .metric{min-height:96px!important}.app-shell .work-table-tools{flex-wrap:wrap!important}.app-shell .sidebar .nav-row>button:first-child{min-height:42px!important}}}.invitation-page{min-height:100svh;display:grid;place-items:center;padding:24px;background:#f2f5f5;color:#173f49;font:16px/1.5 Arial,sans-serif}.invitation-page>section{width:min(100%,460px);background:#fff;border:1px solid #dfe7e8;border-radius:16px;padding:28px}.invitation-brand{background:#103e49;border-radius:10px;padding:16px;display:inline-flex}.invitation-page h1{font-size:26px;line-height:1.25;margin:24px 0 12px}.invitation-page form{display:grid;gap:14px}.invitation-page label{display:grid;gap:6px;font-size:14px}.invitation-page input{width:100%;min-height:44px;border:1px solid #ccdadd;border-radius:8px;padding:10px;font:inherit}.invitation-page small{font-size:13px;color:#526c74}.invitation-submit{display:block;width:100%;text-align:center;background:#087f88;color:#fff;border:0;border-radius:8px;padding:12px;font-size:16px;text-decoration:none;cursor:pointer}.invitation-error{color:#a52e2e}.invitation-page :focus-visible{outline:3px solid #25bbc3;outline-offset:3px}@layer potok-design{.app-shell.potok-service-shell{--sidebar:246px;--ix-sidebar:246px;--radius:14px;--ix-radius:14px}.app-shell.potok-service-shell .topbar{height:64px!important;gap:18px!important;padding:0 26px!important}.app-shell.potok-service-shell .potok-topbar-context{display:none!important}.app-shell.potok-service-shell .potok-topbar-search{max-width:650px!important}.app-shell.potok-service-shell .global-search-trigger{background:transparent!important;border-color:transparent!important;padding-left:0!important}.app-shell.potok-service-shell .page{padding:24px 26px 32px!important}.app-shell.potok-service-shell :is(.page-head,.v15-title,.ix-page-head){display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important;margin:0 0 16px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.app-shell.potok-service-shell :is(.page-head,.v15-title,.ix-page-head) h1{margin:0!important;font-size:clamp(23px,2vw,28px)!important;font-weight:500!important;line-height:1.25!important;letter-spacing:-.5px!important}.app-shell.potok-service-shell :is(.page-head,.v15-title,.ix-page-head) p{margin:5px 0 0!important;color:var(--muted)!important;font-size:14px!important}.app-shell.potok-service-shell :is(.page-head,.v15-title,.ix-page-head) .eyebrow{color:var(--primary-strong)!important;font-size:11px!important;letter-spacing:.5px!important}.app-shell.potok-service-shell :is(.page-actions,.v15-title-actions){display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-left:auto!important}.app-shell.potok-service-shell .page-head .btn-primary{background:#e75b53!important;border-color:#e75b53!important;color:#fff!important;box-shadow:0 3px 10px #e75b531c!important}.app-shell.potok-service-shell .page-head .btn-primary:hover{background:#cb4943!important;border-color:#cb4943!important}.app-shell.potok-service-shell :is(.panel,.fn4-card,.iv4-card,.profile-v4-card,.settings-v4-card,.settings-v4-company-card,.settings-v4-table-card,.support-v4-list-card,.wh4-card,.wh4-placement-card,.v15-card,.suite-panel){min-width:0!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 4px 18px #153b4504!important}.app-shell.potok-service-shell :is(.panel-head,.fn4-card-head,.iv4-card-head,.profile-v4-devices-head,.settings-v4-section-head,.settings-v4-table-head,.suite-panel-head,.support-v4-thread-head,.workspace-section-head,.v15-card>header){min-height:48px!important;padding:12px 16px!important;gap:10px!important;border-bottom:1px solid var(--line)!important;background:linear-gradient(100deg,#fff,#f7fbfb)!important;border-radius:14px 14px 0 0!important}.app-shell.potok-service-shell :is(.panel-head,.fn4-card-head,.iv4-card-head,.suite-panel-head,.v15-card>header) :is(h2,h3){font-size:16px!important;line-height:1.35!important;font-weight:500!important;margin:0!important}.app-shell.potok-service-shell :is(.panel-head,.suite-panel-head,.v15-card>header) p{font-size:12px!important;margin:3px 0 0!important;color:var(--muted)!important}.app-shell.potok-service-shell :is(.metrics,.overview-kpis,.billing-v4-metrics,.iv4-metrics,.ix-metrics,.saas-metrics,.tr4-metrics,.wh4-metrics,.suite-kpis,.fn4-kpis,.workspace-batch-summary){display:grid!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:1px!important;padding:0!important;margin:0 0 16px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:var(--line)!important;overflow:hidden!important}.app-shell.potok-service-shell :is(.metrics,.overview-kpis,.billing-v4-metrics,.iv4-metrics,.ix-metrics,.saas-metrics,.tr4-metrics,.wh4-metrics,.suite-kpis,.fn4-kpis,.workspace-batch-summary)>*{min-width:0!important;min-height:90px!important;margin:0!important;padding:14px 16px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.app-shell.potok-service-shell .workspace-batch-summary .info{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:8px!important}.app-shell.potok-service-shell .workspace-batch-summary .info span{color:var(--muted)!important;font-size:12px!important}.app-shell.potok-service-shell .workspace-batch-summary .info b{color:var(--ink)!important;font-size:19px!important;font-weight:600!important}.app-shell.potok-service-shell :is(.detail-grid,.workspace-detail-split,.suite-grid,.v15-two){gap:14px!important}.app-shell.potok-service-shell .detail-grid .info{min-width:0!important;padding:12px 14px!important;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important}.app-shell.potok-service-shell .workspace-detail-hero{align-items:center!important;gap:16px!important;margin:0 0 16px!important;padding:16px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:linear-gradient(110deg,#fff,#eff9f8)!important;box-shadow:none!important}.app-shell.potok-service-shell .workspace-detail-hero h3{font-size:20px!important;margin:4px 0!important}.app-shell.potok-service-shell .workspace-detail-hero p{font-size:14px!important;margin:4px 0 0!important}.app-shell.potok-service-shell .workspace-stage{padding:13px 14px!important;gap:12px!important;border-radius:10px!important;border-color:var(--line)!important;box-shadow:none!important}.app-shell.potok-service-shell .workspace-stage.in_progress{border-color:#86cecf!important;background:#f0faf9!important}.app-shell.potok-service-shell .workspace-stage-index{width:30px!important;height:30px!important;font-size:13px!important;background:var(--primary-soft)!important;color:var(--primary-strong)!important}.app-shell.potok-service-shell .workspace-stage-main small{font-size:12px!important}.app-shell.potok-service-shell .workspace-detail-body{min-width:0}.app-shell.potok-service-shell :is(.data-table,.billing-v4-table,.fn4-table,.iv4-profile-table,.profile-v4-table,.settings-v4-table,.v15-table,.wh4-table,.ix-grid){font-size:14px!important;border-spacing:0!important}.app-shell.potok-service-shell :is(.data-table,.billing-v4-table,.fn4-table,.iv4-profile-table,.profile-v4-table,.settings-v4-table,.v15-table,.wh4-table,.ix-grid) th{height:auto!important;padding:10px 12px!important;background:#f6f9f9!important;color:var(--muted)!important;font-size:12px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important;border-bottom:1px solid var(--line)!important}.app-shell.potok-service-shell :is(.data-table,.billing-v4-table,.fn4-table,.iv4-profile-table,.profile-v4-table,.settings-v4-table,.v15-table,.wh4-table,.ix-grid) td{height:auto!important;padding:12px!important;font-size:14px!important;line-height:1.4!important;border-bottom:1px solid #edf1f1!important}.app-shell.potok-service-shell :is(.data-table,.billing-v4-table,.fn4-table,.iv4-profile-table,.profile-v4-table,.settings-v4-table,.v15-table,.wh4-table,.ix-grid) td small{display:block!important;font-size:12px!important;color:var(--muted)!important;margin-top:3px!important}.app-shell.potok-service-shell :is(.data-table,.v15-table,.wh4-table,.ix-grid) tbody tr:hover{background:#f3faf9!important}.app-shell.potok-service-shell[data-density=compact] :is(.data-table,.billing-v4-table,.fn4-table,.iv4-profile-table,.profile-v4-table,.settings-v4-table,.v15-table,.wh4-table,.ix-grid) td{padding:8px 12px!important}.app-shell.potok-service-shell :is(.fn4-toolbar,.notification-modern-toolbar,.support-v4-toolbar,.task-list-toolbar,.v15-filter-row,.workspace-catalog-filters){display:flex!important;align-items:end!important;flex-wrap:wrap!important;gap:10px!important}.app-shell.potok-service-shell :is(.btn,.v15-button,.suite-root button){min-height:36px!important;font-size:13px!important;border-radius:8px!important}.app-shell.potok-service-shell :is(input:not([type=checkbox]):not([type=radio]),select,textarea){font-size:14px!important;border-radius:8px!important}.app-shell.potok-service-shell :is(.badge,.v15-badge,.status-pill){font-size:12px!important;line-height:1.35!important;border-radius:6px!important;white-space:normal!important}.app-shell.potok-service-shell :is(.workspace-views,.workspace-detail-tabs){display:flex!important;flex-wrap:wrap!important;gap:4px!important;margin:0 0 16px!important;padding:5px!important;border:1px solid var(--line)!important;border-radius:11px!important;background:#fff!important}.app-shell.potok-service-shell :is(.workspace-views,.workspace-detail-tabs)>a{display:flex!important;align-items:center!important;min-height:36px!important;padding:8px 12px!important;border-radius:7px!important;color:var(--muted)!important;font-size:13px!important;line-height:1.3!important;text-decoration:none!important}.app-shell.potok-service-shell :is(.workspace-views,.workspace-detail-tabs)>a:hover{color:var(--primary-strong)!important;background:#f2f9f9!important}.app-shell.potok-service-shell :is(.workspace-views,.workspace-detail-tabs)>a[aria-current=page]{color:#067f87!important;background:#e8f6f6!important;box-shadow:inset 0 -2px #139da4!important;font-weight:600!important}.app-shell.potok-service-shell .workspace-catalog-filters{padding:14px 16px!important}.app-shell.potok-service-shell .workspace-catalog-filters .field{flex:1 1 220px!important;margin:0!important}.app-shell.potok-service-shell .workspace-pagination{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:10px!important;padding:12px 16px!important;border-top:1px solid var(--line)!important;font-size:13px!important}.app-shell.potok-service-shell .workspace-pagination>span:first-child{margin-right:auto!important}.workspace-error{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:14px 16px;margin:12px 0;border:1px solid #efcbc7;border-radius:10px;background:#fff5f3;color:#9b3732}.workspace-error p{margin:0;overflow-wrap:anywhere}.workspace-range-error{width:100%;color:#a13d35;font-size:13px}.app-shell.potok-service-shell .v15-rag-answer article{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.app-shell.potok-service-shell .v15-sort{padding:0!important;min-height:30px!important;background:none!important;color:inherit!important;border:0!important;text-align:left!important;font-weight:inherit!important}.app-shell.potok-service-shell .workspace-embedded{display:block!important;min-height:0!important;background:transparent!important}.app-shell.potok-service-shell .workspace-embedded .suite-workspace{width:100%!important;min-width:0!important;margin:0!important;padding:0!important}.app-shell.potok-service-shell :is(.suite-content,.v15-content){min-width:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.app-shell.potok-service-shell .suite-content{display:grid!important;gap:16px!important}.app-shell.potok-service-shell .suite-hero{min-height:0!important;padding:20px!important;gap:20px!important;border:1px solid #cce5e4!important;border-radius:14px!important;background:linear-gradient(110deg,#fff,#e9f6f5)!important;box-shadow:none!important;color:var(--ink)!important}.app-shell.potok-service-shell .suite-hero :is(h1,h2){max-width:none!important;font-size:24px!important;line-height:1.25!important;color:var(--ink)!important}.app-shell.potok-service-shell .suite-hero p{max-width:760px!important;font-size:14px!important;color:var(--muted)!important}.app-shell.potok-service-shell .suite-hero>.suite-hero-mesh{display:none!important}.app-shell.potok-service-shell :is(.v15-content,.suite-content) :is(.v15-card,.suite-panel){margin-bottom:0!important}.app-shell.potok-service-shell .v15-content>.v15-card{margin-bottom:16px!important}.app-shell.potok-service-shell.potok-sidebar-collapsed{--sidebar:76px !important}@media (max-width:1100px){.app-shell.potok-service-shell .page{padding:20px 18px 28px!important}.app-shell.potok-service-shell .topbar{padding:0 18px!important}.app-shell.potok-service-shell :is(.workspace-detail-split,.suite-grid,.v15-two){grid-template-columns:minmax(0,1fr)!important}}@media (max-width:760px){.app-shell.potok-service-shell{--sidebar:246px !important}.app-shell.potok-service-shell .page{padding:16px 12px 24px!important}.app-shell.potok-service-shell .topbar{height:58px!important;padding:0 12px!important;gap:10px!important}.app-shell.potok-service-shell :is(.metrics,.overview-kpis,.billing-v4-metrics,.iv4-metrics,.ix-metrics,.saas-metrics,.tr4-metrics,.wh4-metrics,.suite-kpis,.fn4-kpis,.workspace-batch-summary){grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell.potok-service-shell :is(.btn,.v15-button,.suite-root button,.workspace-views>a,.workspace-detail-tabs>a){min-height:42px!important}.app-shell.potok-service-shell :is(.workspace-detail-hero,.suite-hero){display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:14px!important}.app-shell.potok-service-shell .workspace-stage{flex-wrap:wrap!important}.app-shell.potok-service-shell .workspace-stage-actions{width:100%!important}}@media (max-width:380px){.app-shell.potok-service-shell :is(.metrics,.overview-kpis,.workspace-batch-summary){grid-template-columns:minmax(0,1fr)!important}}@media (prefers-reduced-motion:reduce){.app-shell.potok-service-shell *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}}:root{--pt-ink: #162136;--pt-ink-soft: #2b3a57;--pt-muted: #596b86;--pt-white: #ffffff;--pt-canvas: #f5f7fb;--pt-surface: #f2f5fa;--pt-line: #dce3ed;--pt-line-strong: #bbc7d7;--pt-brand: #00e05c;--pt-brand-hover: #00ca53;--pt-brand-soft: #e7fbee;--pt-brand-ink: #096b38;--pt-danger: #b42335;--pt-danger-soft: #fff0f2;--pt-warning: #875308;--pt-warning-soft: #fff7e5;--pt-info: #285aa1;--pt-info-soft: #edf4ff;--pt-font: Inter, "Segoe UI", Arial, sans-serif;--pt-title-size: 28px;--pt-title-mobile-size: 23px;--pt-control-size: 14px;--pt-space-1: 4px;--pt-space-2: 8px;--pt-space-3: 12px;--pt-space-4: 16px;--pt-space-5: 20px;--pt-space-6: 24px;--pt-space-8: 32px;--pt-space-12: 48px;--pt-radius-control: 10px;--pt-radius-card: 20px;--pt-radius-pill: 999px;--pt-shadow: 0 25px 45px -35px rgba(24,31,56,.28);--pt-focus: 0 0 0 3px rgba(9,107,56,.24);--pt-motion-fast: .16s;--pt-motion-normal: .26s;--pt-ease: cubic-bezier(.2,.7,.2,1)}@layer potok-design{html:root{font-size:16px!important;--ink: var(--pt-ink) !important;--line: var(--pt-line) !important;--primary-strong: var(--pt-brand-ink) !important;--primary-soft: var(--pt-brand-soft) !important;--surface-2: var(--pt-surface) !important;--success: var(--pt-brand-ink) !important;--success-soft: var(--pt-brand-soft) !important;--danger: var(--pt-danger) !important;--danger-soft: var(--pt-danger-soft) !important;--warning: var(--pt-warning) !important;--warning-soft: var(--pt-warning-soft) !important;--info: var(--pt-info) !important;--info-soft: var(--pt-info-soft) !important;--sidebar: 256px !important;--ix-sidebar: 256px !important;color-scheme:light!important;--primary: var(--pt-brand-ink) !important;--primary-dark: var(--pt-ink) !important;--text: var(--pt-ink) !important;--text-primary: var(--pt-ink) !important;--text-muted: var(--pt-muted) !important;--muted: var(--pt-muted) !important;--bg: var(--pt-canvas) !important;--border: var(--pt-line) !important;--surface: var(--pt-white) !important;--card: var(--pt-white) !important;--accent: var(--pt-brand) !important;--teal: var(--pt-brand-ink) !important;--potok-ink: var(--pt-ink) !important;--potok-muted: var(--pt-muted) !important;--potok-accent: var(--pt-brand) !important;--potok-surface: var(--pt-white) !important;font-family:var(--pt-font)!important}body{font-family:var(--pt-font);color:var(--pt-ink);background:var(--pt-canvas);font-size:1rem;font-variant-numeric:tabular-nums}*,*:before,*:after{box-sizing:border-box}button,input,select,textarea{font:inherit!important}:where(button,a,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--pt-brand-ink)!important;outline-offset:3px!important;box-shadow:var(--pt-focus)!important}html body #root .app-shell.potok-service-shell{display:block!important;--sidebar-width: 256px !important;background:var(--pt-canvas)!important;color:var(--pt-ink)!important;--ink: var(--pt-ink) !important;--line: var(--pt-line) !important;--primary-strong: var(--pt-brand-ink) !important;--primary-soft: var(--pt-brand-soft) !important;--surface-2: var(--pt-surface) !important;--success: var(--pt-brand-ink) !important;--success-soft: var(--pt-brand-soft) !important;--danger: var(--pt-danger) !important;--danger-soft: var(--pt-danger-soft) !important;--warning: var(--pt-warning) !important;--warning-soft: var(--pt-warning-soft) !important;--info: var(--pt-info) !important;--info-soft: var(--pt-info-soft) !important;--primary: var(--pt-brand-ink) !important;--primary-dark: var(--pt-ink) !important;--text: var(--pt-ink) !important;--text-primary: var(--pt-ink) !important;--text-muted: var(--pt-muted) !important;--muted: var(--pt-muted) !important;--bg: var(--pt-canvas) !important;--border: var(--pt-line) !important;--surface: var(--pt-white) !important;--card: var(--pt-white) !important;--accent: var(--pt-brand) !important;--teal: var(--pt-brand-ink) !important;--potok-ink: var(--pt-ink) !important;--potok-muted: var(--pt-muted) !important;--potok-accent: var(--pt-brand) !important;--potok-surface: var(--pt-white) !important}html body #root .app-shell.potok-service-shell .sidebar{width:256px!important;background:var(--pt-white)!important;border-right:1px solid var(--pt-line)!important;box-shadow:none!important;padding:20px 12px 12px!important;color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .potok-sidebar-head{padding:0 8px 18px!important;min-height:60px!important;border-bottom:1px solid var(--pt-line)!important}html body #root .app-shell.potok-service-shell .brand{color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .sidebar nav{padding:8px 0!important}html body #root .app-shell.potok-service-shell .nav-group{margin:14px 0 0!important}html body #root .app-shell.potok-service-shell .sidebar nav .nav-row>button:first-child{min-height:42px!important;border-radius:10px!important;padding:10px 12px!important;gap:12px!important;color:var(--pt-ink-soft)!important;background:transparent!important;border:0!important;box-shadow:none!important;transition:background var(--pt-motion-fast),color var(--pt-motion-fast)!important}html body #root .app-shell.potok-service-shell .sidebar nav .nav-row>button:first-child b{font-size:.875rem!important;line-height:1.45!important;font-weight:500!important;white-space:normal!important}html body #root .app-shell.potok-service-shell .sidebar nav .nav-row>button:first-child:hover{background:var(--pt-surface)!important}html body #root .app-shell.potok-service-shell .sidebar nav .nav-row>button.active:first-child{background:var(--pt-brand-soft)!important;color:var(--pt-brand-ink)!important;box-shadow:inset 3px 0 0 var(--pt-brand)!important}html body #root .app-shell.potok-service-shell .sidebar nav .nav-row>button.active:first-child b{font-weight:650!important}html body #root .app-shell.potok-service-shell .nav-icon{color:inherit!important;background:transparent!important;border:0!important}html body #root .app-shell.potok-service-shell .potok-nav-section-toggle{color:var(--pt-muted)!important;padding:6px 12px!important;font-size:.75rem!important;letter-spacing:.065em!important;text-transform:uppercase!important}html body #root .app-shell.potok-service-shell .potok-nav-all{margin-top:18px!important;border:1px solid var(--pt-line)!important;border-radius:10px!important;background:var(--pt-white)!important;color:var(--pt-ink)!important;min-height:40px!important;font-size:.875rem!important}html body #root .app-shell.potok-service-shell .potok-nav-search{border:1px solid var(--pt-line)!important;background:var(--pt-surface)!important;border-radius:10px!important;margin:8px 0!important;padding:0 10px!important;min-height:40px!important}html body #root .app-shell.potok-service-shell .potok-nav-search input{background:transparent!important;border:0!important;box-shadow:none!important;min-width:0!important;font-size:.875rem!important}html body #root .app-shell.potok-service-shell .sidebar-foot{background:var(--pt-surface)!important;border:1px solid var(--pt-line)!important;border-radius:12px!important;padding:8px!important}html body #root .app-shell.potok-service-shell .sidebar-foot b{font-size:.875rem!important}html body #root .app-shell.potok-service-shell .sidebar-foot small{font-size:.75rem!important;color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .main{margin-left:256px!important;width:calc(100% - 256px)!important;min-width:0!important}html body #root .app-shell.potok-service-shell .topbar{height:68px!important;min-height:68px!important;padding:0 28px!important;background:#fffffff7!important;border-bottom:1px solid var(--pt-line)!important;box-shadow:none!important}html body #root .app-shell.potok-service-shell .potok-topbar-context{display:flex!important;flex-direction:column!important;gap:3px!important}html body #root .app-shell.potok-service-shell .topbar .crumb{font-size:.75rem!important;color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .topbar b{font-size:.875rem!important;color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .topbar input{font-size:.875rem!important}html body #root .app-shell.potok-service-shell .user-chip>span{background:var(--pt-ink)!important;color:#fff!important}html body #root .app-shell.potok-service-shell .page{padding:28px!important;max-width:1800px!important;margin:0 auto!important;width:100%!important;background:transparent!important}html body #root .app-shell.potok-service-shell .modern-page{padding:0!important;max-width:none!important;gap:20px!important;background:transparent!important}html body #root .app-shell.potok-service-shell .modern-route-layer{background:transparent!important}html body #root .app-shell.potok-service-shell .page-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;margin:0 0 24px!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;min-height:0!important}html body #root .app-shell.potok-service-shell .page-head h1{color:var(--pt-ink)!important;font-size:clamp(1.625rem,2vw,2rem)!important;letter-spacing:-.035em!important;line-height:1.2!important;font-weight:650!important;margin:0!important}html body #root .app-shell.potok-service-shell .page-head p{color:var(--pt-muted)!important;font-size:.875rem!important;line-height:1.6!important;max-width:780px!important;margin:8px 0 0!important}html body #root .app-shell.potok-service-shell .page-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;align-items:center!important}html body #root .app-shell.potok-service-shell .btn{min-height:40px!important;padding:9px 17px!important;font-size:.875rem!important;line-height:1.45!important;font-weight:600!important;border-radius:var(--pt-radius-pill)!important;gap:8px!important;box-shadow:none!important;transition:background var(--pt-motion-fast),transform var(--pt-motion-fast),border-color var(--pt-motion-fast)!important}html body #root .app-shell.potok-service-shell .btn:hover:not(:disabled){transform:translateY(-1px)!important}html body #root .app-shell.potok-service-shell .btn:active:not(:disabled){transform:translateY(0)!important}html body #root .app-shell.potok-service-shell .btn-primary,html body #root .app-shell.potok-service-shell .btn-success{background:var(--pt-brand)!important;color:var(--pt-ink)!important;border:1px solid var(--pt-brand)!important}html body #root .app-shell.potok-service-shell .btn-primary:hover:not(:disabled),html body #root .app-shell.potok-service-shell .btn-success:hover:not(:disabled){background:var(--pt-brand-hover)!important;border-color:var(--pt-brand-hover)!important}html body #root .app-shell.potok-service-shell .btn-secondary{background:#fff!important;border:1px solid var(--pt-line-strong)!important;color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .btn-ghost{background:transparent!important;color:var(--pt-ink-soft)!important;border:1px solid transparent!important}html body #root .app-shell.potok-service-shell .btn-secondary:hover:not(:disabled),html body #root .app-shell.potok-service-shell .btn-ghost:hover:not(:disabled){background:var(--pt-surface)!important}html body #root .app-shell.potok-service-shell .btn-danger{background:var(--pt-danger-soft)!important;color:var(--pt-danger)!important;border:1px solid #efc6cc!important}html body #root .app-shell.potok-service-shell .btn:disabled{opacity:.55!important;cursor:not-allowed!important;transform:none!important}html body #root .app-shell.potok-service-shell .icon-btn{width:36px!important;height:36px!important;border-radius:10px!important;background:var(--pt-white)!important;color:var(--pt-muted)!important;border:1px solid var(--pt-line)!important}html body #root .app-shell.potok-service-shell .panel{background:var(--pt-white)!important;border:1px solid var(--pt-line)!important;border-radius:var(--pt-radius-card)!important;box-shadow:none!important;overflow:visible!important;margin-bottom:20px!important}html body #root .app-shell.potok-service-shell .panel-head{padding:20px 22px!important;border-bottom:1px solid var(--pt-line)!important;min-height:0!important}html body #root .app-shell.potok-service-shell .panel-head h2{font-size:1rem!important;line-height:1.5!important;font-weight:650!important;color:var(--pt-ink)!important;margin:0!important}html body #root .app-shell.potok-service-shell .panel-head p{font-size:.875rem!important;color:var(--pt-muted)!important;line-height:1.5!important;margin:4px 0 0!important}html body #root .app-shell.potok-service-shell :is(.overview-kpis,.metrics,.metrics-grid,.kpi-grid){display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin-bottom:22px!important;background:transparent!important;border:0!important;overflow:visible!important;padding:0!important}html body #root .app-shell.potok-service-shell .metric{min-height:118px!important;padding:20px 22px!important;background:#fff!important;border:1px solid var(--pt-line)!important;border-radius:16px!important;box-shadow:none!important}html body #root .app-shell.potok-service-shell .metric .potok-metric-heading{display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:flex-start!important}html body #root .app-shell.potok-service-shell .metric .potok-metric-heading>span{font-size:.875rem!important;line-height:1.5!important;color:var(--pt-muted)!important;font-weight:500!important}html body #root .app-shell.potok-service-shell .metric .potok-metric-heading i{background:var(--pt-surface)!important;color:var(--pt-muted)!important;border-radius:8px!important;width:28px!important;height:28px!important;display:grid!important;place-items:center!important}html body #root .app-shell.potok-service-shell .metric:before{display:none!important}html body #root .app-shell.potok-service-shell .metric strong{color:var(--pt-ink)!important;font-size:2rem!important;letter-spacing:-.04em!important;font-weight:650!important;line-height:1.2!important;margin:10px 0 0!important}html body #root .app-shell.potok-service-shell .metric small{font-size:.75rem!important;color:var(--pt-muted)!important;line-height:1.5!important;margin-top:6px!important}html body #root .app-shell.potok-service-shell .metric-warning{border-color:#ead5a8!important;background:var(--pt-warning-soft)!important}html body #root .app-shell.potok-service-shell .metric-danger{border-color:#edc9ce!important;background:var(--pt-danger-soft)!important}html body #root .app-shell.potok-service-shell .metric-success{border-color:#bce8ca!important;background:var(--pt-brand-soft)!important}html body #root .app-shell.potok-service-shell .metric-long-value strong{font-size:1.4rem!important}html body #root .app-shell.potok-service-shell :is(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea){color:var(--pt-ink)!important;background:#fff!important;border:1px solid var(--pt-line-strong)!important;border-radius:var(--pt-radius-control)!important;font-size:.875rem!important;line-height:1.5!important;min-height:40px!important;padding:9px 12px!important;box-shadow:none!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) input::placeholder,html body :is(#root .app-shell.potok-service-shell,.pt-dialog) textarea::placeholder{color:var(--pt-muted)!important;opacity:1!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) :is(input,select,textarea):focus{border-color:var(--pt-brand-ink)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) :is(input[type=checkbox],input[type=radio]){accent-color:var(--pt-brand-ink)!important;min-height:0!important;width:16px!important;height:16px!important;flex-shrink:0!important}html body #root .app-shell.potok-service-shell .field>span{font-size:.875rem!important;line-height:1.5!important;color:var(--pt-ink-soft)!important;font-weight:550!important}html body #root .app-shell.potok-service-shell .field small{font-size:.75rem!important;color:var(--pt-muted)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .tabs{display:flex!important;gap:4px!important;flex-wrap:wrap!important;width:fit-content!important;max-width:100%!important;background:var(--pt-surface)!important;border:1px solid var(--pt-line)!important;padding:4px!important;border-radius:12px!important;margin:0 0 20px!important;box-shadow:none!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .tabs button{min-height:36px!important;padding:8px 14px!important;border:0!important;border-radius:8px!important;color:var(--pt-muted)!important;background:transparent!important;font-size:.875rem!important;font-weight:550!important;line-height:1.45!important;box-shadow:none!important;transition:background var(--pt-motion-fast),color var(--pt-motion-fast)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .tabs button.active{background:#fff!important;color:var(--pt-ink)!important;box-shadow:0 1px 3px #16213612!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .tabs button>span{background:var(--pt-surface)!important;color:var(--pt-muted)!important;font-size:.75rem!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .tabs button:after{display:none!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .badge{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:26px!important;padding:4px 9px!important;border-radius:6px!important;border:0!important;background:var(--pt-surface)!important;color:var(--pt-ink-soft)!important;font-size:.75rem!important;font-weight:600!important;line-height:1.5!important;white-space:nowrap!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) :is(.badge-completed,.badge-approved,.badge-accepted,.badge-success,.badge-active,.badge-released){color:var(--pt-brand-ink)!important;background:var(--pt-brand-soft)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) :is(.badge-in_progress,.badge-reserved,.badge-in_work,.badge-info){color:var(--pt-info)!important;background:var(--pt-info-soft)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) :is(.badge-waiting_materials,.badge-quality_control,.badge-warning,.badge-pending,.badge-rework,.badge-conditional){color:var(--pt-warning)!important;background:var(--pt-warning-soft)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) :is(.badge-rejected,.badge-blocked,.badge-danger,.badge-overdue,.badge-failed){color:var(--pt-danger)!important;background:var(--pt-danger-soft)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .work-table{min-width:0!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .work-table-tools{padding:12px 20px!important;gap:12px!important;border-bottom:1px solid var(--pt-line)!important;font-size:.75rem!important;color:var(--pt-muted)!important;background:transparent!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .work-table-tools button,html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .work-table-tools summary{font-size:.75rem!important;color:var(--pt-muted)!important;border-color:var(--pt-line)!important;border-radius:7px!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .data-table-wrap{border-radius:0 0 20px 20px!important;overflow:auto!important;max-width:100%!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .data-table{font-size:.875rem!important;border-collapse:separate!important;border-spacing:0!important;width:100%!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .data-table th{padding:12px 18px!important;color:var(--pt-muted)!important;background:#f8fafd!important;font-size:.75rem!important;font-weight:600!important;line-height:1.5!important;text-transform:none!important;letter-spacing:0!important;border-bottom:1px solid var(--pt-line)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .data-table td{padding:15px 18px!important;border-bottom:1px solid #edf0f5!important;color:var(--pt-ink-soft)!important;font-size:.875rem!important;line-height:1.5!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .data-table tbody tr:last-child td{border-bottom:0!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .data-table tbody tr:hover td{background:#f8fcfa!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .data-table td b{color:var(--pt-ink)!important;font-weight:600!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .link{color:var(--pt-brand-ink)!important;font-weight:600!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .link:hover{text-decoration:underline!important;text-underline-offset:3px!important}html body #root .app-shell.potok-service-shell[data-density=compact] .data-table td{padding-top:10px!important;padding-bottom:10px!important}html body #root .app-shell.potok-service-shell[data-density=comfortable] .data-table td{padding-top:18px!important;padding-bottom:18px!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .empty{min-height:180px!important;padding:32px!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-direction:column!important;color:var(--pt-muted)!important;background:transparent!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .empty>b{font-size:1rem!important;color:var(--pt-ink)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .empty>span{max-width:480px!important;font-size:.875rem!important;line-height:1.6!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .empty>svg{color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .modal-backdrop{background:#101d3161!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}html body #root .app-shell.potok-service-shell .modal{background:#fff!important;border:1px solid var(--pt-line)!important;border-radius:24px!important;box-shadow:var(--pt-shadow)!important;animation:pt-dialog-in var(--pt-motion-normal) var(--pt-ease) both!important;max-height:calc(100dvh - 40px)!important}html body #root .app-shell.potok-service-shell .modal-head{padding:22px 24px!important;border-bottom:1px solid var(--pt-line)!important}html body #root .app-shell.potok-service-shell .modal-head h2{font-size:1.25rem!important;line-height:1.4!important;color:var(--pt-ink)!important;letter-spacing:-.025em!important}html body #root .app-shell.potok-service-shell .modal-body{padding:24px!important}html body #root .app-shell.potok-service-shell .modal-actions{border-top:1px solid var(--pt-line)!important;padding-top:20px!important;gap:10px!important}html body #root .app-shell.potok-service-shell .toast{border-radius:12px!important;background:var(--pt-ink)!important;color:#fff!important;font-size:.875rem!important;padding:16px 20px!important;box-shadow:var(--pt-shadow)!important;animation:pt-dialog-in var(--pt-motion-normal) var(--pt-ease) both!important}html body #root .app-shell.potok-service-shell .toast-error{background:var(--pt-danger)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) :is(.warning-box,.form-error,.error-block){border-radius:12px!important;font-size:.875rem!important;line-height:1.55!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) :is(.form-error,.error-block){background:var(--pt-danger-soft)!important;color:var(--pt-danger)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .progress{background:var(--pt-surface)!important;border-radius:99px!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .progress>span{background:var(--pt-brand)!important;transition:width .35s var(--pt-ease)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .detail-hero{padding:24px!important;background:var(--pt-white)!important;border:1px solid var(--pt-line)!important;border-radius:20px!important;color:var(--pt-ink)!important;box-shadow:none!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .detail-hero h3{font-size:1.25rem!important;color:var(--pt-ink)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .detail-grid{gap:12px!important;margin:20px 0!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .info{border:1px solid var(--pt-line)!important;border-radius:12px!important;background:#fff!important;padding:16px!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .info>span{font-size:.75rem!important;color:var(--pt-muted)!important}html body :is(#root .app-shell.potok-service-shell,.pt-dialog) .info>b{font-size:.875rem!important;color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .workspace-views{margin-bottom:20px!important}html body #root .app-shell.potok-service-shell .workspace-views a{font-size:.875rem!important}html body #root .app-shell.potok-service-shell .kanban-column{background:#eaf0f6!important;border:1px solid var(--pt-line)!important;border-radius:16px!important}html body #root .app-shell.potok-service-shell .kanban-card{background:#fff!important;border:1px solid var(--pt-line)!important;border-radius:12px!important;box-shadow:none!important;transition:border-color var(--pt-motion-fast),transform var(--pt-motion-fast)!important}html body #root .app-shell.potok-service-shell .kanban-card:hover{transform:translateY(-2px)!important;border-color:var(--pt-brand-ink)!important}html body #root .app-shell.potok-service-shell .workbench-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 22px!important}html body #root .app-shell.potok-service-shell .workbench-actions a{flex:1 1 145px!important;display:flex!important;justify-content:space-between!important;gap:12px!important;padding:14px 16px!important;border:1px solid var(--pt-line)!important;border-radius:12px!important;background:#fff!important;color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .workbench-actions b{font-size:.875rem!important}html body #root .app-shell.potok-service-shell .workbench-actions small{display:block!important;font-size:.75rem!important;color:var(--pt-muted)!important;margin-top:5px!important}html body #root .app-shell.potok-service-shell .workbench-actions a:hover{border-color:var(--pt-brand-ink)!important;background:var(--pt-brand-soft)!important}.pt-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:20px;align-items:start}.pt-decision-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:16px 20px;border-bottom:1px solid var(--pt-line)}.pt-decision-toolbar label{display:flex;align-items:center;gap:8px;flex:1;min-width:180px}.pt-decision-toolbar label input{width:100%}.pt-decision-toolbar .tabs{margin:0}html body #root .app-shell.potok-service-shell .workbench-issues{padding:0!important;display:block!important}html body #root .app-shell.potok-service-shell .workbench-issues>article{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding:18px 22px!important;border:0!important;border-bottom:1px solid var(--pt-line)!important;border-radius:0!important;background:#fff!important}html body #root .app-shell.potok-service-shell .workbench-issues>article:last-child{border-bottom:0!important;border-radius:0 0 20px 20px!important}html body #root .app-shell.potok-service-shell .workbench-issues h3{font-size:.9375rem!important;margin:6px 0!important;line-height:1.45!important;color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .workbench-issues p{font-size:.875rem!important;line-height:1.55!important;margin:0 0 6px!important;color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .workbench-issues small{font-size:.75rem!important;color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .workbench-severity{font-size:.75rem!important;font-weight:650!important;letter-spacing:0!important;text-transform:none!important;display:inline-flex!important;padding:3px 7px!important;border-radius:5px!important;background:var(--pt-warning-soft)!important;color:var(--pt-warning)!important}html body #root .app-shell.potok-service-shell .workbench-issues .danger .workbench-severity{background:var(--pt-danger-soft)!important;color:var(--pt-danger)!important}html body #root .app-shell.potok-service-shell .workbench-issues a{flex-shrink:0!important;font-size:.875rem!important;display:flex!important;align-items:center!important;gap:6px!important}.pt-shift-card{padding:24px;background:var(--pt-ink);color:#fff;border-radius:20px;margin-bottom:20px}.pt-shift-card>span{color:#bfc9d9;font-size:.75rem}.pt-shift-card h2{font-size:1.25rem;letter-spacing:-.02em;line-height:1.35;margin:12px 0}.pt-shift-card p{color:#c5cfdf;font-size:.875rem;line-height:1.6}.pt-shift-card a{color:var(--pt-brand);display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;margin-top:10px}.pt-flow{padding:20px;margin:0;list-style:none}.pt-flow li{display:flex;gap:12px;align-items:center;padding:12px 0}.pt-flow li+li{border-top:1px solid var(--pt-line)}.pt-flow li>span{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--pt-surface);color:var(--pt-muted);font-size:.75rem}.pt-flow a{color:var(--pt-ink);font-size:.875rem;line-height:1.4}.pt-flow small{display:block;color:var(--pt-muted);font-size:.75rem;margin-top:3px}.pt-scope-note{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border:1px solid var(--pt-line);border-radius:12px;background:var(--pt-surface);font-size:.875rem;line-height:1.6;color:var(--pt-muted);margin-bottom:20px}.pt-scope-note svg{flex-shrink:0;margin-top:2px;color:var(--pt-brand-ink)}.pt-scope-note b{color:var(--pt-ink);font-weight:600}.pt-workspace-tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--pt-line);margin:-5px 0 24px;padding-bottom:8px}.pt-workspace-tabs a{padding:9px 14px;color:var(--pt-muted);font-size:.875rem;border-radius:9px}.pt-workspace-tabs a[aria-current=page]{background:var(--pt-brand-soft);color:var(--pt-brand-ink);font-weight:600}.pt-kit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:24px}.pt-swatch{height:76px;border-radius:12px;border:1px solid var(--pt-line);margin-bottom:12px}.pt-kit-grid b{display:block;font-size:.875rem}.pt-kit-grid code{font-size:.75rem;color:var(--pt-muted)}.pt-kit-samples{display:flex;gap:12px;flex-wrap:wrap;padding:24px;align-items:center}.pt-table-search{display:flex;align-items:center;gap:8px;margin-right:auto}html body #root .app-shell.potok-service-shell .pt-table-search input{min-height:32px!important;padding:5px 9px!important;max-width:220px!important;font-size:.875rem!important}.pt-sort{display:inline-flex;gap:6px;align-items:center;background:none;border:0;color:inherit;font:inherit;padding:0;cursor:pointer}html body #root .app-shell.potok-service-shell.potok-sidebar-collapsed .sidebar{width:76px!important}html body #root .app-shell.potok-service-shell.potok-sidebar-collapsed .main{margin-left:76px!important;width:calc(100% - 76px)!important}html body #root .app-shell.potok-service-shell.potok-sidebar-collapsed .sidebar nav .nav-row>button:first-child{justify-content:center!important;padding:11px!important}html body #root .app-shell.potok-service-shell.potok-sidebar-collapsed .sidebar nav .nav-row>button:first-child b{display:none!important}html body #root .app-shell.potok-service-shell .route-loading{padding:32px!important;background:var(--pt-white)!important;border:1px solid var(--pt-line)!important;border-radius:20px!important;color:var(--pt-muted)!important}@keyframes pt-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}@media (min-width:1600px){html body #root .app-shell.potok-service-shell .page{padding:32px 40px!important}}@media (max-width:1200px){.pt-overview-grid{grid-template-columns:1fr}.pt-overview-side{display:grid;grid-template-columns:1fr 1fr;gap:20px}html body #root .app-shell.potok-service-shell :is(.overview-kpis,.metrics,.metrics-grid,.kpi-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important;background:transparent!important;border:0!important;overflow:visible!important;padding:0!important}}@media (max-width:900px){html body #root .app-shell.potok-service-shell .sidebar,html body #root .app-shell.potok-service-shell.potok-sidebar-collapsed .sidebar{width:256px!important}html body #root .app-shell.potok-service-shell .main,html body #root .app-shell.potok-service-shell.potok-sidebar-collapsed .main{margin-left:0!important;width:100%!important}html body #root .app-shell.potok-service-shell .page{padding:20px!important}html body #root .app-shell.potok-service-shell .topbar{padding:0 20px!important}.pt-kit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html body #root .app-shell.potok-service-shell.potok-sidebar-collapsed .sidebar.open nav .nav-row>button:first-child b{display:block!important}}@media (max-width:600px){html body #root .app-shell.potok-service-shell .page{padding:16px!important}html body #root .app-shell.potok-service-shell .page-head{flex-direction:column!important;gap:16px!important}html body #root .app-shell.potok-service-shell .page-actions{width:100%!important}html body #root .app-shell.potok-service-shell .page-actions .btn{flex:1!important}html body #root .app-shell.potok-service-shell .metric{padding:16px!important;min-height:108px!important}html body #root .app-shell.potok-service-shell .metric:before{display:none!important}html body #root .app-shell.potok-service-shell .metric strong{font-size:1.75rem!important}html body #root .app-shell.potok-service-shell .panel-head{padding:16px!important}html body #root .app-shell.potok-service-shell .workbench-issues>article{align-items:flex-start!important;flex-direction:column!important;gap:12px!important;padding:16px!important}.pt-overview-side{display:block}html body #root .app-shell.potok-service-shell .modal{max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important}html body #root .app-shell.potok-service-shell .modal-body,html body #root .app-shell.potok-service-shell .modal-head{padding:18px!important}.pt-kit-grid{padding:16px}html body #root .app-shell.potok-service-shell .topbar{height:60px!important;min-height:60px!important}.pt-table-search{width:100%}html body #root .app-shell.potok-service-shell .pt-table-search input{max-width:none!important;width:100%!important}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}}@layer potok-design{html body #root .app-shell.potok-service-shell{font-family:var(--pt-font)!important;font-size:1rem!important}html body #root .app-shell.potok-service-shell .potok-brand{color:var(--pt-ink)!important;gap:10px!important}html body #root .app-shell.potok-service-shell .pt-brand-image{width:34px!important;height:34px!important;display:block!important;object-fit:contain!important}html body #root .app-shell.potok-service-shell .potok-brand-word{color:var(--pt-ink)!important;font-size:1.25rem!important;letter-spacing:.055em!important}html body #root .app-shell.potok-service-shell .potok-company{background:var(--pt-surface)!important;border:1px solid var(--pt-line)!important;color:var(--pt-ink)!important;margin:14px 0 8px!important}html body #root .app-shell.potok-service-shell .potok-company b{color:var(--pt-ink)!important;font-size:.875rem!important}html body #root .app-shell.potok-service-shell .potok-company small{color:var(--pt-muted)!important;font-size:.75rem!important}html body #root .app-shell.potok-service-shell .potok-company>svg:first-child{color:var(--pt-brand-ink)!important}html body #root .app-shell.potok-service-shell .sidebar-foot b,html body #root .app-shell.potok-service-shell .sidebar-foot button{color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .sidebar-foot small{color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .potok-sidebar-toggle,html body #root .app-shell.potok-service-shell .potok-sidebar-close{color:var(--pt-muted)!important;border-color:var(--pt-line)!important}html body #root .app-shell.potok-service-shell .potok-nav-search{color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .potok-nav-search input{color:var(--pt-ink)!important}html body #root .app-shell.potok-service-shell .potok-nav-search input::placeholder{color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .potok-nav-all{color:var(--pt-ink)!important;border-color:var(--pt-line)!important;background:var(--pt-white)!important}html body #root .app-shell.potok-service-shell .potok-topbar-context{display:flex!important}html body #root .app-shell.potok-service-shell .pt-shift-card h2{color:#fff!important}html body #root .app-shell.potok-service-shell .pt-shift-card p{color:#c5cfdf!important}html body #root .app-shell.potok-service-shell .pt-decision-toolbar .tabs{margin:0!important}html body #root .app-shell.potok-service-shell .pt-sort{color:inherit!important;background:transparent!important;border:0!important;padding:0!important;min-height:26px!important;font-size:inherit!important}html body #root .app-shell.potok-service-shell .workspace-detail-hero{background:var(--pt-white)!important;border:1px solid var(--pt-line)!important;border-radius:20px!important}html body #root .app-shell.potok-service-shell .workspace-stage.in_progress{background:var(--pt-brand-soft)!important;border-color:#bce8ca!important}html body #root .app-shell.potok-service-shell .pt-workspace-tabs{display:flex!important;flex-wrap:wrap!important;gap:4px!important;margin:0 0 24px!important;border-bottom:1px solid var(--pt-line)!important;padding-bottom:8px!important}html body #root .app-shell.potok-service-shell .pt-workspace-tabs a{color:var(--pt-muted)!important;font-size:.875rem!important;font-weight:500!important;padding:9px 14px!important;text-decoration:none!important}html body #root .app-shell.potok-service-shell .pt-workspace-tabs a[aria-current=page]{background:var(--pt-brand-soft)!important;color:var(--pt-brand-ink)!important}.potok-auth-shell{--auth-ink: var(--pt-ink)!important;--auth-muted: var(--pt-muted)!important;--auth-teal: var(--pt-brand-ink)!important;--auth-line: var(--pt-line)!important;font-family:var(--pt-font)!important;background:var(--pt-canvas)!important}.potok-auth-shell .potok-auth-visual{background:var(--pt-ink)!important}.potok-auth-shell .potok-auth-submit{background:var(--pt-brand)!important;color:var(--pt-ink)!important;border-radius:99px!important;box-shadow:none!important}.potok-auth-shell .potok-auth-entry-icon{background:var(--pt-brand-soft)!important;color:var(--pt-brand-ink)!important}.potok-auth-shell .potok-auth-mark i:first-child,.potok-auth-shell .potok-auth-mark i:last-child{background:var(--pt-brand)!important;filter:none!important}.potok-auth-shell .potok-auth-card{border-radius:24px!important;border-color:var(--pt-line)!important;box-shadow:var(--pt-shadow)!important}.potok-auth-shell .potok-auth-plan{background:#22314a!important;border-color:#394862!important}.potok-auth-shell .potok-auth-line>span{background:var(--pt-brand)!important;color:var(--pt-ink)!important}.potok-auth-shell .potok-auth-now{background:var(--pt-brand)!important}@media (max-width:600px){html body #root .app-shell.potok-service-shell .potok-topbar-context{display:none!important}}}@layer potok-design{html:root,html body #root .app-shell.potok-service-shell{--ix-accent: var(--pt-brand) !important;--ix-accent-ink: var(--pt-ink) !important;--suite-dark: var(--pt-ink) !important;--v15-sidebar: var(--pt-ink) !important;--fn4-blue: var(--pt-brand-ink) !important;--fn4-chart-0: var(--pt-brand-ink) !important;--fn4-chart-1: var(--pt-brand) !important;--fn4-chart-2: var(--pt-warning) !important;--fn4-chart-3: var(--pt-danger) !important}html body #root .app-shell.potok-service-shell :is(.fn4-card,.iv4-card,.profile-v4-card,.settings-v4-card,.settings-v4-company-card,.settings-v4-table-card,.support-v4-list-card,.wh4-card,.wh4-placement-card,.v15-card,.suite-panel){border-color:var(--pt-line)!important;border-radius:var(--pt-radius-card)!important;background:var(--pt-white)!important;box-shadow:none!important}}.pt-instruction-media{margin:12px 0;max-width:640px}.pt-instruction-media img,.pt-instruction-media video{display:block;max-width:100%;max-height:360px;border-radius:12px;object-fit:contain;background:var(--pt-canvas)}@layer potok-design{html body #root .app-shell.potok-service-shell .page{padding:24px 32px 44px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title){display:flex!important;justify-content:space-between!important;gap:20px!important;align-items:flex-start!important;margin-bottom:24px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title) h1{font-size:28px!important;line-height:1.2!important;letter-spacing:-.035em!important;font-weight:650!important;margin:0 0 10px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title) p{max-width:780px!important;line-height:1.65!important;font-size:14px!important;color:var(--pt-muted)!important;margin:0!important}html body #root .app-shell.potok-service-shell :is(.panel,.v15-card,.metric,.suite-card){border:1px solid var(--pt-line)!important;border-radius:var(--pt-radius-card)!important;background:var(--pt-white)!important;box-shadow:0 2px 4px #16213603!important}html body #root .app-shell.potok-service-shell :is(.panel-head,.v15-card>header){padding:20px 24px!important;border-bottom:1px solid var(--pt-line)!important;gap:16px!important}html body #root .app-shell.potok-service-shell :is(.panel-head,.v15-card>header) h2{font-size:17px!important;line-height:1.4!important;font-weight:650!important;margin:0!important}html body #root .app-shell.potok-service-shell :is(.panel-head,.v15-card>header) p{font-size:13px!important;line-height:1.6!important;margin-top:5px!important;color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell .metric{position:relative!important;padding:22px 24px!important;transition:border-color var(--pt-motion-fast),box-shadow var(--pt-motion-fast)!important}html body #root .app-shell.potok-service-shell .metric:hover{border-color:var(--pt-line-strong)!important;box-shadow:var(--pt-shadow)!important}html body #root .app-shell.potok-service-shell .metric>strong{font-size:32px!important;letter-spacing:-.04em!important;line-height:1.15!important;margin:16px 0 10px!important}html body #root .app-shell.potok-service-shell :is(.metric-danger,.metric-warning){border-left:3px solid var(--pt-warning)!important}html body #root .app-shell.potok-service-shell .metric-danger{border-left-color:var(--pt-danger)!important}html body #root .app-shell.potok-service-shell :is(.btn,.v15-button){min-height:40px!important;gap:8px!important;border-radius:var(--pt-radius-control)!important;font-size:14px!important;line-height:1.4!important;padding:10px 15px!important;transition:background var(--pt-motion-fast),box-shadow var(--pt-motion-fast),transform var(--pt-motion-fast)!important}html body #root .app-shell.potok-service-shell :is(.btn,.v15-button):active:not(:disabled){transform:translateY(1px)!important}html body #root .app-shell.potok-service-shell button:disabled{cursor:not-allowed!important;opacity:.55!important}html body #root .app-shell.potok-service-shell :is(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea){font-size:14px!important;line-height:1.5!important;border-radius:var(--pt-radius-control)!important}html body #root .app-shell.potok-service-shell :is(.field input,.field select){min-height:42px!important}html body #root .app-shell.potok-service-shell .field>span{font-size:13px!important;font-weight:600!important;line-height:1.5!important}html body #root .app-shell.potok-service-shell :is(.field small,.field-hint){line-height:1.6!important;font-size:12px!important;color:var(--pt-muted)!important}html body #root .app-shell.potok-service-shell :is(.data-table,.work-table,.v15-grid-table,.suite-table) th{font-size:12px!important;line-height:1.4!important;letter-spacing:.01em!important;text-transform:none!important;color:var(--pt-muted)!important;background:var(--pt-canvas)!important;padding:13px 16px!important}html body #root .app-shell.potok-service-shell :is(.data-table,.work-table,.v15-grid-table,.suite-table) td{font-size:14px!important;line-height:1.5!important;padding:15px 16px!important;border-bottom:1px solid var(--pt-line)!important}html body #root .app-shell.potok-service-shell :is(.data-table,.work-table,.v15-grid-table,.suite-table) tbody tr{transition:background var(--pt-motion-fast)!important}html body #root .app-shell.potok-service-shell :is(.data-table,.work-table,.v15-grid-table,.suite-table) tbody tr:hover{background:var(--pt-surface)!important}html body #root .app-shell.potok-service-shell[data-density=compact] :is(.data-table,.work-table) td{padding:9px 14px!important}html body #root .app-shell.potok-service-shell :is(.badge,.r3-status,.v15-status){font-size:12px!important;padding:5px 10px!important;line-height:1.4!important;border-radius:var(--pt-radius-pill)!important;white-space:normal!important}html body #root .app-shell.potok-service-shell .tabs{display:flex!important;gap:5px!important;padding:5px!important;border:1px solid var(--pt-line)!important;border-radius:13px!important;background:var(--pt-surface)!important;overflow-x:auto!important}html body #root .app-shell.potok-service-shell .tabs>button{padding:10px 15px!important;min-height:38px!important;font-size:13px!important;border-radius:9px!important;white-space:nowrap!important;transition:background var(--pt-motion-fast),box-shadow var(--pt-motion-fast)!important}html body #root .app-shell.potok-service-shell .tabs>button.active{background:var(--pt-white)!important;box-shadow:0 2px 5px #1621360b!important}html body #root .app-shell.potok-service-shell :is(.empty,.loading-block,.error-block){padding:44px 24px!important;line-height:1.65!important;text-align:center!important}html body #root .app-shell.potok-service-shell .modal{animation:pt-dialog-in .18s var(--pt-ease)!important}html body #root .app-shell.potok-service-shell .progress>span{transition:width .45s var(--pt-ease)!important}html body #root .app-shell.potok-service-shell .toast{animation:pt-dialog-in .18s var(--pt-ease)!important}html body #root .app-shell.potok-service-shell :is(.route-loading,.loading-block){background:linear-gradient(100deg,var(--pt-surface),var(--pt-white),var(--pt-surface))!important;background-size:200% 100%!important;animation:pt-loading 1.5s ease-in-out infinite!important;border-radius:16px!important}@media (max-width:900px){html body #root .app-shell.potok-service-shell .page{padding:20px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title){flex-wrap:wrap!important}}@media (max-width:600px){html body #root .app-shell.potok-service-shell .page{padding:14px!important}html body #root .app-shell.potok-service-shell .page-head h1{font-size:24px!important}html body #root .app-shell.potok-service-shell .metric{padding:18px!important}}@media (prefers-reduced-motion:reduce){html body #root .app-shell.potok-service-shell *,html body #root .app-shell.potok-service-shell *:before{animation:none!important;transition:none!important}}}.pt-workspace-context{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:0 0 22px;font-size:12px;color:var(--pt-muted)}.pt-request-state{display:inline-flex;gap:7px;align-items:center}.pt-request-state svg{color:var(--pt-brand-ink)}.pt-request-state.warning svg{color:var(--pt-warning)}.pt-workspace-context>button{border:0;background:transparent;font:inherit;display:inline-flex;align-items:center;gap:7px;cursor:pointer;color:var(--pt-muted);padding:5px 0}.pt-workspace-context>button:hover{color:var(--pt-ink)}.pt-guide-current{background:var(--pt-surface);border:1px solid var(--pt-line);border-radius:16px;padding:20px 24px;margin-bottom:20px}.pt-guide-current>span{font-size:12px;color:var(--pt-muted)}.pt-guide-current h3{font-size:22px;letter-spacing:-.03em;margin:10px 0}.pt-guide-current p{font-size:14px;line-height:1.7;margin:0}.pt-guide-current small{display:block;margin-top:12px;color:var(--pt-warning)}.pt-guide-search{display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--pt-line);border-radius:10px;margin-bottom:12px}.pt-guide-search input{border:0!important;background:transparent!important;box-shadow:none!important;width:100%;min-width:0;padding:13px 0!important}.pt-capability-list{max-height:44vh;overflow-y:auto;overscroll-behavior:contain}.pt-capability-list article{display:grid;grid-template-columns:40px 1fr 36px;align-items:start;gap:14px;padding:18px 2px;border-bottom:1px solid var(--pt-line)}.pt-capability-icon{display:grid;place-items:center;background:var(--pt-surface);border-radius:11px;width:40px;height:40px;color:var(--pt-brand-ink)}.pt-capability-list h3{font-size:15px;margin:0 0 6px}.pt-capability-list p{font-size:13px;line-height:1.6;color:var(--pt-muted);margin:0}.pt-capability-list article>button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--pt-line);border-radius:9px;background:#fff;cursor:pointer;color:var(--pt-ink)}.pt-capability-list article>button:hover{background:var(--pt-brand-soft)}.pt-spin{animation:pt-spin 1s linear infinite}.pt-inline-feedback{padding:14px 18px;border:1px solid var(--pt-line);background:var(--pt-surface);border-radius:12px;margin:0 0 20px;font-size:14px;line-height:1.6}.pt-inline-feedback.error{border-color:#eeb8bf;background:var(--pt-danger-soft);color:var(--pt-danger)}.pt-inline-feedback a{font-weight:600;margin-left:12px}.pt-cmms-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.pt-cmms-filters input{flex:1;min-width:220px}.pt-cmms-filters select{min-width:180px}.pt-readonly-note{font-size:13px;color:var(--pt-muted);padding:12px 16px;background:var(--pt-surface);border-radius:10px;margin-bottom:18px}@keyframes pt-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}@keyframes pt-loading{to{background-position:-200% 0}}@keyframes pt-spin{to{transform:rotate(360deg)}}@media (max-width:600px){.pt-workspace-context{align-items:flex-start;font-size:11px}.pt-workspace-context>button{max-width:135px;text-align:left}.pt-capability-list article{gap:9px;grid-template-columns:32px 1fr 32px}.pt-capability-icon{width:32px;height:32px}}@media (prefers-reduced-motion:reduce){.pt-spin{animation:none}}.pt-step-intro{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}.pt-step-intro h3{font-size:20px;margin:0 0 10px}.pt-step-intro p{font-size:14px;line-height:1.65;color:var(--pt-muted);margin:0}.pt-operator-steps article{display:grid;grid-template-columns:32px 1fr auto;gap:14px;align-items:start;border-top:1px solid var(--pt-line);padding:22px 0}.pt-step-number{width:32px;height:32px;border:1px solid var(--pt-line);border-radius:50%;display:grid;place-items:center;font-size:13px;color:var(--pt-muted)}.pt-step-number.done{background:var(--pt-brand-soft);border-color:transparent;color:var(--pt-brand-ink)}.pt-operator-steps h3{font-size:16px;margin:4px 0 10px}.pt-operator-steps p{font-size:14px;color:var(--pt-muted);line-height:1.7;margin:0 0 12px;white-space:pre-wrap}.pt-step-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--pt-muted)}.pt-step-confirm{border:1px solid var(--pt-line);border-radius:12px;padding:18px;margin-top:16px}.pt-step-confirm>.check-line{font-size:13px;line-height:1.6;margin:16px 0}.pt-step-readiness{background:var(--pt-warning-soft);border-radius:14px;padding:20px;margin-top:20px;font-size:14px;line-height:1.7}.pt-step-readiness.ready{background:var(--pt-brand-soft)}.pt-step-readiness h3{font-size:17px;margin:0 0 10px}.pt-step-readiness ul{padding-left:20px;list-style:disc}.pt-step-readiness a{color:var(--pt-ink);font-weight:600}.pt-operator-quantity{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;margin:12px 0 20px;color:var(--pt-muted)}.pt-operator-quantity b{color:var(--pt-ink)}@media (max-width:600px){.pt-step-intro{flex-direction:column}.pt-operator-steps article{grid-template-columns:28px 1fr}.pt-operator-steps article>.btn{grid-column:2;justify-self:start}}@layer potok-design{html body #root .app-shell.potok-service-shell .topbar{display:grid!important;grid-template-columns:minmax(150px,230px) minmax(100px,1fr) auto!important;align-items:center!important;gap:20px!important;height:64px!important;min-height:64px!important;padding:0 24px!important}html body #root .app-shell.potok-service-shell .potok-topbar-context{display:flex!important;min-width:0!important;gap:3px!important;margin:0!important;text-align:left!important;align-items:flex-start!important}html body #root .app-shell.potok-service-shell .potok-topbar-context>b{font-size:14px!important;line-height:20px!important;letter-spacing:-.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .app-shell.potok-service-shell .potok-topbar-search{width:100%!important;min-width:0!important;max-width:520px!important;margin:0!important}html body #root .app-shell.potok-service-shell .global-search-trigger{display:flex!important;align-items:center!important;height:38px!important;min-height:38px!important;padding:0 12px!important;border:1px solid var(--pt-line)!important;background:var(--pt-canvas)!important;border-radius:var(--pt-radius-control)!important;gap:10px!important}html body #root .app-shell.potok-service-shell .global-search-trigger:hover{background:var(--pt-white)!important;border-color:var(--pt-line-strong)!important}html body #root .app-shell.potok-service-shell .top-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin:0!important}html body #root .app-shell.potok-service-shell :is(.potok-topbar-icon,.notification-button,.mobile-menu){width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;align-items:center!important;justify-content:center!important;border:1px solid var(--pt-line)!important;border-radius:var(--pt-radius-control)!important;flex-shrink:0!important}html body #root .app-shell.potok-service-shell .user-chip{display:flex!important;align-items:center!important;height:38px!important;gap:8px!important;padding:0 0 0 8px!important}html body #root .app-shell.potok-service-shell .user-chip>span{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;flex-shrink:0!important;border-radius:50%!important}html body #root .app-shell.potok-service-shell .user-chip>div{display:none!important}html body #root .app-shell.potok-service-shell .page{padding:20px 24px 36px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title){align-items:flex-start!important;flex-wrap:wrap!important;gap:16px!important;margin:0 0 20px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title)>div{min-width:0!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title) h1{font-size:26px!important;line-height:1.25!important;margin:0 0 8px!important}html body #root .app-shell.potok-service-shell :is(.page-actions,.modal-actions,.form-actions,.action-row,.v15-range,.v15-bulk){display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important}html body #root .app-shell.potok-service-shell :is(.panel-head,.v15-card>header){display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;padding:16px 18px!important;gap:12px!important}html body #root .app-shell.potok-service-shell :is(.btn,.v15-button){display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;min-height:38px!important;padding:8px 12px!important;font-size:13px!important;line-height:20px!important;gap:7px!important;flex-shrink:0!important;white-space:nowrap!important}html body #root .app-shell.potok-service-shell :is(.btn,.v15-button)>svg{width:16px!important;height:16px!important;flex-shrink:0!important}html body #root .app-shell.potok-service-shell :is(.field input,.field select,.v15-range input,.v15-viewbar input,.v15-viewbar select){min-height:38px!important;box-sizing:border-box!important}html body #root .app-shell.potok-service-shell .v15-range{align-items:flex-end!important}html body #root .app-shell.potok-service-shell .v15-range>label{display:grid!important;gap:5px!important;font-size:12px!important}html body #root .app-shell.potok-service-shell .v15-card-body{padding:16px 18px!important}html body #root .app-shell.potok-service-shell .pt-workspace-context{margin-bottom:16px!important}html body #root .app-shell.potok-service-shell :is(.pt-workspace-tabs,.tabs){margin-bottom:18px!important}html body #root .app-shell.potok-service-shell :is(.modal-actions,.form-actions){margin-top:18px!important}html body #root .app-shell.potok-service-shell :is(.btn,.icon-btn,.global-search-trigger,.potok-topbar-icon):focus-visible{outline:2px solid var(--pt-brand-ink)!important;outline-offset:3px!important}html body #root .app-shell.potok-service-shell .workspace-embedded{min-width:0!important}html body #root .app-shell.potok-service-shell :is(.v15-content,.suite-content){min-width:0!important}html body #root .app-shell.potok-service-shell .route-loading{padding:24px!important}html body #root .app-shell.potok-service-shell .sidebar nav{scrollbar-gutter:stable}html body #root .app-shell.potok-service-shell .sidebar .potok-nav-search input:not([type=checkbox]):not([type=radio]):not([type=range]){border:0!important;box-shadow:none!important;background:transparent!important;padding:0!important}html body #root .app-shell.potok-service-shell .pt-shift-card a{color:#b1f5d3!important;text-decoration:none!important}html body #root .app-shell.potok-service-shell :is(.plan-grid-search,.floor-search) input:not([type=checkbox]):not([type=radio]):not([type=range]){border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;font-weight:400!important}html body #root .app-shell.potok-service-shell .production-links-search{position:relative!important;display:flex!important;align-items:center!important}html body #root .app-shell.potok-service-shell .production-links-search input:not([type=checkbox]):not([type=radio]):not([type=range]){padding-left:36px!important;font-weight:400!important}html body #root .app-shell.potok-service-shell .production-links-search>svg{position:absolute!important;left:12px!important;pointer-events:none!important}html body #root .app-shell.potok-service-shell :is(.plan-grid-search,.floor-search,.potok-nav-search):focus-within{outline:2px solid var(--pt-brand-ink)!important;outline-offset:2px!important}html body #root .app-shell.potok-service-shell .floor-object-list{grid-template-columns:minmax(0,1fr)!important}html body #root .app-shell.potok-service-shell .floor-object{min-width:0!important}html body #root .app-shell.potok-service-shell .pt-overview-grid>div{min-width:0!important}html body #root .app-shell.potok-service-shell .pt-decision-toolbar{min-width:0!important;max-width:100%!important}html body #root .app-shell.potok-service-shell .pt-decision-toolbar .tabs{min-width:0!important;max-width:100%!important;overflow-x:auto!important;flex-shrink:1!important}html body #root .app-shell.potok-service-shell .pt-decision-toolbar label{min-width:0!important;flex:1 1 180px!important}@media (max-width:1100px){html body #root .app-shell.potok-service-shell .topbar{grid-template-columns:minmax(130px,190px) minmax(38px,1fr) auto!important;gap:12px!important;padding:0 18px!important}html body #root .app-shell.potok-service-shell .global-search-trigger kbd{display:none!important}}@media (max-width:900px){html body #root .app-shell.potok-service-shell .pt-overview-grid{grid-template-columns:minmax(0,1fr)!important}html body #root .app-shell.potok-service-shell .topbar{grid-template-columns:38px minmax(0,1fr) 38px auto!important;gap:10px!important}html body #root .app-shell.potok-service-shell .mobile-menu{display:flex!important}html body #root .app-shell.potok-service-shell .potok-topbar-search{width:38px!important;max-width:38px!important}html body #root .app-shell.potok-service-shell .global-search-trigger{width:38px!important;padding:0!important;justify-content:center!important}html body #root .app-shell.potok-service-shell .global-search-trigger>span{display:none!important}html body #root .app-shell.potok-service-shell .potok-topbar-icon{display:none!important}html body #root .app-shell.potok-service-shell .page{padding:18px!important}}@media (min-width:901px){html body #root .app-shell.potok-service-shell .mobile-menu{display:none!important}}@media (max-width:600px){html body #root .app-shell.potok-service-shell .topbar{height:60px!important;min-height:60px!important;padding:0 12px!important;gap:8px!important}html body #root .app-shell.potok-service-shell .top-actions{gap:6px!important}html body #root .app-shell.potok-service-shell .user-chip{display:none!important}html body #root .app-shell.potok-service-shell .topbar .crumb{font-size:10px!important}html body #root .app-shell.potok-service-shell .page{padding:16px 12px 28px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title) h1{font-size:23px!important}html body #root .app-shell.potok-service-shell :is(.panel-head,.v15-card>header,.v15-card-body){padding:14px!important}html body #root .app-shell.potok-service-shell :is(.btn,.v15-button){min-height:40px!important}html body #root .app-shell.potok-service-shell .page-actions{width:100%!important}html body #root .app-shell.potok-service-shell .v15-range>label{flex:1 1 160px!important}html body #root .app-shell.potok-service-shell .v15-range input{min-width:0!important;width:100%!important}}@media (prefers-reduced-motion:reduce){html body #root .app-shell.potok-service-shell *,html body #root .app-shell.potok-service-shell *:before,html body #root .app-shell.potok-service-shell *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}}@layer potok-design{html body #root .app-shell.potok-service-shell .page{padding:12px 20px 28px!important}html body #root .app-shell.potok-service-shell .pt-workspace-utility{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:4px 14px!important;min-height:30px!important;margin:0 0 10px!important}html body #root .app-shell.potok-service-shell .pt-workspace-utility .pt-workspace-context{display:contents!important}html body #root .app-shell.potok-service-shell .pt-workspace-utility .pt-request-state{flex:1 1 auto!important;font-size:11px!important;white-space:nowrap!important}html body #root .app-shell.potok-service-shell .pt-workspace-utility .pt-workspace-context>button{order:3!important;min-height:28px!important;padding:4px 8px!important;font-size:11px!important;border-radius:8px!important}html body #root .app-shell.potok-service-shell .pt-workspace-utility .pt-trial-banner{order:2!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;padding:4px 8px!important;margin:0!important;min-height:28px!important;border-radius:8px!important;font-size:11px!important;line-height:18px!important}html body #root .app-shell.potok-service-shell .pt-workspace-utility .pt-trial-banner.expired{flex:1 1 100%!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title){align-items:center!important;gap:8px 16px!important;margin:0 0 12px!important;min-height:0!important;padding:0!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title) h1{font-size:var(--pt-title-size)!important;line-height:1.25!important;margin:0 0 3px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title) p{font-size:var(--pt-control-size)!important;line-height:1.5!important;margin:0!important}html body #root .app-shell.potok-service-shell :is(.pt-workspace-tabs,.tabs){gap:4px!important;min-height:32px!important;margin:0 0 10px!important;padding:3px!important;flex-wrap:nowrap!important;overflow-x:auto!important;max-width:100%!important;scrollbar-width:thin}html body #root .app-shell.potok-service-shell :is(.pt-workspace-tabs>a,.tabs>button){min-height:28px!important;padding:5px 10px!important;font-size:var(--pt-control-size)!important;line-height:18px!important;white-space:nowrap!important;flex-shrink:0!important}html body #root .app-shell.potok-service-shell :is(.btn,.v15-button){font-size:var(--pt-control-size)!important;min-height:34px!important;padding:6px 11px!important;line-height:20px!important}html body #root .app-shell.potok-service-shell :is(.panel-head,.v15-card>header){padding:10px 14px!important;gap:8px!important}html body #root .app-shell.potok-service-shell :is(.panel-head,.v15-card>header) h2{font-size:14px!important;line-height:1.4!important}html body #root .app-shell.potok-service-shell :is(.panel-head,.v15-card>header) p{font-size:var(--pt-control-size)!important;margin:3px 0 0!important}html body #root .app-shell.potok-service-shell :is(.panel,.v15-card){margin-bottom:12px!important}html body #root .app-shell.potok-service-shell :is(.metrics,.metrics-grid,.overview-kpis,.kpi-grid,.fn4-kpis,.wh4-metrics,.iv4-metrics,.billing-v4-metrics,.suite-kpis,.floor-map-summary,.plan-grid-summary,.rb-summary,.trace-summary){gap:8px!important;margin-top:0!important;margin-bottom:12px!important}html body #root .app-shell.potok-service-shell .metric{min-height:0!important;padding:10px 13px!important;border-radius:12px!important;gap:4px!important}html body #root .app-shell.potok-service-shell .metric .potok-metric-heading{min-height:16px!important;margin:0 0 3px!important;gap:8px!important}html body #root .app-shell.potok-service-shell .metric .potok-metric-heading>span{font-size:11px!important;line-height:16px!important}html body #root .app-shell.potok-service-shell .metric .potok-metric-heading>i{width:20px!important;height:20px!important;min-width:20px!important;border-radius:6px!important}html body #root .app-shell.potok-service-shell .metric .potok-metric-heading>i svg{width:13px!important;height:13px!important}html body #root .app-shell.potok-service-shell .metric>strong{font-size:21px!important;line-height:1.2!important;margin:0!important;letter-spacing:-.025em!important}html body #root .app-shell.potok-service-shell .metric.metric-long-value>strong{font-size:17px!important}html body #root .app-shell.potok-service-shell .metric>small{font-size:11px!important;line-height:1.4!important;margin:3px 0 0!important}html body #root .app-shell.potok-service-shell :is(.fn4-kpis,.wh4-metrics,.iv4-metrics,.billing-v4-metrics,.suite-kpis)>article{min-height:0!important;padding:10px 13px!important;border-radius:12px!important;gap:10px!important}html body #root .app-shell.potok-service-shell :is(.fn4-kpis,.wh4-metrics,.iv4-metrics,.billing-v4-metrics,.suite-kpis) :is(strong,b){font-size:20px!important;line-height:1.3!important;margin:3px 0!important}html body #root .app-shell.potok-service-shell :is(.fn4-kpis,.wh4-metrics,.iv4-metrics,.billing-v4-metrics,.suite-kpis) small{font-size:11px!important;line-height:1.4!important}html body #root .app-shell.potok-service-shell :is(.billing-v4-metric-icon,.iv4-metric-icon){width:30px!important;height:30px!important}html body #root .app-shell.potok-service-shell :is(.filter-bar,.workspace-list-filters,.pt-cmms-filters,.iv4-journal-filters,.fn4-toolbar,.plan-grid-toolbar,.floor-toolbar,.task-list-toolbar,.support-v4-toolbar,.notification-modern-toolbar,.potok-flat-filter,.table-toolbar,.work-table-toolbar,.v15-viewbar){display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;padding:8px 10px!important;margin:0 0 10px!important;min-height:0!important;border-radius:10px!important}html body #root .app-shell.potok-service-shell :is(.filter-bar,.workspace-list-filters,.pt-cmms-filters,.iv4-journal-filters,.fn4-toolbar,.plan-grid-toolbar,.floor-toolbar,.task-list-toolbar,.support-v4-toolbar,.notification-modern-toolbar,.potok-flat-filter,.table-toolbar,.work-table-toolbar,.v15-viewbar)>.field{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;min-height:0!important;padding:0!important;flex:1 1 140px!important;max-width:230px!important;min-width:0!important;margin:0!important;gap:4px!important}html body #root .app-shell.potok-service-shell :is(.filter-bar,.workspace-list-filters,.pt-cmms-filters,.iv4-journal-filters,.fn4-toolbar,.plan-grid-toolbar,.floor-toolbar,.task-list-toolbar,.support-v4-toolbar,.notification-modern-toolbar,.potok-flat-filter,.table-toolbar,.work-table-toolbar,.v15-viewbar) .field>span{font-size:11px!important;line-height:15px!important}html body #root .app-shell.potok-service-shell :is(.filter-bar,.workspace-list-filters,.pt-cmms-filters,.iv4-journal-filters,.fn4-toolbar,.plan-grid-toolbar,.floor-toolbar,.task-list-toolbar,.support-v4-toolbar,.notification-modern-toolbar,.potok-flat-filter,.table-toolbar,.work-table-toolbar,.v15-viewbar) :is(input:not([type=checkbox]):not([type=radio]),select){min-height:34px!important;height:34px!important;padding:6px 10px!important;font-size:var(--pt-control-size)!important;line-height:20px!important}html body #root .app-shell.potok-service-shell :is(.filter-bar,.workspace-list-filters,.pt-cmms-filters,.iv4-journal-filters,.fn4-toolbar,.plan-grid-toolbar,.floor-toolbar,.task-list-toolbar,.support-v4-toolbar,.notification-modern-toolbar,.potok-flat-filter,.table-toolbar,.work-table-toolbar,.v15-viewbar)>:is(input,select){flex:1 1 160px!important;max-width:280px!important;min-width:0!important}html body #root .app-shell.potok-service-shell :is(.field input,.field select,.v15-range input,.v15-viewbar input,.v15-viewbar select){min-height:34px!important}html body #root .app-shell.potok-service-shell .v15-range{gap:8px!important}html body #root .app-shell.potok-service-shell .v15-range>label{font-size:11px!important;gap:4px!important}html body #root .app-shell.potok-service-shell :is(.floor-map-summary,.plan-grid-summary,.rb-summary,.trace-summary)>article{padding:8px 12px!important;min-height:0!important}@media (max-width:600px){html body #root .app-shell.potok-service-shell .page{padding:10px 12px 24px!important}html body #root .app-shell.potok-service-shell .pt-workspace-utility{gap:4px 8px!important;margin-bottom:8px!important}html body #root .app-shell.potok-service-shell .pt-workspace-utility .pt-workspace-context>button{min-height:36px!important}html body #root .app-shell.potok-service-shell :is(.page-head,.v15-title,.suite-page-title) h1{font-size:var(--pt-title-mobile-size)!important}html body #root .app-shell.potok-service-shell :is(.btn,.v15-button){min-height:40px!important}html body #root .app-shell.potok-service-shell :is(.pt-workspace-tabs>a,.tabs>button){min-height:36px!important}html body #root .app-shell.potok-service-shell :is(.metrics,.metrics-grid,.overview-kpis,.kpi-grid,.fn4-kpis,.wh4-metrics,.iv4-metrics,.billing-v4-metrics,.suite-kpis,.floor-map-summary,.plan-grid-summary,.rb-summary,.trace-summary){display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(155px,70%)!important;grid-template-columns:none!important;overflow-x:auto!important;padding-bottom:4px!important;scroll-snap-type:x proximity}html body #root .app-shell.potok-service-shell :is(.metrics,.metrics-grid,.overview-kpis,.kpi-grid,.fn4-kpis,.wh4-metrics,.iv4-metrics,.billing-v4-metrics,.suite-kpis,.floor-map-summary,.plan-grid-summary,.rb-summary,.trace-summary)>*{min-width:0!important;scroll-snap-align:start}html body #root .app-shell.potok-service-shell :is(.filter-bar,.workspace-list-filters,.pt-cmms-filters,.iv4-journal-filters,.fn4-toolbar,.plan-grid-toolbar,.floor-toolbar,.task-list-toolbar,.support-v4-toolbar,.notification-modern-toolbar,.potok-flat-filter,.table-toolbar,.work-table-toolbar,.v15-viewbar){gap:8px!important;padding:8px!important}html body #root .app-shell.potok-service-shell :is(.filter-bar,.workspace-list-filters,.pt-cmms-filters,.iv4-journal-filters,.fn4-toolbar,.plan-grid-toolbar,.floor-toolbar,.task-list-toolbar,.support-v4-toolbar,.notification-modern-toolbar,.potok-flat-filter,.table-toolbar,.work-table-toolbar,.v15-viewbar)>.field{flex:1 1 125px!important;max-width:none!important}html body #root .app-shell.potok-service-shell :is(.filter-bar,.workspace-list-filters,.pt-cmms-filters,.iv4-journal-filters,.fn4-toolbar,.plan-grid-toolbar,.floor-toolbar,.task-list-toolbar,.support-v4-toolbar,.notification-modern-toolbar,.potok-flat-filter,.table-toolbar,.work-table-toolbar,.v15-viewbar) :is(input:not([type=checkbox]):not([type=radio]),select){min-height:40px!important;height:40px!important}}}@layer potok-design{html body #root .app-shell.potok-service-shell .saved-filters{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 10px!important;padding:0!important;font-size:var(--pt-control-size)!important;min-height:32px!important}html body #root .app-shell.potok-service-shell .saved-filters>label{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;margin:0!important}html body #root .app-shell.potok-service-shell .saved-filters>label>span{font-size:11px!important;white-space:nowrap!important}html body #root .app-shell.potok-service-shell .saved-filters :is(select,input,button){min-height:32px!important;font-size:var(--pt-control-size)!important;padding:5px 9px!important}html body #root .app-shell.potok-service-shell .save-filter-menu summary{font-size:var(--pt-control-size)!important;padding:6px!important;color:var(--pt-brand-ink)!important}html body #root .app-shell.potok-service-shell .save-filter-menu{position:relative}html body #root .app-shell.potok-service-shell .save-filter-menu>div{position:absolute;top:100%;left:0;z-index:20;display:flex;align-items:end;flex-wrap:wrap;width:min(320px,calc(100vw - 40px));padding:12px;gap:8px;border:1px solid var(--pt-line);border-radius:12px;background:var(--pt-white);box-shadow:0 12px 32px #1621361f}html body #root .app-shell.potok-service-shell .work-table-tools{padding:7px 12px!important;min-height:0!important;gap:8px!important}html body #root .app-shell.potok-service-shell .work-table-tools :is(button,summary){font-size:var(--pt-control-size)!important;min-height:34px!important;padding:5px 9px!important}html body #root .app-shell.potok-service-shell .work-table-tools .pt-table-search input:not([type=checkbox]){min-height:32px!important;height:32px!important;padding:5px 9px!important;font-size:var(--pt-control-size)!important}html body #root .app-shell.potok-service-shell .workspace-list-filters{align-items:flex-end!important}@media (min-width:901px){html body #root .app-shell.potok-service-shell .sidebar nav.pt-sidebar-navigation .nav-row>button:first-child{min-height:36px!important;padding:7px 10px!important}html body #root .app-shell.potok-service-shell .sidebar nav.pt-sidebar-navigation .nav-row>button:first-child b{font-size:13px!important;line-height:18px!important;white-space:nowrap!important}}@media (max-width:600px){html body #root .app-shell.potok-service-shell .saved-filters :is(select,input,button),html body #root .app-shell.potok-service-shell .work-table-tools :is(button,summary){min-height:40px!important}html body #root .app-shell.potok-service-shell .save-filter-menu>div{left:auto;right:0}}}@layer potok-design{html body #root .app-shell.potok-service-shell .calendar-panel{max-width:100%!important;overflow-x:auto!important}html body #root .app-shell.potok-service-shell :is(.calendar-grid,.calendar-weekdays){grid-template-columns:repeat(7,minmax(0,1fr))!important}html body #root .app-shell.potok-service-shell :is(.calendar-day,.calendar-events,.calendar-event){min-width:0!important;max-width:100%!important}html body #root .app-shell.potok-service-shell .calendar-event :is(b,small){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){html body #root .app-shell.potok-service-shell :is(.calendar-grid,.calendar-weekdays){min-width:700px!important}}}@layer potok-design{html body #root .app-shell.potok-service-shell :is(.workspace-list-filters,.task-list-toolbar)>.saved-filters{margin:0 0 0 auto!important;align-self:flex-end!important;gap:6px!important}html body #root .app-shell.potok-service-shell .workspace-list-filters>.field{flex:0 1 200px!important}@media (max-width:600px){html body #root .app-shell.potok-service-shell .workspace-list-filters>.field{flex:1 1 125px!important}html body #root .app-shell.potok-service-shell :is(.workspace-list-filters,.task-list-toolbar)>.saved-filters{flex:1 1 100%!important;margin:0!important}}}
