:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--grid-row-height:31px;font-family:system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{color:#111827;background:#f9fafb;min-height:100vh;margin:0}#root{min-height:100vh}button{font-family:inherit}.app-loading,.app-loading *{cursor:wait!important}.side-menu{color:#f9fafb;background:#1f2937;flex:none;width:220px;overflow-y:auto}.side-menu__list{margin:0;padding:0;list-style:none}.side-menu__item{border-bottom:1px solid #374151}.side-menu__top-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;padding:14px 20px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.side-menu__top-button:hover,.side-menu__top-button--open{background:#374151}.side-menu__top-label{flex:1}.side-menu__caret{margin-left:8px;font-size:10px;line-height:1;transition:transform .15s}.side-menu__top-button--open .side-menu__caret{transform:rotate(90deg)}.side-menu__icon{width:16px;height:16px;margin-right:8px;display:inline-block}.side-menu__sublist{background:#161b26;margin:0;padding:4px 0 8px;list-style:none}.side-menu__sub-link{color:#d1d5db;padding:9px 20px 9px 44px;font-size:13px;text-decoration:none;display:block}.side-menu__sub-link:hover{color:#fff;background:#1f2937}.side-menu__sub-link--active{color:#fff;background:#111827;font-weight:700}.login-page{min-height:100vh;display:flex}.login-page__brand{background:linear-gradient(135deg,#0f2037 0%,#142d4a 45%,#2c5580 100%);flex:55%;min-width:0;position:relative}.login-page__brand-overlay{flex-direction:column;justify-content:space-between;height:100%;padding:48px 56px;display:flex;position:relative}.login-page__mark{--mark-icon-size:48px;align-items:center;gap:14px;display:flex}.login-page__mark-icon{width:var(--mark-icon-size);height:var(--mark-icon-size);color:#3a6ea5;background:#fff;border-radius:14px;flex:none;justify-content:center;align-items:center;display:flex}.login-page__mark-icon svg{width:26px;height:26px}.login-page__mark-text{font-size:calc(var(--mark-icon-size) * .56);letter-spacing:.01em;color:#fff;white-space:nowrap;font-weight:800;line-height:1.1}.login-page__eyebrow{letter-spacing:.16em;color:#9fc3e8;margin:0 0 12px;font-size:12px;font-weight:700}.login-page__brand-copy h1{color:#fff;margin:0 0 20px;font-size:46px;font-weight:800;line-height:1.3}.login-page__brand-desc{color:#dbe6f2;margin:0;font-size:15px;line-height:1.7}.login-page__brand-footer{letter-spacing:.04em;color:#a9bfd6;margin:0;font-size:12px}.login-page__form-panel{background:#fff;flex:45%;justify-content:center;align-items:center;min-width:0;padding:32px;display:flex}.login-form{width:100%;max-width:340px}.login-form__eyebrow{letter-spacing:.16em;color:#3a6ea5;margin:0 0 10px;font-size:12px;font-weight:700}.login-form__title{color:#111827;margin:0 0 10px;font-size:22px;font-weight:800;line-height:1.35}.login-form__subtitle{color:#6b7280;margin:0 0 28px;font-size:14px}.login-form__field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.login-form__field label{color:#374151;font-size:13px}.login-form__field input{border:1px solid #d1d5db;border-radius:6px;padding:10px 12px;font-size:14px}.login-form__field input:focus{border-color:#3a6ea5;outline:none}.login-form__password-wrap{display:flex;position:relative}.login-form__password-wrap input{flex:1;padding-right:52px}.login-form__toggle-password{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:12px;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.login-form__toggle-password:hover{color:#374151}.login-form__remember{color:#374151;cursor:pointer;align-items:center;gap:6px;margin-bottom:20px;font-size:13px;display:flex}.login-form__remember input{margin:0}.login-form__error{color:#dc2626;margin:0 0 16px;font-size:13px}.login-form__submit{color:#fff;cursor:pointer;background:#3a6ea5;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:15px;font-weight:700;display:flex}.login-form__submit:hover:not(:disabled){background:#2f5c8a}.login-form__submit:disabled{cursor:not-allowed;background:#a7c2dc}.login-form__notice{text-align:center;color:#9ca3af;margin:20px 0 0;font-size:11px;line-height:1.6}@media (width<=900px){.login-page{flex-direction:column}.login-page__brand{flex:none;min-height:260px}.login-page__brand-overlay{padding:32px}.login-page__brand-copy h1{font-size:34px}.login-page__brand-desc{display:none}.login-page__form-panel{padding:32px 24px 40px}}.menu-manage{color:#1f1f1f;padding:16px 20px}.menu-manage__page-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;display:flex}.menu-manage__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.menu-manage__page-actions{gap:8px;display:flex}.menu-manage__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.menu-manage__page-actions button:hover:not(:disabled){background:#f0f0f0}.menu-manage__page-actions button:disabled{opacity:.45;cursor:not-allowed}.menu-manage__error{color:#dc2626;margin:0 0 12px;font-size:13px}.menu-manage__main{grid-template-columns:340px 1fr;align-items:start;gap:16px;display:grid}.menu-manage__list-panel{min-width:0}.menu-manage__form-panel h2,.menu-manage__list-header{color:#fff;background:#2f6f52;margin:0 0 8px;padding:7px 12px;font-size:13px;font-weight:700}.menu-manage__list-header h2{color:#fff;background:0 0;margin:0;padding:0;font-size:13px;font-weight:700}.menu-manage__form-table{border-collapse:collapse;width:100%;font-size:12px}.menu-manage__form-table td{vertical-align:middle;height:calc(var(--grid-row-height,31px) + 2px);border:1px solid #b3b3b3;padding:6px 8px}.menu-manage__form-table td.menu-manage__field-value--roles{height:auto}.menu-manage__field-label{white-space:nowrap;background:#f5f5f5;width:100px;font-weight:600}.menu-manage__field-value{padding-top:0;padding-bottom:0}.menu-manage__field-value input,.menu-manage__field-value select{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;height:100%;padding:0 6px;font-size:12px}.menu-manage__field-value select{background:#fff}.menu-manage__field-value select.menu-manage__select--left{text-align:left}.menu-manage__input--readonly{color:#666;background:#f0f0f0}.menu-manage__field-value--roles{flex-wrap:wrap;gap:8px 16px;padding:6px 8px;display:flex}.menu-manage__role-checkbox{white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:flex}.menu-manage__field-value input:disabled,.menu-manage__field-value select:disabled,.menu-manage__role-checkbox input:disabled{cursor:not-allowed}.menu-manage__field-value input:disabled,.menu-manage__field-value select:disabled{color:#999;background:#f0f0f0}.menu-manage__toggle{cursor:pointer;vertical-align:middle;background:#b3b3b3;border:none;border-radius:10px;align-items:center;width:38px;height:20px;padding:2px;transition:background .15s;display:inline-flex}.menu-manage__toggle--on{background:#d97706}.menu-manage__toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;box-shadow:0 1px 2px #0000004d}.menu-manage__toggle--on .menu-manage__toggle-knob{transform:translate(18px)}.menu-manage__toggle:disabled{cursor:not-allowed;opacity:.6}.menu-manage__toggle-text{vertical-align:middle;margin-left:8px;font-size:12px}.menu-manage__grid{overflow:auto}.menu-manage__grid table{border-collapse:collapse;white-space:nowrap;min-width:100%;font-size:12px}.menu-manage__grid th,.menu-manage__grid td{box-sizing:border-box;text-align:center;border:1px solid #b3b3b3;padding:6px 10px}.menu-manage__grid thead th{background:#dbe8f0;font-weight:700}.menu-manage__grid tbody td{height:var(--grid-row-height,31px);overflow:hidden}.menu-manage__grid td.menu-manage__col-left{text-align:left}.menu-manage__grid tbody tr{cursor:pointer}.menu-manage__grid tbody tr:hover{background:#f0f6fb}.menu-manage__row--level1 td{background:#f6f8fa}.menu-manage__row--selected td{background:#cfe2f3}.menu-manage__col-inactive{color:#dc2626}.menu-manage__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.menu-manage__modal-box{background:#fff;border-radius:6px;min-width:280px;max-width:420px;padding:20px;box-shadow:0 4px 20px #00000040}.menu-manage__modal-title{margin-bottom:8px;font-weight:700}.menu-manage__modal-message{white-space:pre-wrap;margin-bottom:16px;font-size:13px}.menu-manage__modal-actions{justify-content:flex-end;gap:8px;display:flex}.menu-manage__modal-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.menu-manage__modal-actions button:hover{background:#f0f0f0}.program-manage{color:#1f1f1f;padding:16px 20px}.program-manage__page-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;display:flex}.program-manage__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.program-manage__page-actions{gap:8px;display:flex}.program-manage__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.program-manage__page-actions button:hover:not(:disabled){background:#f0f0f0}.program-manage__page-actions button:disabled{opacity:.45;cursor:not-allowed}.program-manage__error{color:#dc2626;margin:0 0 12px;font-size:13px}.program-manage__main{grid-template-columns:340px 1fr;align-items:start;gap:16px;display:grid}.program-manage__list-panel{min-width:0}.program-manage__form-panel h2,.program-manage__list-header{color:#fff;background:#2f6f52;margin:0 0 8px;padding:7px 12px;font-size:13px;font-weight:700}.program-manage__list-header h2{color:#fff;background:0 0;margin:0;padding:0;font-size:13px;font-weight:700}.program-manage__form-table{border-collapse:collapse;width:100%;font-size:12px}.program-manage__form-table td{vertical-align:middle;height:calc(var(--grid-row-height,31px) + 2px);border:1px solid #b3b3b3;padding:6px 8px}.program-manage__field-label{white-space:nowrap;background:#f5f5f5;width:100px;font-weight:600}.program-manage__field-value{padding-top:0;padding-bottom:0}.program-manage__field-value input{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;height:100%;padding:0 6px;font-size:12px}.program-manage__input--readonly{color:#666;background:#f0f0f0}.program-manage__field-value input:disabled{color:#999;cursor:not-allowed;background:#f0f0f0}.program-manage__form-table td.program-manage__field-value--desc{height:auto;padding:6px 8px}.program-manage__field-value--desc textarea{box-sizing:border-box;resize:vertical;white-space:pre-wrap;border:1px solid #999;width:100%;padding:6px;font-family:inherit;font-size:12px}.program-manage__field-value--desc textarea:disabled{color:#999;cursor:not-allowed;background:#f0f0f0}.program-manage__toggle{cursor:pointer;vertical-align:middle;background:#b3b3b3;border:none;border-radius:10px;align-items:center;width:38px;height:20px;padding:2px;transition:background .15s;display:inline-flex}.program-manage__toggle--on{background:#d97706}.program-manage__toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;box-shadow:0 1px 2px #0000004d}.program-manage__toggle--on .program-manage__toggle-knob{transform:translate(18px)}.program-manage__toggle:disabled{cursor:not-allowed;opacity:.6}.program-manage__toggle-text{vertical-align:middle;margin-left:8px;font-size:12px}.program-manage__grid{overflow:auto}.program-manage__grid table{border-collapse:collapse;white-space:nowrap;min-width:100%;font-size:12px}.program-manage__grid th,.program-manage__grid td{box-sizing:border-box;text-align:center;border:1px solid #b3b3b3;padding:6px 10px}.program-manage__grid thead th{background:#dbe8f0;font-weight:700}.program-manage__grid tbody td{height:var(--grid-row-height,31px);overflow:hidden}.program-manage__grid td.program-manage__col-left{text-align:left}.program-manage__grid tbody tr{cursor:pointer}.program-manage__grid tbody tr:hover{background:#f0f6fb}.program-manage__row--selected td{background:#cfe2f3}.program-manage__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.program-manage__modal-box{background:#fff;border-radius:6px;min-width:280px;max-width:420px;padding:20px;box-shadow:0 4px 20px #00000040}.program-manage__modal-title{margin-bottom:8px;font-weight:700}.program-manage__modal-message{white-space:pre-wrap;margin-bottom:16px;font-size:13px}.program-manage__modal-actions{justify-content:flex-end;gap:8px;display:flex}.program-manage__modal-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.program-manage__modal-actions button:hover{background:#f0f0f0}.base1010{color:#1f1f1f;padding:16px 20px}.base1010__page-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;display:flex}.base1010__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.base1010__page-actions{gap:8px;display:flex}.base1010__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.base1010__page-actions button:hover:not(:disabled){background:#f0f0f0}.base1010__page-actions button:disabled{opacity:.45;cursor:not-allowed}.base1010__error{color:#dc2626;margin:0 0 12px;font-size:13px}.base1010__main{grid-template-columns:340px 1fr;align-items:start;gap:16px;display:grid}.base1010__list-panel{min-width:0}.base1010__form-panel h2,.base1010__list-header{color:#fff;box-sizing:border-box;background:#2f6f52;align-items:center;min-height:34px;margin:0 0 8px;padding:7px 12px;font-size:13px;font-weight:700;display:flex}.base1010__list-header h2{color:#fff;background:0 0;margin:0;padding:0;font-size:13px;font-weight:700}.base1010__status{color:#666;margin:8px 0;font-size:13px}.base1010__form-table{border-collapse:collapse;width:100%;font-size:12px}.base1010__form-table td{vertical-align:middle;height:var(--grid-row-height,31px);border:1px solid #b3b3b3;padding:6px 8px}.base1010__group-label{text-align:center;background:#f5f5f5;width:56px;font-weight:700}.base1010__field-label{white-space:nowrap;background:#f5f5f5;font-weight:600}.base1010__field-value{padding-top:0;padding-bottom:0}.base1010__field-value input,.base1010__field-value select{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;height:100%;padding:0 6px;font-size:12px}.base1010__field-value select{background:#fff}.base1010__input--readonly{color:#666;background:#f0f0f0}.base1010__field-value input:disabled,.base1010__field-value select:disabled{color:#999;cursor:not-allowed;background:#f0f0f0}.base1010__toggle:disabled{cursor:not-allowed;opacity:.6}.base1010__toggle{cursor:pointer;vertical-align:middle;background:#b3b3b3;border:none;border-radius:10px;align-items:center;width:38px;height:20px;padding:2px;transition:background .15s;display:inline-flex}.base1010__toggle--on{background:#d97706}.base1010__toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;box-shadow:0 1px 2px #0000004d}.base1010__toggle--on .base1010__toggle-knob{transform:translate(18px)}.base1010__toggle-text{vertical-align:middle;margin-left:8px;font-size:12px}.base1010__list-header{justify-content:space-between;align-items:center;display:flex}.base1010__use-filter{align-items:center;gap:6px;font-size:12px;display:flex}.base1010__grid{overflow:auto}.base1010__grid table{border-collapse:collapse;white-space:nowrap;min-width:100%;font-size:12px}.base1010__grid th,.base1010__grid td{box-sizing:border-box;text-align:center;border:1px solid #b3b3b3;padding:6px 10px}.base1010__grid thead th{background:#dbe8f0;font-weight:700}.base1010__grid tbody td{height:var(--grid-row-height,31px);overflow:hidden}.base1010__col-left{text-align:left}.base1010__grid .base1010__col-no,.base1010__grid .base1010__col-useyn,.base1010__grid .base1010__col-farmid,.base1010__grid .base1010__col-farmnm,.base1010__grid .base1010__col-cowkind{z-index:1;position:sticky}.base1010__grid td.base1010__col-no,.base1010__grid td.base1010__col-useyn,.base1010__grid td.base1010__col-farmid,.base1010__grid td.base1010__col-farmnm,.base1010__grid td.base1010__col-cowkind{background:#fff}.base1010__grid tbody tr:hover td.base1010__col-no,.base1010__grid tbody tr:hover td.base1010__col-useyn,.base1010__grid tbody tr:hover td.base1010__col-farmid,.base1010__grid tbody tr:hover td.base1010__col-farmnm,.base1010__grid tbody tr:hover td.base1010__col-cowkind{background:#f0f6fb}.base1010__grid tr.base1010__row--selected td.base1010__col-no,.base1010__grid tr.base1010__row--selected td.base1010__col-useyn,.base1010__grid tr.base1010__row--selected td.base1010__col-farmid,.base1010__grid tr.base1010__row--selected td.base1010__col-farmnm,.base1010__grid tr.base1010__row--selected td.base1010__col-cowkind{background:#cfe2f3}.base1010__grid thead th.base1010__col-no,.base1010__grid thead th.base1010__col-useyn,.base1010__grid thead th.base1010__col-farmid,.base1010__grid thead th.base1010__col-farmnm,.base1010__grid thead th.base1010__col-cowkind{z-index:2;background:#dbe8f0}.base1010__grid .base1010__col-inactive{color:#dc2626}.base1010__grid tbody tr{cursor:pointer}.base1010__grid tbody tr:hover{background:#f0f6fb}.base1010__row--selected td{background:#cfe2f3}.base1010__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.base1010__modal-box{background:#fff;border-radius:6px;min-width:280px;max-width:420px;padding:20px;box-shadow:0 4px 20px #00000040}.base1010__modal-title{margin-bottom:8px;font-weight:700}.base1010__modal-message{white-space:pre-wrap;margin-bottom:16px;font-size:13px}.base1010__modal-actions{justify-content:flex-end;display:flex}.base1010__modal-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.base1010__modal-actions button:hover{background:#f0f0f0}.feed1020{color:#1f1f1f;padding:16px 20px}.feed1020__page-header{border-bottom:2px solid #1f1f1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:10px;display:flex}.feed1020__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed1020__page-actions{flex-wrap:wrap;gap:8px;display:flex}.feed1020__page-actions button{color:#1f1f1f;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1020__page-actions button:hover:not(:disabled){background:#f0f0f0}.feed1020__page-actions button:disabled{opacity:.45;cursor:not-allowed}.feed1020__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed1020__grid{border:1px solid #b3b3b3;overflow:auto}.feed1020__grid table{border-collapse:separate;border-spacing:0;min-width:100%;font-size:12px}.feed1020__grid th,.feed1020__grid td{box-sizing:border-box;text-align:center;white-space:nowrap;border:1px solid #b3b3b3;border-width:0 1px 1px 0;padding:4px 6px}.feed1020__grid thead tr:first-child th{border-top-width:1px}.feed1020__grid th:first-child,.feed1020__grid td:first-child{border-left-width:1px}.feed1020__grid thead th{z-index:1;background:#dbe8f0;font-weight:700;line-height:1.3;position:sticky;top:0}.feed1020__grid tbody td{height:var(--grid-row-height,31px);overflow:hidden}.feed1020__grid tbody td.feed1020__col-age-month{min-width:57px}.feed1020__grid tbody td.feed1020__col-full-bw{min-width:59px}.feed1020__grid tbody tr.feed1020__blank-row td{height:var(--grid-row-height,31px)}.feed1020__grid tbody tr:nth-child(2n)>td{background:#f6f8fa}.feed1020__grid .feed1020__sticky-col{z-index:2;background:#fff;position:sticky}.feed1020__grid tbody tr:nth-child(2n)>td.feed1020__sticky-col{background:#f6f8fa}.feed1020__grid thead th.feed1020__sticky-col{z-index:3;background:#dbe8f0}.feed1020__grid .feed1020__sticky-col--last{box-shadow:2px 0 4px #00000014}.feed1020__grid input,.feed1020__grid select{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;height:100%;padding:0 4px;font-size:12px}.feed1020__grid select{background:#fff;min-width:max-content}.feed1020__grid input[type=checkbox]{width:16px;height:16px}.feed1020__grid input[type=number]{-moz-appearance:textfield}.feed1020__grid input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.feed1020__grid input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.feed1020__grid input:disabled,.feed1020__grid select:disabled{color:#999;cursor:not-allowed;background:#f0f0f0}.feed1020__grid select:disabled{color:#1f1f1f}.feed1020__toggle{cursor:pointer;vertical-align:middle;background:#b3b3b3;border:none;border-radius:9px;align-items:center;width:34px;height:18px;padding:2px;transition:background .15s;display:inline-flex}.feed1020__toggle--on{background:#d97706}.feed1020__toggle-knob{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .15s;box-shadow:0 1px 2px #0000004d}.feed1020__toggle--on .feed1020__toggle-knob{transform:translate(16px)}.feed1020__toggle:disabled{cursor:not-allowed;opacity:.6}.feed1020__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feed1020__modal-box{background:#fff;border-radius:6px;min-width:280px;max-width:480px;padding:20px;box-shadow:0 4px 20px #00000040}.feed1020__modal-title{margin-bottom:8px;font-weight:700}.feed1020__modal-message{white-space:pre-wrap;margin-bottom:16px;font-size:13px}.feed1020__modal-actions{justify-content:flex-end;gap:8px;display:flex}.feed1020__modal-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1020__modal-actions button:hover{background:#f0f0f0}.feed1030{color:#1f1f1f;padding:16px 20px}.feed1030__page-header{border-bottom:2px solid #1f1f1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:10px;display:flex}.feed1030__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed1030__page-actions{gap:8px;display:flex}.feed1030__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1030__page-actions button:hover:not(:disabled){background:#f0f0f0}.feed1030__page-actions button:disabled{opacity:.45;cursor:not-allowed}.feed1030__filters{align-items:center;gap:8px;margin-bottom:12px;display:flex}.feed1030__filter-label{color:#fff;background:#2f6f52;padding:6px 12px;font-size:12px;font-weight:700}.feed1030__filters select{border:1px solid #999;min-width:160px;padding:6px 10px;font-size:12px}.feed1030__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed1030__panels{grid-template-columns:260px 48px 1fr;align-items:start;gap:8px;display:grid}.feed1030__right-panel{min-width:0}.feed1030__left-panel{border:1px solid #b3b3b3;overflow-y:auto}.feed1030__left-panel table{border-collapse:collapse;width:100%;font-size:12px}.feed1030__left-panel th,.feed1030__left-panel td{box-sizing:border-box;text-align:center;white-space:nowrap;border:1px solid #b3b3b3;padding:4px 6px}.feed1030__left-panel thead th{background:#dbe8f0;font-weight:700;position:sticky;top:0}.feed1030__left-panel tbody td,.feed1030__left-panel tbody tr.feed1030__blank-row td{height:var(--grid-row-height,31px)}.feed1030__left-panel tbody tr:nth-child(2n)>td{background:#f6f8fa}.feed1030__transfer-buttons{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding-top:40px;display:flex}.feed1030__transfer-buttons button{cursor:pointer;background:#fff;border:1px solid #999;width:36px;height:32px;font-size:14px;font-weight:700}.feed1030__transfer-buttons button:hover:not(:disabled){background:#f0f0f0}.feed1030__transfer-buttons button:disabled{opacity:.45;cursor:not-allowed}.feed1030__grid{border:1px solid #b3b3b3;overflow:auto}.feed1030__grid table{border-collapse:separate;border-spacing:0;min-width:100%;font-size:12px}.feed1030__grid th,.feed1030__grid td{box-sizing:border-box;text-align:center;white-space:nowrap;border:1px solid #b3b3b3;border-width:0 1px 1px 0;padding:4px 6px}.feed1030__grid thead tr:first-child th{border-top-width:1px}.feed1030__grid th:first-child,.feed1030__grid td:first-child{border-left-width:1px}.feed1030__grid thead th{z-index:1;background:#dbe8f0;font-weight:700;line-height:1.3;position:sticky;top:0}.feed1030__grid tbody td{height:var(--grid-row-height,31px);overflow:hidden}.feed1030__grid tbody td.feed1030__col-age-month{min-width:57px}.feed1030__grid tbody td.feed1030__col-full-bw{min-width:59px}.feed1030__grid tbody tr.feed1030__blank-row td{height:var(--grid-row-height,31px)}.feed1030__grid tbody tr:nth-child(2n)>td{background:#f6f8fa}.feed1030__grid .feed1030__sticky-col{z-index:2;background:#fff;position:sticky}.feed1030__grid tbody tr:nth-child(2n)>td.feed1030__sticky-col{background:#f6f8fa}.feed1030__grid thead th.feed1030__sticky-col{z-index:3;background:#dbe8f0}.feed1030__grid .feed1030__sticky-col--last{box-shadow:2px 0 4px #00000014}.feed1030__grid input,.feed1030__grid select{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;height:100%;padding:0 4px;font-size:12px}.feed1030__grid select{background:#fff;min-width:max-content}.feed1030__grid input:disabled,.feed1030__grid select:disabled{color:#999;cursor:not-allowed;background:#f0f0f0}.feed1030__grid select:disabled{color:#1f1f1f}.feed1030__grid input[type=number]{-moz-appearance:textfield}.feed1030__grid input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.feed1030__grid input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.feed1030__grid input[type=checkbox]{width:16px;height:16px}.feed1030__toggle{cursor:pointer;vertical-align:middle;background:#b3b3b3;border:none;border-radius:9px;align-items:center;width:34px;height:18px;padding:2px;transition:background .15s;display:inline-flex}.feed1030__toggle--on{background:#d97706}.feed1030__toggle-knob{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .15s;box-shadow:0 1px 2px #0000004d}.feed1030__toggle--on .feed1030__toggle-knob{transform:translate(16px)}.feed1030__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feed1030__modal-box{background:#fff;border-radius:6px;min-width:280px;max-width:480px;padding:20px;box-shadow:0 4px 20px #00000040}.feed1030__modal-title{margin-bottom:8px;font-weight:700}.feed1030__modal-message{white-space:pre-wrap;margin-bottom:16px;font-size:13px}.feed1030__modal-actions{justify-content:flex-end;gap:8px;display:flex}.feed1030__modal-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1030__modal-actions button:hover{background:#f0f0f0}.feed1040{color:#1f1f1f;padding:16px 20px}.feed1040__page-header{border-bottom:2px solid #1f1f1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:10px;display:flex}.feed1040__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed1040__page-actions{gap:8px;display:flex}.feed1040__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1040__page-actions button:hover:not(:disabled){background:#f0f0f0}.feed1040__page-actions button:disabled{opacity:.45;cursor:not-allowed}.feed1040__filters{align-items:center;gap:8px;margin-bottom:12px;display:flex}.feed1040__filter-label{color:#fff;background:#2f6f52;padding:6px 12px;font-size:12px;font-weight:700}.feed1040__filters select{border:1px solid #999;min-width:160px;padding:6px 10px;font-size:12px}.feed1040__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed1040__panels{grid-template-columns:420px 48px 1fr;align-items:start;gap:8px;display:grid}.feed1040__right-panel{min-width:0}.feed1040__left-panel{border:1px solid #b3b3b3;overflow:auto}.feed1040__left-panel table{border-collapse:separate;border-spacing:0;width:100%;font-size:12px}.feed1040__left-panel th,.feed1040__left-panel td{box-sizing:border-box;text-align:center;white-space:nowrap;border:1px solid #b3b3b3;border-width:0 1px 1px 0;padding:4px 6px}.feed1040__left-panel thead tr:first-child th{border-top-width:1px}.feed1040__left-panel th:first-child,.feed1040__left-panel td:first-child{border-left-width:1px}.feed1040__left-panel thead th{z-index:1;background:#dbe8f0;font-weight:700;position:sticky;top:0}.feed1040__left-panel tbody td,.feed1040__left-panel tbody tr.feed1040__blank-row td{height:var(--grid-row-height,31px)}.feed1040__left-panel tbody tr:nth-child(2n)>td{background:#f6f8fa}.feed1040__left-panel .feed1040__sticky-col{z-index:2;background:#fff;position:sticky}.feed1040__left-panel tbody tr:nth-child(2n)>td.feed1040__sticky-col{background:#f6f8fa}.feed1040__left-panel thead th.feed1040__sticky-col{z-index:3;background:#dbe8f0}.feed1040__left-panel .feed1040__sticky-col--last{box-shadow:2px 0 4px #00000014}.feed1040__left-panel td.feed1040__col-left,.feed1040__grid td.feed1040__col-left{text-align:left}.feed1040__left-panel td.feed1040__col-price{min-width:44px}.feed1040__grid td.feed1040__col-price{min-width:55px}.feed1040__transfer-buttons{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding-top:40px;display:flex}.feed1040__transfer-buttons button{cursor:pointer;background:#fff;border:1px solid #999;width:36px;height:32px;font-size:14px;font-weight:700}.feed1040__transfer-buttons button:hover:not(:disabled){background:#f0f0f0}.feed1040__transfer-buttons button:disabled{opacity:.45;cursor:not-allowed}.feed1040__grid{border:1px solid #b3b3b3;overflow:auto}.feed1040__grid table{border-collapse:separate;border-spacing:0;min-width:100%;font-size:12px}.feed1040__grid th,.feed1040__grid td{box-sizing:border-box;text-align:center;white-space:nowrap;border:1px solid #b3b3b3;border-width:0 1px 1px 0;padding:4px 6px}.feed1040__grid thead tr:first-child th{border-top-width:1px}.feed1040__grid th:first-child,.feed1040__grid td:first-child{border-left-width:1px}.feed1040__grid thead th{z-index:1;background:#dbe8f0;font-weight:700;line-height:1.3;position:sticky;top:0}.feed1040__grid tbody td{height:var(--grid-row-height,31px);overflow:hidden}.feed1040__grid tbody tr.feed1040__blank-row td{height:var(--grid-row-height,31px)}.feed1040__grid tbody tr:nth-child(2n)>td{background:#f6f8fa}.feed1040__grid .feed1040__sticky-col{z-index:2;background:#fff;position:sticky}.feed1040__grid tbody tr:nth-child(2n)>td.feed1040__sticky-col{background:#f6f8fa}.feed1040__grid thead th.feed1040__sticky-col{z-index:3;background:#dbe8f0}.feed1040__grid .feed1040__sticky-col--last{box-shadow:2px 0 4px #00000014}.feed1040__ref-cell{color:#666;background:#fafafa}.feed1040__grid input{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;height:100%;padding:0 4px;font-size:12px}.feed1040__grid input[type=number]{-moz-appearance:textfield}.feed1040__grid input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.feed1040__grid input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.feed1040__grid input[type=checkbox]{width:16px;height:16px}.feed1040__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feed1040__modal-box{background:#fff;border-radius:6px;min-width:280px;max-width:480px;padding:20px;box-shadow:0 4px 20px #00000040}.feed1040__modal-title{margin-bottom:8px;font-weight:700}.feed1040__modal-message{white-space:pre-wrap;margin-bottom:16px;font-size:13px}.feed1040__modal-actions{justify-content:flex-end;gap:8px;display:flex}.feed1040__modal-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1040__modal-actions button:hover{background:#f0f0f0}.feed1050{color:#1f1f1f;padding:16px 20px}.feed1050__page-header{border-bottom:2px solid #1f1f1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:10px;display:flex}.feed1050__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed1050__page-actions{gap:8px;display:flex}.feed1050__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1050__page-actions button:hover:not(:disabled){background:#f0f0f0}.feed1050__page-actions button:disabled{opacity:.45;cursor:not-allowed}.feed1050__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed1050__grid{border:1px solid #b3b3b3;overflow:auto}.feed1050__grid table{border-collapse:separate;border-spacing:0;min-width:100%;font-size:12px}.feed1050__grid th,.feed1050__grid td{box-sizing:border-box;text-align:center;white-space:nowrap;border:1px solid #b3b3b3;border-width:0 1px 1px 0;padding:4px 6px}.feed1050__grid thead tr:first-child th{border-top-width:1px}.feed1050__grid th:first-child,.feed1050__grid td:first-child{border-left-width:1px}.feed1050__grid thead th{z-index:1;background:#dbe8f0;font-weight:700;line-height:1.3;position:sticky;top:0}.feed1050__grid tbody td{height:var(--grid-row-height,31px);overflow:hidden}.feed1050__grid tbody td.feed1050__col-price{min-width:63px}.feed1050__grid tbody td.feed1050__col-conc-p{min-width:62px}.feed1050__grid tbody tr.feed1050__blank-row td{height:var(--grid-row-height,31px)}.feed1050__grid tbody tr:nth-child(2n)>td{background:#f6f8fa}.feed1050__grid .feed1050__sticky-col{z-index:2;background:#fff;position:sticky}.feed1050__grid tbody tr:nth-child(2n)>td.feed1050__sticky-col{background:#f6f8fa}.feed1050__grid thead th.feed1050__sticky-col{z-index:3;background:#dbe8f0}.feed1050__grid .feed1050__sticky-col--last{box-shadow:2px 0 4px #00000014}.feed1050__grid input{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;height:100%;padding:0 4px;font-size:12px}.feed1050__grid td.feed1050__sticky-col input[type=text]{text-align:left}.feed1050__grid input:disabled{color:#999;cursor:not-allowed;background:#f0f0f0}.feed1050__grid input[type=number]{-moz-appearance:textfield}.feed1050__grid input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.feed1050__grid input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.feed1050__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feed1050__modal-box{background:#fff;border-radius:6px;min-width:280px;max-width:480px;padding:20px;box-shadow:0 4px 20px #00000040}.feed1050__modal-title{margin-bottom:8px;font-weight:700}.feed1050__modal-box--loading .feed1050__modal-message{text-align:center;margin-bottom:0}.feed1050__modal-message{white-space:pre-wrap;margin-bottom:16px;font-size:13px}.feed1050__modal-actions{justify-content:flex-end;gap:8px;display:flex}.feed1050__modal-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1050__modal-actions button:hover{background:#f0f0f0}.input-data-modal__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.input-data-modal__box{background:#fff;border-radius:6px;width:820px;max-width:95vw;max-height:92vh;padding:0 0 16px;overflow-y:auto;box-shadow:0 4px 20px #00000040}.input-data-modal__header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:14px;padding:14px 16px 10px;display:flex}.input-data-modal__title{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.input-data-modal__info-row{background:#ede4f5;border:1px solid #999;flex-wrap:wrap;align-items:center;margin:0 16px 14px;display:flex}.input-data-modal__info-label{color:#1f1f1f;padding:8px 10px 8px 14px;font-size:12px;font-weight:400}.input-data-modal__info-value{white-space:nowrap;padding:6px 20px 6px 4px;font-size:13px;font-weight:700}.input-data-modal__status{color:#1f1f1f;margin:0 16px 12px;font-size:13px}.input-data-modal__error{color:#dc2626;margin:0 16px 12px;font-size:13px;line-height:1.5}.input-data-modal__columns{grid-template-columns:repeat(3,1fr);gap:10px;padding:0 16px;display:grid}.input-data-modal__column h3{color:#fff;background:#3a6ea5;margin:0 0 6px;padding:6px 10px;font-size:13px;font-weight:700}.input-data-modal__column table{border-collapse:collapse;border:1px solid #999;width:100%;margin-bottom:14px;font-size:12px}.input-data-modal__label{white-space:nowrap;background:#f5f5f5;border:1px solid #b3b3b3;width:55%;padding:6px 8px;font-weight:600}.input-data-modal__value{border:1px solid #b3b3b3;padding:4px 6px}.input-data-modal__value input[type=number]{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;padding:4px 6px;font-size:12px}.input-data-modal__value input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-data-modal__value input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-data-modal__input--invalid{color:#dc2626;background:#fef2f2;border-color:#dc2626!important}.input-data-modal__value select{box-sizing:border-box;text-align:center;text-align-last:center;background:#fff;border:1px solid #999;width:100%;padding:4px 6px;font-size:12px}.input-data-modal__toggle{cursor:pointer;vertical-align:middle;background:#b3b3b3;border:none;border-radius:10px;align-items:center;width:38px;height:20px;padding:2px;transition:background .15s;display:inline-flex}.input-data-modal__toggle--on{background:#2f6f52}.input-data-modal__toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;box-shadow:0 1px 2px #0000004d}.input-data-modal__toggle--on .input-data-modal__toggle-knob{transform:translate(18px)}.input-data-modal__toggle-text{vertical-align:middle;margin-left:8px;font-size:12px}.input-data-modal__actions{gap:8px;display:flex}.input-data-modal__actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.input-data-modal__actions button:hover:not(:disabled){background:#f0f0f0}.input-data-modal__actions button:disabled{opacity:.45;cursor:not-allowed}@media (width<=900px){.input-data-modal__columns{grid-template-columns:1fr}}.result-compare-modal__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.result-compare-modal__box{background:#fff;border-radius:6px;width:1100px;max-width:95vw;max-height:92vh;padding:0 0 16px;overflow-y:auto;box-shadow:0 4px 20px #00000040}.result-compare-modal__header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:14px;padding:14px 16px 10px;display:flex}.result-compare-modal__title{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.result-compare-modal__info-row{background:#ede4f5;border:1px solid #999;flex-wrap:wrap;align-items:center;margin:0 16px 14px;display:flex}.result-compare-modal__info-label{color:#1f1f1f;padding:8px 10px 8px 14px;font-size:12px;font-weight:400}.result-compare-modal__info-value{white-space:nowrap;padding:6px 20px 6px 4px;font-size:13px;font-weight:700}.result-compare-modal__status{color:#1f1f1f;margin:0 16px 12px;font-size:13px}.result-compare-modal__error{color:#dc2626;margin:0 16px 12px;font-size:13px}.result-compare-modal__grid{margin:0 16px;overflow:auto}.result-compare-modal__grid table{border-collapse:collapse;white-space:nowrap;font-size:12px}.result-compare-modal__grid th,.result-compare-modal__grid td{text-align:center;border:1px solid #b3b3b3;padding:6px 10px}.result-compare-modal__grid thead th{color:#fff;background:#3a6ea5;font-weight:700;position:sticky;top:0}.result-compare-modal__grid thead tr:nth-child(2) th{top:var(--row-height,29px)}.result-compare-modal__col-field{text-align:left}.result-compare-modal__actions{gap:8px;display:flex}.result-compare-modal__actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.result-compare-modal__actions button:hover{background:#f0f0f0}.feed1060{color:#1f1f1f;padding:0 20px 20px;font-size:13px}.feed1060__page-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.feed1060__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed1060__page-actions{gap:8px;display:flex}.feed1060__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed1060__message{color:#16a34a;margin:0 0 12px;font-size:13px}.feed1060__warning{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:4px;padding:10px 14px;font-size:13px}.feed1060__page-actions button,.feed1060__toolbar button,.feed1060__move-buttons button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1060__page-actions button:hover:not(:disabled),.feed1060__toolbar button:hover:not(:disabled),.feed1060__move-buttons button:hover:not(:disabled){background:#f0f0f0}.feed1060__page-actions button:disabled,.feed1060__toolbar button:disabled,.feed1060__move-buttons button:disabled{opacity:.45;cursor:not-allowed}.feed1060__mixing-header-actions button{color:#1f1f1f;cursor:pointer;background:linear-gradient(#fff 0%,#e7edf3 100%);border:1px solid #8ba3bd;border-radius:4px;padding:7px 16px;font-size:12px;font-weight:700;box-shadow:0 1px 2px #0000002e,inset 0 1px #fff9}.feed1060__mixing-header-actions button:hover:not(:disabled){background:linear-gradient(#fff 0%,#d8e2ec 100%)}.feed1060__mixing-header-actions button:active:not(:disabled){background:#cddbe8;transform:translateY(1px);box-shadow:inset 0 1px 3px #00000040}.feed1060__mixing-header-actions .feed1060__btn-danger-text{color:#dc2626}.feed1060__mixing-header-actions button:disabled{opacity:.45;cursor:not-allowed}.feed1060__toolbar,.feed1060__info-row{background:#ede4f5;border:1px solid #999;flex-wrap:wrap;align-items:stretch;margin-bottom:10px;display:flex}.feed1060__toolbar label,.feed1060__info-item{align-items:center;display:flex}.feed1060__field-label{color:#1f1f1f;white-space:nowrap;align-items:center;padding:8px 10px 8px 14px;font-size:12px;font-weight:700;display:flex}.feed1060__field-value{white-space:nowrap;padding:6px 14px 6px 4px;font-weight:600}.feed1060__toolbar select,.feed1060__toolbar input,.feed1060__info-item select{background:#fff;border:1px solid #999;min-width:170px;margin-right:14px;padding:5px 8px;font-size:13px}.feed1060__toolbar select:focus,.feed1060__toolbar input:focus,.feed1060__info-item select:focus{outline-offset:-2px;outline:2px solid #3a6ea5}.feed1060__info-row{margin-bottom:18px}.feed1060__info-row-action{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;align-self:center;margin-left:auto;margin-right:10px;padding:3px 14px;font-size:12px;font-weight:700}.feed1060__info-row-action:hover:not(:disabled){background:#f0f0f0}.feed1060__info-row-action:disabled{opacity:.45;cursor:not-allowed}.feed1060__info-row .feed1060__field-label{font-weight:400}.feed1060__main{align-items:flex-start;gap:18px;display:flex}.feed1060__main-left{flex-direction:column;flex:3;gap:18px;min-width:0;display:flex}.feed1060__main-right{flex-direction:column;flex:1;gap:18px;min-width:355px;display:flex}.feed1060__panels{grid-template-columns:repeat(3,1fr);align-items:start;gap:18px;display:grid}.feed1060__panel{min-width:0}.feed1060__panel h2{color:#fff;background:#2f6f52;margin:0 0 8px;padding:7px 12px;font-size:13px;font-weight:700}.feed1060__panel--nutrients h2{background:#c2410c}.feed1060__panel--composition h2{background:#c2687a}.feed1060__panel table{border-collapse:collapse;font-variant-numeric:tabular-nums;border:1px solid #999;width:100%;font-size:12px}.feed1060__panel th,.feed1060__panel td{text-align:left;border:1px solid #b3b3b3;padding:6px 8px}.feed1060__panel--intake th{white-space:nowrap;background:#e5f3ea;font-weight:700}.feed1060__intake-group{text-align:center;vertical-align:middle;width:15%}.feed1060__panel--intake td{text-align:right}.feed1060__panel--requirement thead th,.feed1060__panel--outcome thead th{text-align:center;background:#e5f3ea;font-weight:700}.feed1060__panel--requirement td:not(:first-child){text-align:right}.feed1060__panel--requirement tbody td{padding:13px 8px}.feed1060__panel--outcome td{text-align:center}.feed1060__panel--outcome tbody td{padding:35px 8px}.feed1060__value-highlight{color:#c2410c;font-weight:700}.feed1060__value-negative{color:#dc2626;font-weight:700}.feed1060__panel--mixing{border:1px solid #4d4d4d;padding:12px}.feed1060__mixing-header{background:#3a6ea5;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:7px 12px;display:flex}.feed1060__mixing-header h2{color:#fff;white-space:nowrap;background:0 0;margin:0;padding:0;font-size:13px;font-weight:700}.feed1060__mixing-header-actions{justify-content:flex-end;gap:8px;display:flex}.feed1060__mixing-titles{grid-template-columns:260px 40px 1fr;align-items:center;gap:12px;margin-bottom:6px;display:grid}.feed1060__mixing-titles h3{color:#1f1f1f;margin:0;font-size:13px;font-weight:700}.feed1060__mixing-grid{grid-template-columns:260px 40px 1fr;align-items:start;gap:12px;display:grid}.feed1060__feed-list{overflow-x:auto}.feed1060__feed-grid{scrollbar-gutter:stable;overflow:auto}.feed1060__feed-list table,.feed1060__feed-grid table{border-collapse:collapse;font-variant-numeric:tabular-nums;background:#fff;border:1px solid #999;width:100%;font-size:12px}.feed1060__feed-grid table{table-layout:fixed}.feed1060__col-check{width:22px}.feed1060__col-price{width:50px}.feed1060__col-wide{width:62px}.feed1060__col-narrow{width:50px}.feed1060__feed-list th,.feed1060__feed-list td,.feed1060__feed-grid th,.feed1060__feed-grid td{text-align:left;border:1px solid #b3b3b3;padding:4px 7px}.feed1060__feed-list th:nth-child(2),.feed1060__feed-list td:nth-child(2){white-space:nowrap;width:68px}.feed1060__feed-list tbody td{height:26px}.feed1060__feed-list input[type=checkbox]{vertical-align:middle;width:14px;height:14px;margin:0}.feed1060__feed-list thead th,.feed1060__feed-grid thead th{text-align:center;background:#dbe8f0;font-weight:700}.feed1060__feed-grid thead tr:first-child th{z-index:2;position:sticky;top:0}.feed1060__feed-grid thead tr:last-child th{z-index:2;position:sticky;top:28px}.feed1060__feed-list{background:#fff;max-height:420px;overflow-y:auto}.feed1060__feed-list thead th{z-index:1;position:sticky;top:0}.feed1060__feed-grid input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.feed1060__feed-grid input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.feed1060__feed-grid input[type=number]{appearance:textfield}.feed1060__feed-grid tbody td:nth-child(n+3){text-align:right;font-weight:600}.feed1060__feed-grid tbody td:first-child{text-align:center;font-weight:400}.feed1060__feed-grid td:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.feed1060__feed-grid th:first-child,.feed1060__feed-grid td:first-child{padding-left:4px;padding-right:4px}.feed1060__feed-grid th:nth-child(3),.feed1060__feed-grid td:nth-child(3),.feed1060__feed-grid th:nth-child(4),.feed1060__feed-grid td:nth-child(4),.feed1060__feed-grid th:nth-child(5),.feed1060__feed-grid td:nth-child(5){padding-left:3px;padding-right:3px}.feed1060__feed-grid th:nth-child(6),.feed1060__feed-grid td:nth-child(6),.feed1060__feed-grid th:nth-child(7),.feed1060__feed-grid td:nth-child(7),.feed1060__feed-grid th:nth-child(8),.feed1060__feed-grid td:nth-child(8){padding-left:2px;padding-right:2px}.feed1060__feed-grid input[type=number]{text-align:right;background:#fff;border:1px solid #999;width:44px;padding:1px 3px;font-size:12px;font-weight:400}.feed1060__feed-grid td:nth-child(4) input{font-weight:700}.feed1060__feed-grid tbody td.feed1060__col-calcdm{font-weight:400}.feed1060__feed-grid input[type=checkbox]{vertical-align:middle;width:14px;height:14px;margin:0}.feed1060__feed-grid td:nth-child(4) input,.feed1060__feed-grid td:nth-child(7) input,.feed1060__feed-grid td:nth-child(8) input{box-sizing:border-box;width:100%}.feed1060__feed-grid-empty-row td{height:26px}.feed1060__sum-row td{z-index:2;font-weight:700;position:sticky;bottom:0;background:#eef2f7!important}.feed1060__sum-row td:nth-child(2){text-align:right}.feed1060__move-buttons{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding-top:60px;display:flex}.feed1060__move-buttons button{width:32px;height:32px;padding:0}.feed1060__panel--nutrients{max-height:460px;overflow-y:auto}.feed1060__main-right input{text-align:right;background:#fff;border:1px solid #999;width:40px;padding:1px 4px;font-size:12px}.feed1060__panel--nutrients tbody td{height:26px;padding:4px 8px}.feed1060__main-right input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.feed1060__main-right input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.feed1060__main-right input[type=number]{appearance:textfield}.feed1060__panel--nutrients thead th{text-align:center;background:#fbe6d8}.feed1060__panel--nutrients th:first-child,.feed1060__panel--nutrients td:first-child{width:22px}.feed1060__panel--nutrients th:nth-child(3),.feed1060__panel--nutrients td:nth-child(3){width:60px}.feed1060__panel--nutrients th:nth-child(4),.feed1060__panel--nutrients td:nth-child(4),.feed1060__panel--nutrients th:nth-child(5),.feed1060__panel--nutrients td:nth-child(5){width:48px}.feed1060__panel--nutrients td:first-child,.feed1060__panel--nutrients td:nth-child(3),.feed1060__panel--nutrients td:nth-child(4),.feed1060__panel--nutrients td:nth-child(5){text-align:center}.feed1060__panel--nutrients td:nth-child(3){font-weight:700}.feed1060__value-inrange{color:#000}.feed1060__value-outrange{color:#dc2626}.feed1060__panel--composition{flex-direction:column;max-height:355px;display:flex}.feed1060__panel--composition h2{flex:none}.feed1060__scroll-table{flex:auto;min-height:0;overflow-y:auto}.feed1060__panel--composition thead th{text-align:center;z-index:1;background:#f8e6ea;position:sticky;top:0}.feed1060__panel--composition td:nth-child(2){text-align:right;font-weight:600}.feed1060__panel--composition tbody td{height:26px}.feed1060__panel--composition tbody tr:nth-child(2n){background:#fbf1f3}@media (width<=1024px){.feed1060__main{flex-direction:column}.feed1060__panels,.feed1060__mixing-grid{grid-template-columns:1fr}.feed1060__move-buttons{flex-direction:row;padding-top:0}}.feed1060__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feed1060__modal-box{background:#fff;border-radius:6px;width:max-content;min-width:240px;max-width:min(480px,90vw);padding:20px 24px;box-shadow:0 4px 20px #00000040}.feed1060__modal-title{margin-bottom:10px;font-size:15px;font-weight:700}.feed1060__modal-message{white-space:pre-wrap;word-break:break-word;line-height:1.5}.feed1060__modal-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.feed1060__modal-actions button{padding:6px 16px}.feed1060__modal-prompt-label{align-items:center;gap:10px;font-size:13px;display:flex}.feed1060__modal-prompt-label input{border:1px solid #999;width:100px;padding:5px 8px;font-size:13px}.feed1060__print-sheet{display:none}@media print{@page{size:A4;margin:12mm}.app-layout__header,.side-menu{display:none!important}.app-layout,.app-layout__body{min-height:0!important;display:block!important}.app-layout__content{padding:0!important;overflow:visible!important}.feed1060{padding:0!important}.feed1060>:not(.feed1060__print-sheet){display:none!important}.feed1060__print-sheet{color:#000;font-size:11px;display:block!important}}.feed1060__print-title{text-align:center;border:2px solid #000;margin:0 0 14px;padding:10px;font-size:20px;font-weight:700}.feed1060__print-section-title{margin:16px 0 6px;font-size:13px;font-weight:700}.feed1060__print-table{border-collapse:collapse;width:100%;font-size:11px}.feed1060__print-table th,.feed1060__print-table td{text-align:center;border:1px solid #000;padding:4px 6px}.feed1060__print-table thead th{background:#d5d5d5;font-weight:700}.feed1060__print-table tbody th{white-space:nowrap;background:#f5f5f5;font-weight:700}.feed1060__print-left{text-align:left}.feed1060__print-bold{font-weight:700}.feed1060__print-farm tbody th{width:12%}.feed1060__print-footer{color:#333;justify-content:space-between;font-size:10px;display:flex;position:fixed;bottom:0;left:0;right:0}.feed1090{color:#1f1f1f;padding:0 20px 20px;font-size:13px}.feed1090__page-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.feed1090__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed1090__page-actions{gap:8px;display:flex}.feed1090__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed1090__page-actions button:hover:not(:disabled){background:#f0f0f0}.feed1090__page-actions button:disabled{opacity:.45;cursor:not-allowed}.feed1090__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed1090__info-row{background:#ede4f5;border:1px solid #999;flex-wrap:wrap;align-items:center;margin-bottom:14px;display:flex}.feed1090__info-item{align-items:center;display:flex}.feed1090__field-label{color:#1f1f1f;align-items:center;padding:8px 10px 8px 14px;font-size:12px;font-weight:400;display:flex}.feed1090__field-value{white-space:nowrap;padding:6px 20px 6px 4px;font-size:13px;font-weight:700}.feed1090__info-row select{background:#fff;border:1px solid #999;min-width:220px;margin-right:14px;padding:5px 8px;font-size:13px}.feed1090__info-row select:focus{outline-offset:-2px;outline:2px solid #3a6ea5}.feed1090__panel{margin-bottom:16px}.feed1090__panel h2{color:#fff;background:#2f6f52;margin:0 0 8px;padding:7px 12px;font-size:13px;font-weight:700}.feed1090__panel table{border-collapse:collapse;font-variant-numeric:tabular-nums;border:1px solid #999;width:100%;font-size:12px}.feed1090__panel th,.feed1090__panel td{text-align:center;border:1px solid #b3b3b3;padding:6px 8px}.feed1090__unit{font-weight:400}.feed1090__panel--nutrients thead th{white-space:nowrap;background:#fbe6d8;line-height:1.4}.feed1090__panel--nutrients tbody th{background:#f5f5f5;width:60px}.feed1090__panel--nutrients input[type=number]{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;padding:4px 6px;font-size:12px}.feed1090__panel--nutrients input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.feed1090__panel--nutrients input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.feed1090__panel--nutrients input[type=number]{appearance:textfield}.feed1090__mixing-grid{grid-template-columns:.7fr auto 1.9fr;align-items:start;gap:10px;display:grid}.feed1090__move-buttons{flex-direction:column;justify-content:center;gap:8px;padding-top:120px;display:flex}.feed1090__move-buttons button{cursor:pointer;background:#fff;border:1px solid #999;padding:6px 10px;font-size:12px}.feed1090__move-buttons button:hover:not(:disabled){background:#f0f0f0}.feed1090__move-buttons button:disabled{opacity:.4;cursor:not-allowed}.feed1090__feed-list,.feed1090__feed-grid{background:#fff;border:1px solid #999;overflow:auto}.feed1090__feed-grid{scrollbar-gutter:stable}.feed1090__feed-list table,.feed1090__feed-grid table{table-layout:fixed;border-collapse:collapse;background:#fff;width:100%;font-size:12px}.feed1090__feed-list th,.feed1090__feed-list td,.feed1090__feed-grid th,.feed1090__feed-grid td{text-align:center;border:1px solid #b3b3b3;padding:4px 7px}.feed1090__feed-list td:nth-child(4),.feed1090__feed-grid td:nth-child(4){text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.feed1090__feed-list thead th,.feed1090__feed-grid thead th{z-index:1;background:#dbe8f0;font-weight:700;line-height:1.4;position:sticky;top:0}.feed1090__feed-list thead tr:first-child th{padding:8px 7px}.feed1090__feed-list thead tr:last-child th{padding:0 7px}.feed1090__feed-list tbody td,.feed1090__feed-grid tbody td{height:30px;overflow:hidden}.feed1090__feed-list input[type=checkbox],.feed1090__feed-grid input[type=checkbox]{vertical-align:middle;width:14px;height:14px;margin:0}.feed1090__feed-grid input[type=number]{box-sizing:border-box;text-align:center;border:1px solid #999;width:100%;min-width:56px;height:100%;padding:0 5px;font-size:12px;line-height:16px}.feed1090__feed-grid input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.feed1090__feed-grid input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.feed1090__col-highlight{background:#fdf6d8}.feed1090__col-highlight input{font-weight:700}.feed1090__value-highlight{color:#1d4ed8;font-weight:700}.feed1090__modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feed1090__modal-box{background:#fff;border-radius:6px;min-width:240px;max-width:min(480px,90vw);padding:20px 24px;box-shadow:0 4px 20px #00000040}.feed1090__modal-title{margin-bottom:10px;font-size:15px;font-weight:700}.feed1090__modal-message{white-space:pre-wrap;word-break:break-word;line-height:1.5}.feed1090__modal-actions{justify-content:flex-end;margin-top:18px;display:flex}.feed1090__modal-actions button{padding:6px 16px}@media (width<=1100px){.feed1090__mixing-grid{grid-template-columns:1fr}.feed1090__move-buttons{flex-direction:row;padding-top:0}}.feed2010{color:#1f1f1f;padding:0 20px 20px;font-size:13px}.feed2010__page-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.feed2010__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed2010__page-actions{gap:8px;display:flex}.feed2010__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed2010__page-actions button:hover:not(:disabled){background:#f0f0f0}.feed2010__page-actions button:disabled{opacity:.45;cursor:not-allowed}.feed2010__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed2010__info-row{background:#ede4f5;border:1px solid #999;flex-wrap:wrap;align-items:center;margin-bottom:14px;display:flex}.feed2010__info-item{align-items:center;display:flex}.feed2010__field-label{color:#1f1f1f;align-items:center;padding:8px 10px 8px 14px;font-size:12px;font-weight:400;display:flex}.feed2010__info-row select{background:#fff;border:1px solid #999;min-width:160px;margin-right:14px;padding:5px 8px;font-size:13px}.feed2010__info-row select:focus{outline-offset:-2px;outline:2px solid #3a6ea5}.feed2010__grid{background:#fff;border:1px solid #999;overflow-x:auto}.feed2010__grid table{table-layout:fixed;border-collapse:collapse;white-space:nowrap;width:100%;font-size:12px}.feed2010__grid th,.feed2010__grid td{box-sizing:border-box;text-align:center;text-overflow:ellipsis;border:1px solid #b3b3b3;padding:6px 10px;overflow:hidden}.feed2010__grid tbody td{height:var(--body-row-height,29px);overflow:hidden}.feed2010__grid thead th{z-index:1;background:#dbe8f0;font-weight:700;position:sticky}.feed2010__grid thead tr:first-child th{top:0}.feed2010__grid thead tr.feed2010__sub-header-row th{top:var(--header-row1-height,33px)}.feed2010__grid td.feed2010__col-breed{text-align:left;white-space:nowrap;font-weight:700}.feed2010__grid tbody td:first-child{background:#fff;position:sticky;left:0}.feed2010__grid tbody td:nth-child(2){left:var(--no-col-width,50px);background:#fff;position:sticky}.feed2010__grid thead th.feed2010__sticky-no,.feed2010__grid thead th.feed2010__sticky-breed{z-index:2;background:#dbe8f0;position:sticky}.feed2010__grid thead th.feed2010__sticky-no{left:0}.feed2010__grid thead th.feed2010__sticky-breed{left:var(--no-col-width,50px)}.feed2020{color:#1f1f1f;padding:0 20px 20px;font-size:13px}.feed2020__page-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.feed2020__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed2020__page-actions{gap:8px;display:flex}.feed2020__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed2020__page-actions button:hover:not(:disabled){background:#f0f0f0}.feed2020__page-actions button:disabled{opacity:.45;cursor:not-allowed}.feed2020__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed2020__info-row{background:#ede4f5;border:1px solid #999;flex-wrap:wrap;align-items:center;margin-bottom:14px;display:flex}.feed2020__info-item{align-items:center;display:flex}.feed2020__field-label{color:#1f1f1f;align-items:center;padding:8px 10px 8px 14px;font-size:12px;font-weight:400;display:flex}.feed2020__info-row select{background:#fff;border:1px solid #999;min-width:160px;margin-right:14px;padding:5px 8px;font-size:13px}.feed2020__info-row select:focus{outline-offset:-2px;outline:2px solid #3a6ea5}.feed2020__grid{background:#fff;border:1px solid #999;overflow-x:auto}.feed2020__grid table{table-layout:fixed;border-collapse:collapse;white-space:nowrap;width:100%;font-size:12px}.feed2020__grid th,.feed2020__grid td{box-sizing:border-box;text-align:center;text-overflow:ellipsis;border:1px solid #b3b3b3;padding:6px 10px;overflow:hidden}.feed2020__grid tbody td{height:var(--body-row-height,29px);overflow:hidden}.feed2020__grid thead th{z-index:1;background:#dbe8f0;font-weight:700;position:sticky;top:0}.feed2020__grid td.feed2020__col-breed{text-align:left;white-space:nowrap;font-weight:700}.feed2020__grid th:first-child,.feed2020__grid td:first-child{background:#fff;position:sticky;left:0}.feed2020__grid th:nth-child(2),.feed2020__grid td:nth-child(2){left:var(--no-col-width,60px);background:#fff;position:sticky}.feed2020__grid thead th:first-child,.feed2020__grid thead th:nth-child(2){z-index:2;background:#dbe8f0}.feed2030{color:#1f1f1f;padding:0 20px 20px;font-size:13px}.feed2030__page-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.feed2030__page-header h1{color:#1f1f1f;margin:0;font-size:17px;font-weight:700}.feed2030__page-actions{gap:8px;display:flex}.feed2030__page-actions button{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #999;padding:7px 16px;font-size:12px;font-weight:700}.feed2030__page-actions button:hover:not(:disabled){background:#f0f0f0}.feed2030__page-actions button:disabled{opacity:.45;cursor:not-allowed}.feed2030__error{color:#dc2626;margin:0 0 12px;font-size:13px}.feed2030__info-row{background:#ede4f5;border:1px solid #999;flex-wrap:wrap;align-items:center;margin-bottom:14px;display:flex}.feed2030__info-item{align-items:center;display:flex}.feed2030__field-label{color:#1f1f1f;align-items:center;padding:8px 10px 8px 14px;font-size:12px;font-weight:400;display:flex}.feed2030__info-row select{background:#fff;border:1px solid #999;min-width:220px;margin-right:14px;padding:5px 8px;font-size:13px}.feed2030__info-row select:focus{outline-offset:-2px;outline:2px solid #3a6ea5}.feed2030__main{grid-template-columns:190px 1fr;align-items:start;gap:10px;display:grid}.feed2030__history,.feed2030__detail{background:#fff;border:1px solid #999;max-height:1200px;overflow:auto}.feed2030__history{scrollbar-gutter:stable;overflow-x:hidden}.feed2030__history table,.feed2030__detail table{table-layout:fixed;border-collapse:collapse;white-space:nowrap;width:100%;font-size:12px}.feed2030__history th,.feed2030__history td,.feed2030__detail th,.feed2030__detail td{box-sizing:border-box;text-align:center;text-overflow:ellipsis;border:1px solid #b3b3b3;padding:6px 10px;overflow:hidden}.feed2030__history thead th,.feed2030__detail thead th{z-index:1;background:#dbe8f0;font-weight:700;position:sticky;top:0}.feed2030__detail thead tr:nth-child(2) th{top:var(--body-row-height,29px)}.feed2030__history thead tr{height:var(--body-row-height,29px)}.feed2030__history tbody td{height:var(--body-row-height,29px);overflow:hidden}.feed2030__history tbody tr{cursor:pointer}.feed2030__history tbody tr:hover{background:#f0f6fb}.feed2030__history-row--selected td{background:#cfe2f3}.feed2030__detail tbody td{height:var(--body-row-height,29px);overflow:hidden}.feed2030__detail thead tr{height:var(--body-row-height,29px)}.feed2030__col-field,.feed2030__detail td.feed2030__col-field{text-align:left}.feed2030__detail th:first-child,.feed2030__detail td:first-child{background:#fff;position:sticky;left:0}.feed2030__detail th:nth-child(2),.feed2030__detail td:nth-child(2){left:var(--ymd-col-width,110px);background:#fff;position:sticky}.feed2030__detail th:nth-child(3),.feed2030__detail td:nth-child(3){left:calc(var(--ymd-col-width,110px) + var(--gubun-col-width,90px));background:#fff;position:sticky}.feed2030__detail thead th:first-child,.feed2030__detail thead th:nth-child(2),.feed2030__detail thead th:nth-child(3){z-index:2;background:#dbe8f0}.feed2030__loading-overlay{color:#666;margin:8px 10px}@media (width<=1100px){.feed2030__main{grid-template-columns:1fr}}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-layout__header{background:#1f2937;flex:none;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}.app-layout__brand{color:#f9fafb;font-size:16px;font-weight:700}.app-layout__user{color:#f9fafb;align-items:center;gap:12px;font-size:14px;display:flex}.app-layout__user button{color:inherit;cursor:pointer;background:0 0;border:1px solid #4b5563;border-radius:4px;padding:6px 12px}.app-layout__user button:hover{background:#374151}.app-layout__body{flex:1;min-height:0;display:flex}.app-layout__content{flex:1;min-width:0;padding:24px;overflow-x:auto}
