@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #eef4f2;--card: #f8fbfa;--white: #ffffff;--text: #062033;--muted: #5f7482;--line: #d9e5e2;--line-soft: #e5eeee;--teal: #009b83;--teal-dark: #00836f;--teal-soft: #dff4f0;--blue: #2f80ed;--blue-soft: #e6f0ff;--amber: #d99000;--amber-soft: #fff4db;--danger: #d94b4b;--shadow: 0 10px 26px rgba(10, 40, 48, .08);--shadow-soft: 0 6px 18px rgba(10, 40, 48, .06);--radius-xl: 22px;--radius-lg: 18px;--radius-md: 14px;--radius-sm: 10px}.pos-page{min-height:100vh;padding:40px 24px 60px;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(0,155,131,.07),transparent 32%),var(--bg)}.pos-shell{width:100%;max-width:1360px;margin:0 auto;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.pos-hero{display:grid;grid-template-columns:1fr 180px;gap:24px;align-items:center;padding:26px 24px;margin-bottom:26px;background:#fff;border:1px solid #dbe9e6;border-radius:var(--radius-xl);box-shadow:0 14px 32px #082d3214}.pos-hero__eyebrow{margin-bottom:14px;color:#007d70;font-size:12px;letter-spacing:3.4px;font-weight:800}.pos-hero__name{margin:0 0 10px;color:#031f32;font-size:30px;line-height:1.1;font-weight:800;letter-spacing:-.8px}.pos-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#496272;font-size:14px;font-weight:500}.pos-hero__meta strong{color:#021c2d;font-weight:800}.pos-dot{opacity:.55}.pos-hero__right{display:flex;justify-content:flex-end;align-items:center}.pos-badge{padding:10px 16px;border-radius:999px;background:#c9f2eb;color:#006d61;font-size:14px;font-weight:700;white-space:nowrap}.pos-toolbar{margin-bottom:24px;padding:12px;background:#ffffffc2;border:1px solid #dce9e6;border-radius:var(--radius-xl);box-shadow:0 10px 28px #082d3212}.pos-toolbar__grid{display:grid;grid-template-columns:1.15fr 1.15fr 1.25fr;gap:10px;align-items:center}.pos-add-group{display:grid;grid-template-columns:minmax(120px,1fr) auto;gap:10px;align-items:center}.pos-add-group .pos-field{min-width:0}.pos-field{position:relative}.pos-field input{width:100%;height:44px;border:1px solid #cfdfdb;border-radius:18px;background:#f7fbfa;outline:none;padding:0 16px;font-size:14px;color:#082436;font-weight:500;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.pos-field input::placeholder{color:#718791}.pos-field input:focus{border-color:var(--teal);background:#fff;box-shadow:0 0 0 4px #009b831f}.pos-field input:disabled{opacity:.75;cursor:not-allowed}.pos-field--search input{padding-left:40px}.pos-field__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#607984;font-size:15px}.pos-btn{border:none;cursor:pointer;font-weight:800;transition:background .18s ease,transform .18s ease,box-shadow .18s ease,opacity .18s ease}.pos-btn--primary{background:var(--teal);color:#fff}.pos-btn--primary:hover:not(:disabled){background:var(--teal-dark)}.pos-btn--add{height:44px;min-width:116px;padding:0 22px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:#008c7c;color:#fff;font-size:14px;font-weight:700;white-space:nowrap}.pos-btn--add:hover:not(:disabled){background:#145f68;transform:translateY(-1px)}.pos-btn:disabled,.pos-action-card:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.pos-search-results{margin-top:12px}.pos-search-list{display:flex;flex-wrap:wrap;gap:10px}.pos-search-item{min-width:180px;padding:10px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:left;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pos-search-item:hover{transform:translateY(-1px);border-color:var(--teal);box-shadow:var(--shadow)}.pos-search-item__name{margin-bottom:4px;color:#021c2d;font-weight:800;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.pos-search-item__price{color:var(--muted);font-size:13px}.pos-search-empty{color:var(--muted);font-size:14px}.pos-main{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}.pos-card,.pos-table-card{background:#ffffffb8;border:1px solid #dce9e6;border-radius:var(--radius-xl);box-shadow:0 12px 30px #082d3212}.pos-table-card{overflow:hidden}.pos-table{width:100%;border-collapse:collapse;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.pos-table thead th{padding:16px 18px;text-align:left;background:#f4faf8;border-bottom:1px solid var(--line);color:#29485d;font-size:11px;letter-spacing:2.6px;font-weight:800}.pos-table tbody tr{background:#ffffff94}.pos-table tbody tr:nth-child(2n){background:#f7fbfae6}.pos-table tbody td{padding:16px 18px;border-bottom:1px solid var(--line);vertical-align:middle}.pos-table tbody tr:last-child td{border-bottom:none}.pos-product-name{color:#021c2d;font-size:16px;font-weight:800}.pos-input{width:100%;border:1px solid #cfdfdb;background:#f4faf8;color:var(--text);outline:none;font-weight:500;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.pos-input:focus{border-color:var(--teal);background:#fff;box-shadow:0 0 0 4px #009b831f}.pos-input--row{height:40px;border-radius:14px;padding:0 14px;font-size:14px}.pos-price-input{max-width:98px}.pos-subtotal{color:#021c2d;font-weight:800;font-size:16px;white-space:nowrap}.pos-qty{width:94px;height:40px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;background:#f1f8f7;border:1px solid #cfdfdb;border-radius:999px}.pos-qty__btn{width:24px;height:24px;border:none;background:transparent;color:#597482;cursor:pointer;font-size:22px;font-weight:700;line-height:1;transition:color .18s ease}.pos-qty__btn:hover{color:var(--teal)}.pos-qty__value{color:#052235;font-size:18px;font-weight:800}.pos-remove-cell{width:52px;text-align:center}.pos-remove-btn{border:none;background:transparent;color:#607783;cursor:pointer;font-size:28px;line-height:1;transition:color .18s ease}.pos-remove-btn:hover{color:var(--danger)}.pos-empty{min-height:260px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:15px;font-weight:500}.pos-sidebar{display:grid;gap:14px}.pos-action-card{width:100%;min-height:62px;border:1px solid var(--line);background:#f8f9f9;border-radius:20px;display:grid;grid-template-columns:34px 1fr 18px;gap:12px;align-items:center;padding:14px 18px;text-align:left;color:var(--text);box-shadow:var(--shadow);cursor:pointer}.pos-action-card:hover{transform:translateY(-1px)}.pos-action-card:disabled{opacity:.65;cursor:not-allowed}.pos-action-card__icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--teal-soft)}.pos-action-card__label{color:#041f31;font-size:16px;font-weight:600;letter-spacing:-.2px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.pos-action-card__arrow{text-align:right;color:#7a8f99;font-size:18px}.pos-action-card--fel,.pos-action-card--primary{background:linear-gradient(135deg,#009b83,#008f7d);color:#fff;border-color:transparent;box-shadow:0 12px 24px #009b833d}.pos-action-card--fel:hover:not(:disabled),.pos-action-card--primary:hover:not(:disabled){background:linear-gradient(135deg,#008f7d,#007e6c)}.pos-action-card--fel .pos-action-card__icon,.pos-action-card--primary .pos-action-card__icon{background:#ffffff2e;color:#fff}.pos-action-card--fel .pos-action-card__label,.pos-action-card--primary .pos-action-card__label{color:#fff}.pos-action-card--fel .pos-action-card__arrow,.pos-action-card--primary .pos-action-card__arrow{color:#ffffffe6}.pos-summary-card{padding:22px 20px;background:#fff;border:1px solid #dbe9e6;border-radius:24px;box-shadow:0 12px 28px #082d3214}.pos-summary-card__title{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#38586b;font-size:12px;letter-spacing:3px;font-weight:800}.pos-summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:7px 0;color:#435d6c;font-size:16px;font-weight:500}.pos-summary-row strong{color:#052235;font-weight:700}.pos-summary-divider{height:1px;margin:10px 0 14px;background:var(--line)}.pos-summary-total{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#052235;font-size:18px;font-weight:800}.pos-summary-total strong{color:#021c2d;font-size:26px;font-weight:800;letter-spacing:-.8px}.pos-client-search{margin-top:28px;padding:18px;background:#ffffff8c;border:1px solid var(--line-soft);border-radius:20px;box-shadow:var(--shadow-soft)}.pos-client-search label{display:block;margin-bottom:10px;color:var(--text);font-size:15px;font-weight:800}.pos-client-search__row{display:grid;grid-template-columns:1fr auto;gap:12px}.pos-client-search-input{width:100%;height:44px;border:1px solid #cbd7d4;border-radius:14px;background:#fff;outline:none;padding:0 14px;color:var(--text);font-size:14px;font-weight:500}.pos-client-search-input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #009b831f}.pos-client-search-btn{height:44px;padding:0 24px;border-radius:14px}.pos-client-error{margin-top:10px;color:#b42318;font-size:14px;font-weight:700}@media (max-width: 1180px){.pos-toolbar__grid{grid-template-columns:1fr 1fr}.pos-add-group{grid-column:1 / -1}.pos-main{grid-template-columns:1fr}.pos-sidebar{grid-template-columns:1fr 1fr;align-items:start}.pos-summary-card{grid-column:1 / -1}}@media (max-width: 760px){.pos-page{padding:18px 12px 30px}.pos-hero{grid-template-columns:1fr;padding:22px 18px}.pos-hero__right{justify-content:flex-start}.pos-hero__name{font-size:26px}.pos-toolbar__grid,.pos-add-group,.pos-sidebar,.pos-client-search__row{grid-template-columns:1fr}.pos-table{font-size:14px}.pos-table thead{display:none}.pos-table,.pos-table tbody,.pos-table tr,.pos-table td{display:block;width:100%}.pos-table tbody tr{padding:12px 0;border-bottom:1px solid var(--line)}.pos-table tbody td{padding:8px 14px;border-bottom:none}.pos-product-name{font-size:17px}.pos-price-input{max-width:100%}.pos-remove-cell{text-align:left}}.pos-sidebar .pos-action-card:nth-of-type(1){background:#fff;border-color:#dce9e6}.pos-sidebar .pos-action-card:nth-of-type(1) .pos-action-card__icon{background:var(--teal-soft);color:var(--teal-dark)}.pos-sidebar .pos-action-card:nth-of-type(2){background:#fff;border-color:#dbe8ef}.pos-sidebar .pos-action-card:nth-of-type(2) .pos-action-card__icon{background:var(--teal-soft);color:var(--teal-dark)}.pos-sidebar .pos-action-card:nth-of-type(3){background:#fff;border-color:#e8e1d3}.pos-sidebar .pos-action-card:nth-of-type(3) .pos-action-card__icon{background:var(--teal-soft);color:var(--teal-dark)}.pos-table td input.pos-input--row{width:100%;box-sizing:border-box}
