:root{--font-sans:"Urbanist", system-ui, -apple-system, "Segoe UI", sans-serif;--brand-primary:#1b6e4b;--brand-primary-hover:#155a3c;--brand-primary-light:#2d9a6a;--brand-primary-muted:#e8f5ef;--brand-primary-subtle:#c8e6d6;--brand-dark:#0f2e28;--brand-dark-soft:#134238;--accent-green:#1b6e4b;--accent-green-bg:#e8f5ef;--accent-purple:#7c3aed;--accent-purple-bg:#f3e8ff;--accent-orange:#ea580c;--accent-orange-bg:#fff7ed;--accent-blue:#2563eb;--accent-blue-bg:#eff6ff;--accent-teal:#0d9488;--accent-teal-bg:#ecfdf5;--accent-red:#dc2626;--accent-red-bg:#fef2f2;--accent-gold:#d97706;--accent-gold-bg:#fffbeb;--text-main:#1e293b;--text-muted:#64748b;--text-placeholder:#94a3b8;--surface:#fff;--surface-2:#f1f5f9;--surface-3:#e8edf3;--surface-brand:#eef6f2;--border:#e2e8f0;--border-focus:var(--brand-primary);--color-success:#059669;--color-success-bg:#ecfdf5;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-warning:#d97706;--color-warning-bg:#fffbeb;--color-link:var(--brand-primary);--sidebar-bg:#0a3d36;--sidebar-bg-elevated:#0f4a42;--sidebar-border:#ffffff14;--sidebar-text:#ffffffb8;--sidebar-text-muted:#ffffff7a;--sidebar-nav-hover-bg:#ffffff14;--sidebar-nav-active-bg:#ffffff1f;--sidebar-nav-active-color:#fff;--sidebar-nav-color:var(--sidebar-text);--sidebar-accent:#4ade80;--focus-ring:0 0 0 3px #1b6e4b40;--shadow-sm:0 1px 2px #0f2e280f;--shadow-md:0 4px 16px #0f2e2814;--shadow-lg:0 12px 32px #0f2e281a;--shadow-brand:0 4px 14px #1b6e4b47;--shadow-brand-hover:0 6px 20px #1b6e4b57;--shadow-sidebar:none;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px}*{box-sizing:border-box}body{font-family:var(--font-sans);color:var(--text-main);background:var(--surface-2);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}button,input,select,textarea{font:inherit}.app-shell{grid-template-columns:260px 1fr;min-height:100vh;transition:grid-template-columns .22s;display:grid}.app-shell--sidebar-collapsed,.app-shell--pos.app-shell--sidebar-collapsed{grid-template-columns:72px 1fr}.main-panel{background:var(--surface-2);min-width:0;padding:0}.main-panel__inner{max-width:1440px;padding:24px 28px 32px}.topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:16px 28px 0;display:flex}.topbar--pos{background:var(--surface);border-bottom:1px solid var(--border);margin-bottom:0;padding:12px 20px}.topbar__intro{min-width:0}.topbar__actions{align-items:center;gap:12px;margin-left:auto;display:flex}.topbar h1{letter-spacing:-.02em;color:var(--brand-dark);margin:0;font-size:1.5rem;font-weight:700}.topbar p{color:var(--text-muted);margin:4px 0 0;font-size:.9rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:16px;padding:20px}.context-card h3{margin-top:0}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}label{font-size:.875rem;font-weight:500;display:block}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text-main);margin-top:6px;padding:10px 12px;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--border-focus);box-shadow:var(--focus-ring);outline:none}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:10px 16px;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s,box-shadow .15s}.btn:active:not(:disabled){transform:scale(.98)}.btn-primary{background:var(--brand-primary);color:#fff;box-shadow:var(--shadow-brand)}.btn-primary:hover:not(:disabled){background:var(--brand-primary-hover);box-shadow:var(--shadow-brand-hover)}.btn-ghost{background:var(--surface);color:var(--text-main);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--surface-2);border-color:var(--brand-primary-subtle);color:var(--brand-primary)}.btn-danger{background:var(--color-error);color:#fff}.btn:disabled{opacity:.55;cursor:not-allowed}.muted{color:var(--text-muted)}.toolbar{grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-bottom:12px;display:grid}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:12px 10px;font-size:.875rem}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.stat{color:var(--brand-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.status-text{color:var(--color-error);font-size:.9rem}.coming-soon-badge{background:var(--surface-2);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;padding:3px 8px;font-size:.68rem;font-weight:700;display:inline-flex}.screen-center{justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=900px){.app-shell,.app-shell--sidebar-collapsed{grid-template-columns:1fr}.topbar__actions{flex-wrap:wrap;width:100%}.main-panel__inner{padding:16px}.toolbar,.form-grid,.grid-2,.stats-grid{grid-template-columns:1fr}}.sidebar{--sidebar-width:260px;--sidebar-width-collapsed:72px;width:var(--sidebar-width);background:var(--sidebar-bg);min-height:100vh;color:var(--sidebar-text);flex-direction:column;padding:20px 14px 16px;transition:width .22s,padding .22s;display:flex;overflow:hidden}.sidebar--collapsed{width:var(--sidebar-width-collapsed);padding:20px 10px 16px}.sidebar__header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:24px;padding:0 6px;display:flex}.sidebar--collapsed .sidebar__header{flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;padding:0}.sidebar-brand{align-items:center;gap:12px;min-width:0;display:flex}.sidebar-brand--collapsed{justify-content:center;width:100%}.sidebar-brand__mark{background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 4px 12px #0003}.sidebar-brand__text{flex-direction:column;gap:2px;min-width:0;display:flex}.sidebar-brand__name{letter-spacing:-.02em;color:#fff;white-space:nowrap;font-size:1.05rem;font-weight:800}.sidebar-brand__tagline{color:var(--sidebar-text-muted);white-space:nowrap;font-size:.68rem;font-weight:500}.sidebar__toggle{border:1px solid var(--sidebar-border);background:var(--sidebar-bg-elevated);width:28px;height:28px;color:var(--sidebar-text);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.sidebar__toggle:hover{background:var(--sidebar-nav-hover-bg);color:#fff}.sidebar__toggle:focus-visible{box-shadow:0 0 0 2px var(--sidebar-accent);outline:none}.sidebar__nav{flex:1;margin:0 -2px;padding:0 2px;overflow:hidden auto}.sidebar__nav-list{flex-direction:column;gap:2px;display:flex}.sidebar__section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--sidebar-text-muted);-webkit-user-select:none;user-select:none;margin:14px 0 6px;padding:0 12px;font-size:.68rem;font-weight:600;line-height:1.2}.sidebar-nav-item{width:100%;color:var(--sidebar-nav-color);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:.88rem;font-weight:500;line-height:1.2;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar--collapsed .sidebar-nav-item{justify-content:center;gap:0;padding:10px}.sidebar-nav-item:hover:not(.sidebar-nav-item--disabled){background:var(--sidebar-nav-hover-bg);color:#fff}.sidebar-nav-item--active,.sidebar-nav-group--active>.sidebar-nav-item--parent{background:var(--sidebar-nav-active-bg);color:var(--sidebar-nav-active-color);box-shadow:inset 3px 0 0 var(--sidebar-accent);font-weight:600}.sidebar-nav-item--disabled{opacity:.55;cursor:default}.sidebar-nav-item--active .sidebar-nav-item__icon,.sidebar-nav-group--active>.sidebar-nav-item--parent .sidebar-nav-item__icon{color:var(--sidebar-accent)}.sidebar-nav-item:focus-visible{box-shadow:inset 0 0 0 2px var(--sidebar-accent);outline:none}.sidebar-nav-item__icon{color:var(--sidebar-text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.sidebar-nav-item:hover:not(.sidebar-nav-item--disabled) .sidebar-nav-item__icon,.sidebar-nav-item--active .sidebar-nav-item__icon{color:var(--sidebar-accent)}.sidebar-nav-item__label{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.sidebar-nav-item__chevron{color:var(--sidebar-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-nav-group--open .sidebar-nav-item__chevron{transform:rotate(180deg)}.sidebar-nav-group__children{flex-direction:column;gap:2px;margin:2px 0 4px;padding-left:44px;display:flex}.sidebar-sub-item{color:var(--sidebar-text-muted);border-radius:8px;padding:7px 10px;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}.sidebar-sub-item:hover{color:#fff;background:var(--sidebar-nav-hover-bg)}.sidebar-sub-item--active{color:var(--sidebar-accent);font-weight:600}.sidebar-sub-item--disabled{cursor:default;opacity:.45}.sidebar-premium{background:linear-gradient(145deg,#d9770638,#d9770614);border:1px solid #fbbf2440;border-radius:14px;flex-direction:column;gap:10px;margin:12px 4px 16px;padding:14px;display:flex}.sidebar-premium__icon{color:#fbbf24;background:#fbbf2433;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sidebar-premium__text strong{color:#fff;font-size:.9rem;display:block}.sidebar-premium__text p{color:var(--sidebar-text-muted);margin:4px 0 0;font-size:.72rem;line-height:1.35}.sidebar-premium__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;width:100%;padding:8px 12px;font-size:.78rem;font-weight:700;transition:opacity .15s}.sidebar-premium__btn:hover{opacity:.92}.sidebar-profile{border-top:1px solid var(--sidebar-border);margin-top:auto;padding-top:12px}.sidebar-profile--collapsed{justify-content:center;padding-top:12px;display:flex}.sidebar-profile__row{align-items:center;gap:10px;padding:8px 6px;display:flex}.sidebar-profile__avatar{background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.78rem;font-weight:700;display:flex}.sidebar-profile__info{flex:1;min-width:0}.sidebar-profile__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.84rem;font-weight:600;overflow:hidden}.sidebar-profile__meta{color:var(--sidebar-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:.72rem;overflow:hidden}.sidebar-profile__menu{width:28px;height:28px;color:var(--sidebar-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;font-size:1rem;line-height:1}.sidebar-profile__menu:hover{background:var(--sidebar-nav-hover-bg);color:#fff}.sidebar-profile__avatar-btn{cursor:pointer;border:none;padding:0;transition:transform .12s,box-shadow .12s}.sidebar-profile__avatar-btn:hover{transform:scale(1.04);box-shadow:0 0 0 2px #ffffff1f}.sidebar-profile__dropdown{border:1px solid var(--sidebar-border);background:var(--sidebar-bg-elevated,#0f4a40);border-radius:10px;padding:6px;box-shadow:0 12px 32px #00000047}.sidebar-profile__dropdown-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 12px;font-size:.86rem;font-weight:600;transition:background .12s,color .12s;display:block}.sidebar-profile__dropdown-item:hover{background:var(--sidebar-nav-hover-bg);color:#fff}.sidebar-profile__dropdown-item:focus-visible{box-shadow:inset 0 0 0 2px var(--sidebar-accent);outline:none}.store-selector{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:center;gap:12px;min-width:220px;max-width:320px;padding:10px 14px;display:flex;box-shadow:0 1px 2px #1832300f}.store-selector--switchable{background:var(--surface-brand);border-color:var(--brand-primary-subtle)}.store-selector--loading,.store-selector--empty{background:var(--surface-2)}.store-selector--error{background:var(--color-error-bg);border-color:#fecaca}.store-selector__icon{background:var(--brand-primary-muted);width:36px;height:36px;color:var(--brand-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.store-selector__content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.store-selector__label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:600}.store-selector__name,.store-selector__value{color:var(--brand-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.store-selector__select{width:100%;color:var(--brand-dark);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2333765A' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") 100% no-repeat;border:none;padding:4px 28px 4px 0;font-size:.95rem;font-weight:700}.store-selector__select:focus{box-shadow:var(--focus-ring);border-radius:6px;outline:none}.store-selector--error .store-selector__value{color:var(--color-error);font-weight:500}@media (width<=900px){.store-selector{width:100%;max-width:none}}.login-page{background:var(--surface);min-height:100vh;color:var(--text-main)}.login-split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-brand-panel{background:var(--surface-brand);flex-direction:column;padding:2.5rem 3rem;display:flex;position:relative;overflow:hidden}.login-brand-panel:before{content:"";background:radial-gradient(circle, var(--brand-primary-subtle) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:280px;height:280px;position:absolute;top:-120px;right:-80px}.login-brand-header{z-index:1;align-items:center;gap:.65rem;display:flex;position:relative}.login-brand-icon{background:linear-gradient(135deg, var(--brand-primary-light) 0%, var(--brand-primary) 100%);width:36px;height:36px;box-shadow:var(--shadow-brand);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.login-brand-name{letter-spacing:-.02em;color:var(--brand-dark);margin:0;font-size:1.35rem;font-weight:700}.login-hero{text-align:center;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;padding:2rem 0;display:flex;position:relative}.login-hero-illustration{width:min(100%,380px);height:auto;animation:6s ease-in-out infinite login-float}@keyframes login-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.login-hero-title{letter-spacing:-.02em;max-width:22rem;color:var(--brand-dark);margin:0;font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;line-height:1.35;animation:.45s login-fade-in}@keyframes login-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.login-carousel-dots{z-index:1;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding-bottom:.5rem;display:flex;position:relative}.login-carousel-dot{cursor:pointer;background:var(--brand-primary-subtle);border:none;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.login-carousel-dot.active{background:var(--brand-primary);width:28px}.login-form-panel{background:var(--surface);flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 3rem;display:flex}.login-form-wrap{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:400px;display:flex}.login-form-header{margin-bottom:2rem}.login-form-header h1{letter-spacing:-.03em;color:var(--text-main);margin:0 0 .5rem;font-size:2rem;font-weight:700}.login-form-header p{color:var(--text-muted);margin:0;font-size:.95rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.login-field label{color:var(--text-main);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.login-input-wrap{position:relative}.login-input-wrap input{background:var(--surface-2);width:100%;color:var(--text-main);border:2px solid #0000;border-radius:10px;margin:0;padding:.95rem 2.75rem .95rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s,background .2s}.login-input-wrap input::placeholder{color:var(--text-placeholder)}.login-input-wrap input:hover{background:var(--brand-primary-muted)}.login-input-wrap input:focus{border-color:var(--border-focus);background:var(--surface);box-shadow:var(--focus-ring);outline:none}.login-toggle-visibility{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:color .15s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.login-toggle-visibility:hover{color:var(--brand-primary)}.login-message{border-radius:8px;margin:0;padding:.65rem .85rem;font-size:.875rem;line-height:1.4}.login-message.success{color:var(--color-success);background:var(--color-success-bg)}.login-message.error{color:var(--color-error);background:var(--color-error-bg)}.login-submit{background:var(--brand-primary);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-brand);border:none;border-radius:10px;margin-top:.25rem;padding:.95rem 1.25rem;font-size:1rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s}.login-submit:hover:not(:disabled){background:var(--brand-primary-hover);box-shadow:var(--shadow-brand-hover);transform:translateY(-1px)}.login-submit:active:not(:disabled){transform:translateY(0)}.login-submit:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.login-secondary-actions{flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-top:.25rem;display:flex}.login-text-btn{color:var(--color-link);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500;text-decoration:none}.login-text-btn:hover{color:var(--brand-primary-hover);text-decoration:underline}.login-text-btn.muted{color:var(--text-muted)}.login-text-btn.muted:hover{color:var(--text-main)}.login-footer{text-align:center;color:var(--text-muted);margin-top:auto;padding-top:2rem;font-size:.8rem}@media (width<=960px){.login-split{grid-template-columns:1fr}.login-brand-panel{min-height:auto;padding:1.75rem 1.5rem 1.25rem}.login-hero{gap:1.25rem;padding:1rem 0}.login-hero-illustration{width:min(280px,75vw)}.login-hero-title{font-size:1.2rem}.login-carousel-dots{margin-top:1rem}.login-form-panel{padding:2rem 1.5rem 2.5rem}}@media (width<=480px){.login-form-header h1{font-size:1.65rem}.login-brand-panel,.login-form-panel{padding-left:1.25rem;padding-right:1.25rem}}.dashboard{max-width:1440px;padding:24px 28px 40px}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.dashboard-header__intro h1{letter-spacing:-.03em;color:var(--brand-dark);margin:0;font-size:1.75rem;font-weight:800}.dashboard-header__intro p{color:var(--text-muted);margin:6px 0 0;font-size:.95rem}.dashboard-header__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dashboard-date{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-main);box-shadow:var(--shadow-sm);align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;font-weight:600;display:flex}.dashboard-notify{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:42px;height:42px;color:var(--text-muted);cursor:pointer;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex;position:relative}.dashboard-notify__badge{background:var(--color-error);color:#fff;text-align:center;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:16px;position:absolute;top:6px;right:6px}.dashboard-error{border-radius:var(--radius-sm);background:var(--color-error-bg);color:var(--color-error);margin:0 0 16px;padding:10px 14px;font-size:.9rem}.dashboard-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.dash-metric{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-direction:column;gap:6px;min-width:0;padding:16px;display:flex}.dash-metric__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.dash-metric__icon{font-size:1.1rem;line-height:1}.dash-metric__label{color:var(--text-muted);margin:0;font-size:.78rem;font-weight:600}.dash-metric__value{letter-spacing:-.02em;color:var(--text-main);margin:0;font-size:1.35rem;font-weight:800}.dash-sparkline{opacity:.85;width:100%;height:28px;margin-top:4px}.dash-metric__trend{color:var(--text-muted);margin:0;font-size:.72rem}.dash-metric__trend--up{color:var(--color-success)}.dash-metric--green{border-top:3px solid var(--accent-green)}.dash-metric--purple{border-top:3px solid var(--accent-purple)}.dash-metric--orange{border-top:3px solid var(--accent-orange)}.dash-metric--blue{border-top:3px solid var(--accent-blue)}.dash-metric--teal{border-top:3px solid var(--accent-teal)}.dash-metric--red{border-top:3px solid var(--accent-red)}.dashboard-middle{grid-template-columns:1.4fr 1fr .9fr;gap:16px;margin-bottom:20px;display:grid}.dashboard-tables{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);min-width:0;padding:18px}.dash-card__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.dash-card__head h2{color:var(--brand-dark);margin:0;font-size:1rem;font-weight:700}.dash-card__link{color:var(--brand-primary);font-size:.8rem;font-weight:600;text-decoration:none}.dash-card__link:hover{text-decoration:underline}.dash-chart-placeholder{border-radius:var(--radius-md);background:var(--surface-2);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:20px;display:flex}.dash-chart-placeholder__bars{align-items:flex-end;gap:10px;width:100%;max-width:320px;height:120px;margin-bottom:16px;display:flex}.dash-chart-placeholder__bars span{background:linear-gradient(180deg, var(--brand-primary-light), var(--brand-primary));opacity:.35;border-radius:6px 6px 2px 2px;flex:1}.dash-chart-placeholder p{color:var(--text-muted);margin:0;font-size:.85rem}.dash-table{width:100%}.dash-table th{padding:8px 6px;font-size:.72rem}.dash-table td{vertical-align:middle;padding:10px 6px}.dash-table__product{align-items:center;gap:8px;display:flex}.dash-table__thumb{background:var(--accent-teal-bg);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.dash-table__avatar{background:var(--accent-blue-bg);width:28px;height:28px;color:var(--accent-blue);vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;margin-right:8px;font-size:.75rem;font-weight:700;display:inline-flex}.dash-badge{border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:700;display:inline-flex}.dash-badge--low{background:var(--accent-red-bg);color:var(--accent-red)}.dash-empty{text-align:center;color:var(--text-muted);margin:0;padding:24px 12px;font-size:.88rem}.dash-empty a{color:var(--brand-primary);font-weight:600}.dash-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dash-action{border-radius:var(--radius-md);color:var(--text-main);cursor:pointer;border:none;flex-direction:column;align-items:flex-start;gap:4px;padding:12px;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex}.dash-action:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-1px)}.dash-action:disabled{opacity:.7;cursor:default}.dash-action small{color:var(--text-muted);text-transform:uppercase;font-size:.65rem;font-weight:600}.dash-action__icon{font-size:1.1rem;line-height:1}.dash-action--green{background:var(--accent-green-bg);color:#14532d}.dash-action--blue{background:var(--accent-blue-bg);color:#1e40af}.dash-action--teal{background:var(--accent-teal-bg);color:#115e59}.dash-action--orange{background:var(--accent-orange-bg);color:#9a3412}.dash-action--red{background:var(--accent-red-bg);color:#991b1b}.dash-action--purple{background:var(--accent-purple-bg);color:#5b21b6}.dashboard-finance{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.dash-finance{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:16px 18px;display:flex}.dash-finance__icon{font-size:1.4rem;line-height:1}.dash-finance>div{flex:1;min-width:0}.dash-finance__label{color:var(--text-muted);margin:0;font-size:.78rem;font-weight:600}.dash-finance__value{color:var(--text-main);margin:4px 0 0;font-size:1rem;font-weight:800}.dash-finance__link{color:var(--brand-primary);white-space:nowrap;font-size:.75rem;font-weight:600}.dash-finance--green{border-left:4px solid var(--accent-green)}.dash-finance--blue{border-left:4px solid var(--accent-blue)}.dash-finance--orange{border-left:4px solid var(--accent-orange)}.dash-finance--red{border-left:4px solid var(--accent-red)}@media (width<=1280px){.dashboard-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-middle{grid-template-columns:1fr 1fr}.dash-card--actions{grid-column:1/-1}.dashboard-tables{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.dashboard{padding:16px}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-middle,.dashboard-tables,.dashboard-finance{grid-template-columns:1fr}.dashboard-header__actions{width:100%}}@media (width<=520px){.dashboard-metrics{grid-template-columns:1fr}}.party-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#18323073;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.party-modal{border:1px solid var(--border);background:var(--surface);border-radius:16px;flex-direction:column;width:min(1080px,100vw - 24px);max-height:calc(100vh - 24px);display:flex;overflow:hidden;box-shadow:0 24px 48px #1832302e}.party-modal--compact{width:min(480px,100vw - 24px)}.party-modal--pos-customer{width:min(520px,100vw - 24px)}.party-modal__header{border-bottom:1px solid var(--border);background:var(--surface-brand);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 20px;display:flex}.party-modal__header h3{color:var(--brand-dark);margin:0;font-size:1.2rem;font-weight:700}.party-modal__header p{color:var(--text-muted);margin:4px 0 0;font-size:.85rem}.party-modal__close{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-muted);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.party-modal__close:hover:not(:disabled){background:var(--brand-primary-muted);border-color:var(--brand-primary-subtle);color:var(--brand-primary)}.party-modal__close:focus-visible{box-shadow:var(--focus-ring);outline:none}.party-modal__close:disabled{opacity:.6;cursor:not-allowed}.party-modal__form{flex-direction:column;flex:1;min-height:0;display:flex}.party-modal__body{flex-direction:column;gap:14px;padding:16px 20px 10px;display:flex;overflow:visible}.party-modal__error{color:var(--color-error);background:var(--color-error-bg);border-radius:8px;margin:0;padding:8px 12px;font-size:.88rem}.party-modal__section h4{color:var(--brand-dark);margin:0;font-size:.95rem;font-weight:700}.party-modal__section-head{border-bottom:2px solid var(--brand-primary-subtle);justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding-bottom:8px;display:flex}.party-modal__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.party-modal__section{flex-direction:column;gap:10px;display:flex}.party-modal__section>h4{border-bottom:2px solid var(--brand-primary-subtle);margin-bottom:10px;padding-bottom:8px}.party-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.party-modal__grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.party-modal__field{flex-direction:column;gap:5px;display:flex}.party-modal__field--full{grid-column:1/-1}.party-modal__field--span-2{grid-column:span 2}.party-modal__field label{color:var(--text-main);font-size:.82rem;font-weight:500}.party-modal__field input,.party-modal__field select,.party-modal__field textarea{background:var(--surface-2);width:100%;color:var(--text-main);font:inherit;border:2px solid #0000;border-radius:8px;margin:0;padding:.62rem .85rem;transition:background .15s,border-color .15s,box-shadow .15s}.party-modal__field input:hover,.party-modal__field select:hover,.party-modal__field textarea:hover{background:var(--brand-primary-muted)}.party-modal__field input:focus,.party-modal__field select:focus,.party-modal__field textarea:focus{border-color:var(--border-focus);background:var(--surface);box-shadow:var(--focus-ring);outline:none}.party-modal__field input:disabled,.party-modal__field select:disabled,.party-modal__field textarea:disabled{opacity:.65;cursor:not-allowed}.party-modal__field textarea{resize:vertical;min-height:0}.party-modal__header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.party-modal__print-barcode-btn{border:1px solid var(--brand-primary-subtle);background:var(--brand-primary-muted);color:var(--brand-primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.party-modal__print-barcode-btn:hover:not(:disabled){background:var(--brand-primary-subtle);color:var(--brand-primary-hover);border-color:var(--brand-primary-light)}.party-modal__print-barcode-btn:focus-visible{box-shadow:var(--focus-ring);outline:none}.party-modal__print-barcode-btn:disabled{opacity:.55;cursor:not-allowed}.party-modal__input-group{align-items:stretch;display:flex}.party-modal__input-group input{border-right:1px solid var(--border);border-top-right-radius:0;border-bottom-right-radius:0;flex:1;min-width:0}.party-modal__input-group:focus-within input{border-right-color:var(--border-focus);z-index:1}.party-modal__input-group-btn{background:var(--brand-primary-muted);color:var(--brand-primary);cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:0 8px 8px 0;flex-shrink:0;padding:.62rem .85rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.party-modal__input-group-btn:hover:not(:disabled){background:var(--brand-primary-subtle);color:var(--brand-primary-hover)}.party-modal__input-group-btn:focus-visible{box-shadow:var(--focus-ring);outline:none}.party-modal__input-group-btn:disabled{opacity:.6;cursor:not-allowed}.party-modal__gst-row{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.party-modal__fetch-btn{white-space:nowrap;min-width:88px;padding-inline:12px}.party-modal__gst-message{border-radius:8px;margin:0;padding:6px 8px;font-size:.78rem}.party-modal__gst-message--success{color:var(--color-success);background:var(--color-success-bg)}.party-modal__gst-message--error{color:var(--color-error);background:var(--color-error-bg)}.party-modal__checkbox{background:var(--surface-2);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex}.party-modal__checkbox--inline{flex-shrink:0;margin:0;padding:6px 10px}.party-modal__checkbox--footer{margin:0}.party-modal__checkbox:hover{background:var(--brand-primary-muted)}.party-modal__checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand-primary);cursor:pointer;margin:0}.party-modal__checkbox span{font-size:.84rem;font-weight:500}.party-modal__footer{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:flex-end;gap:10px;padding:12px 20px;display:flex}.party-modal__footer .btn-primary{box-shadow:var(--shadow-brand)}.party-modal__footer .btn-primary:hover:not(:disabled){background:var(--brand-primary-hover);box-shadow:var(--shadow-brand-hover)}@media (width<=900px){.party-modal-overlay{align-items:stretch;padding:0}.party-modal{border:none;border-radius:0;width:100%;max-height:100vh}.party-modal__body{overflow-y:auto}.party-modal__grid,.party-modal__grid--compact,.party-modal__columns,.party-modal__gst-row{grid-template-columns:1fr}.party-modal__field--span-2{grid-column:auto}.party-modal__section-head,.party-modal__header-actions{flex-direction:column;align-items:flex-start}.party-modal__print-barcode-btn{justify-content:center;width:100%}.party-modal__input-group{flex-direction:column}.party-modal__input-group input{border-right:2px solid #0000;border-radius:8px}.party-modal__input-group-btn{border-radius:8px;width:100%}.party-modal__fetch-btn{width:100%}.party-modal__footer{flex-direction:column-reverse}.party-modal__footer .btn{width:100%}}.party-modal__required{color:var(--color-error)}.party-modal__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.bank-account-modal{max-width:720px}.bank-account-modal__toggle-row{border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text-main);justify-content:space-between;align-items:center;margin:8px 0 12px;padding:10px 0;font-weight:600;display:flex}.bank-account-modal__switch{width:44px;height:24px;display:inline-flex;position:relative}.bank-account-modal__switch input{opacity:0;width:0;height:0}.bank-account-modal__switch span{cursor:pointer;background:#cbd5e1;border-radius:999px;transition:background .2s;position:absolute;inset:0}.bank-account-modal__switch span:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.bank-account-modal__switch input:checked+span{background:var(--brand-primary)}.bank-account-modal__switch input:checked+span:before{transform:translate(20px)}.bank-account-modal__bank-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;display:grid}.bank-account-modal__field-error{color:var(--color-error);grid-column:1/-1;margin:0;font-size:.8rem}.payment-qr-modal__upload input{margin-top:6px}.payment-qr-modal__preview{object-fit:contain;border:1px solid var(--border);border-radius:6px;max-width:120px;max-height:120px}@media (width<=700px){.party-modal__grid--2,.bank-account-modal__bank-grid{grid-template-columns:1fr}}.party-detail{flex-direction:column;min-height:560px;padding:0;display:flex}.party-detail--empty{color:var(--text-muted);padding:24px}.party-detail__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.party-detail__header h3{color:var(--brand-dark);margin:0;font-size:1.35rem}.party-detail__header p{color:var(--text-muted);margin:6px 0 0;font-size:.9rem}.party-detail__header-actions{flex-wrap:wrap;gap:8px;display:flex}.party-detail__tabs{border-bottom:1px solid var(--border);gap:0;padding:0 12px;display:flex;overflow-x:auto}.party-detail__tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 16px;font-size:.92rem}.party-detail__tab.is-active{color:var(--brand-primary);border-bottom-color:var(--brand-primary);font-weight:700}.party-detail__filters{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:14px 20px;display:flex}.party-detail__filters label,.party-detail__filters select{align-items:center;gap:8px;display:flex}.party-detail__filters select{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:8px 10px}.party-detail__filter-actions{margin-left:auto}.party-detail__error{color:var(--color-error);background:var(--color-error-bg);margin:0;padding:12px 20px}.party-detail__panel{padding:0 20px 20px;overflow-x:auto}.party-detail__kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 0;display:grid}.party-detail__kpis article{border:1px solid var(--border);border-radius:var(--radius-md);background:#fafafa;padding:14px 16px}.party-detail__kpis article span{color:var(--text-muted);margin-bottom:6px;font-size:.78rem;display:block}.party-detail__kpis article strong{color:var(--brand-dark);font-size:1.2rem}.party-detail__kpis article.is-overdue span,.party-detail__kpis article.is-overdue strong{color:#c2410c}.party-detail__table{border-collapse:collapse;width:100%;font-size:.9rem}.party-detail__table th,.party-detail__table td{text-align:left;border-bottom:1px solid #eef0f2;padding:12px 10px}.party-detail__table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:#f9fafb;font-size:.76rem}.party-detail__num{text-align:right;white-space:nowrap}.party-detail__link{color:var(--brand-primary);font-weight:600;text-decoration:none}.party-detail__link:hover{text-decoration:underline}.party-detail__status{border-radius:999px;padding:4px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.party-detail__status--paid{color:#15803d;background:#dcfce7}.party-detail__status--partial,.party-detail__status--unpaid{color:#b91c1c;background:#fee2e2}.party-detail__status--overdue{color:#c2410c;background:#ffedd5}.party-detail__empty,.party-detail__items-total{color:var(--text-muted);padding:20px 0}.party-detail__profile{padding:20px}.party-detail__profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.party-detail__profile-grid span{color:var(--text-muted);margin-bottom:4px;font-size:.78rem;display:block}.party-detail__profile-grid strong{color:var(--brand-dark)}.party-detail__profile-wide{grid-column:1/-1}.party-detail__profile-actions{margin-top:18px}@media (width<=980px){.party-detail__kpis,.party-detail__profile-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.party-detail__kpis,.party-detail__profile-grid{grid-template-columns:1fr}}.parties-page{flex-direction:column;gap:16px;padding:24px 28px 32px;display:flex}.parties-page__header-card{padding:18px 20px}.parties-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.parties-page__header h2{letter-spacing:-.03em;color:var(--brand-dark);margin:0;font-size:1.75rem;font-weight:800}.parties-page__header p{color:var(--text-muted);margin:6px 0 0;font-size:.95rem}.parties-page__header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.parties-page__alert{border-radius:var(--radius-md);padding:12px 16px;font-size:.9rem}.parties-page__alert--error{background:var(--color-error-bg);color:var(--color-error)}.parties-page__alert--success{background:var(--color-success-bg);color:var(--color-success)}.parties-page__layout{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:16px;display:grid}@media (width<=980px){.parties-page__layout{grid-template-columns:1fr}}.parties-page__sidebar{flex-direction:column;gap:10px;padding:14px;display:flex}.parties-page__search{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;align-items:center;gap:8px;padding:0 12px;display:flex}.parties-page__search input{background:0 0;border:none;outline:none;width:100%;padding:10px 0}.parties-page__type-filter select{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;width:100%;padding:10px 12px}.parties-page__refresh{align-self:flex-start}.parties-page__party-list{flex-direction:column;gap:8px;max-height:calc(100vh - 280px);display:flex;overflow-y:auto}.parties-page__party-row{border-radius:var(--radius-md);text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;display:flex}.parties-page__party-row:hover{background:#f8fafc;border-color:#c7d2fe}.parties-page__party-row.is-active{border-color:var(--brand-primary,#4f46e5);background:#eef2ff}.parties-page__party-row div:first-child{flex-direction:column;gap:2px;display:flex}.parties-page__party-row strong{color:var(--brand-dark)}.parties-page__party-row span{color:var(--text-muted);font-size:.8rem}.parties-page__party-balance{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.parties-page__party-balance strong{color:var(--brand-dark)}.parties-page__party-balance span{color:var(--text-muted);font-size:.72rem}.parties-page__empty{color:var(--text-muted);padding:12px 4px;font-size:.9rem}.categories-page{flex-direction:column;gap:1rem;display:flex}.categories-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.categories-page__header h2{margin:0 0 .25rem}.categories-page__header p{color:#64748b;margin:0}.categories-page__header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.categories-page__alert{color:#047857;background:#ecfdf5;border-radius:8px;padding:.75rem 1rem}.categories-page__alert--error{color:#b91c1c;background:#fef2f2}.categories-page__toolbar{padding:.75rem 1rem}.categories-page__toolbar input{width:100%;max-width:320px}.categories-page__table-card{padding:0;overflow:hidden}.categories-page__table{border-collapse:collapse;width:100%}.categories-page__table th,.categories-page__table td{border-bottom:1px solid var(--border-color,#e5e7eb);text-align:left;padding:.75rem 1rem}.categories-page__table th{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:.8rem}.categories-page__actions{justify-content:flex-end;gap:.35rem;display:flex}.categories-page__badge{color:#64748b;background:#f1f5f9;border-radius:4px;margin-left:.5rem;padding:.1rem .4rem;font-size:.7rem}.categories-page__empty{text-align:center;color:#64748b;padding:2rem}.categories-page__reassign{padding:1rem 1.25rem}.categories-page__reassign h3{margin:0 0 .35rem}.categories-page__reassign-row{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.categories-page__reassign-row select{min-width:220px}.categories-page__modal{max-width:420px}.categories-page__checkbox{align-items:center;gap:.5rem;display:flex}@media (width<=768px){.categories-page__header{flex-direction:column}}.search-select{flex-direction:column;gap:5px;display:flex;position:relative}.search-select__label{color:var(--text-main);font-size:.82rem;font-weight:500}.search-select__control{position:relative}.search-select__input{background:var(--surface-2);width:100%;color:var(--text-main);font:inherit;border:2px solid #0000;border-radius:8px;margin:0;padding:.62rem 2.4rem .62rem .85rem;transition:background .15s,border-color .15s,box-shadow .15s}.search-select__input:hover{background:var(--brand-primary-muted)}.search-select__input:focus{border-color:var(--border-focus);background:var(--surface);box-shadow:var(--focus-ring);outline:none}.search-select__toggle{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.search-select__toggle:hover:not(:disabled){background:var(--brand-primary-muted);color:var(--brand-primary)}.search-select__menu{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:10px;max-height:220px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 28px #18323024}.search-select__option{width:100%;color:var(--text-main);text-align:left;cursor:pointer;font:inherit;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;display:flex}.search-select__option small{color:var(--text-muted);font-size:.75rem}.search-select__option:hover,.search-select__option--active{background:var(--brand-primary-muted);color:var(--brand-primary)}.search-select__option--add{color:var(--brand-primary);font-weight:600}.search-select__option--add:hover{background:var(--brand-primary-muted)}.search-select__menu--portal{position:fixed}.search-select__empty{color:var(--text-muted);padding:10px;font-size:.82rem}.search-select--disabled .search-select__input{opacity:.65;cursor:not-allowed}.product-thumb{background:linear-gradient(145deg, var(--brand-primary-muted), var(--brand-primary-subtle));color:var(--brand-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-thumb--sm{border-radius:10px;width:44px;height:44px;font-size:.95rem}.product-thumb--md{width:56px;height:56px;font-size:1.15rem}.product-thumb--lg{background:linear-gradient(160deg, #f0f7f4 0%, var(--brand-primary-muted) 55%, var(--brand-primary-subtle) 100%);border-radius:0;width:100%;height:128px;font-size:1.75rem}.product-thumb--lg span{opacity:.55;letter-spacing:-.04em;font-size:2rem;font-weight:800}.product-thumb--cart{border-radius:10px;width:48px;height:48px;font-size:1rem}.products-page{flex-direction:column;gap:16px;padding:24px 28px 32px;display:flex}.products-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.products-page__header h2{letter-spacing:-.03em;color:var(--brand-dark);margin:0;font-size:1.75rem;font-weight:700}.products-page__header p{color:var(--text-muted);margin:6px 0 0;font-size:.92rem}.products-list-card{border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1832300a}.products-toolbar{border-bottom:1px solid var(--border);background:var(--surface-brand);grid-template-columns:2fr 1fr 1fr auto;align-items:end;gap:12px;padding:16px;display:grid}.products-field label{color:var(--text-main);margin-bottom:6px;font-size:.82rem;font-weight:500;display:block}.products-results-bar{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px 0;font-size:.85rem;display:flex}.products-list-tabs{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:4px;display:inline-flex}.products-list-tabs__btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:9px;padding:8px 14px;font-size:.85rem;font-weight:600}.products-list-tabs__btn--active{background:var(--brand-primary);color:#fff;box-shadow:0 4px 12px #1832301f}.products-low-stock-badge{color:#e65100;white-space:nowrap;background:#fff3e0;border-radius:999px;align-items:center;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.products-card__title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.products-card__title-row h3{margin:0}.products-view-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:4px;display:inline-flex}.products-view-toggle__btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:9px;padding:8px 14px;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.products-view-toggle__btn--active{background:var(--surface);color:var(--brand-primary);box-shadow:0 2px 8px #18323014}.products-type-badge{background:var(--brand-primary-muted);color:var(--brand-primary);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-block}.products-type-badge--overlay{position:absolute;top:10px;left:10px;box-shadow:0 2px 8px #1832301a}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;padding:16px;display:grid}.products-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;flex-direction:column;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden}.products-card:hover{border-color:var(--brand-primary-subtle);transform:translateY(-2px);box-shadow:0 10px 24px #18323014}.products-card__media{background:var(--surface-2);position:relative}.products-card__body{flex-direction:column;gap:8px;padding:14px;display:flex}.products-card__body h3{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.products-card__desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;display:-webkit-box;overflow:hidden}.products-card__meta{flex-wrap:wrap;gap:6px;display:flex}.products-card__meta span{color:var(--text-muted);background:var(--surface-2);border-radius:999px;padding:3px 8px;font-size:.72rem}.products-card__prices{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:4px;display:grid}.products-card__prices small{color:var(--text-muted);margin-bottom:2px;font-size:.68rem;display:block}.products-card__prices strong{color:var(--text-main);font-size:.82rem}.products-card__sell{color:var(--brand-primary)!important}.products-card__actions{gap:8px;margin-top:4px;display:flex}.products-card__actions .btn{flex:1}.products-list{flex-direction:column;gap:10px;padding:16px;display:flex}.products-row{border:1px solid var(--border);background:var(--surface);border-radius:14px;grid-template-columns:56px 1fr auto;align-items:center;gap:14px;padding:14px;transition:background .15s,border-color .15s,box-shadow .15s;display:grid}.products-row:hover{background:var(--surface-brand);border-color:var(--brand-primary-subtle);box-shadow:0 6px 18px #1832300f}.products-row__title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.products-row__info h3{color:var(--text-main);margin:0;font-size:.95rem;font-weight:700}.products-row__desc{color:var(--text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:4px 0 0;font-size:.8rem;display:-webkit-box;overflow:hidden}.products-row__meta{color:var(--text-muted);margin:4px 0 0;font-size:.78rem}.products-row__prices{align-items:center;gap:12px;margin-top:6px;font-size:.82rem;display:flex}.products-row__prices span{color:var(--text-muted)}.products-row__prices strong{color:var(--brand-primary);font-size:.95rem}.products-row__actions{flex-direction:column;gap:8px;display:flex}.products-empty{text-align:center;color:var(--text-muted);padding:40px 16px}.products-status{border-radius:10px;margin:0 16px;padding:10px 14px;font-size:.9rem}.products-status--error{color:var(--color-error);background:var(--color-error-bg)}.products-status--success{color:var(--color-success);background:var(--color-success-bg)}@media (width<=900px){.products-toolbar{grid-template-columns:1fr}.products-results-bar{flex-direction:column;align-items:flex-start}}@media (width<=700px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.products-row{grid-template-columns:48px 1fr}.products-row__actions{flex-direction:row;grid-column:1/-1}}.barcode-designer{flex-direction:column;gap:20px;display:flex}.barcode-designer__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.barcode-designer__header h2{letter-spacing:-.03em;color:var(--brand-dark);margin:0;font-size:1.75rem;font-weight:700}.barcode-designer__header p{color:var(--text-muted);margin:6px 0 0;font-size:.92rem}.barcode-designer__steps{flex-wrap:wrap;gap:8px;display:flex}.barcode-designer__step{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.barcode-designer__step:hover{background:var(--surface-brand)}.barcode-designer__step--active{border-color:var(--brand-primary);background:var(--brand-primary-muted);color:var(--brand-primary)}.barcode-designer__step--done{color:var(--brand-dark)}.barcode-designer__step-index{background:var(--surface-2);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:inline-flex}.barcode-designer__step--active .barcode-designer__step-index{background:var(--brand-primary);color:#fff}.barcode-designer__body{grid-template-columns:minmax(280px,420px) 1fr;align-items:start;gap:20px;display:grid}.barcode-designer__panel{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:18px}.barcode-designer__panel--config{flex-direction:column;gap:18px;display:flex}.barcode-designer__panel--preview h3{color:var(--brand-dark);margin:0 0 14px;font-size:1.05rem;font-weight:700}.barcode-designer__section h4{color:var(--brand-dark);margin:0 0 10px;font-size:.95rem;font-weight:600}.barcode-designer__label{color:var(--text-main);margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.barcode-designer__select,.barcode-designer__custom-grid input{background:var(--surface-2);width:100%;color:var(--text-main);border:1px solid #0000;border-radius:8px;padding:.75rem .9rem;transition:background .15s,box-shadow .15s,border-color .15s}.barcode-designer__select:hover,.barcode-designer__custom-grid input:hover{background:var(--brand-primary-muted)}.barcode-designer__select:focus-visible,.barcode-designer__custom-grid input:focus-visible{border-color:var(--border-focus);box-shadow:var(--focus-ring);outline:none}.barcode-designer__hint{color:var(--text-muted);margin:8px 0 0;font-size:.85rem}.barcode-designer__custom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.barcode-designer__custom-grid label{color:var(--text-muted);margin-bottom:6px;font-size:.8rem;font-weight:500;display:block}.barcode-designer__single-preview{border:2px dashed var(--border);background:var(--surface-2);border-radius:12px;justify-content:center;align-items:center;min-height:220px;padding:24px;display:flex}.barcode-designer__items-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.barcode-designer__items-header h4{margin:0}.barcode-designer__items-header span{color:var(--brand-primary);font-size:.85rem;font-weight:600}.barcode-designer__items{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.barcode-designer__item{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.barcode-designer__item-check{cursor:pointer;align-items:center;gap:10px;display:flex}.barcode-designer__item-check input{width:16px;height:16px;accent-color:var(--brand-primary)}.barcode-designer__item-check span{flex-direction:column;gap:2px;display:flex}.barcode-designer__item-check strong{color:var(--brand-dark);font-size:.9rem}.barcode-designer__item-check small{color:var(--text-muted);font-size:.78rem}.barcode-designer__qty{align-items:center;gap:4px;display:inline-flex}.barcode-designer__qty button{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--text-main);cursor:pointer;border-radius:8px}.barcode-designer__qty button:hover{background:var(--brand-primary-muted);border-color:var(--brand-primary-subtle)}.barcode-designer__qty input{border:1px solid var(--border);text-align:center;background:var(--surface);border-radius:8px;width:48px;padding:4px 6px}.barcode-designer__item-remove{width:32px;height:32px;color:var(--color-error);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.barcode-designer__item-remove:hover{background:var(--color-error-bg)}.barcode-designer__print-btn{justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;display:inline-flex}.barcode-designer__empty{color:var(--text-muted);margin:0;font-size:.9rem}.barcode-designer__footer{justify-content:space-between;gap:12px;padding-top:4px;display:flex}.barcode-designer__print-area{z-index:-1;pointer-events:none;visibility:hidden;width:210mm;position:fixed;top:0;left:0;overflow:visible}.barcode-designer__print-area--active{visibility:visible;z-index:9999;background:#fff}.label-field-selector__presets{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:16px;display:grid}.label-field-selector__preset{border:2px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:10px 8px;transition:border-color .15s,background .15s;display:flex;position:relative}.label-field-selector__preset:hover{border-color:var(--brand-primary-subtle);background:var(--surface-brand)}.label-field-selector__preset--active{border-color:var(--brand-primary);background:var(--brand-primary-muted)}.label-field-selector__preset-icon{border:1px solid var(--border);background:var(--surface);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:52px;height:44px;display:flex}.label-field-selector__preset-bar{background:repeating-linear-gradient(90deg, var(--text-main) 0, var(--text-main) 2px, transparent 2px, transparent 4px);border-radius:2px;width:70%;height:10px;display:block}.label-field-selector__preset-lines{flex-direction:column;gap:2px;width:70%;display:flex}.label-field-selector__preset-lines span{background:var(--text-muted);border-radius:2px;height:3px;display:block}.label-field-selector__preset-label{text-align:center;color:var(--text-main);font-size:.72rem;font-weight:600;line-height:1.2}.label-field-selector__preset-check{background:var(--brand-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:absolute;top:6px;right:6px}.label-field-selector__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.label-field-selector__header h4{margin:0;font-size:.95rem;font-weight:600}.label-field-selector__count{color:var(--brand-primary);font-size:.8rem;font-weight:600}.label-field-selector__list{flex-direction:column;gap:8px;display:flex}.label-field-selector__row{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:8px;padding:8px 10px;display:grid}.label-field-selector__row--dragging{opacity:.85;box-shadow:0 8px 20px #1832301f}.label-field-selector__drag{width:28px;height:28px;color:var(--text-muted);cursor:grab;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.label-field-selector__drag:active{cursor:grabbing}.label-field-selector__index{color:var(--brand-primary);font-size:.8rem;font-weight:700}.label-field-selector__select{background:var(--surface);border:1px solid #0000;border-radius:8px;width:100%;padding:.55rem .7rem}.label-field-selector__remove{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.label-field-selector__remove:hover{background:var(--color-error-bg);color:var(--color-error)}.label-field-selector__add{border:1px dashed var(--border);width:100%;color:var(--brand-primary);cursor:pointer;background:0 0;border-radius:8px;margin-top:10px;padding:.65rem 1rem;font-weight:600}.label-field-selector__add:disabled{opacity:.5;cursor:not-allowed}.label-preview{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:min(220px,100%);min-height:120px;padding:10px 8px;display:flex}.label-preview--compact,.label-preview--print{border:none;border-radius:0;gap:1px;width:100%;height:100%;min-height:0;padding:2px 3px;font-size:6px}.label-preview__field{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--brand-dark);font-size:.78rem;font-weight:600;line-height:1.2;overflow:hidden}.label-preview--compact .label-preview__field,.label-preview--print .label-preview__field{font-size:5px;font-weight:600}.label-preview__barcode-block{flex-direction:column;align-items:center;gap:2px;max-width:100%;display:flex}.label-preview__barcode-text{color:var(--text-muted);letter-spacing:.02em;font-size:.68rem}.label-preview--compact .label-preview__barcode-text,.label-preview--print .label-preview__barcode-text{font-size:4px}.barcode-renderer{justify-content:center;width:100%;max-width:100%;display:flex;overflow:visible}.barcode-renderer svg,.barcode-renderer img{width:100%;max-width:100%;height:auto;display:block}.barcode-renderer--qr{flex-direction:column;align-items:center;gap:2px}.barcode-renderer__value{color:var(--text-muted);font-size:.65rem}.a4-label-sheet{width:100%;max-width:420px;margin:0 auto}.a4-label-sheet__page{grid-template-columns:repeat(var(--sheet-cols), 1fr);grid-template-rows:repeat(var(--sheet-rows), 1fr);aspect-ratio:210/297;border:2px dashed var(--border);background:var(--surface-2);border-radius:8px;gap:2px;padding:10px;display:grid}.a4-label-sheet__cell{aspect-ratio:var(--label-aspect);background:var(--surface);border:1px solid #dbe2e8e6;border-radius:2px;justify-content:center;align-items:center;min-height:0;display:flex;overflow:visible}.a4-label-sheet__empty{background:#f4f6f8b3;width:100%;height:100%}.barcode-designer__print-area .a4-label-sheet{page-break-after:always;width:210mm;max-width:none}.barcode-designer__print-area .a4-label-sheet__page{aspect-ratio:auto;background:#fff;border:none;gap:1mm;width:100%;max-width:none;height:277mm;padding:4mm}.barcode-designer__print-area .a4-label-sheet__cell{border:.2mm solid #dbe2e8;overflow:visible}.barcode-designer__print-area .label-preview--print .label-preview__field,.barcode-designer__print-area .label-preview--compact .label-preview__field{font-size:7px}.barcode-designer__print-area .label-preview--print .label-preview__barcode-text,.barcode-designer__print-area .label-preview--compact .label-preview__barcode-text{font-size:6px}.barcode-designer__print-area .label-preview--print .barcode-renderer img,.barcode-designer__print-area .label-preview--print .barcode-renderer svg{max-height:12mm}.template-manager h4{margin:0 0 6px;font-size:.95rem;font-weight:600}.template-manager__hint{color:var(--text-muted);margin:0 0 12px;font-size:.82rem}.template-manager__save{grid-template-columns:1fr auto;gap:8px;margin-bottom:10px;display:grid}.template-manager__save input{background:var(--surface-2);border:1px solid #0000;border-radius:8px;padding:.65rem .8rem}.template-manager__save input:focus-visible{border-color:var(--border-focus);box-shadow:var(--focus-ring);outline:none}.template-manager__message{color:var(--color-success);margin:0 0 10px;font-size:.82rem}.template-manager__empty{color:var(--text-muted);margin:0;font-size:.85rem}.template-manager__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.template-manager__item{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.template-manager__item strong{color:var(--brand-dark);font-size:.88rem;display:block}.template-manager__item span{color:var(--text-muted);margin-top:2px;font-size:.75rem;display:block}.template-manager__actions{flex-shrink:0;gap:6px;display:flex}.template-manager__delete{padding:.4rem .65rem;font-size:.8rem}@media (width<=960px){.barcode-designer__body{grid-template-columns:1fr}.label-field-selector__presets{grid-template-columns:repeat(2,minmax(0,1fr))}.barcode-designer__item{grid-template-columns:1fr}}@media (width<=520px){.label-field-selector__presets{grid-template-columns:1fr 1fr}.template-manager__save{grid-template-columns:1fr}}.pos-page{--pos-primary:var(--brand-primary);--pos-primary-hover:var(--brand-primary-hover);--pos-success:var(--color-success);--pos-accent:var(--brand-primary-muted);--pos-bg:var(--surface-2);--pos-danger:var(--color-error);--pos-text:var(--text-main);--pos-muted:var(--text-muted);--pos-border:var(--border);--pos-radius:var(--radius-lg);--pos-shadow:var(--shadow-md);--pos-shadow-sm:var(--shadow-sm);background:var(--pos-bg);height:calc(100vh - 16px);min-height:0;color:var(--pos-text);font-family:var(--font-sans);flex-direction:column;gap:10px;padding:12px 14px 14px;display:flex}.app-shell--pos .main-panel{background:var(--surface-2);padding:0}.pos-topbar{background:var(--surface);border:1px solid var(--pos-border);border-radius:var(--pos-radius);min-height:72px;box-shadow:var(--pos-shadow-sm);justify-content:space-between;align-items:center;gap:16px;padding:12px 18px;display:flex}.pos-topbar__brand{align-items:center;gap:12px;min-width:0;display:flex}.pos-topbar__mark{background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;width:44px;height:44px;box-shadow:var(--shadow-brand);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pos-topbar__brand h1{letter-spacing:-.03em;color:var(--brand-dark);margin:0;font-size:1.2rem;font-weight:800;line-height:1.2}.pos-topbar__brand p{color:var(--pos-muted);white-space:nowrap;text-overflow:ellipsis;max-width:200px;margin:2px 0 0;font-size:.82rem;font-weight:500;overflow:hidden}.pos-topbar__metrics{align-items:stretch;gap:10px;display:flex}.pos-topbar__metric{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--pos-border);flex-direction:column;justify-content:center;gap:2px;min-width:100px;padding:8px 14px;display:flex}.pos-topbar__metric small{text-transform:uppercase;letter-spacing:.04em;color:var(--pos-muted);font-size:.68rem;font-weight:700}.pos-topbar__metric strong{color:var(--brand-dark);letter-spacing:-.02em;font-size:.95rem;font-weight:800}.pos-topbar__metric--green{border-top:3px solid var(--accent-green)}.pos-topbar__metric--blue{border-top:3px solid var(--accent-blue)}.pos-topbar__metric--teal{border-top:3px solid var(--accent-teal)}.pos-topbar__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.pos-topbar__order{background:var(--accent-green-bg);color:var(--pos-primary);white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:.76rem;font-weight:700}.pos-topbar__btn{border:1px solid var(--pos-border);border-radius:var(--radius-sm);background:var(--surface);color:var(--pos-text);cursor:pointer;padding:8px 14px;font-size:.84rem;font-weight:600;transition:background .12s,border-color .12s,color .12s}.pos-topbar__btn:hover:not(:disabled){background:var(--pos-accent);border-color:var(--brand-primary-subtle);color:var(--pos-primary)}.pos-topbar__btn--ghost{background:0 0}.pos-topbar__btn:disabled{opacity:.55;cursor:not-allowed}.pos-topbar .store-selector{border-radius:var(--radius-md);min-width:0;max-width:220px;padding:8px 12px}.pos-shortcuts{color:var(--pos-muted);background:var(--surface);border:1px solid var(--pos-border);border-radius:var(--radius-md);align-items:center;gap:14px;padding:6px 14px;font-size:.72rem;font-weight:500;display:flex}.pos-shortcuts kbd,.pos-search__kbd,.pos-cart__party kbd{border:1px solid var(--pos-border);background:var(--surface-2);color:var(--pos-muted);border-radius:5px;margin-right:4px;padding:2px 6px;font-size:.68rem;font-weight:700;display:inline-block}.pos-alert{border-radius:var(--pos-radius);padding:10px 14px;font-size:.88rem;font-weight:500}.pos-alert--error{color:var(--pos-danger);background:var(--color-error-bg);border:1px solid #dc262626}.pos-alert--success{color:var(--pos-success);background:var(--color-success-bg);border:1px solid #05966926}.pos-toast{z-index:200;border-radius:var(--pos-radius);background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;box-shadow:var(--shadow-brand);align-items:center;gap:8px;padding:12px 18px;font-size:.9rem;font-weight:600;animation:.28s pos-toast-in;display:flex;position:fixed;top:80px;right:calc(32% + 16px)}.pos-toast__check{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;display:flex}@keyframes pos-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pos-success-overlay{z-index:300;background:#1f293773;justify-content:center;align-items:center;animation:.2s pos-fade-in;display:flex;position:fixed;inset:0}.pos-success-overlay__card{text-align:center;border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-lg);padding:40px 48px;animation:.35s pos-scale-in}.pos-success-overlay__icon{background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;width:72px;height:72px;box-shadow:var(--shadow-brand);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:2rem;font-weight:800;display:flex}.pos-success-overlay__card h2{color:var(--pos-text);margin:0 0 8px;font-size:1.5rem}.pos-success-overlay__card p,.pos-success-overlay__amount{color:var(--pos-primary);margin:0;font-size:1.75rem;font-weight:800}.pos-success-overlay__meta{color:var(--pos-muted);margin:10px 0 0;font-size:.88rem;font-weight:500}.pos-success-overlay__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;display:flex}.pos-success-overlay__btn{border-radius:var(--radius-md);cursor:pointer;min-width:120px;padding:10px 18px;font-size:.9rem;font-weight:700;transition:background .12s,box-shadow .12s,opacity .12s}.pos-success-overlay__btn--primary{background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;box-shadow:var(--shadow-brand);border:none}.pos-success-overlay__btn--primary:hover:not(:disabled){background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));box-shadow:var(--shadow-brand-hover)}.pos-success-overlay__btn--ghost{border:1px solid var(--pos-border);background:var(--surface);color:var(--pos-text)}.pos-success-overlay__btn--ghost:hover{background:var(--surface-2)}.pos-success-overlay__btn:disabled{opacity:.7;cursor:not-allowed}@keyframes pos-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pos-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.pos-layout{flex:1;grid-template-columns:minmax(0,68fr) minmax(340px,32fr);gap:12px;min-height:0;display:grid;overflow:hidden}.pos-catalog,.pos-cart{border:1px solid var(--pos-border);border-radius:var(--pos-radius);background:var(--surface);box-shadow:var(--pos-shadow-sm);min-height:0;overflow:hidden}.pos-catalog{flex-direction:column;display:flex;overflow:hidden}.pos-search-bar{border-bottom:1px solid var(--pos-border);background:var(--surface);gap:10px;padding:12px 16px;display:flex}.pos-search--hero{border:2px solid var(--pos-border);border-radius:var(--radius-md);background:var(--surface-2);flex:1;align-items:center;gap:10px;height:48px;padding:0 16px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.pos-search--hero:focus-within{border-color:var(--pos-primary);box-shadow:var(--focus-ring);background:var(--surface)}.pos-search--hero svg{color:var(--pos-muted);flex-shrink:0}.pos-search--hero input{color:var(--pos-text);background:0 0;border:none;flex:1;margin:0;padding:0;font-size:1rem;font-weight:500}.pos-search--hero input:focus{outline:none}.pos-scan-btn,.pos-recent-btn{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;cursor:pointer;white-space:nowrap;height:48px;box-shadow:var(--shadow-brand);border:none;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:.86rem;font-weight:700;transition:background .12s,box-shadow .12s;display:inline-flex}.pos-scan-btn:hover,.pos-recent-btn:hover{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));box-shadow:var(--shadow-brand-hover)}.pos-recent-btn{background:var(--surface);color:var(--pos-primary);border:2px solid var(--brand-primary-subtle);box-shadow:none}.pos-recent-btn:hover{background:var(--pos-accent)}.pos-recent-btn--active{background:var(--pos-primary);color:#fff;border-color:var(--pos-primary);box-shadow:var(--shadow-brand)}.pos-barcode-input{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.pos-categories{border-bottom:1px solid var(--pos-border);background:var(--surface-brand);scrollbar-width:thin;gap:8px;padding:10px 16px;display:flex;overflow-x:auto}.pos-category-chip{background:var(--surface);color:var(--pos-text);cursor:pointer;white-space:nowrap;box-shadow:var(--pos-shadow-sm);border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:600;transition:background .12s,color .12s,transform .1s,border-color .12s;display:inline-flex}.pos-category-chip__icon{font-size:.95rem;line-height:1}.pos-category-chip__count{background:var(--surface-2);min-width:20px;color:var(--pos-muted);border-radius:999px;padding:1px 6px;font-size:.68rem;font-weight:700}.pos-category-chip:hover{border-color:var(--brand-primary-subtle);transform:translateY(-1px)}.pos-category-chip--active{background:var(--pos-primary);color:#fff;border-color:var(--pos-primary);box-shadow:var(--shadow-brand)}.pos-category-chip--active .pos-category-chip__count{color:#fff;background:#fff3}.pos-recent-row{border-bottom:1px solid var(--pos-border);background:var(--surface);align-items:center;gap:8px;padding:8px 16px;display:flex;overflow-x:auto}.pos-recent-row__label,.pos-cart__empty-section>span{text-transform:uppercase;letter-spacing:.05em;color:var(--pos-muted);white-space:nowrap;font-size:.72rem;font-weight:700}.pos-quick-chips{flex-wrap:wrap;gap:8px;display:flex}.pos-quick-chip{border:1px solid var(--pos-border);background:var(--pos-accent);color:var(--pos-primary);cursor:pointer;border-radius:999px;padding:8px 16px;font-size:.84rem;font-weight:600;transition:background .12s,border-color .12s}.pos-quick-chip:hover{background:var(--pos-primary);border-color:var(--pos-primary);color:#fff}.pos-order-chip{background:var(--pos-accent);color:var(--pos-muted);border-radius:8px;padding:6px 12px;font-size:.78rem;font-weight:600}.pos-products-toolbar{border-bottom:1px solid var(--pos-border);justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.pos-products-toolbar h2{margin:0;font-size:.95rem;font-weight:700}.pos-products-toolbar span{color:var(--pos-muted);font-size:.78rem}.pos-view-toggle{background:var(--pos-bg);border:1px solid var(--pos-border);border-radius:10px;padding:3px;display:inline-flex}.pos-view-toggle__btn{color:var(--pos-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 12px;font-size:.78rem;font-weight:600}.pos-view-toggle__btn--active{color:var(--pos-primary);box-shadow:var(--pos-shadow-sm);background:#fff}.pos-products-panel{flex:1;padding:8px 16px 16px;overflow-y:auto}.pos-products-panel--grid{grid-template-columns:repeat(6,minmax(0,1fr));align-content:start;gap:8px;display:grid}.pos-products-panel--list{flex-direction:column;gap:8px;display:flex}.pos-retail-card{border:1px solid var(--pos-border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;min-height:132px;padding:10px;transition:border-color .15s,box-shadow .15s,transform .12s;display:flex;position:relative}.pos-retail-card:hover{border-color:var(--brand-primary-subtle);box-shadow:var(--pos-shadow);transform:translateY(-2px)}.pos-retail-card--in-cart{border-color:var(--pos-primary);background:var(--accent-green-bg);box-shadow:var(--pos-shadow-sm)}.pos-retail-card--out{opacity:.55}.pos-retail-card h3{color:var(--brand-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:.78rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.pos-retail-card__price{letter-spacing:-.03em;color:var(--pos-primary);margin-bottom:2px;font-size:1.15rem;font-weight:800;line-height:1}.pos-retail-card__meta{color:var(--pos-muted);margin:0 0 8px;font-size:.68rem}.pos-retail-card__action{margin-top:auto}.pos-retail-card__badge{background:var(--pos-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:8px;right:8px}.pos-product-row{border:1px solid var(--pos-border);border-radius:var(--radius-md);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.pos-product-row:hover{border-color:var(--brand-primary-subtle);background:var(--accent-green-bg)}.pos-product-row__info h3{margin:0 0 4px;font-size:.92rem;font-weight:700}.pos-product-row__info p{color:var(--pos-muted);margin:0 0 4px;font-size:.78rem}.pos-product-row__info strong{color:var(--pos-primary);font-size:1rem;font-weight:700}.pos-qty-stepper{border:1px solid var(--pos-border);background:#fff;border-radius:10px;align-items:center;gap:4px;padding:3px;display:inline-flex}.pos-qty-stepper button{background:var(--pos-accent);width:32px;height:32px;color:var(--pos-primary);cursor:pointer;border:none;border-radius:8px;font-size:1.1rem;font-weight:700}.pos-qty-stepper button:hover{background:var(--pos-primary);color:#fff}.pos-qty-stepper span{text-align:center;min-width:24px;font-weight:700}.pos-add-btn{border-radius:var(--radius-sm);background:var(--pos-primary);color:#fff;cursor:pointer;width:100%;height:32px;box-shadow:var(--shadow-brand);border:none;font-size:.78rem;font-weight:700;transition:background .12s,box-shadow .12s}.pos-add-btn:hover{background:var(--pos-primary-hover);box-shadow:var(--shadow-brand-hover)}.pos-add-btn:disabled{opacity:.5;cursor:not-allowed}.pos-add-btn--full{height:32px}.pos-add-btn--compact{height:28px;font-size:.72rem}.pos-qty-stepper--sm span{min-width:20px;font-size:.82rem}.pos-qty-stepper--full{justify-content:space-between;width:100%}.pos-empty{text-align:center;color:var(--pos-muted);grid-column:1/-1;padding:32px}.pos-cart-fab,.pos-cart-backdrop{display:none}@media (width<=1600px){.pos-products-panel--grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=1400px){.pos-products-panel--grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=1200px){.pos-layout{grid-template-columns:minmax(0,65fr) minmax(300px,35fr)}.pos-topbar__metrics{display:none}.pos-products-panel--grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pos-toast{right:24px}}@media (width<=1024px){.pos-products-panel--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-search-bar{flex-wrap:wrap}.pos-search--hero{flex:100%}.pos-scan-btn{flex:1}}@media (width<=768px){.pos-page{height:calc(100vh - 8px);padding:8px}.pos-topbar{flex-wrap:wrap;min-height:auto;padding:12px}.pos-topbar__brand{flex:100%}.pos-topbar__actions{flex-wrap:wrap;flex:100%}.pos-topbar .store-selector{flex:100%;max-width:none}.pos-layout{grid-template-columns:1fr}.pos-cart{z-index:250;border-radius:0;width:min(100%,400px);transition:transform .28s;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 32px #0000001f}.pos-cart--open{transform:translate(0)}.pos-cart-backdrop{z-index:240;cursor:pointer;background:#1f293766;border:none;display:block;position:fixed;inset:0}.pos-cart-fab{z-index:230;background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;width:56px;height:56px;box-shadow:var(--shadow-brand);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex;position:fixed;bottom:20px;right:20px}.pos-cart-fab__badge{background:var(--pos-danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.pos-products-panel--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-shortcuts{display:none}}.pos-cart{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.pos-cart__header{background:linear-gradient(135deg, var(--brand-dark-soft), var(--brand-dark));color:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;flex-shrink:0;justify-content:space-between;align-items:baseline;gap:8px;padding:14px 18px;display:flex}.pos-cart__header h2{letter-spacing:-.02em;color:#fff;margin:0;font-size:1.05rem;font-weight:800}.pos-cart__header p{color:#ffffffb8;white-space:nowrap;margin:0;font-size:.72rem;font-weight:500}.pos-cart__customer{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;padding:10px 16px}.pos-cart__customer-row{align-items:center;gap:8px;display:flex}.pos-cart__customer-icon{font-size:1rem;line-height:1}.pos-cart__customer-name{color:var(--brand-dark);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.88rem;font-weight:700;overflow:hidden}.pos-cart__customer-change{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--accent-green-bg);color:var(--brand-primary);cursor:pointer;flex-shrink:0;padding:5px 12px;font-size:.76rem;font-weight:700;transition:background .12s,border-color .12s,color .12s}.pos-cart__customer-change:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.pos-cart__customer-expanded{flex-direction:column;gap:8px;display:flex}.pos-cart__customer-expanded-head{justify-content:space-between;align-items:center;display:flex}.pos-cart__customer-expanded label{text-transform:uppercase;letter-spacing:.04em;color:var(--pos-muted,#6b7280);font-size:.72rem;font-weight:700}.pos-cart__customer-expanded select{border:1px solid var(--pos-border,#e5e7eb);background:var(--pos-bg,#fafbfc);border-radius:8px;width:100%;padding:8px 12px;font-size:.84rem}.pos-cart__customer-select-row{align-items:stretch;gap:8px;display:flex}.pos-cart__customer-select-row select{flex:1;min-width:0}.pos-cart__customer-add{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-brand);border:none;flex-shrink:0;padding:8px 12px;font-size:.78rem;font-weight:700;transition:background .12s,box-shadow .12s}.pos-cart__customer-add:hover{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));box-shadow:var(--shadow-brand-hover)}.pos-cart__toolbar{border-bottom:1px solid var(--pos-border,#e5e7eb);background:var(--pos-bg,#fafbfc);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;display:flex}.pos-cart__search{border:1px solid var(--pos-border,#e5e7eb);background:#fff;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:100px;padding:0 8px;display:flex}.pos-cart__search input{background:0 0;border:none;flex:1;margin:0;padding:6px 0;font-size:.78rem}.pos-cart__search input:focus{outline:none}.pos-cart__meta-pill{background:var(--pos-accent,#f4f7f5);color:var(--pos-primary,#1b6e4b);border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:700}.pos-cart__toolbar-btn{border:1px solid var(--pos-border,#e5e7eb);color:var(--pos-muted,#6b7280);cursor:pointer;background:#fff;border-radius:8px;padding:4px 8px;font-size:.68rem;font-weight:600}.pos-cart__toolbar-btn--active{background:var(--pos-accent,#f4f7f5);color:var(--pos-primary,#1b6e4b)}.pos-cart__toolbar-btn--danger:hover{color:var(--pos-danger,#e74c3c);border-color:#e74c3c4d}.pos-cart__items-wrap{background:var(--pos-bg,#fafbfc);flex-direction:column;flex:1 1 0;min-height:0;display:flex;position:relative;overflow:hidden}.pos-cart__scroll-hint{text-align:center;color:var(--pos-muted,#6b7280);background:var(--accent-green-bg);border-bottom:1px solid var(--pos-border,#e5e7eb);flex-shrink:0;padding:4px 16px;font-size:.68rem;font-weight:600}.pos-cart__items{scrollbar-width:thin;flex-direction:column;flex:1;gap:8px;min-height:0;padding:8px;display:flex;overflow-y:auto}.pos-cart__items--compact{gap:4px;padding:8px}.pos-cart__items-wrap--scrollable:after{content:"";pointer-events:none;background:linear-gradient(180deg, transparent, var(--pos-bg,#fafbfc));height:24px;position:absolute;bottom:0;left:0;right:0}.pos-cart-retail{border:1px solid var(--pos-border,#e5e7eb);border-left:3px solid var(--pos-primary,#1b6e4b);background:#fff;border-radius:8px;padding:8px 12px;animation:.2s pos-cart-slide}@keyframes pos-cart-slide{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.pos-cart-retail__name-row{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.pos-cart-retail__name{color:var(--pos-text,#1f2937);font-size:.88rem;font-weight:700;line-height:1.3}.pos-cart-retail__body{align-items:center;gap:16px;display:flex}.pos-cart-retail__prices{flex:1;justify-content:flex-end;align-items:flex-end;gap:16px;display:flex}.pos-cart-retail__unit-col,.pos-cart-retail__total-col{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.pos-cart-retail__label{text-transform:uppercase;letter-spacing:.04em;color:var(--pos-muted,#6b7280);font-size:.62rem;font-weight:700}.pos-cart-retail__unit{color:var(--pos-muted,#6b7280);font-size:.82rem;font-weight:600}.pos-cart-tax-mode{border:1px solid var(--pos-border,#e5e7eb);max-width:108px;color:var(--pos-muted,#6b7280);cursor:pointer;background:#fff;border-radius:4px;margin-top:2px;padding:1px 4px;font-size:.62rem;line-height:1.3}.pos-cart-line__info .pos-cart-tax-mode{max-width:100%}.pos-cart-retail__line-total{color:var(--pos-primary,#1b6e4b);font-size:1rem;font-weight:800}.pos-cart-retail__remove{width:28px;height:28px;color:var(--pos-danger,#e74c3c);cursor:pointer;background:#fef2f2;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.pos-cart-retail__remove:hover{background:var(--pos-danger,#e74c3c);color:#fff}.pos-cart-line{border:1px solid var(--pos-border,#e5e7eb);background:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto 28px;align-items:center;gap:8px;padding:6px 8px;display:grid}.pos-cart-line__info{flex-direction:column;gap:2px;min-width:0;display:flex}.pos-cart-line__name{white-space:nowrap;text-overflow:ellipsis;color:var(--pos-text,#1f2937);font-size:.78rem;font-weight:700;overflow:hidden}.pos-cart-line__unit{color:var(--pos-muted,#6b7280);font-size:.68rem;font-weight:600}.pos-qty-stepper--sm button{width:26px;height:26px;font-size:.95rem}.pos-qty-stepper--sm input{width:28px!important;height:26px!important;font-size:.82rem!important}.pos-cart-line__total{color:var(--pos-primary,#1b6e4b);text-align:right;white-space:nowrap;font-size:.84rem;font-weight:800}.pos-cart-line__remove{width:28px;height:28px;color:var(--pos-danger,#e74c3c);cursor:pointer;background:#fef2f2;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;display:flex}.pos-cart-line__remove:hover{background:var(--pos-danger,#e74c3c);color:#fff}.pos-qty-stepper--cart{flex-shrink:0}.pos-qty-stepper--cart input{text-align:center;width:32px;height:28px;color:var(--pos-text,#1f2937);-moz-appearance:textfield;background:0 0;border:none;font-size:.88rem;font-weight:700}.pos-qty-stepper--cart input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pos-qty-stepper--cart input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pos-qty-stepper--cart input:focus{outline:none}.pos-cart__empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.pos-cart__empty-icon{font-size:2rem}.pos-cart__empty p{color:var(--pos-text,#1f2937);margin:0;font-size:.92rem;font-weight:800}.pos-cart__empty-section{text-align:left;flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.pos-cart__no-results{text-align:center;color:var(--pos-muted,#6b7280);padding:16px;font-size:.82rem}.pos-cart__checkout{border-top:2px solid var(--border);background:var(--surface);border-radius:0 0 var(--radius-lg) var(--radius-lg);flex-shrink:0;margin-top:auto;padding:10px 14px 14px;box-shadow:0 -4px 20px #0f2e280f}.pos-cart__discount-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.pos-cart__discount-label{text-transform:uppercase;letter-spacing:.04em;color:var(--pos-muted,#6b7280);flex-shrink:0;width:32px;font-size:.68rem;font-weight:700}.pos-discount-presets{flex:1;gap:4px;min-width:0;display:flex}.pos-discount-preset{border:1px solid var(--pos-border,#e5e7eb);background:var(--pos-bg,#fafbfc);min-width:0;height:28px;color:var(--pos-text,#1f2937);cursor:pointer;border-radius:6px;flex:1;padding:0 4px;font-size:.72rem;font-weight:700;transition:background .12s,border-color .12s,color .12s}.pos-discount-preset--custom{letter-spacing:.1em;flex:0 0 28px}.pos-discount-preset:hover{border-color:var(--pos-primary,#1b6e4b);color:var(--pos-primary,#1b6e4b)}.pos-discount-preset--active{background:var(--pos-primary,#1b6e4b);border-color:var(--pos-primary,#1b6e4b);color:#fff}.pos-cart__discount-input--inline{border:1px solid var(--pos-primary,#1b6e4b);text-align:center;-moz-appearance:textfield;border-radius:6px;flex-shrink:0;width:48px;height:28px;padding:0 6px;font-size:.72rem;font-weight:700}.pos-cart__discount-input--inline::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pos-cart__discount-input--inline::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pos-cart__label{text-transform:uppercase;letter-spacing:.04em;color:var(--pos-muted,#6b7280);margin-bottom:4px;font-size:.68rem;font-weight:700;display:block}.pos-cart__totals{border-top:1px solid var(--pos-border,#e5e7eb);flex-direction:column;gap:4px;padding:4px 0;display:flex}.pos-cart__totals-row{justify-content:space-between;align-items:baseline;font-size:.78rem;display:flex}.pos-cart__totals-row span{text-align:left;color:var(--pos-muted,#6b7280)}.pos-cart__totals-row strong{text-align:right;color:var(--pos-text,#1f2937);font-weight:700}.pos-cart__discount-line strong{color:var(--pos-success,#2e8b57)}.pos-cart__total{border-top:2px dashed var(--pos-border,#e5e7eb);justify-content:space-between;align-items:baseline;margin-top:2px;padding-top:4px;display:flex}.pos-cart__total span{color:var(--pos-text,#1f2937);letter-spacing:.04em;text-align:left;font-size:.8rem;font-weight:800}.pos-cart__total strong{letter-spacing:-.03em;color:var(--pos-primary,#1b6e4b);text-align:right;font-size:1.5rem;font-weight:800;line-height:1}.pos-cart__payments{border-top:1px solid var(--pos-border,#e5e7eb);margin-top:4px;padding-top:4px}.pos-payment-segments{flex-direction:column;gap:4px;display:flex}.pos-payment-segments__row{gap:4px;display:grid}.pos-payment-segments__row--3{grid-template-columns:repeat(3,1fr)}.pos-payment-segments__row--2{grid-template-columns:repeat(2,1fr)}.pos-payment-seg{border:1px solid var(--pos-border,#e5e7eb);height:32px;color:var(--pos-text,#1f2937);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:0 6px;font-size:.72rem;font-weight:700;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.pos-payment-seg:hover{border-color:var(--pos-primary,#1b6e4b);background:var(--pos-accent,#f4f7f5);color:var(--pos-primary,#1b6e4b)}.pos-payment-seg--active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff;box-shadow:var(--shadow-brand)}.pos-payment-seg__check{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.62rem;font-weight:800;display:inline-flex}.pos-cart__phone{margin-top:4px}.pos-cart__phone label{margin-bottom:2px;font-size:.72rem;font-weight:600;display:block}.pos-cart__phone input{border:1px solid var(--pos-border,#e5e7eb);border-radius:6px;width:100%;padding:6px 8px;font-size:.78rem}.pos-cart__confirm{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--brand-primary-light), var(--brand-primary));color:#fff;letter-spacing:.02em;cursor:pointer;width:100%;height:48px;min-height:48px;box-shadow:var(--shadow-brand);border:none;margin-top:8px;font-size:.92rem;font-weight:800;transition:background .12s,box-shadow .12s}.pos-cart__confirm:hover{background:linear-gradient(135deg, var(--brand-primary), var(--brand-primary-hover));box-shadow:var(--shadow-brand-hover)}.pos-cart__confirm:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}@media (width<=768px){.pos-cart{max-height:100vh}.pos-cart__total strong{font-size:1.75rem}}.sales-page{flex-direction:column;gap:16px;padding:24px 28px 32px;display:flex}.sales-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sales-page__header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sales-page__header h2{letter-spacing:-.03em;color:var(--brand-dark);margin:0;font-size:1.75rem;font-weight:800}.sales-page__header p{color:var(--text-muted);margin:6px 0 0;font-size:.92rem}.sales-list-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.sales-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.sales-summary__card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);padding:14px 16px}.sales-summary__card span{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.72rem;font-weight:700;display:block}.sales-summary__card strong{color:var(--brand-dark);margin-top:4px;font-size:1.35rem;font-weight:800;display:block}.sales-summary__card--accent{background:var(--accent-green-bg);border-color:var(--brand-primary-subtle)}.sales-summary__card--accent strong{color:var(--brand-primary)}.sales-toolbar{grid-template-columns:2fr 1fr 1fr auto;align-items:end;gap:12px;margin-bottom:16px;display:grid}.sales-field label{color:var(--text-muted);margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.sales-field input,.sales-field select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:42px;padding:10px 12px;font-size:.9rem}.sales-status{border-radius:var(--radius-sm);margin:0 0 12px;padding:10px 12px;font-size:.88rem}.sales-status--error{background:var(--color-error-bg);color:var(--color-error)}.sales-table-wrap{overflow-x:auto}.sales-table{border-collapse:collapse;width:100%}.sales-table th,.sales-table td{border-bottom:1px solid var(--border);text-align:left;padding:12px 14px;font-size:.88rem}.sales-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--surface-2);font-size:.72rem;font-weight:700}.sales-table__amount{text-align:right;color:var(--brand-primary);font-weight:700}.sales-link{color:var(--brand-primary);cursor:pointer;background:0 0;border:none;padding:0;font-weight:700}.sales-link:hover{text-decoration:underline}.sales-customer strong{display:block}.sales-customer small{color:var(--text-muted)}.sales-badge{text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.sales-badge--completed{background:var(--color-success-bg);color:var(--color-success)}.sales-badge--pending,.sales-badge--hold{color:#c2410c;background:#fff7ed}.sales-badge--cancelled{background:var(--color-error-bg);color:var(--color-error)}.sales-badge--paid{background:var(--color-success-bg);color:var(--color-success)}.sales-badge--partial{color:#c2410c;background:#fff7ed}.sales-badge--unpaid{background:var(--surface-2);color:var(--text-muted)}.sales-type-badge{letter-spacing:.02em;border-radius:6px;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.sales-type-badge--pos{color:#1d4ed8;background:#eff6ff}.sales-type-badge--invoice{color:#15803d;background:#f0fdf4}.sales-table__actions{text-align:right;width:48px}.sales-menu-wrap{justify-content:flex-end;display:inline-flex;position:relative}.sales-menu-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:32px;height:32px;color:var(--text-muted);cursor:pointer;font-size:1.1rem;line-height:1}.sales-menu{z-index:20;border:1px solid var(--border);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 4px);right:0}.sales-menu button{text-align:left;border-radius:var(--radius-sm);cursor:pointer;color:var(--brand-dark);background:0 0;border:none;padding:8px 10px;font-size:.86rem}.sales-menu button:hover:not(:disabled){background:var(--surface-2)}.sales-menu button:disabled{opacity:.6;cursor:default}.sales-empty{text-align:center;color:var(--text-muted);padding:28px 16px}.sales-detail-overlay{z-index:400;background:#0f2e2873;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sales-detail{border-radius:var(--radius-lg);background:var(--surface);width:min(100%,640px);max-height:90vh;box-shadow:var(--shadow-lg);padding:20px;overflow:auto}.sales-detail__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.sales-detail__header h3{color:var(--brand-dark);margin:0;font-size:1.2rem}.sales-detail__header p{color:var(--text-muted);margin:4px 0 0;font-size:.86rem}.sales-detail__close{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);cursor:pointer;width:36px;height:36px;font-size:1.4rem;line-height:1}.sales-detail__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.sales-detail__meta span{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.72rem;font-weight:700;display:block}.sales-detail__meta strong{margin-top:2px;display:block}.sales-detail__table{border-collapse:collapse;width:100%}.sales-detail__table th,.sales-detail__table td{border-bottom:1px solid var(--border);text-align:left;padding:10px 8px;font-size:.86rem}.sales-detail__loading{color:var(--text-muted);margin:0}@media (width<=900px){.sales-toolbar,.sales-summary{grid-template-columns:1fr}}.invoice-view-page{flex-direction:column;gap:16px;min-height:100%;padding:24px 28px 32px;display:flex}.invoice-view-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.invoice-view-page__header h2{color:var(--brand-dark);margin:0;font-size:1.75rem;font-weight:800}.invoice-view-page__header p{color:var(--text-muted);margin:6px 0 0}.invoice-view-page__actions{flex-wrap:wrap;gap:8px;display:flex}.invoice-view-page__viewport{background:linear-gradient(#eef2f6 0%,#e4e9ef 100%);border:1px solid #d7dee7;border-radius:10px;flex:1;min-height:70vh;padding:16px;overflow:auto}.invoice-view-page__scale{margin:0 auto}.invoice-view-page__sheet{background:#fff;border:1px solid #cbd5e1;overflow:hidden;box-shadow:0 1px 2px #0f172a0f,0 12px 28px #0f172a1f}.invoice-view-page__html{background:#fff;border:none;width:100%;height:100%;display:block}.invoice-view-page__error{border-radius:var(--radius-sm);background:var(--color-error-bg);color:var(--color-error);margin:0 0 12px;padding:10px 12px;font-size:.88rem}.invoice-view-page__loading{text-align:center;color:var(--text-muted);padding:32px}.payment-in-page{flex-direction:column;gap:1rem;display:flex}.payment-in-page__topbar{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.payment-in-page__title-row{align-items:center;gap:1rem;display:flex}.payment-in-page__title-row h2{margin:0;font-size:1.25rem}.payment-in-page__actions{gap:.5rem;display:flex}.payment-in-page__alert{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem}.payment-in-page__cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.payment-in-page__card{flex-direction:column;gap:.85rem;padding:1.25rem;display:flex}.payment-in-page__field{flex-direction:column;gap:.35rem;font-size:.875rem;display:flex}.payment-in-page__field input,.payment-in-page__field select,.payment-in-page__field textarea{width:100%}.payment-in-page__party-suggest{border:1px solid var(--border-color,#e5e7eb);border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.payment-in-page__party-suggest button{text-align:left;cursor:pointer;background:#fff;border:none;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.6rem .75rem;display:flex}.payment-in-page__party-suggest button:hover{background:#f8fafc}.payment-in-page__balance{color:#64748b;margin:0;font-size:.9rem}.payment-in-page__hint,.payment-in-page__warn{color:#64748b;margin:0;font-size:.85rem}.payment-in-page__warn{color:#b45309}.payment-in-page__settle{padding:1rem 1.25rem 1.25rem}.payment-in-page__settle-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.payment-in-page__settle-header h3{margin:0;font-size:1rem}.payment-in-page__empty{color:#64748b;text-align:center;margin:1rem 0 0;padding:2rem 1rem}.payment-in-page__table-wrap{overflow-x:auto}.payment-in-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.payment-in-page__table th,.payment-in-page__table td{border-bottom:1px solid var(--border-color,#e5e7eb);text-align:left;padding:.6rem .5rem}.payment-in-page__table th{color:#64748b;white-space:nowrap;font-weight:600}.payment-in-page__table tr.is-selected{background:#f8fafc}.payment-in-page__table input[type=number]{width:100%;min-width:72px}.payment-in-page__num{text-align:right;white-space:nowrap}.payment-in-page__pending{color:var(--brand-dark);font-weight:700}.payment-in-page__applied{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.payment-in-page__applied span{color:var(--text-muted);font-size:.72rem}.payment-in-page__applied button{color:var(--color-error);cursor:pointer;background:0 0;border:0;padding:0;font-size:.72rem}.payment-in-page__modal-backdrop{z-index:1000;background:#0f172a7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.payment-in-page__modal{width:min(560px,100%);padding:22px}.payment-in-page__modal h3{margin:0 0 18px}.payment-in-page__modal-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.payment-in-page__modal-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.payment-in-page__loading{text-align:center;padding:2rem}@media (width<=900px){.payment-in-page__cards{grid-template-columns:1fr}.payment-in-page__topbar{flex-direction:column;align-items:stretch}.payment-in-page__modal-grid{grid-template-columns:1fr}}.inv-picker-overlay{z-index:1200;background:#0f2e2873;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.inv-picker{background:var(--surface);border-radius:var(--radius-lg);width:min(720px,100%);max-height:min(85vh,720px);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;overflow:hidden}.inv-picker__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:18px 20px 12px;display:flex}.inv-picker__header h3{color:var(--brand-dark);margin:0;font-size:1.1rem}.inv-picker__header p{color:var(--text-muted);margin:4px 0 0;font-size:.85rem}.inv-picker__close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.5rem;line-height:1}.inv-picker__toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding:12px 20px;display:flex}.inv-picker__search{border:1px solid var(--border);border-radius:var(--radius-sm);min-width:180px;font:inherit;flex:1;padding:8px 12px}.inv-picker__tabs button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);cursor:pointer;font:inherit;padding:8px 12px;font-size:.85rem}.inv-picker__tabs button.active{background:var(--brand-primary-muted);border-color:var(--brand-primary);color:var(--brand-dark);font-weight:600}.inv-picker__toolbar select{border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;padding:8px 10px}.inv-picker__list{padding:8px;overflow:auto}.inv-picker__empty{text-align:center;color:var(--text-muted);padding:32px}.inv-picker__item{text-align:left;border-radius:var(--radius-md);cursor:pointer;width:100%;font:inherit;background:0 0;border:1px solid #0000;gap:12px;padding:10px 12px;display:flex}.inv-picker__item:hover{background:var(--surface-2);border-color:var(--border)}.inv-picker__item-body{flex:1;min-width:0}.inv-picker__item-body strong{color:var(--text-main);display:block}.inv-picker__item-body>span{color:var(--text-muted);margin-top:2px;font-size:.8rem;display:block}.inv-picker__item-meta{color:var(--text-muted);flex-wrap:wrap;gap:8px 14px;margin-top:6px;font-size:.75rem;display:flex}.inv-picker__item-meta span{white-space:nowrap}.invoice-settlement--vyapar .invoice-settlement__discount-row{border-bottom:1px solid var(--border);flex-wrap:nowrap;align-items:center;gap:10px;min-width:0;margin-bottom:4px;padding:8px 0 12px}.invoice-settlement--vyapar .invoice-settlement__discount-main{flex-wrap:nowrap;flex:1;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.invoice-settlement--vyapar .invoice-settlement__discount-basis{border:1px solid var(--border);border-radius:var(--radius-sm);min-width:0;max-width:150px;font:inherit;background:var(--surface);color:var(--text-main);flex:auto;padding:6px 8px;font-size:.8rem}.invoice-settlement--vyapar .invoice-settlement__disc-split{background:#fff;border:1px solid #d1d5db;border-radius:6px;flex-direction:row;flex-shrink:0;width:auto;display:flex;overflow:hidden}.invoice-settlement--vyapar .invoice-settlement__disc-half{align-items:center;gap:3px;min-width:52px;min-height:32px;padding:4px 6px;display:flex}.invoice-settlement--vyapar .invoice-settlement__disc-half--pct{border-bottom:none;border-right:1px solid #d1d5db}.invoice-settlement--vyapar .invoice-settlement__disc-half span{color:#9ca3af;flex-shrink:0;font-size:.72rem;font-weight:600}.invoice-settlement--vyapar .invoice-settlement__disc-half input{width:44px;min-width:0;font:inherit;text-align:right;background:0 0;border:none;padding:0;font-size:.82rem}.invoice-settlement--vyapar .invoice-settlement__disc-half input:focus{outline:none}.invoice-settlement--vyapar .invoice-settlement__discount-remove{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:28px;height:28px;color:var(--text-muted);cursor:pointer;flex-shrink:0;font-size:1.1rem;line-height:1}.invoice-settlement--vyapar .invoice-settlement__discount-info{border:1px solid var(--border);width:18px;height:18px;color:var(--text-muted);cursor:help;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.invoice-settlement--vyapar .invoice-settlement__discount-value{flex-shrink:0;margin-left:4px}.invoice-settlement--vyapar .invoice-settlement__tcs-block{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:8px 0;padding:8px 0}.invoice-settlement--vyapar .invoice-settlement__tcs-row{flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.invoice-settlement--vyapar .invoice-settlement__tcs-check{white-space:nowrap;flex-shrink:0;margin:0}.invoice-settlement--vyapar .invoice-settlement__tcs-rate{border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;background:var(--surface);color:var(--text-main);flex-shrink:0;min-width:0;padding:6px 8px;font-size:.82rem}.invoice-settlement--vyapar .invoice-settlement__tcs-base-row{justify-content:flex-end;margin-top:8px;display:flex}.invoice-settlement--vyapar .invoice-settlement__tcs-base-radios{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:0;display:flex}.invoice-settlement--vyapar .invoice-settlement__tcs-base-pill{border:1px solid var(--border);cursor:pointer;background:var(--surface);color:var(--text-main);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:.8rem;display:inline-flex}.invoice-settlement--vyapar .invoice-settlement__tcs-base-pill input{margin:0}.invoice-settlement--vyapar .invoice-settlement__tcs-base-pill--active{border-color:var(--brand);background:color-mix(in srgb, var(--brand) 8%, white);color:var(--brand);font-weight:600}.invoice-settlement--vyapar .invoice-settlement__tcs-amount{white-space:nowrap;flex-shrink:0;margin-left:auto;font-weight:700}.invoice-settlement--vyapar .invoice-settlement__settlement-mode{margin:8px 0 12px}.invoice-settlement--vyapar .invoice-settlement__settlement-mode label{color:var(--text-main);flex-direction:column;gap:6px;font-size:.88rem;display:flex}.invoice-settlement--vyapar .invoice-settlement__settlement-mode select{border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;padding:8px 10px}.tcs-rate-select{flex:1;min-width:0;max-width:220px}.tcs-rate-select .search-select__control{min-height:34px}.tcs-rate-select .search-select__input{padding:6px 8px;font-size:.82rem}.tcs-rate-select .search-select__toggle{padding:0 6px}.bank-account-select{flex:1;min-width:180px;max-width:280px}.bank-account-select .search-select__control{min-height:34px}.bank-account-select .search-select__input{padding:6px 8px;font-size:.82rem}.bank-account-select .search-select__toggle{padding:0 6px}.invoice-page{flex-direction:column;gap:16px;min-height:100%;padding:24px 28px 40px;display:flex}.invoice-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.invoice-page__header h2{letter-spacing:-.03em;color:var(--brand-dark);margin:0;font-size:1.75rem;font-weight:800}.invoice-page__header p{color:var(--text-muted);margin:6px 0 0;font-size:.92rem}.invoice-page__header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.invoice-page__loading{text-align:center;color:var(--text-muted);padding:32px}.invoice-page__alert{border-radius:var(--radius-md);padding:12px 16px;font-size:.9rem}.invoice-page__alert--error{background:var(--color-error-bg);color:var(--color-error);border:1px solid #fecaca}.invoice-page__alert--success{background:var(--color-success-bg);color:var(--color-success);border:1px solid #a7f3d0}.invoice-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:16px 18px}.invoice-card h3{color:var(--brand-dark);margin:0 0 12px;font-size:.95rem;font-weight:700}.invoice-top,.invoice-bottom-row{grid-template-columns:1fr 1fr;align-items:stretch;gap:16px;display:grid}@media (width<=960px){.invoice-top,.invoice-bottom-row{grid-template-columns:1fr}}.invoice-section-title{color:var(--brand);margin:0 0 12px;font-size:.95rem;font-weight:700}.invoice-party-card,.invoice-details-card{flex-direction:column;min-height:220px;display:flex}.invoice-meta__title .invoice-section-title{margin:0}.invoice-meta__grid--3col{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=1100px){.invoice-meta__grid--3col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.invoice-meta__grid--3col{grid-template-columns:1fr}}.invoice-party__search-wrap{flex-direction:column;gap:8px;display:flex;position:relative}.invoice-party__search{border:1px dashed var(--border);border-radius:var(--radius-md);width:100%;font:inherit;background:var(--surface-2);padding:10px 12px}.invoice-party__add{border:1px dashed var(--brand-primary);border-radius:var(--radius-sm);background:var(--brand-primary-muted);color:var(--brand-dark);cursor:pointer;font-weight:600;font:inherit;align-self:flex-start;padding:8px 12px}.invoice-party__dropdown{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);max-height:240px;position:absolute;top:100%;left:0;right:0;overflow:auto}.invoice-party__dropdown button{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;flex-direction:column;align-items:flex-start;padding:10px 12px;display:flex}.invoice-party__dropdown button:hover{background:var(--surface-2)}.invoice-party__dropdown span{color:var(--text-muted);font-size:.8rem}.invoice-party__selected{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);justify-content:space-between;gap:12px;padding:12px;display:flex}.invoice-party__selected strong{color:var(--text-main);display:block}.invoice-party__selected span{color:var(--text-muted);margin-top:2px;font-size:.85rem;display:block}.invoice-meta__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;display:grid}.invoice-meta__grid label{color:var(--text-muted);flex-direction:column;gap:4px;font-size:.78rem;font-weight:600;display:flex}.invoice-meta__grid input,.invoice-meta__grid select{border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;color:var(--text-main);padding:8px 10px}.invoice-meta__checkbox{grid-column:1/-1;align-items:center;flex-direction:row!important;gap:8px!important;font-weight:500!important}.invoice-lines__toolbar{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:12px;display:flex}.invoice-lines__toolbar-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.invoice-lines__toolbar h3{margin:0;font-size:1rem;font-weight:700}.invoice-lines__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.invoice-lines__hint{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.45}.invoice-lines__add-bar{border-bottom:1px solid var(--border);background:var(--surface);grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:12px;padding:12px;display:grid}.invoice-lines__add-main-group{border:1px dashed var(--brand);border-radius:var(--radius-md);background:#2563eb0a;flex-wrap:wrap;align-items:center;gap:8px;min-height:44px;padding:8px 12px;display:flex}.invoice-lines__add-link{color:var(--brand);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:.9rem;font-weight:600}.invoice-lines__add-link:hover{text-decoration:underline}.invoice-lines__add-sep{color:var(--border);-webkit-user-select:none;user-select:none}.invoice-lines__scan{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:center;gap:10px;min-width:220px;padding:8px 14px;display:flex}.invoice-lines__scan input{min-width:0;font:inherit;background:0 0;outline:none;flex:1;font-size:.88rem;width:auto!important;box-shadow:none!important;border:none!important;padding:0!important}.invoice-lines__scan-btn{white-space:nowrap;font:inherit;cursor:pointer;color:var(--text-main);background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:.88rem;font-weight:600;display:inline-flex}.invoice-lines__disc-edit{align-items:center;gap:4px;display:flex}.invoice-lines__disc-edit input{min-width:3.25rem;width:3.25rem!important}.invoice-lines__disc-edit select{min-width:2.75rem;padding:4px;width:auto!important;margin-top:0!important}.invoice-lines__table--adjustment{min-width:920px}.invoice-lines__table--adjustment th:first-child,.invoice-lines__table--adjustment td:first-child{width:40px}.invoice-lines__table--adjustment th:nth-child(3),.invoice-lines__table--adjustment td:nth-child(3){width:92px}.invoice-lines__table--adjustment th:nth-child(4),.invoice-lines__table--adjustment td:nth-child(4){width:76px}.invoice-lines__table--adjustment th:nth-child(5),.invoice-lines__table--adjustment td:nth-child(5){width:104px}.invoice-lines__table--adjustment th:nth-child(6),.invoice-lines__table--adjustment td:nth-child(6){width:124px}.invoice-lines__table--adjustment th:nth-child(7),.invoice-lines__table--adjustment td:nth-child(7){width:100px}.invoice-lines__table--adjustment th:nth-child(8),.invoice-lines__table--adjustment td:nth-child(8){width:112px}@media (width<=900px){.invoice-lines__add-bar{grid-template-columns:1fr}.invoice-lines__scan{width:100%;min-width:0}}.invoice-lines__actions input{border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;width:160px;padding:8px 10px}.invoice-lines__table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);overflow:auto}.invoice-lines__table{border-collapse:collapse;width:100%;min-width:980px;font-size:.82rem}.invoice-lines__table th,.invoice-lines__table td{border-bottom:1px solid var(--border);vertical-align:top;padding:8px 6px}.invoice-lines__table th{background:var(--surface-2);text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);text-align:left;font-size:.72rem}.invoice-lines__table input{border:1px solid var(--border);width:100%;min-width:52px;font:inherit;border-radius:4px;padding:4px 6px;font-size:.82rem}.invoice-lines__name{margin-bottom:4px;font-weight:600}.invoice-lines__desc{color:var(--text-muted);font-size:.75rem}.invoice-lines__disc,.invoice-lines__tax{min-width:140px}.invoice-lines__disc select,.invoice-lines__tax select{width:100%;margin-top:4px;font-size:.72rem}.invoice-lines__subtotal{background:var(--surface-2);font-size:.8rem}.invoice-lines__subtotal td{border-top:2px solid var(--border)}.invoice-summary__pay-note{color:var(--text-muted);margin:12px 0 0;font-size:.82rem;font-style:italic}.invoice-lines__num{text-align:right;white-space:nowrap}.invoice-lines__row-actions{white-space:nowrap}.invoice-lines__row-actions button{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:2px 6px;font-size:1rem}.invoice-lines__empty{text-align:center;color:var(--text-muted);padding:28px!important}.invoice-bottom__left,.invoice-bottom__right{flex-direction:column;gap:12px;min-width:0;display:flex}.invoice-bottom__left{gap:14px}.invoice-text-link{color:var(--brand-primary);font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.9rem;font-weight:600}.invoice-text-link:hover{text-decoration:underline}.invoice-text-link--muted{color:var(--text-muted);font-size:.78rem;font-weight:500}.invoice-extras-card{box-shadow:none;background:0 0;border:none;padding:0}.invoice-extras-card__header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.invoice-extras-card h3{color:var(--brand-dark);margin:0;font-size:.92rem;font-weight:700}.invoice-icon-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:.95rem;line-height:1}.invoice-terms-card textarea,.invoice-extras-card textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;min-height:72px;max-height:120px;font:inherit;resize:vertical;color:var(--text-main);padding:10px 12px;font-size:.84rem;line-height:1.45}.invoice-cash-bank-card{flex-direction:column;gap:8px;display:flex}.invoice-cash-bank__cash-row{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);justify-content:space-between;align-items:center;padding:8px 10px;font-size:.88rem;display:flex}.invoice-cash-bank__cash-row strong{color:var(--color-success)}.invoice-cash-bank__hint{color:var(--text-muted);margin:0;font-size:.78rem;line-height:1.4}.invoice-cash-bank__account,.invoice-cash-bank__qr{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);padding:8px 10px;font-size:.8rem}.invoice-cash-bank__account strong,.invoice-cash-bank__qr strong{color:var(--text-main);margin-bottom:2px;font-size:.86rem;display:block}.invoice-cash-bank__account span,.invoice-cash-bank__qr span{margin-top:2px;display:block}.invoice-cash-bank__balance{font-weight:600;color:var(--brand-dark)!important}.invoice-cash-bank__ledger{border-top:1px dashed var(--border);margin:8px 0 0;padding:0;list-style:none}.invoice-cash-bank__ledger-item{border-bottom:1px solid var(--border);padding:6px 0}.invoice-cash-bank__ledger-item:last-child{border-bottom:none;padding-bottom:0}.invoice-cash-bank__ledger-main{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.invoice-cash-bank__ledger-label{color:var(--text-main);flex:1;font-size:.76rem;line-height:1.35}.invoice-cash-bank__ledger-amount{white-space:nowrap;font-size:.76rem;font-weight:600}.invoice-cash-bank__ledger-amount--credit{color:var(--color-success)}.invoice-cash-bank__ledger-amount--debit{color:var(--color-danger,#c0392b)}.invoice-cash-bank__ledger-date{color:var(--text-muted);margin-top:2px;font-size:.72rem;display:block}.invoice-cash-bank__qr{justify-content:space-between;align-items:center;gap:10px;display:flex}.invoice-cash-bank__qr-image{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:4px;width:56px;height:56px}.invoice-bottom__right{gap:0;padding:18px 20px}.invoice-settlement{flex-direction:column;gap:0;width:100%;display:flex}.invoice-settlement__charges{border-bottom:1px solid var(--border);flex-direction:column;gap:10px;margin-bottom:14px;padding-bottom:14px;display:flex}.invoice-charge-row{grid-template-columns:minmax(0,1fr) 108px minmax(150px,180px) 28px;align-items:center;gap:8px;display:grid}@media (width<=700px){.invoice-charge-row{grid-template-columns:1fr}}.invoice-charge-row__name,.invoice-charge-row__tax{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font:inherit;color:var(--text-main);background:var(--surface);padding:9px 10px;font-size:.86rem}.invoice-charge-row__name{background:var(--surface-2)}.invoice-charge-row__amount{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:4px;min-height:38px;padding:0 8px;display:flex}.invoice-charge-row__amount span{color:var(--text-muted);flex-shrink:0;font-size:.86rem}.invoice-charge-row__amount input{width:100%;min-width:0;font:inherit;color:var(--text-main);background:0 0;border:none;padding:8px 0;font-size:.86rem}.invoice-charge-row__amount input:focus{outline:none}.invoice-charge-row__remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.2rem;line-height:1}.invoice-charge-row__remove:hover{color:var(--color-error)}.invoice-settlement__breakdown{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.invoice-settlement__row,.invoice-settlement__discount-row{color:var(--text-main);justify-content:space-between;align-items:center;gap:16px;padding:6px 0;font-size:.92rem;display:flex}.invoice-settlement__row span:last-child,.invoice-settlement__discount-value{white-space:nowrap;font-weight:600}.invoice-settlement__row--muted{color:var(--text-muted);font-size:.88rem}.invoice-settlement__discount-row{margin:4px 0 8px}.invoice-settlement__discount-edit{align-items:center;gap:6px;display:flex}.invoice-settlement__discount-edit input,.invoice-settlement__discount-edit select{border:1px solid var(--border);border-radius:var(--radius-sm);width:72px;font:inherit;padding:6px 8px;font-size:.86rem}.invoice-settlement__discount-value{color:var(--text-main)}.invoice-settlement__check{color:var(--text-main);cursor:pointer;align-items:center;gap:8px;margin:6px 0 10px;font-size:.9rem;display:flex}.invoice-settlement__roundoff-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;margin:8px 0 12px;display:flex}.invoice-settlement__roundoff-check{color:var(--text-main);cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;min-width:0;font-size:.9rem;display:flex}.invoice-roundoff-control{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;flex-shrink:0;grid-template-columns:auto minmax(72px,1fr);align-items:stretch;gap:0;min-width:168px;max-width:220px;min-height:38px;margin-left:auto;display:grid;overflow:hidden}.invoice-roundoff-control--auto{min-width:140px}.invoice-roundoff-control__action{appearance:none;box-shadow:none;box-sizing:border-box;width:100%;height:100%;min-height:38px;font:inherit;color:var(--text-main);cursor:pointer;white-space:nowrap;background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:none;border-radius:0;outline:none;min-width:92px;margin:0;padding:0 28px 0 12px;font-size:.86rem;font-weight:600}.invoice-roundoff-control__action:focus,.invoice-roundoff-control__action:focus-visible{box-shadow:none;outline:none}.invoice-roundoff-control__action:disabled{opacity:.75;cursor:default}.invoice-roundoff-control__amount{box-sizing:border-box;background:#fff;border:none;border-left:1px solid #e5e7eb;border-radius:0;justify-content:flex-end;align-items:center;gap:4px;min-width:0;height:100%;min-height:38px;margin:0;padding:0 10px;display:flex}.invoice-roundoff-control__amount span{color:var(--text-muted);flex-shrink:0;font-size:.86rem}.invoice-roundoff-control__amount input{width:100%;min-width:0;box-shadow:none;font:inherit;text-align:right;color:var(--text-main);background:0 0;border:none;border-radius:0;outline:none;height:100%;min-height:38px;margin:0;padding:0;font-size:.86rem}.invoice-roundoff-control__amount input:focus,.invoice-roundoff-control__amount input:focus-visible{box-shadow:none;outline:none}.invoice-roundoff-control__amount input:disabled{color:var(--text-muted);cursor:default}.invoice-roundoff-control__auto-label{box-sizing:border-box;height:100%;min-height:38px;color:var(--text-muted);white-space:nowrap;background:#f8fafc;border:none;border-radius:0;align-items:center;margin:0;padding:0 12px;font-size:.84rem;font-weight:600;display:flex}.invoice-roundoff-control__amount--readonly{cursor:default}.invoice-roundoff-control__auto-value{color:var(--text-main);text-align:right;width:100%;padding:0;font-size:.86rem;font-weight:600}.invoice-settlement__row--total{border-top:1px solid var(--border);color:var(--brand-dark);margin-top:8px;padding-top:12px;font-size:1rem;font-weight:700}.invoice-settlement__row--total span:last-child{font-size:1.15rem}.invoice-settlement__row--balance{border-top:1px solid var(--border);color:var(--color-success);margin-top:4px;padding-top:10px;font-weight:700}.invoice-settlement__row--balance span:last-child{font-size:1.05rem}.invoice-settlement__pay-note{color:var(--text-muted);margin:8px 0 0;font-size:.82rem;line-height:1.45}.invoice-payment{border-top:1px dashed var(--border);margin:14px 0 10px;padding-top:14px}.invoice-payment__header{justify-content:flex-end;margin-bottom:12px;display:flex}.invoice-payment__full-paid{color:var(--text-main);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin:0;font-size:.9rem;font-weight:500;display:inline-flex}.invoice-payment__full-paid input{cursor:pointer;width:16px;height:16px;accent-color:var(--brand);margin:0}.invoice-payment__field{grid-template-columns:minmax(132px,38%) minmax(0,1fr);align-items:center;gap:16px;margin-bottom:12px;display:grid}.invoice-payment__label{color:var(--text-main);font-size:.92rem;font-weight:500;line-height:1.3}.invoice-payment__control{min-width:0}.invoice-payment__combo{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;gap:0;width:100%;min-height:40px;display:grid;overflow:hidden}.invoice-payment__currency{box-sizing:border-box;min-width:38px;height:100%;min-height:40px;color:var(--text-muted);background:#f8fafc;border:none;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0 10px;font-size:.9rem;font-weight:600;display:flex}.invoice-payment__amount-input{width:100%;min-width:0;box-shadow:none;font:inherit;box-sizing:border-box;height:100%;min-height:40px;color:var(--text-main);background:#fff;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;border-radius:0;outline:none;flex:1;margin:0;padding:0 12px;font-size:.92rem}.invoice-payment__amount-input::placeholder{color:#94a3b8}.invoice-payment__amount-input:read-only{color:var(--text-main);background:#f8fafc}.invoice-payment__amount-input:focus,.invoice-payment__amount-input:focus-visible{box-shadow:none;outline:none}.invoice-payment__method{appearance:none;box-shadow:none;box-sizing:border-box;width:100%;height:100%;min-height:40px;font:inherit;color:var(--text-main);cursor:pointer;background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:none;border-radius:0;outline:none;min-width:96px;max-width:118px;margin:0;padding:0 30px 0 12px;font-size:.86rem;font-weight:600}.invoice-payment__method:focus,.invoice-payment__method:focus-visible{box-shadow:none;outline:none}.invoice-payment__bank{appearance:none;border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--surface);width:100%;font:inherit;color:var(--text-main);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding:10px 36px 10px 12px;font-size:.9rem;display:block}.invoice-payment__bank:invalid,.invoice-payment__bank option[value=""]{color:var(--text-muted)}@media (width<=720px){.invoice-payment__field{grid-template-columns:1fr;gap:6px}.invoice-payment__combo,.invoice-payment__bank{width:100%}}.invoice-settlement__signature{border-top:1px solid var(--border);flex-direction:column;align-items:flex-end;gap:10px;margin-top:18px;padding-top:14px;display:flex}.invoice-settlement__signature p{text-align:right;width:100%;color:var(--text-muted);margin:0;font-size:.84rem}.invoice-settlement__signature strong{color:var(--text-main)}.invoice-signature__box{border:1px dashed var(--brand-primary);border-radius:var(--radius-sm);background:var(--surface);min-width:180px;min-height:72px;color:var(--brand-primary);cursor:pointer;text-align:center;justify-content:center;align-items:center;padding:10px 14px;font-size:.88rem;font-weight:600;display:flex}.invoice-signature__box input{display:none}.invoice-signature__box .invoice-signature__preview{object-fit:contain;max-width:160px;max-height:64px;margin:0}.invoice-page__header--vyapar h2{font-size:1.65rem}.invoice-party__add-card{flex-direction:column;flex:1;min-height:160px;display:flex;position:relative}.invoice-party__add-card-btn{border:1px dashed var(--brand);border-radius:var(--radius-md);cursor:pointer;width:100%;min-height:180px;font:inherit;background:#10855d0a;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:24px 16px;display:flex}.invoice-party__picker{z-index:5;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-md);flex-direction:column;gap:8px;padding:12px;display:flex;position:absolute;inset:0}.invoice-party__picker .invoice-party__search{background:#fff;border-style:solid}.invoice-party__dropdown--inline{max-height:160px;box-shadow:none;border:1px solid var(--border);position:static}.invoice-party__dropdown--empty{color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px;font-size:.85rem;position:static}.invoice-party__picker-close{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-end;padding:4px 0;font-size:.85rem}.invoice-party__add-icon{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:700;line-height:1;display:inline-flex}.invoice-party__add-title{color:var(--brand-dark);font-weight:700}.invoice-party__add-sub{color:var(--text-muted);font-size:.82rem}.invoice-party__selected--card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);flex:1;padding:12px}.invoice-details-card .invoice-meta__title{align-items:center;gap:8px;margin-bottom:14px;display:flex}.invoice-meta__title-icon{font-size:1rem}.invoice-card--lines{padding:0;overflow:hidden}.invoice-card--lines .invoice-lines__table-wrap{border:none;border-radius:0}.invoice-lines__footer{background:var(--surface);border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:14px 16px 16px;display:flex}.invoice-lines__footer--vyapar{flex-direction:row;align-items:stretch;gap:12px;padding:12px 16px 16px;position:relative}.invoice-lines__footer--vyapar .invoice-lines__btn-add{background:#fff;border-width:1.5px;flex:1;min-height:48px}.invoice-lines__footer--vyapar .invoice-lines__btn-scan{border:1.5px solid var(--brand-primary);border-radius:var(--radius-md);min-width:168px;min-height:48px;color:var(--brand-dark);background:#fff;flex:none;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:.92rem;font-weight:600;display:inline-flex}.invoice-lines__btn-scan-icon{color:var(--brand-primary);flex-shrink:0}.invoice-lines__barcode-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.invoice-lines__btn-add{border:2px dashed var(--brand-primary);border-radius:var(--radius-md);background:var(--brand-primary-muted);width:100%;min-height:52px;color:var(--brand-dark);font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-size:1rem;font-weight:700;transition:background .15s,border-color .15s;display:flex}.invoice-lines__btn-add:hover{border-color:var(--brand);background:#1b6e4b1f}.invoice-lines__btn-add-icon{background:var(--brand-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;font-weight:700;line-height:1;display:inline-flex}.invoice-lines__btn-add--empty{width:auto;min-width:220px;margin:14px auto 0}.invoice-lines__barcode-row{align-items:stretch;gap:8px;display:flex}.invoice-lines__barcode-input{border:1px solid var(--border);border-radius:var(--radius-sm);min-width:0;font:inherit;background:var(--surface);flex:1;padding:10px 12px;font-size:.9rem}.invoice-lines__barcode-input:focus{outline:2px solid var(--brand-primary-muted);border-color:var(--brand-primary)}.invoice-lines__btn-scan{border:1px solid var(--brand-primary);border-radius:var(--radius-sm);background:var(--surface);color:var(--brand-dark);font:inherit;cursor:pointer;white-space:nowrap;flex-shrink:0;padding:10px 16px;font-size:.88rem;font-weight:600}.invoice-lines__btn-scan:hover{background:var(--brand-primary-muted)}@media (width<=640px){.invoice-lines__footer--vyapar{flex-direction:column}.invoice-lines__footer--vyapar .invoice-lines__btn-scan,.invoice-lines__btn-add--empty{width:100%;min-width:0}}.invoice-lines__table--sales{min-width:1080px;font-size:.84rem}.invoice-lines__table--sales th{text-transform:none;letter-spacing:0;color:#6b7280;white-space:nowrap;background:#f3f4f6;padding:10px 8px;font-size:.7rem;font-weight:600}.invoice-lines__table--sales td{vertical-align:middle;padding:12px 8px}.invoice-lines__table--sales th,.invoice-lines__table--sales td{border-bottom-color:#d1d5db}.invoice-lines__table--sales th:not(:last-child),.invoice-lines__table--sales td:not(:last-child){border-right:1px solid #d1d5db}.invoice-lines__table--sales .invoice-lines__row:hover{background:#1b6e4b05}.invoice-lines__th-num,.invoice-lines__table--sales .invoice-lines__num{text-align:center;width:36px}.invoice-lines__th-item{min-width:220px}.invoice-lines__th-info{color:#9ca3af;cursor:help;vertical-align:middle;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;margin-left:4px;font-size:.62rem;font-weight:700;display:inline-flex}.invoice-lines__th-action{text-align:center;width:44px}.invoice-lines__header-add{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;font-weight:700;line-height:1;display:inline-flex}.invoice-lines__header-add:hover{filter:brightness(1.05)}.invoice-lines__item-cell{min-width:240px}.invoice-lines__item-row{align-items:flex-start;gap:10px;display:flex}.invoice-lines__item-thumb{border:1px solid var(--border);background:#f9fafb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.invoice-lines__item-thumb-ph{opacity:.55;font-size:1.1rem}.invoice-lines__item-meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.invoice-lines__item-name{color:var(--text-main);min-width:0;font-size:.88rem;font-weight:700;background:0 0!important;border:none!important;padding:0!important}.invoice-lines__item-name:focus{box-shadow:0 1px 0 var(--brand-primary);outline:none}.invoice-lines__item-sub{color:var(--text-muted);min-width:0;font-size:.76rem;background:0 0!important;border:none!important;padding:0!important}.invoice-lines__item-sub:focus{box-shadow:0 1px 0 var(--border);outline:none}.invoice-lines__view-details{color:var(--brand-primary);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-top:2px;padding:0;font-size:.76rem;font-weight:600}.invoice-lines__view-details:hover{text-decoration:underline}.invoice-lines__cell-input{width:100%;min-width:0;font:inherit;text-align:left;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 8px;font-size:.82rem}.invoice-lines__cell-input--num{text-align:center;max-width:72px}.invoice-lines__cell-input--hsn{text-align:center;max-width:88px}.invoice-lines__unit-text{text-align:center;min-width:48px;color:var(--text-main);text-transform:uppercase;font-size:.82rem;font-weight:600;display:inline-block}.invoice-lines__hsn-text{text-align:center;min-width:48px;color:var(--text-main);font-size:.82rem;font-weight:500;display:inline-block}.invoice-lines__disc-split{background:#fff;border:1px solid #d1d5db;border-radius:6px;flex-direction:column;width:88px;display:flex;overflow:hidden}.invoice-lines__disc-half{align-items:center;gap:4px;min-height:28px;padding:2px 6px;display:flex}.invoice-lines__disc-half--pct{border-bottom:1px solid #d1d5db}.invoice-lines__disc-half span{color:#9ca3af;flex-shrink:0;font-size:.72rem;font-weight:600}.invoice-lines__disc-half input{width:100%;min-width:0;font:inherit;text-align:right;font-size:.82rem;background:0 0!important;border:none!important;padding:2px 0!important}.invoice-lines__disc-half input:focus{outline:none}.invoice-lines__tax-cell{text-align:center;min-width:92px;position:relative}.invoice-lines__tax-select{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.invoice-lines__tax-display{color:var(--text-main);pointer-events:none;flex-direction:column;align-items:center;gap:2px;font-size:.82rem;font-weight:600;display:flex}.invoice-lines__tax-amt{color:var(--text-muted);font-size:.74rem;font-weight:500}.invoice-lines__amount-cell{text-align:right;white-space:nowrap;min-width:96px}.invoice-lines__amount-cell strong{color:var(--text-main);font-size:.95rem;font-weight:700}.invoice-lines__table--sales .invoice-lines__row-actions{text-align:center;width:44px}.invoice-lines__delete{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.invoice-lines__delete:hover{color:#dc2626;background:#fef2f2}.invoice-lines__detail-row td{background:#fafafa;border-bottom:1px solid #d1d5db;padding-top:0;padding-bottom:12px}.invoice-lines__detail-panel{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:10px 12px 4px 50px;display:grid}.invoice-lines__detail-panel label{color:var(--text-muted);flex-direction:column;gap:4px;font-size:.72rem;font-weight:600;display:flex}.invoice-lines__detail-panel input{font:inherit;border:1px solid #d1d5db;border-radius:6px;padding:6px 8px;font-size:.82rem}@media (width<=900px){.invoice-lines__detail-panel{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:12px}}.invoice-lines__empty--boxed{text-align:center;padding:36px 16px!important}.invoice-lines__empty-icon{margin-bottom:8px;font-size:1.6rem;display:block}.invoice-lines__empty-hint{color:var(--text-muted);margin-top:4px;font-size:.82rem;display:block}.invoice-bank-details{gap:8px;margin:0;display:grid}.invoice-bank-details div{grid-template-columns:140px 1fr;gap:8px;font-size:.88rem;display:grid}.invoice-bank-details dt{color:var(--text-muted);margin:0;font-weight:500}.invoice-bank-details dd{margin:0;font-weight:600}.invoice-bank-details__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;display:flex}.invoice-bank-details__select{border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;padding:6px 10px}.invoice-text-link--danger{color:var(--color-error)}.invoice-settlement__top-links{flex-wrap:wrap;gap:16px;margin-bottom:12px;display:flex}.invoice-settlement__tcs-block{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:12px 0;padding:12px 0}.invoice-settlement__tcs-controls{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.invoice-settlement__tcs-controls select{border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;min-width:140px;padding:8px 10px}.invoice-settlement__tcs-amount{margin-left:auto;font-weight:700}.invoice-settlement__total-value{color:var(--brand);font-size:1.25rem;font-weight:800}.invoice-party-split--single{grid-template-columns:1fr}.invoice-party-split--single .invoice-party-col--bill{border-right:none;padding-right:0}.invoice-party-col{flex-direction:column;min-width:0;padding:0 16px 12px;display:flex}.invoice-party-col--bill{border-right:1px solid var(--border);padding-left:0}.invoice-party-col--ship{padding-right:0}.invoice-party-col__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.invoice-party-col__head .invoice-section-title{margin:0}.invoice-party-change{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-main);cursor:pointer;white-space:nowrap;padding:6px 12px;font-size:.82rem;font-weight:600}.invoice-party-change:hover{border-color:var(--brand-primary);color:var(--brand-dark)}.invoice-party-col__body{flex:1;min-height:0}.invoice-party-name{color:var(--text-main);margin:0 0 6px;font-size:.95rem;font-weight:700}.invoice-party-address{color:var(--text-muted);margin:0 0 8px;font-size:.82rem;line-height:1.45}.invoice-party-field{margin:0 0 4px;font-size:.82rem;line-height:1.4}.invoice-party-field__label{color:var(--text-muted);margin-right:4px}.invoice-party-field__value{color:var(--text-main)}.invoice-party-empty{color:var(--text-muted);margin:0;font-size:.82rem;font-style:italic}.invoice-party-pos{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.invoice-party-pos__label{color:var(--text-main);margin-bottom:6px;font-size:.82rem;font-weight:600;display:block}.invoice-party-pos__search-wrap{position:relative}.invoice-party-pos__icon{opacity:.55;pointer-events:none;font-size:.85rem;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.invoice-party-pos__input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font:inherit;background:var(--surface);padding:8px 10px 8px 30px}.invoice-party-pos__dropdown{z-index:25;position:absolute;top:calc(100% + 4px);left:0;right:0}@media (width<=900px){.invoice-party-split{grid-template-columns:1fr}.invoice-party-col--bill{border-right:none;border-bottom:1px solid var(--border);padding-bottom:16px;padding-right:0}.invoice-party-col--ship{padding-top:16px;padding-left:0}}.invoice-list-page{padding:24px 28px 32px}.invoice-list-page__top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.invoice-list-page__top h1{color:var(--brand-dark);margin:0;font-size:1.35rem;font-weight:700}.invoice-list-page__top-actions{align-items:center;gap:8px;display:flex}.invoice-list-page__icon-btn{border:1px solid var(--border);border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#fff;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.invoice-list-page__icon-btn:disabled{opacity:.55;cursor:default}.invoice-list-page__loading{text-align:center;color:var(--text-muted);padding:32px;font-size:.95rem}.invoice-list-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin:0;padding:0;overflow:hidden}.card.invoice-list-card{margin:0;padding:0}.invoice-list__toolbar{border-bottom:1px solid var(--border);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.invoice-list__toolbar-left,.invoice-list__toolbar-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.invoice-list__search,.invoice-list__date-filter{border:1px solid var(--border);border-radius:var(--radius-md);min-width:220px;box-shadow:none;background:#fff;align-items:center;gap:8px;margin:0;padding:0 12px;font-weight:400;display:flex}.invoice-list-page .invoice-list__search input,.invoice-list-page .invoice-list__date-filter select{width:100%;min-width:0;box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;margin-top:0;padding:10px 0;font-size:.92rem}.invoice-list-page .invoice-list__search input:focus,.invoice-list-page .invoice-list__date-filter select:focus{box-shadow:none;border:none;outline:none}.invoice-list__search:focus-within,.invoice-list__date-filter:focus-within{border-color:var(--border-focus);box-shadow:var(--focus-ring)}.invoice-list__date-filter select{cursor:pointer}.invoice-list__search-icon{color:var(--text-muted);flex-shrink:0;font-size:1rem}.invoice-list__calendar-icon{flex-shrink:0;font-size:.95rem}.invoice-list__bulk{white-space:nowrap}.invoice-list__summary{color:var(--text-muted);border-bottom:1px solid var(--border);background:#fafafa;justify-content:space-between;gap:12px;padding:10px 18px;font-size:.88rem;display:flex}.invoice-list__error{color:var(--color-error);background:var(--color-error-bg);margin:0;padding:12px 18px}.invoice-list__table-wrap{overflow-x:auto}.invoice-list__table{border-collapse:collapse;width:100%;font-size:.92rem}.invoice-list__table thead th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;background:#f3f4f6;padding:12px 14px;font-size:.78rem;font-weight:700}.invoice-list__table tbody td{vertical-align:middle;color:var(--brand-dark);border-bottom:1px solid #eef0f2;padding:14px}.invoice-list__table tbody tr:hover{background:#fafbff}.invoice-list__check-col{width:44px}.invoice-list__amount-col{text-align:right;white-space:nowrap;font-weight:600}.invoice-list__actions-col{text-align:center;width:48px}.invoice-list__th-btn{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;display:inline-flex}.invoice-list__sort{opacity:.45;font-size:.75rem}.invoice-list__sort.is-active{opacity:1;color:var(--brand-primary)}.invoice-list__link{color:var(--brand-primary);font-weight:600;text-decoration:none}.invoice-list__link:hover{text-decoration:underline}.invoice-list__party{color:var(--brand-dark)}.invoice-list__status{text-transform:capitalize;border-radius:999px;align-items:center;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.invoice-list__status--paid{color:#15803d;background:#dcfce7}.invoice-list__status--partial{color:#b45309;background:#fef3c7}.invoice-list__status--unpaid{color:#b91c1c;background:#fee2e2}.invoice-list__status--credit{color:#4338ca;background:#e0e7ff}.invoice-list__empty{text-align:center;color:var(--text-muted);padding:32px 16px!important}.invoice-list__empty-state{text-align:center;color:var(--text-muted);padding:48px 16px!important}.invoice-list__empty-state p{margin:12px 0 0;font-size:.95rem}.invoice-list__empty-icon{color:#9ca3af;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.75rem;display:inline-flex}.invoice-list__empty-doc{color:#94a3b8;border:2px dashed #cbd5e1;border-radius:6px;justify-content:center;align-items:center;width:36px;height:44px;font-size:1rem;font-weight:700;display:inline-flex;position:relative}.invoice-list__menu-wrap{display:inline-block;position:relative}.invoice-list__menu-btn{border-radius:var(--radius-md);cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:0 0;border:none;font-size:1.1rem;line-height:1}.invoice-list__menu-btn:hover{color:var(--brand-dark);background:#f3f4f6}.invoice-list__menu{z-index:20;border:1px solid var(--border);border-radius:var(--radius-md);min-width:160px;box-shadow:var(--shadow-md);background:#fff;flex-direction:column;padding:6px;display:flex;position:absolute;top:calc(100% + 4px);right:0}.invoice-list__menu button,.invoice-list__menu a{border-radius:var(--radius-sm);text-align:left;width:100%;color:var(--brand-dark);cursor:pointer;background:0 0;border:none;padding:10px 12px;font-size:.88rem;text-decoration:none;display:block}.invoice-list__menu button:hover,.invoice-list__menu a:hover{background:#f3f4f6}@media (width<=900px){.invoice-list__toolbar{flex-direction:column;align-items:stretch}.invoice-list__toolbar-left,.invoice-list__toolbar-right{width:100%}.invoice-list__search{flex:1;min-width:0}}.reports-page{flex-direction:column;gap:16px;display:flex}.reports-page__card{padding:20px}.reports-page__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.reports-page__header h2{margin:0 0 4px}.reports-page__header p{color:#64748b;margin:0}.reports-page__filters{flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:16px;display:flex}.reports-page__tabs{flex-wrap:wrap;gap:8px;width:100%;display:flex}.reports-page__tab{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 14px}.reports-page__tab.is-active{color:#fff;background:#0f8b5f;border-color:#0f8b5f}.reports-page__filters label{color:#64748b;flex-direction:column;gap:4px;font-size:12px;display:flex}.reports-page__filters input[type=date]{border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px}.reports-page__error{color:#b91c1c}.reports-page__totals,.reports-page__kpi-grid{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.reports-page__totals span,.reports-page__kpi{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;min-width:140px;padding:10px 12px}.reports-page__kpi{flex-direction:column;gap:4px;display:flex}.reports-page__kpi span{color:#64748b;background:0 0;border:0;padding:0;font-size:12px}.reports-page__kpi--net{background:#ecfdf5;border-color:#a7f3d0}.reports-page__table-wrap{overflow:auto}.reports-page__table{border-collapse:collapse;width:100%}.reports-page__table th,.reports-page__table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:10px 8px}.reports-page__table th{color:#64748b;font-size:12px;font-weight:600}.gstr1-page{color:#0f172a;background:#f8fafc;min-height:100%}.gstr1-page__topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.gstr1-page__title{align-items:center;gap:12px;display:flex}.gstr1-page__title h1{margin:0;font-size:18px;font-weight:700}.gstr1-page__back{color:#334155;font-size:22px}.gstr1-page__toolbar{background:#fff;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:14px 18px 18px;display:flex}.gstr1-page__toolbar label{color:#64748b;gap:5px;font-size:12px;display:grid}.gstr1-page__toolbar input{border:1px solid #cbd5e1;border-radius:4px;min-width:160px;height:34px;padding:0 10px}.gstr1-page__tabs{background:#fff;border-bottom:1px solid #e5e7eb;gap:18px;padding:0 18px;display:flex;overflow-x:auto}.gstr1-page__tabs button{color:#475569;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:11px 0 9px;font-size:12px;font-weight:600}.gstr1-page__tabs button.is-active{color:#4f46e5;border-color:#4f46e5}.gstr1-page__totals{flex-wrap:wrap;gap:10px;padding:14px 18px 8px;display:flex}.gstr1-page__total{background:#fff;border:1px solid #dbe3ee;border-radius:4px;align-items:center;gap:6px;min-height:36px;padding:0 14px;font-size:13px;display:flex}.gstr1-page__total span{color:#64748b}.gstr1-page__warnings{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:4px;gap:5px;margin:8px 18px;padding:10px 12px;font-size:12px;display:grid}.gstr1-page__table-card{background:#fff;border:1px solid #dbe3ee;border-radius:6px;margin:10px 18px 28px;overflow:hidden}.gstr1-page__table-wrap{overflow-x:auto}.gstr1-page__table{border-collapse:collapse;width:100%;min-width:980px;font-size:12px}.gstr1-page__table th{color:#0f172a;text-align:left;background:#f1f5f9;font-weight:700}.gstr1-page__table th,.gstr1-page__table td{white-space:nowrap;border-bottom:1px solid #dbe3ee;border-right:1px solid #dbe3ee;padding:10px 12px}.gstr1-page__empty{color:#64748b;padding:24px}.gstr1-page__error{color:#b91c1c;margin:10px 18px}.gstr1-page__note{text-align:center;color:#7c2d12;background:#fff7dd;margin:26px 0 0;padding:10px 18px;font-size:12px}@media (width<=720px){.gstr1-page__topbar,.gstr1-page__toolbar{flex-direction:column;align-items:stretch}.gstr1-page__toolbar input,.gstr1-page__toolbar button{width:100%}}.cash-bank-modal__preview{border-radius:var(--radius-md);color:var(--brand-dark);background:#f0fdf4;margin:0;padding:10px 12px;font-size:.92rem}.cash-bank-modal__confirm{color:var(--text-muted);align-items:flex-start;gap:10px;font-size:.92rem;display:flex}.cash-bank-modal__share-text{border-radius:var(--radius-md);white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e8f0;margin:0;padding:12px;font-family:inherit;font-size:.9rem}.btn-danger{color:#fff;background:#dc2626;border:none}.btn-danger:hover{background:#b91c1c}.cash-bank-page{flex-direction:column;gap:16px;padding:24px 28px 32px;display:flex}.cash-bank-page__header-card{padding:18px 20px}.cash-bank-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cash-bank-page__header h2{letter-spacing:-.03em;color:var(--brand-dark);margin:0;font-size:1.75rem;font-weight:800}.cash-bank-page__header p{color:var(--text-muted);margin:6px 0 0;font-size:.95rem}.cash-bank-page__header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cash-bank-page__alert{border-radius:var(--radius-md);padding:12px 16px;font-size:.9rem}.cash-bank-page__alert--error{background:var(--color-error-bg);color:var(--color-error);border:1px solid #fecaca}.cash-bank-page__alert--success{background:var(--color-success-bg);color:var(--color-success);border:1px solid #a7f3d0}.cash-bank-page__layout{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:16px;display:grid}@media (width<=980px){.cash-bank-page__layout{grid-template-columns:1fr}}.cash-bank-page__sidebar{flex-direction:column;gap:8px;padding:14px;display:flex}.cash-bank-page__total-card{border-radius:var(--radius-md);background:linear-gradient(135deg,#eff6ff 0%,#eef2ff 100%);border:1px solid #c7d2fe;flex-direction:column;gap:4px;margin-bottom:6px;padding:14px 16px;display:flex}.cash-bank-page__total-card span{color:var(--text-muted);font-size:.88rem;font-weight:600}.cash-bank-page__total-card strong{color:var(--brand-dark);font-size:1.5rem}.cash-bank-page__section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-top:8px;font-size:.78rem;font-weight:700}.cash-bank-page__section-label--unlinked{justify-content:space-between;align-items:center;gap:8px;display:flex}.cash-bank-page__account-row{border-radius:var(--radius-md);text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.cash-bank-page__account-row:hover{background:#f8fafc;border-color:#c7d2fe}.cash-bank-page__account-row.is-active{border-color:var(--brand-primary,#4f46e5);background:#eef2ff}.cash-bank-page__account-row.is-inactive{opacity:.65}.cash-bank-page__account-row div{flex-direction:column;gap:2px;min-width:0;display:flex}.cash-bank-page__account-row strong{color:var(--brand-dark);font-size:.95rem}.cash-bank-page__account-row span{color:var(--text-muted);font-size:.8rem}.cash-bank-page__unlinked-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cash-bank-page__unlinked-item{border-radius:var(--radius-md);background:#fffbeb;border:1px dashed #fbbf24;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.cash-bank-page__unlinked-item div{flex-direction:column;gap:2px;display:flex}.cash-bank-page__unlinked-item strong{color:var(--brand-dark)}.cash-bank-page__unlinked-item span{color:var(--text-muted);font-size:.78rem}.cash-bank-page__detail{min-height:420px;padding:18px 20px}.cash-bank-page__detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.cash-bank-page__detail-header h3{color:var(--brand-dark);margin:0;font-size:1.25rem}.cash-bank-page__detail-header p{color:var(--text-muted);margin:6px 0 0;font-size:.88rem}.cash-bank-page__detail-actions{flex-wrap:wrap;gap:8px;display:flex}.cash-bank-page__filters{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.cash-bank-page__filters label{color:var(--text-muted);flex-direction:column;gap:4px;font-size:.82rem;display:flex}.cash-bank-page__filters input{border-radius:var(--radius-md);border:1px solid #d1d5db;padding:8px 10px}.cash-bank-page__empty,.cash-bank-page__empty-inline{color:var(--text-muted);font-size:.9rem}.cash-bank-page__empty{text-align:center;padding:24px 0}.cash-bank-page__list-card{padding:18px 20px}.cash-bank-page__list-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.cash-bank-page__list-header h3{margin:0}.cash-bank-page__table-wrap{overflow-x:auto}.cash-bank-page__table{border-collapse:collapse;width:100%;font-size:.9rem}.cash-bank-page__table th,.cash-bank-page__table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:10px 12px}.cash-bank-page__table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:#f9fafb;font-size:.78rem}.cash-bank-page__num{text-align:right;white-space:nowrap}.cash-bank-page__qr-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.cash-bank-page__qr-card{border-radius:var(--radius-md);border:1px solid #e5e7eb;flex-direction:column;gap:10px;padding:14px;display:flex}.cash-bank-page__qr-card div{flex-direction:column;gap:4px;display:flex}.cash-bank-page__qr-image{object-fit:contain;border-radius:var(--radius-md);border:1px solid #e5e7eb;width:120px;height:120px}.btn-sm{padding:6px 10px;font-size:.82rem}.invoice-settings-page,.invoice-settings-stores{background:#f5f7fa;min-height:100%;padding:20px 24px 36px}.invoice-settings-stores header h2,.invoice-settings-header h2{color:var(--brand-dark);margin:0}.invoice-settings-stores header p,.invoice-settings-header p{color:var(--text-muted);margin:5px 0 0}.invoice-settings-header{z-index:5;background:#f5f7fa;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex;position:sticky;top:0}.invoice-settings-back{color:var(--brand-primary);cursor:pointer;background:0 0;border:0;margin-bottom:7px;padding:0}.invoice-settings-workspace{grid-template-columns:minmax(560px,1.45fr) minmax(340px,.8fr);align-items:start;gap:16px;display:grid}.invoice-settings-preview{flex-direction:column;min-width:0;height:calc(100vh - 135px);display:flex;position:sticky;top:105px}.invoice-settings-preview .invoice-preview{flex:1;min-height:0}.invoice-settings-preview .invoice-preview__title{display:none}.invoice-settings-preview .invoice-preview__viewport{height:100%;min-height:0}.invoice-settings-controls{flex-direction:column;gap:10px;display:flex}.invoice-settings-panel{background:#fff;border:1px solid #dfe4ea;border-radius:10px;padding:13px}.invoice-settings-panel h3,.invoice-settings-panel summary{cursor:pointer;margin:0;font-size:.9rem;font-weight:750}.invoice-settings-panel summary{list-style:none}.invoice-settings-panel summary::-webkit-details-marker{display:none}.invoice-settings-panel[open] summary{margin-bottom:12px}.invoice-settings-panel label{margin:9px 0;font-size:.8rem;display:block}.invoice-settings-panel input[type=text],.invoice-settings-panel input:not([type]),.invoice-settings-panel select,.invoice-settings-panel textarea{background:#fff;border:1px solid #d8dee6;border-radius:6px;width:100%;margin-top:5px;padding:8px;display:block}.invoice-settings-panel textarea{resize:vertical;min-height:65px}.invoice-theme-selected{border:2px solid var(--brand-primary);background:var(--brand-primary-muted);border-radius:8px;align-items:center;gap:10px;margin-top:10px;padding:10px;display:flex}.invoice-theme-list{flex-direction:column;gap:8px;max-height:420px;margin-top:10px;padding-right:2px;display:flex;overflow:auto}.invoice-theme-option{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:#fff;border:1px solid #d8dee6;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.invoice-theme-option:hover{border-color:var(--brand-primary)}.invoice-theme-option.is-active{border:2px solid var(--brand-primary);background:var(--brand-primary-muted)}.invoice-theme-option>span,.invoice-theme-selected>span{letter-spacing:.04em;background:#fff;border:1px solid #cbd5e1;flex-shrink:0;place-items:center;width:48px;height:64px;font-size:.72rem;font-weight:800;display:grid}.invoice-theme-option div,.invoice-theme-selected div{flex-direction:column;flex:1;min-width:0;display:flex}.invoice-theme-option strong,.invoice-theme-selected strong{font-size:.9rem}.invoice-theme-option small,.invoice-theme-selected small{color:#64748b;margin-top:3px;line-height:1.35}.invoice-theme-option>b,.invoice-theme-selected>b{color:#166534;flex-shrink:0;font-size:.7rem}.invoice-color-palette{gap:5px;margin-top:10px;display:flex}.invoice-color-palette button,.invoice-color-palette input{cursor:pointer;border:2px solid #0000;border-radius:4px;width:44px;height:28px;padding:0}.invoice-color-palette button.is-active{border-color:#111;box-shadow:inset 0 0 0 2px #fff}.invoice-toggle-list{grid-template-columns:1fr 1fr;gap:6px 12px;display:grid}.invoice-toggle-list label{align-items:center;gap:8px;margin:0;padding:6px 0;display:flex}.invoice-toggle-list input{width:16px;height:16px}.invoice-logo-row{align-items:center;gap:10px;display:flex}.invoice-logo-row img{object-fit:contain;border:1px solid #ddd;width:64px;height:48px}.invoice-logo-row button{color:#b91c1c;cursor:pointer;background:0 0;border:0}.invoice-settings__error{color:#b91c1c;background:#fef2f2;border-radius:7px;padding:10px}.invoice-settings__success{color:#166534;background:#f0fdf4;border-radius:7px;padding:10px}.invoice-settings__state{text-align:center;margin:24px;padding:30px}.invoice-settings-store-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:20px;display:grid}.invoice-settings-store-card{min-height:150px;color:inherit;background:#fff;border:1px solid #dfe4ea;border-radius:10px;flex-direction:column;gap:8px;padding:18px;text-decoration:none;display:flex}.invoice-settings-store-card:hover{border-color:var(--brand-primary);box-shadow:0 5px 18px #0f172a12}.invoice-settings-store-card span,.invoice-settings-store-card small{color:#64748b}.invoice-settings-store-card b{color:var(--brand-primary);margin-top:auto;font-size:.85rem}@media (width<=1100px){.invoice-settings-workspace{grid-template-columns:1fr}.invoice-settings-preview{height:auto;min-height:720px;position:static}.invoice-settings-preview .invoice-preview__viewport{min-height:680px}}@media (width<=640px){.invoice-settings-page,.invoice-settings-stores{padding:14px}.invoice-settings-header{align-items:flex-start}.invoice-toggle-list{grid-template-columns:1fr}.invoice-settings-preview{min-height:560px}.invoice-settings-preview .invoice-preview__viewport{min-height:520px}}.invoice-preview{flex-direction:column;min-width:0;height:100%;display:flex}.invoice-preview__title{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.invoice-preview__badge{color:#334155;letter-spacing:.04em;background:#fff;border:1px solid #94a3b8;border-radius:999px;justify-content:center;align-items:center;min-width:28px;padding:1px 7px;font-size:.7rem;font-weight:700;display:inline-flex}.invoice-preview--a5 .invoice-preview__badge{color:#9a3412;background:#fff7ed;border-color:#c45c26}.invoice-preview--a4 .invoice-preview__badge{color:#166534;background:#f0fdf4;border-color:#0f8b5f}.invoice-preview__theme,.invoice-preview__source{color:#64748b;font-size:.75rem;font-weight:400}.invoice-preview__error{color:#b91c1c;margin:0 0 .5rem;font-size:.8125rem}.invoice-preview__viewport{background:linear-gradient(#eef2f6 0%,#e4e9ef 100%);border:1px solid #d7dee7;border-radius:10px;flex:1;min-height:0;padding:16px;overflow:auto}.invoice-preview__scale{margin:0 auto}.invoice-preview__sheet{background:#fff;border:1px solid #cbd5e1;overflow:hidden;box-shadow:0 1px 2px #0f172a0f,0 12px 28px #0f172a1f}.invoice-preview__iframe{background:#fff;border:none;width:100%;height:100%;display:block}.invoice-preview__placeholder{color:#64748b;background:#fff;justify-content:center;align-items:center;height:100%;font-size:.875rem;display:flex}.expense-page{min-height:calc(100vh - 48px);color:var(--text-main);background:var(--surface);margin:-24px -28px -32px;padding:0 0 24px}.expense-topbar,.expense-topbar__title,.expense-actions,.expense-item-actions,.expense-filters{align-items:center;gap:10px;display:flex}.expense-topbar{z-index:10;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;min-height:54px;padding:10px 16px;position:sticky;top:0}.expense-topbar h2{color:var(--brand-dark);margin:0;font-size:18px;font-weight:700}.expense-back-btn,.expense-icon-btn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-main);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.expense-icon-btn{border-color:var(--border);background:var(--surface)}.expense-back-btn:hover,.expense-icon-btn:hover{color:var(--brand-primary);background:var(--brand-primary-muted)}.expense-store-control{max-width:220px}.expense-alert{border:1px solid color-mix(in srgb, var(--color-error) 25%, var(--border));background:var(--color-error-bg);color:var(--color-error);border-radius:var(--radius-sm);margin:12px 16px 0;padding:10px 12px}.expense-form-grid{background:var(--surface-2);grid-template-columns:1fr 1fr;gap:12px;padding:14px 16px;display:grid}.expense-card,.expense-items,.expense-total,.expense-detail,.expense-filters{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:12px}.expense-card{align-content:start;gap:12px;min-height:214px;display:grid}.expense-card__row{grid-template-columns:minmax(0,1fr) minmax(180px,1fr);gap:10px;display:grid}.expense-card label,.expense-total label,.expense-filters label,.expense-modal label{color:var(--text-muted);gap:4px;margin:0;font-size:12px;font-weight:600;display:grid}.expense-card input,.expense-card select,.expense-card textarea,.expense-total input,.expense-filters input,.expense-item-actions select,.expense-item-actions button,.expense-table input,.expense-table select,.expense-modal input,.expense-modal select{border:1px solid var(--border);background:var(--surface);min-height:32px;color:var(--text-main);border-radius:4px;margin:0;padding:7px 10px;font-size:13px}.expense-card textarea{resize:vertical;min-height:58px}.expense-switch{border:1px solid var(--border);min-height:36px;color:var(--text-main);border-radius:4px;grid-template-columns:1fr auto;align-items:center;padding:7px 12px;font-weight:500}.expense-switch input{width:32px;min-height:auto;accent-color:var(--brand-primary)}.expense-muted-field input::placeholder{color:var(--text-placeholder)}.expense-category-add{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px;display:flex}.expense-category-add input{flex:160px;min-width:140px}.expense-category-add__error{color:var(--color-error);flex:100%;margin:0;font-size:12px}.expense-items{box-shadow:none;border:0;margin:14px 16px 0;padding:0}.expense-item-actions{border:1px dashed var(--accent-blue);background:var(--surface);border-radius:0;justify-content:center;width:min(100%,1184px);min-height:32px;margin-bottom:12px;padding:0}.expense-item-actions button{min-height:30px;color:var(--accent-blue);cursor:pointer;background:0 0;border:0;font-size:12px}.expense-item-actions select{border:0;border-right:1px solid var(--border);width:180px;min-height:30px;color:var(--accent-blue);background:0 0;border-radius:0;font-size:12px}.expense-table{border-collapse:collapse;width:100%;font-size:13px}.expense-table th,.expense-table td{border-bottom:1px solid var(--border);text-align:left;padding:8px}.expense-table input,.expense-table select{width:100%}.expense-total{max-width:1184px;box-shadow:none;border:0;justify-content:flex-start;align-items:center;gap:12px;margin:12px 16px 0;padding:0;display:flex}.expense-total strong{min-width:190px;color:var(--brand-dark);font-size:14px}.expense-total__breakdown{color:var(--text-muted);font-size:12px}.expense-total__paid{width:190px;margin-left:auto}.expense-total__amount{border:1px solid var(--border);background:var(--surface-2);width:160px;min-height:32px;color:var(--text-main);border-radius:4px;justify-content:flex-end;align-items:center;padding:6px 10px;font-size:13px;font-weight:700;display:inline-flex}.expense-modal{z-index:50;background:#0f172ac7;place-items:center;display:grid;position:fixed;inset:0}.expense-modal__dialog{background:var(--surface);border-radius:var(--radius-sm);width:min(720px,100vw - 32px);box-shadow:var(--shadow-lg)}.expense-modal__dialog header,.expense-modal__dialog footer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px;display:flex}.expense-modal__dialog footer{border-bottom:0;border-top:1px solid var(--border);justify-content:flex-end;gap:10px}.expense-modal__dialog h3{margin:0;font-size:16px}.expense-modal__grid{grid-template-columns:1fr 1fr;gap:14px;padding:14px;display:grid}.expense-combo{grid-template-columns:1fr 130px;display:grid}.expense-detail{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px;display:grid}.expense-detail div{gap:4px;display:grid}.expense-detail span{color:var(--text-muted);font-size:12px}.expense-filters{margin-bottom:12px}@media (width<=800px){.expense-page{margin:-16px}.expense-form-grid,.expense-modal__grid,.expense-detail,.expense-card__row{grid-template-columns:1fr}.expense-topbar,.expense-total,.expense-filters{flex-direction:column;align-items:stretch}.expense-actions{flex-wrap:wrap}.expense-total__paid,.expense-total__amount{width:100%}}.accounting-page{gap:18px;padding:4px;display:grid}.accounting-page header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.accounting-page h1,.accounting-page h2,.accounting-page h3{margin:0}.accounting-page p{color:#64748b;margin:5px 0}.accounting-card,.accounting-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:14px;padding:20px;display:grid}.accounting-alert{border-radius:10px;padding:12px 16px}.accounting-alert--ok{color:#166534;background:#ecfdf5}.accounting-alert--error{color:#991b1b;background:#fef2f2}.accounting-actions,.accounting-grid,.journal-line{flex-wrap:wrap;gap:10px;display:flex}.accounting-page input,.accounting-page select,.accounting-page button{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px}.accounting-page button{color:#fff;cursor:pointer;background:#0f766e;border:0}.accounting-link{font-weight:700;color:#0f766e!important;background:0 0!important;padding:0!important}.profit-result{color:#86efac}.loss-result{color:#fca5a5}.journal-line select{flex:1;min-width:240px}.accounting-section table{border-collapse:collapse;width:100%}.accounting-section th,.accounting-section td{text-align:right;border-bottom:1px solid #e2e8f0;padding:11px}.accounting-section th:first-child,.accounting-section td:first-child{text-align:left}.accounting-section small{color:#64748b;display:block}.accounting-equation{color:#fff;background:#0f172a;border-radius:14px;justify-content:space-between;padding:18px;display:flex}@media (width<=700px){.accounting-page header,.accounting-equation{flex-direction:column}.journal-line>*{width:100%}}
