@font-face{font-family:Roboto Flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../media/30019050b7bae5c9-s.3xjb9b5ocf4ey.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../media/37d0015dc75cbc8f-s.3bwe9v1pldx1s.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto Flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../media/45f29b19c23b15b3-s.2wae3t7j5fuaz.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto Flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../media/c359f675969d501e-s.19564uoyuryxg.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto Flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../media/9ab9daf6d31b5243-s.2gwhizo_b3axz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Flex;font-style:normal;font-weight:100 1000;font-stretch:100%;font-display:swap;src:url(../media/d8bd0e9af077c7ac-s.p.2gt28utfl-tis.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto Flex Fallback;src:local(Arial);ascent-override:93.28%;descent-override:24.55%;line-gap-override:0.0%;size-adjust:99.45%}.roboto_flex_22f6df55-module__dBNJca__className{font-family:Roboto Flex,Roboto Flex Fallback;font-style:normal}.roboto_flex_22f6df55-module__dBNJca__variable{--font-roboto-flex:"Roboto Flex", "Roboto Flex Fallback"}
:root{--color-rich-black:#0b0b0b;--color-white:#fff;--color-teal:#479cb0;--color-intelligent-grey:#2c3640;--color-grey-100:#f5f5f5;--color-grey-200:#eee;--color-grey-300:#dedede;--font-family-base:var(--font-roboto-flex), ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius:12px;--radius-pill:999px;--sidebar-w:248px}*{box-sizing:border-box}html,body{background:var(--color-grey-100);color:var(--color-rich-black);font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;margin:0;padding:0}a{color:inherit;text-decoration:none}.shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--color-rich-black);color:var(--color-white);flex-direction:column;flex-shrink:0;gap:4px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;padding:8px 12px 24px;font-size:18px;font-weight:700;display:flex}.navItem{color:#ffffffb3;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:15px;font-weight:500;display:flex}.navItem:hover{color:var(--color-white);background:#ffffff0f}.navItem.active{background:var(--color-teal);color:var(--color-white)}.navItem[aria-disabled=true]{opacity:.35;pointer-events:none}.sidebarFoot{color:#fff6;margin-top:auto;padding:12px 14px;font-size:12px}.main{flex:1;min-width:0;padding:40px 48px 80px}.pageHead{justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.pageHead h1{margin:0;font-size:28px;font-weight:700}.crumb{color:var(--color-intelligent-grey);margin:0 0 6px;font-size:13px}.grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.card{background:var(--color-white);border:1px solid var(--color-grey-300);border-radius:var(--radius);padding:24px;display:block}.card h3{margin:0 0 6px;font-size:18px}.card p{color:var(--color-intelligent-grey);margin:0;font-size:14px}.card.disabled{opacity:.5;pointer-events:none}.field{flex-direction:column;gap:8px;max-width:640px;margin-bottom:20px;display:flex}.field label{font-size:14px;font-weight:600}.input,.textarea{font-family:var(--font-family-base);border:1px solid var(--color-grey-300);background:var(--color-white);border-radius:8px;width:100%;padding:12px 14px;font-size:15px}.input:focus,.textarea:focus{border-color:var(--color-teal);outline:none;box-shadow:0 0 0 3px #479cb033}.textarea{resize:vertical;min-height:90px}.btn{border-radius:var(--radius-pill);cursor:pointer;font-size:15px;font-weight:700;font-family:var(--font-family-base);border:1px solid #0000;align-items:center;gap:8px;padding:12px 24px;display:inline-flex}.btn.primary{background:var(--color-teal);color:var(--color-white)}.btn.dark{background:var(--color-rich-black);color:var(--color-white)}.btn.ghost{border-color:var(--color-grey-300);color:var(--color-rich-black);background:0 0}.btn:disabled{opacity:.4;cursor:not-allowed}.saved{color:#2f7d8f;font-size:14px;font-weight:600}.localeTabs{background:var(--color-grey-200);border-radius:var(--radius-pill);gap:4px;margin-bottom:28px;padding:4px;display:inline-flex}.localeTab{cursor:pointer;font-family:var(--font-family-base);border-radius:var(--radius-pill);color:var(--color-intelligent-grey);background:0 0;border:none;padding:8px 18px;font-size:14px;font-weight:600}.localeTab.active{background:var(--color-rich-black);color:var(--color-white)}.loginWrap{background:var(--color-rich-black);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.loginCard{background:var(--color-white);border-radius:18px;width:100%;max-width:400px;padding:40px}.loginCard h1{margin:0 0 4px;font-size:24px}.loginCard p{color:var(--color-intelligent-grey);margin:0 0 28px;font-size:14px}.rows{flex-direction:column;gap:10px;display:flex}.row{background:var(--color-white);border:1px solid var(--color-grey-300);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.row .meta{min-width:0}.row h3{margin:0 0 4px;font-size:16px}.row p{color:var(--color-intelligent-grey);text-overflow:ellipsis;white-space:nowrap;max-width:46ch;margin:0;font-size:13px;overflow:hidden}
