:root{--bg:#f7f7f4;--panel:#ffffff;--ink:#161816;--muted:#69716b;--line:#dedfd8;--accent:#087f5b;--accent-ink:#ffffff;--warn:#b7791f;--bad:#b42318;--good:#0f7b45}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{width:min(1120px,calc(100vw - 28px));margin:0 auto;padding:20px 0 48px}.admin-shell{width:min(1520px,calc(100vw - 32px))}.admin-promo-shell{width:min(1840px,calc(100vw - 28px))}.topbar{justify-content:space-between;gap:12px;padding:14px 18px;margin-bottom:14px;border:1px solid var(--line);border-radius:8px;background:white}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;font-weight:800}.logo-wrap{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:white;color:var(--accent);border:1px solid var(--accent);overflow:hidden;flex:0 0 auto}.logo-wrap-large{width:58px;height:58px;margin-bottom:14px}.logo-img{width:100%;height:100%;object-fit:contain;padding:4px}.nav{display:flex;gap:8px;flex-wrap:wrap}.ghost,.nav a,.primary{min-height:40px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;background:white;cursor:pointer}.nav a.active{border-color:var(--accent);background:#e8f5ee;color:#075f45;font-family:Arial,Helvetica,sans-serif;font-weight:700}.logout-text{display:inline}.primary{border-color:var(--accent);background:var(--accent);color:var(--accent-ink);font-weight:700}.ghost:disabled,.primary:disabled{cursor:not-allowed;opacity:.55}.danger{color:var(--bad)}.icon-button{width:42px;height:42px;min-width:42px;border:1px solid var(--line);border-radius:8px;display:inline-grid;place-items:center;background:white;color:var(--ink);cursor:pointer}.hero{min-height:210px;display:grid;align-content:end;padding:26px;border-radius:8px;color:white;background:linear-gradient(120deg,rgba(8,127,91,.92),rgba(28,48,43,.82)),url(https://images.unsplash.com/photo-1593941707882-a5bba14938c7?auto=format&fit=crop&w=1400&q=80);background-size:cover;background-position:50%}.hero h1{margin:0 0 8px;max-width:720px;font-size:clamp(30px,6vw,56px);line-height:1;letter-spacing:0}.hero p{margin:0;max-width:620px;color:rgba(255,255,255,.9);line-height:1.55}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:14px;gap:14px;margin-top:14px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:16px}.span-4{grid-column:span 4}.span-8{grid-column:span 8}.span-12{grid-column:span 12}.form{display:grid;grid-gap:9px;gap:9px}.field{display:grid;grid-gap:8px;gap:8px}.field label{color:var(--muted);font-size:13px}.field input,.field select,.field textarea{width:100%;min-height:34px;border:1px solid var(--line);border-radius:8px;padding:6px 10px;background:#fff}.field textarea{min-height:64px}.table-wrap{width:100%;overflow-x:auto}.promo-table-frame{border:1px solid var(--line);border-radius:8px;background:#fff}.promo-ticket-table-frame{max-height:min(52vh,520px);overflow:auto}.promo-ticket-table-frame thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#fbfcf9}table{width:100%;border-collapse:collapse;font-size:14px}.admin-table{min-width:1280px;table-layout:fixed}.bills-table{min-width:1580px}.transactions-table{min-width:1380px}.customers-table{min-width:1480px}.customer-bills-table{min-width:920px;table-layout:fixed}.bills-table td,.customer-bills-table td{white-space:normal;vertical-align:top}td,th{border-bottom:1px solid var(--line);padding:10px 8px;text-align:left;white-space:nowrap}td:not(:last-child),th:not(:last-child){border-right:1px solid #eceee8}th{font-weight:700;vertical-align:middle}.sort-header,th{color:var(--muted);white-space:normal}.sort-header{width:100%;min-height:28px;display:inline-flex;align-items:center;justify-content:flex-start;gap:5px}.sort-header span{color:#9aa19b;font-size:10px}.sort-header.active{color:var(--ink)}.truncate-cell{overflow:hidden;max-width:1px;text-overflow:ellipsis}.wrap-cell{white-space:normal;line-height:1.4;overflow-wrap:anywhere;word-break:normal;vertical-align:top}.station-clamp,.ticket-card-meta p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.col-check{width:36px}.col-actions{width:98px}.col-preview{width:48px}.bills-table .col-station,.transactions-table .col-station{width:310px}.customer-bills-table .col-station{width:250px}.customers-table .col-address{width:280px}.bills-table th:nth-child(2),.customers-table th:nth-child(2),.transactions-table th:nth-child(8){width:112px}.bills-table th:nth-child(3){width:170px}.bills-table th:nth-child(4),.transactions-table th:nth-child(2){width:220px}.bills-table th:nth-child(6),.bills-table th:nth-child(7),.transactions-table th:nth-child(4),.transactions-table th:nth-child(5){width:150px}.bills-table th:nth-child(8),.customers-table th:nth-child(10),.customers-table th:nth-child(9),.transactions-table th:nth-child(6){width:82px}.bills-table th:nth-child(9),.customers-table th:nth-child(11),.transactions-table th:nth-child(7){width:110px}.bills-table th:nth-child(10),.bills-table th:nth-child(12){width:126px}.bills-table th:nth-child(11){width:150px}.bills-table th:nth-child(10){width:190px}.code-cell,.match-cell{max-width:none}.customers-table th:nth-child(3){width:150px}.customers-table th:nth-child(4){width:220px}.customers-table th:nth-child(5),.customers-table th:nth-child(6),.customers-table th:nth-child(7){width:120px}.customer-bills-table th:first-child{width:48px}.customer-bills-table th:nth-child(2){width:66px}.customer-bills-table th:nth-child(3),.customer-bills-table th:nth-child(4){width:142px}.customer-bills-table th:nth-child(5),.customer-bills-table th:nth-child(6),.customer-bills-table th:nth-child(9){width:108px}.customer-bills-table th:nth-child(7){width:132px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;color:var(--muted);font-size:13px}.pagination-controls{display:flex;align-items:center;gap:8px}.pagination-controls select{min-height:36px;border:1px solid var(--line);border-radius:8px;padding:0 9px;background:white}.pagination-controls .ghost{min-height:36px}.status{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:0 9px;background:#eef2ef;color:#334039;font-size:12px}.status.matched{background:#e8f5ee;color:var(--good)}.status.duplicate{background:#fff4df;color:var(--warn)}.status.unmatched{background:#fef0ee;color:var(--bad)}.message{margin-top:8px;min-height:22px;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));grid-gap:10px;gap:10px}.compact-stats,.promo-tabs{margin-bottom:12px}.compact-controls{align-items:flex-end}.admin-promo-grid{gap:18px}.admin-promo-grid .section-head{margin-bottom:14px}.promo-admin-filter{padding:22px 24px}.promo-admin-filter .section-head{margin-bottom:18px}.promo-admin-filter .admin-controls{grid-template-columns:minmax(520px,1fr) 220px 150px;max-width:none;gap:14px}.promo-admin-filter .promo-search-row.no-program-filter{grid-template-columns:minmax(520px,1fr) 170px}.promo-admin-filter .promo-search-row .primary{justify-self:start;min-width:165px}.promo-admin-filter .tabs{margin-bottom:12px}.promo-admin-panel{padding:22px 24px}.promo-table{min-width:880px;table-layout:fixed;border-collapse:separate;border-spacing:0}.wide-promo-table{min-width:1720px}.promo-ticket-table{min-width:1460px}.promo-ticket-table th:first-child{width:140px;white-space:nowrap}.promo-ticket-table th:nth-child(2),.promo-ticket-table th:nth-child(6),.promo-ticket-table th:nth-child(7){width:142px}.promo-ticket-table th:nth-child(3){width:116px}.promo-ticket-table th:nth-child(4){width:160px}.promo-ticket-table th:nth-child(5){width:66px}.promo-ticket-table th:nth-child(8){width:150px}.promo-ticket-table th:nth-child(9){width:295px}.promo-ticket-table th:nth-child(10){width:92px}.promo-ticket-table th:nth-child(11){width:155px}.promo-table td,.promo-table th{white-space:normal;vertical-align:top;padding:12px 10px;border-bottom-color:#d8dbd2;border-right:1px solid #dfe2da}.promo-table td:last-child,.promo-table th:last-child{border-right:0}.promo-table th{background:#fafbf8}.promo-table tbody tr:last-child td{border-bottom:0}.bonus-point-layout{display:grid;grid-template-columns:310px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.program-manage-layout{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.program-detail-area{min-width:0}.program-manage-sidebar{max-height:620px;overflow-y:auto}.program-manage-item{grid-template-columns:minmax(0,1fr) auto;align-items:center}.program-manage-item>button:first-child{display:grid;grid-gap:3px;gap:3px;min-width:0;border:0;background:transparent;padding:0;text-align:left}.program-manage-item .icon-action{align-self:center}.subtab-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.sub-tabs{display:inline-flex;margin-bottom:0}.compact-section-head{margin-bottom:10px}.compact-section-head h3{margin:0;font-size:20px}.compact-card-grid{gap:8px}.program-manage-sidebar>.program-list-item:not(.program-manage-item){grid-template-columns:auto auto;align-items:center;justify-content:start;gap:8px;min-height:44px;padding:0 14px}.bonus-program-list{display:grid;grid-gap:10px;gap:10px;max-height:640px;overflow-y:auto;padding-right:4px}.bonus-program-list .program-list-item{display:grid;grid-gap:3px;gap:3px;padding:12px 14px;text-align:left}.bonus-program-list small{color:var(--muted);font-size:12px}.bonus-workspace{min-width:0}.bonus-form-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1fr 1fr 1fr 1fr 1fr;grid-gap:7px 12px;gap:7px 12px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fafbf8}.bonus-form-grid .full-field{grid-column:1/-1}.bonus-auto-field,.bonus-description-field,.bonus-form-grid .half-field,.bonus-name-field{grid-column:span 2}.bonus-points-field,.bonus-select-field{grid-column:span 1}.bonus-checkbox{align-self:center;min-height:38px}.field-hint{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-style:italic;line-height:1.2}.bonus-toolbar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px;margin:8px 0}.bonus-search-field{flex:1 1 260px}.bonus-toolbar a,.bonus-toolbar button{min-height:38px}.bonus-preview-summary{justify-content:space-between;margin-bottom:8px;color:var(--muted)}.bonus-preview-summary,.bonus-summary-actions,.bonus-summary-chips{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.bonus-summary-actions{justify-content:flex-end;margin-left:auto}.bonus-summary-actions button{min-height:38px}.bonus-preview-summary span{padding:5px 8px;border:1px solid var(--line);border-radius:8px;background:#fff}.bonus-preview-frame{max-height:430px;overflow:auto}.bonus-preview-frame .promo-table th{position:-webkit-sticky;position:sticky;top:0;z-index:2;white-space:nowrap}.bonus-pager{justify-content:flex-end;margin-top:8px}.bonus-preview-table{min-width:1320px}.bonus-preview-table th:first-child{width:48px}.bonus-preview-table th:nth-child(2){width:120px}.bonus-preview-table th:nth-child(3){width:260px}.bonus-preview-table th:nth-child(4),.bonus-preview-table th:nth-child(5),.bonus-preview-table th:nth-child(7),.bonus-preview-table th:nth-child(8){width:96px}.bonus-preview-table th:nth-child(6){width:128px}.bonus-preview-table th:nth-child(9){width:110px}.sort-header{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:700;padding:0;text-align:left;white-space:nowrap}.sort-header:hover{color:var(--accent)}.bonus-preview-table small{display:block;color:var(--muted);font-size:12px;line-height:1.25}.reward-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:8px;gap:8px}.muted-row,.reward-grid div{background:#f8faf8}.reward-grid div{border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-weight:700}.reward-chip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));grid-gap:8px;gap:8px}.reward-chip{display:grid;grid-template-columns:30px minmax(0,1fr) max-content;grid-template-areas:"icon name points";align-items:center;grid-column-gap:8px;column-gap:8px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.reward-chip-icon{grid-area:icon;display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#e8f5ee;color:var(--accent)}.reward-chip-name{grid-area:name;min-width:0;font-size:13px;font-weight:700;overflow-wrap:anywhere}.reward-chip strong{grid-area:points;color:var(--accent);font-size:12px;white-space:nowrap}.promo-section-head{align-items:right;flex-direction:row}.heading-count{margin-left:6px;color:var(--accent);font-size:13px;font-weight:700;white-space:nowrap}.heading-icon-count{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.heading-icon-count span{color:var(--accent);font-size:14px;font-weight:800;line-height:1}.ticket-card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:10px;gap:10px;max-height:286px;overflow-y:auto;padding-right:4px;overscroll-behavior:contain}.ticket-card{display:grid;grid-gap:8px;gap:8px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.ticket-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:7px;border-bottom:1px solid var(--line)}.ticket-card-top div{min-width:0}.ticket-card-expiry{flex:0 0 auto;display:inline-flex;align-items:baseline;gap:5px;text-align:right}.ticket-card-grid span,.ticket-card-meta span,.ticket-card-top span{color:var(--muted);font-size:12px}.ticket-card-top strong{color:var(--accent);font-size:17px;line-height:1.2;overflow-wrap:anywhere}.ticket-card-expiry strong{color:var(--ink);font-size:13px;white-space:nowrap}.ticket-card-grid{display:grid;grid-template-columns:46px minmax(84px,1.15fr) minmax(96px,1fr);grid-gap:8px;gap:8px}.ticket-card-grid div{display:grid;grid-gap:2px;gap:2px;min-width:0}.ticket-card-grid strong{font-size:13px;overflow-wrap:anywhere}.ticket-card-charge-time strong{font-size:12px;line-height:1.15}.ticket-card-charge-time{align-content:start}.ticket-card-bill strong{display:block;max-width:100%;white-space:normal;overflow-wrap:anywhere;line-height:1.2}.ticket-card-meta{display:grid;grid-gap:3px;gap:3px}.ticket-card-meta p{margin:0;color:var(--ink);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.empty-state{padding:16px;border:1px dashed var(--line);border-radius:8px;background:#fff;color:var(--muted);text-align:center}.prize-card-list{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.prize-program-list{display:grid;grid-gap:10px;gap:10px}.prize-program-card{display:grid;grid-gap:8px;gap:8px;padding:11px;border:1px solid var(--line);border-radius:8px;background:#fff}.prize-program-card h3{margin:0;color:var(--accent);font-size:14px;line-height:1.25}.promo-program-range{margin:-3px 0 0;color:var(--muted);font-size:12px;line-height:1.3}.prize-card{display:grid;grid-template-columns:24px minmax(0,1fr) max-content;align-items:start;grid-gap:8px;gap:8px;padding:8px 9px;border:1px solid var(--line);border-radius:8px;background:#f8faf8}.prize-card div{min-width:0}.prize-card span{display:block;color:var(--muted);font-size:12px}.prize-card strong{display:block;font-size:14px;line-height:1.3;overflow-wrap:anywhere}.prize-index{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#e8f5ee;color:var(--accent);font-weight:800}.prize-card-meta{text-align:right}.prize-card-meta span:first-child{color:var(--accent);font-weight:700}.check-label{display:inline-flex;align-items:center;gap:8px;color:var(--muted)}.promo-customer-list{display:grid;grid-gap:10px;gap:10px;max-height:520px;overflow-y:auto;padding:2px 6px 2px 2px}.program-chip,.program-list-item,.promo-customer-card{border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);cursor:pointer}.promo-customer-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;text-align:left}.program-chip.active,.program-list-item.active,.promo-customer-card.active{border-color:var(--accent);background:#e8f5ee}.admin-list-card div,.promo-customer-card span:first-child,.selected-customer-summary div{min-width:0}.promo-customer-title{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:2px}.promo-customer-title em{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;padding:0 8px;background:#e8f5ee;color:#075f45;font-size:11px;font-style:normal;font-weight:400;white-space:nowrap}.admin-list-card span,.admin-list-card strong,.promo-customer-card small,.promo-customer-card strong{display:block}.admin-list-card span,.promo-customer-card small,.right-metrics span,.selected-customer-summary small{color:var(--muted);font-size:12px}.promo-customer-card small,.selected-customer-summary small{line-height:1.25;white-space:normal;overflow-wrap:anywhere}.point-pill{flex:0 0 auto;border-radius:999px;padding:5px 8px;background:var(--accent);color:#fff;font-weight:800}.selected-customer-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.selected-customer-summary div{border:1px solid var(--line);border-radius:8px;padding:12px 14px;background:#fff}.selected-customer-summary span{display:block;color:var(--muted);font-size:12px}.selected-customer-summary strong{display:block;margin-top:3px;overflow-wrap:anywhere}.selected-customer-summary small{display:block;margin-top:3px}.subhead{margin:12px 0 8px;font-size:16px}.admin-card-grid{display:grid;grid-gap:10px;gap:10px}.admin-list-card{display:grid;grid-template-columns:minmax(0,1fr) max-content max-content;align-items:center;grid-gap:18px;gap:18px;border:1px solid var(--line);border-radius:8px;padding:13px 14px;background:#fff}.admin-list-card .status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;line-height:1;text-align:center}.icon-action{width:32px;height:32px;border:0;border-radius:8px;display:inline-grid;place-items:center;background:transparent;color:var(--ink);cursor:pointer}.icon-action:hover{background:#f2f4ef}.icon-action.danger{color:var(--bad)}.right-metrics{text-align:right}.program-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.program-chip{min-height:34px;padding:0 12px}.ticket-admin-layout{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.program-sidebar{display:grid;grid-gap:10px;gap:10px;max-height:620px;overflow-y:auto;padding:2px 6px 2px 2px}.program-list-item{display:grid;grid-gap:5px;gap:5px;padding:13px 14px;text-align:left}.program-list-item strong{overflow-wrap:anywhere;line-height:1.25}.program-list-item span{color:var(--muted);font-size:12px}.ticket-table-area{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px}.pager{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:12px;color:var(--muted);font-size:14px}.pager>span{margin-right:2px;white-space:nowrap}.pager select{min-height:38px;border:1px solid var(--line);border-radius:8px;padding:0 34px 0 10px;background:#fff}.pager .ghost{min-width:78px;min-height:38px}.pager strong{min-width:44px;color:var(--ink);text-align:center;white-space:nowrap}.redeem-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#f8faf8}.redeem-dialog-head span{color:#075f45;font-family:Arial,Helvetica,sans-serif;font-weight:700;white-space:nowrap}.redeem-reward-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:8px;gap:8px;margin-bottom:12px}.redeem-reward-card{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.redeem-reward-card>div:first-child{display:grid;grid-gap:4px;gap:4px;min-width:0}.redeem-reward-card strong{display:block;line-height:1.25;overflow-wrap:anywhere}.redeem-reward-card span{display:block;color:#075f45;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:1.2}.quantity-stepper{display:inline-flex;align-items:center;gap:6px}.quantity-stepper button{width:28px;height:28px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.quantity-stepper strong{min-width:20px;text-align:center}.redeem-preview{display:grid;grid-template-columns:repeat(4,max-content);grid-gap:8px 12px;gap:8px 12px;align-items:baseline;margin-top:12px;color:var(--muted)}.redeem-preview strong{color:var(--ink)}.two-col-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 16px;gap:14px 16px}.dialog.point-rule-dialog{width:min(560px,100%)}.point-rule-dialog .dialog-grid{grid-template-columns:repeat(2,minmax(0,216px));gap:12px 16px;width:448px;max-width:100%;margin:0 auto}.offpeak-group{display:grid;grid-gap:8px;gap:8px;margin:2px 0 0;width:448px;max-width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 12px 12px}.offpeak-group legend{padding:0 6px;color:var(--muted);font-size:13px}.offpeak-window-row{display:grid;grid-template-columns:24px repeat(2,188px);grid-gap:10px;gap:10px;align-items:center}.offpeak-window-row label,.offpeak-window-row>span{color:var(--muted);font-size:13px}.offpeak-window-row label{display:grid;grid-template-columns:24px 1fr;grid-gap:8px;gap:8px;align-items:center}.offpeak-window-row input{width:100%;min-height:34px;border:1px solid var(--line);border-radius:8px;padding:6px 10px;background:#fff}.full-field{grid-column:1/-1}.danger-primary{border-color:var(--bad)}.stat{border:1px solid var(--line);border-radius:8px;padding:12px;background:white}.stat strong{display:block;font-size:24px}.admin-block h2{margin:0 0 12px;font-size:20px}.admin-controls{display:grid;grid-template-columns:minmax(220px,1fr) 128px 128px 180px repeat(4,max-content);grid-gap:10px;gap:10px;align-items:flex-end}.admin-controls input[type=date]{min-width:0;padding-left:10px;padding-right:8px}.admin-controls .ghost,.admin-controls .primary{min-width:max-content;height:42px}.hidden-file{display:none}.summary-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.summary-card{border:1px solid var(--line);border-radius:8px;padding:13px 14px;background:white}.summary-card span{display:block;color:var(--muted);font-size:13px}.summary-card strong{display:block;margin-top:5px;font-size:24px}.section-head{display:flex;align-items:right;justify-content:space-between;gap:10px;margin-bottom:10px}.section-head h2{margin:0}.header-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-left:auto}.admin-list-card small,.form-note{color:var(--muted);font-size:13px}.form-note{margin:0}.bill-section-head{flex-direction:row;align-items:center}.compact-grid{margin-top:0;margin-bottom:12px}.filter-row{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end;margin-bottom:12px}.filter-row .field{flex:0 1 132px;min-width:0;gap:6px}.filter-row .field input[type=date]{min-width:0;width:132px;max-width:100%}.filter-end-group{display:flex;flex:0 0 auto;gap:8px;align-items:flex-end}.filter-action{display:grid;flex:0 0 42px;grid-gap:6px;gap:6px}.filter-action label{color:transparent;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.upload-drawer{grid-gap:10px;gap:10px;margin-bottom:12px;padding:12px}.profile-card,.upload-drawer{display:grid;border:1px solid var(--line);border-radius:8px;background:#fafbf8}.profile-card{grid-template-columns:52px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:13px}.profile-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--accent);color:white}.profile-card span{display:block;color:var(--muted);font-size:12px}.profile-card strong{display:block;margin-top:3px;font-size:22px}.profile-card p{margin:3px 0 0;color:var(--muted)}.account-card{margin-bottom:10px;background:white}.profile-inline-row{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(220px,1.3fr);grid-gap:12px;gap:12px}.totals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.totals div{border:1px solid var(--line);border-radius:8px;padding:9px 10px;background:#fafbf8}.totals span{display:block;color:var(--muted);font-size:12px}.totals strong{display:block;margin-top:4px;font-size:16px}.radio-row{display:flex;min-height:34px;align-items:center;gap:14px;border:1px solid var(--line);border-radius:8px;padding:5px 10px;background:white}.radio-row label{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-size:14px}.radio-row input{width:16px;height:16px}.tabs{display:inline-flex;gap:6px;padding:4px;border:1px solid var(--line);border-radius:8px;background:#fafbf8}.tab-toolbar{justify-content:space-between;gap:12px;margin-bottom:12px}.tab-actions,.tab-toolbar{display:flex;align-items:center}.tab-actions{gap:8px;flex-wrap:wrap}.tab{min-height:34px;border:0;border-radius:6px;padding:0 13px;background:transparent;color:var(--muted);cursor:pointer}.tab.active{background:white;color:var(--ink);font-weight:700;box-shadow:0 1px 2px rgba(0,0,0,.06)}.row-actions{display:flex;align-items:center;gap:6px}.bill-code-cell{display:inline-flex;align-items:center;gap:7px;width:100%;min-width:0}.bill-code-cell span{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.bills-table .bill-code-cell{align-items:flex-start}.bills-table .bill-code-cell span{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.customer-bills-table .bill-code-cell{align-items:flex-start}.customer-bills-table .bill-code-cell span{display:block;max-width:100%;overflow-x:auto;overflow-y:hidden;text-overflow:clip;white-space:nowrap;scrollbar-width:thin}.bill-code-plain{font-weight:600}.icon-only{width:34px;min-width:34px;height:34px;padding:0;justify-content:center}.dialog-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:18px;background:rgba(24,27,24,.42)}.dialog{width:min(980px,100%);max-height:min(92vh,860px);overflow:auto;border:1px solid var(--line);border-radius:8px;background:white;padding:14px;box-shadow:0 20px 50px rgba(0,0,0,.18)}.small-dialog{width:min(460px,100%)}.confirm-dialog{width:min(430px,100%)}.confirm-title{display:flex;align-items:flex-start;gap:10px}.confirm-dialog .dialog-head{margin-bottom:0}.confirm-message{margin:10px 0 0 46px;color:var(--muted);line-height:1.35;white-space:pre-line}.confirm-icon{display:inline-grid;width:36px;height:36px;min-width:36px;place-items:center;border-radius:8px;background:#fef0ee;color:var(--bad)}.danger-primary{background:var(--bad)}.danger-primary:hover{background:#b3261e}.image-dialog{width:min(760px,100%)}.bill-image-frame{display:grid;place-items:center;min-height:280px;border:1px solid var(--line);border-radius:8px;background:#f7f8f5;overflow:hidden}.bill-image-frame img{display:block;width:auto;max-width:100%;max-height:min(70vh,760px);object-fit:contain}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.dialog-head h2{margin:0;font-size:20px}.dialog-head p{margin:2px 0 0;color:var(--muted)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.settings-subtabs,.settings-tabs{margin-bottom:10px}.settings-tab-panel{min-height:360px}.settings-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;align-content:start;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fafbf8}.settings-single{min-height:360px}.settings-section h3{grid-column:1/-1;margin:0;font-size:16px}.settings-wide{grid-column:1/-1}.checkbox-setting{display:flex;align-items:center;gap:8px;min-height:34px;color:var(--ink);cursor:pointer}.checkbox-setting input{width:18px;height:18px}.dialog-actions{position:-webkit-sticky;position:sticky;bottom:-14px;display:flex;justify-content:flex-end;gap:8px;margin-top:10px;padding-top:8px;padding-bottom:2px;background:white}@media (max-width:760px){.shell{width:min(100vw - 20px,560px);padding-top:10px;padding-bottom:128px}.topbar{align-items:flex-start;flex-direction:column;padding:12px}.span-12,.span-4,.span-8{grid-column:span 12}.hero{padding:20px;min-height:250px}.stats{grid-template-columns:repeat(2,1fr)}.section-head{align-items:stretch;flex-direction:column}.bonus-form-grid,.bonus-point-layout,.program-manage-layout{grid-template-columns:1fr}.bonus-auto-field,.bonus-description-field,.bonus-form-grid .full-field,.bonus-form-grid .half-field,.bonus-name-field,.bonus-points-field,.bonus-select-field{grid-column:auto}.bonus-program-list{max-height:260px}.bonus-toolbar,.subtab-toolbar{align-items:stretch;flex-direction:column}.bonus-search-field,.bonus-toolbar button,.subtab-toolbar .ghost,.subtab-toolbar .primary{width:100%}.bill-section-head{align-items:center;flex-direction:row}.totals{grid-template-columns:1fr}.summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-card{padding:11px 12px}.summary-card strong{font-size:20px}.filter-row{gap:7px}.filter-row .field{flex-basis:132px}.filter-row .field input[type=date]{width:132px}.filter-end-group{gap:7px}.profile-inline-row{grid-template-columns:1fr}.admin-controls{grid-template-columns:1fr 1fr}.admin-controls .search-field{grid-column:1/-1}.admin-controls .ghost,.admin-controls .primary{width:100%}.offpeak-window-row{grid-template-columns:24px repeat(2,minmax(0,1fr))}.admin-list-card,.selected-customer-summary,.ticket-admin-layout,.two-col-form{grid-template-columns:1fr}.admin-list-card{align-items:stretch}.right-metrics{text-align:left}.redeem-dialog-head,.redeem-reward-card{align-items:flex-start;flex-direction:column}.redeem-preview{grid-template-columns:1fr max-content}.tab-toolbar{align-items:stretch;flex-direction:column}.tab-actions{display:grid;grid-template-columns:1fr 1fr}.prize-card-list,.reward-chip-grid,.ticket-card-list{grid-template-columns:1fr}.reward-chip{grid-template-columns:30px minmax(0,1fr) max-content}.promo-section-head{align-items:center;flex-direction:row}.prize-card{align-items:flex-start}.dialog-backdrop{align-items:start;padding:10px}.dialog{max-height:calc(100vh - 20px);padding:14px}.settings-grid,.settings-section{grid-template-columns:1fr}.dialog-actions{bottom:-12px;display:grid;grid-template-columns:1fr 1fr}}@media (max-width:430px){.nav a.ghost{width:40px;min-width:40px;padding:0}.nav a.ghost .logout-text{display:none}}