@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";.login-container{min-height:100vh;display:flex;position:relative;overflow:hidden}.login-left{width:30vw;min-width:30vw;background:var(--background);display:flex;align-items:center;justify-content:center;padding:var(--space-4);position:relative}.login-left::before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite;pointer-events:none}@keyframes moveBackground{0%{transform:translate(0, 0)}100%{transform:translate(50px, 50px)}}.login-right{flex:1;position:relative;background:linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.45) 100%),url("../img/Login_Image-PadcvbX.png") center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:48px;pointer-events:none;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%)}.hero-text{text-align:right;max-width:60%}.hero-title{font-size:64px;font-weight:700;color:#fff;margin:0;font-family:Quicksand,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}.hero-subtitle{color:var(--bs-primary);font-weight:600;margin-top:8px;font-size:20px}.hero-logo{position:absolute;bottom:48px;left:48px;height:64px;opacity:.95}.login-card{background:rgba(0,0,0,0);padding:0;max-width:420px;width:100%;border-radius:0;box-shadow:none;position:relative;z-index:1;animation:slideUp .45s ease-out}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-logo{text-align:center;margin-bottom:10px}.login-logo img{height:56px;width:auto;margin-bottom:12px;filter:none;animation:fadeIn .8s ease-out .2s both}.brand-top{display:block;font-size:18px;color:var(--accent);font-weight:600;margin-bottom:6px}@keyframes fadeIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.login-title{font-size:40px;font-weight:700;color:var(--font-color);margin:0 0 6px 0;font-family:Quicksand,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;text-align:center;line-height:1}.login-subtitle{font-size:16px;color:var(--color-text);font-weight:400}.login-subtitle .app-name{color:var(--bs-primary);font-weight:600}.login-form{margin-top:26px}.login-form .field{margin-bottom:18px}.login-form .form-control{border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:16px 18px;font-size:16px;transition:all .18s ease;background:var(--input-bg);color:var(--font-color)}.login-form .form-control::placeholder{color:rgba(25,46,46,.6)}.login-form .form-control:focus{outline:none;border-color:rgba(232,165,46,.12);box-shadow:0 0 0 6px rgba(232,165,46,.06);background:var(--input-bg)}.login-form label{color:var(--color-text);font-size:14px;padding-left:16px}.remember-me-section{display:flex;align-items:center;margin-bottom:24px;padding:12px 0}.remember-me-section input[type=checkbox]{width:20px;height:20px;margin-right:10px;cursor:pointer;accent-color:var(--bs-primary)}.remember-me-section label{color:var(--color-text);font-size:14px;font-weight:500;cursor:pointer;margin:0;padding:0}.login-submit-btn{width:100%;padding:16px;font-size:16px;font-weight:700;border-radius:14px;background:linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-primary-dark) 100%);border:none;color:var(--font-color);transition:transform .12s ease,box-shadow .12s ease;box-shadow:none;cursor:pointer;text-align:center}.login-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.08)}.login-submit-btn:active{transform:translateY(0);box-shadow:0 3px 8px rgba(0,0,0,.06)}.login-alert{border-radius:var(--bs-border-radius);padding:16px;margin-bottom:24px;border:none;font-size:14px;animation:slideDown .4s ease-out}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-alert.alert-danger{background:rgba(220,38,38,.1);color:var(--bs-danger);border-left:4px solid var(--bs-danger)}.login-alert.alert-info{background:rgba(8,145,178,.1);color:var(--bs-primary);border-left:4px solid var(--bs-primary)}.logged-in-message{text-align:center;padding:24px}.logged-in-message p{color:var(--color-text);margin-bottom:16px}.logged-in-message .user-email{color:var(--bs-primary);font-weight:600}.logged-in-message .logout-link{color:var(--bs-danger);text-decoration:none;font-weight:600;transition:all .2s ease}.logged-in-message .logout-link:hover{color:var(--bs-danger);text-decoration:underline}@media(max-width: 576px){.login-card{padding:32px 24px;border-radius:var(--bs-border-radius-lg)}.login-title{font-size:24px}.login-subtitle{font-size:14px}.login-logo img{height:60px}}@media(max-width: 992px){.login-container{flex-direction:column;align-items:stretch}.login-left{width:100%;min-width:0;padding:2rem 1.25rem;box-sizing:border-box}.login-left::before{display:none}.login-card{max-width:540px;margin:18px auto;padding:0}.login-right,.hero-overlay{display:none}}@media(max-width: 768px){.login-left{padding:1.5rem 1rem}.login-title{font-size:28px}.login-form{margin-top:18px}.login-form .form-control{padding:14px 16px;border-radius:12px}.login-submit-btn{padding:14px;font-size:16px;border-radius:12px}}.login-form .form-control:focus-visible,.login-submit-btn:focus-visible,.remember-me-section input[type=checkbox]:focus-visible{outline:2px solid var(--bs-primary);outline-offset:2px}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-submit-btn:disabled:hover{transform:none;box-shadow:0 4px 16px rgba(8,145,178,.3)}.ks-main-shell{position:relative;min-height:100vh;background:var(--background);overflow:hidden}.ks-main-shell>header,.ks-main-shell>.row{position:relative;z-index:1}.ks-wave{position:absolute;bottom:0;left:0;width:100%;height:90vh;pointer-events:none;z-index:0}.ks-wave path{fill:var(--background-dark)}@media(max-width: 991.98px){.ks-wave{height:54vh}}.ks-header{background:var(--background)}.ks-header__nav{background:var(--background);border-bottom:1px solid var(--color-border);padding:.35rem 0}.ks-header__left-content{display:flex;align-items:center;gap:.75rem}.ks-header__logo{height:32px;width:auto;display:block}.ks-active-orders{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;color:var(--color-text)}.ks-active-orders i{font-size:.9rem}.ks-active-orders__count{font-weight:700}.ks-active-orders__label{font-weight:500}.ks-header__col--left{display:flex;align-items:center;justify-content:space-between}.ks-header__menu{justify-content:center}.ks-header__buttons{flex-wrap:wrap;justify-content:center}.ks-rect-btn{--bs-btn-bg: var(--background-dark);--bs-btn-border-color: rgba(0, 0, 0, 0.14);--bs-btn-color: var(--color-text);--bs-btn-hover-bg: var(--input-bg);--bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);--bs-btn-hover-color: var(--color-text);--bs-btn-active-bg: var(--input-bg);--bs-btn-active-border-color: rgba(0, 0, 0, 0.24);--bs-btn-active-color: var(--color-text);--bs-btn-focus-shadow-rgb: 0, 0, 0;display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:10px;background-color:var(--background-dark) !important;border:1px solid rgba(0,0,0,.14) !important;color:var(--color-text) !important;font-weight:600;line-height:1}.ks-rect-btn:hover,.ks-rect-btn:focus-visible{background-color:var(--input-bg) !important;border-color:rgba(0,0,0,.2) !important;color:var(--color-text) !important}.ks-rect-btn i{font-size:1.05rem}.ks-header__col--right{text-align:left}.ks-header__datetime{display:inline-block;font-weight:600;color:var(--color-text);white-space:nowrap}@media(max-width: 991.98px){.ks-header__menu-toggle{border:1px solid rgba(0,0,0,.14);border-radius:10px;padding:.35rem .55rem;color:var(--color-text);background:var(--background-dark)}.ks-header__menu-toggle:focus{box-shadow:none}.ks-header__menu{margin-top:.5rem;padding:.6rem;background:var(--background);border:1px solid var(--color-border);border-radius:12px}.ks-header__buttons{width:100%;flex-direction:column;align-items:stretch}.ks-rect-btn{width:100%;justify-content:flex-start}}@media(min-width: 992px){.ks-header__menu-toggle{display:none}}.order-card{transition:transform .2s ease,opacity .2s ease}.order-card.order-hidden,.order-card.order-finalized{display:none !important}.accordion-order{border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.08)}.accordion-order .accordion-item{border:0;border-radius:14px;background:var(--background)}.accordion-order .accordion-header{background:var(--bs-primary);border-bottom:0}.accordion-order .accordion-header.order-state-inprogress{background:var(--bs-primary)}.accordion-order .accordion-header.order-state-wait{background:var(--hold-color)}.accordion-order .accordion-header.order-state-ready{background:var(--ready-color)}.accordion-order .accordion-header.order-state-complete{background:#7e8798}.accordion-order .badge[class*=type-]{display:inline-flex;align-items:center;gap:.45rem;--type-icon: url("../icons/all-Rho2cCq.svg");background:#17393c;color:#fff;border-radius:.625rem;font-size:.9rem;font-weight:600;padding:.45rem .95rem}.accordion-order .badge[class*=type-]::before{content:"";width:1.05rem;height:1.05rem;display:inline-block;background-color:#fff;-webkit-mask-image:var(--type-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--type-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.accordion-order .badge[class*=type-][os-type=pickup]{--type-icon: url("../icons/pickup-OtkwWp4.svg")}.accordion-order .badge[class*=type-][os-type=delivery]{--type-icon: url("../icons/delivery-Nq1bHfQ.svg")}.accordion-order .badge[class*=type-][os-type=table_reservation]{--type-icon: url("../icons/table_reservation-C6cjUcC.svg")}.accordion-order .badge[class*=type-][os-type=dine_in]{--type-icon: url("../icons/dine_in-DxYHymN.svg")}.accordion-order .badge[class*=type-][os-type=order_ahead]{--type-icon: url("../icons/order_ahead-ODhSH04.svg")}.accordion-order .accordion-button{background:rgba(0,0,0,0) !important;color:#1b2e2e !important;border:0;box-shadow:none !important;padding:.2rem 0 .2rem 1rem !important}.accordion-order .accordion-button::after{display:none}.accordion-order .order-number{font-weight:700;font-size:1rem;letter-spacing:.02em;color:#1b2e2e}.accordion-order .order-actions .btn{color:#17393c;border-radius:10px;background:rgba(0,0,0,0)}.accordion-order .order-actions .btn:focus,.accordion-order .order-actions .btn:active{box-shadow:none}.accordion-order .order-summary{border-top:0 !important;padding:1.25rem !important}.accordion-order .order-summary .info-label{color:#96a0a0;display:flex;align-items:center;font-size:.85rem;font-weight:600;margin-bottom:.25rem;text-transform:none}.accordion-order .order-summary .info-value{color:#1b2e2e;font-size:1.2rem;font-weight:600 !important;line-height:1.08}.accordion-order .order-items-container{padding:.7rem}.accordion-order .category-group .accordion-item,.accordion-order .category-group.accordion-item{border-radius:12px;overflow:hidden;background:var(--background-dark);margin-bottom:.75rem !important}.accordion-order .category-group .category-icon{display:none}.accordion-order .category-group .accordion-button{background:var(--bs-primary) !important;border-radius:12px 12px 0 0;color:#1b2e2e !important;padding:.8rem 1rem;min-height:56px}.accordion-order .category-group .accordion-button .text-light,.accordion-order .category-group .accordion-button h6{color:#1b2e2e !important}.accordion-order .category-group .accordion-button .text-muted,.accordion-order .category-group .accordion-button small{color:rgba(27,46,46,.76) !important}.accordion-order .category-group .accordion-collapse{background:var(--background-dark)}.accordion-order .category-group .accordion-body{background:var(--background-dark);padding:.55rem !important}.accordion-order .category-group .item-row{border:0 !important;border-radius:10px !important;box-shadow:none !important;background:rgba(0,0,0,0) !important;margin-bottom:.45rem !important;padding:.7rem .6rem !important;cursor:grab}.accordion-order .category-group .item-row.done{opacity:.55}.accordion-order .category-group .item-row.done .item-name{text-decoration:line-through}.accordion-order .category-group .item-qty .badge{background:#e2cc95 !important;color:#1b2e2e !important;border-radius:10px;min-width:48px;font-size:1.05rem !important;font-weight:700;padding:.42rem .7rem !important}.accordion-order .category-group .item-name{color:#1f3333;font-size:1.4rem;font-weight:600 !important}.accordion-order .category-group .item-options .option-item{margin-bottom:.2rem !important;color:#415252 !important;font-size:1.1rem !important}.accordion-order .order-instructions .alert{border:0;border-radius:12px}.accordion-order .order-footer{padding:.75rem .9rem 1rem}.accordion-order .order-footer .btn-complete-order{width:100%;border:0;border-radius:12px;font-size:1rem;font-weight:bolder;background:#bcc4d7;color:#1b2e2e;box-shadow:none !important}.accordion-order .order-footer .btn-complete-order.order-state-inprogress{background:var(--bs-primary)}.accordion-order .order-footer .btn-complete-order.order-state-wait{background:var(--hold-color)}.accordion-order .order-footer .btn-complete-order.order-state-ready{background:var(--ready-color)}.accordion-order .order-footer .btn-complete-order.order-state-complete{background:#8f99ab;color:#fff}@media(max-width: 992px){.accordion-order .order-number{font-size:.6rem}.accordion-order .order-summary .info-value{font-size:.8rem}.accordion-order .category-group .item-name{font-size:.8rem}.accordion-order .order-footer .btn-complete-order{font-size:.8rem}}#orderHistoryModal .modal-dialog{width:min(96vw,1400px);max-width:min(96vw,1400px)}#orderHistoryModal .modal-content{border:0;border-radius:16px;overflow:hidden;background:#ececec;box-shadow:0 24px 60px rgba(0,0,0,.18)}#orderHistoryModal .modal-header{background:var(--bs-primary);border:0;padding:.9rem 1.25rem}#orderHistoryModal .modal-header .modal-title{color:#1b2e2e;font-size:1.9rem;letter-spacing:.01em}#orderHistoryModal .modal-header .btn-close{opacity:.9;transform:scale(1.05)}#orderHistoryModal .modal-body{background:#ececec;padding:.75rem}#orderHistoryModal #tblOrderRecovery_wrapper .dt-layout-row:first-child,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_length,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_filter{background:#dcd5be;border-radius:12px}#orderHistoryModal #tblOrderRecovery_wrapper .dt-layout-row:first-child{margin-bottom:.35rem;padding:.8rem .95rem;align-items:center}#orderHistoryModal #tblOrderRecovery_wrapper .dt-layout-row:first-child .dt-layout-cell{display:flex;align-items:center}#orderHistoryModal #tblOrderRecovery_wrapper .dt-length label,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_length label{font-weight:600;color:#243636;gap:.65rem;display:inline-flex;align-items:center}#orderHistoryModal #tblOrderRecovery_wrapper .dt-length select,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_length select{border:0;border-radius:8px;padding:.35rem 1.9rem .35rem .5rem;background-color:#f0f0f0;color:#1d3131;font-weight:600}#orderHistoryModal #tblOrderRecovery_wrapper .dt-search,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_filter{margin-left:auto}#orderHistoryModal #tblOrderRecovery_wrapper .dt-search label,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_filter label{margin:0}#orderHistoryModal #tblOrderRecovery_wrapper .dt-search input,#orderHistoryModal #tblOrderRecovery_wrapper .dt-search .dt-input,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_filter input,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_filter .dt-input{border:0;border-radius:10px;background:#f0f0f0;color:#1d3131;min-width:230px;padding:.45rem .7rem}#orderHistoryModal #tblOrderRecovery{width:100% !important;border-collapse:separate;border-spacing:0}#orderHistoryModal #tblOrderRecovery thead th{border-bottom:1px solid rgba(0,0,0,.12) !important;background:rgba(0,0,0,0);color:#263939;font-size:1rem;font-weight:700;padding:.75rem 1rem;white-space:nowrap}#orderHistoryModal #tblOrderRecovery tbody td{color:#1f3333;border-top:0;border-bottom:1px solid rgba(0,0,0,.09);padding:.8rem 1rem;background:rgba(0,0,0,0);vertical-align:middle}#orderHistoryModal #tblOrderRecovery tbody tr:hover td{background:hsla(0,0%,100%,.35)}#orderHistoryModal #tblOrderRecovery .btn-redo{border:0;border-radius:8px;background:rgba(0,0,0,0);color:#1f3333;box-shadow:none;font-weight:600;padding:.15rem .3rem}#orderHistoryModal #tblOrderRecovery .btn-redo:hover,#orderHistoryModal #tblOrderRecovery .btn-redo:focus{background:rgba(0,0,0,.06);color:#1f3333}#orderHistoryModal .dt-layout-row:last-child,#orderHistoryModal .dataTables_paginate{margin-top:.7rem;text-align:center}#orderHistoryModal .dt-paging .paginate_button,#orderHistoryModal .dt-paging .page-link,#orderHistoryModal .dataTables_paginate .paginate_button,#orderHistoryModal .dataTables_paginate .page-link{border:0 !important;background:rgba(0,0,0,0) !important;color:#1f3333 !important;font-weight:700;box-shadow:none !important}#orderHistoryModal .dt-paging .paginate_button.current,#orderHistoryModal .dt-paging .paginate_button:hover,#orderHistoryModal .dt-paging .page-item.active .page-link,#orderHistoryModal .dataTables_paginate .paginate_button.current,#orderHistoryModal .dataTables_paginate .paginate_button:hover,#orderHistoryModal .dataTables_paginate .page-item.active .page-link{text-decoration:underline;text-underline-offset:3px}#orderHistoryModal .dt-info,#orderHistoryModal .dataTables_info{color:#4b5757;font-size:.9rem}@media(max-width: 992px){#orderHistoryModal .modal-dialog{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);margin:.5rem}#orderHistoryModal .modal-header .modal-title{font-size:1.35rem}#orderHistoryModal #tblOrderRecovery_wrapper .dt-layout-row:first-child{flex-direction:column;align-items:stretch;gap:.55rem}#orderHistoryModal #tblOrderRecovery_wrapper .dt-search,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_filter{margin-left:0}#orderHistoryModal #tblOrderRecovery_wrapper .dt-search input,#orderHistoryModal #tblOrderRecovery_wrapper .dt-search .dt-input,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_filter input,#orderHistoryModal #tblOrderRecovery_wrapper .dataTables_filter .dt-input{min-width:100%}}#filterModal .modal-dialog{width:min(95vw,980px);max-width:min(95vw,980px)}#filterModal .modal-content{border:0;border-radius:16px;overflow:hidden;background:#ececec;box-shadow:0 24px 60px rgba(0,0,0,.18)}#filterModal .modal-header{background:var(--bs-primary);border:0;padding:.9rem 1.2rem}#filterModal .modal-header .modal-title{color:#1b2e2e;font-size:2rem;line-height:1.1;letter-spacing:.01em}#filterModal .modal-header .btn-close{opacity:.9}#filterModal .modal-body{background:#ececec;padding:1.25rem}#filterModal .filter-options-grid .col{display:flex}#filterModal .filter-type-card{border:0;border-radius:12px;background:#e6e2d7;color:#1f3333;min-height:170px;padding:1rem .8rem;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease}#filterModal .filter-type-card:hover{background:#e1dccf;transform:translateY(-1px);color:#1f3333}#filterModal .filter-type-card:focus-visible{box-shadow:0 0 0 3px rgba(232,165,46,.35)}#filterModal .filter-type-icon{width:56px;height:56px;object-fit:contain;display:block}#filterModal .filter-type-label{font-size:1.55rem;font-weight:700;color:#1f3333;line-height:1.15}#filterModal .input-filter:checked+.filter-type-card{background:var(--bs-primary);box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}#filterModal .input-filter:checked+.filter-type-card .filter-type-icon{filter:brightness(0) invert(1)}#filterModal .input-filter:checked+.filter-type-card .filter-type-label{color:#1b2e2e}@media(max-width: 992px){#filterModal .modal-dialog{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);margin:.5rem}#filterModal .modal-header .modal-title{font-size:1.4rem}#filterModal .modal-body{padding:.9rem}#filterModal .filter-type-card{min-height:132px;padding:.75rem}#filterModal .filter-type-icon{width:44px;height:44px}#filterModal .filter-type-label{font-size:1.05rem}}#categoryModal .modal-dialog{width:min(92vw,820px);max-width:min(92vw,820px)}#categoryModal .category-modal-content{border:0;border-radius:16px;overflow:hidden;background:#ececec;box-shadow:0 24px 60px rgba(0,0,0,.18)}#categoryModal .category-modal-header{background:var(--bs-primary);border:0;padding:.8rem 1.1rem}#categoryModal .category-modal-header .modal-title{color:#1b2e2e;font-size:1.65rem;letter-spacing:.01em;line-height:1.1;display:inline-flex;align-items:center;gap:.35rem}#categoryModal .category-modal-header .btn-close{opacity:.9}#categoryModal .category-modal-body{background:#ececec;padding:1rem}#categoryModal .category-nav-tabs{border:0;gap:.55rem}#categoryModal .category-nav-tabs .nav-item{margin-bottom:0}#categoryModal .category-nav-link{border:0;border-radius:999px;background:#decda8;color:#1f3333;font-weight:700;font-size:1.05rem;padding:.5rem 1rem}#categoryModal .category-nav-link:hover,#categoryModal .category-nav-link:focus{border:0;color:#1f3333;background:#d7c295}#categoryModal .category-nav-link.active{border:0;color:#f3f3f3;background:#17393c}#categoryModal .category-subtitle{color:#1f3333;font-weight:600;font-size:1.15rem;margin-bottom:1rem !important}#categoryModal #categoryTabContent .tab-pane{padding-top:1rem}#categoryModal .category-tile{position:relative;border:0;border-radius:14px;background:#e6e2d7;padding:.7rem .55rem .85rem;color:#1f3333;transition:background-color .18s ease,transform .15s ease,box-shadow .2s ease;overflow:visible;box-shadow:0 6px 16px rgba(0,0,0,.05);margin-top:2rem}#categoryModal .category-tile:hover{background:#e1dccf;transform:translateY(-1px);color:#1f3333}#categoryModal .category-tile:focus-visible{box-shadow:0 0 0 3px rgba(232,165,46,.35)}#categoryModal .category-image-wrap{position:relative;margin:-2.85rem auto .55rem;width:88px;height:88px;border-radius:50%;background:#f0dbad;display:grid;place-items:center;overflow:hidden;box-shadow:0 0 0 6px #ececec}#categoryModal .category-image{width:88px;height:88px;border-radius:50%;object-fit:cover;display:block}#categoryModal .category-image-fallback{width:46px;height:46px;object-fit:contain;border-radius:0}#categoryModal .category-title{display:block;color:#1f3333;font-weight:600;font-size:.95rem;line-height:1.25;max-width:100%;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;text-wrap:balance;padding-inline:.1rem;text-align:center}#categoryModal .input-category-filter:checked+.category-tile{background:var(--bs-primary);box-shadow:0 8px 20px rgba(232,165,46,.35)}#categoryModal .input-category-filter:checked+.category-tile .category-title{color:#1b2e2e}#categoryModal .input-category-filter:checked+.category-tile .category-image-wrap{box-shadow:0 0 0 6px #fff}@media(max-width: 992px){#categoryModal .modal-dialog{width:calc(100vw - 1.2rem);max-width:calc(100vw - 1.2rem);margin:.5rem}#categoryModal .category-modal-header .modal-title{font-size:1.25rem}#categoryModal .category-modal-body{padding:.85rem}#categoryModal .category-nav-link{font-size:.95rem;padding:.45rem .75rem}#categoryModal .category-subtitle{font-size:1rem}#categoryModal .category-tile{min-height:126px;padding:.6rem .45rem .7rem}#categoryModal .category-image-wrap,#categoryModal .category-image{width:70px;height:70px}#categoryModal .category-image-wrap{margin-top:-2.2rem;box-shadow:0 0 0 5px #ececec}#categoryModal .category-image-fallback{width:34px;height:34px}#categoryModal .category-title{font-size:.9rem}}:root{--bs-primary: #E8A52E;--bs-primary-rgb: 232, 165, 46;--bs-primary-dark: #CD921E;--accent: #45583B;--background: #F7F5E8;--background-dark: #EBD6B2;--color-text: #192E2E;--font-family: Quicksand, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;--input-bg: #EFEBD4;--color-border: rgba(0, 0, 0, 0.08);--bs-body-bg: var(--background);--bs-dark: #192E2E;--ready-color: #A9CD95;--hold-color: #D6DEEE;--os-danger-bg: #FF775A;--os-warning-bg: #EFD649}html,body{height:100%}body{font-family:"Quicksand",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:var(--color-text);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.os-danger-bg{background-color:var(--os-danger-bg) !important}.os-warning-bg{background-color:var(--os-warning-bg) !important}
