*,*:before,*:after,*::placeholder{margin:0;padding:0;opacity:1;outline:none;border:none;box-sizing:border-box;background:none;font:inherit;color:inherit;line-height:1.5;text-decoration:none}*::-moz-focus-outer,*::-moz-focus-inner{border:none}.z-button{padding:6px 24px;border-radius:6px;cursor:pointer;font-weight:500;outline:2px solid transparent;outline-offset:3px;transition:outline-color .1s;color:var(--z-button-text);background:var(--z-button-fill)}.z-button:hover:not(:active){filter:brightness(1.15)}.z-button:focus-visible{outline-color:var(--z-focus)}.z-button[aria-busy=true]{color:transparent;position:relative}.z-button[aria-busy=true]:before{display:block;content:"";width:24px;height:24px;border-radius:50%;border:3px solid transparent;border-top-color:var(--z-button-text);animation:.5s linear infinite z-spin;position:absolute;inset:calc(50% - 12px)}.z-button--icon{width:36px;height:36px;padding:6px}.z-button--icon>svg{width:24px;height:24px;border-radius:3px;overflow:hidden}.z-button--primary{--z-button-text: var(--z-button-primary-text);--z-button-fill: var(--z-button-primary-fill)}.z-button--secondary{--z-button-text: var(--z-button-secondary-text);--z-button-fill: var(--z-button-secondary-fill)}.z-button--tertiary{--z-button-text: var(--z-button-tertiary-text);--z-button-fill: var(--z-button-tertiary-fill)}.z-card{border-radius:12px;padding:24px;background:var(--z-foreground);border:1px solid var(--z-border)}.z-checkbox{display:flex}.z-checkbox input{appearance:none;width:24px;height:24px;border:2px solid var(--z-input-border);border-radius:6px;outline:2px solid transparent;outline-offset:3px;cursor:pointer;transition:border-color .1s,outline-color .1s}.z-checkbox input:after{content:"";display:block;width:9px;height:15px;margin-top:2px;margin-left:-1px;border-right:3px solid transparent;border-bottom:3px solid transparent;transform:rotate(45deg);transform-origin:bottom right;transition:border-color .1s}.z-checkbox input:checked{border-color:var(--z-input-active-border)}.z-checkbox input:checked:after{border-color:var(--z-input-active-fill)}.z-checkbox input:focus-visible{outline-color:var(--z-focus)}.z-checkbox label{padding:0 12px;cursor:pointer}.z-checkbox:hover:not(:active) input{filter:brightness(1.15)}.z-checkbox input[aria-invalid=true]{border-color:var(--z-input-error-border)}.z-checkbox input[aria-invalid=true]:checked:after{border-color:var(--z-input-error-fill)}.z-column{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.z-dialog{margin:24px auto;max-height:calc(100% - 48px);border-radius:12px;padding:24px;background:var(--z-foreground);border:1px solid var(--z-border);transition:transform .1s;transform:scale(0)}.z-dialog::backdrop{transition:opacity .1s;opacity:0;background:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.z-dialog--open{transform:scale(1)}.z-dialog--open::backdrop{opacity:1}.z-error{display:flex;gap:6px}.z-error:before{content:"";width:12px;height:12px;margin:6px 0;border-radius:50%;background:var(--z-input-error-fill);flex-shrink:0}.z-error-placeholder{height:24px}.z-field{display:flex;flex-direction:column;gap:6px}.z-field label{font-weight:500}.z-fieldset{display:flex;flex-direction:column;gap:6px}.z-fieldset legend{font-weight:500;padding-bottom:6px}nav,main,dialog{outline:2px solid transparent;outline-offset:-2px;transition:outline-color .1s}nav:focus-visible,main:focus-visible,dialog:focus-visible{outline-color:var(--z-focus)}.z-header{background:var(--z-foreground);display:flex;align-items:center;justify-content:space-between}.z-header--app{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;outline:2px solid transparent;outline-offset:-2px;transition:outline-color .1s}.z-header--app>svg{height:36px;width:36px;border-radius:6px;overflow:hidden}.z-header--app>span{font-size:24px;font-weight:500}.z-header--app:focus-visible{outline-color:var(--z-focus)}.z-header--buttons{display:flex;gap:12px;padding:12px}.z-h1{font-size:32px}.z-h2{font-size:24px}.z-h3{font-size:20px;font-weight:500}.z-link{color:var(--z-link);font-weight:500;border-radius:3px;outline:2px solid transparent;outline-offset:3px;transition:outline-color .1s}.z-link:hover{text-decoration:underline;text-decoration-thickness:2px}.z-link:focus-visible{outline-color:var(--z-focus)}.z-message{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;background:var(--background);border:2px solid var(--border)}.z-message--icon{flex-shrink:0;width:24px;height:24px;color:var(--border)}.z-message--error{--background: var(--z-message-error-background);--border: var(--z-message-error-border)}.z-message--warning{--background: var(--z-message-warning-background);--border: var(--z-message-warning-border)}.z-message--info{--background: var(--z-message-info-background);--border: var(--z-message-info-border)}.z-message--success{--background: var(--z-message-success-background);--border: var(--z-message-success-border)}.z-nav{min-width:200px;padding-bottom:12px;background:var(--z-foreground);color:var(--z-text-fluent);font-weight:500}.z-nav--heading{padding:24px 24px 12px}.z-nav--link{display:flex;align-items:center;gap:12px;padding:12px 24px 12px 0;border-radius:6px;outline:2px solid transparent;outline-offset:-2px;transition:outline-color .1s}.z-nav--link>svg{width:20px;height:20px;border-radius:3px;overflow:hidden}.z-nav--link:before{content:"";width:3px;height:24px;background:transparent;border-top-right-radius:3px;border-bottom-right-radius:3px;margin-right:9px}.z-nav--link:hover,.z-nav--link-active{color:var(--z-text-body)}.z-nav--link-active.z-nav--link:before{background:currentColor}.z-nav--link:focus-visible{outline-color:var(--z-focus)}.z-page{width:100vw;height:100vh;background:var(--z-background);color:var(--z-text-body);font-family:Inter,sans-serif;font-feature-settings:"calt" 0;font-size:16px;font-weight:400}.z-page>*{overflow:auto}.z-page--layout-3{display:grid;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr auto;grid-template-areas:"header header header" "nav main aside"}.z-page--layout-3>header{grid-area:header;border-bottom:1px solid var(--z-border)}.z-page--layout-3>nav{grid-area:nav;border-right:1px solid var(--z-border)}.z-page--layout-3>main{grid-area:main}.z-page--layout-3>aside{grid-area:aside;border-left:1px solid var(--z-border)}.z-radiobutton{display:flex}.z-radiobutton input{appearance:none;width:24px;height:24px;border:2px solid var(--z-input-border);border-radius:50%;outline:2px solid transparent;outline-offset:3px;cursor:pointer;transition:border-color .1s,outline-color .1s}.z-radiobutton input:after{content:"";display:block;width:12px;height:12px;margin:4px;border-radius:50%;transition:background-color .1s}.z-radiobutton input:checked{border-color:var(--z-input-active-border)}.z-radiobutton input:checked:after{background:var(--z-input-active-fill)}.z-radiobutton input:focus-visible{outline-color:var(--z-focus)}.z-radiobutton label{padding:0 12px;cursor:pointer}.z-radiobutton:hover:not(:active) input{filter:brightness(1.15)}.z-radiobutton input[aria-invalid=true]{border-color:var(--z-input-error-border)}.z-radiobutton input[aria-invalid=true]:checked:after{background:var(--z-input-error-fill)}.z-row{display:flex;flex-direction:row;align-items:flex-start;gap:16px}*{scrollbar-color:var(--z-border) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-thumb{background:var(--z-border)}*::-webkit-scrollbar-track{background-color:transparent}.z-select{display:block}.z-select{width:100%;height:36px;padding:4px 10px;border:2px solid var(--z-input-border);border-radius:6px;outline:2px solid transparent;outline-offset:3px;cursor:pointer;transition:border-color .1s,outline-color .1s}.z-select option{background:var(--z-foreground)}.z-select:focus-visible{border-color:var(--z-input-active-border)}.z-select:hover{filter:brightness(1.15)}.z-select[aria-invalid=true]{border-color:var(--z-input-error-border)}.z-select[aria-invalid=true]:focus-visible{outline-color:var(--z-focus)}.z-spinner{width:24px;height:24px;border-radius:50%;border:3px solid transparent;border-top-color:var(--z-text-fluent);animation:.5s linear infinite z-spin}.z-spinner--large{width:36px;height:36px}@keyframes z-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.z-textbox{display:block}.z-textbox{width:100%;height:36px;padding:4px 10px;border:2px solid var(--z-input-border);border-radius:6px;outline:2px solid transparent;outline-offset:3px;transition:border-color .1s,outline-color .1s}.z-textbox:focus-visible{border-color:var(--z-input-active-border)}.z-textbox:hover{filter:brightness(1.15)}.z-textbox[aria-invalid=true]{border-color:var(--z-input-error-border)}.z-textbox[aria-invalid=true]:focus-visible{outline-color:var(--z-focus)}.z-theme--light{--z-background: #eee;--z-foreground: #fff;--z-border: #ddd;--z-text-body: #2e2e2e;--z-text-fluent: #6e6e6e;--z-link: #5252ff;--z-focus: #5252ff;--z-button-primary-fill: #55f;--z-button-primary-text: #fff;--z-button-secondary-fill: #889;--z-button-secondary-text: #fff;--z-button-tertiary-fill: transparent;--z-button-tertiary-text: #2e2e2e;--z-input-border: #a1a1a1;--z-input-active-border: #7d7dff;--z-input-active-fill: #5252ff;--z-input-error-border: #ff5252;--z-input-error-fill: #cf1b1b;--z-message-error-border: #db3a32;--z-message-error-background: #db3a3220;--z-message-warning-border: #c47f2c;--z-message-warning-background: #c47f2c20;--z-message-info-border: #3276db;--z-message-info-background: #3276db20;--z-message-success-border: #21a341;--z-message-success-background: #21a34120}.z-theme--dark{--z-background: #12131a;--z-foreground: #1c1c25;--z-border: #2c2c35;--z-text-body: #e6e6e6;--z-text-fluent: #b4b4b4;--z-link: #7882ff;--z-focus: #7882ff;--z-button-primary-fill: #3040b0;--z-button-primary-text: #e6e6e6;--z-button-secondary-fill: #303448;--z-button-secondary-text: #e6e6e6;--z-button-tertiary-fill: transparent;--z-button-tertiary-text: #e6e6e6;--z-input-border: #79798a;--z-input-active-border: #6068ff;--z-input-active-fill: #7882ff;--z-input-error-border: #db3a32;--z-input-error-fill: #ff483f;--z-message-error-border: #db3a32;--z-message-error-background: #db3a3220;--z-message-warning-border: #c47f2c;--z-message-warning-background: #c47f2c20;--z-message-info-border: #3276db;--z-message-info-background: #3276db20;--z-message-success-border: #21a341;--z-message-success-background: #21a34120}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.z-table{width:100%;border-collapse:collapse}.z-table th{font-weight:500}.z-table th,.z-table td{text-align:left;border-bottom:1px solid var(--z-input-border);padding:6px 12px}.z-keyval{display:flex;align-items:center}.z-keyval>:first-child{font-weight:500;padding-right:12px;width:120px;flex-grow:0;flex-shrink:0}
