@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");:root{--max-width:1340px;--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:#005ae2;--ds-primary-color-hover:#0051cc;--ds-primary-color-active:#0046af;--ds-secondary-text-color:#001431;--ds-secondary-background-color:#fff;--ds-secondary-background-color-hover:#f3f4f6;--ds-secondary-background-color-active:#e8eaee;--ds-button-active-color:#e9f2ff;--ds-button-active-hover-color:#dfecff;--ds-button-active-active-color:#d7e8ff;--ds-button-active-text-color:#005ae2;--ds-button-active-border-color:#0073ea;--ds-graphs-text-color:#005ae2;--ds-graphs-background-color:#d5e6ff;--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-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-input:#ced2db;--border-color-light:#e3e5ea;--border-color-lightest:#ededed;--border-color-hover:#c7cdd5;--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:Source Sans\ 3,sans-serif;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)}a,button{font-family:Source Sans\ 3,sans-serif;color:var(--ds-text-color);font-size:1rem}p{line-height:1.5}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:Source Sans\ 3,sans-serif;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:Source Sans\ 3,sans-serif;border-radius:var(--border-radius-3);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:500px;max-height:400px;border:1px solid var(--border-color-light);background:#f6f6f6;overflow-x:auto}pre code{font-family:Source Code Pro,monospace;font-size:.9rem;color:#000;padding:1rem;border-radius:var(--border-radius-3);display:block}.separator{gap:.5rem;color:#dfdfdf;cursor:default}.separator,.toasts{display:flex;align-items:center}.toasts{position:fixed;z-index:9999;top:0;left:50%;transform:translateX(-50%);justify-content:center;flex-direction:column;gap:.25rem;min-width:300px}@keyframes fade-in{0%{opacity:0}50%{opacity:1}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in-bottom{0%{opacity:0;transform:translate3d(0,calc(1% + 4px),0)}50%{opacity:1}to{opacity:1;transform:none}}@keyframes fade-out-top{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-4px,0)}}[data-tooltip]:after{opacity:0;animation:fadeOut .1s forwards;visibility:hidden;white-space:nowrap}:hover[data-tooltip]:after{content:attr(data-tooltip);animation:fadeIn .1s forwards;position:absolute;background:#292a2e;color:#fff;padding:.125rem .5rem;font-size:.875rem;border-radius:var(--border-radius-3);z-index:9999}@keyframes fadeIn{0%{bottom:100%;opacity:0;visibility:hidden}to{bottom:calc(100% + 4px);opacity:1;visibility:visible}}@keyframes fadeOut{0%{bottom:calc(100% + 4px);opacity:1;visibility:visible}to{bottom:100%;opacity:0;visibility:hidden}}@keyframes fadeInBottom{0%{top:100%;opacity:0;visibility:hidden}to{top:calc(100% + 4px);opacity:1;visibility:visible}}@keyframes fadeOutBottom{0%{top:calc(100% + 4px);opacity:1;visibility:visible}to{top:100%;opacity:0;visibility:hidden}}.data-tooltip-position-bottom[data-tooltip]:after{animation:fadeOutBottom .1s forwards}:hover.data-tooltip-position-bottom[data-tooltip]:after{animation:fadeInBottom .1s forwards}