:root{
  --st-green-950:#00372b;--st-green-900:#004b3a;--st-green-800:#065f49;--st-green-700:#087459;
  --st-green-100:#dff1e8;--st-green-50:#f1f8f5;--st-surface:#fff;--st-canvas:#f4f7f5;
  --st-text:#16231e;--st-muted:#63716a;--st-border:#d9e4de;--st-info:#2563a8;--st-warning:#a66014;
  --st-danger:#b42332;--st-success:#14804a;--st-disabled:#87928d;--st-unknown:#667085;
  --st-sidebar:216px;--st-sidebar-collapsed:60px;--st-topbar:54px;--st-content-max:1680px;
  --st-mobile:760px;--st-tablet:1024px;--st-laptop:1280px;
  --st-space-1:4px;--st-space-2:8px;--st-space-3:12px;--st-space-4:16px;--st-space-5:20px;--st-space-6:24px;--st-space-8:32px;
  --st-text-xs:10px;--st-text-sm:12px;--st-text-md:13px;--st-text-lg:17px;--st-text-xl:22px;
  --st-page-padding:14px;--st-section-gap:12px;--st-control-gap:8px;--st-control-height:36px;
  --st-button-height:34px;--st-icon-button-size:34px;--st-input-padding-x:11px;
  --st-radius-sm:7px;--st-radius:11px;--st-radius-lg:15px;--st-button-radius:8px;--st-input-height:var(--st-control-height);
  --st-shadow-sm:0 2px 10px #0b362717;--st-shadow:0 12px 32px #123b2d16;--st-focus:#56a9ff;
  --st-table-row:44px;--st-map-panel:310px;
}
*{box-sizing:border-box}body{background:var(--st-canvas);color:var(--st-text)}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--st-focus);outline-offset:2px}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
