.count-page{display:grid;gap:18px}.count-back-link,.count-entry-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:12px;padding:8px 14px;background:#fff;color:#111827;font-weight:700;text-decoration:none}.count-file-field{display:grid;gap:8px;padding:16px;border:1px dashed #94a3b8;border-radius:14px;background:#fff;font-weight:700}.count-file-field input{min-height:44px;width:100%}.marker-toolbar{display:grid;gap:14px;padding:16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.marker-toolbar h3{margin:0}.marker-product-buttons,.count-summary{display:flex;flex-wrap:wrap;gap:10px}.marker-product-button{min-height:48px;border:2px solid transparent;border-radius:12px;padding:8px 14px;cursor:pointer;font-weight:800}.marker-product-button[aria-pressed=true]{outline:3px solid #2563eb;outline-offset:2px}.marker-product-button.is-orange{background:#ffedd5;color:#9a3412}.marker-product-button.is-pink{background:#fce7f3;color:#9d174d}.marker-product-button.is-black{background:#111827;color:#fff}.marker-product-button.is-neutral{background:#f3f4f6;color:#111827}.count-summary span{padding:7px 10px;border-radius:999px;background:#f3f4f6;color:#374151;font-weight:700}.count-image-surface{position:relative;width:100%;min-height:220px;overflow:hidden;border:1px solid #cbd5e1;border-radius:16px;background:#0f172a;touch-action:none;-webkit-user-select:none;user-select:none;cursor:crosshair}.count-image-surface.is-disabled{cursor:wait;opacity:.82}.count-image-surface>img{display:block;width:100%;height:auto;max-height:72vh;object-fit:contain;pointer-events:none}.count-marker{position:absolute;transform:translate(-50%,-50%);min-width:34px;min-height:34px;width:34px;height:34px;display:grid;place-items:center;border:3px solid #ffffff;border-radius:999px;padding:0;font-size:.72rem;font-weight:900;box-shadow:0 2px 8px #00000059}.count-marker.is-orange{background:#f97316;color:#fff}.count-marker.is-pink{background:#ec4899;color:#fff}.count-marker.is-black{background:#111827;color:#fff}.count-marker.is-neutral{background:#e5e7eb;color:#111827}.marker-list{display:grid;gap:8px;margin:0;padding-left:24px}.marker-list li{display:flex;align-items:center;justify-content:space-between;gap:12px}.count-history-card{align-items:flex-start}.count-history-summary{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.count-history-summary span{padding:6px 9px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:700}.count-empty{padding:18px;border:1px dashed #cbd5e1;border-radius:14px;background:#fff}@media(max-width:559px){.marker-product-button{flex:1 1 140px}.count-history-summary{justify-content:flex-start}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a;background:#f5f8fc;font-synthesis:none;text-rendering:optimizeLegibility;--color-primary: #1677FF;--color-primary-dark: #0E3E8C;--color-primary-deep: #0C2D63;--color-bg-app: #F5F8FC;--color-surface: #FFFFFF;--color-text-primary: #0F172A;--color-text-secondary: #667085;--color-border: #E5EAF0;--color-success: #12B76A;--color-warning: #F79009;--color-danger: #E5484D;--color-info: #2E90FA;--color-purple: #7A5AF8;--color-teal: #15B79E;--color-pink: #F04473;--color-mint-soft: #E4F7EE;--color-peach-soft: #FFEDD5;--color-blue-soft: #EBF5FF;--color-purple-soft: #F4EBFF;--color-teal-soft: #CCFBEF;--color-pink-soft: #FFE8F0;--color-yellow-soft: #FEF0C7;--radius-card-lg: 24px;--radius-card-md: 18px;--radius-button: 16px;--radius-input: 14px;--radius-pill: 9999px;--shadow-card: 0 4px 16px rgba(15, 23, 42, .06);--shadow-floating: 0 8px 24px rgba(15, 23, 42, .1)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--color-bg-app);color:var(--color-text-primary)}button,input,select,textarea{font:inherit}button{min-height:44px;min-width:44px}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible,[tabindex="-1"]:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;background:linear-gradient(135deg,#0c2d63,#0e3e8c,#1677ff);color:#fff;position:sticky;top:0;z-index:25;box-shadow:0 4px 20px #0c2d632e;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.header-brand{display:flex;align-items:center;gap:12px}.header-storefront-icon{font-size:1.8rem;line-height:1}.header-brand h1{margin:0;font-size:1.45rem;font-weight:800;letter-spacing:-.02em;display:flex;align-items:center}.brand-white{color:#fff}.brand-accent{color:#38bdf8;margin-left:1px}.app-tagline{margin:2px 0 0;color:#ffffffd9;font-size:.78rem;font-weight:500}.header-actions{display:flex;align-items:center;gap:12px}.header-user-pill{display:flex;align-items:center;gap:8px;padding:4px 12px 4px 6px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.2)}.user-avatar{width:32px;height:32px;border-radius:50%;background:#fff;color:var(--color-primary-dark);display:grid;place-items:center;font-weight:800;font-size:.9rem}.user-info{display:flex;flex-direction:column}.user-name{font-size:.82rem;font-weight:700;color:#fff}.user-role{font-size:.68rem;color:#fffc}.secondary-button{border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-button);padding:8px 14px;background:#ffffff1f;color:#fff;font-weight:600;cursor:pointer;transition:background .15s ease}.secondary-button:hover{background:#ffffff38}.logout-btn{font-size:.82rem}.app-workspace{flex:1;display:flex;flex-direction:column}.app-content{padding:20px 16px 100px;max-width:1200px;margin:0 auto;width:100%}.app-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;border-top:1px solid var(--color-border);background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-bottom:env(safe-area-inset-bottom);box-shadow:var(--shadow-floating)}.app-nav-items{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;padding:6px 8px;gap:4px}.nav-item{border:0;background:transparent;color:var(--color-text-secondary);padding:8px 4px;cursor:pointer;font-weight:600;font-size:.76rem;display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;border-radius:var(--radius-card-md);transition:all .15s ease}.nav-item:hover{background:var(--color-blue-soft);color:var(--color-primary)}.nav-item.is-active{color:var(--color-primary);background:var(--color-blue-soft);font-weight:700}.nav-icon{display:flex;align-items:center;justify-content:center}.nav-label{font-size:.74rem}.app-nav-items .nav-item:nth-child(n+6){grid-column:1 / -1;margin-top:4px}.home-dashboard{display:grid;gap:16px}.hero-banner{background:linear-gradient(135deg,#ebf5ff,#e0f2fe,#f0fdf4);border:1px solid #D1E9FF;border-radius:var(--radius-card-lg);padding:20px;box-shadow:var(--shadow-card);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.hero-greeting{margin:0;color:var(--color-text-secondary);font-size:.9rem;font-weight:600}.hero-title{margin:2px 0 4px;font-size:clamp(1.6rem,5vw,2.1rem);font-weight:800;color:var(--color-text-primary)}.hero-subtitle{margin:0 0 10px;color:var(--color-text-secondary);font-size:.92rem}.hero-date-pill{display:inline-flex;align-items:center;gap:6px;background:#fff;padding:6px 14px;border-radius:var(--radius-pill);border:1px solid var(--color-border);font-size:.85rem;font-weight:700;color:var(--color-text-primary);box-shadow:0 2px 6px #0f172a0a}.hero-illustration{display:flex;align-items:center;justify-content:flex-end}.illustration-storefront{display:flex;align-items:center;gap:10px;background:#ffffffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:10px 16px;border-radius:var(--radius-card-md);border:1px solid rgba(255,255,255,.8)}.storefront-icon{font-size:2.2rem}.hero-quote{margin:0;display:flex;flex-direction:column;font-size:.82rem;font-weight:700;color:var(--color-primary-dark);line-height:1.35}.quote-accent{color:var(--color-success);font-weight:800}.cloud-status-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding:4px 6px}.cloud-state{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:6px 14px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);font-size:.85rem;font-weight:700;color:var(--color-text-primary);box-shadow:0 2px 6px #0f172a08}.status-dot{width:9px;height:9px;border-radius:50%;background:#9ca3af}.status-dot.is-online{background:var(--color-success);box-shadow:0 0 8px #12b76a66}.status-dot.is-offline{background:var(--color-danger)}.data-freshness{margin:0;color:var(--color-text-secondary);font-size:.8rem}.data-error{margin:0;padding:10px 14px;border-radius:12px;background:#fef2f2;color:#b91c1c;font-weight:600;font-size:.85rem}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.metric-card-link{text-decoration:none;color:inherit;display:block}.metric-card{min-height:124px;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-card-lg);background:var(--color-surface);box-shadow:var(--shadow-card);display:flex;flex-direction:column;justify-content:space-between;gap:8px;transition:transform .15s ease,box-shadow .15s ease}.metric-card-link:hover .metric-card{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a14}.metric-header{display:flex;align-items:center;gap:10px}.metric-icon-box{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:1.2rem;flex-shrink:0}.bg-mint{background:var(--color-mint-soft)}.bg-blue{background:var(--color-blue-soft)}.bg-orange{background:var(--color-peach-soft)}.bg-purple{background:var(--color-purple-soft)}.bg-pink{background:var(--color-pink-soft)}.bg-teal{background:var(--color-teal-soft)}.metric-header p{margin:0;color:var(--color-text-secondary);font-size:.86rem;font-weight:600}.metric-value{font-size:clamp(1.4rem,4vw,1.85rem);font-weight:800;color:var(--color-text-primary);line-height:1.15}.metric-value.is-sales{color:var(--color-success)}.metric-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:.8rem;color:var(--color-text-secondary)}.metric-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:var(--color-mint-soft);color:#039855;border-radius:var(--radius-pill);font-weight:700;font-size:.76rem}.metric-subtext{font-size:.76rem;color:var(--color-text-secondary)}.metric-unit{font-size:.8rem;font-weight:500}.metric-chevron{font-size:1.2rem;font-weight:800;color:var(--color-text-secondary)}.quick-menu-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card-lg);padding:18px 20px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:16px}.quick-menu-header{display:flex;align-items:center;justify-content:space-between}.quick-menu-title{margin:0;font-size:1.05rem;font-weight:800;color:var(--color-text-primary)}.quick-menu-all{text-decoration:none;color:var(--color-text-secondary);font-size:.84rem;font-weight:700}.quick-menu-all:hover{color:var(--color-primary)}.quick-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quick-action-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--color-text-primary);font-size:.84rem;font-weight:700;transition:transform .15s ease}.quick-action-item:hover{transform:translateY(-2px)}.quick-action-circle{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;box-shadow:0 4px 12px #0f172a14;transition:all .15s ease}.quick-action-circle.bg-green{background:var(--color-success);color:#fff}.quick-action-circle.bg-blue{background:var(--color-blue-soft);color:var(--color-primary)}.quick-action-circle.bg-orange{background:var(--color-peach-soft);color:var(--color-warning)}.quick-action-circle.bg-purple{background:var(--color-purple-soft);color:var(--color-purple)}.sales-shell{display:grid;gap:18px;border:1px solid #DBEAFE;border-radius:var(--radius-card-lg);padding:20px;background:#eff6ff;box-shadow:var(--shadow-card)}.sales-customer-field select,.sales-number-field input{width:100%;min-height:48px;border:1px solid var(--color-border);border-radius:var(--radius-input);padding:10px 14px;background:#fff;color:var(--color-text-primary);font-weight:600}.sales-fieldset{min-width:0;margin:0;border:1px solid #DBEAFE;border-radius:var(--radius-card-md);padding:16px;background:#ffffffd9}.sales-product-grid,.sales-number-grid{display:grid;gap:12px}.sales-product-card{display:grid;gap:12px;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-card-md);background:#fff;box-shadow:0 2px 8px #0f172a08}.quantity-control output{min-height:48px;display:grid;place-items:center;border:1px solid #DBEAFE;border-radius:var(--radius-input);background:#eff6ff;font-size:1.15rem;font-weight:800}.quantity-button{min-block-size:48px;min-inline-size:48px;border:1px solid var(--color-border);border-radius:var(--radius-input);background:#fff;color:var(--color-text-primary);cursor:pointer;font-size:1.25rem;font-weight:800}.sale-summary>div{padding:14px;border:1px solid #DBEAFE;border-radius:var(--radius-card-md);background:#fff}.sale-submit-button{width:100%;min-height:52px;border:0;border-radius:var(--radius-button);padding:14px 20px;background:var(--color-primary);color:#fff;cursor:pointer;font-weight:800;font-size:1.05rem;box-shadow:0 4px 16px #1677ff4d;transition:all .15s ease}.sale-submit-button:hover:not(:disabled){background:var(--color-primary-dark)}@media(min-width:640px){.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sales-product-grid,.sales-number-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.app-header{border-radius:0;padding-inline:32px}.app-workspace{display:grid;grid-template-columns:240px minmax(0,1fr)}.app-nav{position:sticky;inset:76px auto auto;align-self:start;height:calc(100vh - 76px);border-top:0;border-right:1px solid var(--color-border);padding:20px 14px;overflow-y:auto;box-shadow:none;background:#fff}.app-nav-items{display:flex;flex-direction:column;gap:8px;padding:0}.nav-item{width:100%;flex-direction:row;justify-content:flex-start;padding:12px 16px;border-radius:var(--radius-card-md);gap:12px;font-size:.92rem}.nav-label{font-size:.92rem}.app-nav-items .nav-item:nth-child(n+6){margin-top:14px}.app-content{padding:32px 40px}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media(min-width:1200px){.app-workspace{grid-template-columns:280px minmax(0,1fr)}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.sales-product-grid,.sales-number-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.nav-item{min-height:48px;display:flex;align-items:center;justify-content:center;text-decoration:none}.more-menu{display:grid;gap:12px;margin-top:20px}.menu-card{min-height:72px;display:grid;gap:4px;align-content:center;padding:14px 16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#111827;text-decoration:none}.menu-card:hover{background:#f9fafb}.menu-card span,.data-freshness{color:#6b7280;font-size:.9rem;line-height:1.45}.data-freshness{margin:0}.data-error{margin:12px 0;padding:10px 12px;border:1px solid #f59e0b;border-radius:12px;background:#fffbeb;color:#92400e}.page-actions,.form-actions,.card-actions{display:flex;flex-wrap:wrap;gap:10px}.page-actions{margin:0 0 18px}.page-actions button,.form-actions button,.card-actions button{min-height:48px}.search-field,.select-field,.customer-editor label{display:grid;gap:6px;max-width:520px;color:#374151;font-weight:600}.search-field,.select-field{margin:18px 0}.search-field input,.select-field select,.customer-editor input{min-height:48px;width:100%;border:1px solid #d1d5db;border-radius:12px;padding:9px 12px;background:#fff;color:#111827;font:inherit;font-size:1rem}.customer-editor{display:grid;gap:14px;width:min(100%,560px);margin:0 0 22px;padding:16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.customer-editor h3{margin:0}.data-list{display:grid;gap:10px;margin-top:16px}.data-card{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.data-card p{margin:4px 0 0;color:#6b7280;font-size:.88rem}.data-card a{min-height:44px;display:inline-flex;align-items:center;padding:8px 12px;border-radius:10px;background:#eef2ff;color:#3730a3;font-weight:700;text-decoration:none}.data-card-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.customer-detail{margin-top:24px;padding-top:22px;border-top:1px solid #d1d5db}.status-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 8px;border-radius:999px;background:#ecfdf5;color:#065f46;font-size:.78rem;font-weight:700}.status-badge.is-voided{background:#f3f4f6;color:#4b5563}.history-total{display:grid;gap:4px;justify-items:end;text-align:right}.history-total span{color:#6b7280;font-size:.84rem}.section-title{margin:22px 0 10px;font-size:1.05rem}.point-balance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.point-balance-card{display:grid;gap:8px;min-height:92px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.point-balance-card span{color:#4b5563;font-size:.88rem}.point-balance-card strong{font-size:1.2rem}.point-delta{color:#047857;font-size:1.1rem}.point-delta.is-negative{color:#b91c1c}@media(max-width:559px){.data-card{align-items:flex-start;flex-direction:column}.card-actions{width:100%}.card-actions button{flex:1 1 140px}.point-balance-grid{grid-template-columns:1fr}}@media(min-width:760px){.nav-item{justify-content:flex-start}.more-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.point-balance-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
