:root{--brand-primary: #f59e0b;--brand-secondary: #101827;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f6f9;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f9}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:245px;background:var(--brand-secondary);color:#fff;padding:22px 14px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;gap:12px;align-items:center;padding:0 8px 22px;border-bottom:1px solid #243044;margin-bottom:18px}.brand-mark{width:42px;height:42px;border-radius:12px;background:var(--brand-primary);color:#111827;display:grid;place-items:center;font-weight:900;font-size:22px}.brand strong{display:block;letter-spacing:1px;font-size:18px}.brand span{color:#94a3b8;font-size:12px}.sidebar nav{display:grid;gap:5px}.nav-item{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;color:#cbd5e1;transition:.15s;font-size:14px}.nav-item:hover,.nav-item.active{background:#1d293b;color:#fff}.nav-item.primary{margin:6px 0;background:var(--brand-primary);color:#111827;font-weight:800}.nav-item.primary:hover,.nav-item.primary.active{background:color-mix(in srgb,var(--brand-primary) 86%,white)}.sidebar-foot{margin-top:auto;color:#7f8da3;font-size:12px;display:flex;align-items:center;gap:8px;padding:12px}.content{margin-left:245px;min-height:100vh;padding:30px}.mobile-nav{display:none}.page{max-width:1320px;margin:0 auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.page-head h1{margin:0 0 4px;font-size:28px;color:#101827}.page-head p{margin:0;color:#64748b;font-size:14px}.actions{display:flex;gap:8px;flex-wrap:wrap}.btn{border:0;border-radius:9px;padding:10px 14px;font-weight:700;background:#e8edf4;color:#1e293b;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:hover{filter:brightness(.97)}.btn.primary{background:var(--brand-primary);color:#151515}.btn.dark{background:#111827;color:#fff}.btn.danger{background:#fee2e2;color:#991b1b}.btn.success{background:#dcfce7;color:#166534}.btn.ghost{background:transparent;border:1px solid #dbe2ea}.btn.sm{padding:7px 9px;font-size:12px}.grid{display:grid;gap:16px}.grid.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid #e5eaf0;border-radius:14px;box-shadow:0 2px 12px #0f172a09}.card-pad{padding:20px}.metric{padding:18px}.metric-label{color:#64748b;font-size:13px;margin-bottom:9px;display:flex;justify-content:space-between;align-items:center}.metric-value{font-size:26px;font-weight:850;letter-spacing:-.5px;color:#111827}.metric-sub{font-size:12px;color:#94a3b8;margin-top:5px}.metric-icon{width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--brand-primary) 13%,white);color:#7c4a03;display:grid;place-items:center}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;gap:12px}.section-title h2{margin:0;font-size:18px}.section-title p{margin:3px 0 0;color:#64748b;font-size:13px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:12px 14px;border-bottom:1px solid #e8edf2;white-space:nowrap}td{padding:13px 14px;border-bottom:1px solid #edf1f5;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafbfc}.right{text-align:right}.center{text-align:center}.mono{font-variant-numeric:tabular-nums}.text-muted{color:#64748b}.text-profit{color:#15803d;font-weight:700}.text-danger{color:#b91c1c}.badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700;background:#edf2f7;color:#475569}.badge.success{background:#dcfce7;color:#166534}.badge.warning{background:#fef3c7;color:#92400e}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1 / -1}label{font-size:12px;font-weight:700;color:#475569}input,select,textarea{width:100%;border:1px solid #d8e0e9;border-radius:9px;background:#fff;padding:10px 11px;color:#172033;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 18%,transparent)}textarea{min-height:85px;resize:vertical}.checkbox{display:flex;align-items:center;gap:8px}.checkbox input{width:auto}.help{font-size:11px;color:#94a3b8}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:100;display:grid;place-items:center;padding:18px}.modal{width:min(680px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 24px 70px #00000038}.modal-head,.modal-foot{padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-head{border-bottom:1px solid #edf1f5}.modal-head h2{margin:0;font-size:18px}.modal-body{padding:20px}.modal-foot{border-top:1px solid #edf1f5;justify-content:flex-end}.icon-btn{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;background:#f1f5f9}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:14px;flex-wrap:wrap}.toolbar .search{flex:1;min-width:220px}.empty{text-align:center;padding:45px 20px;color:#64748b}.empty strong{color:#334155;display:block;margin-bottom:5px}.sale-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.7fr);gap:18px;align-items:start}.summary{position:sticky;top:20px}.summary-row{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px dashed #e2e8f0;font-size:13px}.summary-row.total{font-size:20px;font-weight:800;border-bottom:0;padding-top:16px}.product-picker{display:grid;grid-template-columns:minmax(180px,1fr) 90px 125px auto;gap:8px;align-items:end}.sale-mobile-card{display:none}.alert{padding:11px 13px;border-radius:9px;font-size:13px;margin-bottom:14px;background:#fef3c7;color:#92400e}.alert.success{background:#dcfce7;color:#166534}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quick-list{display:grid;gap:8px}.quick-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #edf1f5}.quick-item:last-child{border-bottom:0}@media (max-width: 1100px){.grid.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.sale-layout{grid-template-columns:1fr}.summary{position:static}}@media (max-width: 780px){.sidebar{display:none}.content{margin-left:0;padding:18px 14px 90px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);bottom:0;left:0;right:0;z-index:50;background:#fffffff7;border-top:1px solid #dfe5ec;padding:6px 6px max(6px,env(safe-area-inset-bottom));box-shadow:0 -5px 20px #0f172a0f}.mobile-item{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center;min-height:52px;color:#64748b;border-radius:9px}.mobile-item small{font-size:10px}.mobile-item.active{color:#111827;background:#f1f5f9}.mobile-item.primary{background:var(--brand-primary);color:#111827;transform:translateY(-9px);box-shadow:0 5px 16px color-mix(in srgb,var(--brand-primary) 28%,transparent)}.page-head{align-items:stretch;flex-direction:column;margin-bottom:18px}.page-head h1{font-size:23px}.page-head .actions .btn{flex:1}.grid.cards{grid-template-columns:1fr 1fr;gap:10px}.metric{padding:14px}.metric-value{font-size:20px}.metric-label{font-size:11px}.form-grid,.two-col{grid-template-columns:1fr}.product-picker{grid-template-columns:1fr 72px}.product-picker .price-field{grid-column:1 / 2}.product-picker .add-field{grid-column:2 / 3}.desktop-table{display:none}.sale-mobile-card{display:grid;gap:7px;padding:14px;border-bottom:1px solid #edf1f5}.sale-mobile-card .top{display:flex;justify-content:space-between;gap:10px}.modal{max-height:94vh}}@media (max-width: 420px){.grid.cards{grid-template-columns:1fr}.actions{width:100%}}.alert.error{background:#fee2e2;color:#991b1b}.sidebar-account{margin-top:auto;padding:14px 10px;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:8px}.account-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#94a3b8}.logout-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:9px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#e2e8f0;font-weight:700;cursor:pointer}.logout-btn:hover{background:#ffffff1c}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 10% 10%,color-mix(in srgb,var(--brand-primary) 13%,transparent),transparent 32%),#f4f7fb}.login-card{width:min(430px,100%);background:#fff;border:1px solid #e3e8ef;border-radius:20px;padding:28px;box-shadow:0 24px 60px #0f172a1a}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:32px}.login-brand>div:last-child{display:grid}.login-brand strong{font-size:18px;letter-spacing:.04em}.login-brand span{color:#64748b;font-size:11px}.login-mark{flex:0 0 auto}.login-copy{margin-bottom:22px}.login-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#fff7ed;color:#b45309;margin-bottom:13px}.login-copy h1{margin:0 0 6px;font-size:25px;color:#111827}.login-copy p{margin:0;color:#64748b;font-size:13px}.login-form{display:grid;gap:15px}.login-button{width:100%;justify-content:center;min-height:44px;margin-top:2px}.login-button:disabled{opacity:.55;cursor:not-allowed}.login-note{margin:20px 0 0;padding-top:17px;border-top:1px solid #edf1f5;text-align:center;color:#94a3b8;font-size:11px;line-height:1.5}@media (max-width: 520px){.login-page{padding:14px;align-items:center}.login-card{padding:22px;border-radius:16px}.login-copy h1{font-size:22px}}.brand-logo{width:42px;height:42px;border-radius:12px;object-fit:contain;background:#fff;padding:4px;flex:0 0 auto}.brand-copy{min-width:0}.brand-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:155px}.brand-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:155px}.account-role{display:inline-flex;width:fit-content;font-size:9px;font-weight:800;letter-spacing:.06em;color:#cbd5e1;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:3px 7px}.company-settings .section-title h2{display:flex;align-items:center;gap:8px}.company-logo-editor{display:flex;gap:15px;align-items:center;padding:14px;border:1px dashed #d8e0e9;border-radius:12px;background:#fafbfc}.company-logo-preview{width:72px;height:72px;flex:0 0 auto;border-radius:14px;background:var(--brand-secondary);color:#fff;display:grid;place-items:center;font-size:28px;font-weight:900;overflow:hidden}.company-logo-preview img{width:100%;height:100%;object-fit:contain;background:#fff;padding:5px}.company-logo-editor p{margin:4px 0 10px;font-size:12px}.color-field{display:grid;grid-template-columns:50px 1fr;gap:8px}.color-field input[type=color]{padding:3px;min-height:40px}.btn.disabled{opacity:.55;pointer-events:none}@media (max-width: 520px){.company-logo-editor{align-items:flex-start}.company-logo-preview{width:60px;height:60px}}.platform-actions{display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap}.platform-counts{color:#64748b;font-size:12px;white-space:nowrap}.platform-mobile-list{display:none}.platform-auth-note{line-height:1.55}.platform-users-modal{width:min(820px,100%)}.platform-link-user{display:grid;grid-template-columns:1fr 180px auto;gap:10px;align-items:end;padding-bottom:16px;border-bottom:1px solid #edf1f5}.platform-users-list{display:grid;gap:9px;margin-top:16px}.platform-user-row{display:grid;grid-template-columns:minmax(220px,1fr) 170px 100px;gap:10px;align-items:center;padding:11px;border:1px solid #e5eaf0;border-radius:11px;background:#fafbfc}.platform-user-email{min-width:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.platform-user-email strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}@media (max-width: 780px){.platform-admin-page .platform-metrics{grid-template-columns:1fr 1fr}.platform-admin-page .desktop-table{display:none}.platform-mobile-list{display:grid}.platform-company-card{padding:15px;border-top:1px solid #edf1f5;display:grid;gap:13px}.platform-company-card .top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.platform-company-card .top>div{min-width:0;display:grid;gap:3px}.platform-company-card .top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-company-card .top span:not(.badge){color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-count-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.platform-count-grid span{padding:9px;border-radius:9px;background:#f6f8fb;color:#64748b;font-size:11px}.platform-count-grid b{display:block;color:#111827;font-size:16px}.platform-company-card .actions{display:grid;grid-template-columns:1fr 1fr}.platform-link-user,.platform-user-row{grid-template-columns:1fr}.platform-user-email strong{max-width:100%}.platform-users-modal{max-height:94vh}}@media (max-width: 420px){.platform-admin-page .platform-metrics{grid-template-columns:1fr}}.sale-success-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.sale-success-actions .actions{width:auto;align-items:center}@media (max-width: 680px){.sale-success-actions{align-items:stretch}.sale-success-actions .actions{width:100%}.sale-success-actions .actions .btn{flex:1 1 160px;justify-content:center}}.client-mobile-list,.receivable-mobile-list{display:none}.danger-icon{background:#fee2e2;color:#991b1b}.receivable-metrics{grid-template-columns:minmax(0,360px)}@media (max-width: 780px){html,body,#app,.app-shell{width:100%;max-width:100%;overflow-x:hidden}.content{width:100%;max-width:100vw;min-width:0;overflow-x:hidden;padding:18px 12px 92px}.page,.sale-layout,.card,.card-pad,.form-grid,.product-picker,.field{min-width:0;max-width:100%}.card-pad{padding:16px}.clients-page .client-desktop-table{display:none}.client-mobile-list{display:grid}.client-mobile-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid #edf1f5}.client-mobile-row:last-child{border-bottom:0}.client-mobile-main{min-width:0;display:grid;gap:4px}.client-mobile-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111827}.client-mobile-main span{color:#64748b;font-size:12px;white-space:nowrap}.client-mobile-rate{min-width:58px;text-align:right;display:grid;gap:2px}.client-mobile-rate span{color:#94a3b8;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.client-mobile-rate strong{font-size:13px}.client-mobile-actions{display:flex;gap:5px}.client-mobile-actions .icon-btn{width:32px;height:32px}.sale-date-field input[type=date]{width:100%;min-width:0;max-width:100%;box-sizing:border-box;display:block}.product-picker{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%}.product-picker>.field:first-child{grid-column:1 / -1}.product-picker>.field:nth-child(2){grid-column:1 / 2}.product-picker .price-field{grid-column:2 / 3}.product-picker .add-field{grid-column:1 / -1}.product-picker .add-field label{display:none}.product-picker .add-field .btn{width:100%;min-width:0;margin-top:2px}.product-picker input,.product-picker select,.product-picker button{max-width:100%;min-width:0}.sale-layout>*{min-width:0}.sale-layout .summary{width:100%}.receivable-desktop-table{display:none}.receivable-mobile-list{display:grid}.receivable-mobile-card{display:grid;gap:12px;padding:14px 0;border-bottom:1px solid #edf1f5}.receivable-mobile-card:last-child{border-bottom:0}.receivable-mobile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.receivable-mobile-top>div{min-width:0;display:grid;gap:3px}.receivable-mobile-top>div strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.receivable-mobile-top>div span{color:#64748b;font-size:11px}.receivable-mobile-value{white-space:nowrap}.receivable-mobile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.receivable-mobile-actions .btn{width:100%;min-width:0}.receivable-mobile-actions .btn.success{grid-column:1 / -1}.receivable-metrics{grid-template-columns:1fr}}@media (max-width: 420px){.client-mobile-row{grid-template-columns:minmax(0,1fr) auto}.client-mobile-rate{grid-column:2;grid-row:1}.client-mobile-actions{grid-column:1 / -1;justify-content:flex-end}}.product-mobile-list,.purchase-items-mobile,.purchase-history-mobile,.sales-mobile-list,.report-mobile-list,.pricing-mobile-list{display:none}.mobile-data-card{display:grid;gap:12px;padding:15px 0;border-bottom:1px solid #edf1f5;min-width:0}.mobile-data-card:last-child{border-bottom:0}.mobile-data-card.compact{gap:10px;padding:12px 0}.mobile-data-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.mobile-data-head>div{min-width:0;display:grid;gap:3px}.mobile-data-head strong{min-width:0;overflow-wrap:anywhere}.mobile-data-head>div>span{color:#64748b;font-size:11px;overflow-wrap:anywhere}.mobile-data-head>.badge,.mobile-data-head>strong{flex:0 0 auto;white-space:nowrap}.mobile-value-grid{display:grid;gap:8px;min-width:0}.mobile-value-grid.two-values,.mobile-value-grid.four-values{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-value-grid>div{min-width:0;padding:9px 10px;border-radius:9px;background:#f7f9fc;display:grid;gap:3px}.mobile-value-grid span{color:#64748b;font-size:10px;text-transform:uppercase;letter-spacing:.03em}.mobile-value-grid strong{font-size:13px;overflow-wrap:anywhere}.mobile-inline-row{display:flex;justify-content:space-between;align-items:center;gap:10px;min-width:0;font-size:12px}.mobile-inline-row>span:first-child{color:#64748b}.mobile-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.mobile-card-actions .btn{width:100%;min-width:0;white-space:normal}.mobile-card-actions .full-action{grid-column:1 / -1}.sale-document-actions{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0}.sale-document-actions .btn{width:100%;min-width:0}@media (max-width: 780px){html,body,#app,.app-shell{width:100%;max-width:100%;overflow-x:hidden!important}body{min-width:0}.content,.page,.page-head,.card,.card-pad,.grid,.form-grid,.two-col,.sale-layout,.summary,.toolbar,.field,.modal,.modal-body,.section-title{min-width:0;max-width:100%}.content{width:100%;max-width:100%;overflow-x:hidden!important}.table-wrap{width:100%;max-width:100%;overflow-x:hidden}.product-desktop-table,.purchase-items-desktop,.purchase-history-desktop,.sales-desktop-table,.report-desktop-table,.pricing-desktop-table{display:none}.product-mobile-list,.purchase-items-mobile,.purchase-history-mobile,.sales-mobile-list,.report-mobile-list,.pricing-mobile-list{display:grid;width:100%;min-width:0}.toolbar{display:grid;grid-template-columns:1fr;width:100%}.toolbar>*,.toolbar .search,.sales-toolbar>*{width:100%!important;max-width:100%!important;min-width:0!important}.modal-backdrop{padding:10px;overflow-x:hidden}.modal{width:100%!important;max-width:100%!important}.modal-head,.modal-body,.modal-foot{min-width:0;max-width:100%}.modal-head>*{min-width:0}.modal-head h2{overflow-wrap:anywhere}.modal-foot{flex-wrap:wrap}.modal-foot .btn{flex:1 1 130px;min-width:0}input,select,textarea,button{max-width:100%;min-width:0}.section-title{align-items:flex-start;flex-wrap:wrap}.summary-row{min-width:0}.summary-row>*{min-width:0;overflow-wrap:anywhere}}@media (max-width: 380px){.mobile-value-grid.four-values,.mobile-value-grid.two-values,.mobile-card-actions{grid-template-columns:1fr}.mobile-card-actions .full-action{grid-column:auto}}.product-search-field{min-width:0}.product-search-box{position:relative;min-width:0}.product-search-results{position:absolute;z-index:50;top:calc(100% + 6px);left:0;right:0;max-height:290px;overflow-y:auto;overflow-x:hidden;background:#fff;border:1px solid #d8e0e9;border-radius:12px;box-shadow:0 16px 34px #0f172a24;padding:6px}.product-search-option{width:100%;border:0;background:transparent;color:#172033;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;padding:10px 11px;border-radius:9px;cursor:pointer}.product-search-option:hover,.product-search-option:focus-visible{background:#f1f5f9;outline:none}.product-search-option>span{min-width:0;display:grid;gap:2px}.product-search-option strong{overflow-wrap:anywhere}.product-search-option small{color:#64748b;font-size:12px}.product-search-option>small{flex:0 0 auto;white-space:nowrap}.product-search-empty{padding:13px 11px;color:#64748b;font-size:13px;text-align:center}@media (max-width: 720px){.product-search-results{max-height:240px}.product-search-option{align-items:flex-start}.product-search-option>small{white-space:normal;text-align:right}}.content-topbar{max-width:1320px;margin:0 auto 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e5eaf0;border-radius:12px;background:#fff}.content-topbar-brand{min-width:0;display:grid;gap:2px}.content-topbar-brand strong{overflow-wrap:anywhere}.content-topbar-brand span{color:#64748b;font-size:11px;overflow-wrap:anywhere}.app-page-footer{max-width:1320px;margin:28px auto 0;padding:18px 0 4px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.sales-summary-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}.sales-total-row td{background:#f8fafc;border-top:2px solid #e2e8f0}.payment-mini{margin-top:5px;color:#64748b;font-size:10px;white-space:nowrap}.sale-row-actions{min-width:250px}.sale-row-actions .btn{margin:2px}.card-soft{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px}.mobile-detail-total{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:13px;margin-top:12px}.mobile-detail-total>div{min-width:0;display:grid;gap:4px}.mobile-detail-total span{color:#64748b;font-size:11px}.mobile-detail-total strong{font-size:17px;overflow-wrap:anywhere}.payment-modal,.payment-history-modal{width:min(620px,100%)}.payment-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.payment-balance-grid>div{min-width:0;padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e8edf2;display:grid;gap:4px}.payment-balance-grid span{color:#64748b;font-size:11px}.payment-balance-grid strong{font-size:16px;overflow-wrap:anywhere}.payment-history-list{display:grid;gap:9px}.payment-history-item{padding:12px 13px;border:1px solid #e5eaf0;border-radius:10px;background:#fff}.payment-history-item>div{display:flex;justify-content:space-between;align-items:center;gap:12px}.payment-history-item span{color:#64748b;font-size:12px}.payment-history-item p{margin:7px 0 0;color:#475569;font-size:12px}.sale-line-input{width:110px;min-width:80px;padding:7px 8px;text-align:right}.sale-line-input.qty{width:72px}.mobile-edit-line{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px}@media (max-width: 1100px){.sales-summary-cards{grid-template-columns:1fr 1fr!important}}@media (max-width: 780px){.content-topbar{display:none;margin-bottom:14px;position:relative;width:100%}.content-topbar .btn{flex:0 0 auto}.app-page-footer{margin-top:24px;padding-bottom:12px}.app-page-footer .btn{width:100%}.sales-summary-cards{grid-template-columns:1fr!important}.payment-balance-grid{grid-template-columns:1fr}.payment-mini{white-space:normal}.mobile-detail-total{grid-template-columns:1fr 1fr}.receivable-mobile-actions .full-action{grid-column:1 / -1}}@media (max-width: 380px){.mobile-detail-total,.mobile-edit-line{grid-template-columns:1fr}}:root{--ui-bg: #f3f6fa;--ui-surface: rgba(255,255,255,.94);--ui-surface-solid: #ffffff;--ui-border: #e3e9f1;--ui-border-strong: #d6dee9;--ui-text: #172033;--ui-muted: #64748b;--ui-shadow-sm: 0 6px 18px rgba(15,23,42,.045);--ui-shadow-md: 0 14px 34px rgba(15,23,42,.085);--ui-shadow-lg: 0 26px 70px rgba(15,23,42,.16);--ui-radius-sm: 10px;--ui-radius-md: 16px;--ui-radius-lg: 22px;--ui-transition: .18s cubic-bezier(.2,.75,.25,1)}html{background:var(--ui-bg);scroll-behavior:smooth}body{color:var(--ui-text);background:radial-gradient(circle at 88% 0%,color-mix(in srgb,var(--brand-primary) 8%,transparent),transparent 31%),linear-gradient(180deg,#f8fafc 0%,var(--ui-bg) 44%,#f5f7fa 100%)}::selection{background:color-mix(in srgb,var(--brand-primary) 28%,white);color:#111827}.content{background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--brand-primary) 7%,transparent),transparent 28%),transparent}.page{animation:ui-page-in .32s cubic-bezier(.18,.82,.28,1) both}.page-head{padding-bottom:3px}.page-head h1{letter-spacing:-.035em;font-weight:860}.page-head p{line-height:1.5}.sidebar{background:radial-gradient(circle at 20% -10%,color-mix(in srgb,var(--brand-primary) 15%,transparent),transparent 28%),linear-gradient(180deg,color-mix(in srgb,var(--brand-secondary) 96%,#111827),color-mix(in srgb,var(--brand-secondary) 88%,#020617));box-shadow:18px 0 48px #0f172a14}.brand{border-bottom-color:#ffffff17}.brand-mark,.brand-logo{box-shadow:0 8px 20px color-mix(in srgb,var(--brand-primary) 22%,transparent),inset 0 0 0 1px #ffffff24}.brand-copy strong{letter-spacing:-.01em}.nav-item{position:relative;overflow:hidden;border:1px solid transparent;transition:transform var(--ui-transition),background var(--ui-transition),color var(--ui-transition),border-color var(--ui-transition),box-shadow var(--ui-transition)}.nav-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 10%,rgba(255,255,255,.07),transparent 90%);transform:translate(-115%);transition:transform .42s ease;pointer-events:none}.nav-item.active:not(.primary){background:#ffffff17;border-color:#fff1;box-shadow:inset 3px 0 0 var(--brand-primary)}.nav-item.primary{box-shadow:0 10px 26px color-mix(in srgb,var(--brand-primary) 24%,transparent)}.btn,.icon-btn,.logout-btn{position:relative;isolation:isolate;transition:transform var(--ui-transition),box-shadow var(--ui-transition),border-color var(--ui-transition),background-color var(--ui-transition),color var(--ui-transition),filter var(--ui-transition);-webkit-tap-highlight-color:transparent}.btn{min-height:40px;border-radius:11px;border:1px solid transparent;box-shadow:0 2px 5px #0f172a09}.btn.primary{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-primary) 88%,white) 0%,var(--brand-primary) 100%);box-shadow:0 9px 20px color-mix(in srgb,var(--brand-primary) 22%,transparent),inset 0 1px #ffffff3d}.btn.dark{background:linear-gradient(180deg,#1e293b,#111827);box-shadow:0 8px 18px #0f172a29}.btn.ghost{background:#ffffffb8;border-color:var(--ui-border-strong);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn.success{border-color:#bbf7d0}.btn.danger{border-color:#fecaca}.btn:active,.icon-btn:active,.logout-btn:active,.mobile-item:active{transform:scale(.965);transition-duration:80ms}.btn:disabled,.icon-btn:disabled{transform:none!important;box-shadow:none!important}.icon-btn{border:1px solid #e2e8f0;box-shadow:0 3px 10px #0f172a0a}.card{background:var(--ui-surface);border-color:var(--ui-border);border-radius:var(--ui-radius-md);box-shadow:var(--ui-shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform var(--ui-transition),box-shadow var(--ui-transition),border-color var(--ui-transition)}.metric{position:relative;overflow:hidden}.metric:after{content:"";position:absolute;width:110px;height:110px;right:-48px;bottom:-58px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 7%,transparent);pointer-events:none}.metric-icon{border:1px solid color-mix(in srgb,var(--brand-primary) 15%,#e2e8f0);box-shadow:inset 0 1px #ffffffbf}.metric-value{letter-spacing:-.045em}.section-title h2{letter-spacing:-.018em}input,select,textarea{min-height:42px;border-color:var(--ui-border-strong);border-radius:11px;background:#fffffff5;transition:border-color var(--ui-transition),box-shadow var(--ui-transition),background-color var(--ui-transition),transform var(--ui-transition)}textarea{min-height:94px}input:hover,select:hover,textarea:hover{border-color:color-mix(in srgb,var(--brand-primary) 26%,var(--ui-border-strong))}input:focus,select:focus,textarea:focus{background:#fff;border-color:var(--brand-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 14%,transparent),0 6px 18px #0f172a0b}label{letter-spacing:.01em}.table-wrap{border-radius:13px}th{background:#f8fafc;color:#718096}tbody tr{transition:background-color var(--ui-transition),transform var(--ui-transition)}.badge{border:1px solid rgba(148,163,184,.16);box-shadow:inset 0 1px #ffffffb3}.alert{border:1px solid #fde68a;box-shadow:0 6px 18px #92400e0b}.alert.success{border-color:#bbf7d0}.alert.error{border-color:#fecaca}.modal-backdrop{background:#0f172a85;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:ui-fade-in .16s ease both}.modal{border:1px solid rgba(255,255,255,.72);border-radius:var(--ui-radius-lg);box-shadow:var(--ui-shadow-lg);animation:ui-modal-in .22s cubic-bezier(.2,.8,.25,1) both}.modal-head{background:linear-gradient(180deg,#f8fafceb,#ffffffeb)}.product-search-results{border-color:var(--ui-border-strong);border-radius:13px;box-shadow:0 18px 42px #0f172a24;overflow:hidden;animation:ui-dropdown-in .15s ease both}.product-search-option{transition:background-color var(--ui-transition),padding-left var(--ui-transition)}.login-page{background:radial-gradient(circle at 16% 12%,color-mix(in srgb,var(--brand-primary) 18%,transparent),transparent 28%),radial-gradient(circle at 86% 88%,color-mix(in srgb,var(--brand-secondary) 12%,transparent),transparent 32%),#f5f7fb}.login-card{border-color:#e2e8f0e6;border-radius:24px;box-shadow:0 28px 75px #0f172a1f,0 1px #fffc inset;animation:ui-login-in .36s cubic-bezier(.18,.82,.28,1) both}.app-page-footer{opacity:.86}.mobile-nav{background:#ffffffe0;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);border-top-color:#cbd5e1b8;box-shadow:0 -12px 32px #0f172a14}.mobile-item{position:relative;transition:transform var(--ui-transition),background-color var(--ui-transition),color var(--ui-transition),box-shadow var(--ui-transition);-webkit-tap-highlight-color:transparent}.mobile-item.active:not(.primary){background:color-mix(in srgb,var(--brand-primary) 8%,#f8fafc);color:color-mix(in srgb,var(--brand-primary) 45%,#111827)}.mobile-item.active:not(.primary):after{content:"";position:absolute;top:3px;width:18px;height:3px;border-radius:999px;background:var(--brand-primary)}.mobile-item.primary{border:1px solid color-mix(in srgb,var(--brand-primary) 55%,transparent);box-shadow:0 10px 24px color-mix(in srgb,var(--brand-primary) 25%,transparent),inset 0 1px #ffffff47}@media (max-width: 780px){body{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-primary) 4%,#f8fafc),#f3f6fa 330px)}.content{background:transparent}.page-head h1{font-size:25px;letter-spacing:-.04em}.page-head p{font-size:13px;line-height:1.48}.card{border-radius:17px;box-shadow:0 8px 24px #0f172a0e}.metric{padding:17px}.metric-value{font-size:23px}.btn{min-height:44px;border-radius:12px}input,select,textarea{min-height:46px;border-radius:12px;font-size:16px}.sale-mobile-card,.client-mobile-row,.product-mobile-card,.sales-mobile-card,.purchase-mobile-card,.receivable-mobile-card,.report-mobile-card{transition:transform var(--ui-transition),background-color var(--ui-transition)}.mobile-nav{padding-top:7px}.mobile-item{min-height:54px}.mobile-item.primary{transform:translateY(-8px)}}@media (hover: hover) and (pointer: fine){.btn:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.015)}.btn.primary:hover:not(:disabled){box-shadow:0 13px 26px color-mix(in srgb,var(--brand-primary) 28%,transparent),inset 0 1px #ffffff47}.btn.dark:hover:not(:disabled){box-shadow:0 12px 25px #0f172a38}.btn.ghost:hover:not(:disabled){background:#fff;border-color:color-mix(in srgb,var(--brand-primary) 25%,var(--ui-border-strong))}.icon-btn:hover:not(:disabled){transform:translateY(-1px);background:#fff;border-color:color-mix(in srgb,var(--brand-primary) 24%,#dbe2ea);box-shadow:0 7px 16px #0f172a14}.card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand-primary) 12%,var(--ui-border));box-shadow:var(--ui-shadow-md)}.nav-item:hover:before{transform:translate(115%)}.nav-item:hover{transform:translate(2px)}tbody tr:hover{background:color-mix(in srgb,var(--brand-primary) 3%,#fafbfc)}.product-search-option:hover{padding-left:14px;background:color-mix(in srgb,var(--brand-primary) 6%,#f8fafc)}.mobile-item:hover{transform:translateY(-1px)}.mobile-item.primary:hover{transform:translateY(-10px)}}@keyframes ui-page-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes ui-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ui-modal-in{0%{opacity:0;transform:translateY(9px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ui-dropdown-in{0%{opacity:0;transform:translateY(-4px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ui-login-in{0%{opacity:0;transform:translateY(14px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.mobile-home-settings{display:none}@media (max-width: 780px){.app-page-footer{flex-direction:column;align-items:stretch;gap:10px}.mobile-home-settings{display:flex;align-items:center;justify-content:center;gap:7px;width:100%}}body.product-modal-open{overflow:hidden!important}.product-form-backdrop{overscroll-behavior:none}@media (max-width: 780px){.product-form-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:5000!important;width:100vw!important;height:100dvh!important;padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))!important;display:flex!important;align-items:stretch!important;justify-content:center!important;overflow:hidden!important}.product-form-modal{width:min(100%,560px)!important;max-width:560px!important;height:100%!important;max-height:100%!important;min-height:0!important;margin:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;overflow:hidden!important;border-radius:18px!important;box-shadow:0 22px 60px #0f172a47!important}.product-form-head{position:static!important;padding:13px 15px!important;min-height:58px!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important}.product-form-head h2{font-size:19px!important}.product-form-body{min-height:0!important;padding:12px 14px!important;overflow:hidden!important}.product-form-grid{height:100%!important;min-height:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-content:start!important;gap:9px 10px!important}.product-form-grid .field{min-width:0!important;margin:0!important}.product-form-grid .product-name-field,.product-form-grid .full{grid-column:1 / -1!important}.product-form-grid label{margin-bottom:4px!important;font-size:11px!important;line-height:1.15!important}.product-form-grid input,.product-form-grid select{width:100%!important;min-width:0!important;min-height:40px!important;height:40px!important;padding:7px 10px!important;font-size:16px!important}.product-form-help{padding-top:1px!important}.product-form-help .help{margin-top:2px!important;font-size:10px!important;line-height:1.3!important}.product-form-foot{position:static!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr)!important;gap:9px!important;padding:9px 14px max(9px,env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #e5e7eb!important}.product-form-foot .btn{width:100%!important;min-width:0!important;min-height:43px!important;margin:0!important}}@media (max-width: 380px){.product-form-grid{gap:7px 8px!important}.product-form-grid input,.product-form-grid select{min-height:38px!important;height:38px!important}}body.client-modal-open{overflow:hidden!important}.client-list-modern{display:grid;gap:10px}.client-list-card{border:1px solid #e4eaf1;border-radius:16px;padding:14px;background:#fff;display:grid;gap:12px}.client-card-main,.client-card-meta,.client-card-actions{display:flex;align-items:center;gap:10px}.client-card-main{justify-content:space-between}.client-card-main>div{min-width:0;display:grid;gap:3px}.client-card-main>div>strong{font-size:15px;color:#172033;overflow-wrap:anywhere}.client-card-main>div>span{color:#64748b;font-size:12px}.client-card-meta{flex-wrap:wrap;color:#64748b;font-size:12px}.client-card-meta strong{color:#334155}.client-card-actions{flex-wrap:wrap}.client-card-actions .btn{min-height:36px}.client-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:7000;display:grid;place-items:center;padding:16px;background:#0f172a80;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);overflow:hidden}.client-dialog{width:min(760px,100%);max-height:min(92dvh,850px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background:#fff;border:1px solid #e3e8ef;border-radius:20px;box-shadow:0 28px 80px #0f172a47}.client-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e7ebf0;background:#fff}.client-dialog-head>div{min-width:0;display:grid;gap:3px}.client-dialog-head h2{margin:0;color:#172033;font-size:21px;letter-spacing:-.02em}.client-dialog-head span{color:#64748b;font-size:12px}.client-dialog-body{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:18px 20px}.client-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.client-form-grid .full{grid-column:1 / -1}.client-form-grid .field{min-width:0}.client-form-grid .field>span{display:block;margin-bottom:6px;color:#475569;font-size:12px;font-weight:700}.client-form-grid textarea{resize:vertical;min-height:80px}.client-dialog-foot{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.25fr);gap:10px;padding:12px 20px;border-top:1px solid #e7ebf0;background:#fff}.client-dialog-foot .btn{width:100%}.client-link-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px dashed color-mix(in srgb,var(--brand-primary) 40%,#cbd5e1);border-radius:14px;background:color-mix(in srgb,var(--brand-primary) 4%,#fff)}.client-link-panel>div:first-child{display:flex;align-items:center;gap:9px;min-width:0}.client-link-panel>div:first-child>span{display:grid;gap:2px}.client-link-panel small{color:#64748b}.client-link-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.pricing-modal{width:min(820px,100%)}.pricing-products-list{display:grid;gap:10px}.pricing-product-card{border:1px solid #e5eaf0;border-radius:14px;padding:12px;display:grid;gap:10px}.pricing-product-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.pricing-product-head>div{display:grid;gap:2px}.pricing-product-head span{color:#64748b;font-size:12px}.pricing-product-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.orders-list{display:grid;gap:10px}.order-card{overflow:hidden}.order-card.is-new{border-color:color-mix(in srgb,var(--brand-primary) 45%,#dbe3ec);box-shadow:0 10px 28px color-mix(in srgb,var(--brand-primary) 10%,rgba(15,23,42,.08))}.order-card-head{width:100%;border:0;background:transparent;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;color:inherit}.order-client{min-width:0;display:grid;gap:5px}.order-title-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.order-client>span{color:#64748b;font-size:12px}.order-head-total{display:flex;align-items:center;gap:8px;white-space:nowrap}.order-card-body{border-top:1px solid #e8edf2;padding:14px 17px 17px;display:grid;gap:12px}.order-items{display:grid;gap:8px}.order-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px dashed #e3e8ee}.order-item-row>div{min-width:0;display:grid;gap:2px}.order-item-row span{color:#64748b;font-size:12px}.order-notes{padding:10px 12px;border-radius:12px;background:#f8fafc}.order-notes span{color:#64748b;font-size:11px;font-weight:700;text-transform:uppercase}.order-notes p{margin:4px 0 0}.order-total-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:16px}.order-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.nav-count-badge,.mobile-more-badge,.mobile-nav-badge{min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-grid;place-items:center;background:#dc2626;color:#fff;font-size:11px;line-height:1;font-weight:800}.nav-count-badge{margin-left:auto}.mobile-nav-badge{position:absolute;top:2px;right:12px;min-width:18px;height:18px;padding:0 5px}.mobile-more-badge{margin-left:auto}.mobile-more-backdrop{display:none}.public-order-page{min-height:100dvh;background:linear-gradient(180deg,color-mix(in srgb,var(--brand-primary) 8%,#f8fafc),#eef2f7 55%,#f8fafc);color:#172033;padding:24px 14px 40px}.public-order-shell{width:min(760px,100%);margin:0 auto;display:grid;gap:14px}.public-order-header{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#ffffffeb;box-shadow:0 10px 30px #0f172a0f}.public-order-header>div:last-child{display:grid;gap:3px;min-width:0}.public-order-header strong{font-size:16px}.public-order-header span{color:#64748b;font-size:12px}.public-order-logo{width:44px;height:44px;object-fit:contain;border-radius:11px}.public-order-mark{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--brand-primary);color:#111827;font-weight:900;font-size:20px}.public-order-title{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 2px 0}.public-order-title h1{margin:0;font-size:28px;letter-spacing:-.04em}.public-order-title p{margin:4px 0 0;color:#64748b;font-size:13px}.public-order-search{display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #dce4ed;border-radius:14px;background:#fff;box-shadow:0 5px 16px #0f172a0a}.public-order-search input{border:0!important;box-shadow:none!important;padding-left:0!important;width:100%}.public-product-list{display:grid;gap:9px}.public-product-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border:1px solid #e1e8ef;border-radius:16px;background:#fff;box-shadow:0 6px 18px #0f172a0b}.public-product-copy{min-width:0;display:grid;gap:3px}.public-product-copy>strong{overflow-wrap:anywhere}.public-product-copy>span{color:#64748b;font-size:11px}.public-product-copy>b{margin-top:2px;color:color-mix(in srgb,var(--brand-primary) 60%,#172033)}.public-qty-control{display:grid;grid-template-columns:38px 52px 38px;align-items:center;border:1px solid #dce4ed;border-radius:12px;overflow:hidden;flex:0 0 auto}.public-qty-control button{height:40px;border:0;background:#f8fafc;display:grid;place-items:center;cursor:pointer}.public-qty-control input{width:52px!important;height:40px!important;min-height:40px!important;padding:0 4px!important;border:0!important;border-left:1px solid #e2e8f0!important;border-right:1px solid #e2e8f0!important;border-radius:0!important;text-align:center;box-shadow:none!important;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.public-qty-control input::-webkit-inner-spin-button{display:none}.public-order-summary{position:sticky;bottom:12px;z-index:5;padding:14px;border:1px solid #dae3ec;border-radius:18px;background:#fffffff5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 20px 55px #0f172a24;display:grid;gap:10px}.public-order-summary-stat{display:flex;justify-content:space-between;gap:12px}.public-order-summary-total strong{font-size:20px}.public-order-summary .field span{display:block;margin-bottom:5px;font-size:12px;font-weight:700;color:#475569}.public-order-submit{width:100%;min-height:50px;font-size:16px}.public-order-summary>small{text-align:center;color:#64748b}.public-order-selected{display:grid;gap:8px;padding:10px;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc}.public-order-selected-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.public-order-selected-head>strong{font-size:13px;color:#172033}.public-order-selected-head>span{font-size:11px;color:#64748b}.public-order-selected-list{display:grid;gap:6px;max-height:168px;overflow-y:auto;padding-right:3px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.public-order-selected-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 8px;border-radius:10px;background:#fff;border:1px solid #edf1f5}.public-order-selected-copy{min-width:0;display:grid;gap:2px}.public-order-selected-copy>strong{font-size:12px;line-height:1.25;overflow-wrap:anywhere}.public-order-selected-copy>span{font-size:10px;color:#64748b}.public-order-selected-item>b{flex:0 0 auto;font-size:12px;color:color-mix(in srgb,var(--brand-primary) 62%,#172033)}.public-order-state,.public-order-success{padding:42px 22px;border:1px solid #e1e7ee;border-radius:20px;background:#fff;text-align:center}.public-order-success{display:grid;justify-items:center;gap:10px}.public-order-success h1,.public-order-success p{margin:0}.public-order-success svg{color:#16a34a}@media (max-width: 780px){.client-overlay{padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom));place-items:stretch}.client-dialog{width:100%;height:100%;max-height:none;border-radius:18px}.client-dialog-head{padding:13px 15px;min-height:62px}.client-dialog-head h2{font-size:19px}.client-dialog-body{padding:12px 14px}.client-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 10px}.client-form-grid .field>span{margin-bottom:4px;font-size:11px}.client-form-grid input,.client-form-grid select{min-height:41px;height:41px;padding:7px 10px;font-size:16px}.client-form-grid textarea{min-height:62px;font-size:16px}.client-link-panel{align-items:stretch;flex-direction:column;padding:9px}.client-link-actions{justify-content:stretch;display:grid;grid-template-columns:repeat(3,1fr)}.client-link-actions .btn{min-width:0;padding-left:7px;padding-right:7px}.client-dialog-foot{padding:9px 14px max(9px,env(safe-area-inset-bottom))}.client-dialog-foot .btn{min-height:44px}.client-card-actions .btn{flex:1 1 120px}.pricing-modal{width:calc(100% - 16px);height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.pricing-modal .modal-body{min-height:0;overflow-y:auto}.pricing-product-fields{grid-template-columns:1fr}.mobile-more-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:flex-end;justify-content:center;padding:12px 10px calc(78px + env(safe-area-inset-bottom));background:#0f172a7a;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);overflow:hidden}.mobile-more-sheet{width:min(560px,100%);max-height:min(72dvh,640px);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(226,232,240,.95);border-radius:22px;background:#fff;box-shadow:0 28px 75px #0f172a4d;animation:ui-modal-in .18s ease-out both}.mobile-more-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px;border-bottom:1px solid #e7ebf0}.mobile-more-head>div{display:grid;gap:2px}.mobile-more-head strong{font-size:18px;color:#172033}.mobile-more-head span{color:#64748b;font-size:12px}.mobile-more-grid{min-height:0;overflow-y:auto;padding:10px;display:grid;gap:7px}.mobile-more-option{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 11px;border:1px solid #e5eaf0;border-radius:14px;background:#fff;color:#172033;text-decoration:none}.mobile-more-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--brand-primary) 8%,#f1f5f9);color:color-mix(in srgb,var(--brand-primary) 45%,#334155)}.mobile-more-option>span:nth-child(2){min-width:0;display:grid;gap:2px}.mobile-more-option strong{font-size:14px;line-height:1.2}.mobile-more-option small{color:#64748b;font-size:11px;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.order-card-head{padding:13px 14px}.order-head-total{align-items:flex-end;flex-direction:column;gap:4px}.order-actions{display:grid;grid-template-columns:.8fr 1.2fr}.order-actions .btn{min-width:0;width:100%}.public-order-page{padding:max(12px,env(safe-area-inset-top)) 10px max(24px,env(safe-area-inset-bottom))}.public-order-title h1{font-size:24px}.public-product-card{padding:11px;gap:9px}.public-qty-control{grid-template-columns:36px 48px 36px}.public-qty-control input{width:48px!important}.public-order-summary{bottom:max(8px,env(safe-area-inset-bottom))}.public-order-selected{padding:8px;gap:6px}.public-order-selected-list{max-height:132px}.public-order-selected-item{padding:6px 7px}.public-order-selected-copy>strong,.public-order-selected-item>b{font-size:11px}}@media (max-width: 420px){.client-form-grid{grid-template-columns:1fr}.client-form-grid .full{grid-column:auto}.client-dialog-body{overflow-y:auto}.client-link-panel.full{grid-column:auto}.client-link-actions{grid-template-columns:1fr}.public-product-card{align-items:flex-start}.public-qty-control{margin-top:2px}}body.mobile-more-open{overflow:hidden!important}.client-hidden-products-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #e5eaf0;border-radius:14px;background:#fbfcfe}.client-hidden-products-copy{display:flex;align-items:flex-start;gap:10px;min-width:0}.client-hidden-products-copy>svg{flex:0 0 auto;margin-top:2px}.client-hidden-products-copy span{display:grid;gap:3px}.client-hidden-products-copy small{color:#64748b;line-height:1.4}.hidden-products-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4600;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hidden-products-dialog{width:min(720px,100%);max-height:min(780px,calc(100dvh - 40px));display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#fff;border-radius:20px;box-shadow:0 28px 80px #0f172a47}.hidden-products-head,.hidden-products-foot{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:16px 18px;background:#fff}.hidden-products-head{justify-content:space-between;border-bottom:1px solid #e5eaf0}.hidden-products-head h2{margin:0 0 3px;font-size:18px}.hidden-products-head span{color:#64748b;font-size:12px}.hidden-products-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px 18px;-webkit-overflow-scrolling:touch}.hidden-products-help{margin-bottom:12px;padding:12px 14px;border-radius:12px;background:#f6f8fb;color:#64748b;font-size:13px;line-height:1.45}.hidden-products-search{display:flex;align-items:center;gap:9px;margin-bottom:12px;padding:0 12px;border:1px solid #e5eaf0;border-radius:12px;background:#fff}.hidden-products-search svg{flex:0 0 auto;color:#64748b}.hidden-products-search input{width:100%;min-width:0;border:0;outline:0;padding:12px 0;background:transparent;font:inherit}.hidden-products-list{display:grid;gap:8px}.hidden-product-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #e5eaf0;border-radius:12px;cursor:pointer}.hidden-product-row:hover{background:#fafbfc}.hidden-product-info{min-width:0;display:grid;gap:3px}.hidden-product-info strong{overflow:hidden;text-overflow:ellipsis}.hidden-product-info span{color:#64748b;font-size:12px}.hidden-product-control{flex:0 0 auto;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700}.hidden-product-control input{width:18px;height:18px;accent-color:var(--brand-primary, #d9b64b)}.hidden-products-state{padding:28px 12px;text-align:center;color:#64748b}.hidden-products-foot{justify-content:flex-end;border-top:1px solid #e5eaf0}@media (max-width: 780px){.client-hidden-products-panel{align-items:stretch;flex-direction:column}.client-hidden-products-panel>.btn{width:100%}.hidden-products-overlay{align-items:flex-start;padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))}.hidden-products-dialog{width:100%;height:calc(100dvh - max(16px,env(safe-area-inset-top)) - max(16px,env(safe-area-inset-bottom)));max-height:none;border-radius:18px}.hidden-products-head{padding:14px 15px}.hidden-products-body{padding:14px}.hidden-product-row{padding:12px}.hidden-products-foot{display:grid;grid-template-columns:.85fr 1.4fr;padding:10px 14px max(10px,env(safe-area-inset-bottom))}.hidden-products-foot .btn{width:100%;min-width:0}}.product-name-with-photo,.product-mobile-title{display:flex;align-items:center;gap:10px;min-width:0}.product-name-with-photo>div:last-child,.product-mobile-title>div:last-child{min-width:0}.product-list-photo,.product-mobile-photo{flex:0 0 auto;width:46px;height:46px;object-fit:cover;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc}.product-mobile-photo{width:54px;height:54px;border-radius:13px}.product-list-photo-empty{display:grid;place-items:center;color:#94a3b8}.product-photos-field{min-width:0}.product-photos-label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.product-photos-label label{margin:0!important}.product-photos-label>span{color:#64748b;font-size:11px;font-weight:700}.product-photo-strip{display:flex;align-items:center;gap:8px;min-width:0;overflow-x:auto;overflow-y:hidden;padding:1px 1px 5px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.product-photo-preview,.product-photo-add{position:relative;flex:0 0 74px;width:74px;height:74px;border-radius:12px;overflow:hidden}.product-photo-preview{border:1px solid #dbe4ee;background:#f8fafc}.product-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.product-photo-preview>button{position:absolute;top:4px;right:4px;width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:#0f172ac7;color:#fff;cursor:pointer}.product-photo-cover,.product-photo-new{position:absolute;left:5px;bottom:5px;padding:3px 6px;border-radius:999px;background:#0f172ad1;color:#fff;font-size:9px;font-weight:800;line-height:1}.product-photo-new{background:#2563ebe6}.product-photo-add{display:grid;place-items:center;align-content:center;gap:4px;border:1px dashed #bdc9d7;background:#f8fafc;color:#64748b;cursor:pointer}.product-photo-add span{font-size:10px;font-weight:700}.product-photos-field>small{display:block;margin-top:4px;color:#64748b;font-size:10px;line-height:1.3}.product-photo-input{display:none!important}.public-product-image{position:relative;flex:0 0 76px;width:76px;height:76px;padding:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc;cursor:pointer}.public-product-image img{width:100%;height:100%;display:block;object-fit:cover}.public-product-image>span{position:absolute;right:5px;bottom:5px;min-width:24px;height:20px;display:grid;place-items:center;padding:0 6px;border-radius:999px;background:#0f172ac7;color:#fff;font-size:10px;font-weight:800}.public-product-image-empty{display:grid;place-items:center;color:#94a3b8;cursor:default}.public-gallery-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;display:grid;place-items:center;padding:18px;background:#020617d1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.public-gallery-dialog{width:min(720px,100%);max-height:calc(100dvh - 36px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 32px 90px #00000073}.public-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid #e5e7eb}.public-gallery-head>div{min-width:0;display:grid;gap:2px}.public-gallery-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-gallery-head span{color:#64748b;font-size:11px}.public-gallery-head>button,.public-gallery-stage>button{display:grid;place-items:center;border:0;cursor:pointer}.public-gallery-head>button{width:38px;height:38px;border-radius:999px;background:#f1f5f9;color:#334155}.public-gallery-stage{min-height:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:12px;background:#0f172a}.public-gallery-stage>img{width:100%;height:min(62dvh,620px);min-height:260px;object-fit:contain}.public-gallery-stage>button{width:42px;height:42px;border-radius:999px;background:#ffffff21;color:#fff}.public-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 12px}.public-gallery-thumbs>button{flex:0 0 58px;width:58px;height:58px;padding:0;overflow:hidden;border:2px solid transparent;border-radius:10px;background:#f8fafc;cursor:pointer}.public-gallery-thumbs>button.active{border-color:var(--brand-primary, #d9b64b)}.public-gallery-thumbs img{width:100%;height:100%;display:block;object-fit:cover}@media (max-width: 780px){.product-form-grid{grid-template-rows:auto}.product-photo-preview,.product-photo-add{flex-basis:62px;width:62px;height:62px;border-radius:10px}.product-photos-field>small{font-size:9px}.public-product-card{display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center}.public-product-image{width:68px;height:68px;flex-basis:68px}.public-gallery-backdrop{padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))}.public-gallery-dialog{width:100%;max-height:calc(100dvh - max(16px,env(safe-area-inset-top)) - max(16px,env(safe-area-inset-bottom)));border-radius:16px}.public-gallery-stage{grid-template-columns:36px minmax(0,1fr) 36px;padding:8px;gap:4px}.public-gallery-stage>button{width:36px;height:36px}.public-gallery-stage>img{height:min(64dvh,600px);min-height:220px}}@media (max-width: 420px){.product-list-photo,.product-mobile-photo{width:48px;height:48px}.public-product-card{grid-template-columns:62px minmax(0,1fr);align-items:start}.public-product-image{width:62px;height:62px;grid-row:1 / span 2}.public-qty-control{grid-column:2;justify-self:start}}@media (max-width: 780px){.public-product-card{min-height:142px;display:grid!important;grid-template-columns:clamp(104px,30vw,132px) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) auto!important;align-items:stretch!important;column-gap:12px!important;row-gap:8px!important;padding:10px!important}.public-product-image{grid-column:1!important;grid-row:1 / span 2!important;align-self:stretch!important;width:100%!important;height:100%!important;min-height:120px!important;max-height:none!important;flex-basis:auto!important;border-radius:15px!important;background:#fff!important}.public-product-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:5px!important}.public-product-image-empty{background:#f8fafc!important}.public-product-copy{grid-column:2!important;grid-row:1!important;align-self:end!important;justify-items:center!important;text-align:center!important;gap:4px!important;padding:4px 4px 0!important}.public-product-copy>strong{width:100%;text-align:center!important;font-size:16px!important;line-height:1.2!important}.public-product-copy>span{width:100%;text-align:center!important}.public-product-copy>b{width:100%;text-align:center!important;font-size:17px!important}.public-qty-control{grid-column:2!important;grid-row:2!important;justify-self:center!important;align-self:start!important;margin:0 0 4px!important}}@media (max-width: 420px){.public-product-card{min-height:136px;grid-template-columns:clamp(100px,31vw,120px) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) auto!important;align-items:stretch!important}.public-product-image{width:100%!important;height:100%!important;min-height:116px!important;grid-row:1 / span 2!important}.public-product-copy{grid-column:2!important;grid-row:1!important;align-self:end!important}.public-qty-control{grid-column:2!important;grid-row:2!important;justify-self:center!important}}.sale-product-search-option{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:7px 9px}.sale-product-search-photo{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc;color:#94a3b8}.sale-product-search-photo img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}.sale-product-search-copy{min-width:0;display:grid!important;gap:2px}.sale-product-search-copy strong{font-size:14px;line-height:1.2}.sale-product-search-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sale-product-search-price{flex:0 0 auto;font-size:13px;white-space:nowrap;color:#172033}.sale-item-product{min-width:0;display:flex;align-items:center;gap:9px}.sale-item-product>strong{min-width:0;overflow-wrap:anywhere}.sale-item-photo{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border:1px solid #e2e8f0;border-radius:9px;background:#f8fafc;color:#94a3b8}.sale-item-photo img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}.sale-item-photo.mobile{width:44px;height:44px;border-radius:10px}@media (max-width: 720px){.sale-product-search-option{grid-template-columns:56px minmax(0,1fr) auto;align-items:center!important;min-height:70px;padding:7px}.sale-product-search-photo{width:56px;height:56px}.sale-product-search-copy small{white-space:normal}.sale-product-search-price{align-self:center;font-size:12px}.sale-mobile-product-head{align-items:center!important}}.sale-product-search-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.sale-product-search-head>label{margin:0}.sale-product-list-button{min-height:34px;padding:7px 11px;gap:6px;font-size:13px;font-weight:800}.sale-product-list-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a8a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:hidden}.sale-product-list-modal{width:min(920px,100%);max-height:min(860px,calc(100dvh - 48px));display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 28px 85px #0f172a47}.sale-product-list-header{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px 16px;border-bottom:1px solid #e2e8f0}.sale-product-list-header h2{margin:0 0 3px;font-size:22px;line-height:1.2}.sale-product-list-header p{margin:0;color:#64748b;font-size:13px}.sale-product-list-close{flex:0 0 auto}.sale-product-list-search{flex:0 0 auto;display:flex;align-items:center;gap:10px;margin:14px 18px 10px;padding:0 13px;border:1px solid #d7e0ec;border-radius:13px;background:#fff;color:#64748b}.sale-product-list-search:focus-within{border-color:var(--primary, #d6b653);box-shadow:0 0 0 3px #d6b65321}.sale-product-list-search input{width:100%;min-width:0;padding:12px 0;border:0;outline:0;background:transparent;font:inherit;color:#172033}.sale-product-list-body{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:12px;padding:8px 18px 18px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sale-product-list-card{min-width:0;display:grid;grid-template-columns:78px minmax(0,1fr);grid-template-rows:1fr auto;gap:8px 12px;padding:10px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.sale-product-list-photo{grid-row:1 / span 2;width:78px;min-height:96px;display:grid;place-items:center;overflow:hidden;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc;color:#94a3b8}.sale-product-list-photo img{width:100%;height:100%;min-height:96px;display:block;object-fit:contain;object-position:center;padding:4px}.sale-product-list-copy{min-width:0;align-self:end;display:grid;gap:3px}.sale-product-list-copy strong{min-width:0;font-size:15px;line-height:1.2;overflow-wrap:anywhere}.sale-product-list-copy small{color:#64748b;font-size:11px}.sale-product-list-copy b{margin-top:2px;color:#8b7226;font-size:15px}.sale-product-list-qty{align-self:end;display:grid;grid-template-columns:40px minmax(44px,auto) 40px;align-items:center;width:max-content;overflow:hidden;border:1px solid #dbe3ee;border-radius:12px}.sale-product-list-qty button{width:40px;height:38px;display:grid;place-items:center;padding:0;border:0;background:#f8fafc;color:#172033;cursor:pointer}.sale-product-list-qty button:disabled{opacity:.38;cursor:default}.sale-product-list-qty span{min-width:44px;text-align:center;font-weight:800}.sale-product-list-empty{grid-column:1 / -1;margin:12px 0}.sale-product-list-footer{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:13px 18px max(13px,env(safe-area-inset-bottom));border-top:1px solid #e2e8f0;background:#fffffff7}.sale-product-list-totals{display:flex;flex-wrap:wrap;gap:8px 20px;color:#64748b;font-size:12px}.sale-product-list-totals span{display:flex;align-items:baseline;gap:6px}.sale-product-list-totals strong{color:#172033;font-size:15px}.sale-product-list-add{min-width:220px}@media (max-width: 780px){.sale-product-search-head{margin-bottom:6px}.sale-product-list-button{min-height:32px;padding:6px 10px}.sale-product-list-backdrop{align-items:stretch;padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))}.sale-product-list-modal{width:100%;height:100%;max-height:none;border-radius:18px}.sale-product-list-header{padding:14px 14px 12px}.sale-product-list-header h2{font-size:20px}.sale-product-list-search{margin:10px 12px 8px}.sale-product-list-search input{font-size:16px}.sale-product-list-body{display:flex;flex-direction:column;gap:10px;padding:6px 12px 12px}.sale-product-list-card{min-height:126px;grid-template-columns:clamp(96px,29vw,118px) minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;gap:6px 10px;padding:8px}.sale-product-list-photo{width:100%;height:100%;min-height:108px;grid-row:1 / span 2}.sale-product-list-photo img{height:100%;min-height:108px}.sale-product-list-copy{align-self:end;justify-items:center;text-align:center}.sale-product-list-copy strong,.sale-product-list-copy small,.sale-product-list-copy b{width:100%;text-align:center}.sale-product-list-qty{justify-self:center}.sale-product-list-footer{grid-template-columns:1fr;gap:9px;padding:10px 12px max(10px,env(safe-area-inset-bottom))}.sale-product-list-totals{justify-content:space-between}.sale-product-list-add{width:100%;min-width:0;min-height:46px}}.sale-product-list-copy{align-self:center;justify-items:center;text-align:center}.sale-product-list-copy strong,.sale-product-list-copy small,.sale-product-list-copy b{width:100%;text-align:center}.sale-product-list-qty-input{align-self:center;justify-self:center;display:grid;grid-template-columns:auto minmax(72px,92px);align-items:center;gap:8px;color:#64748b;font-size:12px;font-weight:800}.sale-product-list-qty-input input{width:100%;height:40px;padding:6px 10px;border:1px solid #dbe3ee;border-radius:11px;outline:0;background:#fff;color:#172033;font:inherit;font-size:16px;font-weight:900;text-align:center}.sale-product-list-qty-input input:focus{border-color:var(--brand-primary, #d6b653);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary, #d6b653) 18%,transparent)}.orders-tabs{display:flex;gap:8px;margin-bottom:12px;padding:4px;width:max-content;max-width:100%;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc}.orders-tab{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 13px;border:0;border-radius:10px;background:transparent;color:#64748b;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.orders-tab span{min-width:22px;padding:2px 6px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:11px;text-align:center}.orders-tab.active{background:#fff;color:#172033;box-shadow:0 4px 14px #0f172a14}.orders-tab.active span{background:color-mix(in srgb,var(--brand-primary, #d6b653) 24%,#fff);color:#172033}.orders-history-search{width:min(460px,100%);display:flex;align-items:center;gap:9px;margin-bottom:12px;padding:0 12px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;color:#64748b}.orders-history-search input{width:100%;min-width:0;padding:11px 0;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:#172033}.order-history-sale-note{padding:10px 12px;border:1px solid #bbf7d0;border-radius:10px;background:#f0fdf4;color:#166534;font-size:12px;font-weight:700}.public-order-recent{margin:12px 0 16px;padding:13px 14px;border:1px solid #dbe3ee;border-radius:16px;background:#ffffffeb;box-shadow:0 8px 24px #0f172a0d}.public-order-recent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.public-order-recent-head>div{min-width:0;display:grid;gap:2px}.public-order-recent-head strong{color:#172033;font-size:14px}.public-order-recent-head span,.public-order-recent>small{color:#64748b;font-size:11px}.public-order-recent-head b{flex:0 0 auto;color:#8b7226;font-size:16px}.public-order-recent>small{display:block;margin-top:4px}.public-order-recent-items{max-height:132px;margin-top:9px;padding-top:7px;display:grid;gap:5px;overflow-y:auto;border-top:1px dashed #dbe3ee}.public-order-recent-item{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:#334155;font-size:11px}.public-order-recent-item span{min-width:0;overflow-wrap:anywhere}.public-order-recent-item strong{flex:0 0 auto;color:#172033}.first-access-card{max-width:480px}.first-access-loading{padding:22px 0}@media (max-width: 780px){.sale-product-list-copy{align-self:center!important;justify-self:stretch}.sale-product-list-qty-input{justify-self:center;grid-template-columns:auto minmax(78px,96px)}.sale-product-list-qty-input input{height:42px;font-size:17px}.orders-tabs{width:100%}.orders-tab{flex:1 1 0;min-width:0}.orders-history-search{width:100%}.orders-history-search input{font-size:16px}.public-order-recent{margin:10px 0 13px;padding:12px}}.platform-invite-actions{display:flex;align-items:center;gap:8px}.platform-invite-actions .btn{white-space:nowrap}@media (max-width: 780px){.platform-invite-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.platform-invite-actions .btn{width:100%;min-width:0}}.login-forgot-link{justify-self:end;display:inline-flex;align-items:center;gap:6px;margin-top:-4px;padding:2px 0;border:0;background:transparent;color:var(--brand-primary, #b88716);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.login-forgot-link:hover{text-decoration:underline}.login-back-button{width:100%;justify-content:center;min-height:42px}.reset-success-copy{margin-bottom:18px}.reset-success-icon{background:#ecfdf5;color:#047857}.dashboard-items-today .section-title{align-items:center}.today-items-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.today-item-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #e5ebf2;border-radius:14px;background:#fbfcfe}.today-item-main{min-width:0;display:flex;align-items:center;gap:10px}.today-item-main strong{min-width:0;line-height:1.2;overflow-wrap:anywhere}.today-item-photo{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;overflow:hidden;border:1px solid #dce5ef;border-radius:11px;background:#fff;color:#94a3b8}.today-item-photo img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;padding:3px}.today-item-quantity{flex:0 0 auto;min-width:62px;padding:7px 9px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary, #f59e0b) 16%,#fff);color:#172033;text-align:center;font-size:13px;font-weight:900}@media (max-width: 780px){.login-forgot-link{justify-self:stretch;justify-content:flex-end;min-height:28px}.today-items-list{grid-template-columns:1fr;gap:8px}.today-item-row{padding:8px}.today-item-photo{width:44px;height:44px;flex-basis:44px}.today-item-quantity{min-width:58px}}.mobile-value-grid.three-values{grid-template-columns:repeat(3,minmax(0,1fr))}.receivable-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.receivable-origin-note{max-width:240px;margin-top:3px;font-size:11px;line-height:1.25;white-space:normal}.receivable-mobile-note{margin:-3px 0 0;color:#64748b;font-size:12px;line-height:1.35}.manual-receivable-modal{width:min(620px,calc(100vw - 32px))}@media (max-width: 780px){.receivables-page .page-head{align-items:stretch}.receivable-head-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.receivable-head-actions .btn{width:100%;min-width:0}.manual-receivable-backdrop{align-items:flex-start;padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))}.manual-receivable-modal{width:100%;max-width:560px;max-height:calc(100dvh - 16px);display:flex;flex-direction:column;overflow:hidden;border-radius:18px}.manual-receivable-modal .modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.manual-receivable-modal .modal-foot{flex:0 0 auto}.mobile-value-grid.three-values{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 420px){.receivable-head-actions{grid-template-columns:1fr}.mobile-value-grid.three-values{grid-template-columns:1fr 1fr}.mobile-value-grid.three-values>div:last-child{grid-column:1 / -1}}.dashboard-financial-card{text-align:left;cursor:pointer}.dashboard-financial-backdrop{z-index:6500}.dashboard-financial-modal{width:min(760px,calc(100vw - 36px));max-height:min(860px,calc(100dvh - 36px));display:flex;flex-direction:column;overflow:hidden}.dashboard-financial-modal>.modal-head,.dashboard-financial-modal>.modal-foot{flex:0 0 auto}.dashboard-financial-modal>.modal-body{flex:1 1 auto;min-height:0;display:grid;gap:14px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.financial-period-card{min-width:0;padding:15px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;box-shadow:0 5px 16px #0f172a0b}.financial-period-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #edf1f5}.financial-period-head strong{color:#172033;font-size:16px;line-height:1.2}.financial-period-head span{color:#64748b;font-size:13px;text-align:right}.financial-period-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.financial-period-grid>div{min-width:0;display:grid;gap:5px;padding:11px 12px;border:1px solid #edf1f5;border-radius:12px;background:#f8fafc}.financial-period-grid>div>span{color:#64748b;font-size:11px;font-weight:700;line-height:1.2}.financial-period-grid>div>strong{min-width:0;color:#172033;font-size:16px;line-height:1.2;overflow-wrap:anywhere}.financial-period-grid>div>strong.text-profit{color:#16843d}.financial-chart-teaser{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;text-decoration:none;color:inherit}.financial-chart-teaser>div{min-width:0;display:grid;gap:3px}.financial-chart-teaser>div>strong{color:#172033;font-size:14px}.financial-chart-teaser>div>span{color:#64748b;font-size:12px;line-height:1.35}@media (max-width: 780px){.dashboard-financial-backdrop{padding:0!important;display:flex!important;align-items:stretch!important;justify-content:stretch!important;overflow:hidden!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.dashboard-financial-modal{width:100vw!important;max-width:none!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.dashboard-financial-modal>.modal-head{flex:0 0 auto!important;padding:max(16px,env(safe-area-inset-top)) 18px 14px!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important}.dashboard-financial-modal>.modal-head h2{font-size:20px!important}.dashboard-financial-modal>.modal-head p{margin:4px 0 0!important;color:#64748b!important;font-size:13px!important;line-height:1.35!important}.dashboard-financial-modal>.modal-body{flex:1 1 auto!important;min-height:0!important;display:grid!important;align-content:start!important;gap:12px!important;padding:14px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.financial-period-card{padding:13px!important;border-radius:14px!important}.financial-period-head{margin-bottom:10px!important;padding-bottom:9px!important}.financial-period-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.financial-period-grid>div{padding:10px!important}.financial-period-grid>div>strong{font-size:15px!important}.financial-chart-teaser{grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important;padding:12px!important}.financial-chart-teaser>.badge{grid-column:2;justify-self:start}.dashboard-financial-modal>.modal-foot{flex:0 0 auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:10px 14px max(10px,env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #e2e8f0!important}.dashboard-financial-modal>.modal-foot .btn{width:100%!important;min-width:0!important;min-height:44px!important}}@media (max-width: 360px){.financial-period-grid{grid-template-columns:1fr!important}.dashboard-financial-modal>.modal-foot{grid-template-columns:1fr!important}}.manual-client-search-field{min-width:0}.manual-client-search-results{position:static;margin-top:6px;max-height:230px}@media (max-width: 780px){.receivable-mobile-list{overflow:visible!important;max-height:none!important;align-content:start!important;grid-auto-rows:max-content!important;padding-bottom:8px}.receivable-mobile-card{align-self:stretch!important;min-height:0!important}body.manual-receivable-open{overflow:hidden!important}.manual-receivable-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;z-index:1000!important;padding:0!important;display:flex!important;align-items:stretch!important;justify-content:stretch!important;overflow:hidden!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.manual-receivable-modal{width:100vw!important;max-width:none!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain}.manual-receivable-modal>.modal-head{flex:0 0 auto!important;padding:max(14px,env(safe-area-inset-top)) 16px 13px!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important}.manual-receivable-modal>.modal-head h2{font-size:20px!important}.manual-receivable-modal>.modal-head p{margin:4px 0 0!important;color:#64748b!important;font-size:13px!important;line-height:1.35!important}.manual-receivable-modal>.modal-body{flex:0 0 auto!important;min-height:0!important;padding:14px 16px 10px!important;overflow:visible!important}.manual-receivable-modal .form-grid{gap:12px!important}.manual-client-search-results{max-height:210px}.manual-receivable-modal>.modal-foot,.manual-receivable-actions{position:static!important;flex:0 0 auto!important;display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)!important;gap:10px!important;padding:10px 14px max(10px,env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #e2e8f0!important;box-shadow:none!important}.manual-receivable-modal>.modal-foot .btn,.manual-receivable-actions .btn{width:100%!important;min-width:0!important;min-height:44px!important}}.sale-product-list-controls{align-self:center;justify-self:center;width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px}.sale-product-list-price-input{display:grid;grid-template-columns:auto minmax(108px,126px);align-items:center;gap:8px;color:#64748b;font-size:12px;font-weight:800}.sale-product-list-price-input input{width:100%;height:40px;min-width:0;padding:6px 10px;border:1px solid #dbe3ee;border-radius:11px;outline:0;background:#fff;color:#172033;font:inherit;font-size:15px;font-weight:900;text-align:center}.sale-product-list-price-input input:focus{border-color:var(--brand-primary, #d6b653);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary, #d6b653) 18%,transparent)}@media (max-width: 780px){.sale-product-list-controls{gap:7px 10px}.sale-product-list-qty-input,.sale-product-list-price-input{grid-template-columns:auto minmax(82px,100px)}.sale-product-list-price-input input{height:42px;font-size:16px}}.financial-chart-link{color:inherit;text-decoration:none}.charts-page{max-width:1180px}.charts-head{align-items:flex-end}.chart-period-switch{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--ui-border-strong, #dbe2ea);border-radius:13px;background:#ffffffd9;box-shadow:0 5px 15px #0f172a0a}.chart-period-switch button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:0;border-radius:9px;background:transparent;color:#64748b;font:inherit;font-weight:750;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.chart-period-switch button.active{background:var(--brand-primary);color:#111827;box-shadow:0 6px 15px color-mix(in srgb,var(--brand-primary) 22%,transparent)}.chart-period-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 14px}.chart-period-title strong,.chart-period-title span{display:block}.chart-period-title strong{font-size:15px;text-transform:capitalize}.chart-period-title span{margin-top:2px;color:#64748b;font-size:12px}.chart-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.chart-summary-card{display:flex;align-items:center;gap:13px;padding:16px}.chart-summary-card>div:last-child{min-width:0}.chart-summary-card>div:last-child>span,.chart-summary-card>div:last-child>strong,.chart-summary-card>div:last-child>small{display:block}.chart-summary-card>div:last-child>span{color:#64748b;font-size:12px}.chart-summary-card>div:last-child>strong{margin-top:3px;font-size:23px;letter-spacing:-.035em}.chart-summary-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:13px}.chart-summary-icon.revenue{color:color-mix(in srgb,var(--brand-primary) 62%,#111827);background:color-mix(in srgb,var(--brand-primary) 12%,#f8fafc)}.chart-summary-icon.profit{color:#15803d;background:#ecfdf3}.chart-growth{margin-top:5px;display:flex!important;align-items:center;gap:4px;width:fit-content;font-size:11px;font-weight:750}.chart-growth.positive{color:#15803d}.chart-growth.negative{color:#b91c1c}.charts-stack{display:grid;gap:16px;margin-top:16px}.chart-card{padding:18px;overflow:hidden}.chart-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.chart-card-head>div{min-width:0}.chart-card-head h2{margin:3px 0;font-size:18px;letter-spacing:-.025em}.chart-card-head p{margin:0;color:#64748b;font-size:12px}.chart-card-head>strong{flex:0 0 auto;font-size:20px;letter-spacing:-.035em}.chart-eyebrow{color:color-mix(in srgb,var(--brand-primary) 60%,#172033);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.075em}.chart-eyebrow.profit{color:#15803d}.chart-stage{display:grid;grid-template-columns:74px minmax(0,1fr);gap:8px;min-height:290px}.chart-y-axis{height:260px;display:flex;flex-direction:column;justify-content:space-between;padding:3px 0 9px;color:#94a3b8;font-size:10px;text-align:right}.chart-svg-wrap{min-width:0}.financial-line-chart{width:100%;height:260px;display:block;overflow:visible}.chart-grid-line{stroke:#e8edf3;stroke-width:1;vector-effect:non-scaling-stroke}.chart-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.revenue-line{stroke:var(--brand-primary)}.profit-line{stroke:#16a34a}.chart-x-axis{display:grid;align-items:start;min-height:24px;margin-top:5px}.chart-x-axis span{min-width:0;color:#94a3b8;font-size:9px;text-align:center;white-space:nowrap}.chart-x-axis span.hidden{visibility:hidden}.chart-info-card{margin-top:16px;display:flex;align-items:flex-start;gap:11px;padding:14px 16px;background:color-mix(in srgb,var(--brand-primary) 4%,#fff)}.chart-info-card>svg{flex:0 0 auto;color:color-mix(in srgb,var(--brand-primary) 62%,#111827)}.chart-info-card strong,.chart-info-card span{display:block}.chart-info-card strong{font-size:13px}.chart-info-card span{margin-top:2px;color:#64748b;font-size:11px;line-height:1.45}.chart-day-filter{display:grid;grid-template-columns:auto minmax(180px,240px) minmax(0,1fr);align-items:center;gap:12px;margin:8px 0 14px;padding:12px 14px}.chart-day-filter label{font-size:12px;font-weight:800;color:#334155}.chart-day-filter input{width:100%}.chart-day-filter span{color:#64748b;font-size:11px;line-height:1.4}@media (max-width: 780px){.charts-page{min-width:0;overflow-x:hidden;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.charts-head{align-items:stretch}.charts-page .card,.chart-card,.chart-stage,.chart-svg-wrap{min-width:0;max-width:100%}.chart-period-switch{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.chart-period-switch button{min-width:0;flex:1;justify-content:center}.chart-day-filter{grid-template-columns:1fr;gap:7px;padding:12px;border-radius:16px}.chart-day-filter input{min-height:46px;font-size:16px}.chart-summary-grid{grid-template-columns:1fr}.chart-summary-card{min-width:0;padding:14px}.chart-card{padding:14px 12px}.chart-card-head{gap:10px}.chart-card-head>strong{font-size:17px}.chart-stage{grid-template-columns:58px minmax(0,1fr);gap:5px;min-height:240px;overflow:hidden}.chart-y-axis{height:214px;font-size:8px}.chart-svg-wrap{overflow:hidden}.financial-line-chart{height:214px}.chart-x-axis{min-width:0;margin-top:3px;overflow:hidden}.chart-x-axis span{min-width:0;font-size:8px;text-align:center;white-space:nowrap}}@media (max-width: 420px){.chart-card{padding:14px 10px}.chart-stage{grid-template-columns:46px minmax(0,1fr);gap:4px}.chart-y-axis,.chart-x-axis span{font-size:7px}}@media (max-width: 390px){.chart-card-head{flex-direction:column;align-items:flex-start}}@media (hover: hover) and (pointer: fine){.chart-period-switch button:hover:not(.active){background:#f8fafc;color:#334155}.financial-chart-link:hover{border-color:color-mix(in srgb,var(--brand-primary) 30%,#e5eaf0);transform:translateY(-1px)}}.page-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.product-group-section{min-width:0;display:grid;gap:8px}.product-group-section+.product-group-section{margin-top:18px}.product-group-heading,.sale-product-group-heading,.public-product-group-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.product-group-heading{padding:0 2px}.product-group-heading strong,.sale-product-group-heading strong,.public-product-group-heading strong{min-width:0;color:#172033;font-size:13px;font-weight:850;letter-spacing:.01em;overflow-wrap:anywhere}.product-group-heading span,.sale-product-group-heading span,.public-product-group-heading span{flex:0 0 auto;color:#64748b;font-size:11px;font-weight:650}.product-group-section-desktop .table-wrap{margin-top:0}.product-mobile-list .product-group-section{gap:9px}.product-groups-modal{width:min(720px,100%);max-height:min(760px,calc(100dvh - 32px));overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.product-groups-modal .modal-head>div{min-width:0}.product-groups-modal .modal-head h2,.product-groups-modal .modal-head p{margin:0}.product-groups-modal .modal-head p{margin-top:3px;color:#64748b;font-size:12px}.product-groups-body{min-height:0;overflow-y:auto;display:grid;align-content:start;gap:14px}.product-group-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center}.product-group-create input{min-width:0}.product-group-manager-list{display:grid;gap:8px}.product-group-manager-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;border:1px solid #e2e8f0;border-radius:13px;background:#fff}.product-group-manager-row input{min-width:0}.product-group-order-actions{display:flex;gap:4px}.danger-icon{color:#b91c1c}.product-groups-empty{padding:24px 12px}.sale-product-group{display:grid;gap:8px}.sale-product-group+.sale-product-group{margin-top:12px}.sale-product-group-heading{padding:5px 3px 1px}.public-product-group{display:grid;gap:9px}.public-product-group+.public-product-group{margin-top:7px}.public-product-group-heading{padding:5px 2px 1px}@media (max-width: 780px){.page-head-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.page-head-actions .btn{width:100%;justify-content:center}.product-group-section+.product-group-section{margin-top:14px}.product-groups-modal{width:calc(100% - 16px);max-height:calc(100dvh - 16px)}.product-group-create{grid-template-columns:1fr}.product-group-create .btn{width:100%;justify-content:center}.product-group-manager-row{grid-template-columns:auto minmax(0,1fr) auto;padding:8px;gap:7px}.product-group-order-actions{flex-direction:column}.sale-product-group-heading,.public-product-group-heading{padding-left:1px;padding-right:1px}}@media (max-width: 430px){.product-group-manager-row{grid-template-columns:minmax(0,1fr) auto}.product-group-order-actions{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width: 780px){body.term-sale-open{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;overscroll-behavior:none}body.term-sale-open .content{height:100dvh!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}body.term-sale-open .content-topbar{flex:0 0 auto!important}body.term-sale-open .content>.term-sale-page{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}body.term-sale-open .app-page-footer{display:none!important}.term-sale-page>.page-head,.term-sale-page>.alert{flex:0 0 auto!important}.term-sale-page .sale-layout{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:8px}}
