.header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:80px;background-color:#fff;border-bottom:1px solid #eee;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:1000}.header-left{display:flex;align-items:center;gap:1rem;cursor:pointer}.header-right{display:flex;flex-direction:row;gap:10px;align-items:center}@media (max-width: 768px){.header-right{gap:0px}}@media (max-width: 768px){.header{padding:0 1rem}}.header-logo{height:65px;border-radius:50%;width:auto}.header-title{font-size:1.5rem;font-weight:600;color:#333;margin:0}.cart-wrapper{position:relative;cursor:pointer;display:flex;align-items:center;gap:10px;justify-content:center}.cart-icon{font-size:24px;color:#333}.cart-badge{position:absolute;top:-6px;right:-10px;background-color:#ff4757;color:#fff;font-size:12px;font-weight:700;border-radius:50%;padding:3px 6px}.cart-wrapper svg{width:24px;height:24px;fill:currentColor;color:#000}.search-container{display:flex;justify-content:center;align-items:center;margin-top:1.5rem}.search-label{margin-top:30px;font-size:1.25rem}.search-bar{position:relative;width:100%;max-width:250px;display:flex}@media (min-width: 768px){.search-bar{max-width:500px}}.searchInput{width:100%;padding:12px 12px 12px 40px;font-size:16px;border:1px solid #ddd;border-radius:8px;background-color:#fafafa;transition:border-color .3s ease,box-shadow .3s ease}.searchInput:focus{border-color:#888;box-shadow:0 0 0 2px #6464ff33;outline:none}.category-card{width:100px;height:90px;border-radius:10px;border:2px solid #ddd;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease;background-color:#fff;padding:8px 5px;flex:0 0 auto;box-sizing:border-box;overflow:hidden;margin:4px;position:relative}.category-card:hover{transform:scale(1.05)}.category-card.selected{border-color:#e1afe5;background-color:#f9f0fb}.category-icon{margin-top:15px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;flex:0 0 60%}.category-name{font-size:14px;color:#333;text-align:center;white-space:normal;flex:0 0 40%;z-index:10;margin-top:10px}.category-icon svg{width:100%;height:auto;display:block;max-height:35px}.category-scroll-container{overflow-x:auto;overflow-y:hidden;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;display:flex;flex-direction:row;gap:16px;padding-bottom:8px;-webkit-overflow-scrolling:touch}.category-scroll-container::-webkit-scrollbar{display:none}body{overflow-x:hidden}.category-icon,.category-name{height:100%;box-sizing:border-box}.loader{border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;width:30px;height:30px;animation:spin .8s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.category-container{display:flex;align-items:center}.scroll-arrow{font-size:20px;color:#888;margin-left:8px;animation:bounceRight 1s infinite;-webkit-user-select:none;user-select:none}@keyframes bounceRight{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.modal{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background-color:#0006;z-index:1000}.modal-inner{position:relative;border:1px solid #ccc;background-color:#fff;padding:30px;border-radius:8px;display:flex;flex-direction:column;align-items:center}.my-box{background-color:#fff;width:90%;max-width:500px;border-radius:12px;padding:24px;box-shadow:0 10px 30px #0003;position:relative;height:85%;overflow:auto}.modal-inputs{margin-top:20px;display:flex;flex-direction:column;gap:10px}.branch-select{padding:10px;border-radius:8px;border:1px solid #ccc;font-size:1rem;width:100%}.branch-picker-modal-inner{border:2px solid #ddd;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #0000001a;background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:300px}.modal-close{position:absolute;top:10px;right:15px;font-size:24px;font-weight:700;color:#333;cursor:pointer;z-index:2}.add-to-cart-button{width:100%;padding:12px 20px;font-size:1rem;background-color:#efd6f1;color:#222;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;box-shadow:0 2px 6px #0000000d}.add-to-cart-button:hover{background-color:#b88fc4;transform:translateY(-1px)}.add-to-cart-button:active{background-color:#a47cb1;transform:translateY(0)}.menu-item-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:16px;width:280px;transition:transform .2s ease-in-out;cursor:pointer;display:flex;flex-direction:column;align-items:center}.menu-item-card:hover{transform:scale(1.03)}.menu-item-card img{width:100%;height:180px;border-radius:10px;object-fit:cover;margin-bottom:12px}.menu-item-card h3{font-size:1.1rem;font-weight:600;margin:0 0 8px;color:#333}.menu-item-card p{font-size:.9rem;color:#666;margin-bottom:10px;margin-top:10px;text-align:center}.menu-item-card .price{font-weight:700;font-size:1rem;color:#222}@media (max-width: 600px){.menu-item-card{width:140px;padding:12px}.menu-item-card img{height:100px}.menu-item-card h3{font-size:1rem}.menu-item-card p{font-size:.8rem}.menu-item-card .price{font-size:.9rem}}.image-placeholder{height:180px;width:100%;background-color:#eee;display:flex;align-items:center;justify-content:center;color:#999;font-style:italic;font-size:.9rem;margin-bottom:12px}.footer{background-color:#f9f9f9;padding:1% 20px;font-size:14px;color:#555;display:flex;justify-content:center;border-top:1px solid #eee}.footer-content{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;text-align:center}.footer-content span{white-space:nowrap}.admin-container{margin:30px}.admin-header{display:flex;justify-content:space-between;align-items:center}.admin-title{font-size:1.2rem;font-weight:700}.branch-selector{margin:1% 4% 0%;display:flex;flex-direction:column}@media (max-width: 768px){.branch-selector{margin-top:4%;margin-bottom:4%}}.branch-button{border:1px solid #e1afe5;background:transparent;border-radius:16px;width:150px;padding:8px 12px;cursor:pointer;transition:background .2s ease;color:#000}.branch-button:hover{background-color:#f9f0fb}.add-button{border:1px solid #007bff;color:#007bff;background:transparent;border-radius:16px;width:150px;padding:8px 12px;cursor:pointer;transition:background .2s ease;white-space:nowrap}.add-button:hover{background-color:#007bff;color:#fff}.admin-table{width:100%;table-layout:auto;border-collapse:collapse}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid #ddd;text-align:left;white-space:normal;word-break:break-word}.action-buttons{display:flex;gap:10px}.icon-button{background:none;border:none;cursor:pointer;padding:4px}.icon-button:hover svg{opacity:.7}.error-text{color:red;margin-top:10px}.admin-filters{display:flex;margin-bottom:16px;align-items:center;justify-content:space-between}.admin-filters input,.admin-filters select{padding:6px 10px;font-size:14px}.admin-right-filters{margin-left:auto;cursor:pointer}.admin-left-filters{display:flex;gap:20px}.admin-left-filters input,.admin-left-filters select{padding:8px 12px;font-size:14px;border:1.5px solid #ccc;border-radius:6px;outline-offset:2px;transition:border-color .2s ease,box-shadow .2s ease;min-width:180px;color:#333;background-color:#fff;box-sizing:border-box}.admin-left-filters input::placeholder{color:#aaa}.admin-left-filters input:focus,.admin-left-filters select:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80;outline:none}.admin-table th{white-space:normal;word-break:break-word;max-width:50px}.cart-modal-container{background-color:#fff;width:90%;max-width:500px;border-radius:12px;padding:24px;box-shadow:0 10px 30px #0003;position:relative}.cart-title{margin-bottom:16px;color:#333}.cart-items-list{max-height:300px;overflow-y:auto;border-bottom:1px solid #ddd;margin-bottom:12px;padding-bottom:12px}.cart-input-row{display:flex;gap:10px;margin-top:10px;align-items:center}.label{font-weight:600}.input-field{border-radius:8px;border:1px solid #ccc;font-size:1rem;padding:6px 8px;flex:1;color:#000}.cart-total{display:flex;justify-content:space-between;align-items:center;font-size:1rem;margin-top:10px;border-top:1px solid #ddd;padding-top:10px;margin-bottom:10px}.empty-cart-message{text-align:center;padding:40px 0;color:#efd6f1}.cart-items-scrollable{max-height:200px;overflow-y:auto;padding-right:8px}.custom-sidebar{height:100vh;background-color:#fff;border-right:1px solid #e0e0e0;font-family:Inter,sans-serif}.custom-menu{font-size:15px;color:#333}.menu-item,.submenu{margin:15px}.custom-menu .menu-item:hover,.custom-menu .submenu:hover{color:#007bff;cursor:pointer}.custom-menu a{text-decoration:none;color:inherit;display:inline-block;width:100%}.app-layout{display:flex;height:100vh}.custom-sidebar{width:250px}.main-content{flex-grow:1;overflow-y:auto;width:100vw}.setting-section{padding:16px;border-bottom:1px solid #ddd;display:flex;flex-direction:column;text-align:left}.setting-section label{font-weight:700;margin-bottom:6px}.setting-section input,.setting-section select{padding:8px;border:1px solid #ccc;border-radius:6px;max-width:400px}.logo-preview img{margin-top:8px;height:60px}.save-button{border:1px solid #007bff;color:#007bff;background:transparent;border-radius:16px;width:150px;padding:8px 12px;cursor:pointer;transition:background .2s ease;margin:20px}.save-button:hover{background-color:#007bff;color:#fff}.sortable-icon svg{width:100%;height:100%;object-fit:contain}.widgets{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:20px}.widget{flex:1 1 200px;max-width:300px;min-width:200px;height:120px;border-radius:16px;background-color:#f8f8f8;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;transition:transform .2s ease;cursor:pointer}.widget:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026}.widget-title{font-size:14px;color:#555;margin-bottom:6px}.widget-value{font-size:24px;font-weight:700;color:#222}.login-container{background-color:#ececec;height:100vh;display:flex;align-items:center;justify-content:center}.login-card{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;border:1px solid #ccc;border-radius:8px;background-color:#fff;box-shadow:0 4px 12px #0000001a}.login-input{width:100%;margin-top:5px;display:flex;flex-direction:column;gap:10px;align-items:center}
