@charset "UTF-8";.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border-radius:4px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-text-color);box-sizing:border-box}.dp__input::-moz-placeholder{opacity:.7}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::-moz-placeholder{color:var(--dp-disabled-color-text)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:1rem;height:1rem;stroke-width:0;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;left:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-left:35px}.dp__input_valid{box-shadow:0 0 4px var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 4px var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{position:absolute;background:var(--dp-background-color);border-radius:4px;min-width:260px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp__menu_index{z-index:99999}.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:#0000;cursor:default}.dp__arrow_top{left:50%;top:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-left:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(45deg)}.dp__arrow_bottom{left:50%;bottom:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-right:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__now_wrap{text-align:center;padding:2px 0}.dp__now_button{border:1px solid var(--dp-primary-color);color:var(--dp-primary-color);padding:0 4px;font-weight:700;border-radius:4px;font-size:1rem;cursor:pointer;background:#0000}.dp__preset_ranges,.dp__sidebar_left{padding:5px;border-right:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;border-left:1px solid var(--dp-border-color)}.dp__preset_range{padding:5px}.dp__preset_range:hover{background-color:var(--dp-hover-color);cursor:pointer}.dp__menu_content_wrapper{display:flex}.dp__calendar_wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;flex:0}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:35px;padding:5px;width:35px;box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:5px 0}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:.5rem}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:4px;height:35px;padding:5px;width:35px;border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-bottom-right-radius:0;border-top-right-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-bottom-left-radius:0;border-top-left-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-hover-color);border-radius:0;border-top:1px solid var(--dp-hover-color);border-bottom:1px solid var(--dp-hover-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-left:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-right:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-left:10px}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:4px;background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-right:5px}.dp__arrow_bottom_tp{left:50%;bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-right:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (max-width: 600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:35px;color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:25px;width:25px;color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:20px;width:20px}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__month_year_select{width:50%;text-align:center;cursor:pointer;height:35px;display:flex;align-items:center;justify-content:center;border-radius:4px;box-sizing:border-box}.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__month_year_wrap{display:flex;width:100%}.dp__overlay{position:absolute;width:100%;height:100%;background:var(--dp-background-color);top:0;left:0;transition:opacity 1s ease-out;z-index:99999;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color);box-sizing:border-box}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-left:auto;margin-right:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__overlay_container>.dp__overlay_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:3px;white-space:nowrap}.dp__overlay_cell_pad{padding:10px 0}.dp__overlay_cell_active{cursor:pointer;border-radius:4px;text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:4px;text-align:center}.dp__overlay_cell:hover,.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__overlay_action{position:sticky;bottom:0;background:#fff}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__month_picker_header{display:flex;width:100%;align-items:center;justify-content:space-between;height:35px}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color)}.dp__time_col_reg{padding:0 20px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{font-size:2rem;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0 3px}.dp__time_display:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button{padding:5px;margin:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:32px;width:32px}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__inc_dec_button_disabled:hover,.dp__inc_dec_button_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:10px;border-radius:4px;cursor:pointer}.dp__action_row{display:flex;align-items:center;width:100%;padding:10px;box-sizing:border-box;color:var(--dp-text-color);background:var(--dp-background-color)}.dp__action_row svg{height:20px;width:auto}.dp__selection_preview{width:50%;color:var(--dp-text-color);font-size:.8rem}.dp__action_buttons{width:50%;text-align:right}.dp__action{font-weight:700;cursor:pointer;padding:2px 5px;border-radius:4px;display:inline-flex;align-items:center}.dp__select{color:var(--dp-success-color)}.dp__action_disabled{color:var(--dp-success-color-disabled);cursor:not-allowed}.dp__cancel{color:var(--dp-secondary-color)}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%)}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%)}.dp__main{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);background:var(--dp-background-color);cursor:pointer;display:flex;align-items:center;align-content:center;justify-content:center;padding:10px;box-sizing:border-box;height:35px}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:20px;width:auto}.dp__button_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all .1s ease-out}.calendar-next-enter-from{opacity:0;transform:translate(22px)}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(-22px)}.calendar-prev-leave-to{opacity:0;transform:translate(22px)}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all .1s ease-out}.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(22px)}.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(-22px)}.dp-menu-appear-enter-from{opacity:0}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active{transition:opacity .1s ease}.dp-menu-appear-leave-to{opacity:1}.odelio-overview[data-v-42801a49]{display:flex;flex-direction:column;gap:22px}.odelio-overview-header[data-v-42801a49]{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.odelio-overview-header h4[data-v-42801a49]{margin:0;font-size:28px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.03em;color:#0f172a;display:flex;align-items:center;gap:12px}.odelio-overview-header h4[data-v-42801a49]:before{content:"";display:inline-block;width:6px;height:24px;background:rgb(var(--primary));border-radius:4px}.odelio-overview-header p[data-v-42801a49]{margin:6px 0 0;font-size:15px!important;line-height:1.45!important;color:#64748b}.odelio-kpi-grid[data-v-42801a49]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.odelio-ops-card[data-v-42801a49]{display:block;padding:14px 16px;border-radius:16px;border:1px solid #eef2f7;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.odelio-ops-card[data-v-42801a49]:hover{border-color:#d1d5db;box-shadow:0 8px 20px #0f172a0f;transform:translateY(-1px)}.odelio-metric-tile[data-v-42801a49]{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:14px;border:1px solid #eef2f7;background:#fbfdff;transition:border-color .2s ease,background .2s ease}a.odelio-metric-tile[data-v-42801a49]:hover{background:#fff}.odelio-kpi-card[data-v-42801a49]{transition:all .3s cubic-bezier(.4,0,.2,1)}.odelio-kpi-card[data-v-42801a49]:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0f172a14}.trend-badge[data-v-42801a49]{display:inline-flex;align-items:center;padding:4px 8px;border-radius:6px;font-weight:700;font-size:11px;gap:4px}small.up .trend-badge[data-v-42801a49]{color:#059669;background:#d1fae5;opacity:.7}small.down .trend-badge[data-v-42801a49]{color:#dc2626;background:#fee2e2;opacity:.7}.odelio-card-header a[data-v-42801a49],.odelio-row-link[data-v-42801a49],.odelio-stock-value a[data-v-42801a49],.odelio-recipe-note a[data-v-42801a49]{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:14px!important;line-height:1.25!important;font-weight:800!important;color:#6d28d9}.odelio-section[data-v-42801a49]{padding:18px;border-radius:22px;background:#ffffffd1;border:1px solid #e8edf5;box-shadow:0 14px 40px #0f172a0b}.odelio-section>h4[data-v-42801a49],.odelio-flow-heading h4[data-v-42801a49]{margin:0;font-size:20px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.025em;color:#070b1a}.odelio-flow-heading p[data-v-42801a49]{margin:4px 0 0;font-size:14px!important;color:#64748b}.odelio-attention-grid[data-v-42801a49]{display:grid;grid-template-columns:1.15fr 1fr;gap:16px;margin-top:16px}.odelio-attention-panel[data-v-42801a49],.odelio-flow-card[data-v-42801a49]{padding:18px;border-radius:18px;background:#fff;border:1px solid #edf2f7}.odelio-card-header[data-v-42801a49]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.odelio-card-header h5[data-v-42801a49],.odelio-flow-card h5[data-v-42801a49]{margin:0;font-size:17px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.02em;color:#070b1a}.odelio-card-header a[data-v-42801a49]{margin-top:0}.odelio-inventory-grid[data-v-42801a49],.odelio-menu-impact-grid[data-v-42801a49]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.odelio-signal-card[data-v-42801a49]{padding:16px;border-radius:16px;background:#fbfdff;border:1px solid #eef2f7}.odelio-signal-card.amber[data-v-42801a49]{background:#fffdf7}.odelio-signal-card.soft-red[data-v-42801a49]{background:#fff7ed;border-color:#fed7aa}.odelio-signal-card.red[data-v-42801a49],.odelio-signal-card.bold-red[data-v-42801a49]{background:#fff7f7;border-color:#fecaca}.odelio-signal-title[data-v-42801a49]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.odelio-signal-title span[data-v-42801a49]{position:relative;font-size:13px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:.04em;text-transform:uppercase}.odelio-signal-title span[data-v-42801a49]:before{position:absolute;left:0;top:5px;width:8px;height:8px;border-radius:999px}.odelio-signal-title strong[data-v-42801a49]{min-width:30px;height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:13px!important;font-weight:850!important}.odelio-signal-card.amber .odelio-signal-title span[data-v-42801a49],.odelio-signal-card.amber .odelio-signal-title strong[data-v-42801a49]{color:#d97706}.odelio-signal-card.amber .odelio-signal-title span[data-v-42801a49]:before{background:#f59e0b}.odelio-signal-card.amber .odelio-signal-title strong[data-v-42801a49]{background:#fef3c7}.odelio-signal-card.soft-red .odelio-signal-title span[data-v-42801a49],.odelio-signal-card.soft-red .odelio-signal-title strong[data-v-42801a49]{color:#c2410c}.odelio-signal-card.soft-red .odelio-signal-title span[data-v-42801a49]:before{background:#ea580c}.odelio-signal-card.soft-red .odelio-signal-title strong[data-v-42801a49]{background:#fed7aa}.odelio-signal-card.red .odelio-signal-title span[data-v-42801a49],.odelio-signal-card.red .odelio-signal-title strong[data-v-42801a49],.odelio-signal-card.bold-red .odelio-signal-title span[data-v-42801a49],.odelio-signal-card.bold-red .odelio-signal-title strong[data-v-42801a49]{color:#dc2626}.odelio-signal-card.red .odelio-signal-title span[data-v-42801a49]:before,.odelio-signal-card.bold-red .odelio-signal-title span[data-v-42801a49]:before{background:#ef4444}.odelio-signal-card.red .odelio-signal-title strong[data-v-42801a49],.odelio-signal-card.bold-red .odelio-signal-title strong[data-v-42801a49]{background:#fee2e2}.odelio-data-row[data-v-42801a49]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef2f7}.odelio-data-row[data-v-42801a49]:last-child{border-bottom:0}.odelio-data-row h6[data-v-42801a49],.odelio-menu-info h6[data-v-42801a49]{margin:0;font-size:14px!important;line-height:1.28!important;font-weight:850!important;color:#0f172a}.odelio-data-row p[data-v-42801a49],.odelio-empty[data-v-42801a49],.odelio-menu-info p[data-v-42801a49]{margin:4px 0 0;font-size:13px!important;line-height:1.35!important;color:#64748b}.odelio-badge[data-v-42801a49]{padding:6px 10px;border-radius:999px;font-size:12px!important;line-height:1!important;font-weight:850!important;white-space:nowrap}.odelio-badge.amber[data-v-42801a49]{background:#fef3c7;color:#d97706}.odelio-badge.red[data-v-42801a49]{background:#fee2e2;color:#dc2626}.odelio-stock-value[data-v-42801a49]{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding:18px;border-radius:16px;background:linear-gradient(135deg,#faf7ff,#fff);border:1px solid #ede9fe}.odelio-stock-value span[data-v-42801a49]{display:block;margin-bottom:6px;font-size:13px!important;color:#64748b}.odelio-stock-value strong[data-v-42801a49]{font-size:20px!important;line-height:1.2!important;font-weight:850!important;color:#0f172a}.odelio-stock-value a[data-v-42801a49],.odelio-recipe-note a[data-v-42801a49]{margin-top:0;white-space:nowrap}.odelio-recipe-note[data-v-42801a49]{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding:14px 16px;border-radius:15px;background:#fff8ed;border:1px solid #fed7aa}.odelio-recipe-note strong[data-v-42801a49]{display:block;font-size:14px!important;line-height:1.35!important;font-weight:850!important;color:#9a3412}.odelio-recipe-note p[data-v-42801a49]{margin:3px 0 0;font-size:13px!important;color:#9a3412}.odelio-flow-grid[data-v-42801a49]{display:grid;grid-template-columns:1fr 1.1fr .85fr;gap:16px;margin-top:14px}.odelio-menu-row[data-v-42801a49]{display:grid;grid-template-columns:24px 1fr 1.4fr auto;align-items:center;gap:12px;padding:10px 0}.odelio-menu-row>span[data-v-42801a49]{font-size:14px!important;font-weight:850!important;color:#0f172a}.odelio-menu-row>strong[data-v-42801a49]{font-size:14px!important;font-weight:850!important;color:#0f172a;white-space:nowrap}.odelio-flow-bar[data-v-42801a49],.odelio-stock-bar[data-v-42801a49]{height:4px;overflow:hidden;border-radius:999px;background:#e9e6f7}.odelio-flow-bar span[data-v-42801a49]{display:block;height:100%;border-radius:inherit;background:#7c3aed}.odelio-movement-grid[data-v-42801a49]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.odelio-movement-grid h6[data-v-42801a49]{margin:0 0 12px;font-size:14px!important;font-weight:850!important;color:#334155}.odelio-movement-row[data-v-42801a49],.odelio-restock-row[data-v-42801a49]{padding:9px 0;border-bottom:1px solid #eef2f7}.odelio-movement-row div[data-v-42801a49]:first-child,.odelio-restock-row[data-v-42801a49]{display:flex;align-items:center;justify-content:space-between;gap:12px}.odelio-movement-row span[data-v-42801a49],.odelio-restock-row span[data-v-42801a49]{font-size:14px!important;font-weight:750!important;color:#0f172a}.odelio-movement-row small[data-v-42801a49],.odelio-restock-row strong[data-v-42801a49]{font-size:13px!important;font-weight:800!important;color:#334155}.odelio-stock-bar[data-v-42801a49]{margin-top:8px}.odelio-stock-bar span[data-v-42801a49]{display:block;height:100%;border-radius:inherit;background:#16a34a}.odelio-flow-card.insight[data-v-42801a49]{background:linear-gradient(135deg,#fff,#fcfbff)}.odelio-insight-box[data-v-42801a49]{margin-top:18px;padding:20px;border-radius:16px;background:#fff;border:1px solid #ede9fe}.odelio-insight-box strong[data-v-42801a49]{display:block;font-size:18px!important;line-height:1.4!important;font-weight:850!important;color:#0f172a}.odelio-insight-box p[data-v-42801a49]{margin:10px 0 0;font-size:14px!important;line-height:1.55!important;color:#64748b}.odelio-row-link.danger[data-v-42801a49]{color:#dc2626}@media (max-width: 1399px){.odelio-flow-grid[data-v-42801a49]{grid-template-columns:1fr 1fr}.odelio-flow-card.insight[data-v-42801a49]{grid-column:span 2}}@media (max-width: 1199px){.odelio-kpi-grid[data-v-42801a49],.odelio-attention-grid[data-v-42801a49]{grid-template-columns:repeat(2,minmax(0,1fr))}.odelio-inventory-grid[data-v-42801a49],.odelio-menu-impact-grid[data-v-42801a49],.odelio-movement-grid[data-v-42801a49]{grid-template-columns:1fr}}@media (max-width: 767px){.odelio-overview-header[data-v-42801a49]{flex-direction:column}.odelio-kpi-grid[data-v-42801a49],.odelio-attention-grid[data-v-42801a49],.odelio-flow-grid[data-v-42801a49]{grid-template-columns:1fr}.odelio-flow-card.insight[data-v-42801a49]{grid-column:span 1}.odelio-menu-row[data-v-42801a49]{grid-template-columns:24px 1fr}.odelio-flow-bar[data-v-42801a49],.odelio-menu-row>strong[data-v-42801a49]{grid-column:2}.odelio-stock-value[data-v-42801a49],.odelio-recipe-note[data-v-42801a49]{align-items:flex-start;flex-direction:column}}.odelio-kpi-card.green.loss h3[data-v-42801a49]{color:#dc2626}.odelio-flow-card[data-v-42801a49]{height:100%}.odelio-flow-grid[data-v-42801a49]{align-items:stretch}.odelio-dashboard[data-v-3a646905]{display:flex;flex-direction:column;gap:24px}.odelio-dashboard-header[data-v-3a646905]{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.odelio-dashboard-title[data-v-3a646905]{margin:0;font-size:26px;line-height:1.25;font-weight:800;color:#0f172a;letter-spacing:-.02em}.odelio-dashboard-subtitle[data-v-3a646905]{margin-top:6px;font-size:15px;line-height:1.5;color:#64748b}@media (max-width: 767px){.odelio-dashboard-header[data-v-3a646905]{flex-direction:column}.odelio-dashboard-title[data-v-3a646905]{font-size:22px}}.odelio-financial-detail[data-v-c5ef372b]{display:flex;flex-direction:column;gap:20px}.financial-hero[data-v-c5ef372b]{display:flex;justify-content:space-between;gap:16px;padding:24px;border-radius:28px;background:radial-gradient(circle at top left,rgba(14,165,233,.2),transparent 32%),linear-gradient(135deg,#0f172a,#164e63);color:#fff;box-shadow:0 22px 55px #0f172a38}.metric-cost .financial-hero[data-v-c5ef372b]{background:radial-gradient(circle at top left,rgba(251,146,60,.24),transparent 34%),linear-gradient(135deg,#1c1917,#9a3412)}.metric-profit .financial-hero[data-v-c5ef372b]{background:radial-gradient(circle at top left,rgba(52,211,153,.22),transparent 34%),linear-gradient(135deg,#052e16,#047857)}.back-link[data-v-c5ef372b],.detail-action[data-v-c5ef372b]{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800}.back-link[data-v-c5ef372b]{color:#ffffffc7;margin-bottom:18px}.eyebrow[data-v-c5ef372b]{margin:0 0 6px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#67e8f9}.metric-cost .eyebrow[data-v-c5ef372b]{color:#fed7aa}.metric-profit .eyebrow[data-v-c5ef372b]{color:#bbf7d0}.financial-hero h2[data-v-c5ef372b]{margin:0;font-size:32px;line-height:1.1;font-weight:950;letter-spacing:-.04em}.hero-context[data-v-c5ef372b]{max-width:680px;margin:10px 0 0;color:#ffffffb8;font-size:13px;line-height:1.6}.period-pill[data-v-c5ef372b]{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#ffffffdb;font-size:12px;font-weight:800;white-space:nowrap}.focus-panel[data-v-c5ef372b]{display:grid;grid-template-columns:minmax(260px,.9fr) 1.4fr;gap:14px}.focus-main[data-v-c5ef372b],.focus-stats>div[data-v-c5ef372b],.breakdown-card[data-v-c5ef372b],.related-card[data-v-c5ef372b]{border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 30px #0f172a0d}.focus-main[data-v-c5ef372b]{border-radius:24px;padding:22px;border-color:#bae6fd}.metric-cost .focus-main[data-v-c5ef372b]{border-color:#fed7aa}.metric-profit .focus-main[data-v-c5ef372b]{border-color:#bbf7d0}.focus-main span[data-v-c5ef372b],.focus-stats span[data-v-c5ef372b],.formula-strip span[data-v-c5ef372b],.related-card>span[data-v-c5ef372b]{display:block;color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.focus-main strong[data-v-c5ef372b]{display:block;margin-top:8px;color:#0f172a;font-size:30px;font-weight:950;letter-spacing:-.04em}.focus-main p[data-v-c5ef372b]{margin:8px 0 0;color:#64748b;font-size:12px;line-height:1.5;font-weight:700}.focus-stats[data-v-c5ef372b]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.focus-stats>div[data-v-c5ef372b]{border-radius:20px;padding:18px}.focus-stats strong[data-v-c5ef372b]{display:block;margin-top:8px;color:#0f172a;font-size:18px;font-weight:950;word-break:break-word}.breakdown-card[data-v-c5ef372b],.related-card[data-v-c5ef372b]{border-radius:24px;padding:20px}.section-heading[data-v-c5ef372b]{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.section-heading.compact[data-v-c5ef372b]{margin-bottom:12px}.section-heading h3[data-v-c5ef372b]{margin:0;color:#0f172a;font-size:15px;font-weight:950}.section-heading p[data-v-c5ef372b]{margin:4px 0 0;color:#94a3b8;font-size:11px;font-weight:700}.detail-action[data-v-c5ef372b]{color:#0891b2;white-space:nowrap}.formula-strip[data-v-c5ef372b]{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1.25fr;gap:12px;align-items:center}.compact-formula[data-v-c5ef372b]{grid-template-columns:1fr auto 1fr auto 1fr}.formula-strip div[data-v-c5ef372b],.formula-notes div[data-v-c5ef372b]{padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #edf2f7}.formula-strip strong[data-v-c5ef372b]{display:block;margin-top:5px;color:#0f172a;font-size:14px;font-weight:950}.formula-strip i[data-v-c5ef372b]{color:#94a3b8;font-size:11px}.formula-strip .formula-result[data-v-c5ef372b]{background:#ecfeff;border-color:#a5f3fc}.metric-profit .formula-strip .formula-result[data-v-c5ef372b]{background:#ecfdf5;border-color:#bbf7d0}.formula-notes[data-v-c5ef372b]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.formula-notes i[data-v-c5ef372b]{color:#ea580c;font-size:15px;margin-bottom:12px}.formula-notes strong[data-v-c5ef372b]{display:block;color:#0f172a;font-size:13px;font-weight:950}.formula-notes span[data-v-c5ef372b]{display:block;margin-top:5px;color:#64748b;font-size:11px;line-height:1.45;font-weight:700}.detail-table-wrap[data-v-c5ef372b]{max-height:520px;overflow:auto}.detail-table[data-v-c5ef372b]{width:100%;border-collapse:collapse}.detail-table th[data-v-c5ef372b]{position:sticky;top:0;background:#fff;color:#94a3b8;font-size:10px;font-weight:950;text-align:right;text-transform:uppercase;padding:10px 8px;border-bottom:1px solid #e5e7eb}.detail-table th[data-v-c5ef372b]:first-child,.detail-table td[data-v-c5ef372b]:first-child{text-align:left}.detail-table td[data-v-c5ef372b]{color:#334155;font-size:12px;font-weight:800;text-align:right;padding:12px 8px;border-bottom:1px solid #f1f5f9;white-space:nowrap}.detail-table td strong[data-v-c5ef372b],.item-row strong[data-v-c5ef372b]{display:block;color:#0f172a;font-size:12px;font-weight:950}.detail-table td span[data-v-c5ef372b],.item-row span[data-v-c5ef372b]{display:block;color:#94a3b8;font-size:10px;font-weight:700;margin-top:3px}.item-list[data-v-c5ef372b]{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow:auto}.item-row[data-v-c5ef372b]{display:flex;justify-content:space-between;gap:16px;padding:13px;border:1px solid #f1f5f9;border-radius:16px;background:#fff}.item-values[data-v-c5ef372b]{text-align:right;white-space:nowrap}.item-values span[data-v-c5ef372b]{color:#334155;font-weight:850}.negative[data-v-c5ef372b]{color:#dc2626!important}.empty-state[data-v-c5ef372b]{padding:34px 16px;border:1px dashed #cbd5e1;border-radius:18px;color:#64748b;font-size:12px;font-weight:800;text-align:center}.related-card[data-v-c5ef372b]{display:flex;align-items:center;justify-content:space-between;gap:12px}.related-card div[data-v-c5ef372b]{display:flex;flex-wrap:wrap;gap:10px}.related-card a[data-v-c5ef372b]{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:#f8fafc;color:#0f172a;font-size:11px;font-weight:900}@media (max-width: 1180px){.focus-panel[data-v-c5ef372b],.focus-stats[data-v-c5ef372b],.formula-notes[data-v-c5ef372b]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1024px){.formula-strip[data-v-c5ef372b],.compact-formula[data-v-c5ef372b]{grid-template-columns:1fr}.formula-strip i[data-v-c5ef372b]{display:none}}@media (max-width: 767px){.financial-hero[data-v-c5ef372b]{flex-direction:column;padding:20px;border-radius:22px}.financial-hero h2[data-v-c5ef372b]{font-size:26px}.focus-panel[data-v-c5ef372b],.focus-stats[data-v-c5ef372b],.formula-notes[data-v-c5ef372b]{grid-template-columns:1fr}.section-heading[data-v-c5ef372b],.item-row[data-v-c5ef372b],.related-card[data-v-c5ef372b]{flex-direction:column;align-items:flex-start}.item-values[data-v-c5ef372b]{text-align:left}}.odelio-login-page[data-v-32ab13a9]{min-height:100vh;padding:28px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 12% 12%,rgba(37,99,235,.12),transparent 28%),radial-gradient(circle at 88% 82%,rgba(14,165,233,.1),transparent 30%),#f8fafc}.odelio-login-shell[data-v-32ab13a9]{width:min(1120px,100%);min-height:680px;display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border-radius:30px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 26px 80px #0f172a1f}.odelio-login-brand[data-v-32ab13a9]{position:relative;padding:54px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;color:#fff;background:linear-gradient(145deg,#0f172a,#1e293b)}.odelio-login-brand[data-v-32ab13a9]:before{content:"";position:absolute;width:340px;height:340px;top:-110px;right:-110px;border-radius:999px;background:#2563eb47}.odelio-login-brand[data-v-32ab13a9]:after{content:"";position:absolute;width:220px;height:220px;left:-70px;bottom:-70px;border-radius:999px;background:#0ea5e929}.odelio-brand-top[data-v-32ab13a9],.odelio-brand-copy[data-v-32ab13a9],.odelio-platform-footer[data-v-32ab13a9]{position:relative;z-index:1}.odelio-brand-logo[data-v-32ab13a9]{width:260px;min-height:130px;display:flex;align-items:center;justify-content:flex-start}.odelio-brand-logo img[data-v-32ab13a9]{max-width:260px;max-height:130px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;mix-blend-mode:lighten;background:transparent;filter:drop-shadow(0 18px 40px rgba(0,0,0,.45)) drop-shadow(0 0 24px rgba(59,130,246,.18));opacity:.98}.odelio-brand-copy[data-v-32ab13a9]{margin-top:auto}.odelio-brand-copy span[data-v-32ab13a9]{display:inline-flex;margin-bottom:18px;padding:8px 14px;border-radius:999px;color:#bfdbfe;background:#ffffff14;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.odelio-brand-copy h1[data-v-32ab13a9]{max-width:460px;margin:0;font-size:54px;line-height:1;font-weight:900;letter-spacing:-.06em;color:#fff}.odelio-brand-copy p[data-v-32ab13a9]{max-width:470px;margin-top:22px;color:#cbd5e1;font-size:16px;line-height:1.75}.odelio-platform-footer[data-v-32ab13a9]{margin-top:auto;padding-top:28px}.odelio-platform-link[data-v-32ab13a9]{display:inline-flex;align-items:center;gap:9px;text-decoration:none;transition:opacity .2s ease}.odelio-platform-link[data-v-32ab13a9]:hover{opacity:.86}.odelio-platform-link img[data-v-32ab13a9]{width:14px;height:14px;-o-object-fit:contain;object-fit:contain;opacity:.86}.odelio-platform-link span[data-v-32ab13a9]{display:block;color:#ffffff85;font-size:11px;font-weight:600;letter-spacing:.01em}.odelio-login-main[data-v-32ab13a9]{padding:42px;display:flex;align-items:center;justify-content:center}.odelio-login-card[data-v-32ab13a9]{width:min(420px,100%)}.odelio-mobile-logo[data-v-32ab13a9]{display:none;margin-bottom:24px}.odelio-mobile-logo img[data-v-32ab13a9]{width:132px}.odelio-login-heading span[data-v-32ab13a9]{color:#2563eb;font-size:13px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.odelio-login-heading h2[data-v-32ab13a9]{margin:8px 0 0;color:#0f172a;font-size:34px;line-height:1.1;font-weight:900;letter-spacing:-.05em}.odelio-login-heading p[data-v-32ab13a9]{margin-top:10px;color:#64748b;font-size:14px;line-height:1.7}.odelio-alert[data-v-32ab13a9]{margin-top:20px;padding:13px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-radius:16px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;font-size:13px}.odelio-login-form[data-v-32ab13a9]{margin-top:26px;display:flex;flex-direction:column;gap:16px}.odelio-field label[data-v-32ab13a9]{display:block;margin-bottom:8px;color:#334155;font-size:13px;font-weight:800}.odelio-field input[data-v-32ab13a9]{width:100%;height:50px;padding:0 16px;border-radius:16px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:14px;outline:none;transition:all .18s ease}.odelio-field input[data-v-32ab13a9]:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.odelio-field input.invalid[data-v-32ab13a9]{border-color:#ef4444}.odelio-login-row[data-v-32ab13a9]{display:flex;align-items:center;justify-content:space-between;gap:14px}.odelio-forgot-link[data-v-32ab13a9]{color:#2563eb;font-size:12px;font-weight:800}.odelio-login-submit[data-v-32ab13a9]{width:100%;height:52px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;font-size:15px;box-shadow:0 14px 30px #2563eb3d}.odelio-demo-card[data-v-32ab13a9]{margin-top:24px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.odelio-demo-card h3[data-v-32ab13a9]{margin-bottom:11px;color:#334155;font-size:13px;font-weight:900;text-align:center}.odelio-demo-card nav[data-v-32ab13a9]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.odelio-demo-card button[data-v-32ab13a9]{height:38px;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800}@media (max-width: 900px){.odelio-login-shell[data-v-32ab13a9]{grid-template-columns:1fr;min-height:auto}.odelio-login-brand[data-v-32ab13a9]{display:none}.odelio-mobile-logo[data-v-32ab13a9]{display:block}}@media (max-width: 520px){.odelio-login-page[data-v-32ab13a9]{padding:14px;align-items:flex-start}.odelio-login-main[data-v-32ab13a9]{padding:28px 22px}.odelio-login-heading h2[data-v-32ab13a9]{font-size:28px}}.branch-section[data-v-8c7e2564]{border-bottom:1px solid #eef2f7;padding-bottom:16px;margin-bottom:16px}.branch-section-header[data-v-8c7e2564]{width:100%;display:flex;align-items:center;justify-content:space-between;color:#111827;font-weight:800;margin-bottom:16px}.branch-muted-box[data-v-8c7e2564]{border:1px dashed #cbd5e1;background:#f8fafc;border-radius:12px;padding:10px 12px;color:#64748b;font-size:13px}.branch-guardrail-box[data-v-8c7e2564]{border:1px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff,#fff);border-radius:16px;padding:14px}.branch-guardrail-heading[data-v-8c7e2564]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.branch-guardrail-heading strong[data-v-8c7e2564]{display:block;color:#0f172a;font-size:14px;font-weight:900}.branch-guardrail-heading small[data-v-8c7e2564]{display:block;margin-top:3px;color:#475569;font-size:12px;line-height:16px}.branch-cost-preview[data-v-8c7e2564]{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.branch-cost-preview span[data-v-8c7e2564]{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.branch-cost-preview .healthy[data-v-8c7e2564]{background:#dcfce7;color:#16a34a}.branch-cost-preview .monitor[data-v-8c7e2564]{background:#fef3c7;color:#d97706}.branch-cost-preview .warning[data-v-8c7e2564]{background:#ffedd5;color:#ea580c}.branch-cost-preview .critical[data-v-8c7e2564]{background:#fee2e2;color:#dc2626}.branch-toggle-grid[data-v-8c7e2564]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.branch-toggle-card[data-v-8c7e2564]{display:flex;align-items:flex-start;gap:10px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:12px;cursor:pointer}.branch-toggle-card input[data-v-8c7e2564]{margin-top:3px;flex-shrink:0}.branch-toggle-card strong[data-v-8c7e2564]{display:block;color:#111827;font-size:13px;line-height:18px}.branch-toggle-card small[data-v-8c7e2564]{display:block;margin-top:2px;color:#64748b;font-size:12px;line-height:16px}@media (max-width: 768px){.branch-toggle-grid[data-v-8c7e2564]{grid-template-columns:1fr}}.recipe-column-resizer[data-v-4f0c7fd4]{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:5}.recipe-column-resizer[data-v-4f0c7fd4]:hover{background:#3b82f62e}.filter-popover[data-v-4f0c7fd4]{position:fixed;z-index:9999;width:340px;max-height:460px;padding:12px;border-radius:12px;background:#fff;color:#4b5563;border:1px solid #e5e7eb;box-shadow:0 18px 35px #0f172a29;text-transform:none;letter-spacing:0}.filter-title[data-v-4f0c7fd4]{text-align:center;font-size:13px;font-weight:700;margin-bottom:12px;color:#374151}.filter-search[data-v-4f0c7fd4]{height:40px;border:1px solid #dbeafe;border-radius:8px;background:#f9fafb;display:flex;align-items:center;gap:10px;padding:0 12px;margin-bottom:10px}.filter-search input[data-v-4f0c7fd4]{width:100%;border:none;outline:none;background:transparent;color:#374151;font-size:13px}.filter-search button[data-v-4f0c7fd4]{border:none;background:transparent;color:#9ca3af}.filter-head[data-v-4f0c7fd4],.filter-row[data-v-4f0c7fd4]{display:grid;grid-template-columns:26px 1fr 48px;gap:6px;align-items:center}.filter-head[data-v-4f0c7fd4]{padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:12px;font-weight:700;color:#374151}.filter-list[data-v-4f0c7fd4]{max-height:260px;overflow-y:auto;padding-bottom:8px}.filter-row[data-v-4f0c7fd4]{padding:7px 0;font-size:12px;cursor:pointer}.filter-row[data-v-4f0c7fd4]:hover{background:#f8fafc}.filter-head input[data-v-4f0c7fd4]{margin-left:0}.filter-row input[data-v-4f0c7fd4]{margin-left:6px}.filter-row span[data-v-4f0c7fd4]:nth-child(2),.filter-head div[data-v-4f0c7fd4]:nth-child(2){text-align:left}.filter-row span[data-v-4f0c7fd4]:nth-child(3),.filter-head div[data-v-4f0c7fd4]:nth-child(3){text-align:right}.filter-empty[data-v-4f0c7fd4]{padding:14px 0;font-size:12px;color:#9ca3af}.filter-popover[data-v-4f0c7fd4],.filter-popover[data-v-4f0c7fd4] *{text-align:left}.filter-head div[data-v-4f0c7fd4]:nth-child(3),.filter-row span[data-v-4f0c7fd4]:nth-child(3){text-align:right}.filter-icon[data-v-4f0c7fd4]{color:transparent;-webkit-text-stroke:1.4px #5b6b7c}.filter-icon.active[data-v-4f0c7fd4]{color:#5b6b7c;-webkit-text-stroke:0}.filter-footer[data-v-4f0c7fd4]{margin-top:10px;font-size:12px;color:#6b7280;text-align:right}.branch-mini-badge[data-v-52c882cd]{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:800;white-space:nowrap}.branch-mini-badge.soft[data-v-52c882cd]{background:#f1f5f9;color:#475569}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer: coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}.offer-modal-body[data-v-ec62363f]{max-height:65vh;overflow-y:auto;padding-right:4px}.offer-block[data-v-ec62363f]{border-bottom:1px solid #eef2f7;padding-bottom:14px;margin-bottom:14px}.offer-block-title[data-v-ec62363f]{width:100%;display:flex;align-items:center;justify-content:space-between;color:#1f2937;font-size:18px;font-weight:700;margin-bottom:14px}.offer-chip[data-v-ec62363f]{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;font-size:13px}.offer-menu-title-row[data-v-ec62363f]{margin-bottom:14px}.offer-menu-title-row .offer-block-title[data-v-ec62363f]{margin-bottom:0}.offer-apply-row[data-v-ec62363f]{display:flex;align-items:center;gap:26px;margin-bottom:18px}.offer-apply-label[data-v-ec62363f]{margin:0;padding:0;height:24px;display:flex;align-items:center;line-height:24px;flex:0 0 auto}.offer-apply-radio-group[data-v-ec62363f]{display:flex;align-items:center;gap:28px;margin:0;padding:0;min-height:24px}.offer-apply-radio-group .db-field-radio[data-v-ec62363f]{display:flex;align-items:center;gap:10px;margin:0;padding:0;min-height:24px}.offer-apply-radio-group .custom-radio[data-v-ec62363f]{display:flex;align-items:center;justify-content:center;margin:0}.offer-apply-radio-group .custom-radio-span[data-v-ec62363f]{margin:0}.offer-apply-radio-group .db-field-label[data-v-ec62363f]{margin:0;padding:0;line-height:24px;height:24px;display:flex;align-items:center}.offer-inline-add-btn[data-v-ec62363f]{width:26px;height:26px;border-radius:8px;background:#dbeafe;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;margin:0;font-size:12px;flex-shrink:0}.offer-menu-table[data-v-ec62363f]{border:1px solid #e5e7eb;border-radius:0;overflow:visible}.offer-menu-table-head[data-v-ec62363f]{display:grid;grid-template-columns:1fr 96px;gap:10px;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#475569;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.offer-menu-block[data-v-ec62363f]{border-bottom:1px solid #eef2f7;background:#fff}.offer-menu-block[data-v-ec62363f]:last-child{border-bottom:none}.offer-menu-block .offer-attribute-rules[data-v-ec62363f]{padding:0 12px 12px}.offer-menu-row[data-v-ec62363f]{position:relative;display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:none;background:#fff;overflow:visible}.offer-menu-row[data-v-ec62363f]:last-child{border-bottom:none}.offer-menu-row .offer-menu-select[data-v-ec62363f],.offer-menu-row .offer-menu-text[data-v-ec62363f]{flex:1;min-width:0}.offer-menu-actions[data-v-ec62363f]{width:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:center}.offer-remove-btn[data-v-ec62363f]{width:40px;height:40px;border-radius:10px;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center}.offer-menu-select[data-v-ec62363f]{position:relative;z-index:30;min-height:44px}.offer-menu-select[data-v-ec62363f] .vue-select-header{min-height:44px}.offer-menu-select[data-v-ec62363f] .vue-dropdown{min-width:100%;max-height:360px;overflow-y:auto;font-size:15px;z-index:9999}.offer-menu-select[data-v-ec62363f] .vue-dropdown-item{padding:12px 16px;line-height:1.4}.offer-menu-text[data-v-ec62363f]{padding:10px 0;color:#6b6f92;font-size:15px;line-height:1.4}.offer-muted-box[data-v-ec62363f]{border:1px dashed #cbd5e1;background:#f8fafc;border-radius:10px;padding:10px 12px;color:#64748b;font-size:13px}.offer-applied-menu-block[data-v-ec62363f]{border-bottom:none;padding-bottom:0;margin-bottom:0}.offer-applied-menu-block .offer-menu-table[data-v-ec62363f]{margin-bottom:0}.offer-menu-table-head.view-mode[data-v-ec62363f],.offer-menu-row.view-mode[data-v-ec62363f]{grid-template-columns:1fr}.offer-menu-row.view-mode[data-v-ec62363f]{padding:14px 18px}.offer-menu-row.view-mode .offer-menu-text[data-v-ec62363f]{padding:0}@media (max-width: 768px){.offer-drawer[data-v-ec62363f]{width:100vw;max-width:100vw}.offer-apply-row[data-v-ec62363f]{gap:12px;flex-wrap:wrap}}.bxgy-section[data-v-ec62363f]{border:1px solid #e5e7eb;background:#fff;padding:14px;margin-bottom:14px}.bxgy-section-header[data-v-ec62363f]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.bxgy-title[data-v-ec62363f]{color:#1f2937;font-size:16px;font-weight:700;margin:0}.bxgy-subtitle[data-v-ec62363f]{color:#6b6f92;font-size:13px;margin:4px 0 0}.bxgy-section .offer-inline-add-btn[data-v-ec62363f]{width:34px;height:34px;border-radius:10px}.bxgy-menu-row[data-v-ec62363f]{position:relative;overflow:visible}.bxgy-menu-row[data-v-ec62363f]:focus-within{z-index:1000}.bxgy-menu-row .offer-menu-select[data-v-ec62363f]{position:relative;z-index:10}.bxgy-menu-row:focus-within .offer-menu-select[data-v-ec62363f]{z-index:1001}.bxgy-menu-row .offer-menu-select[data-v-ec62363f] .vue-dropdown{z-index:1002}.bxgy-table-head[data-v-ec62363f],.bxgy-menu-row[data-v-ec62363f]{display:grid;grid-template-columns:1fr 90px 64px;gap:12px;align-items:center}.bxgy-qty-input[data-v-ec62363f]{text-align:center}@media print{.hidden-print[data-v-ae7328ba]{display:none!important}}.item-block[data-v-bb7b6b4a]{border-bottom:1px solid #eef2f7;padding-bottom:14px;margin-bottom:14px}.item-block-title[data-v-bb7b6b4a]{width:100%;display:flex;align-items:center;justify-content:space-between;color:#1f2937;font-size:18px;font-weight:700;margin-bottom:14px}.item-modal-body[data-v-bb7b6b4a]{max-height:65vh;overflow-y:auto;padding-right:4px}.customization-add-btn[data-v-bb7b6b4a]{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:10px;background:#dbeafe;color:#2563eb;font-size:13px;font-weight:600}.customization-card[data-v-bb7b6b4a]{border:1px solid #e5e7eb;background:#fff;padding:14px;margin-bottom:14px}.customization-card-header[data-v-bb7b6b4a]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.customization-option-check[data-v-bb7b6b4a]{display:flex;align-items:center;gap:10px;font-size:14px;color:#111827}.customization-remove-group[data-v-bb7b6b4a]{width:36px;height:36px;border-radius:8px;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center}.customization-options[data-v-bb7b6b4a]{margin-top:12px}.customization-option-row[data-v-bb7b6b4a]{display:grid;grid-template-columns:1fr 180px;gap:10px;align-items:center;padding:8px 0;border-top:1px solid #eef2f7}.customization-empty[data-v-bb7b6b4a]{border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;font-size:13px;padding:10px 12px;margin-top:12px}@media (max-width: 640px){.customization-option-row[data-v-bb7b6b4a]{grid-template-columns:1fr}}.customization-wrapper[data-v-bb7b6b4a]{display:flex;flex-direction:column;gap:16px}.customization-card[data-v-bb7b6b4a]{border:1px solid #e5e7eb;background:#fff;padding:16px}.customization-card-header[data-v-bb7b6b4a]{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.customization-card-title[data-v-bb7b6b4a]{font-size:16px;font-weight:700;color:#111827;margin:0}.customization-add-btn[data-v-bb7b6b4a]{width:34px;height:34px;border-radius:10px;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center}.customization-options[data-v-bb7b6b4a]{margin-top:14px}.customization-option-row[data-v-bb7b6b4a]{display:grid;grid-template-columns:1fr 180px 60px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}.customization-option-row[data-v-bb7b6b4a]:last-child{border-bottom:none}.customization-option-head[data-v-bb7b6b4a]{font-size:12px;font-weight:700;text-transform:uppercase;color:#64748b}.customization-attribute-row[data-v-bb7b6b4a]{display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:center;margin-bottom:14px}.customization-empty[data-v-bb7b6b4a]{margin-top:12px;padding:12px;border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;font-size:13px}.production-hint-box[data-v-bb7b6b4a]{border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;border-radius:12px;padding:10px 12px;font-size:13px}@media print{.hidden-print[data-v-389a3445]{display:none!important}}@media print{.hidden-print[data-v-e0f1b624]{display:none!important}}@media print{.hidden-print[data-v-d1324397]{display:none!important}}@media print{.hidden-print[data-v-b2571392]{display:none!important}}.odelio-report-date[data-v-d260c0e9]{min-width:230px}.filter-chip[data-v-d260c0e9]{border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;padding:5px 9px;color:#9a3412}@media print{.hidden-print[data-v-d260c0e9]{display:none!important}}@media print{.hidden-print[data-v-5024df15]{display:none!important}}@media print{.hidden-print[data-v-93324caa]{display:none!important}}.receipt-shell[data-v-e7e5eb41]{display:flex;justify-content:center}.receipt-paper[data-v-e7e5eb41]{width:340px;max-width:100%;border-radius:1rem;background:#fff;padding:1rem;color:#0f172a;box-shadow:0 14px 40px #0f172a1f}.receipt-action[data-v-e7e5eb41]{display:inline-flex;align-items:center;gap:.5rem;min-height:40px;border-radius:.8rem;padding:0 1rem;font-size:12px;font-weight:800}.receipt-action-primary[data-v-e7e5eb41]{background:#111827;color:#fff}.receipt-action-secondary[data-v-e7e5eb41]{border:1px solid #e2e8f0;background:#fff;color:#475569}@media print{.hidden-print,.db-sidebar,.db-header,.breadcrumb,.col-12>.breadcrumb,.hidden-print[data-v-e7e5eb41]{display:none!important}body,.db-main,.db-content{background:#fff!important}.receipt-print-page[data-v-e7e5eb41]{padding:0!important;margin:0!important}.receipt-shell[data-v-e7e5eb41]{display:block}.receipt-paper[data-v-e7e5eb41]{width:80mm;max-width:80mm;border-radius:0;box-shadow:none;padding:0}}@media print{.hidden-print[data-v-d2816337]{display:none!important}}.status-pill[data-v-4f745099]{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:9999px;font-size:11px;font-weight:700}.summary-item[data-v-4f745099]{padding:.75rem 1rem;border-radius:.9rem;background:#fff;border:1px solid #eef2f7}.summary-label[data-v-4f745099]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.25rem}.summary-value[data-v-4f745099]{font-size:14px;font-weight:700;color:#111827;margin-bottom:0}.action-btn[data-v-4f745099]{display:inline-flex;align-items:center;gap:.5rem;height:38px;padding:0 1rem;border-radius:.75rem;border:1px solid #dbeafe;background:#fff;color:#1774ff;font-size:13px;font-weight:700}.action-btn[data-v-4f745099]:disabled{cursor:not-allowed;opacity:.45}.action-btn-primary[data-v-4f745099]{background:#1774ff;border-color:#1774ff;color:#fff}.action-btn-danger[data-v-4f745099]{background:#ef4444;border-color:#ef4444;color:#fff}.action-btn-danger-outline[data-v-4f745099]{color:#ef4444;border-color:#fecaca;background:#fff5f5}.dropdown-group[data-v-4f745099]{position:relative}.dropdown-group:hover .dropdown-list[data-v-4f745099],.dropdown-group:focus-within .dropdown-list[data-v-4f745099]{opacity:1;visibility:visible;transform:scaleY(1)}.dropdown-list[data-v-4f745099]{position:absolute;top:calc(100% + .5rem);right:0;min-width:140px;padding:.5rem;border-radius:.75rem;background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 25px #0f172a1f;opacity:0;visibility:hidden;transform:scaleY(.95);transform-origin:top;transition:all .2s ease;z-index:20;list-style:none;margin:0}.dropdown-item[data-v-4f745099]{padding:.5rem .75rem;border-radius:.5rem;font-size:13px;font-weight:600;color:#374151;cursor:pointer}.dropdown-item[data-v-4f745099]:hover{background:#f8fafc}.item-meta[data-v-4f745099]{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:9999px;background:#eff6ff;color:#2563eb;font-size:10px;font-weight:700}.finance-row[data-v-4f745099],.ops-row[data-v-4f745099]{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:13px;color:#4b5563}.payment-card[data-v-4f745099]{padding:.85rem 1rem;border-radius:.85rem;border:1px solid #e5e7eb;background:#fff}.timeline[data-v-4f745099]{display:flex;flex-direction:column;gap:1rem}.timeline-row[data-v-4f745099]{display:flex;gap:.85rem;align-items:flex-start}.timeline-dot[data-v-4f745099]{width:10px;height:10px;margin-top:.35rem;border-radius:9999px;background:#1774ff;box-shadow:0 0 0 4px #1774ff1f;flex-shrink:0}.timeline-label[data-v-4f745099]{font-size:12px;font-weight:700;color:#64748b;margin-bottom:.15rem}.timeline-value[data-v-4f745099]{font-size:13px;font-weight:700;color:#111827;margin-bottom:0}.settlement-card[data-v-4f745099]{border:1px solid #e5e7eb;border-radius:18px;background:#fff;overflow:hidden}.settlement-card-header[data-v-4f745099]{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #eef2f7;background:#f8fafc}.settlement-card-header span[data-v-4f745099]{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.settlement-card-header strong[data-v-4f745099]{font-size:13px;font-weight:900;color:#0f172a}.settlement-cart-list[data-v-4f745099]{max-height:360px;overflow-y:auto;padding:12px 16px}.settlement-cart-row[data-v-4f745099]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #f1f5f9}.settlement-cart-row[data-v-4f745099]:last-child{border-bottom:0}.settlement-cart-name[data-v-4f745099]{margin:0;color:#0f172a;font-size:13px;font-weight:800;text-transform:capitalize}.settlement-cart-meta[data-v-4f745099]{margin:3px 0 0;color:#94a3b8;font-size:11px;font-weight:700}.settlement-cart-row strong[data-v-4f745099]{white-space:nowrap;color:#0f172a;font-size:12px;font-weight:900}.settlement-summary[data-v-4f745099]{display:grid;gap:8px;padding:14px 16px}.settlement-summary div[data-v-4f745099]{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.settlement-summary span[data-v-4f745099]{color:#64748b;font-weight:700}.settlement-summary strong[data-v-4f745099]{color:#0f172a;font-weight:900}.pos-section-title[data-v-4f745099]{padding:0 16px;font-size:11px;font-weight:900;color:#334155;text-transform:uppercase;letter-spacing:.08em}.settlement-methods[data-v-4f745099]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:0 16px 12px}.settlement-method[data-v-4f745099]{min-height:44px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:800}.settlement-method.active[data-v-4f745099]{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.settlement-input-grid[data-v-4f745099]{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 16px}.pos-payment-label[data-v-4f745099]{display:block;font-size:12px;font-weight:700;color:#475569;margin-bottom:6px}.pos-payment-input[data-v-4f745099]{width:100%;height:44px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;font-size:14px}.pos-change-value[data-v-4f745099]{height:44px;border-radius:10px;background:#f0fdf4;color:#16a34a;display:flex;align-items:center;padding:0 12px;font-size:16px;font-weight:900}.settlement-pay-btn[data-v-4f745099]{min-height:52px;width:calc(100% - 32px);margin:16px;border-radius:14px;background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:900}.settlement-pay-btn[data-v-4f745099]:disabled{opacity:.55;cursor:not-allowed}@media (max-width: 640px){.settlement-methods[data-v-4f745099],.settlement-input-grid[data-v-4f745099]{grid-template-columns:1fr 1fr}}.summary-card[data-v-a1b13110]{padding:1rem 1.25rem;border-radius:1rem;border:1px solid #eef2f7;background:#fff}.summary-label[data-v-a1b13110]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.35rem}.summary-value[data-v-a1b13110]{font-size:1.25rem;font-weight:800;color:#111827;margin-bottom:0}.summary-card[data-v-607f5458]{padding:1rem 1.25rem;border-radius:1rem;border:1px solid #eef2f7;background:#fff}.summary-label[data-v-607f5458]{font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.35rem}.summary-value[data-v-607f5458]{font-size:1.25rem;font-weight:700;color:#0f172a}.summary-card[data-v-1dde8f91]{padding:1rem 1.25rem;border-radius:1rem;border:1px solid #eef2f7;background:#fff}.summary-label[data-v-1dde8f91]{font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.35rem}.summary-value[data-v-1dde8f91]{font-size:1.25rem;font-weight:700;color:#0f172a}.status-pill[data-v-1dde8f91]{display:inline-flex;padding:.15rem .55rem;border-radius:999px;background:#f1f5f9;font-size:.7rem;font-weight:700}.status-pill[data-v-bf6622a7]{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:9999px;background:#eff6ff;color:#2563eb;font-size:11px;font-weight:700}.lifecycle-timeline[data-v-7e55ef93]{display:grid;gap:.85rem}.timeline-step[data-v-7e55ef93]{display:flex;align-items:flex-start;gap:.75rem}.timeline-dot[data-v-7e55ef93]{width:12px;height:12px;border-radius:9999px;margin-top:.25rem;background:#cbd5e1}.timeline-dot--reserved[data-v-7e55ef93]{background:#2563eb}.timeline-dot--committed[data-v-7e55ef93]{background:#7c3aed}.timeline-dot--released[data-v-7e55ef93]{background:#f59e0b}.timeline-dot--restored[data-v-7e55ef93]{background:#059669}.timeline-dot--expired[data-v-7e55ef93]{background:#dc2626}.timeline-state[data-v-7e55ef93]{font-size:13px;font-weight:700;color:#111827;margin-bottom:.15rem}.timeline-at[data-v-7e55ef93]{font-size:12px;color:#64748b;margin-bottom:0}.detail-card[data-v-14ddef8a]{padding:1rem;border:1px solid #eef2f7;border-radius:.9rem;background:#fafbff}.label[data-v-14ddef8a]{font-size:11px;font-weight:700;text-transform:uppercase;color:#94a3b8;margin-bottom:.25rem}.value[data-v-14ddef8a]{font-size:14px;font-weight:700;color:#111827;margin-bottom:0}.summary-card[data-v-94b0737e],.branch-card[data-v-94b0737e]{padding:1rem 1.25rem;border-radius:1rem;border:1px solid #eef2f7;background:#fff}.summary-label[data-v-94b0737e],.branch-meta[data-v-94b0737e]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.35rem}.summary-value[data-v-94b0737e],.branch-name[data-v-94b0737e]{font-size:1.25rem;font-weight:800;color:#111827;margin-bottom:0}.summary-meta[data-v-94b0737e]{font-size:11px;color:#64748b;margin-top:.35rem;margin-bottom:0}.score-badge[data-v-94b0737e]{font-size:12px;font-weight:800;padding:.2rem .55rem;border-radius:9999px;background:#f8fafc}.alert-panel[data-v-94b0737e]{padding:1rem 1.25rem;border-radius:1rem;border:1px solid #fecaca;background:#fff7f7}.alert-pill[data-v-94b0737e]{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:9999px;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:700;text-transform:capitalize}.risk-pill[data-v-b07fb953]{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:9999px;font-size:11px;font-weight:700}.risk-high[data-v-b07fb953]{background:#fee2e2;color:#b91c1c}.risk-medium[data-v-b07fb953]{background:#fef3c7;color:#b45309}.risk-low[data-v-b07fb953]{background:#ecfdf5;color:#047857}.risk-pill[data-v-28fa2c18]{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:9999px;font-size:11px;font-weight:700}.risk-high[data-v-28fa2c18]{background:#fee2e2;color:#b91c1c}.risk-medium[data-v-28fa2c18]{background:#fef3c7;color:#b45309}.risk-low[data-v-28fa2c18]{background:#ecfdf5;color:#047857}@media print{.hidden-print[data-v-c2bea534]{display:none!important}}@media print{.hidden-print[data-v-8a17caba]{display:none!important}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-variation .swiper-wrapper{gap:16px}@media print{.hidden-print[data-v-56bbe54f]{display:none!important}}@media print{.hidden-print[data-v-819f84ea]{display:none!important}}@media print{#print[data-v-2ad19e48]{box-shadow:none!important;border:none!important}}.kds-operational button[data-v-8c20eb3d]{touch-action:manipulation}@media (min-width: 1024px){.kds-operational .flex-1.overflow-auto[data-v-8c20eb3d]{font-size:.95rem}}.customer-display-screen[data-v-1c5b9cf7]{font-family:inherit}.customer-display-header[data-v-1c5b9cf7]{border-bottom:1px solid rgba(255,255,255,.08)}.customer-display-columns[data-v-1c5b9cf7]{min-height:0}.customer-display-panel[data-v-1c5b9cf7]{border-radius:28px;border:1px solid rgba(255,255,255,.1);background:#151d2e;display:flex;flex-direction:column;min-height:0;overflow:hidden}.customer-display-panel__head[data-v-1c5b9cf7]{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 28px}.customer-display-panel--preparing .customer-display-panel__head[data-v-1c5b9cf7]{background:linear-gradient(90deg,#1d4ed8,#2563eb)}.customer-display-panel--ready .customer-display-panel__head[data-v-1c5b9cf7]{background:linear-gradient(90deg,#047857,#10b981)}.customer-display-panel__title[data-v-1c5b9cf7]{font-size:clamp(22px,3vw,38px);font-weight:900;letter-spacing:.06em;margin:0}.customer-display-panel__page[data-v-1c5b9cf7]{margin:6px 0 0;font-size:clamp(12px,1.3vw,16px);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffad}.customer-display-panel__count[data-v-1c5b9cf7]{min-width:56px;height:56px;border-radius:16px;background:#fff3;display:inline-flex;align-items:center;justify-content:center;font-size:28px;font-weight:900}.customer-display-panel__body[data-v-1c5b9cf7]{flex:1;min-height:0;padding:24px;overflow:auto}.customer-display-grid[data-v-1c5b9cf7]{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.pickup-card[data-v-1c5b9cf7]{border-radius:24px;background:#fff;color:#0f172a;padding:22px 20px 18px;min-height:190px;display:flex;flex-direction:column;box-shadow:0 18px 40px #0f172a38}.pickup-card__top[data-v-1c5b9cf7]{display:flex;align-items:center;justify-content:space-between;gap:12px}.pickup-card__type[data-v-1c5b9cf7]{flex-shrink:0;padding:7px 10px;border-radius:999px;font-size:11px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pickup-card__type--dinein[data-v-1c5b9cf7]{background:#fef3c7;color:#b45309}.pickup-card__type--takeaway[data-v-1c5b9cf7],.pickup-card__type--pickup[data-v-1c5b9cf7]{background:#dbeafe;color:#1d4ed8}.pickup-card__type--delivery[data-v-1c5b9cf7]{background:#fee2e2;color:#b91c1c}.pickup-card__token-label[data-v-1c5b9cf7]{margin:0;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#64748b}.pickup-card__token[data-v-1c5b9cf7]{margin:6px 0 10px;font-size:clamp(42px,5vw,64px);font-weight:900;line-height:1;letter-spacing:.04em}.pickup-card__meta[data-v-1c5b9cf7]{margin:0 0 4px;font-size:clamp(18px,2.2vw,26px);font-weight:700;color:#334155}.pickup-card__progress[data-v-1c5b9cf7]{display:inline-flex;align-self:flex-start;margin:8px 0 0;padding:8px 12px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:clamp(13px,1.5vw,18px);font-weight:900;letter-spacing:.03em}.pickup-card__progress--partial[data-v-1c5b9cf7]{background:#f3e8ff;color:#7e22ce}.pickup-card__progress--ready[data-v-1c5b9cf7]{background:#d1fae5;color:#047857}.pickup-card__status[data-v-1c5b9cf7]{margin-top:auto;padding-top:10px;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pickup-card__status--preparing[data-v-1c5b9cf7]{color:#2563eb}.pickup-card__status--partial[data-v-1c5b9cf7]{color:#7e22ce}.pickup-card__status--ready[data-v-1c5b9cf7]{color:#059669}.pickup-card--newly-ready[data-v-1c5b9cf7]{animation:ready-card-pulse-1c5b9cf7 1.2s ease-in-out infinite;box-shadow:0 0 0 3px #10b98173,0 18px 40px #10b98159}@keyframes ready-card-pulse-1c5b9cf7{0%,to{transform:scale(1);box-shadow:0 0 0 3px #10b98159,0 18px 40px #10b98140}50%{transform:scale(1.03);box-shadow:0 0 0 8px #10b9818c,0 22px 48px #10b98166}}.customer-display-empty[data-v-1c5b9cf7]{height:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffff59;text-align:center}.ready-pickup-banner[data-v-1c5b9cf7]{position:fixed;top:28px;left:50%;transform:translate(-50%);z-index:100000;min-width:min(92vw,520px);padding:22px 32px;border-radius:20px;background:linear-gradient(135deg,#059669,#10b981 55%,#34d399);box-shadow:0 24px 60px #10b98173;text-align:center;pointer-events:none}.ready-pickup-banner__token[data-v-1c5b9cf7]{margin:0;font-size:clamp(28px,4vw,42px);font-weight:900;letter-spacing:.08em}.ready-pickup-banner__label[data-v-1c5b9cf7]{margin:8px 0 0;font-size:clamp(16px,2.5vw,22px);font-weight:800;letter-spacing:.16em}@media print{.hidden-print[data-v-6ae6b6b0]{display:none!important}}@media print{.hidden-print[data-v-619b5080]{display:none!important}}.inventory-unit-drawer[data-v-36674c31]{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:#fff;z-index:999999;transform:translate(100%);visibility:hidden;opacity:0;transition:all .3s ease;box-shadow:-20px 0 40px #0f172a1f}.inventory-unit-drawer.active[data-v-36674c31]{transform:translate(0);visibility:visible;opacity:1}.inventory-unit-drawer-backdrop[data-v-36674c31]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background:#0f172a59}.ingredient-drawer[data-v-7b64c0b8]{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:#fff;z-index:999999;transform:translate(100%);visibility:hidden;opacity:0;transition:all .3s ease;box-shadow:-20px 0 40px #0f172a1f}.ingredient-drawer.active[data-v-7b64c0b8]{transform:translate(0);visibility:visible;opacity:1}.ingredient-drawer-backdrop[data-v-7b64c0b8]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background:#0f172a59}.item-attribute-drawer[data-v-8ed8368e]{position:fixed;top:0;right:0;width:760px;max-width:100vw;height:100vh;background:#fff;z-index:999999;transform:translate(100%);visibility:hidden;opacity:0;transition:all .3s ease;box-shadow:-20px 0 40px #0f172a1f}.item-attribute-drawer.active[data-v-8ed8368e]{transform:translate(0);visibility:visible;opacity:1}.item-attribute-drawer-backdrop[data-v-8ed8368e]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background:#0f172a59}.option-items-box[data-v-8ed8368e]{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#f8fafc}.option-items-title[data-v-8ed8368e]{font-size:14px;font-weight:700;color:#1f2937;margin-bottom:10px}.item-attribute-drawer[data-v-8ed8368e]{width:760px}.option-items-table[data-v-8ed8368e]{display:flex;flex-direction:column;gap:12px}.option-items-header[data-v-8ed8368e],.option-items-body[data-v-8ed8368e]{display:grid;grid-template-columns:1fr 70px;gap:12px;align-items:center}.option-items-header[data-v-8ed8368e]{font-size:13px;font-weight:700;color:#6b7280;text-transform:uppercase}.tax-modal-body[data-v-76d0cd48]{max-height:65vh;overflow-y:auto;padding-right:4px}.tax-section[data-v-76d0cd48]{border-bottom:1px solid #eef2f7;padding-bottom:16px;margin-bottom:16px}.tax-section-header[data-v-76d0cd48],.tax-section-header-static[data-v-76d0cd48]{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:800;color:#111827;margin-bottom:16px}.tax-section-title[data-v-76d0cd48]{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:#111827}.tax-muted-box[data-v-76d0cd48]{border:1px dashed #cbd5e1;background:#f8fafc;border-radius:12px;padding:10px 12px;color:#64748b;font-size:13px}.tax-inline-add-btn[data-v-76d0cd48]{width:34px;height:34px;border-radius:10px;background:#dbeafe;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.tax-menu-table[data-v-76d0cd48]{border:1px solid #e5e7eb;border-radius:0;overflow:visible}.tax-menu-table-head[data-v-76d0cd48]{display:grid;grid-template-columns:1fr 96px;gap:10px;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#475569;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.tax-menu-row[data-v-76d0cd48]{position:relative;display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #eef2f7;background:#fff;overflow:visible}.tax-menu-row[data-v-76d0cd48]:last-child{border-bottom:none}.tax-menu-row .tax-menu-select[data-v-76d0cd48],.tax-menu-row .tax-menu-text[data-v-76d0cd48]{flex:1;min-width:0}.tax-menu-actions[data-v-76d0cd48]{width:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:center}.tax-remove-btn[data-v-76d0cd48]{width:40px;height:40px;border-radius:10px;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center}.tax-menu-select[data-v-76d0cd48]{position:relative;z-index:30;min-height:44px}.tax-menu-select[data-v-76d0cd48] .vue-select-header{min-height:44px}.tax-menu-select[data-v-76d0cd48] .vue-dropdown{min-width:100%;max-height:360px;overflow-y:auto;font-size:15px;z-index:9999}.tax-menu-select[data-v-76d0cd48] .vue-dropdown-item{padding:12px 16px;line-height:1.4}.tax-menu-text[data-v-76d0cd48]{padding:10px 0;color:#6b6f92;font-size:15px;line-height:1.4}.tax-menu-table-head.view-mode[data-v-76d0cd48],.tax-menu-row.view-mode[data-v-76d0cd48]{grid-template-columns:1fr}.tax-menu-row.view-mode[data-v-76d0cd48]{padding:14px 18px}.tax-menu-row.view-mode .tax-menu-text[data-v-76d0cd48]{padding:0}.tax-table-responsive[data-v-3e0315c8]{width:100%;overflow-x:hidden}.tax-table[data-v-3e0315c8]{width:100%;min-width:0!important;table-layout:fixed}.tax-table td[data-v-3e0315c8]{white-space:nowrap;overflow:hidden;vertical-align:middle}.tax-table th[data-v-3e0315c8]{white-space:nowrap;overflow:visible;vertical-align:middle}.tax-table th[data-v-3e0315c8]:nth-child(1),.tax-table td[data-v-3e0315c8]:nth-child(1){width:var(--col-1, 15%)}.tax-table th[data-v-3e0315c8]:nth-child(2),.tax-table td[data-v-3e0315c8]:nth-child(2){width:var(--col-2, 11%)}.tax-table th[data-v-3e0315c8]:nth-child(3),.tax-table td[data-v-3e0315c8]:nth-child(3){width:var(--col-3, 10%)}.tax-table th[data-v-3e0315c8]:nth-child(4),.tax-table td[data-v-3e0315c8]:nth-child(4){width:var(--col-4, 10%)}.tax-table th[data-v-3e0315c8]:nth-child(5),.tax-table td[data-v-3e0315c8]:nth-child(5){width:var(--col-5, 12%)}.tax-table th[data-v-3e0315c8]:nth-child(6),.tax-table td[data-v-3e0315c8]:nth-child(6){width:var(--col-6, 12%)}.tax-table th[data-v-3e0315c8]:nth-child(7),.tax-table td[data-v-3e0315c8]:nth-child(7){width:var(--col-7, 8%)}.tax-table th[data-v-3e0315c8]:nth-child(8),.tax-table td[data-v-3e0315c8]:nth-child(8){width:var(--col-8, 10%)}.tax-resizable-th[data-v-3e0315c8]{position:relative}.tax-column-resizer[data-v-3e0315c8]{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30;transition:background .2s ease}.tax-column-resizer[data-v-3e0315c8]:hover{background:#3b82f62e}.tax-col-name[data-v-3e0315c8],.tax-col-code[data-v-3e0315c8]{min-width:0;overflow:hidden}.tax-ellipsis[data-v-3e0315c8]{display:block;width:100%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tax-badge[data-v-3e0315c8]{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;line-height:1;font-weight:800;white-space:nowrap}.tax-badge.neutral[data-v-3e0315c8]{background:#f1f5f9;color:#475569}.tax-badge.inclusive[data-v-3e0315c8]{background:#ffedd5;color:#ea580c}.tax-badge.exclusive[data-v-3e0315c8]{background:#dbeafe;color:#2563eb}.tax-badge.scope[data-v-3e0315c8]{background:#ecfdf5;color:#16a34a}.stock-in-drawer[data-v-ad37fb73]{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:#fff;z-index:999999;transform:translate(100%);visibility:hidden;opacity:0;transition:all .3s ease;box-shadow:-20px 0 40px #0f172a1f}.stock-in-drawer.active[data-v-ad37fb73]{transform:translate(0);visibility:visible;opacity:1}.stock-in-drawer-backdrop[data-v-ad37fb73]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background:#0f172a59}.stock-out-drawer[data-v-4aad3461]{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:#fff;z-index:999999;transform:translate(100%);visibility:hidden;opacity:0;transition:all .3s ease;box-shadow:-20px 0 40px #0f172a1f}.stock-out-drawer.active[data-v-4aad3461]{transform:translate(0);visibility:visible;opacity:1}.stock-out-drawer-backdrop[data-v-4aad3461]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background:#0f172a59}.stock-adjustment-drawer[data-v-a3b7ecd7]{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:#fff;z-index:999999;transform:translate(100%);visibility:hidden;opacity:0;transition:all .3s ease;box-shadow:-20px 0 40px #0f172a1f}.stock-adjustment-drawer.active[data-v-a3b7ecd7]{transform:translate(0);visibility:visible;opacity:1}.stock-adjustment-drawer-backdrop[data-v-a3b7ecd7]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background:#0f172a59}.recipe-drawer[data-v-64e4b73e]{position:fixed;top:0;right:0;width:720px;max-width:100vw;height:100vh;background:#fff;z-index:1000;transform:translate(100%);visibility:hidden;opacity:0;transition:all .3s ease;box-shadow:-20px 0 40px #0f172a1f;overflow:hidden}.recipe-drawer.active[data-v-64e4b73e]{transform:translate(0);visibility:visible;opacity:1}.recipe-drawer-backdrop[data-v-64e4b73e]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0f172a59}.drawer-body[data-v-64e4b73e]{height:calc(100vh - 64px);overflow-y:auto;padding-bottom:80px}.recipe-cost-badge[data-v-64e4b73e]{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;line-height:1;font-weight:800;white-space:nowrap;text-transform:capitalize}.recipe-cost-badge.healthy[data-v-64e4b73e]{background:#dcfce7;color:#16a34a}.recipe-cost-badge.monitor[data-v-64e4b73e]{background:#fef3c7;color:#d97706}.recipe-cost-badge.warning[data-v-64e4b73e]{background:#ffedd5;color:#ea580c}.recipe-cost-badge.critical[data-v-64e4b73e]{background:#fee2e2;color:#dc2626}.recipe-table-responsive[data-v-64e4b73e]{width:100%;overflow-x:hidden}.recipe-table[data-v-64e4b73e]{width:100%;min-width:0!important;table-layout:fixed}.recipe-table td[data-v-64e4b73e]{white-space:nowrap;overflow:hidden;vertical-align:middle}.recipe-table th[data-v-64e4b73e]{white-space:nowrap;overflow:visible;vertical-align:middle}.recipe-table th[data-v-64e4b73e]:nth-child(1),.recipe-table td[data-v-64e4b73e]:nth-child(1){width:var(--col-1, 16%)}.recipe-table th[data-v-64e4b73e]:nth-child(2),.recipe-table td[data-v-64e4b73e]:nth-child(2){width:var(--col-2, 22%)}.recipe-table th[data-v-64e4b73e]:nth-child(3),.recipe-table td[data-v-64e4b73e]:nth-child(3){width:var(--col-3, 11%)}.recipe-table th[data-v-64e4b73e]:nth-child(4),.recipe-table td[data-v-64e4b73e]:nth-child(4){width:var(--col-4, 10%)}.recipe-table th[data-v-64e4b73e]:nth-child(5),.recipe-table td[data-v-64e4b73e]:nth-child(5){width:var(--col-5, 11%)}.recipe-table th[data-v-64e4b73e]:nth-child(6),.recipe-table td[data-v-64e4b73e]:nth-child(6){width:var(--col-6, 12%)}.recipe-table th[data-v-64e4b73e]:nth-child(7),.recipe-table td[data-v-64e4b73e]:nth-child(7){width:var(--col-7, 8%)}.recipe-table th[data-v-64e4b73e]:nth-child(8),.recipe-table td[data-v-64e4b73e]:nth-child(8){width:var(--col-8, 10%)}.recipe-resizable-th[data-v-64e4b73e]{position:relative}.recipe-column-resizer[data-v-64e4b73e]{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30;transition:background .2s ease}.recipe-column-resizer[data-v-64e4b73e]:hover{background:#3b82f62e}.recipe-col-menu[data-v-64e4b73e],.recipe-col-name[data-v-64e4b73e]{min-width:0;overflow:hidden}.recipe-ellipsis[data-v-64e4b73e]{display:block;width:100%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.recipe-ingredient-table-wrapper[data-v-64e4b73e]{max-height:420px;overflow-y:auto}.recipe-section-header[data-v-64e4b73e]{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#111827;margin-bottom:16px}.recipe-section-title[data-v-64e4b73e]{display:flex;align-items:center;gap:10px;font-weight:700;color:#111827}.recipe-section-info[data-v-64e4b73e]{font-size:12px;font-weight:600;color:#d97706;background:#fef3c7;padding:4px 10px;border-radius:999px}.ops-icon-btn[data-v-bba66a38]{width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid}.ops-icon-btn.blue[data-v-bba66a38]{border-color:#bfdbfe;background:#eff6ff;color:#2563eb}.ops-icon-btn.green[data-v-bba66a38]{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.ops-icon-btn.red[data-v-bba66a38]{border-color:#fecaca;background:#fef2f2;color:#ef4444}.ops-icon-btn[data-v-5871a0ff]{width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid}.ops-icon-btn.blue[data-v-5871a0ff]{border-color:#bfdbfe;background:#eff6ff;color:#2563eb}.ops-icon-btn.green[data-v-5871a0ff]{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.ops-icon-btn.red[data-v-5871a0ff]{border-color:#fecaca;background:#fef2f2;color:#ef4444}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.icon.delete{display:flex;justify-content:center;align-items:center;padding:0;margin:0;border:none;background:none;height:8px;width:8px;min-height:8px;min-width:8px;max-height:8px;max-width:8px;cursor:pointer}.icon.arrow-downward{color:#999;border-style:solid;border-width:4px 4px 0;border-color:#999 transparent transparent;content:"";transition:transform .2s linear;cursor:pointer}.icon.arrow-downward.active{transform:rotate(180deg)}.vue-select{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:150px;border-radius:4px;border:1px solid #999;box-sizing:border-box;outline:none}.vue-select[aria-disabled=true]{background-color:#efefef}.vue-select[aria-disabled=true] *,.vue-select[aria-disabled=true] input{cursor:not-allowed}.vue-select-header{display:flex;width:100%;align-items:center;justify-content:space-between}.vue-select-header .icon.loading,.vue-select-header .icon.arrow-downward{margin-right:4px}.vue-tags{display:flex;flex-wrap:wrap;margin:0;padding:2px;min-height:calc(1rem + 4px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-tags.collapsed{flex-wrap:nowrap;overflow:auto}.vue-tag{display:none;align-items:center;justify-content:center;list-style-type:none;border-radius:4px;background-color:#999;padding:0 4px;margin:2px;min-height:1rem;font-size:.8rem}.vue-tag span{margin-right:4px}.vue-tag.selected{display:flex;align-items:center;justify-content:center;background-color:#999;border-radius:4px;padding:0 4px;font-size:.8rem}.vue-tags[data-removable=false] .vue-tag.selected img:hover{cursor:not-allowed}.vue-select-input-wrapper{position:relative;display:flex;width:100%;align-items:center;justify-content:space-between}.vue-select-input-wrapper .icon.loading{margin-right:4px}.vue-input{display:inline-flex;align-items:center;border-radius:4px;border:none;outline:none;max-width:100%;min-width:0;width:100%;box-sizing:border-box;padding:4px}.vue-select[data-is-focusing=false][aria-disabled=false] .vue-input input,input[readonly]{cursor:default}.vue-input input{border:none;outline:none;width:100%;min-width:0;font-size:.8rem;padding:0}.vue-input input[disabled]{background-color:#efefef}.vue-input input[readonly],.vue-select-header .vue-input input[disabled]{background-color:unset}.vue-dropdown{display:none;position:absolute;background-color:#fff;z-index:1;overflow-y:auto;width:100%;min-width:0;margin:0;padding:0;left:-1px;box-sizing:content-box;border:1px solid #999;list-style-type:none}.vue-select[aria-expanded=true] .vue-dropdown{display:unset}.vue-dropdown[data-visible-length="0"]{border:none}.vue-dropdown-item{list-style-type:none;padding:4px;cursor:pointer;min-height:1rem}.vue-dropdown-item.highlighted{background-color:#41b883}.vue-dropdown-item.disabled{background-color:#efefef;cursor:not-allowed}.vue-dropdown-item.selected{background-color:#f3f3f3}.vue-dropdown-item.selected.highlighted{background-color:#ff6a6a}.vue-dropdown[data-removable=false] .vue-dropdown-item.selected:hover{cursor:not-allowed}.vue-dropdown[data-addable=false][data-multiple=true] .vue-dropdown-item:not(.selected):hover{cursor:not-allowed}.icon.loading{display:inline-block;position:relative;width:8px;min-width:8px;height:8px;min-height:8px}.icon.loading div{box-sizing:border-box;display:block;position:absolute;border:1px solid #999;width:8px;height:8px;border-radius:50%;animation:loading 1s cubic-bezier(.5,0,.5,1) infinite;border-color:#999 transparent transparent transparent}.icon.loading div:nth-child(1){animation-delay:-.08s}.icon.loading div:nth-child(2){animation-delay:-.16s}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.inline-flex{display:inline-flex}.vue-select[aria-expanded=true].direction-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}.vue-select[aria-expanded=true].direction-top{border-top-left-radius:0;border-top-right-radius:0}.vue-select.direction-top .vue-dropdown{bottom:100%;border-top-left-radius:3px;border-top-right-radius:3px}.vue-select.direction-bottom .vue-dropdown{top:100%;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon:before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon:before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em #32649666}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-shown{background-color:#0006}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #32649666}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px #0000000f;color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:inherit}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:inherit;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.swal2-icon:before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning:before{content:"!"}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info:before{content:"i"}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question:before{content:"?"}.swal2-icon.swal2-question.swal2-arabic-question-mark:before{content:"؟"}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-show.swal2-noanimation{animation:none}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - 1.25em);background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px #0006}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;transform:translate(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;transform:translate(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container,body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}
