*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;}body{background:#f3f5fa;padding-bottom:90px;}header{background:#1f2638;color:white;padding:18px;position:sticky;top:0;z-index:100;}header h1{font-size:28px;}header p{font-size:14px;opacity:.8;margin-top:4px;}.container{padding:15px;max-width:700px;margin:auto;}#search{width:100%;padding:14px;border:none;border-radius:14px;font-size:16px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,.1);outline:none;}#dateChoice{display:flex;gap:10px;margin-bottom:15px;}.dateBtn{flex:1;padding:12px;border:none;border-radius:10px;background:#ddd;color:#333;font-weight:600;}.dateBtn.active{background:#1f2638 !important;color:white !important;}.branchWrapper{margin-bottom:15px;}#branchSelect{width:100%;padding:14px;border-radius:14px;border:none;box-shadow:0 2px 8px rgba(0,0,0,.1);font-size:16px;}.category{background:white;margin-bottom:15px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);}.categoryTitle{display:flex;justify-content:space-between;align-items:center;padding:16px;font-weight:600;font-size:18px;cursor:pointer;background:white;}.arrow{font-size:22px;}.items{display:none;padding:10px 15px 15px;}.item{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid #eee;gap:10px;}.item:last-child{border:none;}.item label{flex:1;font-size:15px;}.qtyBox{display:flex;align-items:center;gap:8px;}.qtyBtn{width:32px;height:32px;border:none;border-radius:50%;background:#1f2638;color:white;font-size:18px;cursor:pointer;}.qty{width:30px;text-align:center;font-weight:bold;min-height:1em;}.bottomBar{position:fixed;bottom:0;left:0;right:0;background:white;display:flex;justify-content:space-between;align-items:center;padding:12px;box-shadow:0 -2px 10px rgba(0,0,0,.15);}.bottomBar button{border:none;padding:12px 20px;border-radius:10px;color:white;font-size:16px;cursor:pointer;}#clearBtn{background:#e53935;}#generateBtn{background:#1f2638;margin-left:10px;}.brandFooter{text-align:center;padding:16px 10px 100px;color:#666;}.brandFooter .brandName{font-size:16px;font-weight:600;color:#1f2638;}.brandFooter .copyright{font-size:12px;margin-top:4px;opacity:.75;}.overlay{display:none;position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.45);justify-content:center;align-items:center;z-index:999;}.popup{background:white;width:95%;max-width:340px;max-height:90vh;border-radius:12px;padding:15px;display:flex;flex-direction:column;}#receipt{width:80mm;margin:auto;font-family:monospace;font-size:13px;background:white;padding:6px;overflow-y:auto;flex:1;}.actionButtons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px;flex-shrink:0;}.actionButtons button{padding:10px;border:none;background:#1f2638;color:white;border-radius:8px;}#closeBtn{background:#e53935;grid-column:1 / -1;}@media print{.brandFooter{display:none;}body *{visibility:hidden;}#receipt,#receipt *{visibility:visible;}#receipt{position:absolute;left:0;top:0;width:80mm;}.actionButtons,.bottomBar,header{display:none;}}