:root{font-synthesis:none;color:#292a2e;--ds-text:#292a2e;--ds-text-subtle:#62656b;--ds-text-subtlest:#7d818a;--ds-text-brand:#1868db;--ds-link:#0c66e4;--ds-surface:#fff;--ds-surface-sunken:#f7f8f9;--ds-surface-raised:#fff;--ds-surface-hovered:#f0f1f2;--ds-border:#dcdfe4;--ds-border-subtle:#ebecef;--ds-brand:#1868db;--ds-brand-hovered:#1558bc;--ds-brand-pressed:#123263;--ds-brand-subtlest:#e9f2ff;--ds-success:#216e4e;--ds-success-bg:#dcfff1;--ds-warning:#974f0c;--ds-warning-bg:#fff7d6;--ds-danger:#ae2e24;--ds-danger-bg:#ffeceb;--ds-information:#0c66e4;--ds-information-bg:#e9f2ff;--ds-discovery:#803fa5;--ds-discovery-bg:#f8eefd;--ds-shadow-overlay:0 8px 24px #091e4226, 0 0 1px #091e424f;--sidebar-width:280px;--topbar-height:56px;--ink:var(--ds-text);--muted:var(--ds-text-subtle);--surface:var(--ds-surface);--sunken:var(--ds-surface-sunken);--hover:var(--ds-surface-hovered);--border:var(--ds-border);--border-subtle:var(--ds-border-subtle);--blue:var(--ds-brand);--blue-dark:var(--ds-brand-hovered);--blue-soft:var(--ds-brand-subtlest);--green:var(--ds-success);--green-soft:var(--ds-success-bg);--amber:var(--ds-warning);--amber-soft:var(--ds-warning-bg);--red:var(--ds-danger);--red-soft:var(--ds-danger-bg);--purple:var(--ds-discovery);--purple-soft:var(--ds-discovery-bg);--navy:#172b4d;--app-ink:#202124;--app-blue:#3676dc;--app-purple:#b65ce8;--app-lime:#9cc953;--app-amber:#f3b33d;--orange:#ff4d1f;--orange-soft:#fff1ec;--shadow:var(--ds-shadow-overlay);background:#f7f8f9;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body{background:var(--ds-surface-sunken);min-width:320px;min-height:100%;margin:0;overflow-x:hidden}body{color:var(--ds-text);-webkit-font-smoothing:antialiased;font-size:14px;line-height:20px}button,input,select,textarea{font:inherit}select:not([multiple]){appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%235F6872' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-position:right 14px center!important;background-repeat:no-repeat!important;background-size:16px 16px!important;padding-right:42px!important}@supports (appearance:base-select){select:not([multiple]){appearance:base-select}::picker(select){appearance:base-select}select:not([multiple]){align-items:center;line-height:normal;display:flex}select:not([multiple])::picker-icon{display:none}select:not([multiple])::picker(select){border:1px solid var(--ds-border);box-shadow:var(--ds-shadow-overlay);background:#fff;border-radius:12px;margin-top:6px;padding:6px}select:not([multiple]) option{min-height:38px;color:var(--ds-text);background:#fff;border:0;border-radius:8px;align-items:center;gap:12px;padding:8px 8px 8px 10px;line-height:1.35;display:flex}select:not([multiple]) option:hover,select:not([multiple]) option:focus-visible,select:not([multiple]) option:checked{background:var(--ds-surface-hovered)}select:not([multiple]) option::checkmark{flex:0 0 20px;order:1;align-self:center;place-items:center;width:20px;height:20px;margin:0 0 0 auto;line-height:1;display:grid}}button{color:inherit}button:not(:disabled),select:not(:disabled){cursor:pointer}button[aria-busy=true]{cursor:wait!important}button[aria-busy=true]:before{box-sizing:border-box;content:"";border:2px solid;border-right-color:#0000;border-radius:50%;flex:none;width:12px;height:12px;animation:.65s linear infinite cra-button-spin;display:inline-block}button[aria-busy=true]:disabled{opacity:.84;cursor:wait!important}@keyframes cra-button-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){button[aria-busy=true]:before{animation-duration:1.4s}}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline-offset:2px;outline:2px solid #0c66e4}h1,h2,h3,p{margin:0}.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}.wordmark{background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;min-width:0;padding:5px 4px;display:flex}.icon-button{color:#505258;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background-color .15s cubic-bezier(.4,1,.6,1),color .15s cubic-bezier(.4,1,.6,1);display:inline-flex;position:relative}.icon-button:hover,.icon-button.is-active{background:var(--ds-surface-hovered);color:var(--ds-text)}kbd{border:1px solid var(--ds-border);min-width:22px;height:20px;color:var(--ds-text-subtlest);background:#f7f8f9;border-radius:4px;justify-content:center;align-items:center;padding:0 5px;font:11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:inline-flex;box-shadow:0 1px #dcdfe4}.form-grid{grid-template-columns:1fr 1fr;gap:18px 16px;margin-top:24px;display:grid}.form-grid label,.form-stack label{gap:6px;display:grid}.form-grid label>span,.form-stack label>span{font-weight:600}.form-grid label.full{grid-column:span 2}input,select,textarea{min-height:38px;color:var(--ds-text);background:#fff;border:1px solid #8590a2;border-radius:4px;padding:8px 10px}input:hover,select:hover{background:#fafbfc}input:focus,select:focus{border-color:var(--ds-brand);box-shadow:0 0 0 1px var(--ds-brand);outline:0}.drawer-backdrop,.modal-backdrop,.mobile-backdrop{background:#091e426b;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}@media (width<=960px){:root{--sidebar-width:64px}}@media (width<=760px){:root{--sidebar-width:0px}}@media (width<=520px){.form-grid,.form-stack{grid-template-columns:1fr}.form-grid label.full,.form-stack label:first-child,.form-stack label:nth-child(2){grid-column:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-symbol-row{flex:none;align-items:center;gap:3px;display:inline-flex}.app-symbol-row i{background:var(--app-blue);width:10px;height:10px;display:block;position:relative}.app-symbol-row.small i{width:9px;height:9px}.app-symbol-triangle{clip-path:polygon(50% 0,100% 100%,0 100%);background:var(--app-blue)!important}.app-symbol-ring{border:3px solid var(--app-purple);border-radius:50%;background:0 0!important}.app-symbol-row.small .app-symbol-ring{border-width:3px}.app-symbol-grid{clip-path:polygon(0 0,42% 0,42% 42%,100% 42%,100% 100%,58% 100%,58% 58%,0 58%);border-radius:2px;background:var(--app-lime)!important}.app-symbol-pill{border-radius:50% 3px;transform:rotate(18deg);background:var(--app-amber)!important}
