@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");:root{--ds-font-family:"Source Sans 3",sans-serif;--max-width:1340px;--header-height:54px;--sub-header-height:48px;--page-header-height:68px;--sidebar-width:220px;--ds-body-background-color:#f9f9fb;--ds-design-mode-background-color:#fff;--ds-text-color:#1d1e21;--ds-text-secondary-color:#3b3d42;--ds-primary-text-color:#fff;--ds-primary-color:#1a6ae5;--ds-primary-color-hover:#165fcd;--ds-primary-color-active:#1456b8;--ds-primary-spinner-color:#1a6ae5;--ds-secondary-spinner-color:#1d1e21;--ds-clean-spinner-color:#fff;--ds-secondary-text-color:#243a5e;--ds-secondary-background-color:#fff;--ds-secondary-background-color-hover:#eef0f3;--ds-secondary-background-color-active:#dfe2e8;--ds-button-selected-color:#eef4ff;--ds-button-selected-hover-color:#e3edff;--ds-button-selected-active-color:#d8e6ff;--ds-button-selected-text-color:#1a6ae5;--ds-button-selected-border-color:#4c8df0;--ds-progress-bar-text-color:#1a6ae5;--ds-progress-bar-background-color:#eaf2ff;--ds-progress-bar-percentage-background-color:#d7e6ff;--ds-progress-bar-progress-border-color:#c6dbff;--ds-info-text-color:#fff;--ds-info-color-light:#eaf2ff;--ds-info-color:#3b7cf0;--ds-info-color-hover:#2f6ad6;--ds-info-color-active:#2557b3;--ds-success-text-color:#fff;--ds-success-color-light:#e6f9f0;--ds-success-color:#1d9764;--ds-success-color-hover:#168158;--ds-success-color-active:#0f6e4b;--ds-warning-text-color:#1d1e21;--ds-warning-color-light:#fff4e5;--ds-warning-color:#f1c21b;--ds-warning-color-hover:#e6a81a;--ds-warning-color-active:#c9850f;--ds-danger-text-color:#fff;--ds-danger-color-light:#fdf1f1;--ds-danger-color:#da1e28;--ds-danger-color-hover:#bc1a22;--ds-danger-color-active:#9d151c;--ds-description-color:#606a7b;--ds-disabled-color:#c1c7d0;--ds-placeholder-color:#9fa6b7;--border-radius-2:2px;--border-radius-3:3px;--border-radius-4:4px;--border-radius-6:6px;--border-radius-8:8px;--border-radius-12:12px;--border-radius-14:14px;--border-radius-16:16px;--border-radius-20:20px;--font-size-12:12px;--font-size-14:14px;--font-size-16:16px;--font-size-18:18px;--font-size-20:20px;--font-size-24:24px;--font-size-32:32px;--font-size-40:40px;--border-color:#dcdfe5;--border-color-hover:#c7cdd5;--border-color-input:#bcc1cd;--border-color-light:#e3e5ea;--border-color-lightest:#ededed;--transition-default:all 65ms ease-out;--transition-default-slow:all 150ms ease-out;--transition-left-and-right:left 0.267s cubic-bezier(0.1,0.25,0.75,0.9) 0s,right 0.267s cubic-bezier(0.1,0.25,0.75,0.9) 0s}*{box-sizing:border-box;padding:0;margin:0}body,html{font-size:16px;max-width:100vw;font-family:var(--ds-font-family);font-optical-sizing:auto}body{color:var(--ds-text-color);background:var(--ds-body-background-color)}body.design-mode{background:var(--ds-design-mode-background-color)}main{min-height:calc(100vh - var(--header-height) - var(--page-header-height) - var(--sub-header-height) - 2rem);margin-bottom:2rem}a,button{font-family:var(--ds-font-family);color:var(--ds-text-color);font-size:1rem}p{line-height:1.5}ul{padding-left:0;margin:0}ul li{margin-left:.25rem;margin-bottom:.25rem;list-style-type:disc}ul li strong{font-weight:600}input{max-height:40px}textarea{min-height:100px;padding:.625rem}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-family:var(--ds-font-family);border:1px solid var(--border-color-input);outline:1px solid transparent;padding:.5rem;transition-property:background-color,color,border-color,box-shadow;transition-duration:.2s}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea{width:100%;max-width:100%;min-width:100%}input:disabled,option[value=""][disabled],select:disabled,select:invalid,textarea:disabled{color:var(--ds-description-color)}button,input,select,textarea{font-family:var(--ds-font-family);border-radius:var(--border-radius-4);color:var(--ds-text-color);font-size:1rem;background:#fff}input[type=email]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,textarea:hover{border-color:var(--border-color-input)}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{background:#fff;border-color:var(--ds-primary-color);box-shadow:inset 0 0 0 1px var(--ds-primary-color)}input::placeholder,textarea::placeholder{color:var(--ds-description-color);opacity:1}select:invalid option:first-of-type,select:valid option:first-of-type{color:var(--ds-description-color)!important}a{color:#0046af;text-decoration:none}.breadcrumbs{display:flex;gap:.5rem;margin-bottom:1rem}.subtitle{font-size:.9rem;color:var(--ds-description-color)}.code{max-width:100%;max-height:600px;border:1px solid var(--border-color-light);background:#f6f6f6;overflow-x:auto}pre code{border-radius:var(--border-radius-4);font-family:Source Code Pro,monospace;font-size:.9rem;color:#000;padding:1rem;display:block}.toasts{position:fixed;z-index:9999;top:20px;transform:translate(0);width:100%}