.rpc-container{display:flex;gap:16px;height:100%;padding:0 16px}.functions-container{display:flex;flex-direction:column;gap:4px}.params-container{flex:1;display:flex;flex-direction:column;gap:8px;max-height:100%;min-width:0}.result-container{max-width:100%;margin-bottom:16px;padding:8px;background-color:#fff;overflow:auto}code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px white;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:#ffffff80}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.auth-page{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-image:linear-gradient(#ebebebe5,#ebebebe5),url(/shutterstock.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.auth-header{position:absolute;top:0;left:0;background-color:var(--color-base-exo-9);height:60px;width:100%;padding:0 24px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.directories-page{display:flex;height:100vh;gap:4px;background:var(--color-base-exo-2, #f5f5f5)}.directories-page>cu-sidebar-container{flex:0 0 auto;height:100vh}.directories-content{display:grid;grid-template-rows:auto 1fr auto;flex:1;min-width:0;min-height:0;overflow:hidden;padding:0 16px 16px}.directories-workspace-wrapper{height:calc(100vh - 60px);max-height:calc(100vh - 60px)}.directories-main-panel-inner{height:100%;min-height:0}.directories-table-wrapper{height:100%;min-height:0;min-width:0;overflow:auto}.classifier-table-host{position:relative;display:block;height:100%;width:100%;min-height:0}.classifier-table-wrapper{display:flex;flex-direction:column;gap:4px;height:100%}.classifier-toolbar{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.classifier-toolbar__item{display:inline-flex;align-items:center;gap:4px}.classifier-toolbar__divider{width:1px;height:24px;background-color:var(--color-base-vacuum-split);margin:0 2px}.classifier-table{display:flex;gap:8px;height:100%;min-height:0;width:100%}.classifier-tree-wrapper{height:100%}.classifier-table-grid{flex:1}.classifier-table-host--primary,.classifier-table-host--primary .classifier-toolbar,.classifier-table-host--primary .classifier-table-wrapper,.classifier-table-host--primary .classifier-table-grid{background:var(--color-base-exo-2)}.classifier-table-host--secondary,.classifier-table-host--secondary .classifier-toolbar,.classifier-table-host--secondary .classifier-table-wrapper,.classifier-table-host--secondary .classifier-table-grid{background:var(--color-base-exo-1)}.icon-picker-content{display:flex;flex-direction:column;gap:16px;height:100%;padding-bottom:16px}.icon-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;padding:4px}.icon-picker-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px;min-height:82px;border:1px solid var(--color-base-vacuum-split);border-radius:var(--radius-1);cursor:var(--hand-pointing);transition:all .2s;text-align:center;background:var(--color-base-exo-1)}.icon-picker-item:hover{background:var(--color-base-core-1)}.icon-picker-item.selected{background:var(--color-base-core-1);box-shadow:0 0 0 1px var(--color-base-core-1)}.icon-picker-empty{grid-column:1 / -1;text-align:center;padding:32px;color:var(--cu-text-dust)}.color-picker-content{display:flex;flex-direction:column;gap:20px;height:100%;overflow:auto;padding:8px}.color-groups{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border-bottom:1px solid var(--color-base-exo-3, #e3e3e3);position:sticky;top:0;background:var(--color-base-exo-1, #fff);z-index:10}.color-group-btn.active{background:var(--color-primary, #645688);color:#fff;border-color:var(--color-primary, #645688)}.color-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:16px;overflow-y:auto;padding:8px}.color-picker-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:4px 8px;border-radius:8px;cursor:pointer;background:var(--color-base-exo-2, #f6f6f6);border:2px solid transparent}.color-picker-item:hover{background:var(--color-base-exo-3, #e3e3e3)}.color-picker-item.selected{border-color:var(--color-base-exo-3);background:var(--color-gamma-1, #e7f3fe)}.color-swatch{width:40px;height:40px;border-radius:8px;border:1px solid var(--color-base-exo-4, #d7d7d7);box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}.color-picker-item:hover .color-swatch{transform:scale(1.05)}.color-value{font-size:11px;color:var(--color-base-exo-6, #5f6164);font-family:Courier New,monospace;background:var(--color-base-exo-3, #e3e3e3);padding:2px 6px;border-radius:4px}.color-variable{font-size:10px;color:var(--color-base-exo-5, #acacac);font-family:monospace;text-align:center;word-break:break-all}.step-type-basic-form-content{display:flex;flex-direction:column;gap:16px;padding:16px;overflow-y:auto;min-height:0}.step-type-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.step-type-card-host--vertical{flex-direction:row}.step-type-card-host__content{height:100%;min-height:0;flex:1}.step-type-card-host--vertical .step-type-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.user-basic-form-content{display:flex;flex-direction:column;gap:16px;padding:16px;overflow-y:auto;min-height:0}.control-point-type-basic-form-content{display:flex;flex-direction:column;gap:16px;padding:16px;overflow-y:auto;min-height:0}.control-point-type-card-host{display:flex;flex-direction:column;min-height:0;height:100%;width:100%}.control-point-type-card-host__content{height:100%;min-height:0;flex:1}.measurement-basic-form-content{display:flex;flex-direction:column;gap:16px;padding:16px;overflow-y:auto;min-height:0}.measurement-card-host{display:flex;flex-direction:column;min-height:0;height:100%;width:100%}.measurement-card-host__content{height:100%;min-height:0;flex:1}.parameter-basic-form-content{display:flex;flex-direction:column;gap:16px}.parameter-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.parameter-card-host--vertical{flex-direction:row}.parameter-card-host__content{height:100%;min-height:0}.parameter-card-host--vertical .parameter-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.parameter-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.parameter-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.parameter-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.attribute-basic-form-content{display:flex;flex-direction:column;gap:16px}.attribute-card-host__content{height:100%;min-height:0;flex:1}.step-status-basic-form-content{display:flex;flex-direction:column;gap:16px;padding:16px 0}.step-status-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.step-status-card-host-content{height:100%;min-height:0;flex:1;padding:0 16px}.my-task-basic-form-content{display:flex;flex-direction:column;gap:16px}.my-task-basic-form-content__checkbox-item{display:flex;align-items:flex-end}.my-task-basic-form-content__checkbox-item cu-checkbox{width:100%}.my-task-basic-form-content cu-textarea{min-height:128px}.my-task-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.my-task-card-host--vertical{flex-direction:row}.my-task-card-host__content{height:100%;min-height:0}.my-task-card-host--vertical .my-task-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.my-task-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.my-task-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.my-task-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.my-task-card-dialog-body{box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;min-height:fit-content}.my-task-card-dialog-body__status{padding:16px}.my-tasks-page{display:flex;height:100%;min-height:0;gap:4px;overflow:hidden}.my-tasks-content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;flex:1;position:relative;min-width:0;min-height:0;height:100%;overflow:hidden;padding:0 16px 16px}.my-tasks-content>.top-bar{min-height:42px}.my-tasks-main-panel-inner{box-sizing:border-box;height:100%;min-height:0;min-width:0;display:flex;flex-direction:column}.nmk-spec-version-basic{display:flex;flex-direction:column;gap:16px}.nmk-spec-version-basic__divider{height:1px;margin:16px 0;background:var(--color-base-exo-3, #dde1e5)}.nmk-spec-version-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.nmk-spec-version-card-host--vertical{flex-direction:row}.nmk-spec-version-card-host__content{height:100%;min-height:0}.nmk-spec-version-card-host--vertical .nmk-spec-version-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.nmk-spec-version-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.nmk-spec-version-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.nmk-spec-version-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.nmk-spec-basic{display:flex;flex-direction:column;gap:16px}.nmk-spec-basic__col{display:flex;flex-direction:column;gap:12px}cu-select.nmk-spec-basic__inactive-nmk-select::part(input){text-decoration:line-through}cu-select.nmk-spec-basic__inactive-nmk-select::part(input):focus{text-decoration:none}.nmk-spec-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.nmk-spec-card-host--vertical{flex-direction:row}.nmk-spec-card-host__content{height:100%;min-height:0}.nmk-spec-card-host--vertical .nmk-spec-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.nmk-spec-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.nmk-spec-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.nmk-spec-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.nmk-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.nmk-card-host--vertical{flex-direction:row}.nmk-card-host__content{height:100%;min-height:0}.nmk-card-host--vertical .nmk-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.nmk-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.nmk-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.nmk-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.nmk-basic-form-content{display:flex;flex-direction:column;gap:16px}.nmk-page{display:flex;height:100%;min-height:0;gap:4px;overflow:hidden}.nmk-page>cu-sidebar-container{flex:0 0 auto;min-height:0;height:100%}.nmk-content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;flex:1;position:relative;min-width:0;min-height:0;height:100%;overflow:hidden;padding:0 16px 16px}.nmk-content>.top-bar{min-height:42px}.nmk-content>cu-workspace-wrapper{min-width:0;min-height:0;height:calc(100vh - 60px);overflow:hidden}.nmk-content>cu-dialog-manager{min-width:0;width:100%;max-width:100%;overflow:hidden}.nmk-panel-placeholder{padding:12px;min-height:120px}.nmk-nmks-panel-inner{box-sizing:border-box;height:100%;min-height:0;min-width:0;display:flex;flex-direction:column}.nmk-params-panel-inner,.nmk-spec-panel-inner{box-sizing:border-box;height:100%;min-height:200px;min-width:0;display:flex;flex-direction:column}.nmk-rpc-banner{flex:0 0 auto;padding:6px 10px;margin-bottom:6px;font-size:12px;line-height:1.35;color:var(--color-typo-secondary, #5c6570);background:var(--color-base-exo-1, #f0f2f4);border-radius:4px}.nmk-card-dialog-body{box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;min-height:fit-content}.nmk-card-dialog-body__status{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;font-size:14px;color:var(--color-typo-secondary, #5c6570)}.nmk-card-dialog-body__error{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;font-size:14px;color:var(--color-accidental-coral-hover, #c62828)}.project-basic-form-content,.project-description__content,.form-content,.form-row-wrapper{display:flex;flex-direction:column;gap:16px}.form-item-wrapper{display:flex;align-items:center;gap:8px;width:100%}.form-item-label{display:flex;gap:8px;flex:1 1 0}.label-text{flex-shrink:0;max-width:90%}.form-item-value{display:flex;width:fit-content}.attribute-basic-loader{width:100%;height:100%}.attribute-divider{height:1px;background-color:var(--color-base-vacuum-split, rgba(0, 0, 0, .08))}.attributes-content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;flex:1;position:relative;min-width:0;min-height:0;height:100%;overflow:hidden;padding:0 16px 16px}.attribute-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.attribute-card-host--vertical{flex-direction:row}.attribute-card-host__content{height:100%;min-height:0}.attribute-card-host--vertical .attribute-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.attribute-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.attribute-card{flex:1}.attribute-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.attribute-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.step-basic-form-content{display:flex;flex-direction:column;gap:16px}.step-deps{display:flex;flex-direction:column;gap:16px;width:100%;height:100%}.step-deps-section{display:flex;flex-direction:column;width:100%;flex:1 1 0;padding:0}.step-deps-section-title{font-weight:600}.step-deps-grid{flex:1 1 0;width:100%;max-width:100%}.step-deps-grid cu-grid{height:100%}.dependency-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.dependency-card-host--vertical{flex-direction:row}.dependency-card-host__content{height:100%;min-height:0}.dependency-card-host--vertical .dependency-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.dependency-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.dependency-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.dependency-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.dependency-basic-form-content{display:flex;flex-direction:column;gap:16px}.project-management{height:100%;min-height:0;display:flex;flex-direction:column}.task-basic-form-content{display:flex;flex-direction:column;gap:16px}.task-basic-col,.task-basic-col-item{display:flex;flex-direction:column;gap:16px}.job-notify-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:end}.task-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.task-card-host--vertical{flex-direction:row}.task-card-host__content{height:100%;min-height:0}.task-card-host--vertical .task-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.task-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.task-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.task-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.step-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.step-card-host--vertical{flex-direction:row}.step-card-host__content{height:100%;min-height:0}.step-card-host--vertical .step-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.step-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.step-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.step-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.tasks-content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;flex:1;position:relative;min-width:0;min-height:0;height:100%;overflow:hidden;padding:0 16px 16px}.user-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.user-card-host--vertical{flex-direction:row}.user-card-host__content{height:100%;min-height:0}.user-card-host--vertical .user-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.user-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.user-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.user-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.user-basic-form-content{display:flex;flex-direction:column;gap:16px}.section{border:1px solid var(--color-base-dust-3);border-radius:8px;padding:12px}.section-title{font-weight:600;margin-bottom:10px}.radio-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.checkbox-col{display:flex;flex-direction:column;gap:10px}.users-content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;flex:1;position:relative;min-width:0;min-height:0;height:100%;overflow:hidden;padding:0 16px 16px}.project-card-host{display:flex;flex-direction:column;min-height:0;height:100%;gap:16px}.project-card-host--vertical{flex-direction:row}.project-card-host__content{height:100%;min-height:0}.project-card-host--vertical .project-card-host__content{padding-right:16px;box-sizing:border-box;flex:1}.project-card-tab-placeholder{padding:16px;border-radius:8px;background:var(--color-base-exo-1, #f0f2f4);color:var(--color-typo-primary, #1a1d21)}.project-card-tab-placeholder__title{margin:0 0 8px;font-weight:600}.project-card-tab-placeholder__hint{margin:0;font-size:13px;color:var(--color-typo-secondary, #5c6570)}.projects-page{display:flex;height:100%;min-height:0;gap:4px;overflow:hidden}.projects-page>cu-sidebar-container{flex:0 0 auto;min-height:0;height:100%}.projects-content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;flex:1;position:relative;min-width:0;min-height:0;height:100%;overflow:hidden;padding:0 16px 16px}.projects-content>.top-bar{min-height:42px}.projects-content>cu-workspace-wrapper{min-width:0;min-height:0;height:calc(100vh - 60px);overflow:hidden}.projects-main-panel-inner,.projects-stages-panel-inner,.projects-resources-panel-inner{box-sizing:border-box;height:100%;min-height:0;min-width:0;display:flex;flex-direction:column}.projects-panel-placeholder{padding:12px;min-height:120px;color:var(--color-typo-secondary, #5c6570)}.project-card-dialog-body{box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;min-height:fit-content}.projects-steps-panel-inner,.projects-tasks-panel-inner{height:100%}.gantt-content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;flex:1;position:relative;min-width:0;min-height:0;height:100%;overflow:hidden;padding:0 16px 16px}.settings-page{display:flex;flex-direction:column;height:100%;width:100%;background-color:var(--color-base-exo-2, #f6f6f6)}.settings-content{padding:24px;flex:1;overflow-y:auto}.settings-card{background-color:var(--color-base-exo-1, #fff);border-radius:4px;padding:0 24px}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:24px 0}.settings-info{display:flex;flex-direction:column;gap:4px}.settings-divider{height:1px;background-color:var(--color-base-vacuum-split, rgba(0, 0, 0, .08))}:root{font-family:system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-height:100vh}.app-shell{padding:1.5rem;max-width:56rem;margin:0 auto}.app-shell-root{height:100%}.app-container{height:100%;display:flex;min-height:0;gap:8px;background:var(--color-base-exo-2, #f5f5f5)}.app-main{flex:1;min-width:0}.demo-row{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;margin-top:1rem}.muted{opacity:.85;font-size:.875rem}.main-content{display:grid;grid-template-rows:auto 1fr;min-height:0;height:100vh;flex:1;max-height:100vh;overflow:hidden;padding:0 16px 16px}.top-bar{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:16px;width:100%;min-height:42px}.top-bar>cu-typography#page-header{min-width:0}#page-header-content{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar-back{display:flex;align-items:center}.size-controls{display:flex}.size-control{display:flex;justify-content:center;align-items:center;width:20px;height:20px;background:var(--color-base-exo-3);font-size:14px;cursor:pointer}.size-control.s{width:16px;height:16px;font-size:12px}.size-control.m{width:20px;height:20px;font-size:14px}.size-control.l{width:24px;height:24px;font-size:16px}.size-control:hover{background:var(--color-base-exo-4)}.size-control.active{background:var(--color-base-exo-5)}.top-bar-time{display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.route-content{flex:1;min-width:0;min-height:0;overflow:hidden}.main-content-body{min-height:0;overflow:hidden}cu-dialog::part(dialog-content){background:var(--color-base-exo-2, #f5f5f5)}.card-dialog-body{box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%;min-width:0;min-height:fit-content}
