:root{--navy: #0f172a;--navy-soft: #1e293b;--emerald: #059669;--emerald-soft: #d1fae5;--blue: #2563eb;--blue-soft: #dbeafe;--slate: #64748b;--muted: #f1f5f9;--card: #ffffff;--border: #e2e8f0;--shadow: 0 10px 40px rgba(15, 23, 42, .08);--radius: 14px;--font: "DM Sans", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);color:var(--navy);background:linear-gradient(180deg,#f8fafc,#eef2ff 45%,#f8fafc);-webkit-font-smoothing:antialiased}.app-shell-sidebar-nav{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-height:0;margin-top:.5rem;padding-right:2px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) transparent}.app-shell-sidebar-nav::-webkit-scrollbar{width:6px}.app-shell-sidebar-nav::-webkit-scrollbar-track{background:transparent}.app-shell-sidebar-nav::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:999px}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.15rem;border-radius:10px;border:none;cursor:pointer;font-weight:600;font-size:.95rem;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(135deg,var(--emerald),#10b981);color:#fff;box-shadow:0 8px 24px #05966959}.btn-primary:hover{filter:brightness(1.05)}.btn-secondary{background:#fff;color:var(--navy);border:1px solid var(--border)}.btn-ghost{background:transparent;color:var(--navy-soft)}.btn-danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.input{width:100%;padding:.65rem .85rem;border-radius:10px;border:1px solid var(--border);background:#fff;font-size:.95rem}.input:focus{outline:2px solid rgba(37,99,235,.35);border-color:var(--blue)}.auth-password-field{position:relative;display:flex;align-items:center}.auth-password-field .input{padding-right:2.75rem}.auth-password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--slate);cursor:pointer;padding:6px;display:grid;place-items:center;border-radius:8px}.auth-password-toggle:hover{background:var(--muted);color:var(--navy)}.otp-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.otp-cell{text-align:center;font-family:var(--mono);font-size:1.25rem;font-weight:700;letter-spacing:.05em;padding-left:.35rem;padding-right:.35rem}.auth-banner-warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e;padding:.75rem 1rem;border-radius:10px;font-size:.88rem;line-height:1.45;margin-bottom:1rem}.auth-banner-ok{background:var(--emerald-soft);border:1px solid #a7f3d0;color:#065f46;padding:.75rem 1rem;border-radius:10px;font-size:.88rem;line-height:1.45}.auth-signup-card{border:1px solid rgba(226,232,240,.95)}.table-wrap{overflow:auto;border-radius:var(--radius);border:1px solid var(--border);background:#fff}table.simple{width:100%;border-collapse:collapse;font-size:.9rem}table.simple th,table.simple td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}table.simple th{background:var(--muted);font-weight:600;color:var(--slate)}.badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge.ok{background:var(--emerald-soft);color:var(--emerald)}.badge.warn{background:#fef3c7;color:#b45309}.page-title{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .35rem}.page-sub{color:var(--slate);margin:0 0 1.25rem;font-size:.95rem}.product-form-page{max-width:960px}.product-form-page__toolbar{margin-bottom:.65rem}.product-form-page__back{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;font-size:.9rem;color:var(--blue)}.product-form-page__back:hover{text-decoration:underline}.product-form-page__intro .page-sub{margin-bottom:1.35rem}.product-form-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,300px);gap:1.25rem;align-items:start}@media(max-width:880px){.product-form-layout{grid-template-columns:1fr}}.product-form-layout__main>.product-form-section:last-child{margin-bottom:0}.product-form-section{padding:1.25rem 1.35rem;margin-bottom:1rem}.product-form-layout__aside .product-form-section:last-of-type{margin-bottom:0}.product-form-section__title{margin:0 0 1rem;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--slate)}.product-form-field{margin-bottom:1rem}.product-form-field:last-child{margin-bottom:0}.product-form-field__label{display:block;font-weight:700;font-size:.85rem;margin-bottom:.35rem;color:var(--navy-soft)}.product-form-field__hint{margin:0 0 .45rem;font-size:.78rem;line-height:1.4;color:var(--slate)}.product-form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}@media(max-width:540px){.product-form-grid-2{grid-template-columns:1fr}}.product-form-image-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-form-image-zone{width:100%;min-height:168px;border-radius:var(--radius);border:2px dashed var(--border);background:var(--muted);cursor:pointer;padding:0;font:inherit;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,background .15s ease}.product-form-image-zone:hover{border-color:#05966973;background:#ecfdf5}.product-form-image-zone__img{width:100%;max-height:220px;object-fit:contain;border-radius:calc(var(--radius) - 4px);padding:8px}.product-form-image-zone__empty{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.25rem 1rem;text-align:center}.product-form-image-zone__icon{width:52px;height:52px;border-radius:14px;background:#fff;border:1px solid var(--border);display:grid;place-items:center;color:var(--emerald)}.product-form-image-zone__text{font-weight:700;font-size:.92rem;color:var(--navy)}.product-form-image-zone__meta{font-size:.75rem;color:var(--slate);max-width:22ch;line-height:1.35}.product-form-image-change{width:100%;margin-top:.65rem;justify-content:center;display:inline-flex}.product-form-footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;padding:1rem 1.25rem;margin-top:.25rem}.grid-kpi{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.kpi{padding:1.1rem;border-radius:var(--radius);background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}.kpi .label{font-size:.8rem;color:var(--slate);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.kpi .value{font-size:1.5rem;font-weight:700;margin-top:.35rem}.sidebar-link.active{background:#2563eb1f;color:var(--blue)}@media print{.no-print{display:none!important}}.customer-app{min-height:100%;min-height:100dvh;display:flex;flex-direction:column;background:linear-gradient(165deg,#0f172a,#115e59 40%,#ecfdf5 40%);background-attachment:fixed}.customer-app__header{flex-shrink:0;padding:calc(12px + env(safe-area-inset-top,0px)) 18px 14px;color:#f8fafc}.customer-app__header-brand{display:flex;align-items:center;gap:14px}.customer-app__store-logo{width:52px;height:52px;object-fit:contain;border-radius:14px;background:#ffffff24;flex-shrink:0;padding:5px}.customer-app__greeting{margin:0;font-size:clamp(1rem,3.8vw,1.12rem);font-weight:700;line-height:1.35;flex:1;min-width:0}.customer-app__greeting-phrase{opacity:.9;font-weight:600}.customer-app__greeting-name{font-weight:800;letter-spacing:-.02em}.customer-app__title{font-size:clamp(1.25rem,4vw,1.45rem);font-weight:800;letter-spacing:-.03em;margin:6px 0 0;line-height:1.2}.customer-app__subtitle{margin:8px 0 0;font-size:.92rem;opacity:.88;max-width:36ch}.customer-app__sheet{flex:1;display:flex;flex-direction:column;min-height:0;margin-top:4px;background:linear-gradient(180deg,#ecfdf5,#f8fafc 28%);border-radius:26px 26px 0 0;box-shadow:0 -12px 48px #0f172a1f;overflow:hidden}.customer-app__main{flex:1;overflow-y:auto;overflow-x:hidden;padding:18px 16px calc(92px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch}.customer-app__main--no-tab{padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))}.customer-app__tabbar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;justify-content:space-around;align-items:stretch;gap:6px;max-width:520px;margin:0 auto;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid rgba(226,232,240,.95);box-shadow:0 -8px 32px #0f172a12}.customer-app__tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 2px;border-radius:16px;color:#64748b;font-size:.6rem;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:color .15s ease,background .15s ease}.customer-app__tab svg{stroke-width:2.25px}.customer-app__tab--active{color:#047857;background:#d1fae5f2}.customer-app__stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.customer-app__stat{background:#fff;border-radius:16px;padding:12px 8px;text-align:center;border:1px solid rgba(226,232,240,.95);box-shadow:0 4px 16px #0f172a0d}.customer-app__stat-value{font-size:1.2rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.customer-app__stat-label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b;margin-top:4px}.customer-visit-card{display:block;background:#fff;border-radius:18px;padding:15px 16px;border:1px solid rgba(226,232,240,.95);box-shadow:0 8px 28px #0f172a0f;margin-bottom:12px;text-decoration:none;color:inherit;transition:transform .12s ease,box-shadow .12s ease}.customer-visit-card:active{transform:scale(.985)}.customer-visit-card__store{font-weight:800;font-size:1.02rem;letter-spacing:-.02em}.customer-visit-card__invoice{font-size:.78rem;font-weight:600;color:#64748b;margin-top:4px;font-family:var(--mono)}.customer-visit-card__meta{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:12px}.customer-visit-card__total{font-size:1.12rem;font-weight:800;color:#059669;letter-spacing:-.02em}.customer-visit-card__date{font-size:.78rem;color:#64748b;font-weight:600}.customer-visit-card__chevron{font-size:.75rem;font-weight:700;color:#059669}.customer-empty{text-align:center;padding:2.5rem 1.25rem;background:#fff;border-radius:18px;border:1px dashed rgba(100,116,139,.35)}.customer-empty__title{font-weight:800;font-size:1.05rem;margin:0 0 8px}.customer-empty__text{color:#64748b;font-size:.92rem;margin:0;line-height:1.5}.customer-scan-panel{background:#fff;border-radius:18px;padding:16px;border:1px solid rgba(226,232,240,.95);box-shadow:0 8px 28px #0f172a0f}.customer-scan-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:380px){.customer-scan-actions{grid-template-columns:1fr}}.customer-product-card{background:#fff;border-radius:18px;padding:14px;border:1px solid rgba(226,232,240,.95);box-shadow:0 6px 22px #0f172a0d;display:flex;gap:12px;margin-bottom:12px}.customer-product-card__img{width:76px;height:76px;object-fit:cover;border-radius:14px;flex-shrink:0;background:#f1f5f9}.customer-product-placeholder{width:76px;height:76px;border-radius:14px;background:linear-gradient(135deg,#d1fae5,#e0f2fe);flex-shrink:0;display:grid;place-items:center;color:#64748b}.customer-items-search{position:relative;margin-bottom:14px}.customer-items-search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.customer-items-search__input{padding-left:2.65rem}.customer-items-meta{margin:0 0 12px;font-size:.78rem;font-weight:600;color:#64748b}.customer-items-list{display:flex;flex-direction:column}.customer-items-pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px;padding-bottom:8px}.customer-items-page-btn{display:inline-flex;align-items:center;gap:6px;padding:.55rem .85rem;font-size:.88rem}.customer-items-page-indicator{font-size:.88rem;font-weight:700;color:#334155;min-width:6rem;text-align:center}.customer-auth{min-height:100%;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 18px calc(28px + env(safe-area-inset-bottom,0px));padding-top:calc(28px + env(safe-area-inset-top,0px));background:linear-gradient(165deg,#0f172a,#115e59 36%,#ecfdf5 36%)}.customer-auth__card{width:min(440px,100%);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:26px;padding:1.65rem;border:1px solid rgba(255,255,255,.85);box-shadow:0 28px 56px #0f172a33}.customer-auth__brand{display:flex;justify-content:center;margin-bottom:1rem}.customer-auth__brand-link{display:inline-flex;justify-content:center;align-items:center}.customer-auth__brand-img{height:44px;max-width:200px;width:auto;object-fit:contain}.customer-auth__wordmark{font-weight:800;letter-spacing:-.04em;font-size:1.5rem;color:#0f172a}.customer-auth__wordmark-accent{color:#059669}.customer-auth__badge{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#d1fae5f2;color:#047857;margin-bottom:12px}.customer-auth__title{font-size:1.45rem;font-weight:800;letter-spacing:-.03em;margin:0 0 8px;color:#0f172a}.customer-auth__sub{color:#64748b;margin:0 0 1.25rem;font-size:.95rem;line-height:1.45}.customer-auth__label{display:block;font-weight:700;font-size:.82rem;margin-bottom:6px;color:#334155}.customer-auth__field{margin-bottom:14px}.customer-auth__footer{margin-top:14px;text-align:center;font-size:.92rem}.customer-auth__footer a{color:#059669;font-weight:700}.customer-store-picker{margin-bottom:14px;position:relative}.customer-store-picker__lead{margin:0 0 12px;font-size:.86rem;line-height:1.45;color:#64748b}.customer-store-picker__cta{width:100%;display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 10px 30px #0f172a12;cursor:pointer;text-align:left;font-family:inherit;transition:transform .15s ease,box-shadow .15s ease}.customer-store-picker__cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 36px #0f172a1a;border-color:#a7f3d0}.customer-store-picker__cta:disabled{opacity:.55;cursor:not-allowed}.customer-store-picker__cta-icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#d1fae5,#ccfbf1);color:#047857}.customer-store-picker__cta-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.customer-store-picker__cta-title{font-weight:800;font-size:1.02rem;color:#0f172a;letter-spacing:-.02em}.customer-store-picker__cta-sub{font-size:.82rem;color:#64748b;line-height:1.35}.customer-store-picker__cta-chevron{flex-shrink:0;color:#94a3b8}.customer-store-picker__selected{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:16px;border:1px solid #bbf7d0;background:linear-gradient(180deg,#ecfdf5,#d1fae5 120%)}.customer-store-picker__selected-icon{flex-shrink:0;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#ffffffbf;color:#047857}.customer-store-picker__selected-body{flex:1;min-width:0}.customer-store-picker__selected-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#059669;margin-bottom:4px}.customer-store-picker__selected-name{font-weight:800;color:#065f46;font-size:1rem;line-height:1.25}.customer-store-picker__change{flex-shrink:0;border:none;background:#ffffffa6;color:#047857;font-weight:700;font-size:.85rem;cursor:pointer;padding:8px 12px;border-radius:10px}.customer-store-picker__change:hover:not(:disabled){background:#fff}.customer-store-picker__change:disabled{opacity:.45;cursor:not-allowed}.customer-store-picker__mark{background:#fde04773;color:inherit;font-weight:800;padding:0 1px;border-radius:2px}.customer-store-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}@media(min-width:520px){.customer-store-modal{padding:max(24px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}}.customer-store-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.customer-store-modal__sheet{position:relative;width:100%;max-width:520px;max-height:min(620px,calc(100vh - 32px));background:#fff;border-radius:22px;box-shadow:0 28px 60px #0f172a38;display:flex;flex-direction:column;overflow:hidden;animation:customer-store-modal-in .28s ease-out}@supports (height: 100dvh){.customer-store-modal__sheet{max-height:min(620px,calc(100dvh - 32px))}}@keyframes customer-store-modal-in{0%{opacity:0;transform:scale(.97) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.customer-store-modal__head{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 18px 12px;border-bottom:1px solid #f1f5f9}.customer-store-modal__title{margin:0;font-size:1.2rem;font-weight:800;letter-spacing:-.03em;color:#0f172a}.customer-store-modal__subtitle{margin:6px 0 0;font-size:.86rem;line-height:1.45;color:#64748b}.customer-store-modal__close{flex-shrink:0;border:none;background:#f1f5f9;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;cursor:pointer;color:#475569}.customer-store-modal__close:hover{background:#e2e8f0}.customer-store-modal__search-wrap{flex-shrink:0;position:relative;padding:12px 18px 10px}.customer-store-modal__search{padding-left:2.65rem;padding-right:2.5rem;font-size:1rem}.customer-store-modal__search-icon{position:absolute;left:32px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.customer-store-modal__clear{position:absolute;right:26px;top:50%;transform:translateY(-50%);border:none;background:#f1f5f9;width:32px;height:32px;border-radius:999px;display:grid;place-items:center;cursor:pointer;color:#64748b}.customer-store-modal__clear:hover{background:#e2e8f0}.customer-store-modal__body{flex:1;min-height:0;overflow-y:auto;padding:8px 18px 16px;-webkit-overflow-scrolling:touch}.customer-store-modal__count{font-size:.78rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.customer-store-modal__count-note{font-weight:600;text-transform:none;letter-spacing:normal}.customer-store-modal__state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:36px 16px;color:#64748b;font-size:.92rem;line-height:1.5}.customer-store-modal__state--hint strong{color:#334155;font-size:1rem}.customer-store-modal__badge{display:inline-flex;padding:4px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-weight:700;font-size:.8rem}.customer-store-modal__spinner{width:28px;height:28px;border-radius:999px;border:3px solid #e2e8f0;border-top-color:#059669;animation:customer-store-spin .7s linear infinite}@keyframes customer-store-spin{to{transform:rotate(360deg)}}.customer-store-modal__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.customer-store-modal__row{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid #f1f5f9;background:#fafafa;cursor:pointer;text-align:left;font-family:inherit;transition:background .15s ease,border-color .15s ease}.customer-store-modal__row:hover{background:#ecfdf5;border-color:#a7f3d0}.customer-store-modal__row-icon{flex-shrink:0;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#fff;color:#059669;border:1px solid #e2e8f0}.customer-store-modal__row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.customer-store-modal__row-name{font-weight:800;font-size:.95rem;color:#0f172a;line-height:1.3}.customer-store-modal__row-slug{font-size:.76rem;color:#94a3b8;font-family:var(--mono)}.customer-store-modal__row-chevron{flex-shrink:0;color:#cbd5e1}.customer-store-modal__footer-hint{flex-shrink:0;margin:0;padding:12px 18px max(14px,env(safe-area-inset-bottom,0px));font-size:.78rem;line-height:1.45;color:#94a3b8;text-align:center;border-top:1px solid #f8fafc}.customer-invoice-card{background:#fff;border-radius:18px;padding:16px;border:1px solid rgba(226,232,240,.95);box-shadow:0 8px 28px #0f172a0f}.customer-invoice-back{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:.88rem;color:#059669;margin-bottom:14px}.customer-loading{min-height:60vh;display:grid;place-items:center;color:#64748b;font-weight:600}.landing-header-inner{max-width:1100px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem 1rem;flex-wrap:wrap}.landing-header-brand{flex:0 0 auto;display:inline-flex;align-items:center}.landing-header-nav{display:flex;align-items:center;justify-content:flex-end;gap:.65rem 1rem;flex-wrap:wrap;flex:1 1 auto;min-width:0}.landing-header-anchor-links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;justify-content:flex-end}.landing-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.landing-mobile-tabbar{display:none}@media(max-width:640px){.landing-page-root{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}.landing-header-inner{flex-wrap:nowrap;align-items:center;justify-content:space-between}.landing-header-brand{flex:1;min-width:0;justify-content:flex-start}.landing-header-nav{flex:0 0 auto;flex-direction:row;align-items:center;width:auto;gap:.4rem}.landing-header-anchor-links{display:none}.landing-header-actions{width:auto;justify-content:flex-end;gap:.35rem}.landing-header-actions .btn{flex:0 1 auto;min-width:unset;padding:.5rem .7rem;font-size:.82rem}.landing-footer-desktop-nav{display:none}.landing-mobile-tabbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:40;justify-content:space-around;align-items:stretch;padding:.35rem .35rem calc(.35rem + env(safe-area-inset-bottom,0px));background:#f8fafcf5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);box-shadow:0 -6px 28px #0f172a12}.landing-mobile-tabbar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:.3rem .2rem;font-size:.65rem;font-weight:700;letter-spacing:.02em;color:#475569;text-decoration:none;min-width:0;border-radius:10px;-webkit-tap-highlight-color:transparent}.landing-mobile-tabbar__item svg{flex-shrink:0;color:var(--emerald);opacity:.92}.landing-mobile-tabbar__item:active{background:#05966914}}.creator-split{display:grid;gap:clamp(1.5rem,4vw,2.75rem);align-items:stretch;grid-template-columns:minmax(0,1fr) minmax(260px,.95fr)}.creator-pillars{display:grid;gap:.65rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:820px){.creator-split{grid-template-columns:1fr}}@media(max-width:520px){.creator-pillars{grid-template-columns:1fr}}.pricing-split{display:grid;gap:clamp(1.25rem,3vw,2.25rem);align-items:stretch;grid-template-columns:minmax(0,1.05fr) minmax(240px,.85fr)}.pricing-pillars{display:grid;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(168px,1fr))}.pricing-included-strip{display:flex;flex-wrap:wrap;gap:.5rem}.pricing-included-strip__short{display:none}@media(max-width:900px){.pricing-split{grid-template-columns:1fr}}@media(max-width:480px){.pricing-included-strip__full{display:none}.pricing-included-strip__short{display:inline}}.pos-live-scan-video-wrap{position:relative;width:100%;height:132px;overflow:hidden;background:#0f172a}.pos-live-scan-video{display:block;width:100%;height:132px;object-fit:cover}.pos-live-scan-laser-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.pos-live-scan-laser-beam{position:absolute;left:3%;right:3%;height:2px;top:12%;border-radius:2px;background:linear-gradient(90deg,transparent 0%,rgba(207,250,254,.2) 18%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 52%,rgba(207,250,254,.2) 82%,transparent 100%);box-shadow:0 0 6px 1px #22d3eef2,0 0 16px 4px #06b6d48c,0 0 28px 10px #22d3ee33;animation:pos-live-laser-sweep 2.35s cubic-bezier(.42,.02,.58,.98) infinite alternate}.pos-live-scan-laser-beam--soft{height:10px;top:12%;opacity:.45;filter:blur(5px);background:linear-gradient(90deg,transparent 5%,rgba(34,211,238,.35) 45%,rgba(103,232,249,.65) 50%,rgba(34,211,238,.35) 55%,transparent 95%);box-shadow:none;animation-delay:-1.15s;animation-duration:2.5s}@keyframes pos-live-laser-sweep{0%{top:10%;opacity:.82}to{top:calc(88% - 2px);opacity:1}}@media(prefers-reduced-motion:reduce){.pos-live-scan-laser-beam,.pos-live-scan-laser-beam--soft{animation:none;top:44%;opacity:.65}.pos-live-scan-laser-beam--soft{opacity:.35}}.pos-page-layout{flex:1;min-height:min-content;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1rem;align-items:start}.pos-panel{display:flex;flex-direction:column;min-height:0;width:100%}.pos-panel__scroll{flex:0 1 auto;min-height:120px;max-height:min(480px,52vh);margin-top:.75rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.pos-panel__scroll-inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;padding-bottom:4px}.pos-cart-scroll{margin-top:.75rem;flex:0 1 auto;min-height:80px;max-height:min(280px,36vh);overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.pos-cart-scroll table.simple{margin:0}.pos-cart-scroll table.simple th{position:sticky;top:0;z-index:1;box-shadow:0 1px 0 var(--border)}.pos-panel__foot{flex-shrink:0;margin-top:.75rem}@media(max-width:720px){.pos-panel__scroll{max-height:min(420px,48vh)}.pos-cart-scroll{max-height:min(240px,40vh)}}
