:root{color:#1c2a24;font-synthesis:none;background:#f5f7f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;color:#263b32;background:#fff;border:1px solid #d9e0dc;border-radius:8px;padding:9px 13px}.primary{color:#fff;background:#176b4d;border-color:#176b4d;font-weight:700}.shell{grid-template-columns:230px 1fr;min-height:100vh;display:grid}aside{color:#fff;background:#103d30;flex-direction:column;padding:24px 16px;display:flex}.brand{flex-direction:column;padding:5px 10px 25px;display:flex}.brand b{letter-spacing:.5px;font-size:19px}.brand small{opacity:.7;margin-top:4px}nav{flex-direction:column;gap:5px;display:flex}nav a{color:#dbe9e3;border-radius:8px;padding:11px 12px;font-size:14px;text-decoration:none}nav a.active,nav a:hover{color:#fff;background:#1b5946}.side-user{border-top:1px solid #315e50;flex-direction:column;margin-top:auto;padding:18px 10px 0;display:flex}.side-user small{opacity:.65}.link{text-align:left;color:#b9d8cc;background:0 0;border:0;padding:7px 0}main{min-width:0}header{background:#fff;border-bottom:1px solid #e0e6e3;justify-content:space-between;align-items:center;height:68px;padding:0 28px;display:flex}header div{flex-direction:column;display:flex}header small{color:#75827c}.online{color:#26855f;font-size:13px}.content{max-width:1500px;margin:auto;padding:28px}.page-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.page-head h1{margin:0;font-size:26px}.page-head p{color:#718078;margin:4px 0 0}.panel{background:#fff;border:1px solid #e1e7e4;border-radius:12px;margin-bottom:20px;padding:20px;box-shadow:0 2px 8px #1d4c3820}.panel h2{margin:0 0 16px;font-size:17px}.stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.stats>div{background:#fff;border:1px solid #e1e7e4;border-radius:12px;flex-direction:column;padding:20px;display:flex}.stats small{color:#718078}.stats b{margin-top:8px;font-size:24px}.summary-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.summary-grid span{background:#f7f9f8;border-radius:8px;justify-content:space-between;padding:15px;display:flex}.billing-grid{grid-template-columns:1.5fr .8fr;gap:20px;display:grid}.tabs{gap:7px;margin-bottom:16px;display:flex}.tabs .active{color:#10553c;background:#e5f1ec;border-color:#9ac9b6;font-weight:700}.item-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.item-card{text-align:left;flex-direction:column;min-height:130px;padding:15px;display:flex}.item-card small,.item-card em{color:#728078;margin-top:5px;font-size:12px;font-style:normal}.item-card strong{color:#176b4d;margin-top:auto;font-size:18px}.cart-row{border-bottom:1px solid #edf0ee;justify-content:space-between;gap:10px;padding:12px 0;display:flex}.cart-row>div{flex-direction:column;display:flex}.cart-row>div:last-child{align-items:flex-end}.cart-row small{color:#718078}.x{color:#a33;background:0 0;border:0;padding:0;font-size:20px}.total{border-top:2px solid #dfe7e3;justify-content:space-between;margin-top:10px;padding:20px 0;font-size:20px;display:flex}.cart label{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.cart .primary{width:100%;padding:13px}.muted{color:#84918b}.notice,.error{color:#145a40;background:#eef6f2;border-radius:8px;margin-bottom:15px;padding:12px 14px}.error{color:#9c3030;background:#fff0f0}.search{border:1px solid #d7dfdb;border-radius:8px;width:100%;max-width:400px;margin-bottom:16px;padding:10px}table{border-collapse:collapse;width:100%;font-size:14px}th{text-align:left;color:#718078;text-transform:uppercase;letter-spacing:.4px;font-size:12px}th,td{border-bottom:1px solid #edf0ee;padding:12px}.form-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.form-grid label,.login-card label{flex-direction:column;gap:6px;font-size:13px;display:flex}.form-grid input,.form-grid select,.login-card input,.page-head select,.cart select{background:#fff;border:1px solid #d4ddd8;border-radius:8px;padding:10px}.login-page{background:linear-gradient(135deg,#103d30,#1c7253);place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border-radius:16px;flex-direction:column;gap:16px;width:390px;padding:35px;display:flex;box-shadow:0 20px 50px #0003}.login-card h1{text-align:center;margin:0}.login-card p,.login-card>small{text-align:center;color:#748079;margin:0}.logo-mark{color:#fff;background:#176b4d;border-radius:50%;place-items:center;width:58px;height:58px;margin:auto;font-size:20px;font-weight:800;display:grid}.receipt{color:#000;background:#fff;width:72mm;margin:auto;padding:3mm;font-family:monospace}.receipt h2,.receipt p{text-align:center}.receipt-line{justify-content:space-between;gap:8px;display:flex}@media (width<=1000px){.shell{grid-template-columns:180px 1fr}.item-grid{grid-template-columns:repeat(2,1fr)}.billing-grid{grid-template-columns:1fr}.stats,.form-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.shell{display:block}aside{position:static}nav{grid-template-columns:repeat(2,1fr);display:grid}.side-user{display:none}.content{padding:15px}.item-grid,.stats,.summary-grid,.form-grid{grid-template-columns:1fr}.page-head{flex-direction:column;align-items:flex-start}table{display:block;overflow:auto}.login-card{width:calc(100% - 30px)}}@media print{@page{size:80mm auto;margin:0}body *{visibility:hidden}.print-only,.print-only *{visibility:visible}.print-only{width:72mm;box-shadow:none;border:0;margin:0 4mm;position:absolute;top:0;left:0;display:block!important}}.app-loading{color:#176b4d;place-items:center;min-height:100vh;font-weight:700;display:grid}.header-user{align-items:flex-end!important}.pos-page{margin:-18px}.pos-toolbar{background:#eef8fb;border:1px solid #dbe9ed;border-radius:10px 10px 0 0;grid-template-columns:minmax(280px,1.3fr) minmax(280px,1fr) auto;gap:10px;padding:10px;display:grid}.pos-toolbar input,.pos-toolbar select,.pos-remarks,.report-filter input,.master-form textarea,.form-grid textarea,.modal-card input,.modal-card textarea{background:#fff;border:1px solid #ccd9d4;border-radius:7px;width:100%;padding:10px}.pos-customer-select{gap:8px;display:flex}.pos-customer-select select{flex:1}.pos-tabs{margin:0}.pos-layout{background:#eef8fb;grid-template-columns:minmax(0,1fr) 280px;gap:10px;padding:0 10px 10px;display:grid}.pos-main{box-shadow:none;border-radius:0;min-height:480px;margin:0;padding:0;overflow:hidden}.pos-item-strip{border-bottom:1px solid #e2e8e5;gap:8px;min-height:88px;padding:10px;display:flex;overflow-x:auto}.pos-item-chip{text-align:left;background:#fff;flex-direction:column;gap:2px;min-width:170px;max-width:210px;display:flex}.pos-item-chip small{color:#75827c}.pos-item-chip strong{color:#176b4d;margin-top:4px}.pos-table-wrap{min-height:330px;overflow:auto}.pos-table th{z-index:1;background:#f1f3f2;position:sticky;top:0}.pos-table td{vertical-align:middle}.row-sub{color:#85928c;margin-top:3px;font-size:10px;display:block}.table-number{border:1px solid #d6ded9;border-radius:6px;width:76px;padding:7px}.empty-cart{color:#87938e;text-align:center!important;padding:40px!important}.pos-remarks{width:calc(100% - 20px);margin:10px}.pos-side{color:inherit;background:0 0;padding:0;display:block}.side-card{background:#fff;border:1px solid #e1e7e4;border-radius:9px;margin-bottom:10px;padding:14px}.side-card h3{margin:0 0 12px;font-size:17px}.detail-list{flex-direction:column;gap:9px;display:flex}.detail-list span{color:#68756f;justify-content:space-between;gap:10px;display:flex}.detail-list b{color:#1d2b25;text-align:right}.detail-list .grand{border-top:1px solid #dfe6e2;padding-top:12px;font-size:16px}.detail-list .grand b{color:#0d7e56;font-size:20px}.side-card>button{width:100%;margin-top:13px}.pos-bottom{background:#eef8fb;border:1px solid #dbe9ed;border-radius:0 0 10px 10px;padding:10px}.pos-metrics{background:#fff;border-radius:8px;grid-template-columns:repeat(5,1fr);margin-bottom:8px;display:grid;overflow:hidden}.pos-metrics>div{border-right:1px solid #e5e9e7;flex-direction:column;align-items:center;padding:10px;display:flex}.pos-metrics>div:last-child{border-right:0}.pos-metrics b{font-size:18px}.pos-metrics small{color:#798680;margin-top:4px}.pos-metrics .amount b{color:#009fe3;font-size:25px}.payment-bar{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.payment-bar button{color:#fff;background:#2f3331;border-color:#2f3331;padding:13px}.payment-bar button:disabled{opacity:.45;cursor:not-allowed}.modal-backdrop{z-index:1000;background:#0007;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border-radius:14px;width:min(760px,100%);max-height:90vh;padding:22px;overflow:auto;box-shadow:0 20px 70px #0005}.modal-head{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.modal-head h2{margin:0}.modal-head p{color:#728078;margin:4px 0 0}.form-grid textarea,.modal-card textarea{resize:vertical;min-height:75px}.form-actions,.modal-actions{justify-content:flex-end;align-items:end;gap:8px;display:flex}.modal-actions{margin-top:18px}.check-label{align-items:center;padding-top:25px;flex-direction:row!important;gap:8px!important}.check-label input{width:auto!important}.master-form{background:#f7faf8;border:1px solid #e3e9e6;border-radius:9px;margin-bottom:18px;padding:16px}.report-filter{align-items:end;gap:14px;display:flex}.report-filter label{flex-direction:column;gap:6px;font-size:13px;display:flex}.report-stats{grid-template-columns:repeat(6,1fr)}.report-section h2{margin-bottom:5px}.report-section p{color:#76837d;margin:0}.report-two-column{grid-template-columns:1fr 1fr;gap:20px;display:grid}.role-cards{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.role-cards>div{background:#f6faf8;border:1px solid #e1e9e5;border-radius:9px;flex-direction:column;gap:6px;padding:14px;display:flex}.role-cards small{color:#6f7d76;line-height:1.45}tfoot th{color:#26352e;background:#f4f7f5;font-size:13px}.notice{white-space:pre-wrap}.gstr-page{background:linear-gradient(#eef8fc 0,#f7fbfd 170px,#f5f7f6 170px);min-height:calc(100vh - 68px);margin:-28px;padding:20px}.gstr-breadcrumb{color:#22313b;align-items:center;gap:10px;margin:2px 0 18px;font-size:15px;display:flex}.gstr-toolbar{justify-content:space-between;align-items:center;margin-bottom:16px;padding:10px 12px;display:flex}.gstr-active-filter{color:#5d6b72;align-items:center;gap:8px;font-size:13px;display:flex}.gstr-active-filter b{color:#22313b}.gstr-toolbar-actions{gap:10px;display:flex}.gstr-toolbar-actions button{padding:10px 16px;font-size:16px}.gstr-filter-card{grid-template-columns:1.1fr 1fr 1fr 1fr auto;align-items:end;gap:12px;margin-bottom:16px;display:grid}.gstr-filter-card label{color:#60707a;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.gstr-filter-card select,.gstr-filter-card input{background:#fff;border:1px solid #d5dfe4;border-radius:8px;padding:10px}.gstr-table-panel{padding:0;overflow:hidden}.gstr-table{font-size:14px}.gstr-table thead th{color:#8496aa;text-align:left;background:#f4f7fa;padding:13px}.gstr-table td{color:#2f4153;padding:12px 13px}.gstr-table tbody tr:hover{background:#f9fcfe}.gstr-link{color:#006edc;font:inherit;background:0 0;border:0;border-radius:0;padding:0;text-decoration:underline}.gstr-table tfoot th{background:#f7fafb;padding:12px 13px}.gstr-detail{margin-top:16px}.gstr-detail .section-title{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.gstr-detail .section-title h2{margin:0}.gstr-detail .section-title p{color:#78868f;margin:3px 0 0}.gstr-detail-scroll{max-height:420px;overflow:auto}.gstr-detail-scroll th{white-space:nowrap;background:#f4f7fa;position:sticky;top:0}.gstr-detail-scroll td{white-space:nowrap}.gstr-note{color:#6d7c84;margin-top:10px;padding:0 4px;font-size:12px}@media (width<=1200px){.pos-layout{grid-template-columns:1fr}.pos-side{grid-template-columns:1fr 1fr;gap:10px;display:grid}.report-stats{grid-template-columns:repeat(3,1fr)}.gstr-filter-card{grid-template-columns:1fr 1fr 1fr}}@media (width<=900px){.pos-toolbar{grid-template-columns:1fr}.pos-customer-select{min-width:0}.pos-metrics,.payment-bar{grid-template-columns:repeat(2,1fr)}.report-two-column,.role-cards{grid-template-columns:1fr}.report-filter{flex-direction:column;align-items:stretch}.report-filter button{align-self:flex-start}.gstr-page{margin:-15px;padding:12px}.gstr-toolbar{align-items:flex-start;gap:10px}.gstr-active-filter{flex-wrap:wrap}.gstr-filter-card{grid-template-columns:1fr 1fr}}@media (width<=700px){.pos-page{margin:0}.pos-layout,.pos-toolbar,.pos-bottom{padding-left:5px;padding-right:5px}.pos-side,.form-grid.two,.payment-bar{grid-template-columns:1fr}.report-stats{grid-template-columns:1fr 1fr}.gstr-toolbar{flex-direction:column}.gstr-filter-card{grid-template-columns:1fr}.gstr-table-panel{overflow:auto}.gstr-table{min-width:900px}}.payment-modal{width:min(720px,94vw);max-height:90vh;overflow:auto}.cash-box{gap:14px;display:grid}.cash-box label,.payment-ref{flex-direction:column;gap:6px;display:flex}.cash-box input,.payment-ref input,.split-pay input,.split-pay select{border:1px solid #d4ddd8;border-radius:8px;padding:11px}.change-box{background:#eef7f3;border:1px solid #b8d9ca;border-radius:10px;justify-content:space-between;align-items:center;padding:18px;font-size:18px;display:flex}.change-box b{color:#176b4d;font-size:26px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.split-pay table{margin-bottom:12px}.split-pay td{padding:7px}.split-summary{justify-content:flex-end;gap:24px;padding:14px 0;font-size:16px;display:flex}.split-summary .ok{color:#176b4d}.split-summary .due{color:#a33}.receipt-settings-grid{grid-template-columns:1.2fr .8fr;gap:20px;display:grid}.settings-logo-box{grid-template-columns:180px 1fr;align-items:center;gap:20px;margin-bottom:16px;display:grid}.settings-logo-box img,.logo-placeholder{object-fit:contain;background:#fff;border:1px solid #dfe6e2;border-radius:10px;width:160px;height:110px;padding:8px}.logo-placeholder{color:#84918b;place-items:center;font-size:12px;display:grid}.settings-logo-box>div:last-child{flex-direction:column;gap:10px;display:flex}.check-row{align-items:center;flex-direction:row!important;gap:8px!important;display:flex!important}.receipt-options{gap:12px;margin-top:18px;display:grid}.form-grid.one{grid-template-columns:1fr}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid .full{grid-column:1/-1}.form-grid textarea{resize:vertical;border:1px solid #d4ddd8;border-radius:8px;min-height:76px;padding:10px}.receipt{color:#000;background:#fff;width:72mm;margin:auto;padding:1.4mm;font-family:Courier New,Lucida Console,monospace;font-size:11.2px;font-weight:700;line-height:1.3}.receipt *{color:#000;box-sizing:border-box;font-weight:700}.receipt-logo-wrap{text-align:center;margin:0 0 2mm}.receipt-logo{object-fit:contain;filter:grayscale()contrast(1.4);max-width:38mm;max-height:25mm;margin:0 auto;display:block}.receipt-center{text-align:center}.receipt-header h2{text-transform:uppercase;margin:0 0 2px;font-size:15.5px;font-weight:800;line-height:1.12}.receipt-header>b{font-size:11.4px;font-weight:800}.receipt-header div{font-size:10.1px}.receipt-custom-text{white-space:pre-wrap;margin-top:2px}.receipt-rule{border-top:1.6px dashed #000;margin:5px 0}.receipt-info-grid{grid-template-columns:19mm 1fr;gap:1.8px 4px;font-size:10.9px;display:grid}.receipt-info-grid span{font-weight:700}.receipt-info-grid b{overflow-wrap:anywhere;font-weight:800}.receipt-section-title{text-align:center;text-transform:uppercase;margin:4px 0;font-size:11.8px;font-weight:800}.receipt-section-title.left{text-align:left;text-transform:none}.receipt-items-list{gap:0;display:grid}.receipt-item-card{border-bottom:1.2px dotted #000;padding:5px 0 6px}.receipt-item-card:last-child{border-bottom:0}.receipt-item-title{grid-template-columns:12px minmax(0,1fr) auto;align-items:start;gap:4px;font-size:11.1px;line-height:1.24;display:grid}.receipt-item-title b{overflow-wrap:anywhere;font-weight:800}.receipt-item-title strong{text-align:right;white-space:nowrap;font-size:11.1px;font-weight:800}.receipt-item-meta{grid-template-columns:repeat(3,1fr);gap:4px;margin:4px 0 2px;padding-left:16px;font-size:10px;display:grid}.receipt-item-meta span:nth-child(2),.receipt-item-meta span:nth-child(3){text-align:right}.receipt-item-meta b{font-weight:800}.receipt-item-tax{padding-left:16px;font-size:9.7px;font-weight:800}.receipt-item-tax span{margin-left:8px;font-weight:800}.receipt-line{justify-content:space-between;gap:6px;padding:1.7px 0;font-size:11px;display:flex}.receipt-line span{min-width:0}.receipt-line b{text-align:right;font-weight:800}.receipt-total{border-top:1.7px solid #000;border-bottom:1.7px solid #000;margin-top:5px;padding:5px 0;font-size:15px;font-weight:800}.receipt-total span,.receipt-total b{font-weight:800}.receipt-saved{text-align:center;margin:5px 0;font-size:12.5px;font-weight:800}.hsn-title{margin:5px 0 6px;font-size:12.6px}.receipt-tax-table{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:5px}.receipt-tax-table th,.receipt-tax-table td{color:#000;text-transform:none;letter-spacing:-.1px;text-align:center;vertical-align:middle;border:1.45px solid #000;padding:4.5px 1.5px;font-weight:800;line-height:1.14;overflow:hidden}.receipt-tax-table th:nth-child(4),.receipt-tax-table td:nth-child(4),.receipt-tax-table th:nth-child(5),.receipt-tax-table td:nth-child(5),.receipt-tax-table th:nth-child(6),.receipt-tax-table td:nth-child(6),.receipt-tax-table th:nth-child(7),.receipt-tax-table td:nth-child(7){width:14%}.receipt-tax-total td{border-top:1.8px solid #000!important;font-size:10px!important;font-weight:900!important}.receipt-terms{white-space:pre-wrap;margin:5px 0;font-size:9.8px;font-weight:700}.receipt-footer{margin-top:6px;font-size:10.1px}.receipt-footer b{font-size:11px;font-weight:800}.print-only{display:none}@media (width<=900px){.receipt-settings-grid,.settings-logo-box,.form-grid.two{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}@media print{@page{size:80mm auto;margin:0}html,body{background:#fff!important;width:80mm!important;min-width:80mm!important;max-width:80mm!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}.print-only,.print-only *{visibility:visible!important}.print-only{width:72mm!important;min-width:72mm!important;max-width:72mm!important;box-shadow:none!important;border:0!important;margin:0 4mm!important;padding:1mm 0!important;display:block!important;position:absolute!important;top:0!important;left:0!important;overflow:visible!important}.receipt,.receipt *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;font-weight:700!important}.receipt h2,.receipt .receipt-total,.receipt .receipt-section-title,.receipt .receipt-item-title b,.receipt .receipt-tax-table th,.receipt .receipt-tax-table td{font-weight:800!important}.receipt-logo{filter:grayscale()contrast(1.5)}}:root{--sc-purple:#552a8b;--sc-purple-dark:#32185f;--sc-purple-soft:#f1eafb;--sc-blue:#1387ce;--sc-red:#ef1b25;--sc-bg:#f5f7fc;--sc-text:#1b2355}.brand-shell{background:var(--sc-bg);grid-template-columns:220px 1fr}.brand-sidebar{background:linear-gradient(#3b1d71,#552a8b 54%,#32185f);padding:20px 14px}.brand-logo-block{text-align:center;color:#fff;flex-direction:column;align-items:center;padding:6px 6px 24px;display:flex}.sidebar-favicon{width:68px;height:68px;margin-bottom:10px}.brand-logo-block b{font-size:20px}.brand-logo-block small{opacity:.82;margin-top:3px}.brand-sidebar nav a{color:#efe9fb;border-radius:8px;padding:12px 14px}.brand-sidebar nav a.active,.brand-sidebar nav a:hover{color:#fff;background:#7346ad}.sidebar-tagline{color:#cbbbe6;border-top:1px solid #ffffff30;margin-top:auto;padding:18px 10px 0;font-size:13px;font-style:italic;line-height:1.6}.brand-header{border-bottom:1px solid #e3e6ef;height:62px;padding:0 22px}.header-brand-title b{color:#202263}.header-brand-title small{color:#8790aa}.header-profile{align-items:center;gap:12px;display:flex;flex-direction:row!important}.profile-pill{border-left:1px solid #e5e6ef;align-items:center;gap:9px;padding-left:12px;flex-direction:row!important;display:flex!important}.profile-pill>div{flex-direction:column;display:flex}.profile-pill small{font-size:11px}.profile-avatar{width:34px;height:34px;color:var(--sc-purple);background:#ece9fb;border-radius:50%;place-items:center;font-weight:800;display:grid}.header-logout{color:var(--sc-red);background:0 0;border:0;padding:8px 6px;font-weight:700}.brand-content{max-width:none;padding:20px 22px}.primary,.brand-primary{background:var(--sc-purple)!important;border-color:var(--sc-purple)!important}.tabs .active,.brand-tabs .active{background:var(--sc-purple-soft)!important;color:var(--sc-purple)!important;border-color:#bca6db!important}.online{color:#16a05d}.page-head h1,.brand-page-head h1{color:#202263}.dashboard-hero{background:linear-gradient(110deg,#fff 0,#f8f3ff 46%,#eef7ff 100%);border:1px solid #e3e6ef;border-radius:16px;justify-content:space-between;align-items:center;min-height:160px;margin-bottom:16px;padding:18px 28px;display:flex;overflow:hidden}.dashboard-logo-wrap img{width:min(430px,45vw);max-height:120px}.dashboard-hero-copy{text-align:right;max-width:430px}.dashboard-hero-copy span{letter-spacing:2px;color:var(--sc-red);font-size:11px;font-weight:800}.dashboard-hero-copy h1{color:var(--sc-purple);margin:5px 0;font-size:28px}.dashboard-hero-copy p{color:#747d96;margin:0}.brand-stats>div{border-top:3px solid var(--sc-purple)}.brand-stats>div:nth-child(2){border-top-color:var(--sc-blue)}.brand-stats>div:nth-child(4){border-top-color:var(--sc-red)}.brand-stats span{color:#9299aa;margin-top:5px;font-size:11px}.dashboard-grid{grid-template-columns:1.4fr .6fr;gap:18px;display:grid}.quick-overview{gap:12px;display:grid}.quick-overview div{color:#3e4660;align-items:center;gap:10px;font-weight:700;display:flex}.quick-dot{border-radius:50%;width:10px;height:10px}.quick-dot.purple{background:var(--sc-purple)}.quick-dot.blue{background:var(--sc-blue)}.quick-dot.red{background:var(--sc-red)}.pos-fit-page{margin:-10px}.pos-notice{margin-bottom:8px}.pos-top-searches{background:#fff;border:1px solid #e4e7ef;border-radius:12px;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.4fr);gap:12px;margin-bottom:10px;padding:12px;display:grid}.search-combo{flex-direction:column;gap:6px;display:flex;position:relative}.search-combo label{color:#293168;font-size:12px;font-weight:800}.search-combo input{border:1px solid #d8dcec;border-radius:8px;outline:none;width:100%;padding:11px 12px}.search-combo input:focus{border-color:#9f80c8;box-shadow:0 0 0 3px #eee6f8}.item-mode-buttons{gap:6px;display:flex}.item-mode-buttons button{color:var(--sc-purple);background:#fff;border-color:#c7b7de;flex:1;padding:9px}.item-mode-buttons button.active{background:var(--sc-purple);color:#fff;border-color:var(--sc-purple)}.combo-dropdown{z-index:30;background:#fff;border:1px solid #dfe2ec;border-radius:10px;max-height:300px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow:auto;box-shadow:0 12px 28px #2e246022}.customer-dropdown{top:64px}.item-dropdown{top:100%}.combo-dropdown button{text-align:left;background:#fff;border:0;border-bottom:1px solid #eff0f5;border-radius:0;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;display:flex}.combo-dropdown button:hover{background:#f7f2fc}.combo-dropdown b{color:#24285e}.combo-dropdown small{color:#858ca0;margin-top:2px;display:block}.combo-dropdown strong{color:var(--sc-purple)}.combo-add b{color:var(--sc-blue)}.combo-empty{color:#8b91a0;padding:14px}.compact-pos-layout{background:0 0;grid-template-columns:minmax(0,1fr) 260px;gap:10px;padding:0}.compact-cart-panel{min-height:320px;border-radius:12px!important}.compact-table-wrap{min-height:265px;max-height:42vh}.compact-pos-side .side-card{margin-bottom:8px}.bill-summary-card .grand b{color:var(--sc-purple)!important}.compact-pos-bottom{background:#fff;border-color:#e4e7ef;margin-top:10px;border-radius:12px!important}.pos-metrics .amount b{color:var(--sc-purple)!important}.payment-bar button{background:#33245a;border-color:#33245a}.payment-bar button:nth-child(2){background:var(--sc-blue);border-color:var(--sc-blue)}.payment-bar button:nth-child(3){background:#65429a;border-color:#65429a}.payment-bar .cash-pay{background:#12a255!important;border-color:#12a255!important}.qty-stepper{border:1px solid #dce0e9;border-radius:7px;align-items:center;display:inline-flex;overflow:hidden}.qty-stepper button{color:var(--sc-purple);background:#f6f7fb;border:0;border-radius:0;padding:5px 8px}.qty-stepper span{text-align:center;min-width:26px;font-weight:700}.master-panel{overflow:auto}.master-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.master-toolbar .search{max-width:420px;margin:0}.master-summary{grid-template-columns:repeat(2,180px);gap:10px;margin:14px 0;display:grid}.master-summary>div{background:#f7f3fc;border:1px solid #e6dcf3;border-radius:10px;flex-direction:column;padding:12px;display:flex}.master-summary small{color:#7d7293}.master-summary b{color:var(--sc-purple);font-size:24px}.status-active,.status-inactive{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-block}.status-active{color:#168653;background:#e7f7ef}.status-inactive{color:#c93a42;background:#fff0f0}.master-modal{width:min(800px,96vw)}.modal-head h2{color:#24285e}.gstr-link{color:var(--sc-blue)!important}@media (width<=1100px){.brand-shell{grid-template-columns:180px 1fr}.pos-top-searches,.compact-pos-layout{grid-template-columns:1fr}.compact-pos-side{grid-template-columns:1fr 1fr;display:grid}.dashboard-grid{grid-template-columns:1fr}.dashboard-hero-copy{display:none}}@media (width<=760px){.brand-shell{display:block}.brand-sidebar{position:static}.brand-logo-block{padding-bottom:12px}.sidebar-favicon{width:52px;height:52px}.sidebar-tagline{display:none}.brand-header{padding:0 12px}.header-brand-title small,.online{display:none}.profile-pill b{font-size:12px}.brand-content,.dashboard-hero{padding:12px}.dashboard-logo-wrap img{width:100%;max-width:420px}.pos-top-searches{padding:8px}.compact-pos-side{grid-template-columns:1fr}.master-toolbar{flex-direction:column;align-items:stretch}.master-toolbar .search{max-width:none}}:root{--sc-purple:#552a8b;--sc-purple-dark:#32185f;--sc-blue:#1387ce;--sc-red:#ef1b25;--sc-bg:#f5f7fc;--sc-text:#1b2355}.brand-logo-original{padding:10px 8px 24px}.brand-logo-original img{object-fit:contain;width:100%;max-width:188px;height:auto;display:block}.brand-sidebar{width:auto}.brand-sidebar nav{margin-top:4px}.brand-header{background:#fff}.brand-content{background:#f5f7fc;min-height:calc(100vh - 62px)}.brand-login-page{background:linear-gradient(135deg,#35175f 0%,#552a8b 45%,#1387ce 100%);place-items:center;min-height:100vh;padding:28px;display:grid}.brand-login-shell{background:#fff;border-radius:24px;grid-template-columns:1.1fr .9fr;width:min(980px,96vw);min-height:570px;display:grid;overflow:hidden;box-shadow:0 30px 80px #1c0b3f55}.brand-login-visual{text-align:center;background:linear-gradient(150deg,#f8f4ff,#eef8ff);flex-direction:column;justify-content:center;align-items:center;padding:52px;display:flex}.brand-login-visual img{width:min(430px,95%);height:auto}.brand-login-visual h2{color:var(--sc-purple);margin:32px 0 10px;font-size:31px}.brand-login-visual p{color:#69708a;max-width:440px;line-height:1.6}.brand-login-card{justify-content:center;width:auto!important;max-width:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;flex-direction:column!important;padding:64px 52px!important;display:flex!important}.brand-login-card h1{color:var(--sc-purple-dark);margin-bottom:5px;font-size:32px}.brand-login-card>p{color:#7b8198;margin:0 0 28px}.brand-login-card label{color:#373c60;margin-bottom:16px;font-weight:700}.brand-login-card input{border:1px solid #d6d8e7;border-radius:9px;margin-top:7px;padding:13px 14px}.brand-login-card input:focus{border-color:#8d69bc;outline:none;box-shadow:0 0 0 3px #efe8f8}.password-field{position:relative}.password-field input{width:100%;padding-right:48px}.password-eye{width:36px;height:36px;color:var(--sc-purple);background:0 0;border:0;font-size:22px;position:absolute;top:13px;right:7px}.login-submit{margin-top:4px;padding:13px}.brand-login-card>small{text-align:center;color:#9297a8;margin-top:18px}.login-mobile-logo{display:none}.reference-hero{background:linear-gradient(110deg,#fff 0%,#f9f5ff 45%,#edf8ff 100%);min-height:165px;box-shadow:0 8px 28px #45266b0d}.reference-hero .dashboard-logo-wrap{background:#fff;border:1px solid #ececf3;border-radius:14px;justify-content:center;align-items:center;padding:14px 18px;display:flex;box-shadow:0 6px 18px #33245a12}.reference-hero .dashboard-logo-wrap img{object-fit:contain;width:min(440px,45vw);max-height:125px}.reference-stats{gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))!important}.reference-stats>div{border-radius:14px;min-height:112px;box-shadow:0 8px 22px #20285b0a}.reference-stats>div b{color:#1f245e;font-size:24px}.reference-dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)}.dashboard-main-card,.dashboard-quick-card{border-radius:14px}.dashboard-tax-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px;display:grid}.dashboard-tax-grid>div{background:#f8f8fc;border:1px solid #e7e7f0;border-radius:12px;flex-direction:column;gap:6px;padding:18px;display:flex}.dashboard-tax-grid span{color:#7e849b;font-size:12px}.dashboard-tax-grid b{color:var(--sc-purple);font-size:19px}.dashboard-quick-card h2{color:#24285e;margin-top:0}.pos-fit-page{flex-direction:column;height:calc(100vh - 104px);min-height:620px;display:flex;overflow:hidden}.pos-top-searches{flex:none;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr)}.customer-combo,.item-combo{min-width:0}.walkin-link{align-self:flex-start;color:var(--sc-blue)!important;background:0 0!important;border:0!important;padding:4px 0!important;font-size:12px!important}.item-search-placeholder{color:#8a90a3;background:#fafbfe;border:1px dashed #d6d8e7;border-radius:8px;padding:11px 12px}.combo-dropdown{max-height:260px}.compact-pos-layout{flex:auto;grid-template-columns:minmax(0,1fr) 250px;min-height:0}.compact-cart-panel{flex-direction:column;height:100%;min-height:0;display:flex}.compact-table-wrap{flex:auto;min-height:0!important;max-height:none!important}.compact-pos-bottom{flex:none;margin-top:8px}.compact-pos-bottom .payment-bar button{padding:11px 8px}.customer-modal{width:min(760px,95vw)}.customer-panel .search{max-width:460px;margin-bottom:15px}.customer-panel td:last-child,.customer-panel th:last-child{text-align:right}.customer-modal{max-height:88vh}.status-active,.status-inactive{white-space:nowrap}@media (width<=1100px){.brand-login-shell{grid-template-columns:1fr}.brand-login-visual{display:none}.login-mobile-logo{text-align:center;margin-bottom:24px;display:block}.login-mobile-logo img{width:min(320px,80%)}.brand-login-card{padding:42px!important}.reference-stats{grid-template-columns:repeat(2,1fr)!important}.dashboard-tax-grid{grid-template-columns:repeat(2,1fr)}.pos-fit-page{height:auto;overflow:visible}.compact-pos-layout{grid-template-columns:1fr}.compact-cart-panel{min-height:420px}.compact-table-wrap{max-height:420px!important}.reference-dashboard-grid{grid-template-columns:1fr}}@media (width<=700px){.brand-login-page{padding:12px}.brand-login-shell{min-height:0}.brand-login-card{padding:28px 20px!important}.reference-stats{grid-template-columns:1fr!important}.dashboard-tax-grid{grid-template-columns:1fr}.brand-logo-original img{max-width:160px}}.settings-favicon-box{grid-template-columns:92px 1fr;align-items:center;gap:16px;margin:10px 0 20px;display:grid}.settings-favicon-box img,.favicon-placeholder{object-fit:contain;background:#fff;border:1px solid #dfe2ec;border-radius:12px;width:76px;height:76px;padding:6px}.favicon-placeholder{text-align:center;color:#8a90a0;place-items:center;font-size:11px;display:grid}.settings-favicon-box>div:last-child{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.settings-favicon-box small{color:#7d8495;line-height:1.4}.receipt .hsn-title{margin:5px 0 6px;font-size:12.2px}.receipt-tax-table{border:1.6px solid #000!important;margin-top:5px!important}.receipt-tax-table th,.receipt-tax-table td{border:1.35px solid #000!important;padding:4.5px 1.5px!important;line-height:1.16!important}.receipt-tax-table th{font-size:8.8px!important}.receipt-tax-table td{font-size:9.2px!important}.receipt-tax-table th:first-child,.receipt-tax-table td:first-child{width:16%!important}.receipt-tax-table th:nth-child(2),.receipt-tax-table td:nth-child(2){width:18%!important}.receipt-tax-table th:nth-child(3),.receipt-tax-table td:nth-child(3){width:10%!important}.receipt-tax-table th:nth-child(4),.receipt-tax-table td:nth-child(4),.receipt-tax-table th:nth-child(5),.receipt-tax-table td:nth-child(5){width:15%!important}.receipt-tax-table th:nth-child(6),.receipt-tax-table td:nth-child(6){width:14%!important}.receipt-tax-table th:nth-child(7),.receipt-tax-table td:nth-child(7){width:12%!important}.receipt-tax-total td{border-top:2px solid #000!important;font-weight:900!important}.brand-logo-original img,.dashboard-logo-wrap img,.brand-login-visual img,.login-mobile-logo img{object-fit:contain}.brand-logo-original img{max-width:185px;max-height:96px}.dashboard-logo-wrap img{max-width:430px;max-height:125px}.brand-login-visual img{max-width:410px;max-height:180px}.login-mobile-logo img{max-width:220px;max-height:90px}.report-tabs{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.report-tabs button{color:#552a8b;background:#fff;border:1px solid #d9c9ed;border-radius:10px;padding:11px 18px;font-weight:700}.report-tabs button.active{color:#fff;background:#552a8b;border-color:#552a8b}.report-filter-bar{flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:16px;display:flex}.report-filter-bar label{color:#34385d;flex-direction:column;gap:5px;min-width:165px;font-weight:700;display:flex}.report-filter-bar select,.report-filter-bar input{background:#fff;border:1px solid #d9ddea;border-radius:8px;padding:9px 10px}.report-cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.report-cards>div{background:#fff;border:1px solid #e2e5ef;border-radius:14px;flex-direction:column;gap:8px;padding:18px;display:flex;box-shadow:0 8px 22px #20285b0a}.report-cards span{color:#757b92;font-size:13px;font-weight:700}.report-cards b{color:#25295e;font-size:24px}.report-cards>div:nth-child(2) b{color:#18824f}.report-cards>div:nth-child(3) b{color:#147fc3}.report-cards>div:nth-child(4) b{color:#6d36a2}.report-cards>div:nth-child(5) b{color:#ef1b25}.report-table-wrap{overflow:auto}.report-table-wrap table{border-collapse:collapse;width:100%;min-width:980px}.report-table-wrap th,.report-table-wrap td{text-align:right;white-space:nowrap;border-bottom:1px solid #eceef5;padding:10px 9px}.report-table-wrap th:first-child,.report-table-wrap td:first-child,.report-table-wrap th:nth-child(2),.report-table-wrap td:nth-child(2),.report-table-wrap th:nth-child(3),.report-table-wrap td:nth-child(3),.report-table-wrap th:nth-child(4),.report-table-wrap td:nth-child(4){text-align:left}.report-table-wrap thead th{color:#70778d;text-transform:uppercase;background:#f7f8fc;font-size:12px}.report-table-wrap tfoot th{color:#372061;background:#faf7ff;font-weight:800}.reports-page .error{margin-bottom:12px}.sidebar-menu-group{gap:4px;display:grid}.sidebar-parent{width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.sidebar-parent:hover,.sidebar-parent.active{background:#ffffff1f}.sidebar-submenu{gap:3px;padding:0 0 4px 12px;display:grid}.brand-sidebar .sidebar-submenu a{opacity:.95;border-radius:8px;margin:0;padding:9px 12px;font-size:13px}.brand-sidebar .sidebar-submenu a.active{background:#ffffff2e}.report-export-actions{flex-wrap:wrap;gap:8px;display:flex}.report-export-actions button,.page-head>button{color:#552a8b;background:#fff;border:1px solid #d8c7ec;border-radius:9px;padding:10px 14px;font-weight:700}.page-head>button.primary,.page-head>.primary{color:#fff!important;background:#552a8b!important;border-color:#552a8b!important}.page-head>button.primary:hover,.page-head>.primary:hover{color:#fff!important;background:#452171!important;border-color:#452171!important}.page-head>button.primary:disabled,.page-head>.primary:disabled{opacity:.75;color:#fff!important;background:#a98fc8!important;border-color:#a98fc8!important}.page-head>button.primary *,.page-head>.primary *{color:inherit!important}@media (width<=1100px){.report-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.settings-favicon-box{grid-template-columns:1fr}.receipt-tax-table th{font-size:8.6px!important}.receipt-tax-table td{font-size:9px!important}}@media (width<=650px){.report-cards{grid-template-columns:1fr}.report-filter-bar label{width:100%;min-width:100%}}@media print{.receipt-tax-table th,.receipt-tax-table td{padding:4px 1px!important}.receipt-tax-table{break-inside:avoid}.receipt .hsn-title{font-size:12px!important}}.user-modal{width:min(760px,95vw);max-height:88vh;overflow:auto}@media print{@page{size:80mm 297mm;margin:0}html,body,#root{background:#fff!important;width:80mm!important;min-width:80mm!important;max-width:80mm!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}.brand-shell{width:80mm!important;height:auto!important;min-height:0!important;display:block!important;overflow:visible!important}.brand-shell>.brand-sidebar,.brand-header{display:none!important}.brand-shell>main{width:80mm!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.brand-content{background:#fff!important;width:80mm!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.pos-page{width:80mm!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.pos-page>:not(.print-only),.brand-content>.page-head,.brand-content>.panel,.brand-content>.notice{display:none!important}.print-only{visibility:visible!important;break-inside:avoid!important;page-break-inside:avoid!important;width:72mm!important;min-width:72mm!important;max-width:72mm!important;height:auto!important;min-height:0!important;margin:0 4mm!important;padding:1mm 0!important;display:block!important;position:static!important;overflow:visible!important}.print-only *{visibility:visible!important}.receipt{break-inside:avoid!important;page-break-inside:avoid!important;height:auto!important;min-height:0!important;overflow:visible!important}.receipt-tax-table,.receipt-item-card,.receipt-total,.receipt-footer{break-inside:avoid!important;page-break-inside:avoid!important}}
