:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--app-bg: #f1f5f9;--app-text: #0f172a;color:var(--app-text);background-color:var(--app-bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;min-height:100dvh}#root{min-height:100vh;min-height:100dvh}button,[role=button],input[type=submit],.app-bottom-nav-item{touch-action:manipulation;-webkit-tap-highlight-color:rgba(14,165,233,.15)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a{color:inherit}h1,h2,h3{letter-spacing:-.02em}button{font-family:inherit}code{font-size:.9em;background:#f1f5f9;padding:2px 6px;border-radius:6px}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--vx-bg: #f1f5f9;--vx-surface: #ffffff;--vx-border: #e2e8f0;--vx-border-md: #cbd5e1;--vx-text: #0f172a;--vx-text-2: #475569;--vx-text-3: #94a3b8;--vx-primary: #0ea5e9;--vx-primary-dark: #0284c7;--vx-primary-bg: #f0f9ff;--vx-primary-border:#bae6fd;--vx-success: #16a34a;--vx-success-bg: #f0fdf4;--vx-success-border:#bbf7d0;--vx-danger: #dc2626;--vx-danger-bg: #fef2f2;--vx-danger-border: #fecaca;--vx-warning: #d97706;--vx-warning-bg: #fffbeb;--vx-warning-border:#fde68a;--vx-purple: #7c3aed;--vx-purple-bg: #faf5ff;--vx-purple-border: #ddd6fe;--vx-radius: 14px;--vx-radius-sm: 8px;--vx-radius-xs: 6px;--vx-shadow: 0 1px 4px rgba(15,23,42,.07), 0 0 0 1px rgba(15,23,42,.04);--vx-shadow-md: 0 4px 16px rgba(15,23,42,.1)}.vx-page{max-width:760px;margin:0 auto;padding:0 0 24px}.vx-page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.vx-page-title{margin:0;font-size:1.2rem;font-weight:800;color:var(--vx-text);letter-spacing:-.02em}.vx-page-subtitle{margin:4px 0 0;font-size:.78rem;color:var(--vx-text-3);font-weight:500}.vx-section{margin-bottom:20px}.vx-section-label{font-size:.68rem;font-weight:800;color:var(--vx-text-3);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;padding:0 2px}.vx-card{background:var(--vx-surface);border-radius:var(--vx-radius);border:1px solid var(--vx-border);box-shadow:var(--vx-shadow);overflow:hidden}.vx-card+.vx-card{margin-top:10px}.vx-card-body{padding:16px 18px}.vx-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--vx-border);background:#f8fafc}.vx-card-title{margin:0;font-size:.95rem;font-weight:800;color:var(--vx-text)}.vx-card-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border-bottom:1px solid #f1f5f9}.vx-card-row:last-child{border-bottom:none}.vx-card--primary{border-color:var(--vx-primary-border);background:var(--vx-primary-bg)}.vx-card--success{border-color:var(--vx-success-border);background:var(--vx-success-bg)}.vx-card--purple{border-color:var(--vx-purple-border);background:var(--vx-purple-bg)}.vx-card--warning{border-color:var(--vx-warning-border);background:var(--vx-warning-bg)}.vx-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:var(--vx-radius-sm);border:1.5px solid transparent;font-size:.85rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:filter .12s,transform .08s;line-height:1;min-height:36px}.vx-btn:active{transform:scale(.97)}.vx-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.vx-btn--primary{background:var(--vx-primary);color:#fff}.vx-btn--primary:hover:not(:disabled){filter:brightness(1.08)}.vx-btn--success{background:var(--vx-success);color:#fff}.vx-btn--success:hover:not(:disabled){filter:brightness(1.08)}.vx-btn--danger{background:var(--vx-danger);color:#fff}.vx-btn--danger:hover:not(:disabled){filter:brightness(1.08)}.vx-btn--warning{background:var(--vx-warning);color:#fff}.vx-btn--warning:hover:not(:disabled){filter:brightness(1.08)}.vx-btn--purple{background:var(--vx-purple);color:#fff}.vx-btn--purple:hover:not(:disabled){filter:brightness(1.1)}.vx-btn--ghost{background:transparent;color:var(--vx-text-2);border-color:var(--vx-border-md)}.vx-btn--ghost:hover:not(:disabled){background:#f1f5f9;color:var(--vx-text)}.vx-btn--ghost-danger{background:var(--vx-danger-bg);color:var(--vx-danger);border-color:var(--vx-danger-border)}.vx-btn--ghost-danger:hover:not(:disabled){background:#fee2e2}.vx-btn--ghost-primary{background:var(--vx-primary-bg);color:var(--vx-primary-dark);border-color:var(--vx-primary-border)}.vx-btn--ghost-primary:hover:not(:disabled){background:#e0f2fe}.vx-btn--sm{padding:5px 11px;font-size:.78rem;min-height:28px;border-radius:var(--vx-radius-xs)}.vx-btn--lg{padding:12px 20px;font-size:.95rem;min-height:44px}.vx-btn--full{width:100%}.vx-btn--icon{padding:8px;min-height:36px;width:36px;border-radius:var(--vx-radius-xs)}.vx-input,.vx-select,.vx-textarea{display:block;width:100%;padding:9px 12px;border-radius:var(--vx-radius-sm);border:1.5px solid var(--vx-border-md);font-size:.875rem;color:var(--vx-text);background:#fff;outline:none;box-sizing:border-box;transition:border-color .12s,box-shadow .12s;font-family:inherit}.vx-input:focus,.vx-select:focus,.vx-textarea:focus{border-color:var(--vx-primary);box-shadow:0 0 0 3px #0ea5e91f}.vx-input::placeholder{color:var(--vx-text-3)}.vx-textarea{resize:vertical;min-height:72px}.vx-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:520px){.vx-form-grid{grid-template-columns:1fr}.vx-form-grid--always2{grid-template-columns:1fr 1fr}}.vx-form-group{display:flex;flex-direction:column;gap:5px}.vx-label{font-size:.72rem;font-weight:700;color:var(--vx-text-2);text-transform:uppercase;letter-spacing:.04em}.vx-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.vx-badge--green{background:#dcfce7;color:#15803d}.vx-badge--red{background:var(--vx-danger-bg);color:var(--vx-danger)}.vx-badge--amber{background:#fef3c7;color:#92400e}.vx-badge--gray{background:#f1f5f9;color:var(--vx-text-2)}.vx-badge--blue{background:var(--vx-primary-bg);color:var(--vx-primary-dark)}.vx-badge--purple{background:var(--vx-purple-bg);color:var(--vx-purple)}.vx-table{width:100%;border-collapse:collapse;font-size:.85rem}.vx-table th{padding:8px 10px;text-align:left;font-size:.7rem;font-weight:800;color:var(--vx-text-3);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--vx-border);background:#f8fafc}.vx-table td{padding:10px;border-bottom:1px solid #f1f5f9;color:var(--vx-text);vertical-align:middle}.vx-table tr:last-child td{border-bottom:none}.vx-table tr:hover td{background:#fafafa}.vx-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:10px}.vx-empty-icon{font-size:2.8rem;line-height:1;opacity:.55}.vx-empty-title{font-size:.95rem;font-weight:700;color:var(--vx-text-2);margin:0}.vx-empty-sub{font-size:.8rem;color:var(--vx-text-3);margin:0;max-width:280px;line-height:1.5}.vx-skeleton{display:flex;flex-direction:column;gap:10px;padding:4px 0}.vx-skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:vx-shimmer 1.4s infinite}@keyframes vx-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.vx-alert{padding:10px 14px;border-radius:var(--vx-radius-sm);font-size:.82rem;font-weight:600;line-height:1.45}.vx-alert--error{background:var(--vx-danger-bg);color:var(--vx-danger);border:1px solid var(--vx-danger-border)}.vx-alert--success{background:var(--vx-success-bg);color:var(--vx-success);border:1px solid var(--vx-success-border)}.vx-alert--info{background:var(--vx-primary-bg);color:var(--vx-primary-dark);border:1px solid var(--vx-primary-border)}.vx-divider{height:1px;background:var(--vx-border);border:none;margin:16px 0}.vx-nav-row{display:flex;align-items:center;gap:14px;padding:15px 18px;background:var(--vx-surface);border:1px solid var(--vx-border);border-radius:var(--vx-radius);text-decoration:none;color:var(--vx-text);font-weight:700;font-size:.9rem;box-shadow:var(--vx-shadow);transition:background .12s,border-color .12s,transform .08s;cursor:pointer}.vx-nav-row:active{transform:scale(.985)}.vx-nav-row:hover{border-color:var(--vx-primary-border);background:var(--vx-primary-bg)}.vx-nav-row-icon{font-size:1.35rem;width:36px;height:36px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vx-nav-row-body{flex:1;min-width:0}.vx-nav-row-title{font-size:.9rem;font-weight:700;color:var(--vx-text)}.vx-nav-row-sub{font-size:.73rem;color:var(--vx-text-3);margin-top:2px}.vx-nav-row-arrow{font-size:1rem;color:var(--vx-text-3);flex-shrink:0}.vx-nav-row--green{border-color:var(--vx-success-border)}.vx-nav-row--green .vx-nav-row-icon{background:var(--vx-success-bg)}.vx-nav-row--purple{border-color:var(--vx-purple-border)}.vx-nav-row--purple .vx-nav-row-icon{background:var(--vx-purple-bg)}.vx-nav-row--amber{border-color:var(--vx-warning-border)}.vx-nav-row--amber .vx-nav-row-icon{background:var(--vx-warning-bg)}.vx-nav-row--teal{border-color:#99f6e4}.vx-nav-row--teal .vx-nav-row-icon{background:#f0fdfa}.vx-chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.vx-chip{padding:6px 14px;border-radius:999px;border:1.5px solid var(--vx-border-md);background:#fff;font-size:.78rem;font-weight:700;color:var(--vx-text-2);cursor:pointer;transition:background .1s,border-color .1s,color .1s}.vx-chip:hover{background:#f1f5f9}.vx-chip--active{background:var(--vx-text);border-color:var(--vx-text);color:#fff}.vx-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vx-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:18px}.vx-stat{background:var(--vx-surface);border:1px solid var(--vx-border);border-radius:var(--vx-radius);padding:14px 16px;box-shadow:var(--vx-shadow)}.vx-stat-label{font-size:.68rem;font-weight:800;color:var(--vx-text-3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.vx-stat-value{font-size:1.35rem;font-weight:900;color:var(--vx-text);letter-spacing:-.03em;line-height:1}.vx-stat-sub{font-size:.72rem;color:var(--vx-text-3);margin-top:3px}.vx-toggle-group{display:flex;border:1.5px solid var(--vx-border-md);border-radius:var(--vx-radius-sm);overflow:hidden;background:#f1f5f9}.vx-toggle-opt{flex:1;padding:8px 4px;border:none;background:transparent;font-size:.82rem;font-weight:700;color:var(--vx-text-2);cursor:pointer;transition:background .12s,color .12s;text-align:center}.vx-toggle-opt--active{background:var(--vx-text);color:#fff;border-radius:calc(var(--vx-radius-sm) - 2px)}.vx-progress-bar{height:6px;border-radius:3px;background:var(--vx-border);overflow:hidden}.vx-progress-fill{height:100%;border-radius:3px;background:var(--vx-primary);transition:width .3s}:root{--vx2-s1: 4px;--vx2-s2: 8px;--vx2-s3: 12px;--vx2-s4: 16px;--vx2-s5: 24px;--vx2-s6: 32px;--vx2-bg: #f8fafc;--vx2-surface: #ffffff;--vx2-border: #e2e8f0;--vx2-border-2: #cbd5e1;--vx2-text-1: #0f172a;--vx2-text-2: #475569;--vx2-text-3: #94a3b8;--vx2-primary: #0f766e;--vx2-primary-soft: #f0fdfa;--vx2-primary-border: #99f6e4;--vx2-success: #059669;--vx2-success-soft: #f0fdf4;--vx2-warning: #d97706;--vx2-warning-soft: #fffbeb;--vx2-danger: #dc2626;--vx2-danger-soft: #fef2f2;--vx2-info: #0284c7;--vx2-info-soft: #f0f9ff;--vx2-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--vx2-shadow-md: 0 4px 12px rgba(15, 23, 42, .06);--vx2-shadow-lg: 0 12px 28px rgba(15, 23, 42, .08);--vx2-radius: 10px;--vx2-radius-lg: 16px}.vx2-page{max-width:1100px;margin:0 auto;padding:0 12px 80px;display:flex;flex-direction:column;gap:16px}.vx2-page-header{display:flex;align-items:flex-end;gap:12px;margin:4px}.vx2-page-title{margin:0;font-size:22px;font-weight:900;color:var(--vx2-text-1);letter-spacing:-.01em}.vx2-page-sub{margin:2px 0 0;font-size:13px;color:var(--vx2-text-2)}.vx2-page-header .vx2-page-actions{margin-left:auto;display:flex;gap:8px}.vx2-hero{border-radius:var(--vx2-radius-lg);padding:18px 20px;color:#fff;background:linear-gradient(135deg,#0d9488,#0f766e 60%,#115e59);box-shadow:var(--vx2-shadow-md);position:relative;overflow:hidden}.vx2-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.15),transparent 60%);pointer-events:none}.vx2-hero-row{display:flex;gap:18px;flex-wrap:wrap;align-items:flex-end;position:relative;z-index:1}.vx2-hero-greeting{font-size:13px;opacity:.85;font-weight:600}.vx2-hero-amount{font-size:36px;font-weight:900;line-height:1.05;margin-top:4px;letter-spacing:-.02em}.vx2-hero-label{font-size:11px;opacity:.85;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.vx2-hero-actions{display:flex;gap:8px;flex-wrap:wrap;margin-left:auto}.vx2-hero-cta{padding:11px 22px;border-radius:999px;border:none;background:#fff;color:var(--vx2-primary);font-weight:800;font-size:14px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 16px #0000002e;transition:transform .08s,box-shadow .12s}.vx2-hero-cta:hover{transform:translateY(-1px);box-shadow:0 8px 22px #00000038}.vx2-hero-cta:active{transform:translateY(0)}.vx2-hero-cta--ghost{background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.4);box-shadow:none}.vx2-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.vx2-kpi{padding:14px 14px 12px;border-radius:var(--vx2-radius);background:var(--vx2-surface);border:1px solid var(--vx2-border);display:flex;flex-direction:column;gap:4px;transition:border-color .12s}.vx2-kpi:hover{border-color:var(--vx2-border-2)}.vx2-kpi-label{font-size:11px;font-weight:700;color:var(--vx2-text-2);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:6px}.vx2-kpi-value{font-size:22px;font-weight:800;color:var(--vx2-text-1);line-height:1.1;letter-spacing:-.01em}.vx2-kpi-sub{font-size:11px;color:var(--vx2-text-3);margin-top:2px}.vx2-kpi--primary{background:var(--vx2-primary-soft);border-color:var(--vx2-primary-border)}.vx2-kpi--primary .vx2-kpi-value{color:var(--vx2-primary)}.vx2-kpi--success{background:var(--vx2-success-soft);border-color:#bbf7d0}.vx2-kpi--success .vx2-kpi-value{color:var(--vx2-success)}.vx2-kpi--warning{background:var(--vx2-warning-soft);border-color:#fde68a}.vx2-kpi--warning .vx2-kpi-value{color:var(--vx2-warning)}.vx2-kpi--danger{background:var(--vx2-danger-soft);border-color:#fecaca}.vx2-kpi--danger .vx2-kpi-value{color:var(--vx2-danger)}.vx2-card{border-radius:var(--vx2-radius);background:var(--vx2-surface);border:1px solid var(--vx2-border);overflow:hidden}.vx2-card-header{padding:12px 16px;border-bottom:1px solid var(--vx2-border);display:flex;align-items:center;gap:10px}.vx2-card-title{margin:0;font-size:14px;font-weight:800;color:var(--vx2-text-1)}.vx2-card-sub{font-size:11px;color:var(--vx2-text-3);margin-top:1px}.vx2-card-body{padding:14px 16px}.vx2-action-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.vx2-action{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--vx2-radius);border:1px solid var(--vx2-border);background:var(--vx2-surface);text-decoration:none;color:var(--vx2-text-1);font-size:13px;font-weight:700;transition:transform .08s,border-color .12s,box-shadow .12s;cursor:pointer}.vx2-action:hover{border-color:var(--vx2-primary);box-shadow:var(--vx2-shadow-sm)}.vx2-action:active{transform:scale(.98)}.vx2-action-icon{width:32px;height:32px;border-radius:8px;background:var(--vx2-primary-soft);color:var(--vx2-primary);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.vx2-action-body{display:flex;flex-direction:column;gap:1px;min-width:0}.vx2-action-title{font-weight:700;font-size:13px}.vx2-action-sub{font-size:10px;color:var(--vx2-text-3);font-weight:500}.vx2-alert-row{display:flex;flex-direction:column;gap:6px}.vx2-alert{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--vx2-radius);border:1px solid var(--vx2-border);background:var(--vx2-surface);font-size:13px}.vx2-alert--warning{background:var(--vx2-warning-soft);border-color:#fde68a;color:#92400e}.vx2-alert--danger{background:var(--vx2-danger-soft);border-color:#fecaca;color:#b91c1c}.vx2-alert--info{background:var(--vx2-info-soft);border-color:#bfdbfe;color:#1e40af}.vx2-alert-icon{font-size:16px;flex-shrink:0}.vx2-alert-body{flex:1;min-width:0}.vx2-alert-title{font-weight:700}.vx2-alert-msg{font-size:12px;opacity:.9}.vx2-empty{text-align:center;padding:28px 18px;color:var(--vx2-text-3);font-size:13px}.vx2-empty-emoji{font-size:28px;margin-bottom:6px}.vx2-ribbon{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:10px 14px;border-radius:var(--vx2-radius);background:linear-gradient(90deg,#f0fdfa,#ecfdf5);border:1px solid var(--vx2-primary-border)}.vx2-ribbon-stat{display:flex;flex-direction:column;gap:1px;min-width:0}.vx2-ribbon-label{font-size:10px;font-weight:700;color:var(--vx2-text-2);text-transform:uppercase;letter-spacing:.05em}.vx2-ribbon-value{font-size:15px;font-weight:800;color:var(--vx2-primary);line-height:1.1}.vx2-ribbon-divider{width:1px;height:28px;background:var(--vx2-primary-border)}.vx2-ribbon-actions{margin-left:auto;display:flex;gap:6px;flex-wrap:wrap}.vx2-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:9px;border:1.5px solid transparent;font-size:13px;font-weight:700;cursor:pointer;background:var(--vx2-surface);color:var(--vx2-text-1);transition:background .12s,border-color .12s,transform .06s;white-space:nowrap;text-decoration:none;font-family:inherit;line-height:1.2}.vx2-btn:hover{border-color:var(--vx2-border-2)}.vx2-btn:active{transform:scale(.98)}.vx2-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.vx2-btn--primary{background:var(--vx2-primary);color:#fff;border-color:var(--vx2-primary)}.vx2-btn--primary:hover:not(:disabled){background:#115e59;border-color:#115e59}.vx2-btn--success{background:var(--vx2-success);color:#fff;border-color:var(--vx2-success)}.vx2-btn--danger{background:var(--vx2-danger);color:#fff;border-color:var(--vx2-danger)}.vx2-btn--warning{background:var(--vx2-warning);color:#fff;border-color:var(--vx2-warning)}.vx2-btn--ghost{background:var(--vx2-surface);border-color:var(--vx2-border);color:var(--vx2-text-1)}.vx2-btn--ghost-primary{background:var(--vx2-primary-soft);border-color:var(--vx2-primary-border);color:var(--vx2-primary)}.vx2-btn--ghost-danger{background:#fff1f2;border-color:#fecdd3;color:var(--vx2-danger)}.vx2-btn--sm{padding:5px 10px;font-size:12px;border-radius:7px}.vx2-btn--lg{padding:12px 22px;font-size:15px;border-radius:11px}.vx2-btn--icon{padding:7px;width:32px;height:32px;border-radius:8px}.vx2-input,.vx2-select,.vx2-textarea{display:block;width:100%;box-sizing:border-box;padding:9px 11px;font-size:14px;border-radius:9px;border:1.5px solid var(--vx2-border);background:var(--vx2-surface);color:var(--vx2-text-1);font-family:inherit;line-height:1.4;transition:border-color .12s,box-shadow .12s}.vx2-input:focus,.vx2-select:focus,.vx2-textarea:focus{outline:none;border-color:var(--vx2-primary);box-shadow:0 0 0 3px #0f766e1f}.vx2-input--sm{padding:6px 9px;font-size:13px;border-radius:7px}.vx2-input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.vx2-input--right{text-align:right}.vx2-label{display:block;font-size:12px;font-weight:700;color:var(--vx2-text-2);margin-bottom:4px}.vx2-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;background:var(--vx2-bg);color:var(--vx2-text-2);border:1px solid var(--vx2-border)}.vx2-badge--primary{background:var(--vx2-primary-soft);color:var(--vx2-primary);border-color:var(--vx2-primary-border)}.vx2-badge--success{background:var(--vx2-success-soft);color:var(--vx2-success);border-color:#bbf7d0}.vx2-badge--warning{background:var(--vx2-warning-soft);color:var(--vx2-warning);border-color:#fde68a}.vx2-badge--danger{background:var(--vx2-danger-soft);color:var(--vx2-danger);border-color:#fecaca}.vx2-badge--info{background:var(--vx2-info-soft);color:var(--vx2-info);border-color:#bfdbfe}.vx2-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;cursor:pointer;font-size:12px;font-weight:700;background:var(--vx2-bg);color:var(--vx2-text-2);border:1.5px solid var(--vx2-border);transition:background .1s,border-color .1s,color .1s}.vx2-chip:hover{border-color:var(--vx2-border-2)}.vx2-chip--active{background:var(--vx2-primary);color:#fff;border-color:var(--vx2-primary)}.vx2-chip--success-active{background:var(--vx2-success);color:#fff;border-color:var(--vx2-success)}.vx2-chip--warning-active{background:var(--vx2-warning);color:#fff;border-color:var(--vx2-warning)}.vx2-chip--danger-active{background:var(--vx2-danger);color:#fff;border-color:var(--vx2-danger)}.vx2-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.vx2-toolbar>.vx2-grow{flex:1;min-width:200px}.vx2-toolbar>.vx2-spacer{margin-left:auto}.vx2-table-wrap{overflow-x:auto;border-radius:var(--vx2-radius);border:1px solid var(--vx2-border);background:var(--vx2-surface)}.vx2-table{width:100%;border-collapse:collapse;font-size:13px}.vx2-table thead tr{background:var(--vx2-bg);border-bottom:2px solid var(--vx2-border)}.vx2-table th{padding:9px 12px;text-align:left;font-weight:700;font-size:11px;color:var(--vx2-text-2);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.vx2-table th--right{text-align:right}.vx2-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.vx2-table tbody tr:last-child td{border-bottom:none}.vx2-table tbody tr:hover{background:var(--vx2-bg)}.vx2-table-zebra tbody tr:nth-child(2n){background:var(--vx2-bg)}.vx2-table-zebra tbody tr:nth-child(2n):hover{background:#f1f5f9}.vx2-td-right{text-align:right}.vx2-td-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.vx2-td-strong{font-weight:800;color:var(--vx2-text-1)}.vx2-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:20px;z-index:100}.vx2-modal{background:var(--vx2-surface);border-radius:var(--vx2-radius-lg);max-width:720px;width:100%;max-height:90vh;overflow-y:auto;padding:22px 22px 18px;box-shadow:var(--vx2-shadow-lg)}.vx2-modal-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.vx2-modal-title{margin:0;font-size:18px;font-weight:800;color:var(--vx2-text-1)}.vx2-modal-close{margin-left:auto}.vx2-avatar{width:40px;height:40px;border-radius:11px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;background:var(--vx2-bg);color:var(--vx2-text-2)}.vx2-avatar--danger{background:#fee2e2;color:var(--vx2-danger)}.vx2-avatar--success{background:var(--vx2-success-soft);color:var(--vx2-success)}.vx2-avatar--info{background:#dbeafe;color:var(--vx2-info)}.vx2-avatar--sm{width:30px;height:30px;font-size:13px;border-radius:8px}.vx2-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--vx2-border);border-top-color:var(--vx2-primary);animation:vx2-spin .7s linear infinite;margin:0 auto}@keyframes vx2-spin{to{transform:rotate(360deg)}}.vx2-loading-row{text-align:center;padding:32px 16px;color:var(--vx2-text-3);font-size:13px}.vx2-inline{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.vx2-inline>.vx2-grow{flex:1;min-width:160px}.vx2-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.vx2-form-grid--full{grid-column:1 / -1}.vx2-list-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--vx2-radius);border:1.5px solid var(--vx2-border);background:var(--vx2-surface);transition:border-color .1s,box-shadow .12s}.vx2-list-row:hover{border-color:var(--vx2-border-2);box-shadow:var(--vx2-shadow-sm)}.vx2-list-row--danger{border-color:#fca5a5}.vx2-list-row--success{border-color:#86efac}.vx2-list-row-body{flex:1;min-width:0}.vx2-list-row-title{font-weight:700;font-size:14px;color:var(--vx2-text-1)}.vx2-list-row-sub{font-size:12px;color:var(--vx2-text-3);margin-top:1px}.vx2-list-row-meta{display:flex;gap:6px;align-items:center;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.vx2-list-row-amount{font-weight:800;font-size:15px;min-width:56px;text-align:right}.vx2-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 0}.vx2-pagination-info{font-size:12px;color:var(--vx2-text-3)}.vx2-section{margin-top:14px}.vx2-section-label{font-size:11px;font-weight:700;color:var(--vx2-text-2);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;padding-left:4px}@media(max-width:720px){.vx2-hero-amount{font-size:30px}.vx2-hero-row{gap:12px}.vx2-hero-actions{width:100%}.vx2-hero-cta{width:100%;justify-content:center}.vx2-list-row-meta{flex-basis:100%;justify-content:flex-end}}.app-root{min-height:100vh;background:var(--app-bg);color:var(--app-text)}.app-shell{display:flex;min-height:100vh}.app-sidebar{width:240px;flex-shrink:0;background:linear-gradient(180deg,#0f172a,#1e293b);color:#f1f5f9;padding:20px 0 24px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06)}.app-sidebar--admin{background:linear-gradient(180deg,#3b0764,#581c87);border-right-color:#ffffff1a}.app-brand{padding:0 18px 20px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:0}.app-brand-title{font-size:1.15rem;font-weight:800;letter-spacing:-.02em;margin:0;color:#fff}.app-brand-sub{font-size:.75rem;color:#94a3b8;margin:4px 0 0;line-height:1.35}.app-nav{display:flex;flex-direction:column;gap:4px;padding:16px 12px;flex:1}.app-nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:#cbd5e1;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .15s,color .15s}.app-nav a:hover{background:#ffffff0f;color:#fff}.app-nav a.active{background:#0ea5e933;color:#e0f2fe;border:1px solid rgba(14,165,233,.35)}.app-nav a.admin-link.active{background:#d8b4fe33;border-color:#d8b4fe66}.app-nav-icon{font-size:1.1rem;opacity:.95}.app-main{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--app-bg)}.app-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px #0f172a0a}.app-header h1{margin:0;font-size:1.35rem;font-weight:700;color:#0f172a}.app-header-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.app-pill{font-size:.8rem;padding:6px 10px;border-radius:999px;font-weight:600}.app-pill--ok{background:#ecfdf5;color:#047857;border:1px solid #6ee7b7}.app-pill--err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.app-pill--load{background:#f3f4f6;color:#64748b}.app-pill--shop{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-content{flex:1;padding:24px;max-width:1200px;width:100%;box-sizing:border-box}.app-content--wide{max-width:1400px}.dashboard-tile:hover{border-color:#7dd3fc!important;box-shadow:0 4px 14px #0ea5e91f}@media(max-width:900px){.app-shell{flex-direction:column}.app-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;padding:12px;align-items:center}.app-brand{width:100%;padding:0 8px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.app-nav{flex-direction:row;flex-wrap:wrap;padding:8px;width:100%}.app-nav a{flex:1 1 auto;min-width:120px;justify-content:center}}.app-root--mobile{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding-bottom:env(safe-area-inset-bottom,0)}.app-topbar{flex-shrink:0;background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom:1px solid rgba(255,255,255,.06);padding:10px 14px;padding-top:max(10px,env(safe-area-inset-top,10px));box-shadow:0 2px 12px #00000040}.app-topbar-row{display:flex;align-items:center;gap:10px}.app-brand-lockup{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;text-decoration:none;padding-right:10px;border-right:1px solid rgba(148,163,184,.35)}@media(max-width:700px){.app-brand-word{display:none}.app-brand-lockup{padding-right:8px}}.app-topbar-logo{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#0ea5e9,#0284c7);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #0ea5e966;letter-spacing:-.02em}.app-shop-name-static{font-size:1.05rem;font-weight:800;color:#f1f5f9;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shop-btn{background:none;border:none;padding:0;display:flex;align-items:center;gap:5px;cursor:pointer;text-align:left}.app-shop-name-text{font-size:1.05rem;font-weight:800;color:#f1f5f9;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.app-shop-btn:hover .app-shop-name-text{color:#7dd3fc}.app-shop-chevron{font-size:11px;color:#ffffff73;flex-shrink:0}.app-topbar-pagename{font-size:.68rem;color:#fff6;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-top:2px;line-height:1}.app-shop-dropdown{position:absolute;top:calc(100% + 6px);left:-10px;min-width:240px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 12px 40px #00000038;z-index:200;overflow:hidden}.app-shop-dropdown-header{padding:10px 14px 6px;font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #f1f5f9}.app-shop-dropdown-item{display:flex;align-items:center;gap:10px;padding:11px 14px;border:none;background:none;width:100%;text-align:left;cursor:pointer;border-bottom:1px solid #f8fafc}.app-shop-dropdown-item:hover{background:#f8fafc}.app-shop-dropdown-item.active{background:#eff6ff}.app-shop-dropdown-item:last-child{border-bottom:none}.app-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.app-status-dot--ok{background:#22c55e;box-shadow:0 0 6px #22c55e80}.app-status-dot--error{background:#ef4444}.app-status-dot--loading{background:#94a3b8}.app-user-pill{font-size:.75rem;font-weight:700;color:#ffffffbf;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 10px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-topbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.app-btn-logout{padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#ffffffb3;font-weight:700;font-size:12px;cursor:pointer;min-height:34px;transition:background .15s}.app-btn-logout:hover{background:#ffffff26;color:#fff}.app-main-scroll{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding:12px 14px 96px;padding-bottom:max(96px,calc(88px + env(safe-area-inset-bottom,0px)));width:100%;max-width:720px;margin:0 auto;box-sizing:border-box}.app-desktop-nav{display:none}.billing-page{min-height:100%}.app-bottom-nav{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:stretch;gap:0;min-height:56px;padding-bottom:max(8px,env(safe-area-inset-bottom,8px));padding-top:6px;background:#fff;border-top:1px solid #e2e8f0;z-index:40;box-shadow:0 -4px 20px #0f172a0f}.app-bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#64748b;font-weight:700;font-size:.7rem;min-height:48px;border-radius:12px;margin:0 4px}.app-bottom-nav-item.active{color:#0ea5e9;background:#0ea5e91a}.app-bottom-nav-ico{font-size:1.35rem;line-height:1}.app-bottom-nav-label{letter-spacing:.02em}.app-fab-mic{position:fixed;right:max(16px,env(safe-area-inset-right,16px));bottom:calc(72px + max(8px,env(safe-area-inset-bottom,8px)));width:64px;height:64px;border-radius:50%;border:none;background:linear-gradient(145deg,#22c55e,#16a34a);color:#fff;font-size:1.65rem;box-shadow:0 8px 28px #16a34a73;cursor:pointer;z-index:45;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.app-fab-mic:active{transform:scale(.96)}@media(max-width:640px){.app-main-scroll{max-width:none;padding-left:max(12px,env(safe-area-inset-left,12px));padding-right:max(12px,env(safe-area-inset-right,12px))}}@media(min-width:900px){.app-main-scroll{max-width:1200px;padding:20px 24px 28px}.app-topbar{padding-left:24px;padding-right:24px}.app-topbar-title{font-size:1.35rem}.app-pill--compact{max-width:260px}.app-desktop-nav{display:flex;align-items:center;gap:4px;padding:8px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc;overflow-x:auto}.app-desktop-nav-item{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;text-decoration:none;color:#475569;font-weight:600;font-size:.85rem;border:1px solid transparent;white-space:nowrap;transition:background .12s,color .12s}.app-desktop-nav-item:hover{background:#e2e8f0;color:#1e293b}.app-desktop-nav-item.active{background:#0f172a;color:#fff;border-color:#0f172a}.app-bottom-nav{display:none}.app-fab-mic{right:24px;bottom:24px}}@media(min-width:1400px){.app-main-scroll{max-width:1320px}}@media(max-width:640px){.pos-checkout-panel .pos-primary-save{width:100%;min-height:52px;font-size:17px!important;justify-content:center}.pos-checkout-panel .pos-checkout-actions{flex-direction:column}}@media(max-width:640px){.app-shop-switcher-btn{max-width:140px!important;padding:6px 10px!important;font-size:12px!important}.app-shop-switcher-dropdown{position:fixed!important;top:56px!important;right:8px!important;left:8px!important;min-width:0!important;max-width:none!important;max-height:70vh!important}}.vx-cmdk-backdrop{position:fixed;inset:0;z-index:1000;background:#0f172a59;display:flex;align-items:flex-start;justify-content:center;padding-top:12vh}.vx-cmdk{width:min(560px,92vw);background:#fff;border-radius:14px;box-shadow:0 24px 64px #02061759;overflow:hidden;display:flex;flex-direction:column}.vx-cmdk-input{border:none;outline:none;padding:16px 18px;font-size:16px;border-bottom:1px solid #e2e8f0}.vx-cmdk-list{max-height:52vh;overflow-y:auto;padding:6px}.vx-cmdk-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:none;background:transparent;padding:10px 12px;border-radius:9px;cursor:pointer;font-size:14px;color:#1e293b}.vx-cmdk-item.active{background:#0f766e;color:#fff}.vx-cmdk-icon{font-size:17px;width:22px;text-align:center}.vx-cmdk-label{flex:1}.vx-cmdk-hint{font-size:11px;opacity:.6}.vx-cmdk-empty{padding:18px;color:#94a3b8;font-size:14px;text-align:center}.vx-cmdk-foot{padding:8px 14px;border-top:1px solid #e2e8f0;font-size:11px;color:#94a3b8}.vx-cmdk-foot kbd{background:#f1f5f9;border-radius:4px;padding:1px 5px;margin:0 1px;font-family:inherit}.app-cmdk-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e2e8f0;border-radius:9px;background:#f8fafc;color:#475569;font-size:13px;cursor:pointer}.app-cmdk-btn:hover{background:#f1f5f9}.app-cmdk-btn kbd{background:#fff;border:1px solid #cbd5e1;border-radius:5px;padding:0 5px;font-size:11px;font-family:inherit;color:#64748b}@media(max-width:760px){.app-cmdk-btn-label,.app-cmdk-btn kbd{display:none}}.vx-toast-host{position:fixed;bottom:18px;left:50%;transform:translate(-50%);z-index:1100;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.vx-toast{pointer-events:auto;display:inline-flex;align-items:center;gap:8px;border:none;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:600;color:#fff;box-shadow:0 8px 24px #02061740;cursor:pointer;animation:vx-toast-in .18s ease}.vx-toast--success{background:#0f766e}.vx-toast--error{background:#b91c1c}.vx-toast--info{background:#334155}.vx-toast-icon{font-weight:900}@keyframes vx-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.pub-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;will-change:transform}.pub-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px #0f172a1f;border-color:#3eb5b18c}.pub-cta{transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.pub-cta:hover{transform:translateY(-2px);filter:brightness(1.02);box-shadow:0 8px 22px #3eb5b152}.pub-cta:active{transform:translateY(0)}.pub-eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#3eb5b1;margin-bottom:8px}@media(prefers-reduced-motion:reduce){.pub-card,.pub-cta{transition:none}.pub-card:hover,.pub-cta:hover{transform:none}}:root{--pos-brand: #0d9488;--pos-brand-dark: #0f766e;--pos-brand-soft: #ecfdf5;--pos-brand-border: #99f6e4;--pos-accent: #6366f1;--pos-accent-soft: #eef2ff;--pos-bg: #f5f7fa;--pos-surface: #ffffff;--pos-surface-2: #fafbfc;--pos-border: #e4e7eb;--pos-border-2: #cfd4da;--pos-text-1: #0f172a;--pos-text-2: #475569;--pos-text-3: #94a3b8;--pos-success: #16a34a;--pos-danger: #dc2626;--pos-danger-soft: #fef2f2;--pos-r: 10px;--pos-r-lg: 14px;--pos-sh-1: 0 1px 2px rgba(15,23,42,.04);--pos-sh-2: 0 4px 14px rgba(15,23,42,.08)}.app-topbar-kpis,.app-desktop-rail{display:none}@media(min-width:900px){.app-root--mobile{display:grid;grid-template-columns:var(--pos-rail-w, 200px) 1fr;grid-template-rows:56px 1fr;grid-template-areas:"topbar topbar" "rail   main";height:100vh;height:100dvh;overflow:hidden;background:var(--pos-bg)}.app-root--mobile.app-rail-collapsed{--pos-rail-w: 64px}.app-topbar{grid-area:topbar;background:var(--pos-surface)!important;border-bottom:1px solid var(--pos-border);box-shadow:none!important;padding:0 20px!important;height:56px;display:flex;align-items:center}.app-topbar-row{width:100%;height:56px;gap:14px}.app-topbar-logo{width:36px;height:36px;background:linear-gradient(135deg,var(--pos-brand) 0%,var(--pos-brand-dark) 100%);box-shadow:0 2px 8px #0d948852}.app-shop-btn{padding:4px 8px;border-radius:var(--pos-r);transition:background .12s}.app-shop-btn:hover{background:var(--pos-surface-2)}.app-shop-name-text,.app-shop-name-static{color:var(--pos-text-1)}.app-shop-btn:hover .app-shop-name-text{color:var(--pos-brand-dark)}.app-shop-chevron,.app-topbar-pagename{color:var(--pos-text-3)}.app-brand-word>span>span:first-child{color:#1d4a3f!important}.app-topbar-kpis{display:flex;align-items:stretch;margin-left:auto;margin-right:8px;border:1px solid var(--pos-border);border-radius:var(--pos-r);background:var(--pos-surface-2);padding:4px;gap:0;height:44px}.app-kpi{padding:4px 14px;text-align:left;border-right:1px solid var(--pos-border);display:flex;flex-direction:column;justify-content:center;min-width:78px}.app-kpi:last-child{border-right:0}.app-kpi-k{font-size:10px;color:var(--pos-text-3);text-transform:uppercase;letter-spacing:.06em;font-weight:700;line-height:1}.app-kpi-v{font-size:15px;font-weight:800;color:var(--pos-text-1);margin-top:3px;line-height:1;letter-spacing:-.01em}.app-kpi--brand .app-kpi-v{color:var(--pos-brand-dark)}.app-kpi--danger .app-kpi-v{color:var(--pos-danger)}@media(max-width:1199px){.app-kpi--optional{display:none}}.app-topbar-actions{gap:10px}.app-status-dot{width:8px;height:8px;box-shadow:0 0 0 3px #16a34a2e}.app-user-pill{background:var(--pos-surface-2);border-color:var(--pos-border);color:var(--pos-text-2);font-weight:700}.app-btn-logout{background:var(--pos-surface);border:1px solid var(--pos-border);color:var(--pos-text-2);font-weight:700}.app-btn-logout:hover{background:var(--pos-surface-2);color:var(--pos-text-1)}.app-desktop-nav{display:none!important}.app-desktop-rail{grid-area:rail;display:flex;flex-direction:column;gap:0;padding:8px;background:var(--pos-surface);border-right:1px solid var(--pos-border);overflow:hidden;transition:width .15s ease}.app-rail-items{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:2px;padding-right:2px}.app-desktop-rail-item,.app-rail-toggle{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;min-height:40px;padding:8px 12px;border-radius:var(--pos-r);border:0;background:transparent;text-decoration:none;color:var(--pos-text-2);font-size:13px;font-weight:600;line-height:1.2;cursor:pointer;text-align:left;transition:background .12s,color .12s;flex-shrink:0;box-sizing:border-box}.app-desktop-rail-item:hover,.app-rail-toggle:hover{background:var(--pos-surface-2);color:var(--pos-text-1)}.app-desktop-rail-item.active{background:var(--pos-brand-soft);color:var(--pos-brand-dark);box-shadow:inset 3px 0 0 var(--pos-brand);font-weight:700}.app-rail-ico{font-size:18px;line-height:1;width:24px;text-align:center;flex-shrink:0}.app-rail-lbl{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-rail-toggle{border-top:1px solid var(--pos-border);border-radius:0;margin-top:auto;color:var(--pos-text-3);font-size:12px;font-weight:700}.app-rail-collapsed .app-desktop-rail{padding:8px 6px}.app-rail-collapsed .app-desktop-rail-item,.app-rail-collapsed .app-rail-toggle{flex-direction:column;width:48px;min-height:44px;padding:6px 0;gap:0;align-self:center;justify-content:center;text-align:center}.app-rail-collapsed .app-rail-lbl{display:none}.app-rail-collapsed .app-rail-ico{font-size:20px;width:auto}.app-rail-collapsed .app-rail-toggle{border-radius:var(--pos-r);border-top:0}.app-main-scroll{grid-area:main;max-width:none!important;width:100%!important;padding:16px!important;margin:0!important}.app-fab-mic{display:none!important}}.pos-workspace{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0}@media(min-width:900px){.pos-workspace{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr);gap:16px;height:100%}}.pos-pane{background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:var(--pos-r-lg);box-shadow:var(--pos-sh-1);display:flex;flex-direction:column;min-height:0;overflow:hidden}.pos-pane-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--pos-border);flex-shrink:0}.pos-pane-title{font-size:13px;font-weight:800;color:var(--pos-text-1);letter-spacing:-.01em;margin:0}.pos-pane-sub{font-size:11px;color:var(--pos-text-3);font-weight:500;margin-top:2px}.pos-pane-body{flex:1;overflow:auto;min-height:0}.pos-pane-body--padded{padding:16px 18px}.pos-voice-zone{padding:18px 22px 16px;background:linear-gradient(180deg,#fafbff 0%,var(--pos-surface) 100%);border-bottom:1px solid var(--pos-border)}.pos-voice-row{display:flex;align-items:center;gap:18px}.pos-mic{width:80px;height:80px;border-radius:50%;border:0;background:linear-gradient(135deg,var(--pos-accent) 0%,#4f46e5 100%);color:#fff;font-size:30px;cursor:pointer;position:relative;flex-shrink:0;box-shadow:0 8px 24px #6366f152,0 0 0 6px #6366f11a;display:flex;align-items:center;justify-content:center;transition:transform .15s}.pos-mic:hover{transform:scale(1.04)}.pos-mic:active{transform:scale(.96)}.pos-mic--recording:before{content:"";position:absolute;inset:-10px;border-radius:50%;border:2px solid rgba(99,102,241,.3);animation:pos-mic-pulse 1.6s ease-out infinite}@keyframes pos-mic-pulse{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.25);opacity:0}}.pos-voice-meta{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.pos-voice-status{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;color:var(--pos-accent);text-transform:uppercase;letter-spacing:.06em}.pos-voice-status .pos-live-dot{width:8px;height:8px;border-radius:50%;background:var(--pos-accent);animation:pos-blink 1s ease-in-out infinite}.pos-voice-status--idle{color:var(--pos-text-3)}.pos-voice-status--idle .pos-live-dot{background:var(--pos-text-3);animation:none}@keyframes pos-blink{50%{opacity:.35}}.pos-voice-transcript{font-size:16px;font-weight:600;color:var(--pos-text-1);line-height:1.4;min-height:22px;overflow-wrap:anywhere}.pos-voice-transcript .muted,.pos-voice-transcript--empty{color:var(--pos-text-3);font-weight:500}.pos-voice-hints{font-size:11px;color:var(--pos-text-3)}.pos-voice-hints kbd{background:var(--pos-surface-2);border:1px solid var(--pos-border);border-bottom-width:2px;padding:1px 6px;border-radius:4px;font-size:10px;font-weight:700;color:var(--pos-text-2);font-family:inherit}.pos-cart-list{list-style:none;margin:0;padding:4px 0 0}.pos-cart-row{display:grid;grid-template-columns:32px 1fr auto auto auto;gap:12px;align-items:center;padding:10px 18px;border-bottom:1px solid var(--pos-border);transition:background .1s}.pos-cart-row:hover{background:var(--pos-surface-2)}.pos-cart-row--fresh{background:linear-gradient(90deg,var(--pos-brand-soft) 0%,transparent 60%)}.pos-cart-num{width:26px;height:26px;border-radius:50%;background:var(--pos-surface-2);border:1px solid var(--pos-border);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--pos-text-2)}.pos-cart-name{font-weight:600;color:var(--pos-text-1);font-size:14px;min-width:0}.pos-cart-name .pos-cart-sku{display:block;font-size:11px;color:var(--pos-text-3);font-weight:500;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-qty{display:inline-flex;align-items:center;border:1px solid var(--pos-border);border-radius:var(--pos-r);overflow:hidden;background:var(--pos-surface)}.pos-qty button{width:26px;height:28px;border:0;background:var(--pos-surface);color:var(--pos-text-2);font-size:14px;font-weight:700;cursor:pointer}.pos-qty button:hover{background:var(--pos-surface-2);color:var(--pos-text-1)}.pos-qty button:disabled{opacity:.35;cursor:not-allowed}.pos-qty .pos-qty-v{padding:0 8px;min-width:28px;text-align:center;font-weight:700;font-size:13px}.pos-cart-price{font-weight:700;min-width:70px;text-align:right;font-size:14px;color:var(--pos-text-1)}.pos-cart-price .pos-cart-unit{display:block;font-size:10px;color:var(--pos-text-3);font-weight:500;margin-top:1px}.pos-cart-x{background:transparent;border:0;color:var(--pos-text-3);font-size:14px;width:26px;height:26px;border-radius:6px;cursor:pointer;transition:background .1s,color .1s}.pos-cart-x:hover{background:var(--pos-danger-soft);color:var(--pos-danger)}.pos-cart-empty{padding:60px 24px;text-align:center;color:var(--pos-text-3)}.pos-cart-empty .ic{font-size:32px;opacity:.55}.pos-cart-empty .lbl{margin-top:8px;font-size:13px}.pos-cart-footer{border-top:1px solid var(--pos-border);padding:12px 18px;background:var(--pos-surface-2);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.pos-cart-footer .lbl{font-size:11px;color:var(--pos-text-3);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.pos-cart-footer .meta{font-size:11px;color:var(--pos-text-3);margin-top:2px}.pos-cart-footer .total-value{font-size:22px;font-weight:800;color:var(--pos-text-1);letter-spacing:-.02em}.pos-pay-options{padding:12px 18px;border-top:1px solid var(--pos-border);background:var(--pos-surface-2);flex-shrink:0}.pos-pay-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:10px}.pos-pay-btn{border:1px solid var(--pos-border);background:var(--pos-surface);border-radius:var(--pos-r);padding:12px 6px;text-align:center;cursor:pointer;transition:border-color .12s,transform .12s,box-shadow .12s}.pos-pay-btn:hover{border-color:var(--pos-border-2);transform:translateY(-1px);box-shadow:var(--pos-sh-1)}.pos-pay-btn.active{border-color:var(--pos-brand);background:var(--pos-brand-soft);box-shadow:inset 0 0 0 1px var(--pos-brand)}.pos-pay-btn .ic{font-size:20px;line-height:1}.pos-pay-btn .lbl{display:block;font-size:12px;font-weight:700;margin-top:4px;color:var(--pos-text-1)}.pos-pay-btn .sub{display:block;font-size:10px;color:var(--pos-text-3);margin-top:1px}.pos-cta{display:flex;gap:8px}.pos-cta-primary{flex:1;background:linear-gradient(135deg,var(--pos-brand) 0%,var(--pos-brand-dark) 100%);color:#fff;border:0;padding:14px;border-radius:var(--pos-r);font-size:15px;font-weight:800;cursor:pointer;letter-spacing:-.01em;box-shadow:0 6px 18px #0d948840;transition:box-shadow .15s,transform .12s}.pos-cta-primary:hover{box-shadow:0 10px 24px #0d948852}.pos-cta-primary:active{transform:translateY(1px)}.pos-cta-primary:disabled{background:var(--pos-text-3);cursor:not-allowed;box-shadow:none}.pos-cta-ghost{background:var(--pos-surface);border:1px solid var(--pos-border);color:var(--pos-text-2);padding:14px 16px;border-radius:var(--pos-r);font-weight:700;cursor:pointer}.pos-cta-ghost:hover{background:var(--pos-surface-2);color:var(--pos-text-1)}.pos-customer-box{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--pos-brand-soft);border:1px solid var(--pos-brand-border);border-radius:var(--pos-r);margin-bottom:16px}.pos-customer-box .av{width:32px;height:32px;border-radius:50%;background:var(--pos-brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;flex-shrink:0}.pos-customer-box .info{flex:1;min-width:0}.pos-customer-box .info .n{font-weight:700;color:var(--pos-text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-customer-box .info .p{font-size:11px;color:var(--pos-text-2)}.pos-customer-box .change{background:transparent;border:1px solid var(--pos-brand-border);color:var(--pos-brand-dark);font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;cursor:pointer}.pos-totals{display:flex;flex-direction:column;gap:4px;border-top:1px dashed var(--pos-border);padding-top:12px;margin-top:12px}.pos-totals .row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px;color:var(--pos-text-2)}.pos-totals .row strong{color:var(--pos-text-1);font-weight:700}.pos-totals .grand{border-top:1px solid var(--pos-border);margin-top:8px;padding-top:12px;font-size:15px;font-weight:800}.pos-totals .grand strong{color:var(--pos-brand-dark);font-size:22px}@media(min-width:900px){.billing-two-panel{display:grid!important;grid-template-columns:var(--pos-right-w, 480px) minmax(0,1fr);gap:16px;background:transparent!important;min-height:0!important;height:calc(100vh - 88px);height:calc(100dvh - 88px)}.billing-panel-left{order:1}.billing-panel-right{order:2}.billing-panel-left,.billing-panel-right{background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:var(--pos-r-lg);box-shadow:var(--pos-sh-1);height:auto!important;position:static!important;overflow:hidden;flex:initial!important;width:auto!important}.billing-panel-right .billing-panel-right-scroll{background:#fafbfc;padding:10px!important}.billing-panel-right{border-left:1px solid var(--pos-border)!important}.billing-panel-left-scroll,.billing-panel-right-scroll{padding:0!important}.billing-left-footer,.billing-right-footer{background:var(--pos-surface-2);border-top:1px solid var(--pos-border)}.pos-splitter{position:absolute;top:0;bottom:0;left:calc(var(--pos-right-w, 480px) + 5px);width:6px;z-index:5;cursor:col-resize;background:transparent;transition:background .15s}.pos-splitter:before{content:"";position:absolute;top:50%;left:1px;transform:translateY(-50%);width:4px;height:36px;border-radius:4px;background:var(--pos-border-2);transition:background .15s,height .15s}.pos-splitter:hover:before,.pos-splitter.dragging:before{background:var(--pos-brand);height:56px}.pos-splitter:hover,.pos-splitter.dragging{background:#0d948814}}@media(max-width:899px){.pos-splitter{display:none!important}}@keyframes billing-transcript-pulse{0%,to{box-shadow:0 0 #22c55e59}50%{box-shadow:0 0 0 6px #22c55e00}}.billing-transcript-live{animation:billing-transcript-pulse 1.8s ease-in-out infinite}@keyframes billing-listening-blink{0%,to{opacity:1}50%{opacity:.55}}.billing-listening-pulse{animation:billing-listening-blink 1.2s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.billing-transcript-live,.billing-listening-pulse{animation:none}}@keyframes item-added-flash{0%{background:#d1fae5;border-color:#6ee7b7}to{background:#fff;border-color:#e5e7eb}}.billing-item-new{animation:item-added-flash 1.4s ease-out forwards}.billing-two-panel{display:flex;flex:1 1 auto;min-height:0;height:100%;background:#f8fafc}.billing-panel-left{flex:1 1 300px;min-width:0;display:flex;flex-direction:column;height:100%;min-height:0;position:sticky;top:0}.billing-panel-left-scroll{flex:1;overflow-y:auto;padding:12px 0 8px}.billing-left-footer{padding:12px 16px;background:#fff;border-top:1px solid #e5e7eb}.billing-panel-right{flex:0 0 520px;width:520px;background:#fff;border-left:2px solid #e5e7eb;display:flex;flex-direction:column;height:100%;min-height:0;position:sticky;top:0;overflow:hidden}@media(min-width:1280px){.billing-panel-right{flex:0 0 600px;width:600px}}.billing-panel-right-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:14px 16px 8px}.billing-right-footer{flex:0 0 auto;padding:6px 12px 8px;border-top:1px solid #e5e7eb;background:#fff;z-index:2}.billing-mobile-mic{display:none}@media(max-width:740px){.billing-two-panel{flex-direction:column}.billing-panel-left{height:auto;position:static;flex:none}.billing-panel-left-scroll{padding-bottom:4px}.billing-left-footer{display:none}.billing-panel-right{flex:none;width:100%;border-left:none;border-top:2px solid #e5e7eb;height:auto;position:static;overflow:visible;padding-bottom:80px}.billing-mobile-mic{display:flex;position:fixed;bottom:0;left:0;right:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e5e7eb;z-index:30;gap:10px}}.ui-card{border:1px solid #dbeafe;background:#f8fbff;border-radius:12px}.ui-section-title{display:flex;align-items:center;gap:8px;font-weight:800;color:#0f172a}.ui-info-hint{width:20px;height:20px;border-radius:999px;border:1px solid #93c5fd;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;cursor:help;position:relative;-webkit-user-select:none;user-select:none}.ui-info-hint:hover:after,.ui-info-hint:focus-visible:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);right:0;width:min(300px,75vw);background:#0f172a;color:#fff;border-radius:10px;padding:10px 12px;z-index:30;font-size:12px;line-height:1.45;box-shadow:0 10px 30px #02061759}.ui-touch-chip,.ui-touch-button{min-height:48px;padding:10px 14px;border-radius:12px;font-size:14px;font-weight:700}@media(max-width:640px){.ui-touch-chip,.ui-touch-button{width:100%;justify-content:center}}.pos-review-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}@media(min-width:1024px){.pos-review-grid.has-corrections{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start}.pos-corrections-panel{position:sticky;top:8px}}.billing-product-search{font-size:17px!important;padding:13px 14px!important;border-radius:10px!important;border-width:2px!important;font-weight:500}.billing-product-search:focus{outline:none;border-color:#0f766e!important;box-shadow:0 0 0 3px #0f766e26}.billing-customer-bar{padding:10px 18px;border-bottom:1px solid #e2e8f0;background:#fff}.billing-customer-row{display:flex;align-items:center;gap:10px;justify-content:flex-end}.billing-customer-label{font-size:11px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;margin-right:auto}.billing-customer-name-wrap{width:280px;flex:0 0 auto!important;position:relative}@media(max-width:720px){.billing-customer-row{flex-wrap:wrap;justify-content:flex-start}.billing-customer-name-wrap{flex:1 1 100%!important;width:100%}}.billing-page-desktop{display:flex;flex-direction:column;gap:14px}.billing-hero-row{display:grid;gap:14px}.billing-hero-actions{display:flex;flex-direction:column;gap:6px}.billing-main-row{display:grid;gap:14px}.billing-main-primary{min-width:0}.billing-advanced-panel{margin-top:2px}.inventory-page-desktop,.inventory-section{width:100%}@media(min-width:1024px){.billing-hero-row{grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);align-items:start}.billing-hero-actions{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;min-height:100%}.billing-main-row{grid-template-columns:minmax(0,1fr)}.billing-main-primary .voice-recorder-panel{max-width:none!important}.billing-main-primary .pos-checkout-panel{margin-top:16px!important}.inventory-page-desktop{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px!important;align-items:start}.inventory-page-desktop>p,.inventory-page-desktop>label{grid-column:1 / -1}.inventory-section--tree,.inventory-section--search{min-height:420px}.inventory-section--create,.inventory-section--table{grid-column:1 / -1}.inventory-section--table table{font-size:14px}}@media(min-width:1440px){.inventory-page-desktop{grid-template-columns:1.1fr .9fr}}.voice-recorder-panel,[class*=voice-recorder]{border-radius:var(--vx2-radius-lg, 16px)!important;border-color:var(--vx2-border, #e2e8f0)!important;box-shadow:var(--vx2-shadow-md, 0 4px 12px rgba(15, 23, 42, .06))!important;overflow:hidden}button.billing-record-btn,button[aria-label*=record i],button[aria-label*=speak i],button[data-voice-mic-btn=true]{min-width:64px!important;min-height:64px!important;border-radius:50%!important;font-size:22px!important;box-shadow:0 6px 20px #0f766e47,inset 0 1px #ffffff2e!important;transition:transform .08s,box-shadow .18s,background .15s!important}button.billing-record-btn:hover:not(:disabled),button[data-voice-mic-btn=true]:hover:not(:disabled){transform:scale(1.03);box-shadow:0 10px 28px #0f766e5c,inset 0 1px #ffffff2e!important}button.billing-record-btn:active:not(:disabled){transform:scale(.98)}.billing-transcript-live,[class*=transcript-live]{background:linear-gradient(180deg,#f0fdfa,#ecfdf5)!important;border:1.5px solid #99f6e4!important;border-radius:var(--vx2-radius, 10px)!important}[class*=billing-item-row],[class*=billing-line-row]{border-radius:var(--vx2-radius, 10px)!important;border:1px solid var(--vx2-border, #e2e8f0)!important;transition:border-color .12s,box-shadow .12s!important}[class*=billing-item-row]:hover,[class*=billing-line-row]:hover{border-color:var(--vx2-border-2, #cbd5e1)!important;box-shadow:var(--vx2-shadow-sm, 0 1px 2px rgba(15, 23, 42, .04))!important}[class*=billing-section-label],[class*=billing-section-title]{text-transform:uppercase;letter-spacing:.06em;font-weight:700!important;color:var(--vx2-text-2, #475569)!important;font-size:11px!important}[class*=billing-totals] [class*=billing-grand],[class*=billing-total-amount]{font-size:26px!important;font-weight:900!important;letter-spacing:-.01em!important;color:var(--vx2-primary, #0f766e)!important}[class*=billing-popover],[class*=billing-suggestion-list],[class*=billing-menu]{border-radius:var(--vx2-radius, 10px)!important;border:1px solid var(--vx2-border, #e2e8f0)!important;box-shadow:var(--vx2-shadow-md, 0 4px 12px rgba(15, 23, 42, .06))!important}[class*=billing-mode-toggle] button,[class*=billing-input-mode] button{border-radius:999px!important;font-weight:700!important;font-size:12px!important}@media(max-width:540px){button.billing-record-btn,button[data-voice-mic-btn=true]{min-width:72px!important;min-height:72px!important;font-size:26px!important}}.billing-shell{--bs-radius: 14px;--bs-pad: 14px;display:flex;flex-direction:column;gap:var(--vx2-s3, 12px);height:calc(100dvh - 110px);min-height:480px;padding-bottom:var(--vx2-s5, 24px)}@media(max-width:768px){.billing-shell{padding-bottom:96px}}.billing-context{display:flex;align-items:center;gap:var(--vx2-s4, 16px);padding:10px var(--bs-pad);border-radius:var(--bs-radius);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--vx2-border, #e2e8f0);box-shadow:0 1px 2px #0f172a08;flex-wrap:wrap}.billing-context-shop{display:inline-flex;align-items:baseline;gap:8px;font-weight:700;font-size:14px;color:var(--vx2-text-1, #0f172a);white-space:nowrap}.billing-context-shop-label{font-size:10px;font-weight:700;letter-spacing:.06em;color:var(--vx2-text-3, #94a3b8);text-transform:uppercase}.billing-signals{display:flex;align-items:center;gap:var(--vx2-s3, 12px);margin-left:auto;flex-wrap:wrap}.billing-signal{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--vx2-bg, #f8fafc);border:1px solid var(--vx2-border, #e2e8f0);font-size:12px;color:var(--vx2-text-2, #475569);font-weight:600;white-space:nowrap;text-decoration:none}.billing-signal:hover{background:#fff;border-color:var(--vx2-border-2, #cbd5e1)}.billing-signal-icon{font-size:13px;line-height:1}.billing-signal-amount{color:var(--vx2-text-1, #0f172a);font-weight:800}.billing-signal--warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.billing-signal--warn .billing-signal-amount{color:#b45309}.billing-signal--idle{color:var(--vx2-text-3, #94a3b8)}.billing-context-kpis{display:flex;gap:var(--vx2-s4, 16px);margin-left:auto;flex-wrap:wrap}.billing-context-kpi{display:flex;flex-direction:column;gap:2px;padding:0 12px;border-left:1px solid var(--vx2-border, #e2e8f0);min-width:90px}.billing-context-kpi:first-child{border-left:none;padding-left:0}.billing-context-kpi-label{font-size:10px;font-weight:700;letter-spacing:.05em;color:var(--vx2-text-3, #94a3b8);text-transform:uppercase}.billing-context-kpi-value{font-size:16px;font-weight:800;color:var(--vx2-text-1, #0f172a);line-height:1.1}.billing-context-kpi--success .billing-context-kpi-value{color:#059669}.billing-context-kpi--warn .billing-context-kpi-value{color:#d97706}.billing-context-kpi--danger .billing-context-kpi-value{color:#dc2626}.billing-modes{display:inline-flex;padding:4px;border-radius:12px;background:var(--vx2-bg, #f8fafc);border:1px solid var(--vx2-border, #e2e8f0);gap:2px}.billing-mode{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;border:none;background:transparent;color:var(--vx2-text-2, #475569);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,transform .05s;white-space:nowrap}.billing-mode:hover{background:#0f172a0a}.billing-mode--active{background:#0f172a;color:#fff;box-shadow:0 1px 3px #0f172a2e}.billing-mode--active:hover{background:#0f172a}.billing-mode-icon{font-size:14px;line-height:1}.billing-mode-hint{font-size:10px;font-weight:500;color:#ffffffb3;margin-left:4px}.billing-mode:not(.billing-mode--active) .billing-mode-hint{color:var(--vx2-text-3, #94a3b8)}.billing-stage{flex:1 1 auto;border-radius:var(--bs-radius);background:var(--vx2-surface, #fff);border:1px solid var(--vx2-border, #e2e8f0);box-shadow:0 1px 3px #0f172a0a;overflow:hidden;display:flex;flex-direction:column;min-height:0}.billing-stage .billing-two-panel{flex:1 1 auto;min-height:0}.billing-tip{font-size:12px;color:var(--vx2-text-3, #94a3b8);text-align:center;padding:0 var(--bs-pad)}.billing-tip kbd{background:var(--vx2-bg, #f1f5f9);border:1px solid var(--vx2-border, #e2e8f0);border-radius:4px;padding:1px 6px;font-size:11px;font-family:ui-monospace,SFMono-Regular,monospace;color:var(--vx2-text-2, #475569)}@media(max-width:768px){.billing-shell{gap:8px}.billing-context{padding:8px 10px;gap:8px}.billing-context-kpis{gap:8px;margin-left:0;width:100%}.billing-context-kpi{min-width:0;padding:0 8px}.billing-context-kpi-value{font-size:14px}.billing-mode{padding:6px 10px;font-size:12px}.billing-mode-hint{display:none}.billing-signals{margin-left:0;width:100%;gap:6px}.billing-signal{padding:5px 10px;font-size:11px}}.vx-line-edit{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}@media(max-width:640px){.billing-tip{display:none}.billing-context{flex-wrap:wrap}.billing-modes{width:100%;justify-content:stretch}.billing-modes .billing-mode{flex:1;justify-content:center}.billing-stage{border-radius:10px}.billing-shell{height:auto;min-height:0;padding-bottom:96px}.vx-line-edit{grid-template-columns:1fr;gap:10px}}.vxc-card{background:#fff;border:1px solid #e8eef3;border-radius:16px;padding:16px 18px 14px;box-shadow:0 1px 3px #0f2a230d}.vxc-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:4px;flex-wrap:wrap}.vxc-card-title{font-size:13.5px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.vxc-card-sub{font-size:11.5px;color:#94a3b8;font-weight:600}.vxc-seg{display:inline-flex;gap:2px;background:#eef4f1;border:1px solid #dfe9e4;border-radius:999px;padding:2px}.vxc-seg button{appearance:none;border:0;background:transparent;border-radius:999px;padding:4px 12px;font-size:11.5px;font-weight:700;color:#64748b;cursor:pointer;line-height:1.4}.vxc-seg button.on{background:#fff;color:#1d4a3f;box-shadow:0 1px 3px #0f2a231f}.vxc-stats{display:flex;flex-wrap:wrap;gap:20px;margin:2px 0 8px}.vxc-stat-label{font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.vxc-stat-value{font-size:20px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.vxc-stat-value.pos{color:#15803d}.vxc-wrap{width:100%}.vxc-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;flex-wrap:wrap}.vxc-section-title{font-size:15px;font-weight:800;color:#0f172a;letter-spacing:-.01em}.vxc-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:14px}@media(max-width:860px){.vxc-grid{grid-template-columns:1fr}}.vxc-bars{display:flex;flex-direction:column;gap:13px;margin-top:8px}.vxc-bar-row{display:grid;grid-template-columns:104px 1fr auto;align-items:center;gap:10px}.vxc-bar-label{font-size:12px;font-weight:700;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vxc-bar-track{height:10px;border-radius:999px;background:#0f172a0f}.vxc-bar-fill{height:100%;min-width:4px;border-radius:999px;background:linear-gradient(90deg,#0f766e,#0d9488)}.vxc-bar-value{font-size:12.5px;font-weight:800;font-variant-numeric:tabular-nums}.vxc-grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}@media(max-width:860px){.vxc-grid2{grid-template-columns:1fr}}.vxc-donut-wrap{display:flex;align-items:center;gap:18px;margin-top:8px;flex-wrap:wrap}.vxc-donut{position:relative;flex:0 0 auto}.vxc-donut-track{stroke:#0f172a0f}.vxc-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.vxc-donut-total{font-size:20px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.vxc-donut-sub{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.vxc-legend{display:flex;flex-direction:column;gap:9px;min-width:150px;flex:1 1 auto}.vxc-legend-row{display:grid;grid-template-columns:12px 1fr auto auto;align-items:center;gap:8px}.vxc-legend-dot{width:11px;height:11px;border-radius:3px}.vxc-legend-label{font-size:12.5px;font-weight:700;color:#475569}.vxc-legend-val{font-size:12.5px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.vxc-legend-pct{font-size:11px;font-weight:700;color:#94a3b8;font-variant-numeric:tabular-nums;min-width:30px;text-align:right}.vxc-tip{position:absolute;top:4px;width:120px;pointer-events:none;background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:5px 9px;box-shadow:0 6px 18px #0f172a24;text-align:center}.vxc-tip-date{font-size:10px;font-weight:700;color:#94a3b8}.vxc-tip-val{font-size:13px;font-weight:800;font-variant-numeric:tabular-nums}.vxc-empty{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:12.5px;font-weight:600;text-align:center}.vxc-skel{height:190px;border-radius:12px;background:linear-gradient(90deg,#f1f5f9 25%,#e9eef4 37%,#f1f5f9 63%);background-size:400% 100%;animation:vxc-shimmer 1.3s ease-in-out infinite}@keyframes vxc-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media(prefers-reduced-motion:reduce){.vxc-skel{animation:none}}@media(prefers-color-scheme:dark){.vxc-card{background:#12201c;border-color:#1e3a32;box-shadow:none}.vxc-card-title,.vxc-stat-value{color:#ecfdf5}.vxc-tip{background:#12201c;border-color:#1e3a32}.vxc-seg{background:#16261f;border-color:#244a3e}.vxc-seg button.on{background:#0b3b2c;color:#7fe3d5}.vxc-skel{background:linear-gradient(90deg,#16261f 25%,#1c332a 37%,#16261f 63%);background-size:400% 100%}.vxc-section-title{color:#ecfdf5}.vxc-bar-label{color:#9fb8ac}.vxc-bar-track{background:#e2f0e917}.vxc-bar-fill{background:linear-gradient(90deg,#0d9488,#2dd4bf)}.vxc-bar-value{color:#ecfdf5}.vxc-donut-track{stroke:#e2f0e917}.vxc-donut-total{color:#ecfdf5}.vxc-legend-label{color:#9fb8ac}.vxc-legend-val{color:#ecfdf5}}.pub-page{font-feature-settings:"ss01" on,"cv05" on;-webkit-font-smoothing:antialiased}.pub-hero-bg{position:relative;background:radial-gradient(900px 380px at 12% -8%,rgba(62,181,177,.18),transparent 62%),radial-gradient(700px 320px at 95% 8%,rgba(29,74,63,.1),transparent 60%),linear-gradient(180deg,#f0fdfa,#fff 92%)}.pub-hero-bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(29,74,63,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(29,74,63,.035) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(720px 400px at 30% 0%,#000 30%,transparent 75%);mask-image:radial-gradient(720px 400px at 30% 0%,#000 30%,transparent 75%);pointer-events:none}.pub-hero-bg>*{position:relative}.pub-gradtext{background:linear-gradient(120deg,#3eb5b1 10%,#1d4a3f 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@keyframes pubFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes pubFloat{0%{transform:translateY(-5px)}to{transform:translateY(7px)}}.pub-fade-up{animation:pubFadeUp .65s cubic-bezier(.22,1,.36,1) both}.pub-d1{animation-delay:.08s}.pub-d2{animation-delay:.16s}.pub-d3{animation-delay:.24s}.pub-d4{animation-delay:.32s}.pub-float{animation:pubFloat 5.5s ease-in-out infinite alternate;will-change:transform}.pub-tile{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex-shrink:0;font-size:22px;line-height:1;border-radius:14px;background:linear-gradient(145deg,#3eb5b129,#1d4a3f14);border:1px solid rgba(62,181,177,.28);box-shadow:inset 0 1px #ffffffb3}.pub-tile--sm{width:38px;height:38px;font-size:18px;border-radius:11px}.pub-card2{background:#fff;border:1px solid #e6ecf1;border-radius:18px;box-shadow:0 1px 2px #0f172a0a,0 8px 24px -12px #0f172a1a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pub-card2:hover{transform:translateY(-4px);border-color:#3eb5b173;box-shadow:0 2px 4px #0f172a0a,0 18px 38px -14px #1d4a3f38}.pub-stat{text-align:center;flex:1 1 130px;padding:4px 10px;position:relative}.pub-stat+.pub-stat:before{content:"";position:absolute;left:0;top:20%;height:60%;width:1px;background:linear-gradient(180deg,transparent,#dbe4ec,transparent)}.pub-stat b{display:block;font-size:21px;font-weight:900;letter-spacing:-.01em;color:#1d4a3f}.pub-stat span{font-size:12px;color:#64748b}@media(min-width:760px){.pub-steps{position:relative}.pub-steps:before{content:"";position:absolute;top:22px;left:16%;right:16%;height:2px;background:repeating-linear-gradient(90deg,rgba(62,181,177,.5) 0 8px,transparent 8px 16px)}.pub-steps>*{position:relative}}.pub-plan{position:relative;overflow:hidden}.pub-plan:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e2e8f0;border-radius:4px 4px 0 0}.pub-plan--popular:before{background:linear-gradient(90deg,#3eb5b1,#1d4a3f);height:5px}@media(min-width:1000px){.pub-plan--popular{transform:scale(1.035);z-index:1}.pub-plan--popular:hover{transform:scale(1.035) translateY(-4px)}}.pub-faq{border:1px solid #e6ecf1;border-radius:14px;background:#fff;overflow:hidden}.pub-faq+.pub-faq{margin-top:10px}.pub-faq summary{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;font-weight:800;font-size:14.5px;color:#0f172a}.pub-faq summary::-webkit-details-marker{display:none}.pub-faq summary:after{content:"＋";font-size:16px;font-weight:700;color:#3eb5b1;transition:transform .2s ease;flex-shrink:0}.pub-faq[open] summary:after{transform:rotate(45deg)}.pub-faq[open] summary{border-bottom:1px dashed #eef2f6}.pub-faq>div{padding:13px 18px 16px;font-size:13.5px;color:#64748b;line-height:1.65}.pub-trust{display:flex;flex-wrap:wrap;gap:10px 22px;align-items:center;padding-top:18px;margin-top:22px;border-top:1px solid #e8eef3;font-size:12px;color:#64748b}.pub-trust span{display:inline-flex;align-items:center;gap:6px}.pub-nav-link{padding:7px 14px;border-radius:999px;font-size:13.5px;font-weight:700;text-decoration:none;color:#475569;transition:background .15s ease,color .15s ease}.pub-nav-link:hover{background:#3eb5b117;color:#1d4a3f}.pub-nav-link.active{background:#3eb5b124;color:#1d4a3f}@media(prefers-reduced-motion:reduce){.pub-fade-up,.pub-float{animation:none}.pub-card2,.pub-faq summary:after{transition:none}.pub-card2:hover,.pub-plan--popular:hover{transform:none}}.mk-window{background:#fff;border:1px solid #dde7e3;border-radius:16px;box-shadow:0 2px 6px #0f2a230f,0 28px 60px -24px #0f2a2347;overflow:hidden;width:min(430px,100%);font-size:13px;text-align:left}.mk-appbar{display:flex;align-items:center;gap:10px;padding:9px 13px;background:linear-gradient(100deg,#1d4a3f,#2e6b5c);border-bottom:1px solid rgba(0,0,0,.08)}.mk-brand{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:900;color:#fff;letter-spacing:-.01em;white-space:nowrap}.mk-brand-mark{color:#7fe3d5;font-size:10px}.mk-crumb{flex:1;min-width:0;font-size:10.5px;font-weight:700;color:#ffffffd1;background:#ffffff24;border-radius:999px;padding:3px 11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:max-content}.mk-appbar-right{display:inline-flex;align-items:center;gap:8px}.mk-live-dot{width:8px;height:8px;border-radius:50%;background:#6ee7b7;box-shadow:0 0 0 3px #6ee7b747}.mk-avatar{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#7fe3d5,#f0fdf9);border:1.5px solid rgba(255,255,255,.55)}.mk-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px}.mk-row.mk-head{display:flex;justify-content:space-between;align-items:center}.mk-row.mk-head b{font-size:13.5px}.mk-pill{font-size:10px;font-weight:800;padding:3px 9px;border-radius:999px;letter-spacing:.02em}.mk-pill.live{color:#0f766e;background:#3eb5b124}.mk-pill.ok{color:#15803d;background:#f0fdf4}.mk-pill.warn{color:#b45309;background:#fffbeb}.mk-search{background:#f8fafc;border:1.5px solid #3eb5b1;border-radius:9px;padding:8px 12px;font-size:12.5px;color:#334155;display:flex;justify-content:space-between;align-items:center}.mk-kbd{font-size:10px;font-weight:700;color:#64748b;border:1px solid #cbd5e1;border-bottom-width:2px;border-radius:5px;padding:1px 6px;background:#fff}.mk-line{display:flex;align-items:center;gap:8px;padding:6px 2px;border-bottom:1px dashed #eef2f6;font-size:12.5px;color:#334155}.mk-line span{flex:1;min-width:0}.mk-line i{font-style:normal;color:#94a3b8;font-size:11.5px;white-space:nowrap}.mk-line b{font-variant-numeric:tabular-nums;white-space:nowrap}.mk-line b.ok{color:#15803d}.mk-line b.warn{color:#b45309}.mk-line b.muted{color:#94a3b8;font-weight:600}.mk-tag{font-style:normal;font-size:9.5px;font-weight:800;color:#0f766e;background:#3eb5b11f;border-radius:5px;padding:1px 6px;margin-left:6px;vertical-align:1px}.mk-total{display:flex;justify-content:space-between;align-items:baseline;padding:8px 2px 2px;font-size:12.5px;color:#64748b}.mk-total b{font-size:17px;color:#0f172a;font-variant-numeric:tabular-nums}.mk-total b.ok{color:#15803d}.mk-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:4px}.mk-btn{font-size:11.5px;font-weight:800;padding:7px 14px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#3eb5b1,#1d4a3f)}.mk-btn.ghost{background:#fff;color:#0f766e;border:1px solid #b7e3e0}.mk-tables{display:flex;gap:7px;flex-wrap:wrap}.mk-table{width:46px;height:34px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:800;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.mk-table.busy{color:#0f766e;background:#3eb5b124;border-color:#3eb5b166}.mk-table.bill{color:#b45309;background:#fffbeb;border-color:#fde68a}.mk-kot{border:1px solid #e8eef3;border-radius:10px;padding:8px 10px;background:#fbfdfc}.mk-kot-head{font-size:11.5px;font-weight:800;display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.mk-slots{display:flex;flex-direction:column;gap:6px}.mk-slot{display:flex;gap:10px;align-items:center;border:1px solid #e8eef3;border-left:3px solid #3eb5b1;border-radius:8px;padding:7px 10px;font-size:12px;background:#fbfdfc}.mk-slot.busy{border-left-color:#1d4a3f;background:#3eb5b112}.mk-slot.dim{border-left-color:#e2e8f0;color:#94a3b8}.mk-slot i{font-style:normal;font-weight:800;font-size:11px;color:#0f766e;width:38px}.mk-slot span{flex:1;display:flex;justify-content:space-between;gap:8px}.mk-slot span b{color:#94a3b8;font-weight:700;font-size:11px}.mk-kanban{display:flex;gap:6px;flex-wrap:wrap}.mk-kan{flex:1;min-width:56px;text-align:center;font-size:9.5px;font-weight:700;color:#64748b;background:#f8fafc;border:1px solid #e8eef3;border-radius:8px;padding:6px 4px}.mk-kan b{display:block;font-size:15px;color:#0f766e;font-variant-numeric:tabular-nums}.mk-outlets{display:flex;gap:8px}.mk-outlet{flex:1;background:#f8fafc;border:1px solid #e8eef3;border-radius:10px;padding:9px 10px}.mk-outlet b{display:block;font-size:15px;color:#0f172a;font-variant-numeric:tabular-nums}.mk-outlet span{font-size:10.5px;color:#7d8c86}.mk-phone{width:min(280px,88vw);background:#fff;border:1px solid #dde7e3;border-radius:26px;box-shadow:0 2px 6px #0f2a230f,0 24px 50px -20px #0f2a234d;padding:14px 16px 18px;position:relative;font-size:12.5px}.mk-notch{width:86px;height:18px;background:#10201c;border-radius:999px;margin:0 auto 4px}.mk-track{display:flex;flex-direction:column;gap:0;margin:6px 0 4px}.mk-track span{position:relative;padding:4px 0 4px 22px;font-size:11.5px;color:#94a3b8}.mk-track span:before{content:"";position:absolute;left:4px;top:9px;width:9px;height:9px;border-radius:50%;background:#e2e8f0}.mk-track span:after{content:"";position:absolute;left:8px;top:18px;bottom:-6px;width:1.5px;background:#e8eef3}.mk-track span:last-child:after{display:none}.mk-track span.done{color:#334155}.mk-track span.done:before{background:#3eb5b1}.mk-track span.now{color:#0f766e;font-weight:800}.mk-track span.now:before{background:#1d4a3f;box-shadow:0 0 0 3px #3eb5b140}.mk-upi{display:flex;gap:12px;align-items:center;border:1px dashed #b7e3e0;border-radius:12px;padding:10px 12px;background:#f7fdfc}.mk-upi b{display:block;font-size:12.5px}.mk-upi i{font-style:normal;font-size:10.5px;color:#7d8c86}.mk-qr{width:44px;height:44px;border-radius:6px;flex-shrink:0;background:conic-gradient(#10201c 25%,transparent 0 50%,#10201c 0 75%,transparent 0) 0 0 / 14px 14px,linear-gradient(#10201c,#10201c) 30px 30px / 10px 10px no-repeat,#fff;border:3px solid #10201c;box-sizing:border-box}.pub-switch{display:inline-flex;gap:4px;background:#eef4f1;border:1px solid #dfe9e4;border-radius:999px;padding:4px;flex-wrap:wrap}.pub-switch button{border:0;cursor:pointer;background:transparent;border-radius:999px;font:700 13px/1 var(--pub-sans, inherit);color:#51625c;padding:9px 16px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.pub-switch button:hover{color:#1d4a3f}.pub-switch button.on{background:#fff;color:#1d4a3f;box-shadow:0 1px 3px #0f2a231f}.pub-usp{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}.pub-usp .u{background:#fff;border:1px solid #e6ecf1;border-radius:18px;padding:20px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pub-usp .u:hover{transform:translateY(-4px);border-color:#3eb5b173;box-shadow:0 18px 38px -14px #1d4a3f33}.pub-usp .u h3{display:flex;align-items:center;gap:10px;margin:0 0 8px;font-size:15.5px;font-weight:800}.pub-usp .u p{margin:0;font-size:13px;color:#64748b;line-height:1.6}.pub-usp .u .why{margin-top:10px;font-size:12px;font-weight:700;color:#0f766e}.pub-show{display:flex;flex-wrap:wrap;gap:clamp(24px,5vw,56px);align-items:center}.pub-show+.pub-show{margin-top:clamp(40px,7vw,72px)}.pub-show>.txt{flex:1 1 340px;min-width:0}.pub-show>.viz{flex:1 1 360px;display:flex;justify-content:center}.pub-show.flip>.viz{order:-1}@media(max-width:759px){.pub-show.flip>.viz{order:0}}.pub-show .txt h3{font-size:clamp(20px,3vw,26px);font-weight:900;letter-spacing:-.015em;margin:0 0 10px}.pub-show .txt p{color:#51625c;font-size:14.5px;line-height:1.7;margin:0 0 14px;max-width:54ch}.pub-show .txt ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}.pub-show .txt li{font-size:13.5px;color:#334155;display:flex;gap:9px}.pub-show .txt li:before{content:"✓";color:#0f766e;font-weight:800}@media(prefers-reduced-motion:reduce){.pub-usp .u{transition:none}.pub-usp .u:hover{transform:none}}.pub-drop{position:relative;display:inline-flex}.pub-drop-wrap{position:absolute;top:100%;left:0;z-index:60;padding-top:8px}.pub-drop-panel{min-width:460px;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 18px 40px -18px #0f282359,0 4px 12px #0f282314;animation:pubFadeUp .16s ease both}.pub-drop-head{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:4px 10px 8px}.pub-drop-item{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:10px;text-decoration:none;color:#1e293b}.pub-drop-item:hover{background:#f0fdfa}.pub-drop-item b{display:block;font-size:13.5px;font-weight:800}.pub-drop-item i{display:block;font-style:normal;font-size:11.5px;color:#64748b}.pub-drop-cols{display:grid;grid-template-columns:1fr auto;gap:6px 14px}.pub-drop-sectors{max-width:190px;display:flex;flex-direction:column;align-content:flex-start}.pub-drop-chip{display:inline-block;margin:0 0 6px;padding:5px 11px;border-radius:999px;font-size:12px;font-weight:700;text-decoration:none;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;width:fit-content}.pub-drop-chip:hover{background:#f0fdfa;border-color:#99f6e4;color:#0f766e}.pub-drop-all{display:block;margin-top:8px;padding:9px 10px;border-top:1px solid #f1f5f9;font-size:13px;font-weight:800;color:#0f766e;text-decoration:none;border-radius:0 0 10px 10px}.pub-drop-all:hover{background:#f0fdfa}@media(max-width:560px){.pub-drop-panel{min-width:280px}.pub-drop-cols{grid-template-columns:1fr}.pub-drop-sectors{max-width:none;flex-direction:row;flex-wrap:wrap;gap:6px}}.svc-page{padding:16px;max-width:1100px;margin:0 auto}.svc-page h1{font-size:20px;font-weight:800;margin:0 0 4px}.svc-sub{color:#6b7280;font-size:13px;margin-bottom:16px}.svc-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin-bottom:14px}.svc-card h2{font-size:15px;font-weight:700;margin:0 0 10px}.svc-grid{display:grid;gap:10px}.svc-grid.cols-2{grid-template-columns:1fr 1fr}.svc-grid.cols-3{grid-template-columns:1fr 1fr 1fr}.svc-grid.cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:720px){.svc-grid.cols-2,.svc-grid.cols-3,.svc-grid.cols-4{grid-template-columns:1fr}}.svc-field{display:flex;flex-direction:column;gap:4px}.svc-field label{font-size:12px;font-weight:600;color:#374151}.svc-field input,.svc-field select,.svc-field textarea{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff}.svc-field input:focus,.svc-field select:focus,.svc-field textarea:focus{outline:2px solid #93c5fd;border-color:#3b82f6}.svc-btn{border:none;border-radius:8px;padding:9px 14px;font-size:14px;font-weight:700;cursor:pointer;background:#2563eb;color:#fff}.svc-btn:hover{background:#1d4ed8}.svc-btn:disabled{opacity:.55;cursor:not-allowed}.svc-btn.secondary{background:#eef2ff;color:#1e3a8a}.svc-btn.ghost{background:transparent;color:#374151;border:1px solid #d1d5db}.svc-btn.danger{background:#fee2e2;color:#991b1b}.svc-btn.sm{padding:5px 10px;font-size:12px}.svc-table{width:100%;border-collapse:collapse;font-size:13px}.svc-table th{text-align:left;background:#f9fafb;padding:8px;font-size:11px;text-transform:uppercase;color:#6b7280;border-bottom:1px solid #e5e7eb}.svc-table td{padding:8px;border-bottom:1px solid #f1f5f9}.svc-table tr:hover td{background:#fafafa}.svc-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.svc-spacer{flex:1}.svc-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.svc-badge.received{background:#e0e7ff;color:#3730a3}.svc-badge.in_process{background:#fef3c7;color:#92400e}.svc-badge.ready{background:#d1fae5;color:#065f46}.svc-badge.picked_up{background:#ede9fe;color:#5b21b6}.svc-badge.out_for_delivery{background:#cffafe;color:#155e75}.svc-badge.delivered{background:#dcfce7;color:#166534}.svc-badge.cancelled{background:#fee2e2;color:#991b1b}.svc-badge.express{background:#b91c1c;color:#fff}.svc-badge.paid{background:#dcfce7;color:#166534}.svc-badge.partial{background:#fef3c7;color:#92400e}.svc-badge.unpaid{background:#fee2e2;color:#991b1b}.svc-totals{display:flex;flex-direction:column;gap:4px;font-size:14px}.svc-totals .row{display:flex;justify-content:space-between}.svc-totals .grand{font-size:18px;font-weight:800;border-top:1px solid #e5e7eb;padding-top:6px;margin-top:4px}.svc-cart-line{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;margin-bottom:8px}.svc-cart-line .head{display:flex;justify-content:space-between;font-weight:700}.svc-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.svc-tab{padding:6px 12px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:13px;cursor:pointer}.svc-tab.active{background:#2563eb;color:#fff;border-color:#2563eb}.svc-drawer-backdrop{position:fixed;inset:0;background:#00000059;z-index:60;display:flex;justify-content:flex-end}.svc-drawer{width:min(560px,100%);background:#fff;height:100%;overflow-y:auto;padding:18px;box-shadow:-4px 0 18px #00000026}.svc-drawer h2{font-size:18px;margin:0}.svc-empty{text-align:center;color:#9ca3af;padding:36px 0}.svc-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-size:13px;margin-bottom:10px}.svc-ok{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:8px;padding:8px 12px;font-size:13px;margin-bottom:10px}.svc-muted{color:#9ca3af;font-size:12px}.svc-lbl{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:700;color:#334155}.svc-pos-page{max-width:1500px;margin:0 auto;padding:16px}.svc-pos{display:grid;grid-template-columns:330px minmax(0,1fr) 390px;gap:14px;align-items:start}@media(max-width:1200px){.svc-pos{grid-template-columns:1fr}}.svc-pos-col{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.svc-pos-col h2{font-size:15px;font-weight:700;margin:0 0 10px}.svc-sticky{position:sticky;top:12px;max-height:calc(100vh - 24px);overflow-y:auto}@media(max-width:1200px){.svc-sticky{position:static;max-height:none;overflow-y:visible}}.svc-tile-search{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:9px 12px;font-size:14px;margin-bottom:8px}.svc-tile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-height:66vh;overflow-y:auto;padding:2px}@media(max-width:1200px){.svc-tile-grid{grid-template-columns:repeat(4,1fr);max-height:none}}@media(max-width:640px){.svc-tile-grid{grid-template-columns:repeat(2,1fr)}}.svc-tile{border:1px solid #e5e7eb;border-radius:10px;padding:8px 6px;cursor:pointer;text-align:center;background:#fff;transition:border-color .1s,box-shadow .1s,transform .04s;display:flex;flex-direction:column;gap:5px;align-items:center}.svc-tile:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1f}.svc-tile:active{transform:scale(.97)}.svc-tile-img{width:60px;height:60px;border-radius:8px;object-fit:cover;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:26px}.svc-tile-name{font-size:12px;font-weight:700;line-height:1.2}.svc-tile-price{font-size:12px;color:#2563eb;font-weight:700}.svc-cat-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.svc-cat-chip{padding:4px 10px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:12px;cursor:pointer;white-space:nowrap}.svc-cat-chip.active{background:#2563eb;color:#fff;border-color:#2563eb}.svc-cat-chip.suggest{border-style:dashed;color:#2563eb}.svc-cartline{padding:8px;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px}.svc-cartline-top{display:flex;gap:10px;align-items:center}.svc-cartline-img{width:42px;height:42px;border-radius:8px;object-fit:cover;background:#f1f5f9;flex:0 0 42px;display:flex;align-items:center;justify-content:center;font-size:19px}.svc-cartline-name{font-weight:700;font-size:13px;flex:1;min-width:0}.svc-qty{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.svc-qty button{border:none;background:#f8fafc;width:26px;height:28px;font-size:16px;cursor:pointer;line-height:1}.svc-qty input{width:44px;text-align:center;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;height:28px;font-size:13px}.svc-cartline-details{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-top:8px}.svc-cartline-details input{border:1px solid #e5e7eb;border-radius:6px;padding:5px 8px;font-size:12px}.svc-linkbtn{background:none;border:none;color:#2563eb;font-size:11px;cursor:pointer;padding:0}.svc-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:start}@media(max-width:980px){.svc-board{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.svc-board{grid-template-columns:1fr}}.svc-col{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:8px;min-height:120px}.svc-col-head{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-bottom:8px;display:flex;justify-content:space-between}.svc-col.drop{outline:2px dashed #2563eb;outline-offset:-2px}.svc-ocard{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;margin-bottom:8px;cursor:grab}.svc-ocard:hover{border-color:#93c5fd;box-shadow:0 1px 4px #0000000f}.svc-ocard:active{cursor:grabbing}.svc-pay{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin-top:12px}.svc-pay h3{font-size:12px;font-weight:800;margin:0 0 8px;text-transform:uppercase;letter-spacing:.04em;color:#475569}.svc-method{display:inline-flex;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.svc-method button{border:none;background:#fff;padding:7px 14px;font-size:13px;cursor:pointer}.svc-method button.on{background:#2563eb;color:#fff}.svc-upi{text-align:center;border:1px dashed #2563eb;border-radius:10px;padding:10px;margin-top:10px;background:#fff}.svc-upi img{width:168px;height:168px}.svc-upi .l{font-weight:800;color:#1d4ed8;font-size:13px}.svc-payin{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:14px}.svc-rep{display:grid;grid-template-columns:232px 1fr;gap:14px;align-items:start}@media(max-width:860px){.svc-rep{grid-template-columns:1fr}}.svc-rep-cat{font-size:11px;font-weight:800;text-transform:uppercase;color:#94a3b8;margin:12px 4px 4px;letter-spacing:.04em}.svc-rep-item{display:block;width:100%;text-align:left;border:none;background:none;padding:7px 10px;border-radius:8px;cursor:pointer;font-size:13px;color:#0f172a}.svc-rep-item:hover{background:#f1f5f9}.svc-rep-item.on{background:#2563eb;color:#fff;font-weight:600}.svc-appt-list{display:flex;flex-direction:column}.svc-appt-row{display:flex;gap:12px;padding:12px 14px;border-top:1px solid #f1f5f9;align-items:flex-start}.svc-appt-row:first-child{border-top:none}.svc-appt-time{flex:0 0 96px;display:flex;flex-direction:column;line-height:1.25}.svc-appt-time strong{font-size:15px;color:#0f172a}.svc-appt-dur{font-size:11px;color:#94a3b8}.svc-appt-body{flex:1 1 auto;min-width:0}.svc-appt-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:3px}.svc-appt-head strong{font-size:14px;color:#0f172a}.svc-appt-phone{font-size:12px;color:#2563eb;text-decoration:none}.svc-appt-meta{font-size:12.5px;color:#475569;display:flex;gap:5px;flex-wrap:wrap}.svc-appt-actions{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}@media(max-width:720px){.svc-appt-row{flex-wrap:wrap}.svc-appt-time{flex-basis:100%;flex-direction:row;gap:8px;align-items:baseline}.svc-appt-actions{flex-basis:100%;justify-content:flex-start}}.svc-modal-backdrop{position:fixed;inset:0;background:#0006;z-index:70;display:flex;align-items:center;justify-content:center;padding:16px}.svc-modal{width:min(560px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:12px;padding:18px;box-shadow:0 18px 50px #00000040}.svc-modal h2{font-size:18px}.svc-week{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:14px}.svc-week-col{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px;min-height:120px;display:flex;flex-direction:column;gap:4px}.svc-week-col.is-today{border-color:#14b8a6;box-shadow:0 0 0 1px #14b8a6 inset}.svc-week-head{border:none;background:none;cursor:pointer;font-size:12px;color:#475569;text-align:left;padding:2px 2px 4px;border-bottom:1px solid #f1f5f9}.svc-week-head strong{color:#0f172a;font-size:14px}.svc-week-empty{color:#cbd5e1;text-align:center;font-size:12px;margin-top:8px}.svc-week-chip{border:none;cursor:pointer;text-align:left;border-radius:6px;padding:3px 6px;font-size:11px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){.svc-week{grid-template-columns:repeat(2,1fr)}}.rst-floor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.rst-table{position:relative;border:2px solid #cbd5e1;border-radius:12px;background:#f8fafc;padding:14px 10px;cursor:pointer;text-align:center;transition:transform .06s ease,box-shadow .12s ease;min-height:96px;display:flex;flex-direction:column;justify-content:center;gap:4px}.rst-table-more{position:absolute;top:2px;right:4px;border:none;background:transparent;cursor:pointer;font-size:17px;line-height:1;color:#94a3b8;padding:2px 5px;border-radius:6px;opacity:0;transition:opacity .12s ease}.rst-table:hover .rst-table-more{opacity:1}.rst-table-more:hover{background:#0f172a1a;color:#0f172a}@media(hover:none){.rst-table-more{opacity:.55}}.rst-table:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1f}.rst-table.vacant{border-color:#86efac;background:#f0fdf4}.rst-table.occupied{border-color:#fbbf24;background:#fffbeb}.rst-table.billed{border-color:#60a5fa;background:#eff6ff}.rst-table.reserved{border-color:#c4b5fd;background:#f5f3ff}.rst-table-label{font-size:20px;font-weight:900;color:#0f172a}.rst-table-seats{font-size:11px;color:#64748b}.rst-table-total{font-size:14px;font-weight:800;color:#92400e}.rst-table-since{font-size:10px;color:#9ca3af}.rst-floor-summary{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.rst-sum{flex:1;min-width:90px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px 12px;display:flex;flex-direction:column;gap:1px}.rst-sum b{font-size:20px;font-weight:900;color:#0f172a;line-height:1.1}.rst-sum span{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.rst-area-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.rst-area-tab{border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:5px 14px;font-size:13px;font-weight:700;color:#475569;cursor:pointer}.rst-area-tab.active{background:#0f766e;color:#fff;border-color:#0f766e}.rst-legend{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:12px;font-size:11px;color:#64748b;font-weight:600}.rst-legend span{display:inline-flex;align-items:center;gap:4px}.rst-sections{display:flex;flex-direction:column;gap:22px}.rst-section-head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#0f766e;margin-bottom:10px;padding-bottom:6px;border-bottom:2px solid #e2e8f0}.rst-section-count{font-size:11px;font-weight:700;color:#64748b;text-transform:none;letter-spacing:0;background:#f1f5f9;border-radius:999px;padding:1px 8px}.rst-section-empty{font-size:12px;color:#94a3b8;padding:6px 2px}.rst-pub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}@media(max-width:520px){.rst-pub-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.rst-pub-card{display:flex;flex-direction:column;text-align:left;padding:0;overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:14px;cursor:pointer;box-shadow:0 1px 2px #0f172a0a;transition:box-shadow .15s ease,transform .1s ease}.rst-pub-card:hover{box-shadow:0 8px 20px #0f172a1a;transform:translateY(-2px)}.rst-pub-card:active{transform:translateY(0)}.rst-pub-media{position:relative;width:100%;aspect-ratio:4 / 3;background:#f1f5f9}.rst-pub-img{width:100%;height:100%;object-fit:cover;display:block}.rst-pub-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:40px;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.rst-pub-ph.veg{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.rst-pub-ph.nonveg{background:linear-gradient(135deg,#fef2f2,#fee2e2)}.rst-pub-media .rst-veg-mark{position:absolute;top:8px;left:8px;box-shadow:0 0 0 3px #ffffffd9}.rst-pub-badge{position:absolute;top:8px;right:8px;font-size:11px;font-weight:800;padding:2px 8px;border-radius:999px;box-shadow:0 1px 3px #0000001f}.rst-pub-badge.fav{background:#fff7ed;color:#b45309}.rst-pub-badge.happy{background:#16a34a;color:#fff}.rst-pub-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px;flex:1}.rst-pub-name{font-weight:700;font-size:14px;line-height:1.25;color:#0f172a}.rst-pub-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:6px;padding-top:2px}.rst-pub-price{font-weight:800;color:#0f766e;font-size:14px}.rst-pub-price s{opacity:.5;font-weight:600;margin-right:3px}.rst-pub-add{font-size:12px;font-weight:800;color:#16a34a;white-space:nowrap;border:1.5px solid #bbf7d0;background:#f0fdf4;border-radius:8px;padding:3px 9px}.rst-dot{width:11px;height:11px;border-radius:3px;border:2px solid;display:inline-block}.rst-dot.vacant{border-color:#86efac;background:#f0fdf4}.rst-dot.occupied{border-color:#fbbf24;background:#fffbeb}.rst-dot.billed{border-color:#60a5fa;background:#eff6ff}.rst-dot.reserved{border-color:#c4b5fd;background:#f5f3ff}.rst-floor-canvas{position:relative;border:1px solid #e2e8f0;border-radius:12px;background-color:#f8fafc;background-image:linear-gradient(#eef2f7 1px,transparent 1px),linear-gradient(90deg,#eef2f7 1px,transparent 1px);background-size:20px 20px;overflow:auto}.rst-table.placed{position:absolute;margin:0;min-height:0;overflow:hidden;box-shadow:0 1px 3px #0f172a1f}.rst-table.round{border-radius:50%}.rst-table.rect{border-radius:10px}.rst-fd-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:#f1f5f9;border-radius:8px;padding:6px 10px;margin:8px 0}.rst-shape-btn{width:30px;height:30px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;font-size:15px;cursor:pointer;line-height:1}.rst-shape-btn.active{background:#0f766e;color:#fff;border-color:#0f766e}.rst-fd-canvas{position:relative;border:2px dashed #cbd5e1;border-radius:12px;background-color:#fbfdff;background-image:linear-gradient(#eef2f7 1px,transparent 1px),linear-gradient(90deg,#eef2f7 1px,transparent 1px);background-size:20px 20px;overflow:auto;touch-action:none;-webkit-user-select:none;user-select:none}.rst-fd-table{position:absolute;border:2px solid #94a3b8;background:#e2e8f0;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:grab;touch-action:none}.rst-fd-table.round{border-radius:50%}.rst-fd-table.sel{border-color:#0f766e;background:#ccfbf1;box-shadow:0 0 0 3px #0f766e33}.rst-fd-label{font-weight:900;color:#0f172a;font-size:15px}.rst-fd-seats{font-size:11px;color:#475569}.rst-fd-resize{position:absolute;right:2px;bottom:2px;width:14px;height:14px;border-right:3px solid #0f766e;border-bottom:3px solid #0f766e;border-radius:0 0 4px;cursor:nwse-resize;touch-action:none}.rst-table-top{display:flex;align-items:center;justify-content:space-between;gap:4px}.rst-table-meta{display:flex;gap:8px;justify-content:center;font-size:11px;color:#64748b;flex-wrap:wrap}.rst-dwell{color:#64748b;font-weight:600}.rst-dwell.warn{color:#b91c1c;font-weight:800}.rst-kot-dot{font-size:11px;font-weight:800;color:#b45309;background:#fff7ed;border-radius:999px;padding:0 6px}.rst-kot-dot.ready{color:#166534;background:#dcfce7}.rst-kitchen{font-size:11px;font-weight:700;color:#64748b}.rst-kitchen.ready{color:#15803d}.rst-kitchen.cooking{color:#b45309}.rst-kitchen.served{color:#475569}.rst-kitchen.late{color:#b91c1c}.rst-tbadge{font-size:10px;font-weight:800;border-radius:4px;padding:1px 5px;letter-spacing:.4px}.rst-tbadge.billed{background:#2563eb;color:#fff}.rst-tbadge.resv{background:#7c3aed;color:#fff}.rst-pick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:6px}.rst-resv-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-top:1px solid #f1f5f9}.rst-pos{display:flex;gap:14px;align-items:flex-start}.rst-cat-side{flex:none;width:150px;display:flex;flex-direction:column;gap:4px;position:sticky;top:12px;max-height:calc(100vh - 150px);overflow-y:auto}.rst-cat-item{text-align:left;border:1px solid #e2e8f0;background:#fff;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700;color:#475569;cursor:pointer}.rst-cat-item.active{background:#0f766e;color:#fff;border-color:#0f766e}.rst-pos-menu{flex:1.5;min-width:260px}.rst-pos-order{flex:1;min-width:300px;max-width:420px;position:sticky;top:12px;max-height:calc(100vh - 24px);overflow-y:auto}.rst-pos-order.full{max-width:none;position:static;max-height:none;overflow:visible}.rst-cart-items{max-height:30vh;overflow-y:auto;margin:0 -2px;padding-right:4px}.rst-fired-items{max-height:32vh;overflow-y:auto;margin:0 -2px;padding-right:4px}@media(max-width:920px){.rst-pos{flex-direction:column}.rst-cat-side{flex-direction:row;width:100%;max-height:none;overflow-x:auto;position:static}.rst-cat-item{flex:none;white-space:nowrap}.rst-pos-menu,.rst-pos-order{width:100%;max-width:none;min-width:0;position:static;max-height:none;overflow:visible}.rst-pos-menu{min-height:0}.rst-pos-menu .rst-menu-grid{overflow:visible}}.rst-type-tabs{display:flex;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;width:fit-content;margin-bottom:12px}.rst-type-tab{border:none;border-right:1px solid #e2e8f0;background:#fff;padding:8px 18px;font-size:13px;font-weight:800;color:#475569;cursor:pointer}.rst-type-tab:last-child{border-right:none}.rst-type-tab.active{background:#dc2626;color:#fff}.rst-type-tab:disabled:not(.active){color:#cbd5e1;cursor:not-allowed}.rst-menu-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.rst-menu-search{margin-bottom:0;flex:1;min-width:140px}.rst-code-search{margin-bottom:0;max-width:130px;flex:none}.rst-menu-code{font-size:10px;font-weight:800;color:#475569;background:#f1f5f9;border-radius:4px;padding:0 5px}.rst-vegfilter{display:inline-flex;border:1px solid #cbd5e1;border-radius:999px;overflow:hidden}.rst-vf{border:none;background:#fff;padding:6px 12px;font-size:13px;font-weight:700;color:#475569;cursor:pointer;display:inline-flex;align-items:center;gap:5px;border-right:1px solid #e2e8f0}.rst-vf:last-child{border-right:none}.rst-vf.active{background:#0f766e;color:#fff}.rst-veg-mark{display:inline-block;width:14px;height:14px;border-radius:3px;border:2px solid #94a3b8;position:relative;flex:none}.rst-veg-mark:after{content:"";position:absolute;inset:0;margin:auto;width:6px;height:6px;border-radius:50%;background:#94a3b8}.rst-veg-mark.veg{border-color:#16a34a}.rst-veg-mark.veg:after{background:#16a34a}.rst-veg-mark.nonveg{border-color:#dc2626}.rst-veg-mark.nonveg:after{background:#dc2626}.rst-veg-mark.egg{border-color:#d97706}.rst-veg-mark.egg:after{background:#d97706}.rst-veg-mark.na{border-color:#cbd5e1}.rst-veg-mark.na:after{background:#cbd5e1}.rst-vf .rst-veg-mark{width:12px;height:12px}.rst-vf .rst-veg-mark:after{width:5px;height:5px}.rst-menu-top{display:flex;align-items:center;justify-content:space-between}.rst-menu-tag{font-size:10px;font-weight:700;color:#0f766e;background:#f0fdfa;border-radius:4px;padding:0 5px}.rst-menu-tile{font:inherit;width:100%;text-align:left}.rst-menu-tile:disabled{cursor:not-allowed}.rst-cart{border:1px solid #99f6e4;background:#f0fdfa;border-radius:10px;padding:8px 10px}.rst-cart.empty{background:#f8fafc;border-color:#e2e8f0;border-style:dashed;text-align:center}.rst-cart-head{font-weight:800;font-size:13px;color:#0f766e;margin-bottom:4px}.rst-send{width:100%;margin-top:8px;font-size:15px;padding:11px;background:#ea580c}.rst-send:hover{background:#c2410c}.rst-section-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;color:#94a3b8;margin-bottom:4px}.rst-menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.rst-menu-tile{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:4px}.rst-menu-tile:hover{border-color:#0f766e;box-shadow:0 2px 8px #0f766e1f}.rst-menu-tile.unavailable{opacity:.5;cursor:not-allowed}.rst-menu-name{font-weight:700;color:#0f172a;font-size:14px;line-height:1.2}.rst-menu-price{font-weight:800;color:#0f766e}.rst-menu-meta{font-size:11px;color:#94a3b8}.rst-kds-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.rst-kds-ticket{border:2px solid #e2e8f0;border-radius:10px;background:#fff;display:flex;flex-direction:column;overflow:hidden}.rst-kds-ticket.new{border-color:#fbbf24}.rst-kds-ticket.preparing{border-color:#60a5fa}.rst-kds-ticket.ready{border-color:#34d399}.rst-kds-head{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#f1f5f9;font-weight:800;font-size:13px}.rst-kds-body{padding:8px 10px;display:flex;flex-direction:column;gap:6px}.rst-kds-line{font-size:14px;color:#0f172a}.rst-kds-line .qty{font-weight:900;color:#0f766e}.rst-kds-mods{font-size:11px;color:#b45309;padding-left:14px}.rst-kds-note{font-size:11px;color:#6b7280;font-style:italic;padding-left:14px}.rst-kds-foot{padding:8px 10px;border-top:1px solid #f1f5f9;display:flex;gap:6px;align-items:center}.rst-kds-age{font-size:11px;color:#9ca3af;font-weight:600}.rst-kds-ticket.warn{box-shadow:inset 4px 0 #f59e0b}.rst-kds-ticket.late{box-shadow:inset 4px 0 #dc2626}.rst-kds-ticket.served{border-color:#cbd5e1;opacity:.9}.rst-kds-age.warn{color:#b45309;font-weight:800}.rst-kds-age.late{color:#b91c1c;font-weight:800}.rst-kds-item.served .rst-kds-line{opacity:.5;text-decoration:line-through}.rst-kds-line{width:100%;text-align:left;background:none;border:none;font:inherit;cursor:pointer;display:flex;align-items:center;gap:6px;padding:2px 0;color:#0f172a}.rst-kds-line:disabled{cursor:default}.rst-istat{margin-left:auto;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;border-radius:4px;padding:1px 6px;border:none;cursor:pointer}.rst-istat:disabled{cursor:default}.rst-istat.pending{background:#f1f5f9;color:#64748b}.rst-istat.preparing{background:#dbeafe;color:#1e40af}.rst-istat.ready{background:#dcfce7;color:#166534}.rst-istat.served{background:#e2e8f0;color:#475569}.rst-kot{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;overflow:hidden}.rst-kot-head{background:#f8fafc;padding:6px 10px;font-size:12px;font-weight:700;color:#475569;display:flex;justify-content:space-between}.rst-line{display:flex;align-items:center;gap:8px;padding:6px 10px;border-top:1px solid #f1f5f9}.rst-line-name{flex:1;min-width:0}.rst-line-sub{font-size:11px;color:#94a3b8}.rst-line-amt{font-weight:700;color:#0f172a}.rst-totline{display:flex;justify-content:space-between;padding:3px 0;font-size:14px}.rst-totline.grand{font-size:18px;font-weight:900;border-top:2px solid #e2e8f0;padding-top:8px;margin-top:4px}.rst-totline.rst-disc{color:#047857;font-weight:600}.rst-fav-star{color:#f59e0b;font-size:13px;line-height:1}.rst-qstep{display:inline-flex;align-items:center;gap:6px}.rst-qbtn{width:24px;height:24px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;font-weight:800;cursor:pointer;line-height:1;color:#0f172a}.rst-qbtn:hover{background:#f1f5f9}.rst-qval{min-width:20px;text-align:center;font-weight:800}.rst-mod-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:16px;border:1px solid #6366f1;background:#eef2ff;font-size:13px}.rst-public-cart{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:2px solid #e2e8f0;box-shadow:0 -4px 16px #00000014;padding:10px 12px;max-height:60vh;overflow:auto;z-index:50}.rst-qr-pending{border:2px solid #f59e0b;border-radius:10px;overflow:hidden;background:#fffdf7}.svc-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.svc-grid2{grid-template-columns:1fr}}.rst-pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.rst-pill.open{background:#fffbeb;color:#92400e}.rst-pill.billed{background:#eff6ff;color:#1e3a8a}.rst-pill.settled{background:#f0fdf4;color:#065f46}.rst-pill.cancelled{background:#fef2f2;color:#991b1b}.svc-chip{padding:4px 10px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:12px;cursor:pointer;white-space:nowrap}.svc-chip.active{background:#2563eb;color:#fff;border-color:#2563eb}.svc-hint{font-size:12px;color:#64748b}.svc-badge.amber{background:#fef3c7;color:#92400e}.svc-badge.blue{background:#e0e7ff;color:#3730a3}.svc-switch{position:relative;display:inline-block;width:36px;height:20px}.svc-switch input{opacity:0;width:0;height:0}.svc-switch span{position:absolute;inset:0;background:#cbd5e1;border-radius:999px;transition:.15s;cursor:pointer}.svc-switch span:before{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.15s}.svc-switch input:checked+span{background:#16a34a}.svc-switch input:checked+span:before{transform:translate(16px)}.rst-tag{display:inline-block;padding:1px 6px;border-radius:6px;font-size:10px;font-weight:700;background:#ecfeff;color:#0e7490;margin:0 2px 2px 0}.rst-tag.allergen{background:#fff7ed;color:#9a3412}.rst-tag.happy{background:#fef3c7;color:#92400e}.rst-req-list{display:flex;flex-direction:column;gap:8px}.rst-req-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e2e8f0;border-left:4px solid #ef4444;border-radius:8px;background:#fff}.rst-req-card.ack{border-left-color:#f59e0b;background:#fffbeb}.rst-req-title{font-weight:700}.rst-seat-select{padding:3px 6px;border-radius:6px;border:1px solid #cbd5e1;font-size:12px}.rst-qr-actions{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.rst-qr-actions button{flex:1;min-width:120px;padding:10px;border-radius:10px;border:1px solid #2563eb;background:#eff6ff;color:#1e3a8a;font-weight:600}.rst-status-item{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px dashed #e2e8f0;font-size:14px}.rst-status-item .st{font-size:11px;font-weight:700;padding:1px 6px;border-radius:6px;background:#e0e7ff;color:#3730a3}.rst-status-item .st.ready{background:#d1fae5;color:#065f46}.rst-status-item .st.served{background:#dcfce7;color:#166534}@keyframes rst-kds-pulse{0%,to{box-shadow:0 0 #dc262600}50%{box-shadow:0 0 0 4px #dc262659}}.rst-kds-ticket.late{animation:rst-kds-pulse 1.1s ease-in-out infinite}.rst-expo{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.rst-expo-card{border:2px solid #16a34a;border-radius:12px;background:#f0fdf4;padding:12px;display:flex;flex-direction:column;gap:8px}.rst-expo-card.warn{border-color:#f59e0b;background:#fffbeb}.rst-expo-card.late{border-color:#dc2626;background:#fef2f2;animation:rst-kds-pulse 1.1s ease-in-out infinite}.rst-expo-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-size:13px}.rst-expo-head span{color:#64748b;font-size:11px}.rst-expo-items{display:flex;flex-direction:column;gap:4px}.rst-expo-line{font-size:16px;font-weight:700}.rst-expo-line .qty{color:#0f766e}.rst-setup-card{border:1px solid #99f6e4;background:#f0fdfa;border-radius:12px;padding:12px 14px;margin:10px 0}.rst-setup-head{display:flex;align-items:center;gap:10px}.rst-setup-head strong{font-size:14px;color:#0f766e;white-space:nowrap}.rst-setup-bar{flex:1;height:6px;background:#ccfbf1;border-radius:999px;overflow:hidden}.rst-setup-bar span{display:block;height:100%;background:#0f766e;transition:width .3s}.rst-setup-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;margin-top:10px}.rst-setup-step{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:9px;background:#fff;border:1px solid #e2e8f0;text-decoration:none;color:#1e293b}.rst-setup-step.done{opacity:.7}.rst-setup-tick{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;background:#e2e8f0;color:#64748b}.rst-setup-step.done .rst-setup-tick{background:#16a34a;color:#fff}.rst-setup-text{flex:1;display:flex;flex-direction:column}.rst-setup-text strong{font-size:13px}.rst-setup-hint{font-size:11px;color:#64748b}.rst-setup-go{font-size:12px;font-weight:700;color:#0f766e;white-space:nowrap}@media(max-width:760px){.rst-menu-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr))!important}.rst-kds-grid,.rst-expo{grid-template-columns:1fr!important}.rst-menu-toolbar{flex-wrap:wrap}.rst-menu-tile{min-height:64px}.rst-setup-steps{grid-template-columns:1fr}}.rst-line-note{width:100%;margin:2px 0 6px;padding:5px 8px;font-size:12px;border:1px solid #ddd6fe;border-radius:7px;background:#faf5ff;color:#4c1d95}.rst-line-note::placeholder{color:#a78bfa}.svc-btn.rst-has-note{background:#ede9fe;border-color:#c4b5fd}.rst-menu-thumb{width:100%;height:92px;object-fit:cover;border-radius:8px;margin-bottom:6px;display:block;background:#f1f5f9}.rst-menu-tile.has-img{padding-top:8px}.rst-fd-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:14px}.rst-fd-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;text-align:center}.rst-fd-kpi b{display:block;font-size:22px;font-weight:900;line-height:1;color:#0f172a}.rst-fd-kpi span{display:block;margin-top:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#94a3b8}.rst-fd-cols{display:grid;grid-template-columns:minmax(260px,1fr) minmax(360px,1.5fr);gap:14px;align-items:start}.rst-fd-cols>.svc-card{margin-bottom:0}@media(max-width:860px){.rst-fd-cols{grid-template-columns:1fr}}.rst-pos{gap:12px;font-size:13px}.rst-pos .svc-card{padding:12px}.rst-pos-menu{min-height:calc(100vh - 168px);display:flex;flex-direction:column}.rst-pos-menu .rst-menu-grid{flex:1;overflow-y:auto;align-content:start}.rst-pos-order h2,.rst-pos-menu h2{font-size:14px}.rst-cart.empty{padding:14px 12px;font-size:12px}.rst-menu-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(138px,1fr))}.rst-menu-tile{padding:8px;gap:3px}.rst-menu-name,.rst-menu-price{font-size:13px}.rst-menu-toolbar{gap:6px;margin-bottom:6px}.rst-cart{padding:6px 8px}.rst-cart-head{font-size:12px}.rst-kot{margin-bottom:6px}.rst-kot-head{padding:4px 9px;font-size:11px}.rst-line{padding:4px 8px;gap:6px;font-size:13px}.rst-line-amt{font-size:13px}.rst-totline{padding:2px 0;font-size:13px}.rst-totline.grand{font-size:16px;padding-top:6px}.rst-section-label{margin-bottom:2px}.rst-code-wrap{position:relative}.rst-code-pop{position:absolute;top:calc(100% + 4px);left:0;z-index:40;min-width:240px;max-width:340px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 28px #0f172a29;padding:4px;overflow:hidden}.rst-code-opt{display:flex;align-items:center;gap:8px;width:100%;text-align:left;border:none;background:none;cursor:pointer;padding:7px 8px;border-radius:7px;font:inherit}.rst-code-opt:hover{background:#f0fdfa}.rst-code-opt-name{flex:1;font-weight:600;color:#0f172a;font-size:13px}.rst-code-opt-price{font-weight:800;color:#0f766e;font-size:13px;white-space:nowrap}.rst-kbd-hint{font-size:11px;color:#94a3b8;margin:0 0 8px}.rst-kbd-hint kbd{font:inherit;font-weight:700;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:0 4px}.rst-pay-btn{flex:1;min-width:96px;font-size:15px;font-weight:800;padding:12px 10px;background:#16a34a;border-color:#16a34a}.rst-pay-btn:hover:not(:disabled){background:#15803d}.vxa-page{padding:16px 16px 40px;max-width:1180px;margin:0 auto}.vxa-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.vxa-title{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.vxa-title-sub{font-size:12.5px;color:#94a3b8;font-weight:600;margin-top:2px}.vxa-head-controls{display:flex;align-items:center;gap:8px}.vxa-eye{display:inline-flex;align-items:center;justify-content:center;width:36px;height:34px;border-radius:9px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer}.vxa-eye:hover{background:#f8fafc}.vxa-dates{display:inline-flex;align-items:center;gap:6px}.vxa-dates span{color:#94a3b8;font-size:12px;font-weight:700}.vxa-dates input[type=date]{height:34px;padding:0 8px;border-radius:9px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:12.5px;font-weight:600;font-family:inherit}.vxa-dates input[type=date]:focus{outline:2px solid #0d948855;border-color:#0d9488}.vxa-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:18px}.vxa-tile{background:#fff;border:1px solid #e8eef3;border-radius:14px;padding:14px 16px;box-shadow:0 1px 3px #0f2a230d}.vxa-tile-label{font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.vxa-tile-value{font-size:22px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin-top:4px}.vxa-tile-value.pos{color:#15803d}.vxa-tile-value.warn{color:#b45309}.vxa-tile-sub{font-size:11px;font-weight:600;color:#94a3b8;margin-top:2px}.vxa-section-title{font-size:13.5px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:22px 2px 10px}.vxa-stack{display:flex;flex-direction:column;gap:14px}.vxa-note{color:#94a3b8;font-size:13px;font-weight:600;text-align:center;padding:48px 16px;border:1px dashed #e2e8f0;border-radius:14px;background:#fff}@media(prefers-color-scheme:dark){.vxa-title{color:#ecfdf5}.vxa-tile{background:#12201c;border-color:#1e3a32;box-shadow:none}.vxa-tile-value{color:#ecfdf5}.vxa-eye{background:#12201c;border-color:#244a3e;color:#9fb8ac}.vxa-note{background:#12201c;border-color:#1e3a32}.vxa-dates input[type=date]{background:#12201c;border-color:#244a3e;color:#ecfdf5;color-scheme:dark}}:root[data-theme=dark] .vxa-title{color:#ecfdf5}:root[data-theme=dark] .vxa-tile{background:#12201c;border-color:#1e3a32;box-shadow:none}:root[data-theme=dark] .vxa-tile-value{color:#ecfdf5}:root[data-theme=dark] .vxa-dates input[type=date]{background:#12201c;border-color:#244a3e;color:#ecfdf5;color-scheme:dark}
