@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-1:#00a76f;--primary-2:#007867;--primary-3:#1c252e;--bg-main:#f9fafb;--bg-panel:#fff;--bg-soft:#e8f5f0;--border-light:#b7e4d4;--border-normal:#7dcfb6;--border-card:#eaecef;--text-primary:#1c252e;--text-secondary:#637381;--text-muted:#919eab;--success:#00a76f;--warning:#ffb020;--danger:#f04438;--radius:.5rem;--brand-gradient:linear-gradient(135deg, #1c252e 0%, #28323d 55%, #007867 100%);--auth-hero-gradient:radial-gradient(circle at 100% 100%, #0c5b58f2 0%, #0b4e4fa6 22%, #0a424659 45%, transparent 72%), linear-gradient(135deg, #020b14 0%, #04131d 16%, #06202a 33%, #08313a 50%, #0a4246 66%, #0b4e4f 83%, #0c5b58 100%);--logout-gradient:linear-gradient(166.86deg, #f87171 -19.24%, #dc2626 125.35%)}html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c252e;background:#f9fafb;width:100%;height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#b7e4d4;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#7dcfb6}.w2m-app-shell{background:var(--brand-gradient);box-sizing:border-box;width:100vw;height:100vh;padding:8px;display:flex;overflow:hidden}.w2m-left-rail{flex-direction:column;flex-shrink:0;align-items:center;width:48px;padding:4px 0;display:flex}.w2m-rail-btn-wrap{position:relative}.w2m-rail-btn{color:#fffffff2;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:relative}.w2m-rail-btn:hover,.w2m-rail-btn.is-active{background:#fff3}.w2m-rail-badge{color:#fff;background:#f04438;border-radius:9999px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:8px;font-weight:700;display:flex;position:absolute;top:4px;right:4px}.w2m-rail-tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:50;background:#007867;border-radius:6px;padding:6px 10px;font-size:11.5px;font-weight:500;transition:opacity .15s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%);box-shadow:0 2px 8px #0000001f}.w2m-rail-btn-wrap:hover .w2m-rail-tooltip{opacity:1}.w2m-main-column{flex-direction:column;flex:1;min-width:0;min-height:0;margin-left:8px;display:flex}.w2m-body-row{flex:1;min-height:0;display:flex}.w2m-sidebar{background:#fff;border-right:1px solid #f2f4f7;border-radius:12px 0 0 12px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:220px;padding:10px 8px;transition:width .2s ease-out;display:flex;position:relative;overflow:visible}.w2m-sidebar.collapsed{width:64px}.w2m-sidebar.collapsed .w2m-sidebar-label,.w2m-sidebar.collapsed .w2m-section-label,.w2m-sidebar.collapsed .w2m-welcome-card{display:none!important}.w2m-welcome-card{background:var(--brand-gradient);color:#fff;border-radius:12px;margin-bottom:12px;padding:12px;position:relative;overflow:hidden;box-shadow:0 2px 4px #00000014}.w2m-sidebar-collapse{color:#fff;cursor:pointer;background:var(--brand-gradient);z-index:30;border:none;border-radius:9999px;justify-content:center;align-items:center;width:28px;height:28px;transition:filter .15s;display:flex;position:absolute;top:50%;right:-14px;transform:translateY(-50%);box-shadow:0 2px 6px #00786759}.w2m-sidebar-collapse:hover{filter:brightness(1.15)}.w2m-main-panel{background:#fff;border-radius:0 12px 12px 0;flex-direction:column;flex:1;min-width:0;min-height:0;margin-left:2px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000f}.brand-gradient{background:var(--brand-gradient)}.w2m-input{color:#1f2937;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:13px;transition:all .15s}.w2m-input:focus{border-color:#007867;box-shadow:0 0 0 3px #00a76f26}.w2m-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.w2m-btn-primary{background:var(--brand-gradient);border:none;color:#fff!important}.w2m-btn-primary:hover{filter:brightness(1.08)}.w2m-btn-secondary{background:#fff;border-color:#d0d5dd;color:#344054!important}.w2m-btn-secondary:hover{background:#f9fafb}.w2m-btn-danger{background:#fef2f2;border-color:#fecaca;color:#dc2626!important}.w2m-btn-danger:hover{background:#fee2e2}.w2m-card{background:#fff;border:1px solid #eaecef;border-radius:12px;padding:16px;box-shadow:0 1px 3px #1018280d}.w2m-card-header{border-bottom:1px solid #f2f4f7;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:12px;display:flex}.ov-kpi-grid,.grid-kpi{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}@media (width<=1024px){.ov-kpi-grid,.grid-kpi{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.ov-kpi-grid,.grid-kpi{grid-template-columns:1fr}}.ov-kpi-card{cursor:pointer;background:#fff;border:1px solid #eaecef;border-radius:14px;flex-direction:column;justify-content:space-between;padding:16px 18px;transition:all .2s;display:flex;box-shadow:0 1px 3px #1018280a}.ov-kpi-card:hover{border-color:#007867;transform:translateY(-1px);box-shadow:0 4px 14px #0078671a}.ov-kpi-card__head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ov-kpi-card__label{color:#667085;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.ov-kpi-card__value{color:#1f2937;font-size:22px;font-weight:800;line-height:1.2}.ov-kpi-card__hint{color:#667085;border-top:1px solid #f9fafb;justify-content:space-between;align-items:center;margin-top:10px;padding-top:8px;font-size:11.5px;display:flex}.w2m-table-wrap{background:#fff;border:1px solid #eaecef;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #1018280a}.w2m-table{border-collapse:collapse;text-align:left;width:100%;font-size:12.5px}.w2m-table thead th{color:#475467;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #eaecef;padding:12px 14px;font-size:11px;font-weight:700}.w2m-table tbody td{vertical-align:middle;color:#344054;border-bottom:1px solid #f2f4f7;padding:12px 14px}.w2m-table tbody tr:hover{background:#fafbfc}.w2m-table tbody tr:last-child td{border-bottom:none}.w2m-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;background:#0f172a80;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.w2m-modal-dialog{background:#fff;border:1px solid #eaecef;border-radius:16px;width:100%;max-width:500px;animation:.15s ease-out w2mModalIn;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes w2mModalIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.w2m-modal-header{background:#f9fafb;border-bottom:1px solid #eaecef;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.w2m-modal-body{max-height:80vh;padding:20px;overflow-y:auto}.w2m-modal-footer{background:#f9fafb;border-top:1px solid #eaecef;justify-content:flex-end;align-items:center;gap:10px;padding:14px 20px;display:flex}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media (width>=640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:inline{display:inline}.sm\:block{display:block}}@media (width>=768px){.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:w-1\/2{width:50%}.md\:ml-3{margin-left:12px}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex{display:flex}}.gap-1{gap:4px}.gap-1\.5{gap:6px}.gap-2{gap:8px}.gap-2\.5{gap:10px}.gap-3{gap:12px}.gap-3\.5{gap:14px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.space-y-1>:not([hidden])~:not([hidden]){margin-top:4px}.space-y-2>:not([hidden])~:not([hidden]){margin-top:8px}.space-y-3>:not([hidden])~:not([hidden]){margin-top:12px}.space-y-3\.5>:not([hidden])~:not([hidden]){margin-top:14px}.space-y-4>:not([hidden])~:not([hidden]){margin-top:16px}.p-1{padding:4px}.p-2{padding:8px}.p-2\.5{padding:10px}.p-3{padding:12px}.p-3\.5{padding:14px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.px-2{padding-left:8px;padding-right:8px}.px-2\.5{padding-left:10px;padding-right:10px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.py-0\.5{padding-top:2px;padding-bottom:2px}.py-1{padding-top:4px;padding-bottom:4px}.py-1\.5{padding-top:6px;padding-bottom:6px}.py-2{padding-top:8px;padding-bottom:8px}.py-2\.5{padding-top:10px;padding-bottom:10px}.py-3{padding-top:12px;padding-bottom:12px}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.py-16{padding-top:64px;padding-bottom:64px}.m-0{margin:0}.mb-1{margin-bottom:4px}.mb-1\.5{margin-bottom:6px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-1{margin-top:4px}.mt-1\.5{margin-top:6px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.w-full{width:100%}.w-auto{width:auto}.w-7{width:28px}.w-8{width:32px}.w-9{width:36px}.w-10{width:40px}.w-12{width:48px}.w-24{width:96px}.w-28{width:112px}.w-36{width:144px}.w-48{width:192px}.h-7{height:28px}.h-8{height:32px}.h-9{height:36px}.h-10{height:40px}.h-11{height:44px}.h-12{height:48px}.h-16{height:64px}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-md{max-w:448px;max-width:448px}.max-w-2xl{max-width:672px}.max-w-5xl{max-width:1024px}.mx-auto{margin-left:auto;margin-right:auto}.border{border:1px solid #eaecef}.border-b{border-bottom:1px solid #eaecef}.border-t{border-top:1px solid #eaecef}.border-none{border:none!important}.border-gray-100{border-color:#f2f4f7}.border-gray-200{border-color:#eaecef}.border-gray-300{border-color:#d0d5dd}.border-emerald-200{border-color:#a7f3d0}.border-emerald-300{border-color:#6ee7b7}.border-amber-200{border-color:#fde68a}.border-purple-200{border-color:#ddd6fe}.border-red-200{border-color:#fecaca}.rounded{border-radius:4px}.rounded-md{border-radius:6px}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-full{border-radius:9999px}.bg-white{background-color:#fff}.bg-transparent{background-color:#0000}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f2f4f7}.bg-gray-200{background-color:#eaecf0}.bg-emerald-50{background-color:#ecfdf5}.bg-emerald-100{background-color:#d1fae5}.bg-emerald-500{background-color:#10b981}.bg-emerald-600{background-color:#059669}.bg-blue-50{background-color:#eff8ff}.bg-blue-100{background-color:#d1e9ff}.bg-blue-600{background-color:#1570ef}.bg-amber-50{background-color:#fffdf0}.bg-amber-100{background-color:#fef0c7}.bg-amber-500{background-color:#f79009}.bg-amber-600{background-color:#d97706}.bg-purple-50{background-color:#f9f5ff}.bg-purple-100{background-color:#ece9fe}.bg-purple-600{background-color:#7f56d9}.bg-red-50{background-color:#fef3f2}.bg-red-100{background-color:#fee4e2}.bg-red-500{background-color:#f04438}.bg-red-600{background-color:#d92d20}.text-white{color:#fff}.text-gray-400{color:#98a2b3}.text-gray-500{color:#667085}.text-gray-600{color:#475467}.text-gray-700{color:#344054}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-emerald-600{color:#007867}.text-emerald-700{color:#005e50}.text-emerald-800{color:#00453a}.text-blue-600{color:#1570ef}.text-blue-700{color:#175cd3}.text-blue-800{color:#1849a9}.text-amber-600{color:#b54708}.text-amber-700{color:#93370d}.text-amber-800{color:#7a2e0e}.text-purple-600{color:#6941c6}.text-purple-700{color:#53389e}.text-red-600{color:#d92d20}.text-red-700{color:#b42318}.font-sans{font-family:Inter,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-xs{font-size:11px}.text-sm{font-size:13px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shadow-2xs{box-shadow:0 1px 2px #10182808}.shadow-xs{box-shadow:0 1px 2px #1018280d}.shadow-sm{box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}.shadow-md{box-shadow:0 4px 6px -1px #1018281a,0 2px 4px -2px #1018280f}.shadow-lg{box-shadow:0 10px 15px -3px #1018281a,0 4px 6px -4px #1018280d}.shadow-xl{box-shadow:0 20px 25px -5px #1018281a,0 8px 10px -6px #1018280d}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.hidden{display:none}.block{display:block}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.transition{transition:all .15s ease-in-out}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:1.5s cubic-bezier(0,0,.2,1) infinite ping}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.w2m-top-header__menu-btn,.mobile-only{display:none!important}@media (width<=1023px){.w2m-top-header__menu-btn,.mobile-only{display:flex!important}.desktop-only{display:none!important}}@media (width>=1024px){.w2m-top-header__menu-btn,.mobile-only,.lg\:hidden{display:none!important}.desktop-only{display:flex!important}}body.w2m-nav-open{touch-action:none;overflow:hidden}body.w2m-nav-open .w2m-app-shell{overflow:visible!important}@media (width<=1023px){html,body,#root,.App{max-height:100dvh;overflow:hidden;height:100dvh!important}body.w2m-mobile-ui{background:#f2f4f7!important}.w2m-app-shell--mobile .w2m-main-column,.w2m-app-shell--mobile .w2m-body-row,.w2m-app-shell--mobile .w2m-main-panel{background-color:#f2f4f7!important}.w2m-app-shell--mobile .w2m-top-header{background-color:#fff}.w2m-app-shell--mobile{min-height:100dvh;max-height:100dvh;background:0 0!important;height:100dvh!important;padding:0!important}.w2m-app-shell{min-height:100dvh;background:0 0!important;height:100dvh!important;padding:0!important}.w2m-left-rail{display:none!important}.w2m-main-column{flex:1;width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;overflow:hidden;margin-left:0!important;padding-bottom:0!important}.w2m-body-row{flex:1;min-height:0;position:relative}.w2m-sidebar{z-index:60;transition:transform .28s cubic-bezier(.4,0,.2,1);transform:translate(-105%);box-shadow:8px 0 32px #0000002e;border-radius:0!important;width:min(88vw,300px)!important;max-width:300px!important;height:100dvh!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important}.w2m-sidebar:not(.w2m-sidebar--open){pointer-events:none;visibility:hidden}.w2m-sidebar.w2m-sidebar--open{pointer-events:auto;visibility:visible;transform:translate(0)!important}.w2m-body-row>.w2m-sidebar{flex:0 0 0!important;min-width:0!important}.w2m-sidebar-backdrop{z-index:55;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;animation:.2s w2mFadeIn;position:fixed;inset:0}.w2m-sidebar-collapse{display:none!important}.w2m-sidebar-close{display:flex!important}.w2m-sidebar-banner{display:none!important}.w2m-main-panel{-webkit-overflow-scrolling:touch;flex:1;min-height:0;box-shadow:none!important;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))!important;border-radius:0!important;margin-top:0!important;margin-bottom:0!important;margin-left:0!important;overflow:hidden auto!important}.w2m-main-panel>.flex-1.overflow-hidden,.w2m-main-panel .perm-readonly.flex-1{flex:none!important;height:auto!important;min-height:auto!important;overflow:visible!important}.w2m-main-panel:has(.w2m-page-shell--no-scroll){flex-direction:column!important;padding-bottom:0!important;display:flex!important;overflow:hidden!important}:is(.w2m-main-panel:has(.w2m-page-shell--no-scroll)>.flex-1.overflow-hidden,.w2m-main-panel:has(.w2m-page-shell--no-scroll) .perm-readonly.flex-1){flex-direction:column!important;flex:1!important;height:auto!important;min-height:0!important;display:flex!important;overflow:hidden!important}.w2m-main-panel:has(.w2m-canvas-page){flex-direction:column!important;padding-bottom:0!important;display:flex!important;overflow:hidden!important}:is(.w2m-main-panel:has(.w2m-canvas-page)>.flex-1.overflow-hidden,.w2m-main-panel:has(.w2m-canvas-page) .perm-readonly.flex-1){flex-direction:column!important;flex:1!important;height:auto!important;min-height:0!important;display:flex!important;overflow:hidden!important}.w2m-canvas-page{background:#f2f4f7!important;flex-direction:column!important;flex:1!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.w2m-canvas-page__inner{height:100%!important;min-height:0!important;box-shadow:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;border-radius:0!important;flex:1!important}.w2m-canvas-header{padding:10px 12px!important}.w2m-canvas-header__crumb{display:none!important}.w2m-canvas-header__filters{grid-template-columns:1fr 1fr;align-items:center;gap:8px;display:grid!important}.w2m-canvas-header__filters>.w2m-canvas-filter-span2{grid-column:1/-1}.w2m-canvas-header__filters select,.w2m-canvas-header__filters input[type=date]{width:100%!important;min-width:0!important}.w2m-canvas-header__legend{-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:2px;overflow-x:auto;flex-wrap:nowrap!important;justify-content:flex-start!important;display:flex!important}.w2m-canvas-header__legend>*{flex-shrink:0}.w2m-canvas-viewport{touch-action:none;flex:1!important;min-height:0!important}.w2m-canvas-page .react-flow__controls{transform-origin:0 100%;transform:scale(.88);bottom:calc(64px + env(safe-area-inset-bottom,0px))!important;left:8px!important}.w2m-canvas-page .react-flow__minimap{display:none!important}.w2m-canvas-sheet-backdrop{z-index:199;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0f172a73;border:none;margin:0;padding:0;animation:.2s w2mFadeIn;position:fixed;inset:0}.w2m-canvas-sheet{z-index:200;max-height:min(78vh,640px);padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-radius:16px 16px 0 0;flex-direction:column;animation:.28s cubic-bezier(.4,0,.2,1) w2mSheetUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px 32px #1018282e}.w2m-canvas-sheet__body{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}@keyframes w2mSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.w2m-page-shell{background:#f2f4f7!important}.w2m-page-shell__inner{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.w2m-page-shell:not(.w2m-page-shell--no-scroll){flex:none!important;height:auto!important;min-height:auto!important;overflow:visible!important}.w2m-page-shell:not(.w2m-page-shell--no-scroll) .w2m-page-shell__inner{height:auto!important;min-height:auto!important;display:block!important;overflow:visible!important}.w2m-page-shell:not(.w2m-page-shell--no-scroll) .w2m-page-shell__header,.w2m-page-shell:not(.w2m-page-shell--no-scroll) .w2m-page-shell__body{flex:none!important;height:auto!important;min-height:auto!important;overflow:visible!important}.w2m-page-shell:not(.w2m-page-shell--no-scroll) .w2m-page-shell__body{padding-bottom:0!important}.w2m-page-shell--no-scroll,.w2m-page-shell--no-scroll .w2m-page-shell__inner{flex-direction:column!important;flex:1!important;height:auto!important;min-height:0!important;display:flex!important;overflow:hidden!important}.w2m-page-shell--no-scroll .w2m-page-shell__body{flex:1!important;min-height:0!important}.w2m-page-shell>div>div:last-child,.w2m-policy-content,.w2m-main-panel .flex-1.overflow-y-auto{padding-bottom:0!important}.w2m-top-header{flex-wrap:wrap;gap:8px;min-height:48px;border-radius:0!important;height:auto!important;padding:8px 12px!important}.w2m-top-header__left{flex:1;min-width:0;gap:8px!important}.w2m-top-header__search{flex:1;min-width:0}.w2m-top-header__search-trigger{width:100%!important;min-width:0!important;max-width:none!important}.w2m-top-header__right{flex-shrink:0;gap:6px!important}.w2m-top-header__btn-text,.w2m-top-header__profile-text{display:none}.w2m-top-header__divider{display:none!important}.w2m-top-header__menu-btn{display:flex!important}.w2m-bottom-footer{display:none!important}.w2m-mobile-bottom-bar{display:flex}}@media (width>=1024px){.w2m-top-header__menu-btn,.w2m-sidebar-close,.w2m-mobile-bottom-bar{display:none!important}.w2m-policy-toc{width:14rem;display:block}}.w2m-mobile-bottom-bar{z-index:50;min-height:56px;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);box-sizing:border-box;background:#fff;border-top:1px solid #eaecef;justify-content:space-around;align-items:flex-end;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #1018280f}.w2m-mobile-bottom-bar__btn{color:#5b6670;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:44px;padding:4px 2px;font-size:10px;font-weight:600;display:flex}.w2m-mobile-bottom-bar__btn:active{color:#007867;background:#e8f5f0}.w2m-mobile-bottom-bar__badge{color:#fff;background:#f04438;border-radius:999px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:8px;font-weight:700;display:flex;position:absolute;top:-4px;right:-8px}@media (width<=1023px){.w2m-page-shell__header{padding:14px 16px!important}.w2m-page-shell__body{gap:16px!important;padding:16px!important}.w2m-page-shell h1{font-size:18px!important}.w2m-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.w2m-page-shell table:not(.w2m-emp-table),.w2m-main-panel table:not(.w2m-emp-table){-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.w2m-table-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;max-width:100%;overflow:auto}.w2m-emp-table-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y;width:100%;max-width:100%;overflow:auto!important}.w2m-emp-table-scroll .w2m-emp-table{min-width:100%;table-layout:fixed!important;display:table!important}.w2m-emp-table-scroll .w2m-emp-table th,.w2m-emp-table-scroll .w2m-emp-table td{white-space:nowrap}.w2m-emp-table-scroll .w2m-emp-table th:first-child,.w2m-emp-table-scroll .w2m-emp-table td:first-child{z-index:2;background:#fff;position:sticky;left:0;box-shadow:1px 0 #f2f4f7}.w2m-emp-table-scroll .w2m-emp-table thead th:first-child{z-index:12;background:#f9fafb}.w2m-emp-table-scroll .w2m-emp-table tbody tr:hover td:first-child{background:#fcfdfe}.w2m-top-header .fixed .absolute.bg-white.rounded-xl{width:auto!important;max-width:none!important;position:fixed!important;top:72px!important;left:12px!important;right:12px!important}.w2m-top-header .fixed.flex.items-start{align-items:flex-start!important;padding-top:12px!important}.w2m-top-header .fixed.flex.items-start>div{max-height:calc(100dvh - 24px);margin:0 12px!important}.w2m-top-header .fixed.flex.items-start .grid-cols-2{grid-template-columns:1fr!important}}@media (width<=639px){.w2m-stat-grid{grid-template-columns:1fr!important}.w2m-page-shell__header{padding:12px 14px!important}.w2m-page-shell__body{padding:14px!important}.w2m-main-panel .grid.grid-cols-2:not(.sm\:grid-cols-4):not(.lg\:grid-cols-4),.w2m-main-panel .grid.grid-cols-3{grid-template-columns:1fr!important}.w2m-main-panel .grid.grid-cols-4,.w2m-main-panel .grid.grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr))!important}.w2m-main-panel header.flex.items-center.justify-between{flex-direction:column;gap:8px;align-items:flex-start!important}.recharts-wrapper{min-width:0!important}.recharts-surface{max-width:100%}}@media (width<=1023px){.w2m-policy-layout{flex-direction:column!important;gap:0!important}.w2m-policy-toc{z-index:10;margin-bottom:12px;top:0;width:100%!important;display:block!important;position:sticky!important}.w2m-policy-toc nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto;flex-direction:row!important;gap:6px!important;max-height:none!important;padding:8px!important;display:flex!important}.w2m-policy-toc nav::-webkit-scrollbar{display:none}.w2m-policy-toc nav button{white-space:nowrap;flex-shrink:0;width:auto!important;padding:8px 12px!important;font-size:11.5px!important}.w2m-policy-content{max-height:none!important;padding-right:0!important;overflow:visible!important}.w2m-policy-doc-header,.w2m-policy-doc-body{padding-left:16px!important;padding-right:16px!important}.w2m-policy-doc-header h1{font-size:18px!important}.w2m-policy-doc-header .text-right{width:100%;margin-top:8px;text-align:left!important}.legal-policy-html table{-webkit-overflow-scrolling:touch;font-size:11.5px;display:block;overflow-x:auto}.legal-policy-html th,.legal-policy-html td{min-width:100px}html.w2m-auth-route,body.w2m-auth-route,body.w2m-auth-route #root,body.w2m-auth-route .App{height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.w2m-auth-page{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex-direction:column!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;padding:0!important;display:flex!important;overflow:hidden auto!important}.w2m-auth-form-panel{width:100%!important;height:auto!important;min-height:auto!important;padding:max(24px, env(safe-area-inset-top)) 20px max(40px, env(safe-area-inset-bottom) + 20px)!important;flex:1 0 auto!important;justify-content:flex-start!important;align-items:flex-start!important;overflow:visible!important}.w2m-auth-form-panel>div{padding-bottom:12px;width:100%!important;max-width:100%!important}}@media (width<=639px){.w2m-auth-form-panel h2{font-size:18px!important}}@media (width<=1023px){.w2m-legal-modal__panel{border-radius:0!important;width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;margin:0!important}.w2m-legal-modal__body{flex-direction:column!important}.w2m-legal-modal__toc{border-bottom:1px solid #eaecef;max-height:120px;overflow-x:auto;border-right:none!important;width:100%!important}.w2m-legal-modal__toc nav{flex-direction:row;gap:6px;padding:8px;display:flex;overflow-x:auto}.w2m-legal-modal__toc nav button{white-space:nowrap;flex-shrink:0}.w2m-page-shell[data-testid=page-ai],.w2m-page-shell[data-testid=page-messaging],.w2m-page-shell[data-testid=page-support],.w2m-page-shell[data-testid=page-agent-support]{flex-direction:column!important;flex:1!important;min-height:0!important;display:flex!important}.w2m-page-shell[data-testid=page-ai] .w2m-page-shell__inner,.w2m-page-shell[data-testid=page-messaging] .w2m-page-shell__inner,.w2m-page-shell[data-testid=page-support] .w2m-page-shell__inner,.w2m-page-shell[data-testid=page-agent-support] .w2m-page-shell__inner{flex:1!important;height:auto!important;min-height:0!important}.w2m-page-shell[data-testid=page-ai] .w2m-page-shell__header,.w2m-page-shell[data-testid=page-messaging] .w2m-page-shell__header,.w2m-page-shell[data-testid=page-support] .w2m-page-shell__header,.w2m-page-shell[data-testid=page-agent-support] .w2m-page-shell__header{padding:8px 12px 6px!important}.w2m-page-shell[data-testid=page-ai] .w2m-page-shell__body,.w2m-page-shell[data-testid=page-messaging] .w2m-page-shell__body,.w2m-page-shell[data-testid=page-support] .w2m-page-shell__body,.w2m-page-shell[data-testid=page-agent-support] .w2m-page-shell__body{flex:1!important;gap:0!important;min-height:0!important;padding:0!important}.w2m-ai-layout,.w2m-msg-layout{flex:1!important;gap:0!important;height:100%!important;min-height:0!important}.w2m-ai-history,.w2m-msg-sidebar{z-index:70;transition:transform .28s cubic-bezier(.4,0,.2,1);transform:translate(-105%);box-shadow:8px 0 32px #0000002e;border-radius:0!important;flex-shrink:0!important;width:min(88vw,280px)!important;max-width:280px!important;height:100dvh!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important}.w2m-ai-history:not(.w2m-ai-history--open),.w2m-msg-sidebar:not(.w2m-msg-sidebar--open){pointer-events:none;visibility:hidden}.w2m-ai-history.w2m-ai-history--open,.w2m-msg-sidebar.w2m-msg-sidebar--open{pointer-events:auto;visibility:visible;transform:translate(0)!important}.w2m-ai-history-backdrop,.w2m-msg-sidebar-backdrop{z-index:65;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0f172a73;border:none;margin:0;padding:0;animation:.2s w2mFadeIn;position:fixed;inset:0}.w2m-ai-chat,.w2m-msg-chat{height:100%!important;min-height:0!important;box-shadow:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;border-radius:0!important;flex:1!important}.w2m-ai-messages{padding:12px 12px 8px!important}.w2m-ai-input{padding:10px 12px!important;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px) + 8px)!important}.w2m-ai-textarea{box-sizing:border-box;min-height:44px!important}.w2m-ai-send-btn{width:44px!important;height:44px!important;min-height:44px!important}.w2m-ai-suggestions{grid-template-columns:1fr!important}.w2m-ai-chat .w2m-ai-bubble{max-width:92%!important}.w2m-msg-input{padding:10px 12px!important;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px) + 8px)!important}.w2m-page-shell[data-testid=page-machines] .w2m-page-shell__body{flex:1!important;gap:12px!important;min-height:0!important;padding:12px!important}.w2m-mch-layout{flex:1!important;gap:12px!important;min-height:0!important}.w2m-mch-list,.w2m-mch-detail{flex:1!important;min-height:0!important}.w2m-mch-stats{gap:8px!important}.w2m-mch-stats>div{gap:8px!important;padding:10px!important}.w2m-mch-actions{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:2px;overflow-x:auto;flex-wrap:nowrap!important}.w2m-mch-actions>*{flex-shrink:0}.w2m-mch-tabs{-webkit-overflow-scrolling:touch}.w2m-mch-tab-body{padding:12px!important}.w2m-mch-tab-body table{min-width:560px}.w2m-mch-tab-body .overflow-x-auto,.w2m-mch-tab-body .w2m-table-wrap{-webkit-overflow-scrolling:touch;max-width:100%}[data-testid=page-machines] [data-testid=pagination-bar]{text-align:center;flex-direction:column;gap:8px;align-items:stretch!important}[data-testid=page-machines] [data-testid=pagination-bar]>div:last-child{justify-content:center}.w2m-page-shell[data-testid=page-operators] .w2m-page-shell__inner{box-shadow:none!important;background:0 0!important;border:none!important}.w2m-page-shell[data-testid=page-operators] .w2m-page-shell__body{gap:0!important;padding:12px!important}.w2m-op-tabs{-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}.w2m-op-content{padding-top:12px!important}.w2m-op-stats>div{padding:12px 14px!important}.w2m-op-stats p[style*="fontSize: 22"]{font-size:18px!important}.w2m-op-toolbar select{flex:1;min-width:0}.w2m-op-toolbar{gap:8px!important}.w2m-op-table,.w2m-op-log-table,.w2m-perm-table{min-width:560px}.w2m-perm-roles,.w2m-perm-matrix{min-width:0}.w2m-perm-matrix .w2m-table-wrap{-webkit-overflow-scrolling:touch}.w2m-page-shell[data-testid=page-settings] .w2m-page-shell__inner{box-shadow:none!important;background:0 0!important;border:none!important}.w2m-page-shell[data-testid=page-settings] .w2m-page-shell__body{flex:1!important;gap:0!important;min-height:0!important;padding:12px!important}.w2m-settings-layout{flex:1!important;min-height:0!important}.w2m-settings-tabs{-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}.w2m-settings-content{padding-top:12px!important}.w2m-settings-toggle-row{flex-direction:column;align-items:flex-start!important}.w2m-settings-toggle-row>button{align-self:flex-end}.w2m-settings-service-row{flex-direction:column;align-items:flex-start!important}.w2m-settings-service-row>div:last-child{justify-content:space-between;width:100%}.w2m-settings-key-row{flex-wrap:wrap}.w2m-settings-key-row>div:first-child{width:100%;flex:none!important}.w2m-settings-about-hero{padding:20px 16px!important}.w2m-settings-about-hero h2{font-size:18px!important}[data-testid=page-settings] section header{flex-wrap:wrap;gap:8px}button,a,[role=button]{min-height:36px}input,select,textarea{font-size:16px!important}.perm-readonly+* button:not([data-allow=true]){min-height:36px}}@keyframes w2mFadeIn{0%{opacity:0}to{opacity:1}}
