:root{--color-grey-50:#f9f9f9;--color-grey-100:#f3f3f3;--color-grey-150:#efefef;--color-grey-200:#e7e7e7;--color-grey-300:#d1d1d1;--color-grey-400:#a4a4a4;--color-grey-500:#7d7d7d;--color-grey-600:#5a5a5a;--color-grey-700:#3f3f3f;--color-grey-800:#2d2d2d;--color-grey-900:#1a1a1a;--color-black:#000;--color-white:#fff;--color-warm-grey-50:#fafaf8;--color-warm-grey-100:#f7f7f5;--color-warm-grey-200:#ebebe8;--color-warm-grey-300:#d4d4d0;--color-brand-blue:#154064;--color-brand-blue-dark:#0f2d46;--color-brand-blue-50:#eff7ff;--color-brand-blue-100:#d5e9ff;--color-brand-orange:#faa61a;--color-blue-100:#e3f2fd;--color-blue-600:#1976d2;--color-purple-100:#f3e5f5;--color-purple-600:#7b1fa2;--color-green-50:#eff8ef;--color-green-100:#e8f5e9;--color-green-600:#388e3c;--color-orange-100:#ffe7c4;--color-orange-600:#f57c00;--color-brown-100:#efebe9;--color-brown-600:#5d4037;--color-yellow-50:#fffef4;--color-yellow-100:#fff9c4;--color-yellow-600:#fbc02d;--color-yellow-800:#f57f17;--color-red-100:#ffebee;--color-red-600:#d32f2f;--color-red-800:#b71c1c;--color-bg-page:var(--color-grey-200);--color-bg-surface:var(--color-white);--color-bg-secondary:var(--color-grey-50);--color-bg-hover:var(--color-grey-150);--color-bg-layout:var(--color-warm-grey-200);--color-bg-panel:var(--color-warm-grey-100);--color-border-panel:var(--color-warm-grey-300);--color-border-light:var(--color-grey-200);--color-border:var(--color-grey-300);--color-border-subtle:var(--color-grey-400);--color-border-strong:var(--color-black);--color-text-main:var(--color-grey-900);--color-text-secondary:var(--color-grey-700);--color-text-muted:var(--color-grey-500);--color-text-strong:var(--color-black);--color-text-inverse:var(--color-white);--color-primary:var(--color-brand-blue);--color-primary-dark:var(--color-brand-blue-dark);--color-accent:var(--color-brand-orange);--color-warning:var(--color-yellow-800);--color-warning-light:var(--color-yellow-100);--color-warning-lighter:var(--color-yellow-50);--color-error:var(--color-red-600);--color-error-dark:var(--color-red-800);--color-error-light:var(--color-red-100);--color-status-new-bg:var(--color-blue-600);--color-status-new-text:var(--color-blue-100);--color-status-assigned-bg:var(--color-purple-600);--color-status-assigned-text:var(--color-purple-100);--color-status-done-bg:var(--color-green-100);--color-status-done-text:var(--color-green-600);--color-status-published-bg:var(--color-green-600);--color-status-published-text:var(--color-green-100);--color-status-obsolete-bg:var(--color-brown-100);--color-status-obsolete-text:var(--color-brown-600);--color-status-deleted-bg:var(--color-grey-300);--color-status-deleted-text:var(--color-white);--color-skeleton-bg:var(--color-grey-200);--color-skeleton-shimmer:#ffffff80;--color-small-card-bg:var(--color-white);--color-small-card-bg-hover:var(--color-warm-grey-200);--color-small-card-text:var(--color-black);--color-small-card-border:var(--color-warm-grey-300);--color-small-card-active-bg:var(--color-brand-blue);--color-small-card-active-text:var(--color-white);--color-success-light:var(--color-green-100);--color-success-dark:var(--color-green-600);--color-info-light:var(--color-blue-100);--color-info-dark:var(--color-blue-600);--color-warn-light:var(--color-orange-100);--color-warn-dark:var(--color-yellow-600);--color-danger-light:var(--color-red-100);--color-danger-dark:var(--color-red-600);--color-assign-light:var(--color-purple-100);--color-assign-dark:var(--color-purple-600);--color-pill-blue-bg:var(--color-blue-600);--color-pill-blue-text:var(--color-text-inverse);--color-dashboard-tile-header-bg:var(--color-brand-blue-100);--system-ui:system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-sm-plus:.9375rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--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;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--border-radius-xl:16px;--border-radius-3xl:24px;--border-radius-full:9999px;--focus-outline:2px var(--color-primary) solid}html,body{width:100%;height:100%;margin:0;padding:0}#root{display:contents}body{font-family:var(--system-ui);font-size:100%}._avatar_i0b0r_1{border:1px var(--color-border-subtle) solid;border-radius:100px;margin-right:.5ex}._avatarPlaceholder_i0b0r_7{justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}._adminLayout_1vgjo_1{--menu-width:200px;--menu-collapsed-width:4rem;background:var(--color-bg-layout);box-sizing:border-box;grid-template-rows:4rem 1fr;grid-template-columns:var(--menu-width) 1fr;grid-template-areas:"header header""menu content";width:100%;height:100%;transition:grid-template-columns .5s ease-in-out;display:grid}._menuHidden_1vgjo_19{grid-template-columns:var(--menu-collapsed-width) 1fr;border-color:#0000}._menuClosed_1vgjo_24{border-color:#0000;grid-template-columns:0 1fr}._heading_1vgjo_29{background:var(--color-bg-panel);border-bottom:1px var(--color-border) solid;grid-area:header;align-items:center;padding:.25rem .5rem;display:flex}._menuButtonContainer_1vgjo_38{border-right:1px var(--color-border-light) solid;justify-content:center;align-items:center;width:3.5rem;display:flex}._menuButton_1vgjo_38{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}._logo_1vgjo_55{width:140px;margin:0 15px;position:relative;top:3px}._menu_1vgjo_19{background:var(--color-bg-layout);border:1px var(--color-border-panel) solid;grid-area:menu;padding:.75rem;transition:border-color .5s ease-in-out,background-color .5s ease-in-out;overflow:auto}._menuHidden_1vgjo_19 ._menu_1vgjo_19,._menuClosed_1vgjo_24 ._menu_1vgjo_19{background-color:#0000;border-color:#0000;overflow:hidden}._menuInner_1vgjo_80{width:calc(var(--menu-width) - 1.5rem - 2px);transition:width .5s ease-in-out}._menuHidden_1vgjo_19 ._menuInner_1vgjo_80,._menuClosed_1vgjo_24 ._menuInner_1vgjo_80{width:calc(var(--menu-collapsed-width) - 1.5rem - 2px)}._menuList_1vgjo_90{margin:0;padding:0;list-style-type:none}._menuItem_1vgjo_96{margin-bottom:.5em 0}._menuItem_1vgjo_96 a{color:#000;border:2px solid #0000;align-items:center;gap:.5em;padding:.5rem 1rem;text-decoration:none;transition:padding .5s ease-in-out,gap .5s ease-in-out;display:flex}._menuItem_1vgjo_96 a svg{flex:none;width:16px}._menuItem_1vgjo_96 a.active{background:var(--color-primary);color:var(--color-text-inverse);border-radius:.5em}._menuLabel_1vgjo_124{white-space:nowrap;max-width:150px;transition:opacity .3s ease-in-out,max-width .3s ease-in-out;overflow:hidden}._menuHidden_1vgjo_19 ._menuItem_1vgjo_96 a,._menuClosed_1vgjo_24 ._menuItem_1vgjo_96 a{gap:0;padding:.5rem}._menuHidden_1vgjo_19 ._menuLabel_1vgjo_124,._menuClosed_1vgjo_24 ._menuLabel_1vgjo_124{opacity:0;min-width:0;max-width:0}._content_1vgjo_146{background:var(--color-bg-panel);border:1px var(--color-border-panel) solid;grid-area:content;overflow:auto}._content_1vgjo_146>h1:first-child,._content_1vgjo_146>div:first-child>h1:first-child,._content_1vgjo_146>div:first-child>div:first-child>h1:first-child{font-weight:600;font-size:var(--font-size-lg);margin-top:.25em}._content_1vgjo_146>h2{font-size:1rem;font-weight:500}._authControls_1vgjo_166{flex:1;justify-content:flex-end;align-items:center;padding-right:1ex;display:flex}._userBox_1vgjo_174{align-items:center;gap:1ex;display:flex}._logoutButton_1vgjo_180{cursor:pointer;background-color:#0000;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;display:flex}._logoutButton_1vgjo_180:hover{background:var(--color-bg-hover)}._goldenLayout_qlet7_1{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;height:100%;display:flex}._goldenLayout_qlet7_1:before,._goldenLayout_qlet7_1:after{content:"";display:block}._goldenLayout_qlet7_1:before{flex-grow:382}._goldenLayout_qlet7_1:after{flex-grow:618}
