@charset "UTF-8";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgb(59, 59, 59);--vt-c-text-light-1: rgba(60, 60, 60, .66);--vt-c-text-light-2: rgba(0, 0, 0, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:#454545;background:#f3f5f6;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section-header{padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.settings-section{background:#fff;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:1vh}.section-content{padding:5px 16px;max-height:38vh}.form-select,.form-input{width:100%;padding:8px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;background:#fff;box-sizing:border-box;height:36px}.form-select:focus,.form-input:focus{outline:none;border-color:#d43838;box-shadow:0 0 0 3px #980c0c1a}.form-input:disabled{opacity:.6;cursor:not-allowed;background-color:#f1f1f1}.card.step_edit{background:#fff;border-radius:8px;width:100%;margin:0 auto;color:#000;gap:10px}.card.step_edit .btn_container{display:grid;grid-template-columns:300px 1fr 1fr;grid-template-rows:auto auto;gap:5px;height:100%}.card.step_edit .settings-content{grid-column:1;grid-row:1/span 2;height:100%;display:flex;flex-direction:column;border-radius:8px;padding:16px}.card.step_edit .settings-content .form-grid{display:flex;flex-direction:column;gap:5px}.card.step_edit .settings-content .form-grid .settings-section{display:flex;flex-direction:column}.card.step_edit .settings-content .form-grid .settings-section .section-content{display:flex;flex-direction:column;gap:12px}.card.step_edit .settings-content .form-grid .settings-section .section-content .form-group{display:flex;flex-direction:column;height:100%;margin:0}.card.step_edit .settings-content .form-grid .settings-section .section-content .form-group .form-label{display:flex;flex-direction:column;height:100%}.card.step_edit .settings-content .form-grid .settings-section .section-content .form-group .form-label span{display:block;font-size:10px;font-weight:500;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card.step_edit .settings-content .form-grid .settings-section .section-content .form-group .form-label{height:100%}.card.step_edit .settings-content .form-grid .settings-section .section-content .form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.card.step_edit .settings-content .form-grid .settings-section .section-content .form-row>*{min-width:0}.card.step_edit .settings-content .form-grid .settings-section .section-content .form-row:has(.time-inputs){grid-template-columns:repeat(3,minmax(0,1fr))}.card.step_edit .settings-content .form-grid .settings-section .section-content .form-row:has(.time-inputs)>*:nth-child(3){grid-column:span 1}.card.step_edit .button-column{display:grid;grid-template-columns:repeat(2,auto);gap:8px;padding:5px;border-radius:8px}.card.step_edit .button-column.left-buttons{grid-column:2;grid-row:1;display:grid;grid-template-columns:repeat(2,90px);grid-auto-rows:90px;justify-content:flex-start;align-content:flex-start;gap:15px}.card.step_edit .button-column.right-buttons{grid-column:3;grid-row:1;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.card.step_edit .button-column.right-buttons .block{display:flex;gap:8px;margin-bottom:10px;width:100%;justify-content:flex-end}.card.step_edit .left_block{grid-column:2;grid-row:1;display:grid;gap:8px;padding:8px}.card.step_edit .left_block[style*="grid-template-columns: repeat(3, auto)"]{grid-template-columns:repeat(3,auto)}.card.step_edit .right_block{grid-column:3;grid-row:1;display:flex;flex-direction:column;gap:8px;padding:8px}.card.step_edit .right_block>.block{display:flex;gap:8px;justify-content:flex-end}.card.step_edit .chart-container{grid-column:2/span 2;grid-row:2;border-radius:8px;padding:15px;margin:5px}.card.step_edit .btn{height:90px;width:90px;min-width:36px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;padding:0;box-sizing:border-box;margin:3px;transition:all .15s ease;cursor:pointer}.card.step_edit .btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.card.step_edit .btn:active{transform:scale(.98)}.card.step_edit .btn.active{border:5px solid #475569!important;transform:translateY(-2px)!important}.card.step_edit .btn.active:active{transform:scale(.96)!important}.card.step_edit .btn.btn.blue{background-color:#6969f566}.card.step_edit .btn.btn.blue.active{border-color:#fff!important;box-shadow:0 0 0 4px #2f2fd5dc!important}.card.step_edit .btn.btn.green{background-color:#23e6b566}.card.step_edit .btn.btn.green.active{border-color:#fff!important;box-shadow:0 0 0 4px #118568e1!important}.card.step_edit .btn.btn.red{background-color:#ef6c5d66}.card.step_edit .btn.btn.red.active{border-color:#fff!important;box-shadow:0 0 0 4px #dc2626ad!important}.card.step_edit .btn.btn.orange{background-color:#ecddce66}.card.step_edit .btn.btn.orange.active{border-color:#fff!important;box-shadow:0 0 0 4px #ea5a0ca1!important}.card.step_edit .btn.btn.violet{background-color:#ee82ee66}.card.step_edit .btn.btn.violet.active{border-color:#fff!important;box-shadow:0 0 0 4px #d072eae0!important}.card.step_edit .btn.btn.teal{background-color:#4cf3f366}.card.step_edit .btn.btn.teal.active{border-color:#fff!important;box-shadow:0 0 0 4px #1ca196ea!important}.card.step_edit .btn.btn.gray{background-color:#ceddec66}.card.step_edit .btn.btn.gray.active{border-color:#fff!important;box-shadow:0 0 0 4px #4b5563c0!important}.card.step_edit .desc_input{height:4vh;width:5.1vw;border-radius:8px}.card.step_edit .settings{padding:2vh 5vw;border-radius:8px;background:#f5f5f5;box-shadow:0 1px 3px #000;margin-right:20px}.btn-menu{height:40px;width:90px;min-width:36px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;padding:0;box-sizing:border-box;margin:3px}.card.step_edit .btn_container.no-left-panel .left_block{grid-column:1;grid-row:1}.card.step_edit .btn_container.no-left-panel .right_block{grid-column:2;grid-row:1}.card.step_edit .btn_container.no-left-panel .detergents-section{display:flex;flex-direction:column;gap:8px}.card.step_edit .btn_container.no-left-panel .chart-container{grid-column:1/span 2}.section-content{max-height:65vh;height:65h}.list-container{max-height:40vh;max-width:40vw;overflow-y:auto;margin-bottom:10px;color:#000}.step-item{display:flex;flex-direction:row;align-items:center;padding:8px 0;border-bottom:1px solid #eee;cursor:move}.step-actions{display:flex;flex-direction:row}.step-item:last-child{border-bottom:none}.step-input{flex:1;padding:10px 14px;border:1px solid #ccc;border-radius:8px}.delete-btn{width:24px;height:24px;margin-left:8px;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:8px;display:flex;justify-content:center}.add-btn{width:100%;padding:8px;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:8px}.section-header{border:none;border-bottom:1px solid #e2e8f0}.btn_container{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;padding:5px;align-content:start;align-items:center}.btn{min-width:100px;height:100%;width:100%;border-radius:8px;border:1px solid #e2e8f0;background-position:center;background-size:cover;background-color:#fff;text-align:center;padding:10px 14px;cursor:pointer}.btn:hover:not(:disabled){background-color:#f8fafc}.btn:disabled{opacity:.5;cursor:not-allowed}.success-message{color:#155724;padding:10px;border-radius:4px;margin-bottom:10px;text-align:center}.error-message{background-color:#f8d7da;color:#721c24;padding:10px;border-radius:4px;margin-bottom:10px;text-align:center}.loading-message{color:#06c;padding:10px;border-radius:4px;margin-bottom:10px;text-align:center}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:500px;max-width:90%;max-height:80%;display:flex;flex-direction:column;color:#000}.modal-header{padding:20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.modal-body{padding:20px;flex:1;overflow-y:auto}.modal-footer{padding:20px;border-top:1px solid #e2e8f0;text-align:right}.loading-container{text-align:center;padding:20px;color:#666}.programs-list{max-height:400px;overflow-y:auto}.program-item{padding:12px 16px;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background-color .2s}.program-item:hover{background-color:#f8fafc}.program-item:last-child{border-bottom:none}.program-name{font-weight:500;margin-bottom:4px}.program-description{font-size:14px;color:#666}.empty-list{text-align:center;padding:40px;color:#666}.btn-secondary{background-color:#f8f9fa;border-color:#ddd}.btn-secondary:hover{background-color:#e9ecef}.step-content-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}.step-content{flex-grow:1;overflow:hidden}.step-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-input{width:100%;box-sizing:border-box}.step-actions{flex-shrink:0;margin-left:10px}.step-item{cursor:pointer;transition:all .2s ease;padding:10px;border-radius:6px;margin-bottom:5px;background:#f8f9fa}.step-item:hover{background:#e9ecef}.step-item.active{background:#b8b8b8}.step-item.active .delete-btn:hover{opacity:1}.logo[data-v-b80a0536]{color:var(--nav-bg-color);vertical-align:middle;justify-content:start}.brand[data-v-b80a0536]{display:flex;padding:10px 20px;align-items:center;background:#d43838;border-radius:8px}.sub_brand[data-v-b80a0536]{display:flex;flex-direction:column;margin-left:2px}.str[data-v-b80a0536]{margin:0;padding:0;font-size:12px;height:15px;color:#fff;font-weight:700}@media screen and (max-width:600px){.logo[data-v-b80a0536]{width:80px}.sub_brand[data-v-b80a0536]{display:none}.str[data-v-b80a0536]{font-size:10px}}.program-header-actions[data-v-4c09f9e9]{display:flex;align-items:center;gap:10px;width:100%}.header-buttons[data-v-4c09f9e9]{display:flex;gap:5px}.type-switcher[data-v-4c09f9e9]{display:flex;gap:4px;width:100%}.type-btn[data-v-4c09f9e9]{flex:1;padding:8px 4px;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;cursor:pointer;font-size:12px;color:#64748b;transition:all .15s;text-align:center}.type-btn[data-v-4c09f9e9]:hover{background:#f8fafc;border-color:#94a3b8}.type-btn.active[data-v-4c09f9e9]{background:#dee0e0;color:#000;border-color:#dadada}.btn-label[data-v-4c09f9e9]{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative}.btn-label[data-v-4c09f9e9]:hover{background:#f8fafc;border-color:#94a3b8}.file-upload-hidden[data-v-4c09f9e9]{display:none}.modal-description[data-v-4c09f9e9]{margin-bottom:16px;color:#475569;text-align:center}.modal-hint[data-v-4c09f9e9]{margin-top:16px;padding:12px;background:#f8fafc;border-radius:8px;color:#64748b;line-height:1.5}.modal-hint small[data-v-4c09f9e9]{display:block}.edsm-container[data-v-9b8e1d36]{display:contents}.img_1[data-v-9b8e1d36]{background-image:url(/images/test.png)}.img_2[data-v-9b8e1d36]{background-image:url(/images/test2.png)}.img_3[data-v-9b8e1d36]{background-image:url(/images/%D0%A1%D0%A6%D0%A4-1.png)}.img_4[data-v-9b8e1d36]{background-image:url(/images/%D0%A1%D0%A6%D0%A4-2.png)}.img_5[data-v-9b8e1d36]{background-image:url(/images/K-21.png)}.img_6[data-v-9b8e1d36]{background-image:url(/images/K-21-1.png)}.img_7[data-v-9b8e1d36]{background-image:url(/images/%D0%94%D0%A1%D0%94-21.png)}.img_8[data-v-9b8e1d36]{background-image:url(/images/%D0%94%D0%A1%D0%94-123.png)}.img_9[data-v-9b8e1d36]{background-image:url(/images/%D0%94%D0%A1-11.png)}.img_10[data-v-9b8e1d36]{background-image:url(/images/%D0%94%D0%A1-22.png)}.img_11[data-v-9b8e1d36]{background-image:url(/images/%D0%94%D0%A1%D0%A1-112.png)}.img_12[data-v-9b8e1d36]{background-image:url(/images/%D0%94%D0%A1%D0%A1-22.png)}.img_13[data-v-9b8e1d36]{background-image:url(/images/K17.png)}.img_14[data-v-9b8e1d36]{background-image:url(/images/K16.png)}.img_15[data-v-9b8e1d36]{background-image:url(/images/K18.png)}.img_16[data-v-9b8e1d36]{background-image:url(/images/%D0%BA%D0%BE%D0%BD%D1%82%D1%80%D0%BE%D0%BB%D1%8C%D1%81.png)}.img_17[data-v-9b8e1d36]{background-image:url(/images/%D0%BE%D1%85%D0%BB.png)}.img_18[data-v-9b8e1d36]{background-image:url(/images/4.png)}.img_19[data-v-9b8e1d36]{background-image:url(/images/1.png)}.img_20[data-v-9b8e1d36]{background-image:url(/images/3.png)}.img_21[data-v-9b8e1d36]{background-image:url(/images/K9.png)}.img_22[data-v-9b8e1d36]{background-image:url(/images/22.png)}.img_23[data-v-9b8e1d36]{background-image:url(/images/21.png)}.img_24[data-v-9b8e1d36]{background-image:url(/images/23.png)}.img_25[data-v-9b8e1d36]{background-image:url(/images/13.png)}.img_26[data-v-9b8e1d36]{background-image:url(/images/12.png)}.img_27[data-v-9b8e1d36]{background-image:url(/images/2.png)}.img_29[data-v-9b8e1d36]{background-image:url(/images/K-12.png)}.img_30[data-v-9b8e1d36]{background-image:url(/images/K10.png)}.img_31[data-v-9b8e1d36]{background-image:url(/images/K11.png)}.img_32[data-v-9b8e1d36]{background-image:url(/images/K20.png)}.img_33[data-v-9b8e1d36]{background-image:url(/images/K20-1.png)}.img_34[data-v-9b8e1d36]{background-image:url(/images/35.png)}.label-text[data-v-9b8e1d36]{text-align:center;color:#475569}.time[data-v-9b8e1d36]{font-size:24px}@media(max-width:1440px){.edsm-container[data-v-9b8e1d36]{zoom:.55}}@media(max-width:1200px){.edsm-container[data-v-9b8e1d36]{zoom:.55}}@media(max-width:800px){.edsm-container[data-v-9b8e1d36]{zoom:.65}}.dry-machine-container[data-v-daa21de7]{display:grid;grid-template-columns:repeat(3,minmax(320px,1fr));gap:24px;padding:16px;width:100%;max-width:1400px;margin:0 auto}.column-left[data-v-daa21de7],.column-center[data-v-daa21de7],.column-right[data-v-daa21de7]{display:flex;flex-direction:column;gap:16px;min-width:300px}.settings-section[data-v-daa21de7]{background:#fff;border-radius:10px;border:1px solid #e2e8f0}.section-header[data-v-daa21de7]{padding:10px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:10px 10px 0 0}.section-content[data-v-daa21de7]{padding:12px 16px}.label-text[data-v-daa21de7]{text-align:center;color:#475569;font-size:14px;white-space:nowrap}.form-group[data-v-daa21de7]{margin-bottom:8px}.form-label[data-v-daa21de7]{display:flex;flex-direction:column;gap:4px}.form-input[data-v-daa21de7],.form-select[data-v-daa21de7]{width:100%;min-width:120px;padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;background:#fff;box-sizing:border-box;height:42px}.form-row[data-v-daa21de7]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.action-row[data-v-daa21de7]{display:flex;flex-direction:row;gap:12px}.btn-action[data-v-daa21de7]{flex:1;cursor:pointer;transition:background-color .2s;font-weight:500}.btn-action[data-v-daa21de7]:hover{background-color:#e9ecef}@media(max-width:1500px){.card.step_edit .btn_container[data-v-daa21de7]{display:flex!important;flex-direction:column!important;gap:5px;height:auto}.btn_container[data-v-daa21de7]{display:flex!important;flex-wrap:wrap!important;gap:5px}}@media(max-width:1200px){.card.step_edit .btn_container[data-v-daa21de7]{display:flex!important;flex-direction:column!important;gap:4px;height:auto}.btn_container[data-v-daa21de7]{display:flex!important;flex-direction:column!important;gap:4px}}.dry-wash-container[data-v-9de3f86d]{display:grid;grid-template-columns:repeat(4,minmax(300px,1fr));gap:20px;align-items:start;width:100%;max-width:1800px;margin:0 auto;padding:16px}.column-left[data-v-9de3f86d],.column-center-left[data-v-9de3f86d],.column-center-right[data-v-9de3f86d],.column-right[data-v-9de3f86d]{display:flex;flex-direction:column;gap:14px;min-width:280px}.settings-section[data-v-9de3f86d]{background:#fff;border-radius:10px;border:1px solid #e2e8f0;overflow:hidden}.section-header[data-v-9de3f86d]{padding:8px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:10px 10px 0 0}.section-content[data-v-9de3f86d]{padding:10px 14px;overflow:hidden}.label-text[data-v-9de3f86d]{display:block;text-align:left;color:#475569;font-size:13px;white-space:normal;word-break:break-word;line-height:1.3;margin-bottom:2px}.time[data-v-9de3f86d]{font-size:16px}.form-group[data-v-9de3f86d]{margin-bottom:8px}.form-label[data-v-9de3f86d]{display:flex;flex-direction:column;gap:4px;width:100%}.form-input[data-v-9de3f86d],.form-select[data-v-9de3f86d]{width:100%;min-width:0;padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;background:#fff;box-sizing:border-box;height:38px}.field-with-btn[data-v-9de3f86d]{display:flex;align-items:flex-end;gap:6px}.field-with-btn .form-label[data-v-9de3f86d]{flex:1;min-width:0}.dw-toggle-row[data-v-9de3f86d]{display:flex;gap:12px;align-items:center;padding:8px 0;flex-wrap:wrap}.dw-toggle-label[data-v-9de3f86d]{font-size:13px;font-weight:600;color:#475569;-webkit-user-select:none;user-select:none;white-space:nowrap}.checkbox-label[data-v-9de3f86d]{display:flex;align-items:center;gap:4px;cursor:pointer}.checkbox-label input[type=checkbox][data-v-9de3f86d]{width:16px;height:16px;cursor:pointer;flex-shrink:0}.detergents-grid[data-v-9de3f86d]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.detergents-grid .form-group[data-v-9de3f86d]{margin-bottom:0}.form-row[data-v-9de3f86d]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.row[data-v-9de3f86d]{display:flex;flex-direction:row;gap:8px}.column[data-v-9de3f86d]{display:flex;flex-direction:column}@media(max-width:1440px){.dry-wash-container[data-v-9de3f86d]{grid-template-columns:repeat(3,minmax(280px,1fr));gap:18px;padding:14px}.column-left[data-v-9de3f86d],.column-center-left[data-v-9de3f86d],.column-center-right[data-v-9de3f86d],.column-right[data-v-9de3f86d]{min-width:260px}.form-input[data-v-9de3f86d],.form-select[data-v-9de3f86d]{padding:7px 8px;font-size:12px;height:36px}.label-text[data-v-9de3f86d]{font-size:12px}}@media(max-width:1200px){.dry-wash-container[data-v-9de3f86d]{grid-template-columns:repeat(2,minmax(280px,1fr));gap:16px;padding:12px}.column-left[data-v-9de3f86d],.column-center-left[data-v-9de3f86d],.column-center-right[data-v-9de3f86d],.column-right[data-v-9de3f86d]{min-width:250px}}@media(max-width:800px){.dry-wash-container[data-v-9de3f86d]{grid-template-columns:1fr;gap:14px;padding:10px}.column-left[data-v-9de3f86d],.column-center-left[data-v-9de3f86d],.column-center-right[data-v-9de3f86d],.column-right[data-v-9de3f86d]{min-width:100%}.form-input[data-v-9de3f86d],.form-select[data-v-9de3f86d]{padding:8px 10px;font-size:14px;height:40px}}.total_time[data-v-06f0059a]{text-align:center;margin-bottom:0;color:#475569;font-size:20px}.chart-container[data-v-06f0059a]{grid-column:1 / -1;grid-row:2;padding:10px 0 0;margin:0;min-width:0;overflow:visible;width:100%}.main_grid[data-v-df9a874e]{display:grid;grid-template-columns:340px 1fr;gap:12px;width:100%;box-sizing:border-box;padding:0 16px}.left_column[data-v-df9a874e]{padding:0}.right_column[data-v-df9a874e]{padding:0;min-width:0;overflow:hidden}.step_list[data-v-df9a874e]{border-radius:8px;background:#fff;padding:16px}.card[data-v-df9a874e]{border-radius:8px;background:#fff;width:100%;overflow:hidden}.placeholder-message[data-v-df9a874e]{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px;text-align:center;color:#666;font-size:20px;font-weight:500;padding:40px 20px}.placeholder-message p[data-v-df9a874e]{margin:0;line-height:1.6}.content[data-v-9a40c28e]{display:grid;grid-template-rows:auto 1fr;gap:8px;height:100vh;width:100%;overflow:hidden}.header[data-v-9a40c28e]{display:flex;justify-content:flex-start;align-items:center;padding:10px;box-sizing:border-box;margin-left:9px}.main-content[data-v-9a40c28e]{overflow-y:auto;min-height:0}
