:root{--bg:#fff;--panel:#fffffffa;--panel-strong:#fff;--ink:#2f241f;--muted:#7f7268;--line:#ece3db;--accent:#b66a4c;--accent-2:#e0a97a;--success:#2c6a4b;--danger:#a33b3b;--shadow:0 16px 36px #402e1f0f;--radius:20px;--radius-sm:12px}*{box-sizing:border-box}html{color:var(--ink);background:#fff;font-family:Georgia,Times New Roman,serif}body{min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh}.page{max-width:1380px;margin:0 auto;padding:24px}.card{background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:var(--radius);border:1px solid #ece3dbf2}.section{padding:24px}.grid{gap:20px;display:grid}.two-col{grid-template-columns:1.4fr 1fr}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.stack{gap:14px;display:grid}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.between{justify-content:space-between;align-items:center;gap:16px;display:flex}.heading-xl{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1}.heading-lg,.heading-md{margin:0}.heading-lg{font-size:1.5rem}.heading-md{font-size:1.1rem}.muted{color:var(--muted)}.pill{color:var(--accent);background:#9d4f381a;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.95rem;display:inline-flex}.button{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fffdfb;cursor:pointer;border:none;border-radius:999px;padding:12px 18px;transition:transform .15s,opacity .15s}.button:hover{transform:translateY(-1px)}.button.secondary{color:var(--ink);background:#f5ece3}.button.ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.button.danger{background:var(--danger)}.input,.select,.textarea{border-radius:var(--radius-sm);border:1px solid var(--line);width:100%;color:var(--ink);background:#fffcf8f0;padding:12px 14px}.textarea{resize:vertical;min-height:92px}.label{gap:8px;font-size:.95rem;display:grid}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;vertical-align:top;border-bottom:1px solid #dfd2c3cc;padding:12px}.table th{color:var(--muted);font-weight:600}.summary-stat{background:#fff8f3e0;border:1px solid #dfd2c3bf;border-radius:18px;padding:18px}.summary-stat strong{margin-top:8px;font-size:1.5rem;display:block}.auth-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{grid-template-columns:1.1fr .9fr;width:100%;max-width:960px;display:grid;overflow:hidden}.hero-pane{color:#fff9f4;background:linear-gradient(160deg,#221b18e6,#9d4f38d1),linear-gradient(135deg,#3e2b23,#a45e44);padding:40px}.form-pane{padding:32px}.dashboard-shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.dashboard-overlay{opacity:0;pointer-events:none;z-index:24;background:#140e0b5c;transition:opacity .2s;position:fixed;inset:0}.dashboard-overlay.open{opacity:1;pointer-events:auto}.sidebar{z-index:25;background:#fff;border-right:1px solid #ece3dbf2;padding:24px}.sidebar nav{gap:10px;display:grid}.nav-link{color:var(--muted);border-radius:14px;padding:12px 14px}.nav-link.active,.nav-link:hover{color:var(--accent);background:#9d4f381f}.content{min-width:0}.dashboard-mobile-header{display:none}.dashboard-menu-button{width:46px;height:46px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #eee7e0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:none}.dashboard-menu-button span{background:currentColor;border-radius:999px;width:18px;height:2px;display:block}.dashboard-mobile-brand{text-align:center;gap:2px;display:grid}.dashboard-mobile-brand strong{letter-spacing:.04em;text-transform:uppercase;font-size:.95rem}.dashboard-header-spacer{display:none}.notice{color:var(--success);background:#2c6a4b1f;border-radius:14px;padding:12px 14px}.error{color:var(--danger);background:#a33b3b1f;border-radius:14px;padding:12px 14px}.mini{font-size:.9rem}.cart-item{border:1px solid var(--line);background:#fffbf7f2;border-radius:16px;padding:14px}.totals{border-top:1px solid var(--line);padding-top:16px}.invoice-sheet{color:#111;background:#fff;border:2px solid #2b2b2b;box-shadow:0 20px 48px #14141414}.invoice-topline{border-bottom:2px solid #2b2b2b;grid-template-columns:1fr auto 1fr;gap:16px;padding:14px 18px;font-size:1.1rem;display:grid}.invoice-topline span:last-child{text-align:right}.invoice-header-grid{border-bottom:2px solid #2b2b2b;grid-template-columns:2.6fr 1fr;display:grid}.invoice-branding{text-align:center;border-right:2px solid #2b2b2b;padding:22px 24px 10px}.invoice-brand{color:#ea3d2c;font-family:Brush Script MT,Segoe Script,cursive;font-size:clamp(2.8rem,5vw,4.3rem);font-weight:700;line-height:1}.invoice-subtitle{border:2px solid #2b2b2b;border-radius:18px;margin-top:14px;padding:8px 22px;font-size:1rem;display:inline-block}.invoice-address{margin-top:16px;font-size:1rem;line-height:1.5}.invoice-meta{align-content:stretch;display:grid}.invoice-meta-row{border-bottom:2px solid #2b2b2b;align-content:center;min-height:120px;padding:24px 16px;font-size:1.15rem;display:grid}.invoice-meta-row:last-child{border-bottom:none}.invoice-meta-row strong{margin-top:12px}.invoice-party-block{border-bottom:2px solid #2b2b2b;gap:14px;padding:16px 20px;display:grid}.invoice-party-row{grid-template-columns:1.7fr 1fr;gap:16px;font-size:1rem;display:grid}.invoice-party-line{font-size:1rem}.invoice-gstin-row{align-items:center;gap:16px;display:flex}.invoice-gstin-boxes{grid-template-columns:repeat(15,minmax(0,1fr));gap:0;width:100%;max-width:650px;display:grid}.invoice-gstin-box{border:1px solid #cfcfcf;min-height:42px}.invoice-table th,.invoice-table td{color:#111;border:1px solid #2b2b2b;min-height:44px}.invoice-table tbody td{height:44px}.invoice-charge-row{border-top:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b;grid-template-columns:2.1fr .7fr .8fr .8fr;display:grid}.invoice-charge-row>*{border-right:1px solid #2b2b2b;padding:12px 10px}.invoice-charge-row>:last-child{border-right:none}.invoice-footer-grid{grid-template-columns:2fr 1fr;min-height:190px;display:grid}.invoice-bank-block{border-right:1px solid #2b2b2b;align-content:start;gap:10px;padding:14px 18px;display:grid}.invoice-bank-row{grid-template-columns:180px 1fr;gap:10px;display:grid}.invoice-bank-row strong{color:#ea3d2c}.invoice-tax-block{display:grid}.invoice-tax-row{border-bottom:1px solid #2b2b2b;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:12px 14px;display:grid}.invoice-tax-row.total{font-size:1.1rem;font-weight:700}.invoice-words-row{border-top:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b;grid-template-columns:180px 1fr;gap:16px;padding:14px 18px 26px;display:grid}.invoice-bottom-grid{grid-template-columns:1fr 1fr;min-height:120px;display:grid}.invoice-terms,.invoice-signature{padding:12px 16px}.invoice-terms{border-right:1px solid #2b2b2b}.invoice-section-title{margin-bottom:8px;font-weight:700}.invoice-signature{text-align:right;align-content:end;display:grid}.invoice-signature-title{color:#ea3d2c;font-size:1.05rem}.invoice-signature-space{min-height:54px}.invoice-payments{border-top:1px solid #2b2b2b;padding:14px 16px}.invoice-compact{gap:10px}.invoice-compact .stack{gap:8px}.invoice-compact .section,.invoice-compact .invoice-card{padding:16px}.invoice-compact .table th,.invoice-compact .table td{padding:8px 10px}.invoice-compact .mini,.invoice-compact .muted{line-height:1.15}.invoice-compact strong,.invoice-compact span,.invoice-compact div,.invoice-compact td,.invoice-compact th{line-height:1.2}.invoice-brand-row{align-items:center}.invoice-logo{object-fit:contain;flex-shrink:0;width:68px;height:68px}.barcode-print-page{max-width:720px}.barcode-label{text-align:center;border:1px solid #222;max-width:360px;margin:0 auto}.barcode-title{font-size:1.2rem;font-weight:700}.barcode-meta{font-size:.95rem;line-height:1.25}.barcode-graphic{margin:12px 0 8px}.barcode-svg{width:100%;height:84px;display:block}.barcode-value{letter-spacing:.08em;font-size:1rem;font-weight:700}.store-shell{background:#fff;min-height:100vh}.store-announcement-bar{color:#7f6f64;letter-spacing:.12em;text-transform:uppercase;background:#faf6f1;border-bottom:1px solid #f0ebe6;flex-wrap:wrap;justify-content:center;gap:28px;padding:10px 16px;font-size:.76rem;display:flex}.store-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border-bottom:1px solid #f0ebe6;position:sticky;top:0}.store-header-inner,.store-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;max-width:1320px;margin:0 auto;padding:18px 28px;display:flex}.store-header-spacer{display:none}.store-menu-button{width:46px;height:46px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #eee7e0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:none}.store-menu-button span{background:currentColor;border-radius:999px;width:18px;height:2px;display:block}.store-brand{align-items:center;gap:16px;display:flex}.store-brand-copy{display:block}.store-brand strong{letter-spacing:.08em;text-transform:uppercase;font-size:1.05rem;display:block}.store-brand-subtitle{color:var(--muted);letter-spacing:.03em;font-size:.82rem;display:block}.store-brand-mark,.store-card-logo{color:#fff7ef;background:linear-gradient(135deg,#b56a45,#e4b174);border-radius:50%;place-items:center;font-weight:700;display:grid}.store-brand-mark{width:44px;height:44px}.store-brand-logo{object-fit:contain}.store-nav{align-items:center;gap:22px;display:flex}.store-nav-desktop{margin-left:auto}.store-nav a{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.92rem}.store-nav a:hover{color:var(--ink)}.store-cart-link{color:var(--ink);background:#fbf8f4;border:1px solid #eee7e0;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;display:inline-flex}.store-cart-count{background:var(--ink);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 8px;font-size:.86rem;display:inline-flex}.store-account-link{color:var(--muted)}.store-account-link:hover{color:var(--ink)}.store-account-menu{position:relative}.store-account-trigger{color:var(--muted);font:inherit;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:0;font-size:.92rem}.store-account-trigger:hover{color:var(--ink)}.store-account-dropdown{z-index:40;background:#fff;border:1px solid #eee7e0;border-radius:18px;min-width:180px;padding:10px;display:none;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 36px #1e161114}.store-account-dropdown a{border-radius:12px;padding:10px 12px;display:block}.store-account-dropdown a:hover{background:#b66a4c14}.store-account-menu.open .store-account-dropdown,.store-account-menu:hover .store-account-dropdown,.store-account-menu:focus-within .store-account-dropdown{display:block}.store-auth-toggle{background:#b56a451a;border-radius:999px;width:fit-content;padding:4px;display:inline-flex}.store-auth-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:10px 16px}.store-auth-tab.active{color:#fff9f4;background:#9d4f38}.store-main{max-width:1320px;margin:0 auto;padding:28px 28px 60px}.store-side-overlay{opacity:0;pointer-events:none;z-index:29;background:#140e0b5c;transition:opacity .2s;position:fixed;inset:0}.store-side-overlay.open{opacity:1;pointer-events:auto}.store-side-nav{z-index:30;pointer-events:none;background:#fff;border-right:1px solid #eee7e0;flex-direction:column;width:min(320px,84vw);height:100vh;padding:22px 18px;transition:transform .22s;display:none;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 24px 48px #1e161129}.store-side-nav.open{pointer-events:auto;transform:translate(0)}.store-side-nav-top{border-bottom:1px solid #f0ebe6;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:14px;display:flex}.store-side-brand{letter-spacing:.04em;align-items:center;gap:12px;min-width:0;font-weight:700;display:flex}.store-side-close{cursor:pointer;background:#fff;border:1px solid #eee7e0;border-radius:12px;width:40px;height:40px;font-size:1.5rem;line-height:1}.store-side-nav-links{gap:10px;display:grid}.store-side-nav-actions{border-top:1px solid #f0ebe6;gap:10px;margin-top:16px;padding-top:16px;display:grid}.store-side-nav-links>a,.store-side-nav-actions>.store-account-menu,.store-side-nav-actions>.store-cart-link,.store-side-nav-actions>.store-account-link{width:100%}.store-side-nav-links>a,.store-side-nav-actions .store-account-trigger,.store-side-nav-actions .store-account-link,.store-side-nav-actions .store-cart-link{color:var(--ink);letter-spacing:.04em;text-transform:none;background:#fbf8f4;border:1px solid #eee7e0;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:.95rem;display:flex}.store-side-nav-actions .store-account-menu{position:static}.store-side-nav-actions .store-account-dropdown{min-width:0;box-shadow:none;border-radius:14px;margin-top:8px;position:static;transform:none}.store-footer{background:#fff;border-top:1px solid #f0ebe6}.store-page{gap:28px}.store-customer-page{gap:34px;display:grid}.store-boutique-hero{background:linear-gradient(#fff,#fcf9f6);border:1px solid #f0ebe6;border-radius:28px;grid-template-columns:1.08fr .92fr;gap:42px;padding:50px 48px;display:grid;box-shadow:0 24px 48px #281b110d}.store-boutique-copy{align-content:center;gap:18px;display:grid}.store-soft-tag{color:#7f6f64;letter-spacing:.1em;text-transform:uppercase;background:#faf6f1;border-radius:999px;width:fit-content;padding:7px 12px;font-size:.82rem;display:inline-flex}.store-trust-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:10px;display:grid}.store-trust-item{background:#fff;border:1px solid #f0ebe6;border-radius:18px;gap:6px;padding:18px;display:grid}.store-trust-item span{color:var(--muted);font-size:.92rem}.store-boutique-visual{place-items:center;display:grid}.store-boutique-frame{background:linear-gradient(#fff,#fbf8f4);border:1px solid #f0ebe6;border-radius:24px;place-items:center;gap:18px;width:100%;min-height:420px;display:grid;position:relative;overflow:hidden}.store-boutique-frame:before,.store-boutique-frame:after{content:"";filter:blur(4px);background:#e4b1742e;border-radius:50%;width:180px;height:180px;position:absolute}.store-boutique-frame:before{top:-30px;right:-20px}.store-boutique-frame:after{bottom:-40px;left:-10px}.store-hero-logo{object-fit:contain;z-index:1;width:220px;height:220px;position:relative}.store-boutique-caption{z-index:1;text-align:center;letter-spacing:.06em;text-transform:uppercase;gap:6px;font-weight:700;display:grid;position:relative}.store-boutique-caption span{color:var(--muted);font-weight:400}.store-category-strip{gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.store-category-pill{background:#fff;border:1px solid #f0ebe6;border-radius:18px;flex-direction:column;gap:4px;min-width:150px;padding:16px 18px;display:inline-flex}.store-category-pill span{color:var(--muted);font-size:.88rem}.store-section{gap:22px;display:grid}.store-section-title{letter-spacing:-.03em;font-size:clamp(2rem,4vw,3rem);line-height:1.02}.store-hero{background:linear-gradient(135deg,#fff2e7f2,#f3e7d8eb),linear-gradient(135deg,#f7e8d7,#fff9f3);border:1px solid #b6977e3d;border-radius:32px;grid-template-columns:1.35fr .8fr;gap:24px;padding:34px;display:grid;box-shadow:0 28px 60px #3a201214}.store-hero-copy{align-content:center;gap:18px;display:grid}.store-title{letter-spacing:-.04em;margin:0;font-size:clamp(2.5rem,5vw,4.6rem);line-height:.96}.store-lead{color:var(--muted);max-width:760px;margin:0;font-size:1.05rem}.store-hero-stats{align-content:center;gap:16px;display:grid}.store-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.store-card{background:#fff;border:1px solid #f0ebe6;border-radius:22px;gap:14px;padding:24px;transition:transform .16s,box-shadow .16s;display:grid;box-shadow:0 18px 32px #281b110a}.store-card:hover{transform:translateY(-3px);box-shadow:0 24px 40px #281b1112}.store-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.store-card-badge{color:#7f6f64;letter-spacing:.09em;text-transform:uppercase;background:#faf6f1;border-radius:999px;width:fit-content;padding:6px 10px;font-size:.78rem;display:inline-flex}.store-card-code{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.86rem}.store-fashion-panel{background:linear-gradient(#fff,#fbf8f4);border:1px solid #f2ede8;border-radius:22px;place-items:center;min-height:220px;display:grid}.store-fashion-panel.detail{min-height:360px}.store-card-logo-image,.store-detail-logo{object-fit:contain}.store-product-image{object-fit:cover;border-radius:18px;width:100%;height:220px}.store-product-image.detail{height:320px}.store-product-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.store-gallery-thumb{background:#fff;border:1px solid #ece3dbf2;border-radius:18px;padding:8px}.store-gallery-image{object-fit:cover;border-radius:12px;width:100%;height:92px}.store-card-body,.store-card-footer{gap:8px;display:grid}.store-card-logo{width:72px;height:72px;font-size:1.4rem}.store-card-logo.large{width:160px;height:160px;font-size:3rem}.store-card-price{font-size:1.35rem;font-weight:700}.store-detail{grid-template-columns:.75fr 1.25fr;align-items:center;gap:28px;display:grid}.store-product-hero{grid-template-columns:.85fr 1.15fr;align-items:center;gap:28px;display:grid}.store-detail-visual{background:radial-gradient(circle at top,#e4b17466,#0000 35%),linear-gradient(#fff8eff2,#f4e8daf5);border:1px solid #b6977e38;border-radius:28px;place-items:center;gap:14px;min-height:320px;display:grid}.store-stock-indicator{border-radius:999px;align-items:center;padding:6px 10px;font-size:.85rem;display:inline-flex}.store-stock-indicator.in{color:#2c6a4b;background:#2c6a4b1f}.store-stock-indicator.out{color:#a33b3b;background:#a33b3b1f}.store-story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.store-story-card{background:#fff;border:1px solid #f0ebe6;border-radius:24px;padding:22px;box-shadow:0 14px 28px #281b110a}.store-variant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.store-variant-card{background:#fff;border:1px solid #f0ebe6;border-radius:20px;gap:10px;padding:18px;display:grid}.store-cart-layout{grid-template-columns:1.5fr .8fr;gap:22px;display:grid}.store-checkout-layout{grid-template-columns:1.3fr .8fr;align-items:start;gap:22px;display:grid}.store-account-layout{grid-template-columns:1.1fr .8fr;align-items:start;gap:22px;display:grid}.store-cart-items{gap:16px;display:grid}.store-cart-item{background:#fff;border:1px solid #ece3dbf2;border-radius:20px;grid-template-columns:100px 1.2fr 120px 120px;align-items:center;gap:16px;padding:16px;display:grid}.store-cart-image{object-fit:cover;border-radius:16px;width:100px;height:100px}.store-remove-button{cursor:pointer;border:none}.store-order-lines{gap:12px;display:grid}.store-order-line{border-bottom:1px solid #b6977e2e;grid-template-columns:1fr auto;gap:16px;padding-bottom:12px;display:grid}.store-order-status{border-radius:999px;justify-content:center;align-items:center;min-width:120px;padding:10px 14px;font-size:.9rem;font-weight:700;display:inline-flex}.store-order-status.status-pending{color:#9d4f38;background:#b56a451f}.store-order-status.status-confirmed{color:#2c6a4b;background:#2c6a4b1f}.store-order-status.status-fulfilled{color:#2d589c;background:#2d589c1f}.store-order-status.status-cancelled{color:#a33b3b;background:#a33b3b1f}.pos-layout{align-items:start}.pos-product-list,.pos-bill-list{max-height:64vh;padding-right:4px;overflow-y:auto}.pos-complete-button{min-height:48px}@media print{@page{size:A4 portrait;margin:15mm}html,body{background:#fff;width:210mm;height:148.5mm;font-size:9.5pt}.sidebar,.no-print{display:none!important}.barcode-print-page{max-width:none}.barcode-label{width:90mm;max-width:none;box-shadow:none;break-inside:avoid;border:1px solid #111;margin:0 auto;padding:8mm!important}.barcode-title{font-size:12pt}.barcode-meta{font-size:9pt}.barcode-svg{height:22mm}.barcode-value{letter-spacing:.12em;font-size:10pt}.dashboard-shell,.content,.page,.invoice-page,.invoice-layout,.invoice-sheet{max-width:210mm;margin:0;padding:0;display:block!important}.invoice-page{gap:4px}.two-col{grid-template-columns:1fr .8fr!important;gap:8px!important}.invoice-page{width:210mm;min-height:148.5mm;max-height:148.5mm;overflow:hidden}.invoice-sheet,.invoice-card,.card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;break-inside:avoid;background:#fff;border-color:#2b2b2b;border-radius:0;margin-bottom:0}.table th,.table td{border-bottom:1px solid #dcdcdc;padding:5px 6px;font-size:8.6pt}.pill{background:#fff;border:1px solid #d0d0d0}.section,.invoice-card{padding:8px!important}.stack{gap:6px}.heading-lg{font-size:13pt}.heading-md{font-size:10pt}.mini,.muted{font-size:7.4pt}.row,.between{gap:8px}.invoice-card .card{padding:6px!important}.invoice-logo{width:52px;height:52px}.invoice-card strong,.invoice-card span,.invoice-card div,.invoice-card td,.invoice-card th{line-height:1.08}}@media (max-width:1080px){.store-announcement-bar{gap:10px;padding:8px 12px;font-size:.7rem}.dashboard-shell,.auth-card,.two-col,.three-col,.invoice-header-grid,.invoice-footer-grid,.invoice-bottom-grid,.invoice-party-row,.dashboard-shell{grid-template-columns:1fr}.sidebar{pointer-events:none;border-bottom:none;border-right:1px solid #ece3dbf2;width:min(320px,84vw);height:100vh;transition:transform .22s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 24px 48px #1e161129}.sidebar.open{pointer-events:auto;transform:translate(0)}.dashboard-mobile-header{grid-template-columns:46px 1fr 46px;align-items:center;gap:12px;padding:14px 14px 0;display:grid}.dashboard-menu-button{display:flex}.dashboard-header-spacer{width:46px;height:46px;display:block}.invoice-topline,.invoice-charge-row,.invoice-words-row,.store-hero,.store-grid,.store-detail,.store-boutique-hero,.store-trust-row,.store-product-hero,.store-story-grid,.store-variant-grid,.store-product-gallery,.store-cart-layout,.store-checkout-layout,.store-account-layout,.store-cart-item{grid-template-columns:1fr}.store-header-inner{flex-wrap:nowrap;grid-template-columns:46px 1fr 46px;align-items:center;gap:12px;display:grid}.store-brand{flex:1;min-width:0}.store-menu-button,.store-side-nav{display:flex}.store-nav-desktop{display:none}.store-header-spacer{width:46px;height:46px;display:block}.store-account-dropdown{left:50%;right:auto;transform:translate(-50%)}.invoice-branding{border-bottom:2px solid #2b2b2b;border-right:none}.invoice-bank-block,.invoice-terms{border-bottom:1px solid #2b2b2b;border-right:none}}@media (max-width:640px){.page,.store-main{padding:18px 14px 36px}.section{padding:18px}.store-header-inner,.store-footer-inner{padding:14px}.store-brand{justify-content:center;gap:0;width:100%}.store-brand strong{font-size:.95rem}.store-brand-subtitle{font-size:.76rem}.store-brand-copy{display:none}.store-boutique-hero{border-radius:20px;gap:20px;padding:24px 18px}.store-title,.store-section-title{font-size:1.9rem}.store-lead{font-size:.96rem}.store-card,.store-story-card,.store-variant-card,.store-cart-item{border-radius:18px;padding:16px}.store-product-image{height:190px}.store-product-image.detail{height:240px}.store-gallery-image{height:84px}.store-account-dropdown{min-width:160px}.store-cart-image{width:100%;height:180px}.summary-stat{padding:14px}.pos-stats-grid{gap:12px}.pos-layout{gap:14px}.pos-catalog-panel,.pos-bill-panel{gap:12px}.pos-scanner-row,.pos-bill-item-grid,.pos-payment-row,.pos-quick-customer .three-col{grid-template-columns:1fr;gap:12px}.pos-inline-action{width:100%;justify-content:stretch!important}.pos-inline-action .button{width:100%}.pos-product-list,.pos-bill-list{max-height:none;overflow:visible}.pos-meta-row{gap:8px}.pos-meta-row .pill{padding:7px 10px;font-size:.82rem}.pos-bill-item .between,.pos-payments .between,.pos-catalog-panel .between,.pos-bill-panel .between{align-items:flex-start}.pos-bill-item .button.ghost{width:100%}.pos-totals{gap:10px}.pos-complete-button{z-index:3;width:100%;position:sticky;bottom:10px;box-shadow:0 12px 24px #402e1f1f}}
