*{box-sizing:border-box}html,body{margin:0;padding:0}button,input,select,textarea{font:inherit;color:inherit}button{border:none;background:none;padding:0;cursor:pointer}input,select,textarea{border:none;outline:none;background:transparent}h1,h2,h3,h4,p{margin:0}:root{color-scheme:light;--bg-base: #f8f5f2;--bg-panel: #fffdfb;--bg-soft: #f4ede7;--text-primary: #292321;--text-secondary: #6a5a4f;--accent: #b8895f;--accent-strong: #986840;--danger: #b54545;--border: #e9ddd2;--shadow-soft: 0 8px 24px rgba(56, 39, 25, .08);--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px;--font-main: "Inter", "Segoe UI", Roboto, sans-serif;--space-xs: 6px;--space-sm: 10px;--space-md: 14px;--space-lg: 18px;--space-xl: 24px;--space-2xl: 30px}body{background:radial-gradient(circle at top right,#fff9f4 0%,var(--bg-base) 40%,#efe5dc 100%);color:var(--text-primary);font-family:var(--font-main);min-height:100vh}.screen{min-height:100vh}.login-screen{min-height:100vh;display:grid;place-items:center;padding:var(--space-xl)}.login-card{width:min(460px,100%);background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-lg)}.login-title{font-size:1.8rem;font-weight:700}.login-subtitle{color:var(--text-secondary);font-size:.95rem}.app-shell{max-width:1600px;margin:0 auto;min-height:100vh;padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-xl)}.topbar{display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-lg) var(--space-xl);border-radius:var(--radius-lg);background:linear-gradient(135deg,#fffaf5,#fbf0e7);box-shadow:var(--shadow-soft);border:1px solid #f2e4d6}.brand-block{display:flex;flex-direction:column;gap:var(--space-xs)}.brand-label{color:var(--text-secondary);font-size:.85rem;letter-spacing:.06em;text-transform:uppercase}.brand-title{font-size:1.8rem;font-weight:700;letter-spacing:.01em}.topbar-actions{display:inline-flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap;justify-content:flex-end}.main-grid{display:grid;grid-template-columns:minmax(330px,1.4fr) minmax(330px,1.1fr) minmax(320px,1fr);gap:var(--space-lg);align-items:start}.panel{display:flex;flex-direction:column;gap:var(--space-lg);background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:var(--space-lg);min-height:350px}.panel-header{display:flex;flex-direction:column;gap:var(--space-xs)}.panel-header h2{font-size:1.2rem;font-weight:700}.panel-header p{color:var(--text-secondary);font-size:.92rem}.panel-header-row{flex-direction:row;justify-content:space-between;align-items:flex-start}.panel-catalog,.panel-cart,.panel-checkout{position:sticky;top:16px}.panel-catalog,.panel-cart,.panel-checkout{max-height:calc(100vh - 70px)}.catalog-list,.cart-list{overflow:auto;display:flex;flex-direction:column;gap:var(--space-sm);padding-right:4px}.catalog-list{min-height:320px}.cart-list{min-height:280px}.crm-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.crm-sidebar{background:#fff8f1;border-right:1px solid var(--border);padding:var(--space-xl) var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.crm-drawer-backdrop,.crm-menu-toggle{display:none}.crm-sidebar-brand{padding:0 var(--space-sm)}.crm-sidebar-brand h1{font-size:1.1rem;font-weight:700}.crm-sidebar-brand p{color:var(--text-secondary);font-size:.86rem}.crm-nav{display:flex;flex-direction:column;gap:6px}.crm-nav-btn{width:100%;text-align:left;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid transparent;color:var(--text-secondary);background:transparent;font-weight:600}.crm-nav-btn.active{background:#f5e7d8;color:#6a4427;border-color:#e3c8ae}.crm-main{padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-lg)}.crm-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-lg)}.crm-header h2{font-size:1.5rem}.crm-header p{color:var(--text-secondary)}.crm-content{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}.crm-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-sm)}.crm-kpi-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-panel);padding:14px;display:flex;flex-direction:column;gap:8px}.crm-kpi-title{color:var(--text-secondary);font-size:.85rem}.crm-kpi-value{font-weight:700;font-size:1.25rem}.crm-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}.crm-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-panel);padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm)}.list-scroll{max-height:420px;overflow:auto;display:flex;flex-direction:column;gap:8px}@media (max-width: 1280px){.main-grid{grid-template-columns:1fr 1fr;grid-template-areas:"catalog catalog" "cart checkout"}.panel-catalog{grid-area:catalog}.panel-cart{grid-area:cart}.panel-checkout{grid-area:checkout}.panel-catalog,.panel-cart,.panel-checkout{position:relative;top:0;max-height:none}.catalog-list,.cart-list{max-height:50vh}.crm-shell{grid-template-columns:1fr}.crm-sidebar{border-right:none;border-bottom:1px solid var(--border)}.crm-kpis,.crm-grid-2{grid-template-columns:1fr 1fr}}@media (max-width: 860px){.app-shell,.crm-main{padding:var(--space-md);gap:var(--space-md)}.topbar{flex-direction:column;align-items:flex-start;padding:var(--space-md)}.topbar-actions{width:100%;justify-content:flex-start}.crm-header{flex-direction:column;align-items:stretch}.crm-header .topbar-actions{flex-wrap:wrap}.crm-menu-toggle{display:inline-flex;align-self:flex-start}.crm-sidebar{position:fixed;inset:0 auto 0 0;z-index:7000;width:min(320px,86vw);transform:translate(-100%);transition:transform .2s ease;border-right:1px solid var(--border);border-bottom:none;box-shadow:0 20px 50px #2d1f1438;overflow:auto}.crm-shell.open .crm-sidebar{transform:translate(0)}.crm-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6990;display:none;background:#2018126b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.crm-shell.open .crm-drawer-backdrop{display:block}.main-grid{grid-template-columns:1fr;grid-template-areas:"catalog" "cart" "checkout"}.panel{padding:var(--space-md)}.crm-kpis,.crm-grid-2{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);padding:11px 14px;font-weight:600;font-size:.92rem;transition:.2s ease}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-strong)}.btn-secondary{background:#f2e7dc;color:#624830}.btn-secondary:hover:not(:disabled){background:#e8d7c8}.btn-ghost{background:#faf4ef;color:var(--text-secondary);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:#f5ebe2}.tabs{display:inline-flex;gap:8px;flex-wrap:wrap}.dashboard-filter-form{display:flex;align-items:end;gap:var(--space-sm);flex-wrap:wrap}.dashboard-filter-form label{min-width:180px}.tab{border-radius:999px;border:1px solid var(--border);padding:8px 13px;background:#fff;color:var(--text-secondary);font-size:.88rem;font-weight:600}.tab.active{background:#f5e7d8;color:#7a5537;border-color:#e2c6ab}.form-grid,.service-form,.discount-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm)}.form-stack{display:flex;flex-direction:column;gap:var(--space-sm)}.login-form,.checkout-form,.crm-form{display:flex;flex-direction:column;gap:var(--space-md)}label{display:flex;flex-direction:column;gap:7px;font-size:.9rem;font-weight:500;color:var(--text-secondary)}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;padding:10px 11px;color:var(--text-primary)}input:focus,select:focus,textarea:focus{border-color:#d7b291;box-shadow:0 0 0 3px #b8895f26}.helper-text{font-size:.84rem;color:var(--text-secondary)}.customer-status{font-size:.87rem;color:var(--text-secondary);margin-top:-6px}.customer-status.match{color:#2f6d41}.customer-status.new{color:#8f5f38}.customer-status.error{color:var(--danger)}.catalog-item,.list-item{border:1px solid var(--border);border-radius:var(--radius-md);padding:12px;display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);background:#fff}.list-item.selected{border-color:#d7b291;background:#fff7f1}.catalog-item-info,.list-item-info{display:flex;flex-direction:column;gap:4px}.catalog-item-name,.list-item-title{font-weight:600}.catalog-item-meta,.list-item-meta{color:var(--text-secondary);font-size:.85rem}.catalog-item-actions,.list-item-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.catalog-pill{background:#f8eee5;color:#8d603f;border-radius:999px;font-size:.77rem;font-weight:700;padding:4px 9px}.catalog-pill.product{background:#f2edf7;color:#6b5388}.empty-state{border:1px dashed #dcc9b9;border-radius:var(--radius-md);padding:18px;text-align:center;color:var(--text-secondary);background:#fffaf6}.cart-item{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:12px;display:flex;justify-content:space-between;gap:var(--space-sm)}.cart-item-left{display:flex;flex-direction:column;gap:6px}.cart-item-name{font-weight:600}.cart-item-price{color:var(--text-secondary);font-size:.86rem}.cart-item-meta{color:var(--text-secondary);font-size:.82rem}.surcharge-row{align-items:end}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden}.qty-btn{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:#faf4ef}.qty-value{min-width:34px;text-align:center;font-weight:600;font-size:.9rem}.cart-item-right{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.cart-item-total{font-weight:700}.summary-box{border-radius:var(--radius-md);background:linear-gradient(135deg,#fff8f1,#f9eee2);border:1px solid #e6d1be;padding:14px;display:flex;flex-direction:column;gap:10px}.summary-row{display:flex;justify-content:space-between;gap:var(--space-sm);color:var(--text-secondary);font-size:.94rem}.summary-row strong{color:var(--text-primary)}.summary-total{font-size:1.03rem;color:#563925}.summary-total strong{font-size:1.3rem;color:#8a4d24}.provisional-context-box{border-radius:var(--radius-md);border:1px solid #e6d1be;background:#fffaf6;padding:12px;display:flex;flex-direction:column;gap:10px}.provisional-context-box h3{font-size:.95rem;color:#7a5537}.role-context-grid{align-items:end}.provisional-checkin{margin-top:-2px}.checkout-actions{display:flex;gap:8px;flex-wrap:wrap}.section-title{font-size:1.1rem;font-weight:700}.section-subtitle{font-size:.9rem;color:var(--text-secondary)}.table-wrap{width:100%;overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{border-bottom:1px solid var(--border);padding:10px;text-align:left;font-size:.9rem}.data-table th{color:var(--text-secondary);font-weight:600}.badge{border-radius:999px;padding:3px 8px;font-size:.76rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.badge-admin{background:#f6e6d8;color:#7a4926}.badge-paid{background:#e3f4e7;color:#2d7041}.badge-cashier{background:#ecebf8;color:#4f438d}.badge-main-stylist{background:#e8f1ff;color:#315a96}.badge-assistant{background:#e9f7ef;color:#2f6d41}.badge-sent_to_cashier{background:#fff0db;color:#95611f}.badge-provisional_chair{background:#fef6ea;color:#8a5b2a}.badge-edited{background:#fff0db;color:#95611f}.badge-void{background:#fce5e5;color:#8f3333}.table-actions{display:inline-flex;flex-wrap:wrap;gap:8px}.pos-queue-button{position:relative;gap:8px;background:#fff0db;color:#8a5618;border:1px solid #efc986}.pos-queue-button.has-items{background:#b87935;color:#fff;border-color:#a26424;box-shadow:0 10px 24px #b8793538}.pos-queue-badge{min-width:22px;height:22px;border-radius:999px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;background:#9b3f3f;color:#fff;font-size:.78rem;font-weight:800}.pos-queue-button.has-items .pos-queue-badge{background:#fff;color:#8a4d24}.pos-queue-sheet{width:min(1120px,100%)}.pos-queue-list{max-height:min(520px,60vh)}.pos-queue-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.pos-queue-receipt{margin-top:var(--space-sm)}.pos-queue-edit-section{gap:var(--space-sm)}.pos-queue-line-tools{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:8px;align-items:center}.pos-queue-edit-table-wrap{max-height:min(360px,42vh)}.pos-queue-edit-table{min-width:920px}.pos-queue-edit-table th:nth-child(1),.pos-queue-edit-table td:nth-child(1){min-width:230px}.pos-queue-edit-table input,.pos-queue-edit-table select{width:100%;min-width:96px}.pos-queue-item-name-cell input[data-field=name]{min-width:220px}.pos-queue-discount-actions{justify-content:flex-start}.order-detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8500;display:flex;align-items:center;justify-content:center;padding:var(--space-lg)}.order-detail-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#20181285;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.order-detail-sheet{position:relative;width:min(980px,100%);max-height:min(860px,calc(100vh - 36px));overflow:auto;border-radius:22px;border:1px solid #ead8c7;background:var(--bg-panel);box-shadow:0 24px 60px #3827193d;padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.order-detail-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.order-detail-meta div{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fffaf6;padding:10px;display:flex;flex-direction:column;gap:5px}.order-detail-meta span{color:var(--text-secondary);font-size:.78rem}.order-detail-meta strong{color:var(--text-primary);font-size:.9rem}.order-detail-receipt{width:min(420px,100%);margin:0 auto;border:1px dashed #d8c0a9;border-radius:var(--radius-md);background:#fff;color:#1d1712;font-family:Arial,sans-serif;font-size:12px;line-height:1.35;padding:14px}.order-detail-receipt .receipt-header{text-align:var(--receipt-header-align, center);margin-bottom:8px}.order-detail-receipt .receipt-salon-name{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:4px}.order-detail-receipt .receipt-subline{margin-bottom:2px;color:#5f5146}.order-detail-receipt .receipt-divider{border-top:1px dashed #7a6a5d;margin:6px 0}.order-detail-receipt .receipt-info-row,.order-detail-receipt .receipt-summary-row{display:flex;justify-content:space-between;gap:8px;margin-bottom:3px}.order-detail-receipt .receipt-items{width:100%;border-collapse:collapse;margin-top:4px}.order-detail-receipt .receipt-items th,.order-detail-receipt .receipt-items td{padding:3px 0;vertical-align:top;text-align:left;word-break:break-word}.order-detail-receipt .receipt-items th:nth-child(1),.order-detail-receipt .receipt-items td:nth-child(1){width:42px}.order-detail-receipt .receipt-items th:nth-child(3),.order-detail-receipt .receipt-items td:nth-child(3){text-align:right}.order-detail-receipt .receipt-total{font-weight:700;font-size:14px}.order-detail-receipt .receipt-footer{text-align:center;margin-top:10px;font-style:italic}.toast-container{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;z-index:9999}.toast{min-width:220px;max-width:360px;border-radius:var(--radius-sm);padding:10px 12px;color:#fff;box-shadow:var(--shadow-soft);font-size:.88rem}.toast.success{background:#396c4a}.toast.error{background:#9b3f3f}.toast.info{background:#7a5b42}.print-receipt{display:none}.selection-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8000;display:none;align-items:center;justify-content:center;padding:var(--space-lg)}.selection-modal.open{display:flex}.selection-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2018127a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.selection-sheet{position:relative;width:min(520px,100%);max-height:min(720px,calc(100vh - 36px));overflow:auto;border-radius:22px;border:1px solid #ead8c7;background:var(--bg-panel);box-shadow:0 24px 60px #3827193d;padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.selection-sheet-header,.selection-sheet-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.selection-sheet-header{position:sticky;top:calc(-1 * var(--space-lg));z-index:2;margin:calc(-1 * var(--space-lg)) calc(-1 * var(--space-lg)) 0;padding:var(--space-lg) var(--space-lg) var(--space-md);background:linear-gradient(180deg,#fffdfb 80%,#fffdfbe0);border-bottom:1px solid var(--border)}.selection-sheet-header h3{font-size:1.18rem;font-weight:800;color:var(--text-primary)}.selection-block{border:1px solid #ead8c7;border-radius:var(--radius-md);background:#fffaf6;padding:var(--space-md)}.selection-block>.helper-text{margin-bottom:var(--space-sm);font-weight:700;color:#7a5537}.choice-chip-list{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm)}.choice-chip{border:1px solid #e2c6ab;border-radius:999px;background:#fff;color:#6f4e35;min-height:46px;font-weight:800;font-size:1rem}.choice-chip:hover,.choice-chip.active{background:#f2e7dc;border-color:var(--accent);color:#5b3822}.range-control{display:grid;grid-template-columns:46px 1fr 46px;gap:var(--space-sm);align-items:center}.range-control .btn{min-height:46px;font-size:1.1rem}#selection-quoted-price{width:100%;accent-color:var(--accent)}.selection-range-value{margin-top:var(--space-sm);font-size:1.6rem;font-weight:800;color:#8a4d24;text-align:center}.touch-option-list{display:flex;flex-direction:column;gap:var(--space-sm)}.touch-option{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-sm);border:1px solid #ead8c7;border-radius:var(--radius-md);background:#fff;padding:12px 14px;color:var(--text-primary);min-height:52px}.touch-option.active{background:#f8eee5;border-color:var(--accent)}.touch-option input{order:2;width:22px;height:22px;accent-color:var(--accent)}.touch-option span{font-weight:700}.selection-sheet-actions{position:sticky;bottom:calc(-1 * var(--space-lg));margin:0 calc(-1 * var(--space-lg)) calc(-1 * var(--space-lg));padding:var(--space-md) var(--space-lg) var(--space-lg);background:linear-gradient(0deg,#fffdfb 82%,#fffdfbe6);border-top:1px solid var(--border)}.selection-sheet-actions .btn{min-height:46px;flex:1}@media (max-width: 860px){.form-grid,.service-form,.discount-row{grid-template-columns:1fr}.dashboard-filter-form{flex-direction:column;align-items:stretch}.dashboard-filter-form label,.dashboard-filter-form .btn{width:100%}.order-detail-modal{align-items:flex-end;padding:0}.order-detail-sheet{width:100%;max-height:92vh;border-radius:24px 24px 0 0;padding:var(--space-md)}.pos-queue-actions{flex-direction:column;align-items:stretch}.pos-queue-actions .btn{width:100%}.pos-queue-line-tools{grid-template-columns:1fr}.pos-queue-line-tools .btn{width:100%}.order-detail-meta{grid-template-columns:1fr}.order-detail-receipt{width:100%}.summary-total strong{font-size:1.6rem}.checkout-actions{flex-direction:column}.checkout-actions .btn{width:100%;min-height:44px}.selection-modal{align-items:flex-end;padding:0}.selection-sheet{width:100%;max-height:88vh;border-radius:24px 24px 0 0;padding:var(--space-md)}.selection-sheet-header{top:calc(-1 * var(--space-md));margin:calc(-1 * var(--space-md)) calc(-1 * var(--space-md)) 0;padding:var(--space-md)}.selection-sheet-actions{bottom:calc(-1 * var(--space-md));margin:0 calc(-1 * var(--space-md)) calc(-1 * var(--space-md));padding:var(--space-md)}.choice-chip-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@page{size:80mm auto;margin:2mm}@media print{body{background:#fff}body *{visibility:hidden!important}#print-receipt,#print-receipt *{visibility:visible!important}#print-receipt{display:block!important;position:absolute;left:0;top:0;width:80mm;min-height:auto;background:#fff;color:#000;font-family:Arial,sans-serif;font-size:12px;line-height:1.35;padding:2mm}.receipt-header{text-align:var(--receipt-header-align, center);margin-bottom:8px}.receipt-salon-name{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:4px}.receipt-subline{margin-bottom:2px}.receipt-divider{border-top:1px dashed #000;margin:6px 0}.receipt-info-row,.receipt-summary-row{display:flex;justify-content:space-between;gap:8px;margin-bottom:3px}.receipt-items{width:100%;border-collapse:collapse;margin-top:4px}.receipt-items th,.receipt-items td{padding:2px 0;vertical-align:top;text-align:left;word-break:break-word}.receipt-items th:nth-child(1),.receipt-items td:nth-child(1){width:10mm}.receipt-items th:nth-child(2),.receipt-items td:nth-child(2){width:44mm}.receipt-items th:nth-child(3),.receipt-items td:nth-child(3){width:24mm;text-align:right}.receipt-total{font-weight:700;font-size:14px}.receipt-footer{text-align:center;margin-top:10px;font-style:italic}}
