@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500&display=swap";
:root{--color-primary:#7cc68d;--color-ink:#000f23;--color-body:#5d7280;--color-muted:#69727d;--color-surface:#fff;--color-surface-alt:#f7f8f8;--color-border:#e5e6e8;--color-overlay:#1f212461;--color-checkbox-bg:#e9eef2;--color-lime:#bccf00;--color-logo-green:#76b82a;--color-logo-olive:#4a6e22;--color-logo-gray:#87888a;--color-primary-hover:#69b87c;--color-primary-active:#57a96c;--color-primary-soft:#eaf6ee;--color-primary-strong:#2f7a4c;--gray-50:#f7f8f8;--gray-100:#eff1f2;--gray-200:#e5e6e8;--gray-300:#d3d8dc;--gray-400:#a9b4bc;--gray-500:#8595a1;--gray-600:#69727d;--gray-700:#5d7280;--gray-800:#39464f;--gray-900:#1f2124;--color-success:#2f7a4c;--color-success-bg:#eaf6ee;--color-warning:#a96a16;--color-warning-bg:#fcf3e4;--color-error:#be3d33;--color-error-bg:#fbedeb;--color-info:#2f6b8f;--color-info-bg:#eaf3f8;--text-heading:var(--color-ink);--text-body:var(--color-body);--text-muted:var(--color-muted);--text-on-primary:#f7f8f8;--text-on-image:#f7f8f8;--text-link:var(--color-primary-strong);--surface-page:var(--color-surface);--surface-section-alt:var(--color-surface-alt);--surface-card:var(--color-surface);--border-input:var(--color-border);--border-divider:var(--color-border);--accent-marker:var(--color-primary);--font-heading:"Montserrat", sans-serif;--font-body:"Open Sans", sans-serif;--font-nav:"Poppins", sans-serif;--weight-heading:800;--weight-body:400;--weight-body-semibold:600;--weight-body-bold:700;--size-h1:36px;--lh-h1:1.4;--size-h2:30px;--lh-h2:1.3;--size-h3:24px;--lh-h3:1.3;--size-h4:20px;--lh-h4:1.3;--size-kicker:16px;--lh-kicker:1.2;--size-h6:14px;--lh-h6:1.3;--size-lead:22px;--lh-lead:1.125;--size-body:15px;--lh-body:1.65;--size-ui:16px;--size-small:13px;--lh-small:1.5;--size-caption:12px;--lh-caption:1.4;--size-nav:16px;--tracking:normal;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-32:128px;--space-section-y:100px;--space-section-y-lg:125px;--space-block-y:50px;--layout-max-width:1160px;--layout-gutter:24px;--radius-sm:4px;--radius-md:10px;--radius-pill:50px;--radius-full:50%;--shadow-card:0 0 20px #000f231f;--shadow-overlay:0 12px 40px #000f2338;--focus-ring:0 0 0 3px #7cc68d73;--duration-fast:.12s;--duration:.2s;--ease:ease;--divider-w:50px;--divider-h:5px}body{font-family:var(--font-body);font-weight:var(--weight-body);font-size:var(--size-body);line-height:var(--lh-body);color:var(--text-body);background:var(--surface-page);-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--weight-heading);color:var(--text-heading);margin:0}h1{font-size:var(--size-h1);line-height:var(--lh-h1)}h2{font-size:var(--size-h2);line-height:var(--lh-h2)}h3{font-size:var(--size-h3);line-height:var(--lh-h3)}h4{font-size:var(--size-h4);line-height:var(--lh-h4)}h6{font-size:var(--size-h6);line-height:var(--lh-h6)}a{color:var(--text-link);transition:color var(--duration-fast) var(--ease);text-decoration:none}a:hover{color:var(--color-primary)}:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);outline:none}::selection{background:var(--color-primary);color:#fff}.app-shell{background:var(--color-surface-alt);flex-direction:column;min-height:100vh;display:flex}.app-main{width:100%;max-width:var(--layout-max-width);box-sizing:border-box;flex:1;margin:0 auto;padding:50px 24px 100px}.table-scroll{overflow-x:auto}.nur-screenreader{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}tr:target{box-shadow:inset 3px 0 0 var(--color-primary);scroll-margin-top:96px;background:var(--color-primary-soft)!important}.upload-progress{background:var(--color-primary-soft);height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.upload-progress:after{content:"";border-radius:var(--radius-pill);background:var(--color-primary);width:40%;animation:upload-progress 1.4s var(--ease) infinite;position:absolute;top:0;bottom:0}@keyframes upload-progress{0%{left:-40%}to{left:100%}}@media (prefers-reduced-motion:reduce){.upload-progress:after{opacity:.5;width:100%;animation:none;left:0}}
