@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap";@layer base{html{font-family:Source Sans Pro,system-ui,-apple-system,sans-serif;color:#0f2933;font-size:16px}body{font-size:1rem;line-height:1.6}*{scrollbar-width:none}*::-webkit-scrollbar{width:0}}.page-header{margin-bottom:2rem}.page-title{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin:0 0 8px}@media (max-width: 768px){.page-title{font-size:1.5rem}}.page-subtitle{font-size:var(--font-size-100);color:var(--gray-500);margin-bottom:1rem}.content-text{font-size:1.125rem;line-height:1.6;color:var(--gray-700)}.content-text-large{font-size:1.25rem;line-height:1.6;color:var(--gray-700)}.content-text-small{font-size:1rem;line-height:1.5;color:var(--gray-600)}.search-container{margin-bottom:1rem}.search-filters,.filters-container{margin-bottom:1.5rem}.filters-list{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 640px){.action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-25);width:100%}.action-buttons :global(button){width:100%;justify-content:center}}:root{--toolbar-bg: var(--color-white);--hover-bg: var(--gray-100);--primary-color: var(--blue-600);--primary-hover: var(--blue-700);--primary-bg: var(--blue-50);--text-color: var(--gray-700);--border-color: var(--gray-200);--placeholder-color: var(--gray-400);--code-bg: var(--gray-100);--code-color: var(--gray-900)}[data-theme=dark]{--toolbar-bg: var(--gray-800);--hover-bg: var(--gray-700);--primary-color: var(--blue-400);--primary-hover: var(--blue-300);--primary-bg: rgba(59, 130, 246, .2);--text-color: var(--gray-200);--border-color: var(--gray-600);--placeholder-color: var(--gray-500);--code-bg: var(--gray-900);--code-color: var(--gray-100)}[data-theme=dark] .page-title{color:var(--gray-100)}[data-theme=dark] .page-subtitle{color:var(--gray-400)}[data-theme=dark] .content-container{background-color:var(--gray-800)}*,:after,:before{border-color:var(--border-color,"#000");border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--content:""}html{-webkit-text-size-adjust:100%;font-family:var( --family-body,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" );line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var( --family-code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace );font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--gray-400,#9ca3af);opacity:1}input::placeholder,textarea::placeholder{color:var(--gray-400,#9ca3af);opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}:root{--breakpoint-xs:0px;--breakpoint-sm:490px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--root-gray-50:#eef1f6;--root-gray-100:#e0e5eb;--root-gray-200:#c4ccd4;--root-gray-300:#9aa5b1;--root-gray-400:#737f8c;--root-gray-500:#5a6672;--root-gray-600:#4b5763;--root-gray-700:#3b4854;--root-gray-800:#222e39;--root-gray-900:#131a20;--gray-50:var(--root-gray-50);--gray-100:var(--root-gray-100);--gray-200:var(--root-gray-200);--gray-300:var(--root-gray-300);--gray-400:var(--root-gray-400);--gray-500:var(--root-gray-500);--gray-600:var(--root-gray-600);--gray-700:var(--root-gray-700);--gray-800:var(--root-gray-800);--gray-900:var(--root-gray-900);--blue-50:#e4f2fb;--blue-100:#c5e4f7;--blue-200:#a6d5f2;--blue-300:#7ac3f0;--blue-400:#5db7ef;--blue-500:#40aef2;--blue-600:#0d94e7;--blue-700:#0d7bbf;--blue-800:#0b69a3;--blue-900:#035388;--green-50:#ebfaec;--green-100:#c6ebd1;--green-200:#a8e1b9;--green-300:#6ece8b;--green-400:#329f53;--green-500:#329f53;--green-600:#2b8847;--green-700:#1e6b35;--green-800:#175429;--green-900:#163c21;--yellow-50:#fdf9e7;--yellow-100:#fcf0c0;--yellow-200:#f7e79b;--yellow-300:#f6e183;--yellow-400:#f2d75f;--yellow-500:#edc61d;--yellow-600:#cea10d;--yellow-700:#99730a;--yellow-800:#715823;--yellow-900:#4e3d18;--red-50:#fdecec;--red-100:#facccc;--red-200:#ee8b8b;--red-300:#e67070;--red-400:#d55858;--red-500:#bf4040;--red-600:#a83838;--red-700:#943838;--red-800:#802828;--red-900:#802828;--documentation-primary:var(--gray-900);--documentation-light:var(--gray-800);--documentation-text:#0f2933;--product-management-primary:#29b0b8;--product-management-light:#2fc6d0;--product-management-text:var(--root-gray-50);--order-management-primary:#297fb8;--order-management-light:#439bd5;--order-management-text:var(--root-gray-50);--production-primary:#c02a73;--production-light:#d53f87;--production-text:var(--root-gray-50);--theme-primary:var(--gray-900);--theme-light:var(--gray-800);--theme-text:#0f2933;--color-text:var(--gray-900);--color-white:#fff}html.dark:root{--gray-50:var(--root-gray-900);--gray-100:var(--root-gray-800);--gray-200:var(--root-gray-700);--gray-300:var(--root-gray-600);--gray-400:var(--root-gray-500);--gray-500:var(--root-gray-400);--gray-600:var(--root-gray-300);--gray-700:var(--root-gray-200);--gray-800:var(--root-gray-100);--gray-900:var(--root-gray-50);--color-white:var(--gray-100)}:root{--font-size-25:.625rem;--font-size-50:.75rem;--font-size-75:.92rem;--font-size-100:1rem;--font-size-200:1.25rem;--font-size-300:1.5rem;--font-size-400:2.25rem;--font-size-500:3rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--duration-100:.12s;--duration-200:.17s;--duration-300:.22s;--duration-400:.38s;--duration-500:.43s;--duration-600:.48s;--spacing-0:0px;--spacing-25:2px;--spacing-50:4px;--spacing-75:6px;--spacing-100:8px;--spacing-200:10px;--spacing-300:12px;--spacing-400:16px;--spacing-500:24px;--spacing-600:32px;--spacing-700:48px;--spacing-800:64px;--spacing-900:96px;--spacing-1000:128px;--spacing-1100:198px;--spacing-1200:256px;--spacing-1300:384px;--weight-regular:400;--weight-bold:600;--family-heading:Source Sans Pro;--family-body:Source Sans Pro;--family-code:JetBrains Mono;--leading-default:120%;--leading-loose:150%;--shadow-100:0px 4px 8px rgba(31,41,51,.07),0px 2px 5px rgba(31,41,51,.03);--shadow-200:0px 9px 35px rgba(31,41,51,.11),0px 3px 10px rgba(31,41,51,.05);--border-100:1px solid var(--color-border);--rounded-75:2px;--rounded-100:4px;--rounded-200:6px;--rounded-full:999px;--button-primary-bg:var(--gray-900);--button-primary-bg-hover:var(--gray-800);--button-primary-bg-disabled:var(--gray-300);--button-primary-text:var(--gray-50);--button-primary-text-disabled:var(--gray-200);--button-light-bg:var(--gray-50);--button-light-bg-hover:var(--gray-100);--button-light-bg-disabled:var(--gray-200);--button-light-text:var(--gray-900);--button-light-text-disabled:var(--gray-300);--button-discreet-bg:transparent;--button-discreet-bg-hover:var(--gray-50);--button-discreet-bg-disabled:transparent;--button-discreet-text:var(--gray-900);--button-discreet-text-disabled:var(--gray-200);--application-bg:var(--gray-50);--component-bg:var(--color-white);--popover-bg:var(--color-white);--popover-item-color:var(--gray-700);--popover-item-hover:var(--gray-100);--backdrop-bg:rgba(19,26,32,.8);--color-border:var(--gray-200);--border-size:1px;--color-error:var(--red-300);--outline-focus:var(--gray-900);--outline-error:var(--color-error);--input-bg:var(--gray-50);--input-error:var(--color-error)}html.dark:root{--application-bg:var(--gray-50);--component-bg:var(--gray-100);--popover-bg:var(--root-gray-700);--popover-item-hover:var(--gray-300);--border-color:var(--gray-200);--shadow-100:0px 7px 15px rgba(31,41,51,.15),0px 4px 10px rgba(31,41,51,.25);--shadow-200:0px 9px 35px rgba(31,41,51,.3),0px 3px 10px rgba(31,41,51,.2)}.theme-documentation,:root [data-theme=documentation]{--theme-primary:var(--documentation-primary);--theme-light:var(--documentation-light);--theme-text:var(--documentation-text)}.theme-product-management,:root [data-theme=product-management]{--theme-primary:var(--product-management-primary);--theme-light:var(--product-management-light);--theme-text:var(--product-management-text)}.theme-order-management,:root [data-theme=order-management]{--theme-primary:var(--order-management-primary);--theme-light:var(--order-management-light);--theme-text:var(--order-management-text)}.theme-production,:root [data-theme=production]{--theme-primary:var(--production-primary);--theme-light:var(--production-light);--theme-text:var(--production-text)}dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:var(--backdrop-bg)}html.dark .backdrop{background:var(--root-gray-800)}.dialog__content{background-color:var(--component-bg)!important;border-radius:var(--rounded-200);box-shadow:var(--shadow-100);left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:101}.dialog__body{color:var(--gray-900);font-weight:var(--weight-regular);padding:var(--spacing-500) var(--spacing-400);width:300px}.dialog__divider{border-bottom:var(--border-100);margin:0}.dialog__footer{display:flex;gap:var(--spacing-50);justify-content:flex-end;padding:var(--spacing-300) var(--spacing-400)}.dialog__footer:first-child{margin-left:0}.dialog__button--ok{background-color:var(--theme-primary)!important;color:var(--theme-text)!important}.dialog__button--cancel{background-color:var(--button-discreet-bg)!important;color:var(--button-discreet-text)!important}.dialog__button{align-items:center!important;border:none!important;border-radius:var(--rounded-100)!important;box-sizing:border-box!important;display:inline-flex!important;font-size:var(--font-size-75)!important;font-weight:var(--weight-bold)!important;justify-content:center!important;line-height:var(--leading-default)!important;padding:var(--spacing-100) var(--spacing-400) var(--spacing-100)!important;position:relative!important;transition:var(--duration-100) var(--ease-in-out)!important;transition-property:background-color,color!important}.dialog__button--ok:hover{background-color:var(--theme-light)!important;color:var(--theme-text)!important}.dialog__button--cancel:hover{background-color:var(--button-discreet-bg-hover)!important;color:var(--button-discreet-text)!important}body,html{font-size:var(--font-size-100)}body{color:var(--gray-900);font-family:var(--family-body);line-height:var(--leading-default)}.h1,h1{font-size:var(--font-size-400)}.h2,h2{font-size:var(--font-size-300)}.h3,h3{font-size:var(--font-size-200)}.h4,h4{font-size:var(--font-size-100)}.h5,h5{font-size:var(--font-size-75)}.h6,h6{font-size:var(--font-size-50)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:var(--weight-bold)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p{line-height:var(--leading-default)}.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a{color:var(--theme-primary)}button:focus{border-radius:var(--rounded-100)}button:focus,input:focus{outline:1.5px solid var(--outline-focus)}input::-moz-placeholder,textarea::-moz-placeholder{color:theme("colors.gray.300")}input::placeholder,textarea::placeholder{color:theme("colors.gray.300")}code{background-color:var(--gray-100);border-radius:var(--rounded-100);font-size:13px;padding:var(--spacing-50)}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;src:url(../fonts/JetBrainsMono-Regular.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:300;src:url(../fonts/JetBrainsMono-Light.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;src:url(../fonts/JetBrainsMono-Bold.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;src:url(../fonts/JetBrainsMono-Medium.woff2) format("woff2")}
