@property --erp-assistant-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.erp-assistant-launch{cursor:pointer;z-index:850;filter:drop-shadow(0 6px 18px #1a1c1947);width:64px;height:64px;transition:transform var(--erp-dur-micro) var(--erp-ease);background:0 0;border:none;border-radius:50%;place-items:center;padding:0;display:grid;position:fixed;bottom:24px;right:24px}.erp-assistant-launch:hover{transform:translateY(-2px)scale(1.06)}.erp-assistant-lottie{isolation:isolate;border-radius:50%;flex:none;line-height:0;display:inline-block;position:relative;overflow:hidden}.erp-assistant-lottie canvas{transform:scale(1.22)}.erp-assistant-lottie:after{content:"";background:var(--erp-assistant-orb);mix-blend-mode:color;pointer-events:none;border-radius:50%;position:absolute;inset:0}.erp-assistant-overlay{z-index:900;-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity var(--erp-dur-micro) var(--erp-ease), visibility 0s linear var(--erp-dur-micro);background:#14161347;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.erp-assistant-overlay--open{opacity:1;visibility:visible;transition:opacity var(--erp-dur-micro) var(--erp-ease)}.erp-assistant-chat{z-index:1;background:var(--erp-surface);opacity:0;width:min(1120px,94vw);height:min(76vh,800px);transition:transform var(--erp-dur-micro) var(--erp-ease), opacity var(--erp-dur-micro) var(--erp-ease);border-radius:18px;flex-direction:column;display:flex;position:relative;transform:translateY(10px)scale(.97);box-shadow:0 24px 70px #1a1c1947,0 0 34px #24511f29}.erp-assistant-overlay--open .erp-assistant-chat{opacity:1;transform:translateY(0)scale(1)}.erp-assistant-chat:before{content:"";pointer-events:none;background:conic-gradient(from var(--erp-assistant-angle), transparent 0deg, var(--erp-assistant-glow) 50deg, var(--erp-assistant-orb-light) 90deg, var(--erp-assistant-glow) 130deg, transparent 180deg, transparent 360deg), linear-gradient(var(--erp-outline-ghost), var(--erp-outline-ghost));-webkit-mask-composite:xor;opacity:0;transition:opacity .32s var(--erp-ease);border-radius:18px;padding:3px;animation:4.5s linear infinite erp-assistant-orbit;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.erp-assistant-overlay--open .erp-assistant-chat:before{opacity:1}.erp-assistant-chat--thinking:before{animation-duration:2.2s}.erp-assistant-chat--thinking{animation:2.4s ease-in-out infinite erp-assistant-glowpulse}.erp-assistant-chat__header{border-bottom:1px solid var(--erp-outline-ghost);align-items:center;gap:10px;padding:14px 16px;display:flex}.erp-assistant-chat__title{font-family:var(--erp-font-display);color:var(--erp-on-surface);flex:1;min-width:0;font-size:15px;font-weight:600}.erp-assistant-chat__title small{color:var(--erp-on-surface-muted);font-size:12px;font-weight:400;display:block}.erp-assistant-usage{align-items:center;gap:8px;margin-inline:auto 12px;display:flex}.erp-assistant-usage__bar{flex:none;width:84px;margin:0}.erp-assistant-usage__label,.erp-assistant-usage__percent{white-space:nowrap;flex:none;font-size:11px}.erp-assistant-orb{color:#fff;background:radial-gradient(circle at 30% 25%, var(--erp-assistant-orb-light) 0%, var(--erp-assistant-orb) 60%, var(--erp-assistant-orb-deep) 100%);border-radius:50%;flex:none;place-items:center;display:grid}.erp-assistant-orb--md{width:34px;height:34px}.erp-assistant-orb--md svg{width:18px;height:18px}.erp-assistant-orb--xs{width:26px;height:26px}.erp-assistant-orb--xs svg{width:15px;height:15px}.erp-assistant-chat__body{flex-direction:column;flex:1;gap:14px;padding:16px 20px;display:flex;overflow-y:auto}.erp-assistant-msg{align-items:flex-start;gap:8px;max-width:100%;display:flex}.erp-assistant-msg--user{justify-content:flex-end}.erp-assistant-msg--ai{justify-content:flex-start}.erp-assistant-bubble{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.5}.erp-assistant-bubble--user{background:var(--erp-primary);color:var(--erp-on-primary);border-bottom-right-radius:5px;max-width:78%}.erp-assistant-bubble--ai{background:var(--erp-surface-low);color:var(--erp-on-surface);border-bottom-left-radius:5px;flex:1;max-width:calc(100% - 38px)}.erp-assistant-bubble--ai>:last-child{margin-bottom:0!important}.erp-assistant-empty{text-align:center;color:var(--erp-on-surface-muted);flex-direction:column;align-items:center;gap:12px;max-width:380px;margin:auto;padding:24px;display:flex}.erp-assistant-typing{align-items:center;gap:4px;padding:12px 14px;display:inline-flex}.erp-assistant-typing span{background:var(--erp-on-surface-muted);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite erp-assistant-dot}.erp-assistant-typing span:nth-child(2){animation-delay:.2s}.erp-assistant-typing span:nth-child(3){animation-delay:.4s}.erp-assistant-speak{font-size:16px;line-height:1;display:inline-block;position:relative}.erp-assistant-speak--muted{opacity:.7}.erp-assistant-speak--muted:after{content:"";background:currentColor;border-radius:2px;height:2px;position:absolute;top:50%;left:-2px;right:-2px;transform:translateY(-50%)rotate(-45deg)}.erp-assistant-chat__composer{border-top:1px solid var(--erp-outline-ghost);background:var(--erp-surface);border-radius:0 0 18px 18px;padding:12px 20px}.erp-assistant-chat__composer-row{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.erp-assistant-attachments{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.erp-assistant-bubble .erp-assistant-attachments{margin-top:6px;margin-bottom:0}.erp-assistant-speaking{background:var(--erp-surface);border-radius:12px;flex-direction:row;align-items:center;gap:10px;margin-bottom:8px;padding:6px 10px;display:flex}.erp-assistant-wave{flex:1;justify-content:space-between;align-items:center;gap:5px;min-width:0;display:flex}.erp-assistant-wave i{transform-origin:50%;background:linear-gradient(#10b981,#1b4818);border-radius:4px;flex:1;min-width:0;height:100%;animation:.9s ease-in-out infinite erp-assistant-bars;transform:scaleY(.2)}@keyframes erp-assistant-breathe{0%,to{opacity:.4;transform:scale(.96)}50%{opacity:.66;transform:scale(1.06)}}@keyframes erp-assistant-orbit{to{--erp-assistant-angle:360deg}}@keyframes erp-assistant-glowpulse{0%,to{box-shadow:0 24px 70px #1a1c1947,0 0 30px #24511f29}50%{box-shadow:0 24px 70px #1a1c1947,0 0 52px #24511f57}}@keyframes erp-assistant-dot{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes erp-assistant-bars{0%,to{opacity:.55;transform:scaleY(.2)}50%{opacity:1;transform:scaleY(1)}}.erp-assistant-overlay--standalone{background:var(--erp-surface-low);-webkit-backdrop-filter:none;padding:0}.erp-assistant-overlay--standalone .erp-assistant-chat{width:100vw;height:100dvh;box-shadow:none;border-radius:0}.erp-assistant-overlay--standalone .erp-assistant-chat:before{display:none}.erp-assistant-overlay--standalone .erp-assistant-chat__composer{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-radius:0}.erp-assistant-standalone-gate{background:var(--erp-surface-low);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.erp-assistant-standalone-gate__card{width:min(460px,100%)}.erp-assistant-standalone-gate__head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.erp-assistant-standalone__switcher{min-width:0;max-width:200px}@media (width<=767px){.erp-assistant-overlay{padding:0}.erp-assistant-chat{border-radius:0;width:100vw;height:100dvh}.erp-assistant-chat:before{display:none}.erp-assistant-chat__composer{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-radius:0}.erp-assistant-launch{bottom:calc(24px + env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion:reduce){.erp-assistant-launch:after,.erp-assistant-chat:before,.erp-assistant-chat--thinking,.erp-assistant-typing span,.erp-assistant-wave i{animation:none}.erp-assistant-wave i{transform:scaleY(.6)}.erp-assistant-overlay,.erp-assistant-overlay--open .erp-assistant-chat,.erp-assistant-chat{transition:none}.erp-assistant-chat{transform:none}}.erp-tour{z-index:var(--erp-z-tour);pointer-events:none;position:fixed;inset:0}.erp-tour__mask{pointer-events:auto;background:#1a1c1973;position:absolute}.erp-tour__spotlight{border-radius:var(--erp-radius-input);box-shadow:0 0 0 2px var(--erp-primary), 0 8px 30px #1a1c1940;pointer-events:none;transition:top var(--erp-dur-micro) var(--erp-ease), left var(--erp-dur-micro) var(--erp-ease), width var(--erp-dur-micro) var(--erp-ease), height var(--erp-dur-micro) var(--erp-ease);position:absolute}.erp-tour__cursor{opacity:0;pointer-events:none;transition:transform .7s var(--erp-ease), opacity var(--erp-dur-micro) var(--erp-ease);position:absolute;top:-13px;left:-13px}.erp-tour__cursor--visible{opacity:1}.erp-tour__cursor-ring{background:color-mix(in srgb, var(--erp-primary) 18%, transparent);width:42px;height:42px;animation:erp-tour-pulse 1.6s var(--erp-ease) infinite;border-radius:50%;position:absolute;top:-8px;left:-8px}@keyframes erp-tour-pulse{0%{opacity:.9;transform:scale(.7)}70%{opacity:.25;transform:scale(1.15)}to{opacity:.9;transform:scale(.7)}}.erp-tour__card{border-radius:var(--erp-radius-card);pointer-events:auto;background:#fff;flex-direction:column;gap:4px;padding:16px 18px;display:flex;position:absolute;box-shadow:0 12px 40px #1a1c192e}.erp-tour__card-title{font-family:var(--erp-font-display), var(--erp-font-body), sans-serif}.erp-tour__card-step{font-size:12px}.erp-tour__card-text{margin:6px 0 10px!important}.erp-tour__card-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.erp-tour__card-actions-main{gap:8px;display:flex}@media (prefers-reduced-motion:reduce){.erp-tour__cursor,.erp-tour__spotlight,.erp-tour__card{transition:none}.erp-tour__cursor-ring{animation:none}}.erp-verify-page{background:radial-gradient(circle at top left, #fefef8, var(--erp-surface) 38%, var(--erp-surface-low) 100%);justify-content:center;width:100%;min-height:100vh;padding:48px 20px;display:flex}.erp-verify-page__container{width:100%;max-width:640px}.erp-verify-page__brand{text-align:center;color:var(--erp-on-surface-muted);font-family:var(--erp-font-display);letter-spacing:.02em;text-transform:uppercase;margin-bottom:20px;font-size:13px}.erp-verify-page__card{border-radius:var(--erp-radius-card);box-shadow:var(--erp-shadow-ambient);background:#fff;padding:32px}.erp-verify-page__card--centered{text-align:center}.erp-verify-page__icon{margin-bottom:12px}.erp-verify-page__banner{border-radius:var(--erp-radius-input);align-items:flex-start;gap:16px;margin-bottom:24px;padding:20px;display:flex}.erp-verify-page__banner--success{background:var(--erp-tertiary);color:var(--erp-primary-deep)}.erp-verify-page__banner--caution{background:var(--erp-surface-low);color:var(--erp-rd-info);border:1px solid var(--erp-rd-info)}.erp-verify-page__banner--warning{background:var(--erp-rd-warn-bg);color:var(--erp-rd-warn-fg);border:1px solid var(--erp-rd-warn-border)}.erp-verify-page__banner--danger{background:var(--erp-rd-danger-bg);color:var(--erp-rd-danger-fg)}.erp-verify-page__banner-icon{flex-shrink:0}.erp-verify-page__banner-title{color:inherit!important;margin:0 0 4px!important}.erp-verify-page__banner-desc{opacity:.9;color:inherit!important;margin:0!important}.erp-verify-page__voided-notice{background:var(--erp-rd-warn-bg);color:var(--erp-rd-warn-fg);border:1px solid var(--erp-rd-warn-border);border-radius:var(--erp-radius-input);align-items:flex-start;gap:12px;margin-bottom:24px;padding:16px;display:flex}.erp-verify-page__content-change-notice{border-radius:var(--erp-radius-input);align-items:flex-start;gap:12px;margin-bottom:24px;padding:16px;display:flex}.erp-verify-page__content-change-notice--explained{background:var(--erp-surface-low);border:1px solid var(--erp-rd-info);color:var(--erp-on-surface)}.erp-verify-page__content-change-notice--recorded-unsigned,.erp-verify-page__content-change-notice--superseded{background:var(--erp-rd-warn-bg);border:1px solid var(--erp-rd-warn-border);color:var(--erp-rd-warn-fg)}.erp-verify-page__content-change-notice--unexplained{background:var(--erp-rd-danger-bg);border:1px solid var(--erp-rd-danger-border);color:var(--erp-rd-danger-fg)}.erp-verify-page__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:28px;display:grid}@media (width<=520px){.erp-verify-page__fields{grid-template-columns:1fr}}.erp-verify-page__field-label{text-transform:uppercase;letter-spacing:.04em;color:var(--erp-on-surface-faint);margin-bottom:4px;font-size:12px;display:block}.erp-verify-page__field-value{color:var(--erp-on-surface);word-break:break-word;font-size:15px}.erp-verify-page__section-title{color:var(--erp-on-surface);margin-bottom:12px;display:block}.erp-verify-page__checks{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.erp-verify-page__check-row{border-radius:var(--erp-radius-input);border:1px solid var(--erp-outline-ghost);align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.erp-verify-page__check-icon{flex-shrink:0;margin-top:2px}.erp-verify-page__check-title{color:var(--erp-on-surface);font-weight:600}.erp-verify-page__check-desc{color:var(--erp-on-surface-muted);font-size:13px}.erp-verify-page__check-note{background:var(--erp-surface-low);border-radius:var(--erp-radius-input);color:var(--erp-on-surface-muted);margin-bottom:8px;padding:14px 16px;font-size:13px}.erp-verify-page__footer-note{border-top:1px solid var(--erp-outline-ghost);color:var(--erp-on-surface-faint);text-align:center;margin-top:24px;padding-top:16px;font-size:12px}@keyframes erp-global-http-pending-slide{0%{transform:translate(-100%)}to{transform:translate(400%)}}.erp-global-http-pending-bar{z-index:10000;pointer-events:none;height:3px;position:fixed;top:0;left:0;right:0;overflow:hidden}.erp-global-http-pending-bar__track{opacity:0;transition:opacity .12s ease-out;position:absolute;inset:0}.erp-global-http-pending-bar__track--visible{opacity:1}.erp-global-http-pending-bar__fill{will-change:transform;border-radius:0 2px 2px 0;width:35%;height:100%;animation:1.1s cubic-bezier(.4,0,.2,1) infinite erp-global-http-pending-slide;position:absolute;top:0;left:0}:root{--cp-surface:#fafaf5;--cp-surface-container-low:#f4f4ef;--cp-surface-container-high:#ebebe4;--cp-surface-container-lowest:#fff;--cp-neutral:#f5f5f0;--cp-primary:#2d5a27;--cp-primary-deep:#154212;--cp-primary-cta-gradient:linear-gradient(135deg, var(--cp-primary-deep) 0%, var(--cp-primary) 100%);--cp-primary-container:#2d5a27;--cp-secondary:#7d9272;--cp-tertiary:#e8f0e6;--cp-secondary-fixed:#eef4ec;--cp-on-surface:#1a1c19;--cp-on-surface-variant:#1a1c199e;--cp-on-primary:#fafaf5;--cp-outline-variant:#c2c9bb;--cp-outline-ghost:#c2c9bb66;--cp-shadow-ambient:0 12px 40px #1a1c190f;--cp-shadow-header:0 10px 36px #1a1c190d;--cp-radius-lg:16px;--cp-radius-md:12px;--cp-font-display:"Plus Jakarta Sans", system-ui, sans-serif;--cp-font-body:"Inter", system-ui, sans-serif;--cp-ease-out:cubic-bezier(.22, 1, .36, 1);--cp-dur-enter:.42s;--cp-dur-micro:.18s;--erp-surface:#fafaf5;--erp-surface-low:#f4f4ef;--erp-surface-high:#ebebe4;--erp-surface-container-lowest:#fff;--erp-neutral:#f5f5f0;--erp-primary:#2d5a27;--erp-primary-deep:#154212;--erp-secondary:#7d9272;--erp-tertiary:#e8f0e6;--erp-tertiary-strong:#d8e8d4;--erp-on-surface:#1a1c19;--erp-on-surface-muted:#1a1c199e;--erp-on-surface-faint:#1a1c196b;--erp-on-primary:#fafaf5;--erp-outline:#a0aa988c;--erp-outline-ghost:#c2c9bb66;--erp-accent-blue:#3b6ea5;--erp-radius-pill:999px;--erp-shadow-ambient:0 12px 40px #1a1c1914;--erp-shadow-header:0 10px 36px #1a1c190d;--erp-radius-card:16px;--erp-radius-input:12px;--erp-dur-micro:.18s;--erp-ease:cubic-bezier(.22, 1, .36, 1);--erp-z-tour:1100;--erp-header-height:68px;--erp-bottom-nav-height:64px;--erp-font-display:"Plus Jakarta Sans", system-ui, sans-serif;--erp-font-body:"Inter", system-ui, sans-serif;--erp-font-mono:"JetBrains Mono", ui-monospace, monospace;--erp-lineage-bc-genetics:#2d6a2d;--erp-lineage-bc-supply-chain:#1d6fb8;--erp-lineage-bc-regulatory:#b8741d;--erp-lineage-bc-locations:#6b5bd6;--erp-lineage-bc-financial:#c2410c;--erp-lineage-bc-other:#8a8f86;--erp-intent-log:var(--erp-accent-blue);--erp-intent-produce:var(--erp-lineage-bc-genetics);--erp-intent-manage:var(--erp-lineage-bc-other);--erp-intent-danger:#cf1322;--erp-upnext-bg:#fbfdfa;--erp-shadow-upnext-lead:0 4px 18px #2d5a271a;--erp-assistant-orb:#1b4817;--erp-assistant-orb-light:#2f6e27;--erp-assistant-orb-deep:#0f2e0c;--erp-assistant-glow:#4f9e43;--stream-fresh:#4f7a3a;--stream-frozen:#2b7fb0;--stream-drying:#b76a1a;--stream-dry:#8a6d2f;--stream-cure:#7a3f86;--stream-release:#154212;--stream-sample:#1c5d8a;--stream-waste:#b3261e;--erp-rd-kind-supply-bg:#eaf2fa;--erp-rd-kind-package-bg:#dbeafe;--erp-rd-warn-bg:#f6efdf;--erp-rd-warn-fg:#8a6a2b;--erp-rd-warn-border:#8a6a2b4d;--erp-rd-warn-border-soft:#8a6a2b2e;--erp-rd-danger-bg:#f7e9e7;--erp-rd-danger-fg:#9b3b34;--erp-rd-danger-border:#9b3b344d;--erp-rd-info:#1c5d8a;--erp-chart-1:#2d6a2d;--erp-chart-2:#1668b0;--erp-chart-3:#b3541e;--erp-chart-4:#7649b8;--erp-chart-5:#b02458;--erp-chart-6:#8a7a1d}@media (width<=767px){:root{--erp-header-height:56px}}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-text-size-adjust:100%}html,body,#root{background:radial-gradient(circle at top left, #fefef8, var(--erp-surface) 38%, var(--erp-surface-low) 100%);min-height:100%;color:var(--erp-on-surface);font-family:var(--erp-font-body), "Segoe UI", sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}h1,h2,h3,h4,.erp-display,.ant-typography h1.ant-typography,.ant-typography h2.ant-typography,.ant-typography h3.ant-typography,.ant-typography h4.ant-typography{font-family:var(--erp-font-display);text-wrap:balance;letter-spacing:-.02em}a{color:inherit}.erp-page{max-width:1500px;margin:0 auto;padding:28px 24px 44px}.erp-loading-screen{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex}.erp-loading-spin-anchor{min-width:min(420px,92vw);min-height:160px}.erp-card{border-radius:var(--erp-radius-card);box-shadow:var(--erp-shadow-ambient);background:#fff}.erp-facility-scope-strip{align-items:center;gap:14px;display:flex}.erp-facility-scope-strip__identity{background:var(--erp-surface-low);width:44px;height:44px;color:var(--erp-on-surface);border-radius:12px;flex-shrink:0;place-items:center;font-weight:700;display:grid}.erp-facility-scope-strip__title{font-size:15px}.erp-facility-scope-strip__action{margin-left:auto}.erp-portfolio-facility-card{border-color:#c2c9bb59}.erp-portfolio-facility-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (width<=640px){.erp-portfolio-facility-grid{grid-template-columns:1fr}}.erp-portfolio-facility-card--grid{flex-direction:column;min-height:168px;display:flex}.erp-portfolio-facility-card--grid .ant-card-body{flex-direction:column;gap:4px;height:100%;display:flex}.erp-portfolio-facility-card__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.erp-portfolio-facility-card__pin{color:#888;font-size:14px}.erp-portfolio-facility-card__badge{letter-spacing:.04em;border-radius:4px;font-size:10px;font-weight:700}.erp-portfolio-facility-card__badge--operational.ant-tag{color:var(--cp-on-primary);background:var(--cp-primary-cta-gradient);border-color:#0000}.erp-portfolio-facility-card__header-start{align-items:center;min-width:0;display:flex}.erp-portfolio-facility-card__logo.erp-facility-logo-square.ant-avatar{flex-shrink:0}.erp-portfolio-facility-card-link{min-width:0;height:100%;min-height:0;color:inherit;cursor:pointer;text-decoration:none;display:block}.erp-portfolio-facility-card-link:focus-visible{outline-offset:2px;outline:3px solid #2d5a2759}.erp-portfolio-facility-card--interactive.ant-card{transition:transform var(--cp-dur-micro) var(--cp-ease-out), box-shadow var(--cp-dur-micro) var(--cp-ease-out)}.erp-portfolio-facility-card-link:hover .erp-portfolio-facility-card--interactive.ant-card{transform:translateY(-1px);box-shadow:0 12px 28px #1a1c191f}@media (prefers-reduced-motion:reduce){.erp-portfolio-facility-card--interactive.ant-card{transition:box-shadow .15s}.erp-portfolio-facility-card-link:hover .erp-portfolio-facility-card--interactive.ant-card{transform:none}}.erp-portfolio-facility-card-link .erp-portfolio-facility-card__action-link{color:var(--ant-color-link)}.erp-portfolio-facility-card__name{letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.3;display:block}.erp-portfolio-facility-card__location{margin-top:2px;font-size:12px;display:block}.erp-portfolio-facility-card__metrics{gap:20px;margin-top:10px;display:flex}.erp-portfolio-facility-card__metric{flex-direction:column;gap:1px;display:flex}.erp-portfolio-facility-card__metric-label{letter-spacing:.06em;text-transform:uppercase;color:#888;font-size:10px;font-weight:600}.erp-portfolio-facility-card__metric-value{font-size:16px;font-weight:700;font-family:var(--erp-font-display);color:var(--erp-on-surface);letter-spacing:-.01em}.erp-portfolio-facility-card__footer{border-top:1px solid #0000000a;margin-top:auto;padding-top:12px}.erp-portfolio-facility-card__action-link{font-size:12px;font-weight:500}.erp-portfolio-facility-card--add{cursor:pointer;min-height:168px;transition:border-color .18s,background .18s;box-shadow:none!important;background:0 0!important;border:1.5px dashed #00000026!important}.erp-portfolio-facility-card--add:hover{border-color:var(--ant-color-primary,#16a34a)!important;background:#16a34a08!important}.erp-portfolio-facility-card__add-inner{flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;min-height:124px;display:flex}.erp-portfolio-facility-card__add-icon{color:#00000047;font-size:28px}.erp-portfolio-facility-card--add:hover .erp-portfolio-facility-card__add-icon{color:var(--ant-color-primary,#16a34a)}.erp-portfolio-global-card{transition:box-shadow .15s}.erp-portfolio-global-card__icon{color:#16774e;background:#16775a1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.erp-portfolio-global-card--static{cursor:default}.erp-org-mission-layout{width:100%}.erp-org-mission-sider__menu-wrap{flex:1;min-height:0;overflow:auto}.erp-org-mission-sider__brand{flex-direction:column;align-items:flex-start;gap:8px;padding:20px 16px 12px;display:flex}.erp-org-mission-sider__logo{object-fit:contain;border-radius:8px;width:48px;height:48px}.erp-org-mission-sider__brand-name{font-size:13px;line-height:1.35}.erp-org-mission-context-card{background:linear-gradient(145deg,#16775a1a,#16775a05)!important;border-color:#16775a47!important}.erp-org-mission-sider__footer{flex-direction:column;align-items:stretch;gap:8px;margin-top:auto;padding:16px 12px 24px;display:flex}.erp-org-mission-sider__footer-link{justify-content:flex-start!important;padding-left:0!important}.erp-org-mission-strip{border-bottom:1px solid #0000000f;padding:10px 0 12px}.erp-org-mission-sider .ant-menu-item a{color:inherit}.erp-org-mission-sider .ant-menu-item a:hover{color:var(--ant-color-primary)}.erp-reveal{opacity:0;animation:erp-reveal var(--erp-dur-micro) var(--erp-ease) forwards;transform:translateY(10px)}.erp-reveal-delay{animation-delay:80ms}.erp-login-brand{margin-bottom:14px}.erp-login-brand__logo{object-fit:cover;border-radius:16px;width:88px;height:88px;display:block;box-shadow:0 14px 32px #102d0e33}@keyframes erp-reveal{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.erp-reveal,.erp-reveal-delay{opacity:1;animation:none;transform:none}.cp-nav-link,.cp-skip-link{transition:none}}.cp-skip-link{z-index:2000;background:var(--cp-primary-deep);color:var(--cp-on-primary);transition:transform var(--cp-dur-micro) var(--cp-ease-out);border-radius:10px;padding:10px 14px;font-weight:600;text-decoration:none;position:absolute;top:12px;left:12px;transform:translateY(-160%)}.cp-skip-link:focus{outline-offset:2px;outline:3px solid #2d5a2773}.cp-skip-link:focus-visible{transform:translateY(0)}.erp-app-layout.ant-layout{background:0 0;flex-direction:column;min-height:100vh;display:flex}.erp-app-layout>.ant-layout-content{flex-direction:column;flex:1 1 0;min-height:0;display:flex}.cp-glass-header.ant-layout-header{z-index:50;height:var(--erp-header-height);line-height:var(--erp-header-height);-webkit-backdrop-filter:blur(20px);box-shadow:var(--cp-shadow-header);background:#ffffffb8;border-bottom:none;align-items:center;gap:16px;padding-inline:clamp(16px,4vw,32px);display:grid;position:sticky;top:0}.cp-glass-header--authenticated.ant-layout-header{grid-template-columns:minmax(200px,auto) minmax(280px,420px) minmax(200px,auto)}.cp-glass-header--authenticated-no-center.ant-layout-header,.cp-glass-header--guest.ant-layout-header{grid-template-columns:minmax(200px,1fr) auto}.cp-brand-mark{justify-self:start;align-items:center;gap:10px;min-width:0;display:inline-flex}.cp-brand-mark__glyph{height:34px;color:var(--cp-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.cp-brand-mark__glyph-mark{width:40px;height:auto;display:block}.cp-brand-mark__logo{object-fit:cover;border-radius:10px;flex-shrink:0;width:34px;height:34px;box-shadow:0 8px 20px #11301033}.cp-brand-mark__text{flex-direction:column;min-width:0;line-height:1.15;display:flex}.cp-brand-mark__title{font-family:var(--cp-font-display);letter-spacing:-.02em;color:var(--cp-on-surface);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.cp-brand-mark__subtitle{letter-spacing:.12em;text-transform:uppercase;color:var(--cp-on-surface-variant);font-size:11px}.cp-header-nav{flex-wrap:wrap;justify-content:flex-end;justify-self:end;align-items:center;gap:6px;display:flex}.cp-header-nav .ant-flex{align-items:center}.cp-header-nav .cp-lang-select.ant-select-sm .ant-select-selector,.cp-header-nav .cp-header-facility-select.ant-select .ant-select-selector{border-radius:10px;align-items:center;min-height:30px}.cp-nav-link{box-sizing:border-box;color:var(--cp-on-surface);border:1px solid var(--cp-outline-ghost);transition:background-color var(--cp-dur-micro) var(--cp-ease-out), transform var(--cp-dur-micro) var(--cp-ease-out), box-shadow var(--cp-dur-micro) var(--cp-ease-out);touch-action:manipulation;background:#f4f4efd9;border-radius:10px;justify-content:center;align-items:center;padding:6px 12px;font-size:13px;font-weight:600;line-height:1.25;text-decoration:none;display:inline-flex}.cp-header-nav .cp-nav-link{white-space:nowrap;flex:none;width:auto;min-width:0;height:auto;line-height:1.25}.cp-nav-link:hover{background:var(--cp-surface-container-low);transform:translateY(-1px)}.cp-nav-link:focus-visible{outline-offset:2px;outline:3px solid #2d5a2759}.cp-nav-link--active{background:var(--cp-tertiary);color:var(--cp-primary-deep);border-color:#0000}.cp-nav-link--primary{color:var(--cp-on-primary);background:var(--cp-primary-cta-gradient);border:none;box-shadow:0 10px 26px #15421238}.cp-nav-link--primary:hover{background:linear-gradient(135deg,#355f30 0%,#3a6b32 100%);transform:translateY(-1px);box-shadow:0 12px 28px #15421242}.cp-header-nav .cp-nav-link.cp-nav-link--ghost.ant-btn{border-radius:10px;height:auto;min-height:0;padding:6px 12px;font-size:13px;font-weight:600;line-height:1.25}.cp-search-trigger.ant-btn{border-color:var(--cp-outline-ghost);color:var(--cp-on-surface);background:#ffffffc7;border-radius:999px;align-items:center;gap:8px;display:inline-flex}.cp-search-trigger.ant-btn:hover{background:var(--cp-surface-container-low);border-color:#0000}.cp-search-trigger__hint{color:var(--cp-on-surface-variant);font-size:11px}.cp-header-account-trigger{cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;display:inline-flex}.cp-header-account-trigger:focus{outline:none}.cp-header-account-trigger:focus-visible{outline-offset:2px;outline:3px solid #2d5a2759}.cp-header-account-trigger .ant-avatar{box-shadow:none;border:none!important}.cp-header-account-menu__link{color:inherit;display:block}.cp-header-account-menu__link:hover{color:inherit}.cp-header-center{flex-direction:column;align-items:stretch;gap:4px;width:min(100%,380px);min-width:0;display:flex}.cp-header-center__label{text-align:center;letter-spacing:.08em;text-transform:uppercase;width:100%;color:var(--cp-on-surface-variant);font-size:11px;line-height:1;display:block}.cp-header-center__switcher.ant-select{width:100%!important;min-width:0!important}.cp-header-center__row{align-items:center;gap:6px;min-width:0;display:flex}.cp-header-center__row .cp-header-center__switcher.ant-select{flex:auto}.cp-header-center__map.ant-btn{color:var(--cp-on-surface-variant);flex:none}.cp-header-center__map.ant-btn:not(:disabled):hover{color:var(--erp-primary)}.cp-glass-header--authenticated .cp-header-center{justify-self:end;transform:translate(clamp(34px,5vw,88px))}.cp-facility-switcher.ant-select{line-height:1}.cp-facility-switcher .ant-select-selector{align-items:center;display:flex;min-height:38px!important;padding-inline:10px!important}.cp-facility-switcher .ant-select-selection-item{align-items:center;width:100%;min-height:26px;line-height:1.2;display:inline-flex}.cp-facility-switcher__option.ant-space{width:100%}.cp-facility-switcher__option .ant-space-item{align-items:center;display:flex}.cp-facility-switcher__text.ant-typography{align-items:center;margin:0;line-height:1.2;display:inline-flex}.cp-facility-switcher__avatar.ant-avatar{border-radius:7px;box-shadow:0 4px 10px #11301024}.erp-facility-logo-square.ant-avatar{border-radius:10px;box-shadow:0 8px 20px #11301029}.erp-facility-logo-square--large.ant-avatar{border-radius:12px}.cp-main{outline:none;flex:1 1 0;min-height:0;overflow-y:auto}main.cp-main:has(.erp-facility-shell.ant-layout){flex-direction:column;display:flex;overflow:hidden}.erp-facility-shell.ant-layout{background:0 0;flex-direction:row;flex:1 1 0;align-items:stretch;min-height:0;display:flex;overflow:hidden}.erp-rail{background:var(--erp-surface-low,#f4f4ef);flex-direction:column;flex:0 0 72px;justify-content:flex-start;align-self:stretch;align-items:center;gap:8px;width:72px;min-width:72px;padding:12px 8px;display:flex;overflow:hidden}.erp-rail__item{width:100%;min-height:54px;color:var(--erp-on-surface);text-align:center;transition:background-color var(--cp-dur-micro) var(--cp-ease-out);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px 4px;font-size:10px;line-height:1.1;text-decoration:none;display:flex}.erp-rail__item:hover{background:#ffffffb3}.erp-rail__item--active{background:var(--cp-tertiary)}.erp-rail__item .anticon{font-size:17px}.erp-rail__scroll-area{scrollbar-width:none;flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-height:0;display:flex;overflow:hidden auto}.erp-rail__scroll-area::-webkit-scrollbar{display:none}.erp-rail__category-stack{flex-direction:column;gap:6px;width:100%;display:flex}.erp-rail__bottom{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:100%;margin-top:auto;display:flex}.erp-rail__icon-button.ant-btn,.erp-rail__toggle.ant-btn{width:100%;color:var(--erp-on-surface)}.erp-rail__toggle.ant-btn{font-size:11px}.erp-context-panel{width:264px;min-width:264px;height:calc(100vh - var(--erp-header-height));background:#fff;flex-direction:column;flex:0 0 264px;gap:16px;padding:20px 16px;display:flex;overflow-y:auto}.erp-context-panel__header{flex-direction:column;gap:4px;display:flex}.erp-context-panel__entries{flex-direction:column;gap:6px;display:flex}.erp-context-panel__entry{color:var(--erp-on-surface);transition:background-color var(--cp-dur-micro) var(--cp-ease-out);background:0 0;border-radius:10px;padding:8px 10px;text-decoration:none;display:block}.erp-context-panel__entry:hover{background:var(--cp-surface-container-low)}.erp-context-panel__entry.active{background:var(--cp-tertiary);color:var(--cp-primary-deep)}.erp-context-panel__widgets{background:var(--cp-surface-container-low);border-radius:12px;padding:12px}.erp-context-panel__footer{margin-top:auto}.erp-facility-shell__main.ant-layout{background:var(--erp-surface,#fafaf5);flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.erp-facility-shell__content.ant-layout-content{flex:1 1 0;min-width:0;min-height:0;overflow-y:auto}.erp-module-workspace-content.ant-layout-content{min-width:0}.erp-module-menu-toggle.ant-btn{margin-bottom:12px}.erp-module-menu-drawer .ant-drawer-body{overscroll-behavior:contain;padding:20px 12px}.erp-module-sider-menu .ant-menu-title-content{white-space:normal;overflow-wrap:anywhere;text-overflow:clip;line-height:1.35;overflow:visible}.erp-module-sider-menu.ant-menu .ant-menu-item,.erp-module-sider-menu.ant-menu .ant-menu-submenu-title{min-height:40px;white-space:normal!important;height:auto!important;padding-block:10px!important;line-height:1.35!important}.erp-module-sider-menu.ant-menu-inline .ant-menu-item,.erp-module-sider-menu.ant-menu-inline .ant-menu-submenu-title{align-items:flex-start;display:flex}.erp-module-sider-menu.ant-menu .ant-menu-item .ant-menu-item-icon,.erp-module-sider-menu.ant-menu .ant-menu-submenu-title .ant-menu-item-icon{flex-shrink:0;align-self:flex-start;margin-top:2px}.erp-module-sider-menu .erp-module-menu-leaf-link{color:inherit;text-decoration:none;display:block}.erp-module-sider-menu .erp-module-menu-leaf-link:hover{color:inherit}.ant-steps-item-finish .ant-steps-item-icon{background-color:var(--erp-tertiary)!important;border-color:var(--erp-tertiary)!important}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:var(--erp-primary)!important}.ant-picker-dropdown .ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner,.ant-picker-dropdown .ant-picker-cell-selected:not(.ant-picker-cell-in-range) .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-range-end .ant-picker-cell-inner{background:var(--erp-tertiary)!important;color:var(--erp-primary-deep)!important}.ant-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:var(--cp-secondary-fixed)!important}.ant-select-dropdown{max-width:min(480px,100vw - 32px)}.ant-select-dropdown .ant-select-item-option .ant-select-item-option-content{white-space:normal;overflow-wrap:anywhere}.erp-operations-hub__section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--erp-muted,#888);margin-bottom:12px;font-size:11px;font-weight:600;display:block}.erp-operations-hub .ant-card{height:100%}.erp-operations-hub a.erp-operations-hub__card-link{height:100%;color:inherit;text-decoration:none;display:block}.erp-operations-hub a.erp-operations-hub__card-link:hover .ant-typography{color:inherit}@media (width<=1100px){.erp-context-panel{flex-basis:232px;width:232px;min-width:232px}}@media (width<=768px){.erp-rail{flex-basis:64px;width:64px;min-width:64px;padding-inline:6px}.erp-rail__item-label,.erp-context-panel{display:none}}.erp-mobile-bottom-nav{height:calc(var(--erp-bottom-nav-height) + env(safe-area-inset-bottom,0px));z-index:100;background:var(--erp-surface-low);border-top:1px solid var(--erp-outline-ghost);padding-bottom:env(safe-area-inset-bottom,0px);-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}.erp-mobile-bottom-nav::-webkit-scrollbar{display:none}.erp-mobile-bottom-nav__item{scroll-snap-align:start;min-width:56px;color:var(--erp-on-surface);cursor:pointer;font-size:10px;line-height:1.1;font-family:var(--erp-font-body);transition:background-color var(--erp-dur-micro) var(--erp-ease);touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:3px;padding:6px 4px;text-decoration:none;display:flex}.erp-mobile-bottom-nav__item .anticon{font-size:20px}.erp-mobile-bottom-nav__item:hover{background:#fff9}.erp-mobile-bottom-nav__item:focus-visible{outline-offset:-2px;outline:3px solid #2d5a2759}.erp-mobile-bottom-nav__item--active{color:var(--erp-primary);background:var(--cp-tertiary)}.erp-facility-shell--mobile .erp-facility-shell__content.ant-layout-content{padding-bottom:calc(var(--erp-bottom-nav-height) + env(safe-area-inset-bottom,0px))}.erp-command-palette .ant-modal-content{border-radius:16px}.erp-command-palette__results{flex-direction:column;gap:14px;max-height:min(52vh,480px);margin-top:14px;display:flex;overflow:auto}.erp-command-palette__section-label.ant-typography{letter-spacing:.08em;text-transform:uppercase;color:var(--cp-on-surface-variant);margin-bottom:8px;font-size:11px;display:block}.erp-command-palette__item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;gap:2px;width:100%;padding:10px 12px;display:flex}.erp-command-palette__item:hover,.erp-command-palette__item--active{background:var(--cp-surface-container-low)}.erp-command-palette__empty{padding:12px 0}.erp-command-palette__hints.ant-typography{margin-top:12px;display:block}.erp-home-dashboard__hero .ant-card-body{padding:26px 30px}.erp-home-hero{justify-content:space-between;align-items:center;gap:32px;display:flex}.erp-home-hero__left{min-width:0}.erp-home-hero__eyebrow{font-family:var(--erp-font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--erp-on-surface-faint);margin:0 0 8px;font-size:11px}.erp-home-hero__title.ant-typography{letter-spacing:-.02em;margin:0 0 8px}.erp-home-hero__status{color:var(--erp-on-surface-muted);font-size:13.5px}.erp-home-hero__chips{flex-wrap:wrap;flex-shrink:0;gap:10px;display:flex}.erp-home-hero__chip{background:var(--erp-surface);border:1px solid var(--erp-outline-ghost);border-radius:12px;min-width:92px;padding:12px 16px}.erp-home-hero__chip-label{font-family:var(--erp-font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--erp-on-surface-faint);margin-bottom:5px;font-size:9px}.erp-home-hero__chip-value{font-family:var(--erp-font-display);letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1}.erp-home-hero__chip .ant-statistic-title{font-family:var(--erp-font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--erp-on-surface-faint);margin-bottom:5px;font-size:9px}.erp-home-hero__chip .ant-statistic-content{font-family:var(--erp-font-display);font-size:22px;line-height:1}.erp-home-dashboard__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.erp-home-widget{flex-direction:column;min-height:240px;display:flex;overflow:hidden}.erp-home-widget .ant-card-head{min-height:0;padding:0 16px}.erp-home-widget .ant-card-head-title{overflow:visible}.erp-home-widget .ant-card-body{flex-direction:column;flex:1;padding:20px;display:flex}.erp-home-widget__head{justify-content:space-between;align-items:center;gap:8px;padding:15px 0;display:flex}.erp-home-widget__id{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.erp-home-widget__icon{background:var(--erp-tertiary);width:32px;height:32px;color:var(--erp-primary);border-radius:9px;flex-shrink:0;place-items:center;font-size:17px;display:grid}.erp-home-widget__title.ant-typography{white-space:nowrap;text-overflow:ellipsis;font-family:var(--erp-font-display);font-size:14.5px;overflow:hidden}.erp-home-widget__tools{flex:none;align-items:center;gap:8px;display:flex}.erp-home-widget__badge{font-family:var(--erp-font-mono);border-radius:var(--erp-radius-pill);background:var(--erp-surface-high);color:var(--erp-on-surface-muted);padding:3px 8px;font-size:10px}.erp-home-widget__badge--ok{background:var(--erp-tertiary);color:var(--erp-primary)}.erp-home-widget__content{flex-direction:column;flex:1;display:flex}.erp-home-widget__foot{border-top:1px solid var(--erp-outline-ghost);gap:8px;margin-top:auto;padding:14px 0 0;display:flex}.erp-home-widget__edit-tools{align-items:center;gap:8px;margin-bottom:8px;display:flex}.erp-home-widget__edit-tools .ant-btn{border-radius:8px}.erp-home-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:120px;display:flex}.erp-home-empty__ill{background:var(--erp-surface-low);width:44px;height:44px;color:var(--erp-on-surface-faint);border-radius:11px;place-items:center;font-size:22px;display:grid}.erp-home-links{flex-direction:column;flex:1;gap:6px;display:flex}.erp-home-links__row{border:1px solid var(--erp-outline-ghost);background:var(--erp-surface);color:var(--erp-on-surface);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:11px;padding:10px 12px;font-size:13.5px;font-weight:500;transition:background .12s,border-color .12s;display:flex}.erp-home-links__row:hover{background:var(--erp-tertiary);border-color:var(--erp-secondary);color:var(--erp-primary-deep)}.erp-home-links__label{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.erp-home-links__arrow{color:var(--erp-on-surface-faint)}.erp-home-links__add{border:1px dashed var(--erp-outline);color:var(--erp-on-surface-faint);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:9px;padding:9px 12px;font-size:12.5px;font-weight:500;display:flex}.erp-home-links__add:hover{color:var(--erp-primary);border-color:var(--erp-secondary)}.erp-home-activity{grid-template-columns:1fr 1fr;gap:0 40px;display:grid}.erp-home-activity__item{border-bottom:1px solid var(--erp-outline-ghost);gap:12px;padding:11px 0;display:flex}.erp-home-activity__dot{border:2px solid var(--erp-outline);background:var(--erp-surface-container-lowest);border-radius:50%;flex-shrink:0;width:11px;height:11px;margin-top:3px}.erp-home-activity__dot--on{border-color:var(--erp-primary);background:var(--erp-primary)}.erp-home-activity__title{font-family:var(--erp-font-display);color:var(--erp-primary-deep);font-size:13px;font-weight:600}.erp-home-activity__meta{font-family:var(--erp-font-mono);color:var(--erp-on-surface-faint);margin-top:2px;font-size:10.5px}.erp-home-activity__more{color:var(--erp-primary);margin-top:12px;font-size:12.5px;font-weight:600;display:inline-block}.erp-home-list{flex-direction:column;flex:1;display:flex}.erp-home-list__row{border-bottom:1px solid var(--erp-outline-ghost);align-items:baseline;gap:12px;padding:11px 0;display:flex}.erp-home-list__row:last-child{border-bottom:none}.erp-home-list__name{font-family:var(--erp-font-display);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13.5px;font-weight:600;overflow:hidden}.erp-home-list__val{font-family:var(--erp-font-mono);color:var(--erp-primary);font-size:12px;font-weight:500}.erp-home-list__meta{font-family:var(--erp-font-mono);color:var(--erp-on-surface-faint);white-space:nowrap;margin-left:auto;font-size:10.5px}.erp-home-list__pager{justify-content:flex-end;margin-top:auto;padding-top:10px;display:flex}.erp-home-widget-picker__item{border:1px solid var(--erp-outline-ghost);background:var(--erp-surface-low);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.erp-home-widget-picker__section-title{margin-bottom:4px;display:block}.erp-home-board{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.erp-home-board__item--s{grid-column:span 2}.erp-home-board__item--m{grid-column:span 3}.erp-home-board__item--l{grid-column:span 6}@media (width<=1100px){.erp-home-board{grid-template-columns:repeat(4,1fr)}.erp-home-board__item--m,.erp-home-board__item--l{grid-column:span 4}}@media (width<=767px){.erp-home-hero{flex-direction:column;align-items:stretch}.erp-home-activity,.erp-home-board{grid-template-columns:1fr}.erp-home-board__item--s,.erp-home-board__item--m,.erp-home-board__item--l{grid-column:span 1}}.erp-batch-shell__card .ant-card-body{flex-direction:column;gap:16px;display:flex}.erp-list-page__header{flex-direction:column;gap:4px;display:flex}.erp-list-page__title.ant-typography{margin-top:0;margin-bottom:0}.erp-list-page__back{align-self:flex-start;margin-bottom:4px}.erp-list-page__description.ant-typography{max-width:88ch;margin-bottom:0}.erp-batch-toolbar__actions{flex:none}.erp-batch-toolbar--with-heading>.erp-list-page__header{flex:auto;min-width:0}.erp-list-page--plain>.erp-list-page__header,.erp-list-page--plain>.erp-batch-toolbar{margin-bottom:16px}.erp-users-list-table{width:100%;min-width:0;max-width:100%}.erp-users-list-table .ant-table-wrapper{max-width:100%}.erp-locations-page .ant-table-body{max-height:min(640px,100vh - 280px)}.erp-locations-resizable-table .ant-table-container{overflow:auto hidden}.erp-locations-resizable-table .ant-table-thead>tr>th.ant-table-cell{white-space:nowrap;word-break:normal;overflow-wrap:normal}.erp-overview-state-card__subtitle{margin-bottom:4px;font-size:13px;display:block}.erp-batch-toolbar{background:#f4f6f4;border:1px solid #7a89762e;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.erp-batch-toolbar__filters{flex:420px;gap:10px;min-width:280px;display:flex}.erp-batch-toolbar__filters .ant-select{flex:1 1 0;min-width:160px}.erp-batch-toolbar__filters .ant-select-selector{border-radius:10px!important}.erp-batch-toolbar .ant-btn.ant-btn-text{background:#eef2ec;border-radius:10px}.erp-batch-toolbar .ant-btn.ant-btn-text:hover{background:#e7eee4}.erp-batch-table .ant-table-container{border:1px solid #7a89762e;border-radius:14px;overflow:hidden}.erp-batch-table .ant-table-thead>tr>th{letter-spacing:.08em;text-transform:uppercase;color:#5a6958;background:#f8faf8;font-size:11px}.erp-batch-table .ant-table-tbody>tr>td{padding-top:14px;padding-bottom:14px}.erp-supply-qty-uom{white-space:nowrap;align-items:baseline;gap:.35em;max-width:100%;display:inline-flex}.erp-batch-row{transition:background-color .18s}.erp-batch-row:hover>td{background:#f9fcf8!important}.erp-batch-row>td{touch-action:manipulation}.erp-batch-row:focus-visible{outline-offset:-2px;outline:2px solid #2d5a2759}.erp-batch-row--selected>td{background:#f3f8f0!important}.erp-location-detail-table-link{color:#2d5a27;text-overflow:ellipsis;white-space:nowrap;vertical-align:baseline;min-width:0;max-width:100%;text-decoration:none;display:inline-block;overflow:hidden}.erp-location-detail-table-link__text{border-bottom:1px solid #2d5a2780;padding-bottom:1px}.erp-location-detail-table-link:hover{color:#244a20}.erp-location-detail-table-link:hover .erp-location-detail-table-link__text{border-bottom-color:#244a20bf}.erp-location-detail-table-link:focus-visible{outline-offset:1px;border-radius:2px;outline:2px solid #2d5a2773}.erp-batch-table__id{font-variant-numeric:tabular-nums;color:#0f4622}.erp-batch-table__meta{letter-spacing:.05em;text-transform:uppercase;font-size:11px}.erp-batch-table__phase{border:none;border-radius:999px;padding-inline:10px;font-weight:600}.erp-batch-table__phase--flower{color:#1c5f14;background:#71c95438}.erp-batch-table__phase--vegetative{color:#2f5f2b;background:#aad7964d}.erp-batch-table__phase--clone{color:#4b584b;background:#c4c8c059}.erp-batch-table__location-icon{color:#5a6958}.erp-batch-table__health{align-items:center;gap:6px;font-weight:600;display:inline-flex}.erp-batch-table__health--healthy{color:#1d6f21}.erp-batch-table__health--warning{color:#a75016}.erp-batch-table__health--critical{color:#8f211e}.erp-batch-drawer .ant-drawer-header-title{align-items:center}.erp-batch-drawer .ant-drawer-body{overscroll-behavior:contain}.erp-batch-drawer__note{background:#f8faf8;border-radius:12px;margin-bottom:0;padding:10px 12px}.erp-batch-detail__hero-card .ant-card-body{padding-top:20px}.erp-user-detail-hero{flex-wrap:wrap;align-items:flex-start;gap:20px;display:flex}.erp-user-detail-hero__avatar{box-shadow:none;flex-shrink:0;border:none!important}.erp-user-detail-hero__text{flex-direction:column;flex:240px;gap:6px;min-width:0;display:flex}.erp-user-detail-hero__title{color:#1a2619;letter-spacing:-.02em;font-weight:650;line-height:1.2}.erp-user-detail-hero__email{font-size:15px}.erp-icon-action-wrap{vertical-align:middle;display:inline-flex}.erp-user-detail-actions .ant-btn-icon-only{width:40px;height:40px}.erp-user-list-actions .ant-btn.ant-btn-sm{justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.erp-batch-detail__breadcrumb{letter-spacing:.02em}.erp-batch-detail__title-value{color:#22351f}.erp-batch-detail__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;display:grid}.erp-batch-detail__summary-item{background:#f8faf8;border:1px solid #7a897629;border-radius:10px;min-width:0;min-height:60px;padding:10px 12px}.erp-batch-detail__summary-label.ant-typography{color:#5a6958;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:11px;display:block}.erp-batch-detail__summary-value.ant-typography,.erp-batch-detail__summary-value{color:#1a2619;font-weight:600;text-decoration:none}.erp-batch-detail__summary-value:hover{color:#2a4e25;text-decoration:underline}.erp-batch-detail__sensor-bar{align-items:center;gap:8px;display:flex}.erp-batch-detail__actions-grid{grid-template-columns:repeat(auto-fit,minmax(108px,1fr));gap:8px;display:grid}.erp-batch-detail__stage-panel{background:#fbfdfb;border:1px solid #7a89762e;border-radius:14px;min-height:100%;padding:14px}.erp-batch-detail__stage-panel .ant-steps-item-title{font-size:12px}.erp-batch-detail__tabs-card .ant-card-body{padding-top:10px}.erp-batch-detail__tab-section{flex-direction:column;gap:12px;display:flex}.erp-batch-detail__tab-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.erp-batch-detail__activity-table .ant-table-container{border:1px solid #7a89762e;border-radius:12px}.erp-batch-detail__activity-table .ant-table-thead>tr>th{letter-spacing:.06em;text-transform:uppercase;color:#5a6958;background:#f8faf8;font-size:11px}.erp-batch-detail__mono{font-variant-numeric:tabular-nums}.erp-batch-detail__placeholder{color:#5d6e5a;border:1px dashed #7a897657;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:170px;display:flex}@media (width<=768px){.erp-module-workspace-content.ant-layout-content{padding:16px!important}.erp-facility-shell--mobile .erp-module-workspace-content.ant-layout-content{padding-bottom:calc(var(--erp-bottom-nav-height) + env(safe-area-inset-bottom,0px))!important}.erp-module-menu-toggle.ant-btn{border-radius:10px;min-height:40px}.erp-module-menu-drawer-root .ant-drawer-content-wrapper{max-width:calc(100vw - 20px)}.erp-batch-toolbar__filters{min-width:0}.erp-batch-toolbar__filters .ant-select{min-width:130px}.erp-batch-detail__summary-grid{grid-template-columns:1fr}.erp-batch-detail__actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-batch-table .ant-table-container{overflow-x:auto}}@media (width<=767px){.cp-glass-header--phone.ant-layout-header{height:var(--erp-header-height);min-height:var(--erp-header-height);line-height:var(--erp-header-height);padding-top:env(safe-area-inset-top,0px);grid-template-columns:auto 1fr auto;padding-bottom:0}.cp-glass-header--phone .cp-brand-mark__text{display:none}.cp-glass-header--phone .cp-header-center{justify-self:stretch;width:100%;transform:none}.cp-glass-header--phone .cp-header-nav{flex-wrap:nowrap;justify-content:flex-end;justify-self:end}.erp-page{padding:16px 14px calc(var(--erp-bottom-nav-height) + env(safe-area-inset-bottom,16px))}.erp-module-workspace-content.ant-layout-content{padding:12px 14px!important}.erp-batch-toolbar{flex-direction:column;align-items:stretch}.erp-batch-toolbar__filters{flex-direction:column;flex-basis:auto;min-width:0}.erp-batch-toolbar__filters .ant-select{min-width:0}.cp-glass-header--phone .cp-header-center__label{display:none}.cp-mobile-search-btn.ant-btn{color:var(--cp-on-surface);padding:4px 8px}}.erp-table-api-card.ant-card{border:1px solid var(--erp-outline-ghost);border-left:4px solid var(--erp-primary);border-radius:12px;overflow:hidden}.erp-table-api-card.ant-card:hover{box-shadow:0 2px 12px #0000001a}.erp-table-api-card__header{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:12px;display:flex}.erp-table-api-card__icon{color:var(--erp-primary);font-size:22px}.erp-table-api-card__title.ant-typography{color:var(--erp-on-surface)!important;margin:0!important;font-size:15px!important;font-weight:600!important;line-height:1.4!important}.erp-table-api-card__detail{flex-direction:column;gap:0;width:100%;margin:0;display:flex}.erp-table-api-card__field{border-bottom:1px solid var(--erp-outline-ghost);flex-direction:column;gap:2px;padding:8px 0;display:flex}.erp-table-api-card__field:first-child{padding-top:0}.erp-table-api-card__field:last-child{border-bottom:none;padding-bottom:0}.erp-table-api-card__field dt{margin:0}.erp-table-api-card__field dd{color:var(--erp-on-surface);word-break:break-word;margin:0;font-weight:500}@media (width>=768px) and (width<=1024px){.cp-glass-header--authenticated.ant-layout-header{grid-template-columns:auto minmax(0,1fr) auto}.cp-glass-header--authenticated-no-center.ant-layout-header,.cp-glass-header--guest.ant-layout-header{grid-template-columns:auto auto}.cp-glass-header--authenticated .cp-header-nav,.cp-glass-header--authenticated-no-center .cp-header-nav,.cp-glass-header--guest .cp-header-nav{flex-wrap:nowrap;gap:4px}.cp-search-trigger__text,.cp-search-trigger__hint{display:none}.erp-page{padding:20px 20px 36px}.erp-module-workspace-content.ant-layout-content{padding:16px 20px!important}.erp-batch-toolbar__filters{flex:300px;min-width:0}.erp-context-panel{flex-basis:220px;width:220px;min-width:220px}}.erp-table-api-card__uuid{align-items:center;gap:2px;display:inline-flex}.erp-table-api-card__uuid-text{font-family:var(--erp-font-mono,ui-monospace, monospace);opacity:.75;font-size:12px}.erp-table-api-card__uuid-copy.ant-btn{opacity:.5;min-width:18px;height:18px;padding:0 2px}.erp-table-api-card__uuid-copy.ant-btn:hover{opacity:1}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.erp-detail__content-grid{grid-template-columns:1fr 300px;align-items:start;gap:16px;display:grid}.erp-detail__section-title.ant-typography,.erp-detail__section-title{color:#22351f;letter-spacing:-.01em;font-size:13px;font-weight:600;display:block}.erp-detail__info-card .erp-batch-detail__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-changelog-summary__section-title.ant-typography,.erp-changelog-summary__section-title{color:var(--erp-on-surface);letter-spacing:-.01em;font-size:13px;font-weight:600;display:block}.erp-changelog-summary__range-caption.ant-typography,.erp-changelog-summary__range-caption{font-size:13px;display:block}.erp-changelog-summary__weekly{width:100%}@media (width>=1280px){.erp-detail__info-card .erp-batch-detail__summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.erp-detail__activity-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}@media (width<=1024px){.erp-detail__content-grid{grid-template-columns:1fr 260px}.erp-detail__info-card .erp-batch-detail__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.erp-detail__content-grid{grid-template-columns:1fr}.erp-detail__info-card .erp-batch-detail__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.erp-detail__info-card .erp-batch-detail__summary-grid{grid-template-columns:1fr}}.erp-module-overview__hero{margin-bottom:24px}.erp-module-overview__section{margin-bottom:32px}.erp-module-overview__section-title.ant-typography{border-bottom:1px solid var(--erp-outline-ghost);color:var(--erp-on-surface-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;padding-bottom:8px;font-size:14px;font-weight:600}.erp-module-overview__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (width<=1024px){.erp-module-overview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.erp-module-overview__grid{grid-template-columns:minmax(0,1fr)}}@media (width>=1025px){.erp-module-overview__section:first-of-type .erp-module-overview__grid>:first-child{grid-column:span 2}}.erp-module-overview-card__header{align-items:center;gap:12px;margin-bottom:4px;display:flex}.erp-module-overview-card__icon{width:28px;height:28px;color:var(--erp-primary,#2d5a27);justify-content:center;align-items:center;display:inline-flex}.erp-module-overview-card__meta{margin-top:8px;margin-bottom:12px}.erp-module-overview-card__cta{color:var(--erp-primary,#2d5a27);font-weight:500;text-decoration:none}.erp-module-overview-card__cta:hover{text-decoration:underline}.erp-card[aria-disabled=true]{opacity:.55;pointer-events:none}.erp-harvest-balance{background:var(--erp-outline-ghost);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.erp-harvest-balance__cell{background:#fff;flex-direction:column;gap:7px;padding:16px 20px;display:flex}.erp-harvest-balance__cell--lead{background:var(--erp-surface-low)}.erp-harvest-balance__label{letter-spacing:.07em;text-transform:uppercase;color:var(--erp-on-surface-muted);font-size:10.5px;font-weight:600;font-family:var(--erp-font-display)}.erp-harvest-balance__value{font-family:var(--erp-font-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:600;line-height:1}.erp-harvest-balance__unit{color:#1a1c196b;margin-left:3px;font-size:.46em;font-weight:600}.erp-harvest-balance__foot{color:var(--erp-on-surface-muted);align-items:center;gap:6px;font-size:12px;display:flex}.erp-harvest-balance__foot-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.erp-harvest-alloc{flex-direction:column;gap:10px;display:flex}.erp-harvest-alloc__bar{background:var(--erp-surface-high);height:30px;box-shadow:inset 0 0 0 1px var(--erp-outline-ghost);border-radius:8px;display:flex;overflow:hidden}.erp-harvest-alloc__seg{justify-content:center;align-items:center;min-width:0;height:100%;transition:filter .12s;display:flex;position:relative}.erp-harvest-alloc__seg:hover{filter:brightness(1.06)}.erp-harvest-alloc__seg+.erp-harvest-alloc__seg{box-shadow:inset 1px 0 #ffffff80}.erp-harvest-alloc__pct{font-family:var(--erp-font-display);color:#fff;text-shadow:0 1px 1px #0000002e;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:11px;font-weight:700}.erp-harvest-alloc__seg--on-hand{background:repeating-linear-gradient(135deg, var(--erp-surface-high) 0 7px, #e2e2d8 7px 14px)}.erp-harvest-alloc__seg--on-hand .erp-harvest-alloc__pct{color:var(--erp-on-surface-muted);text-shadow:none}.erp-harvest-alloc__seg--unaccounted{background:var(--erp-secondary)}.erp-harvest-alloc__legend{flex-wrap:wrap;gap:6px 18px;display:flex}.erp-harvest-alloc__key{align-items:center;gap:8px;font-size:12.5px;display:inline-flex}.erp-harvest-alloc__sw{border-radius:3px;flex-shrink:0;width:11px;height:11px}.erp-harvest-alloc__key-label{color:var(--erp-on-surface);font-weight:500}.erp-harvest-alloc__key-val{font-family:var(--erp-font-display);color:var(--erp-on-surface-muted);font-variant-numeric:tabular-nums;font-weight:600}.erp-harvest-minialloc{background:var(--erp-surface-high);width:130px;height:8px;box-shadow:inset 0 0 0 1px var(--erp-outline-ghost);border-radius:4px;display:flex;overflow:hidden}.erp-harvest-minialloc>span{min-width:0;height:100%}.erp-harvest-minialloc__on-hand{background:repeating-linear-gradient(135deg, var(--erp-surface-high) 0 5px, #deded4 5px 10px)}.erp-harvest-pipeline{flex-direction:column;display:flex}.erp-harvest-pipeline__lane{border-top:1px solid var(--erp-outline-ghost);grid-template-columns:184px 1fr;gap:20px;padding:16px 0;display:grid}.erp-harvest-pipeline__lane:first-child{border-top:none;padding-top:4px}.erp-harvest-pipeline__lane-label{border-left:3px solid var(--pc,var(--erp-secondary));flex-direction:column;gap:5px;padding-left:14px;display:flex}.erp-harvest-pipeline__lane-name{font-family:var(--erp-font-display);letter-spacing:-.01em;align-items:center;gap:8px;font-size:14.5px;font-weight:600;display:flex}.erp-harvest-pipeline__lane-ct{font-family:var(--erp-font-display);color:var(--erp-on-surface-muted);background:var(--erp-surface-high);border-radius:999px;padding:0 7px;font-size:11px;font-weight:600}.erp-harvest-pipeline__lane-tot{font-family:var(--erp-font-display);color:var(--erp-on-surface-muted);font-variant-numeric:tabular-nums;font-size:12px}.erp-harvest-pipeline__lane-hint{color:#1a1c196b;font-size:11px}.erp-harvest-pipeline__lane-cards{flex-direction:column;gap:10px;min-width:0;display:flex}.erp-pcard{border:1px solid var(--erp-outline-ghost);box-shadow:var(--erp-shadow-header);background:#fff;border-radius:12px;transition:box-shadow .12s;overflow:hidden}.erp-pcard.is-open{box-shadow:var(--erp-shadow-ambient)}.erp-pcard__head{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;grid-template-columns:1.5fr 1fr 1fr auto;align-items:center;gap:16px;padding:13px 16px;display:grid}.erp-pcard__head:hover{background:var(--erp-surface-low)}.erp-pcard--lossrow .erp-pcard__head{cursor:default;grid-template-columns:1.5fr 1fr auto}.erp-pcard__id{flex-direction:column;gap:4px;min-width:0;display:flex}.erp-pcard__id-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.erp-pcard__code{font-family:var(--erp-font-display);font-variant-numeric:tabular-nums;font-size:12.5px;font-weight:600}.erp-pcard__from{font-size:10.5px;font-family:var(--erp-font-display);color:#1a1c196b;align-items:center;gap:5px;display:inline-flex}.erp-pcard__from:before{content:"↳"}.erp-pcard__from a{color:var(--erp-primary);text-decoration:none}.erp-pcard__from a:hover{text-decoration:underline}.erp-pcard__stat{flex-direction:column;gap:2px;display:flex}.erp-pcard__stat-k{letter-spacing:.05em;text-transform:uppercase;color:#1a1c196b;font-size:9.5px;font-weight:600;font-family:var(--erp-font-display)}.erp-pcard__stat-v{font-family:var(--erp-font-display);font-variant-numeric:tabular-nums;font-size:14.5px;font-weight:600}.erp-pcard__stat-v small{color:#1a1c196b;font-size:10.5px;font-weight:500}.erp-pcard__chev{color:#1a1c196b;place-items:center;transition:transform .16s;display:grid}.erp-pcard.is-open .erp-pcard__chev{transform:rotate(90deg)}.erp-pcard__detail{border-top:1px solid var(--erp-surface-low);padding:4px 16px 18px}.erp-pcard__dt-head{text-transform:uppercase;letter-spacing:.06em;font-size:10.5px;font-family:var(--erp-font-display);color:var(--erp-on-surface-muted);margin:16px 0 10px;font-weight:600}.erp-harvest-rail{flex-wrap:wrap;align-items:center;gap:6px 0;display:flex}.erp-harvest-rail__step{border:1px solid var(--erp-outline-ghost);color:var(--erp-on-surface-muted);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.erp-harvest-rail__dot{background:var(--erp-secondary);border-radius:50%;width:7px;height:7px}.erp-harvest-rail__step--done{color:var(--erp-primary);background:#2d5a271a;border-color:#2d5a2740}.erp-harvest-rail__step--done .erp-harvest-rail__dot{background:var(--erp-primary)}.erp-harvest-rail__step--current{border-color:var(--pc,var(--erp-primary));color:var(--pc,var(--erp-primary))}.erp-harvest-rail__step--current .erp-harvest-rail__dot{background:var(--pc,var(--erp-primary))}.erp-harvest-rail__step--todo{opacity:.5}.erp-harvest-rail__conn{background:var(--erp-outline-ghost);width:16px;height:2px}.erp-harvest-weighconv{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.erp-harvest-weighconv__nd{flex-direction:column;gap:1px;display:flex}.erp-harvest-weighconv__k{letter-spacing:.05em;text-transform:uppercase;color:#1a1c196b;font-size:9.5px;font-weight:600;font-family:var(--erp-font-display)}.erp-harvest-weighconv__v{font-family:var(--erp-font-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:22px;font-weight:600;line-height:1}.erp-harvest-weighconv__u{color:#1a1c196b;font-size:.46em}.erp-harvest-weighconv__op{font-family:var(--erp-font-display);color:#1a1c196b;font-size:18px;font-weight:300}.erp-harvest-weighconv__rb{font-family:var(--erp-font-display);background:var(--erp-surface-low);color:var(--erp-on-surface-muted);border-radius:999px;padding:5px 11px;font-size:12px;font-weight:600}.erp-harvest-readings{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;display:grid}.erp-harvest-reading{border:1px solid var(--erp-outline-ghost);background:var(--erp-surface-low);border-radius:12px;flex-direction:column;gap:5px;padding:13px 15px;display:flex}.erp-harvest-reading__k{letter-spacing:.05em;text-transform:uppercase;color:#1a1c196b;font-size:10.5px;font-weight:600;font-family:var(--erp-font-display)}.erp-harvest-reading__v{font-family:var(--erp-font-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:23px;font-weight:600}.erp-harvest-reading__unit{color:#1a1c196b;margin-left:2px;font-size:.5em}.erp-harvest-reading__sub{color:var(--erp-on-surface-muted);font-size:11.5px}.erp-harvest-dt-onward{color:var(--erp-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:12px;padding:0;font-size:12.5px;font-weight:600;display:inline-flex}.erp-harvest-dt-onward:hover{text-decoration:underline}.erp-harvest-grade-bar{background:var(--erp-surface-high);height:14px;box-shadow:inset 0 0 0 1px var(--erp-outline-ghost);border-radius:4px;display:flex;overflow:hidden}.erp-harvest-grade-bar>span{min-width:0;height:100%}.erp-harvest-cold-banner{border:1px solid var(--erp-outline-ghost);background:var(--erp-surface-low);border-radius:12px;padding:12px 16px}.erp-harvest-segments{background:var(--erp-surface-low);border:1px solid var(--erp-outline-ghost);border-radius:999px;gap:2px;padding:3px;display:inline-flex}.erp-harvest-seg{color:var(--erp-on-surface-muted);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--erp-font-body);background:0 0;border:none;border-radius:999px;align-items:center;gap:7px;padding:6px 14px;transition:background .12s,color .12s;display:inline-flex}.erp-harvest-seg__count{font-family:var(--erp-font-display);background:var(--erp-surface-high);color:var(--erp-on-surface-muted);border-radius:999px;padding:0 6px;font-size:11.5px;font-weight:600}.erp-harvest-seg--active{color:var(--erp-on-surface);box-shadow:var(--erp-shadow-header);background:#fff}.erp-harvest-seg--active .erp-harvest-seg__count{background:var(--erp-tertiary);color:var(--erp-primary)}.erp-harvest-kpi{background:var(--erp-outline-ghost);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.erp-harvest-kpi__cell{background:#fff;flex-direction:column;gap:6px;padding:16px 20px;display:flex}.erp-harvest-kpi__label{letter-spacing:.07em;text-transform:uppercase;color:var(--erp-on-surface-muted);font-size:10.5px;font-weight:600;font-family:var(--erp-font-display)}.erp-harvest-kpi__value{font-family:var(--erp-font-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:600;line-height:1}.erp-harvest-kpi__unit{color:#1a1c196b;margin-left:3px;font-size:.46em;font-weight:600}.erp-harvest-kpi__sub{color:var(--erp-on-surface-muted);font-size:12px}.erp-harvest-sdot{width:20px;height:20px;font-family:var(--erp-font-display);color:#fff;border-radius:6px;justify-content:center;align-items:center;font-size:10.5px;font-weight:700;display:inline-flex}.erp-harvest-alloc-cell{flex-direction:column;gap:4px;display:flex}.erp-harvest-alloc-cell__pct{color:var(--erp-on-surface-muted);font-variant-numeric:tabular-nums;font-size:11.5px}@media (width<=1180px){.erp-harvest-balance,.erp-harvest-kpi{grid-template-columns:repeat(2,1fr)}.erp-harvest-pipeline__lane{grid-template-columns:1fr;gap:12px}.erp-harvest-pipeline__lane-label{border-left:none;border-top:3px solid var(--pc,var(--erp-secondary));flex-flow:wrap;align-items:baseline;gap:12px;padding-top:10px;padding-left:0}.erp-pcard__head{grid-template-columns:1fr auto;gap:10px}.erp-pcard__head .erp-pcard__stat{display:none}}.erp-recall-rail__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.erp-recall-severity{--erp-recall-warn:#d48806;--erp-recall-danger:#d4380d;--erp-recall-alert:#cf1322}.erp-recall-effectiveness-preview{border:1px solid var(--erp-outline-ghost,#e5e7df);border-radius:var(--erp-radius-input);background:var(--erp-surface-low,#f4f4ef);flex-direction:column;gap:8px;margin-top:12px;padding:12px 16px;display:flex}.erp-recall-effectiveness__meter-card{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.erp-recall-effectiveness__meter-label,.erp-recall-cockpit__kpi .ant-statistic-title{text-transform:uppercase;letter-spacing:.4px;font-size:12px}.erp-recall-cockpit__dist{flex-direction:column;gap:10px;display:flex}.erp-recall-cockpit__dist-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.erp-risk-heatmap{--erp-risk-low-bg:#2d5a2724;--erp-risk-low-text:var(--erp-primary);--erp-risk-medium-bg:#c79a2b38;--erp-risk-medium-text:#8a6d2f;--erp-risk-high-bg:#b76a1a33;--erp-risk-high-text:#b76a1a;--erp-risk-critical-bg:#b3261e2e;--erp-risk-critical-text:#b3261e}.erp-risk-heatmap__grid{grid-template-columns:32px repeat(5,minmax(48px,1fr));align-items:stretch;gap:6px;display:grid}.erp-risk-heatmap__corner{display:block}.erp-risk-heatmap__axis-tick{font-family:var(--erp-font-display,"Plus Jakarta Sans", system-ui, sans-serif);color:var(--erp-on-surface-muted,#1a1c199e);justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.erp-risk-heatmap__axis-tick--col{padding-bottom:2px}.erp-risk-heatmap__cell{background:var(--erp-surface-high,#ebebe4);height:56px;color:var(--erp-on-surface,#1a1c19);font-family:var(--erp-font-display,"Plus Jakarta Sans", system-ui, sans-serif);cursor:pointer;transition:transform var(--erp-dur-micro,.18s) var(--erp-ease,ease);border:none;border-radius:10px;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.erp-risk-heatmap__cell:disabled{cursor:default}.erp-risk-heatmap__cell:not(:disabled):hover{transform:scale(1.04)}.erp-risk-heatmap__cell--low{background:var(--erp-risk-low-bg);color:var(--erp-risk-low-text)}.erp-risk-heatmap__cell--medium{background:var(--erp-risk-medium-bg);color:var(--erp-risk-medium-text)}.erp-risk-heatmap__cell--high{background:var(--erp-risk-high-bg);color:var(--erp-risk-high-text)}.erp-risk-heatmap__cell--critical{background:var(--erp-risk-critical-bg);color:var(--erp-risk-critical-text)}.erp-risk-heatmap__axes{justify-content:space-between;margin-top:8px;display:flex}.erp-risk-heatmap__axis-caption{letter-spacing:.04em;text-transform:uppercase;color:var(--erp-on-surface-muted,#1a1c199e);font-size:11px}.erp-rd-page{max-width:1360px;padding:26px 28px 60px}.erp-rd-pagehead{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.erp-rd-pagehead__now{color:var(--erp-on-surface-muted);white-space:nowrap;margin-top:6px;font-size:13px}.erp-rd-stack{flex-direction:column;gap:28px;margin-top:24px;display:flex}.erp-rd-lede{max-width:660px;color:var(--erp-on-surface-muted);margin:8px 0 0;font-size:15px;line-height:1.55}.erp-rd-lede strong{color:var(--erp-on-surface);font-weight:600}.erp-rd-sectlabel{letter-spacing:.08em;text-transform:uppercase;color:#1a1c196b;margin:0 0 12px;font-size:11px;font-weight:700}.erp-rd-sectlabel--flush{margin:0}.erp-rd-quick{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.erp-rd-quickcard{text-align:left;background:var(--erp-surface-container-lowest);border:1px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-card);width:100%;transition:transform .18s var(--erp-ease), box-shadow .18s var(--erp-ease), border-color .18s var(--erp-ease);align-items:center;gap:14px;padding:20px;display:flex;box-shadow:0 1px 2px #1a1c190a,0 8px 24px #1a1c190d}.erp-rd-quickcard:hover{border-color:var(--erp-secondary);transform:translateY(-2px);box-shadow:0 18px 48px #1a1c1929}.erp-rd-quickcard__ico{border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.erp-rd-quickcard__ico--supply{background:var(--erp-rd-kind-supply-bg);color:var(--erp-lineage-bc-supply-chain)}.erp-rd-quickcard__ico--plant{background:var(--erp-tertiary);color:var(--erp-lineage-bc-genetics)}.erp-rd-quickcard__ico--package{background:var(--erp-rd-kind-supply-bg);color:var(--erp-rd-info)}.erp-rd-quickcard__txt{flex-direction:column;gap:2px;display:flex}.erp-rd-quickcard__title{font-family:var(--erp-font-display);font-size:14.5px;font-weight:700}.erp-rd-quickcard__desc{color:var(--erp-on-surface-muted);font-size:12.5px}.erp-rd-stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.erp-rd-stat{background:var(--erp-surface-container-lowest);border:1px solid var(--erp-outline-ghost);border-left:4px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-card);padding:20px}.erp-rd-stat--info{border-left-color:var(--erp-rd-info)}.erp-rd-stat--accent{border-left-color:var(--erp-secondary)}.erp-rd-stat--warn{border-left-color:var(--erp-rd-warn-fg)}.erp-rd-stat--ok{border-left-color:var(--erp-primary)}.erp-rd-stat--muted{border-left-color:var(--erp-outline-ghost)}.erp-rd-stat__value{font-family:var(--erp-font-display);letter-spacing:-.02em;font-size:32px;font-weight:800;line-height:1}.erp-rd-stat__label{margin-top:8px;font-size:13.5px;font-weight:600}.erp-rd-stat__sub{color:#1a1c196b;margin-top:3px;font-size:12px}.erp-rd-attn{background:var(--erp-rd-warn-bg);border:1px solid var(--erp-rd-warn-border);border-radius:var(--erp-radius-card);padding:16px 18px}.erp-rd-attn__head{color:var(--erp-rd-warn-fg);align-items:center;gap:9px;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}.erp-rd-attn__items{flex-direction:column;gap:6px;display:flex}.erp-rd-attn__item{text-align:left;background:var(--erp-surface-container-lowest);border:1px solid var(--erp-rd-warn-border-soft);width:100%;transition:border-color .14s var(--erp-ease), transform .14s var(--erp-ease);border-radius:10px;align-items:center;gap:11px;padding:9px 12px;display:flex}.erp-rd-attn__item:hover{border-color:var(--erp-rd-warn-fg);transform:translate(2px)}.erp-rd-attn__code{font-size:13.5px;font-weight:700}.erp-rd-attn__reason{color:var(--erp-on-surface-muted);flex:1;font-size:13px}.erp-rd-boardhead{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.erp-rd-boardhead__legend{color:var(--erp-on-surface-muted);gap:18px;font-size:12.5px;display:flex}.erp-rd-boardhead__legend span{align-items:center;gap:7px;display:inline-flex}.erp-rd-legdot{border-radius:3px;width:11px;height:11px;display:inline-block}.erp-rd-legdot--supply{background:var(--erp-lineage-bc-supply-chain)}.erp-rd-legdot--plant{background:var(--erp-lineage-bc-genetics)}.erp-rd-legdot--processor{background:var(--erp-rd-info)}.erp-rd-board{grid-template-columns:repeat(4,1fr);align-items:start;gap:16px;display:grid}.erp-rd-lane{background:var(--erp-surface-low);border:1px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-card);flex-direction:column;gap:10px;padding:12px;display:flex}.erp-rd-lane__head{padding:4px 6px 2px}.erp-rd-lane__title{font-family:var(--erp-font-display);align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.erp-rd-lane__dot{background:var(--erp-secondary);border-radius:50%;width:9px;height:9px}.erp-rd-lane__dot--info{background:var(--erp-rd-info)}.erp-rd-lane__dot--secondary{background:var(--erp-secondary)}.erp-rd-lane__dot--warn{background:var(--erp-rd-warn-fg)}.erp-rd-lane__dot--ok{background:var(--erp-primary)}.erp-rd-lane__count{color:var(--erp-on-surface-muted);background:var(--erp-surface-container-lowest);border:1px solid var(--erp-outline-ghost);border-radius:8px;margin-left:auto;padding:0 7px;font-size:12px;font-weight:700}.erp-rd-lane__hint{color:#1a1c196b;margin-top:3px;font-size:11.5px}.erp-rd-lane__items{flex-direction:column;gap:9px;display:flex}.erp-rd-lane__empty{text-align:center;color:#1a1c196b;padding:18px 0;font-size:12.5px;font-style:italic}.erp-rd-lane__more{width:100%;color:var(--erp-primary);transition:background-color .14s var(--erp-ease);border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:8px;font-size:12.5px;font-weight:600;display:flex}.erp-rd-lane__more:hover{background:var(--erp-tertiary)}.erp-rd-rcard{text-align:left;background:var(--erp-surface-container-lowest);border:1px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-input);width:100%;transition:transform .16s var(--erp-ease), box-shadow .16s var(--erp-ease), border-color .16s var(--erp-ease);gap:11px;padding:12px;display:flex;box-shadow:0 1px 2px #1a1c1908}.erp-rd-rcard:hover{border-color:var(--erp-secondary);transform:translateY(-1px);box-shadow:0 1px 2px #1a1c190a,0 8px 24px #1a1c190d}.erp-rd-rcard--compact{padding:9px 11px}.erp-rd-rcard--compact .erp-rd-rcard__summary{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.erp-rd-rcard__body{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.erp-rd-rcard__top{align-items:center;gap:8px;display:flex}.erp-rd-rcard__code{font-family:var(--erp-font-display);font-size:13px;font-weight:700}.erp-rd-rcard__summary{font-size:13px;font-weight:500;line-height:1.35}.erp-rd-rcard__meta{color:var(--erp-on-surface-muted);flex-wrap:wrap;gap:4px 12px;font-size:11.5px;display:flex}.erp-rd-rcard__when{align-items:center;gap:4px;display:inline-flex}.erp-rd-rcard__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.erp-rd-rcard__who{color:#1a1c196b;align-items:center;gap:4px;font-size:11.5px;display:inline-flex}.erp-rd-kind{border-radius:10px;flex:none;place-items:center;width:30px;height:30px;display:grid}.erp-rd-kind--lg{width:34px;height:34px}.erp-rd-kind--sm{width:26px;height:26px}.erp-rd-kind--supply{background:var(--erp-rd-kind-supply-bg);color:var(--erp-lineage-bc-supply-chain)}.erp-rd-kind--plant{background:var(--erp-tertiary);color:var(--erp-lineage-bc-genetics)}.erp-rd-kind--package{background:var(--erp-rd-kind-package-bg);color:var(--erp-rd-info)}.erp-rd-dest{color:var(--erp-on-surface-muted);background:var(--erp-surface-low);border:1px solid var(--erp-outline-ghost);border-radius:8px;align-items:center;gap:5px;padding:3px 9px 3px 7px;font-size:11.5px;font-weight:600;display:inline-flex}.erp-rd-dest svg{color:#1a1c196b}.erp-rd-dest__mod{color:var(--erp-on-surface)}.erp-rd-dest__code{font-family:var(--erp-font-display)}.erp-rd-dest--done{color:var(--erp-lineage-bc-genetics);background:var(--erp-tertiary);border-color:#0000}.erp-rd-dest--done svg,.erp-rd-dest--done .erp-rd-dest__mod{color:var(--erp-lineage-bc-genetics)}.erp-rd-chip{border-radius:7px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.6;display:inline-flex}.erp-rd-chip--muted{color:var(--erp-on-surface-muted);background:var(--erp-surface-high)}.erp-rd-chip--info{color:var(--erp-lineage-bc-supply-chain);background:var(--erp-rd-kind-supply-bg)}.erp-rd-chip--warn{color:var(--erp-rd-warn-fg);background:var(--erp-rd-warn-bg)}.erp-rd-chip--danger{color:var(--erp-rd-danger-fg);background:var(--erp-rd-danger-bg)}.erp-rd-flags{flex-wrap:wrap;gap:5px;display:flex}.erp-rd-tr__id{font-family:var(--erp-font-display);align-items:center;gap:9px;display:flex}.erp-rd-tr__sum{align-items:center;gap:8px;display:flex}.erp-rd-tr__chev{color:#1a1c196b}.erp-rd-drawer__id{align-items:center;gap:12px;display:flex}.erp-rd-drawer__code{font-family:var(--erp-font-display);font-size:19px;font-weight:800}.erp-rd-drawer__kind{color:var(--erp-on-surface-muted);margin-top:2px;font-size:12.5px}.erp-rd-drawer__summary{font-family:var(--erp-font-display);margin-bottom:16px;font-size:15.5px;font-weight:600;line-height:1.4}.erp-rd-drawer__label{letter-spacing:.07em;text-transform:uppercase;color:#1a1c196b;margin:22px 0 10px;font-size:11px;font-weight:700}.erp-rd-kv{grid-template-columns:1fr 1fr;gap:14px 20px;margin:0;display:grid}.erp-rd-kv dt{color:#1a1c196b;margin-bottom:2px;font-size:11.5px}.erp-rd-kv dd{margin:0;font-size:14px;font-weight:600}.erp-rd-link{color:var(--erp-primary);align-items:center;gap:5px;font-size:12.5px;font-weight:600;display:inline-flex}.erp-rd-drawer__foot{gap:10px;width:100%;display:flex}.erp-rd-holdbox{color:var(--erp-rd-warn-fg);background:var(--erp-rd-warn-bg);border-radius:10px;align-items:center;gap:9px;margin-top:14px;padding:11px 14px;font-size:13px;display:flex}.erp-rd-holdbox b{font-weight:700}.erp-rd-routebox{background:var(--erp-surface-container-lowest);border:1px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-input);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.erp-rd-routebox--done{background:var(--erp-tertiary);border-color:#0000}.erp-rd-routebox__mod{color:var(--erp-primary);align-items:center;gap:11px;display:flex}.erp-rd-routebox__name{font-family:var(--erp-font-display);color:var(--erp-on-surface);font-size:14px;font-weight:700}.erp-rd-routebox__detail{color:var(--erp-on-surface-muted);font-size:12.5px}.erp-rd-routebox__pending{color:#1a1c196b;font-size:12px;font-style:italic}.erp-rd-life.ant-steps{margin-top:4px}.erp-rd-life .ant-steps-item-tail{padding:24px 0 4px}.erp-rd-life .ant-steps-item-title{font-size:14px;font-weight:600}.erp-rd-life .ant-steps-item-description{color:var(--erp-on-surface-muted);font-size:12px}.erp-rd-life .ant-steps-item-process .ant-steps-item-icon{box-shadow:0 0 0 4px var(--erp-tertiary)}.erp-rd-kindpick{grid-template-columns:1fr 1fr;gap:10px;display:grid}.erp-rd-kindpick__opt{text-align:left;background:var(--erp-surface-container-lowest);border:1.5px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-input);width:100%;transition:border-color .14s var(--erp-ease), background-color .14s var(--erp-ease);flex-direction:column;align-items:flex-start;gap:5px;padding:14px;display:flex}.erp-rd-kindpick__opt b{font-family:var(--erp-font-display);font-size:14px}.erp-rd-kindpick__opt span:last-child{color:var(--erp-on-surface-muted);font-size:11.5px;line-height:1.35}.erp-rd-kindpick__opt--selected{background:var(--erp-tertiary);border-color:var(--erp-primary)}.erp-rd-kindpick__ico{border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.erp-rd-nav-item{justify-content:space-between;align-items:center;gap:12px;display:flex}.erp-rd-nav-item__text{min-width:0}.erp-rd-nav-badge{text-align:center;min-width:20px;color:var(--erp-on-surface-muted);background:var(--erp-surface-container-lowest);border:1px solid var(--erp-outline-ghost);border-radius:9px;flex:none;padding:1px 7px;font-size:11.5px;font-weight:700}.ant-menu-item-selected .erp-rd-nav-badge{color:var(--erp-on-primary);background:var(--erp-primary);border-color:#0000}@media (width<=1200px){.erp-rd-quick{grid-template-columns:1fr}.erp-rd-stats,.erp-rd-board{grid-template-columns:repeat(2,1fr)}.erp-rd-pagehead{flex-direction:column;gap:4px}}@media (prefers-reduced-motion:reduce){.erp-rd-quickcard,.erp-rd-rcard,.erp-rd-attn__item,.erp-rd-lane__more,.erp-rd-kindpick__opt{transition:none}.erp-rd-quickcard:hover,.erp-rd-rcard:hover,.erp-rd-attn__item:hover{transform:none}}.erp-logistics-field{flex-direction:column;gap:6px;display:flex}.erp-logistics-stop{flex-direction:column;gap:12px;display:flex}.erp-form-builder{grid-template-columns:240px 1fr 300px;align-items:start;gap:16px;display:grid}.erp-form-builder__palette,.erp-form-builder__list,.erp-form-builder__properties{border:1px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-card);background:var(--erp-surface-container-lowest);min-height:320px;padding:16px}.erp-form-builder__group-title{text-transform:uppercase;letter-spacing:.04em;color:var(--erp-on-surface-muted);margin-bottom:8px;font-size:12px;display:block}.erp-form-builder__row{border-radius:var(--erp-radius-input);cursor:pointer;transition:background var(--erp-dur-micro) var(--erp-ease);align-items:center;gap:8px;padding:8px 10px;display:flex}.erp-form-builder__row:hover{background:var(--erp-surface-low)}.erp-form-builder__row--selected{background:var(--erp-tertiary)}.erp-form-builder__row-icon{color:var(--erp-primary);flex-shrink:0;display:inline-flex}.erp-form-builder__row-label{flex:1;align-items:center;min-width:0;display:flex}.erp-form-builder__row-actions{flex-shrink:0;gap:2px;display:flex}@media (width<=1024px){.erp-form-builder{grid-template-columns:1fr}}.erp-forms-tab__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.erp-signature-enrollment{margin-top:8px;margin-bottom:20px}.erp-signature-enrollment__help{margin-bottom:12px!important}.erp-signature-enrollment__current{align-items:center;gap:16px;margin-bottom:16px;display:flex}.erp-signature-enrollment__preview-frame{background:var(--erp-surface);border:1px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-input);justify-content:center;align-items:center;min-height:80px;padding:12px 16px;display:flex}.erp-signature-enrollment__preview-image{object-fit:contain;max-width:100%;max-height:96px}.erp-signature-pad__canvas{background:var(--erp-surface);border:1px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-input);cursor:crosshair;max-width:100%}.erp-signing-passphrase-enrollment{background:var(--erp-surface-low);border-left:4px solid var(--erp-primary);border-radius:var(--erp-radius-input);margin-top:8px;margin-bottom:24px;padding:16px}.erp-signing-passphrase-enrollment__help{margin-bottom:12px!important}.erp-signing-passphrase-enrollment__status{margin-bottom:12px}.erp-signing-passphrase-enrollment__reenroll-warning{margin-bottom:16px}.erp-signing-passphrase-enrollment__form{max-width:360px}.erp-data-migration__bulk-download{border:1px solid var(--erp-outline-ghost);border-radius:var(--erp-radius-card);background:var(--erp-tertiary);margin-bottom:20px;padding:16px 20px}.erp-data-migration__step-badge{background:var(--erp-primary);color:#fff;width:32px;height:32px;font-family:var(--erp-font-display);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:15px;font-weight:600;line-height:1;display:inline-flex}.erp-data-migration__card-heading{align-items:center;gap:12px;margin-bottom:8px;display:flex}.erp-build-findings{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.erp-build-findings__item{border-radius:var(--erp-radius-input)}.erp-build-findings__item--error .ant-alert{border-left:3px solid var(--erp-rd-danger-fg)}.erp-build-findings__item--warning .ant-alert{border-left:3px solid var(--erp-rd-warn-fg)}.erp-facility-logo__preview{border:1px dashed var(--erp-outline);border-radius:var(--erp-radius-input);background:var(--erp-surface-container-lowest);width:180px;height:96px;color:var(--erp-on-surface-muted);justify-content:center;align-items:center;padding:8px;display:flex}.erp-facility-logo__preview img{object-fit:contain;max-width:100%;max-height:100%}.erp-unit-input{align-items:stretch;display:inline-flex}.erp-unit-input>.ant-input-number{border-start-end-radius:0;border-end-end-radius:0}.erp-unit-input__addon>.ant-select{margin:0 -11px}.erp-unit-input__addon{border:1px solid var(--erp-outline-ghost);background:var(--erp-surface-low);color:var(--erp-on-surface-muted);white-space:nowrap;border-inline-start:none;border-start-end-radius:var(--erp-radius-input);border-end-end-radius:var(--erp-radius-input);flex:none;align-items:center;padding:0 11px;display:inline-flex}.erp-intent-groups{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.erp-intent-groups__grp{border:1px solid var(--erp-outline-ghost);border-left:4px solid var(--erp-outline);border-radius:var(--erp-radius-input);min-width:0;transition:box-shadow var(--erp-dur-micro) var(--erp-ease);flex-direction:column;gap:10px;padding:12px 14px 14px;display:flex}.erp-intent-groups__grp--log{border-left-color:var(--erp-intent-log)}.erp-intent-groups__grp--produce{border-left-color:var(--erp-intent-produce)}.erp-intent-groups__grp--manage{border-left-color:var(--erp-intent-manage)}.erp-intent-groups__grp--endOfLife{border-left-color:var(--erp-intent-danger)}.erp-intent-groups__grp--flash{box-shadow:0 0 0 3px #cf132240}.erp-intent-groups__hdr{align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.erp-intent-groups__grp--log .erp-intent-groups__hdr{color:var(--erp-intent-log)}.erp-intent-groups__grp--produce .erp-intent-groups__hdr{color:var(--erp-intent-produce)}.erp-intent-groups__grp--manage .erp-intent-groups__hdr{color:var(--erp-on-surface-muted)}.erp-intent-groups__grp--endOfLife .erp-intent-groups__hdr{color:var(--erp-intent-danger)}.erp-intent-groups__label{color:inherit;font-size:13px;font-weight:700}.erp-intent-groups__count{color:var(--erp-on-surface-faint);margin-left:auto;font-size:11px;font-weight:600}.erp-intent-groups__list{flex-wrap:wrap;gap:6px;display:flex}.erp-intent-groups__list .ant-btn.erp-intent-chip{border-radius:var(--erp-radius-pill);height:32px;padding:0 14px;font-size:12.5px;font-weight:600}.erp-intent-groups__grp--endOfLife .ant-btn.erp-intent-chip:not(:disabled){color:var(--erp-intent-danger);border-color:#cf132266}@media (width<=1024px){.erp-intent-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.erp-intent-groups{grid-template-columns:1fr}.erp-intent-groups__list .ant-btn.erp-intent-chip{height:auto;min-height:44px}}.erp-upnext{border:1.5px solid var(--erp-tertiary-strong);background:var(--erp-upnext-bg);border-radius:14px;margin-top:18px;padding:18px 20px}.erp-upnext__hdr{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.erp-upnext__title{font-size:15px}.erp-upnext__subtitle{font-size:12px}.erp-upnext__tasks{flex-direction:column;gap:9px;display:flex}.erp-upnext__task{border-radius:var(--erp-radius-input);background:var(--erp-surface-container-lowest);border:1px solid var(--erp-outline-ghost);flex-wrap:wrap;align-items:center;gap:14px;padding:12px 16px;display:flex}.erp-upnext__task--lead{border-color:var(--erp-primary);box-shadow:var(--erp-shadow-upnext-lead)}.erp-upnext__task--warn{border-left:4px solid var(--erp-rd-warn-fg)}.erp-upnext__why{flex-direction:column;flex:260px;gap:2px;min-width:0;display:flex}.erp-upnext__task-title{font-size:13.5px}.erp-upnext__task-reason{font-size:12px}.erp-upnext__exits{border-top:1px dashed var(--erp-outline);flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;padding-top:13px;display:flex}.erp-upnext__exits-label{letter-spacing:.07em;text-transform:uppercase;color:var(--erp-on-surface-faint);font-size:11px;font-weight:700}.erp-error-boundary{background:var(--erp-surface);border-radius:var(--erp-radius-card);max-width:480px;font-family:var(--erp-font-body);color:var(--erp-on-surface);text-align:center;margin:15vh auto 0;padding:32px;box-shadow:0 12px 40px #1a1c190f}.erp-error-boundary__title{font-family:var(--erp-font-display);margin:0 0 8px;font-size:20px;font-weight:700}.erp-error-boundary__body{color:var(--erp-on-surface-faint);margin:0 0 20px}.erp-error-boundary__reload{border-radius:var(--erp-radius-input);background:var(--erp-primary);color:#fff;font:inherit;cursor:pointer;border:0;padding:8px 20px;font-weight:600}
