@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";@keyframes status-blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@keyframes blink-urgent{0%{border-color:#ef4444;box-shadow:inset 0 0 0 1px #ef4444}50%{box-shadow:none;border-color:#0000}to{border-color:#ef4444;box-shadow:inset 0 0 0 1px #ef4444}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--bg-primary:#f8f9fa;--bg:#f8f9fa;--bg-secondary:#fff;--bg-tertiary:#f1f3f4;--bg-sidebar:#fff;--surface:#f1f3f4;--surface-hover:#e8eaed;--border:#dadce0;--border-light:#e8eaed;--text-primary:#202124;--text-secondary:#5f6368;--text-muted:#80868b;--text-link:#1a73e8;--accent:#1a73e8;--accent-hover:#174ea6;--accent-subtle:#e8f0fe;--success:#188038;--success-subtle:#e6f4ea;--warning:#f29900;--warning-subtle:#fef7e0;--danger:#d93025;--danger-subtle:#fce8e6;--info:#1a73e8;--info-subtle:#e8f0fe;--purple:#9334e6;--purple-subtle:#f3e8fd;--orange:#e37400;--orange-subtle:#feefe3;--font-sans:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #3c40434d, 0 1px 3px 1px #3c404326;--shadow:0 1px 3px 0 #3c40434d, 0 4px 8px 3px #3c404326;--shadow-lg:0 4px 6px 0 #3c40434d, 0 8px 12px 6px #3c404326;--transition:.2s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:var(--bg-primary);width:100%;min-height:100%}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;overflow:hidden}a{color:var(--text-link);text-decoration:none}a:hover{text-decoration:underline}.app-container{width:100vw;height:100vh;min-height:100dvh;display:flex;overflow:hidden}.mobile-only{display:none!important}.desktop-only{display:block!important}.sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border);z-index:100;flex-direction:column;width:256px;min-width:256px;padding:0;transition:transform .3s;display:flex;overflow-y:auto}@media (width<=768px){.sidebar{box-shadow:var(--shadow-lg);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}html,body{touch-action:pan-y;background-color:var(--bg-primary)!important;height:auto!important;min-height:100dvh!important;overflow-y:auto!important}#root{background-color:var(--bg-primary)!important;min-height:100dvh!important}.app-container{background-color:var(--bg-primary);min-height:100dvh;height:auto!important;display:block!important;overflow:visible!important}.main-content-wrapper{flex:none!important;height:auto!important;display:block!important;overflow:visible!important}.main-content{flex:none!important;height:auto!important;min-height:auto!important;padding:16px!important;overflow:visible!important}.page-body{flex:none!important;height:auto!important;padding:0!important;overflow:visible!important}.page-header{z-index:10;background:var(--bg-secondary);position:sticky;top:0}.page-body{flex:none!important;height:auto!important;padding:0!important;overflow-y:visible!important}.sidebar-overlay{z-index:90;background:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.visible{display:block}.mobile-hide{display:none!important}.mobile-only{display:block!important}.desktop-only{display:none!important}.mobile-stack{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.mobile-scroll-x{white-space:nowrap!important;padding-bottom:8px!important;overflow-x:auto!important}.pos-layout{flex-direction:column!important;overflow-y:auto!important}.pos-main{border-right:none!important;border-bottom:1px solid var(--border)!important;flex:none!important}.pos-sidebar{flex:none!important}.reports-layout{flex-direction:column!important}.reports-sidebar{border-bottom:1px solid var(--border)!important;flex-direction:row!important;width:100%!important;padding:0 16px!important;overflow-x:auto!important}.reports-sidebar button{white-space:nowrap!important;border-bottom:2px solid #0000!important;border-left:none!important;padding:12px 16px!important}.reports-sidebar button.active{border-bottom:2px solid var(--accent)!important}.kanban-board{flex-direction:column!important;overflow-x:hidden!important}.kanban-column{min-width:100%!important;max-width:100%!important}.tasks-controls-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important;gap:8px!important;width:100%!important;display:grid!important}.tasks-filter-row{white-space:normal!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;min-width:0!important;display:grid!important;overflow:visible!important}.tasks-filter-row .filter-pill{flex:1 1 0!important;justify-content:center!important;width:100%!important}.tasks-header-action{display:flex!important}.tasks-new-task-btn{border-radius:12px!important;min-height:44px!important;padding:0 12px!important}.tasks-new-task-btn svg{flex-shrink:0}.calendar-container{overflow:hidden auto!important}.calendar-grid{width:100%!important;min-width:0!important}.settings-layout{flex-direction:column!important}.settings-sidebar{border-right:none!important;border-bottom:1px solid var(--border)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;padding:12px 16px!important;display:grid!important;overflow:visible!important}.settings-sidebar button{white-space:normal!important;text-align:center!important;border-radius:12px!important;justify-content:center!important;width:100%!important;min-height:44px!important;padding:10px 8px!important;font-size:13px!important}.settings-sidebar .active{background:var(--accent-subtle)!important;border-radius:12px!important}.settings-sidebar>div[style*="height: 1"],.settings-sidebar>div[style*=flex-grow]{display:none!important}.settings-content{padding:16px!important;overflow-y:visible!important}.settings-main-card,.settings-install-box{border-radius:12px!important;padding:16px!important}.settings-field{max-width:100%!important}.settings-section .order-box .form-group{margin-bottom:16px!important}.settings-save-btn,.settings-install-btn{border-radius:12px!important;width:100%!important;min-height:48px!important}.settings-install-box{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.settings-install-text{width:100%!important}.dict-container{flex-direction:column!important}.dict-sidebar{border-bottom:1px solid var(--border)!important;flex-direction:row!important;gap:10px!important;width:100%!important;margin-bottom:16px!important;padding:0 0 16px!important;overflow-x:auto!important}.dict-sidebar button{white-space:nowrap!important;flex-shrink:0!important}}.sidebar-brand{align-items:center;gap:12px;padding:16px 24px;display:flex}.doc-editor-backdrop{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#05080ec2;padding:12px;display:flex;position:fixed;inset:0}.doc-editor-shell{background:var(--bg-primary);border:1px solid var(--border);border-radius:14px;grid-template-columns:minmax(0,1fr) 380px;width:100%;height:100%;display:grid;overflow:hidden;box-shadow:0 18px 48px #00000059}.doc-editor-canvas-wrap{background:#f2f4f8;flex-direction:column;min-width:0;display:flex}.doc-editor-header{background:#eef2f7;border-bottom:1px solid #d8dde7;padding:12px 16px}.doc-editor-title-input{width:100%;max-width:460px;color:#111827!important;background:#fff!important;border:1px solid #c6ceda!important}.doc-editor-canvas{flex:1;min-height:0}.doc-editor-canvas .tox.tox-tinymce{border:none!important;border-radius:0!important;height:100%!important}.doc-editor-sidebar{background:#0f131c;border-left:1px solid #232836;flex-direction:column;min-height:0;display:flex}.doc-editor-actions{border-bottom:1px solid #232836;gap:8px;padding:12px;display:flex}.doc-editor-sidebar-scroll{flex:1;min-height:0;padding:8px 12px 12px;overflow-y:auto}.doc-editor-section{border-bottom:1px solid #232836}.doc-editor-section:last-child{border-bottom:none}.doc-editor-section-trigger{color:#e5e7eb;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 4px;font-size:15px;font-weight:600;display:flex}.doc-editor-section-content{flex-direction:column;gap:10px;padding:0 0 12px;display:flex}.doc-editor-token-list{flex-direction:column;gap:8px;display:flex}.doc-editor-token-btn{color:#f3f4f6;cursor:pointer;text-align:left;background:#151b25;border:1px solid #2b3343;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:8px 10px;display:flex}.doc-editor-token-btn:hover{background:#1a2230;border-color:#3d4a62}.doc-editor-token-label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;overflow:hidden}.doc-editor-token-code{color:#8ab4ff;white-space:nowrap;background:#0d121a;border:1px solid #2b3343;border-radius:6px;padding:2px 6px;font-size:11px}.doc-editor-empty{color:#97a0b1;padding:2px 2px 6px;font-size:12px}@media (width<=1200px){.doc-editor-shell{grid-template-columns:minmax(0,1fr) 340px}}@media (width<=960px){.doc-editor-backdrop{padding:0}.doc-editor-shell{border:none;border-radius:0;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr}.doc-editor-sidebar{border-top:1px solid #232836;border-left:none;max-height:42vh}.doc-editor-title-input{max-width:100%}}.sidebar-brand .brand-icon{background:var(--accent);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.sidebar-brand span{color:var(--text-primary);letter-spacing:-.5px;font-family:Roboto,sans-serif;font-size:20px;font-weight:500}.sidebar nav{flex:1;padding:12px 0}.nav-link{color:var(--text-secondary);transition:all var(--transition);cursor:pointer;border-radius:0 24px 24px 0;align-items:center;gap:16px;margin-right:12px;padding:10px 24px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.nav-link:hover{background:var(--bg-tertiary);color:var(--text-primary);text-decoration:none}.nav-link.active{background:var(--accent-subtle);color:var(--accent);font-weight:600}.nav-link .badge{border-radius:var(--radius-full);margin-left:auto;padding:2px 8px;font-size:12px;font-weight:600}.nav-link .badge-new{background:var(--danger);color:#fff}.sidebar-bottom{border-top:1px solid var(--border);padding:12px 0}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:none}}.main-content{background:var(--bg-primary);flex-direction:column;flex:1;animation:.4s cubic-bezier(.2,.8,.2,1) forwards pageEnter;display:flex;overflow:hidden}.page-header{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;min-height:64px;padding:16px 24px;display:flex}.page-header-left{align-items:center;gap:20px;display:flex}.page-header-left h1{color:var(--text-primary);font-family:Roboto,sans-serif;font-size:22px;font-weight:400}.page-header-right{align-items:center;gap:12px;display:flex}.page-header.services-header-mobile+.services-grid-stats,.page-header.tasks-header-mobile+.page-body.tasks-page-body{margin-top:16px}.tasks-controls-row{align-items:center;gap:12px;width:100%;display:flex}.tasks-filter-row{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;display:grid}.tasks-filter-row .filter-pill{width:100%;flex:1 1 0!important;justify-content:center!important}.tasks-header-action{flex-shrink:0;display:flex}.tasks-new-task-btn{white-space:nowrap}.page-header-right .search-box:focus-within{background:var(--bg-secondary);border-color:var(--border);box-shadow:var(--shadow-sm)}@media (width<=768px){.page-header-right .search-box{min-width:unset;flex:1;padding:6px 12px}}.page-header-right .search-box input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px}.header-btn{color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;display:flex}.header-btn:hover{background:var(--surface);color:var(--text-primary)}.user-avatar{background:var(--purple);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:500;display:flex}.header-icons{align-items:center;gap:4px;display:flex}.icon-btn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:background var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.icon-btn:hover{background:var(--surface);color:var(--text-primary)}.sub-header{border-bottom:1px solid var(--border);background:var(--bg-secondary);flex-shrink:0;align-items:center;gap:32px;padding:16px 24px;display:flex}.summary-item{flex-direction:column;display:flex}.summary-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.summary-value{color:var(--text-primary);margin-top:4px;font-family:Roboto,sans-serif;font-size:24px;font-weight:400}.summary-value.income{color:var(--success)}.summary-value.expense,.summary-value.negative{color:var(--danger)}.page-body{flex:1;padding:24px;overflow-y:auto}.data-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.data-table{border-collapse:collapse;background:var(--bg-secondary);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm)}.table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.data-table th{color:var(--text-secondary);text-align:left;background:var(--bg-secondary);border-bottom:2px solid var(--border);white-space:nowrap;z-index:2;padding:12px 16px;font-size:12px;font-weight:500;position:sticky;top:0}.data-table td{color:var(--text-primary);border-bottom:1px solid var(--border-light);white-space:nowrap;text-overflow:ellipsis;max-width:250px;padding:12px 16px;font-size:14px;overflow:hidden}.data-table tr{transition:background var(--transition)}.data-table tbody tr:hover{background:var(--surface)}.orders-mobile-list{padding:0 16px calc(16px + env(safe-area-inset-bottom,0px));gap:12px;display:grid}.order-mobile-card{border:1px solid var(--border);background:var(--bg-secondary);width:100%;box-shadow:var(--shadow-sm);text-align:left;cursor:pointer;transition:border-color var(--transition), transform var(--transition), box-shadow var(--transition);appearance:none;border-radius:14px;padding:12px}.order-mobile-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.order-mobile-card:active{transform:scale(.995)}.order-mobile-card-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.order-mobile-card-client{color:var(--text-primary);margin-bottom:4px;font-size:15px;font-weight:600}.order-mobile-card-device{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;font-size:13px;line-height:1.3;overflow:hidden}.order-mobile-card-meta{color:var(--text-primary);justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.order-mobile-card-meta+.order-mobile-card-meta{margin-top:6px}.order-mobile-card-meta-muted{color:var(--text-muted);font-size:12px}.order-mobile-card-total{font-weight:700}.order-mobile-empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border);background:var(--bg-secondary);border-radius:14px;margin-top:12px;padding:36px 12px}.entity-mobile-list{padding:0 0 calc(16px + env(safe-area-inset-bottom,0px));gap:12px;display:grid}.entity-mobile-card{border:1px solid var(--border);background:var(--bg-secondary);width:100%;box-shadow:var(--shadow-sm);border-radius:14px;padding:12px}.entity-mobile-card-clickable{cursor:pointer;transition:border-color var(--transition), transform var(--transition), box-shadow var(--transition)}.entity-mobile-card-clickable:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.entity-mobile-card-clickable:active{transform:scale(.995)}.entity-mobile-card-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.entity-mobile-card-title{color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.3}.entity-mobile-card-subtitle{color:var(--text-secondary);margin-top:4px;font-size:13px;line-height:1.3}.entity-mobile-card-meta{color:var(--text-primary);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.entity-mobile-card-meta+.entity-mobile-card-meta{margin-top:6px}.entity-mobile-card-meta span:last-child{text-align:right}.entity-mobile-card-meta-muted{color:var(--text-muted);font-size:12px}.entity-mobile-card-actions{align-items:center;gap:8px;margin-top:10px;display:flex}.entity-mobile-card-actions .icon-btn{border:1px solid var(--border);background:var(--surface);border-radius:10px;width:36px;height:36px}.entity-mobile-empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border);background:var(--bg-secondary);border-radius:14px;margin-top:12px;padding:36px 12px}.clients-mobile-list{gap:0;margin-top:12px}.clients-mobile-list .entity-mobile-card+.entity-mobile-card{margin-top:12px}.employees-mobile-list{gap:0;margin-top:12px}.employees-mobile-list .entity-mobile-card+.entity-mobile-card{margin-top:12px}.payments-mobile-list{gap:0;margin-top:12px}.payments-mobile-list .entity-mobile-card+.entity-mobile-card{margin-top:12px}.client-card-drawer{margin-left:auto;width:min(100%,680px)!important}.client-card-header{padding:20px 24px!important}.client-card-orders-table th,.client-card-orders-table td{vertical-align:top}.client-card-orders-table td{white-space:normal}.data-table td.pr.info-value{color:var(--text-primary);text-align:right;flex:1;justify-content:flex-end;font-weight:500;display:flex}.inline-input{color:var(--text-primary);text-align:right;width:100%;transition:all var(--transition);background:0 0;border:1px solid #0000;border-radius:4px;outline:none;padding:4px 6px;font-family:inherit;font-size:14px;font-weight:500}.status-badge{border-radius:var(--radius-full);white-space:nowrap;letter-spacing:.2px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-badge.status-active,.status-badge.status-ready{background:var(--success-subtle);color:var(--success)}.status-badge.status-waiting{background:var(--warning-subtle);color:var(--warning)}.status-badge.status-closed{background:var(--purple-subtle);color:var(--purple)}.status-badge.status-new{background:var(--info-subtle);color:var(--info)}.status-badge.status-danger{background:var(--danger-subtle);color:var(--danger)}.status-badge.status-orange{background:var(--orange-subtle);color:var(--orange)}.btn{border-radius:var(--radius-full);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);background:var(--bg-secondary);color:var(--text-primary);justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;display:inline-flex}.btn:hover{background:var(--surface-hover);color:var(--text-primary);box-shadow:var(--shadow-sm)}.btn-primary{background:var(--accent);color:#fff;border:none}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow)}.fab{background:var(--accent-subtle);width:56px;height:56px;color:var(--accent);cursor:pointer;box-shadow:var(--shadow);transition:all var(--transition);z-index:20;border:none;border-radius:16px;justify-content:center;align-items:center;font-size:24px;display:flex;position:fixed;bottom:32px;right:32px}.fab:hover{box-shadow:var(--shadow-lg);background:#d3e3fd;transform:translateY(-2px)}.modal-overlay{z-index:100;background:#20212499;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-fullscreen{background:var(--bg-secondary);box-sizing:border-box;align-self:stretch;width:100%;height:100dvh;min-height:100dvh;padding:0 40px 24px;animation:.2s fadeIn;overflow-y:auto}.modal{background:var(--bg-secondary);width:100%;max-width:560px;box-shadow:var(--shadow-lg);border-radius:28px;max-height:90vh;padding:24px;animation:.2s cubic-bezier(.175,.885,.32,1.275) scaleUp;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.modal-header h2{color:var(--text-primary);font-family:Roboto,sans-serif;font-size:24px;font-weight:400}.modal-close{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:background var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.modal-close:hover{background:var(--surface);color:var(--text-primary)}.form-group{margin-bottom:20px;position:relative}.settings-section .order-box .form-group{margin-bottom:24px}.form-label{color:var(--text-secondary);margin-bottom:6px;margin-left:4px;font-size:12px;font-weight:500;display:block}.form-input{background:var(--bg-secondary);border:1px solid var(--border);width:100%;color:var(--text-primary);transition:all var(--transition);border-radius:4px;padding:14px 16px;font-family:inherit;font-size:16px}.form-input:focus{border:2px solid var(--accent);outline:none;padding:13px 15px}select.form-input{cursor:pointer;appearance:auto}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.item-controls-break{display:none}.item-qty-input{flex:0 0 45px!important;width:45px!important;min-width:45px!important;max-width:45px!important;padding:10px!important}.item-controls-row .form-input[type=number]{appearance:textfield}.item-controls-row .form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.item-controls-row .form-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (width<=768px){.form-row{grid-template-columns:1fr;gap:0}}.form-submit{float:right;background:var(--accent);color:#fff;border-radius:var(--radius-full);cursor:pointer;width:auto;min-width:120px;transition:all var(--transition);border:none;margin-top:16px;padding:10px 24px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.form-submit:hover{background:var(--accent-hover);box-shadow:var(--shadow)}.page-with-sidebar{background:var(--bg-primary);flex:1;display:flex;overflow:hidden}.category-sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);width:256px;min-width:256px;padding:12px;overflow-y:auto}.category-item{color:var(--text-secondary);cursor:pointer;transition:all var(--transition);border-radius:0 24px 24px 0;justify-content:space-between;align-items:center;padding:10px 16px;font-size:14px;font-weight:500;display:flex}.category-item:hover{background:var(--bg-tertiary);color:var(--text-primary)}.category-item.active{background:var(--accent-subtle);color:var(--accent)}.category-child{padding-left:32px}.page-content{flex:1;padding:24px;overflow-y:auto}.filter-pills{flex-wrap:wrap;gap:8px;display:flex}.filter-pill{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);padding:6px 16px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.filter-pill:hover{background:var(--surface);color:var(--text-primary)}.filter-pill.active{background:var(--accent-subtle);color:var(--accent);border-color:#0000}.store-sub-header-layout{flex-wrap:nowrap;justify-content:space-between;align-items:stretch;gap:16px;display:flex}.store-filters-group{flex-direction:column;flex:auto;align-items:flex-start;gap:10px;width:auto;min-width:0;display:flex}.store-status-desktop{flex:none;align-items:center;gap:8px;min-width:220px;display:flex}.store-status-label{color:var(--text-muted);white-space:nowrap;font-size:12px}.store-status-select{min-width:190px;max-width:240px;padding:8px 12px;font-size:13px}.store-date-range{flex:none;width:100%;min-width:260px;max-width:520px}@media (width<=1200px) and (width>=769px){.store-sub-header-layout{flex-wrap:wrap}.store-filters-group{width:100%;min-width:100%}.store-date-range{max-width:none}}.store-history-row{cursor:pointer}.store-showcase{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;margin-bottom:16px;padding:16px}.store-showcase-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.store-showcase-title{color:var(--text-primary);margin:0;font-size:16px;font-weight:700}.store-showcase-subtitle{color:var(--text-muted);font-size:12px}.store-showcase-config-btn{white-space:nowrap;border-radius:8px;min-height:34px;padding:6px 12px;font-size:12px;font-weight:600}.store-showcase-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.store-showcase-tile{border:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;min-height:96px;transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);border-radius:10px;flex-direction:column;justify-content:space-between;padding:12px;display:flex}.store-showcase-tile:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.store-showcase-tile-name{color:var(--text-primary);overflow-wrap:anywhere;font-size:13px;font-weight:600;line-height:1.35}.store-showcase-tile-footer{justify-content:space-between;align-items:center;gap:8px;margin-top:10px;display:flex}.store-showcase-tile-price{color:var(--text-primary);font-size:13px;font-weight:700}.store-showcase-tile-action{color:var(--accent);font-size:12px;font-weight:600}.store-showcase-modal{background:var(--bg-secondary);border-radius:12px;width:min(620px,92vw);max-width:620px;padding:0;overflow:hidden}.store-showcase-modal-body{flex-direction:column;gap:12px;padding:16px;display:flex}.store-showcase-counter{color:var(--text-secondary);font-size:13px}.store-showcase-search{position:relative}.store-showcase-search-icon{color:var(--text-muted);position:absolute;top:10px;left:12px}.store-showcase-search-input{background:var(--surface);padding-left:36px!important}.store-showcase-list{flex-direction:column;gap:8px;max-height:46vh;padding-right:4px;display:flex;overflow-y:auto}.store-showcase-item{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.store-showcase-item.active{border-color:var(--accent);background:var(--accent-subtle)}.store-showcase-item-name{overflow-wrap:anywhere;font-size:13px;font-weight:500}.store-showcase-item-price{color:var(--text-secondary);white-space:nowrap;font-size:12px}.store-showcase-empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:8px;padding:18px}.store-showcase-footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}@media (width<=1200px) and (width>=769px){.store-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.store-date-cell{white-space:pre-line;line-height:1.3}.store-comment-cell{white-space:pre-line;color:var(--text-secondary);font-size:13px}.store-total-cell{font-weight:600}.store-total-sale{color:var(--success)}.store-total-refund{color:var(--danger)}.store-mobile-total{font-weight:700}.store-modal-overlay{z-index:1000}.store-pos-modal{background:var(--bg-secondary);border-radius:12px;flex-direction:column;width:min(1000px,92vw);max-width:1000px;height:min(85vh,920px);padding:0;display:flex;overflow:hidden}.store-sale-modal{background:var(--bg-secondary);border-radius:12px;width:min(600px,92vw);max-width:600px;padding:0;overflow:hidden}.store-modal-head{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.store-modal-title-wrap{align-items:center;gap:12px;display:flex}.store-modal-icon{background:var(--accent-subtle);width:36px;height:36px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;display:flex}.store-modal-title{margin:0;font-size:18px;font-weight:600}.store-pos-layout{flex:1;display:flex;overflow:hidden}.store-pos-main{border-right:1px solid var(--border);flex-direction:column;flex:2;display:flex}.store-pos-toolbar{border-bottom:1px solid var(--border);flex-direction:column;gap:16px;padding:16px;display:flex}.store-pos-tabs{border-bottom:1px solid var(--border);gap:16px;display:flex}.store-pos-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:8px 0;font-weight:600;display:inline-flex}.store-pos-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.store-pos-search{position:relative}.store-pos-search-icon{color:var(--text-muted);position:absolute;top:10px;left:12px}.store-pos-search-input{background:var(--bg-secondary);padding-left:36px!important}.store-catalog-list{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}.store-catalog-empty{text-align:center;color:var(--text-muted);padding:2rem}.store-catalog-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.store-catalog-item:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.store-catalog-item.is-disabled{opacity:.5;cursor:not-allowed}.store-catalog-item.is-disabled:hover{border-color:var(--border);box-shadow:none}.store-catalog-title{color:var(--text-primary);margin-bottom:4px;font-weight:600}.store-catalog-stock{color:var(--text-secondary);font-size:12px}.store-catalog-stock.is-empty{color:var(--danger)}.store-catalog-price{color:var(--text-primary);font-weight:700}.store-pos-sidebar{background:var(--surface);flex-direction:column;flex:1.2;display:flex}.store-cart-head{border-bottom:1px solid var(--border);padding:16px;font-weight:600}.store-cart-list{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.store-cart-empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:14px}.store-cart-item{border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:12px;display:flex}.store-cart-item-head{justify-content:space-between;align-items:flex-start;display:flex}.store-cart-item-name{font-size:14px;font-weight:600;line-height:1.3}.store-cart-remove-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;display:inline-flex}.store-cart-remove-btn:hover{color:var(--danger)}.store-cart-item-footer{justify-content:space-between;align-items:center;display:flex}.store-cart-item-price{color:var(--text-secondary);font-size:13px}.store-qty-control{background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;align-items:center;gap:8px;padding:2px 4px;display:flex}.store-qty-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;display:inline-flex}.store-qty-btn:disabled{color:var(--text-muted);cursor:default}.store-qty-value{text-align:center;min-width:20px;font-size:13px;font-weight:600}.store-checkout{border-top:1px solid var(--border);background:var(--bg-primary);flex-direction:column;gap:12px;padding:16px;display:flex}.store-checkout-total-row{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.store-checkout-total-label{color:var(--text-secondary)}.store-checkout-total-value{color:var(--success);font-size:24px;font-weight:700}.store-checkout-field{margin-bottom:0}.store-checkout-input{background:var(--surface)}.store-checkout-comment{background:var(--surface);resize:none;height:60px}.store-pay-btn{width:100%;margin-top:8px;padding:12px;font-size:15px;font-weight:600}@media (width<=768px){.store-modal-overlay{z-index:1600!important;justify-content:stretch!important;align-items:stretch!important;padding:0!important}.store-pos-modal{border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;margin:0!important}.store-modal-head{padding:12px 16px!important}.store-pos-layout{flex-direction:column!important;min-height:0!important;overflow:hidden auto!important}.store-pos-main,.store-pos-sidebar,.store-catalog-item{min-width:0!important}.store-pos-main{border-right:none!important;border-bottom:1px solid var(--border)!important;flex:none!important}.store-pos-toolbar{gap:12px!important;padding:12px!important}.store-pos-tabs{gap:8px!important}.store-pos-tab{flex:1 1 0!important;justify-content:center!important;padding:10px 8px!important;font-size:13px!important}.store-catalog-list{gap:8px!important;max-height:34dvh!important;padding:12px!important}.store-catalog-title{overflow-wrap:anywhere!important}.store-catalog-price{text-align:right!important;flex-shrink:0!important}.store-pos-sidebar{flex:auto!important;min-height:0!important}.store-cart-head{padding:12px!important}.store-cart-list{max-height:28dvh!important;padding:12px!important}.store-checkout{padding:12px!important;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}.store-checkout-total-value{font-size:24px!important}.store-pay-btn{min-height:46px!important;margin-top:4px!important}}.store-sale-content{flex-direction:column;gap:16px;padding:24px;display:flex}.store-sale-row{justify-content:space-between;align-items:center;display:flex}.store-sale-label{color:var(--text-muted)}.store-sale-value{font-weight:500}.store-sale-comment-wrap{margin-top:8px}.store-sale-comment-wrap .store-sale-label{margin-bottom:8px;display:block}.store-sale-comment-box{background:var(--surface);white-space:pre-wrap;border:1px solid var(--border);border-radius:8px;padding:12px 16px;font-size:14px;line-height:1.5}.store-sale-total-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:8px;padding-top:16px;display:flex}.store-sale-total-label{font-size:16px;font-weight:600}.store-sale-total-value{font-size:20px;font-weight:700}.store-sale-footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:12px;padding:16px;display:flex}.store-refund-btn{color:var(--danger);border:1px solid var(--danger);background:0 0}.client-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;display:inline-flex}.avatar-m{background:#4285f4}.avatar-n{background:#fbbc05}.avatar-a{background:#ea4335}.avatar-o{background:#34a853}.avatar-i{background:#ab47bc}.avatar-d{background:#00acc1}.avatar-s{background:#ec407a}.avatar-default{background:#78909c}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#dadce0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#bdc1c6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.order-drawer-overlay{z-index:1200;overscroll-behavior:contain;background:#20212466;justify-content:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.order-drawer{background:var(--bg-primary);width:100%;max-width:100%;height:100%;animation:.3s cubic-bezier(0,0,.2,1) slideInRight;display:flex;overflow:hidden}.order-drawer-left{background:var(--bg-secondary);border-right:1px solid var(--border);flex-direction:column;width:320px;min-width:320px;display:flex}.order-drawer-left-header{color:var(--text-primary);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:20px 24px;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;display:flex}.order-drawer-left-content{flex:1;padding:24px;overflow-y:auto}.history-item{background:var(--bg-secondary);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition);border-radius:12px;margin-bottom:24px;padding:16px;font-size:14px;position:relative}.history-item:hover{box-shadow:var(--shadow)}.history-item .history-text{color:var(--text-primary);margin-bottom:8px;line-height:1.5}.history-item .history-date{color:var(--text-muted);font-size:12px;font-weight:500}.order-drawer-main{background:var(--bg-primary);flex-direction:column;flex:1;display:flex;overflow:hidden}.order-drawer-header{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.order-drawer-title-area{align-items:center;gap:24px;display:flex}.order-drawer-title-area h2{color:var(--text-primary);margin:0;font-family:Roboto,sans-serif;font-size:28px;font-weight:400}.order-drawer-actions{align-items:center;gap:4px;display:flex}.order-drawer-tabs{background:var(--bg-secondary);border-bottom:1px solid var(--border);gap:32px;padding:0 32px;display:flex}.order-tab{color:var(--text-secondary);cursor:pointer;transition:all var(--transition);border-bottom:3px solid #0000;padding:16px 0;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.order-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.order-drawer-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;padding:32px;overflow-y:auto}.order-section{margin-bottom:40px}.order-section-title{color:var(--text-primary);margin-bottom:16px;font-family:Roboto,sans-serif;font-size:18px;font-weight:500}.order-box{border:1px solid var(--border);background:var(--bg-secondary);box-shadow:var(--shadow-sm);border-radius:12px;padding:24px}.order-grid-2col{grid-template-columns:1fr 1fr;gap:48px;display:grid}.info-row{border-bottom:1px solid var(--border-light);padding:16px 0;font-size:14px;display:flex}.info-row:last-child{border-bottom:none}.info-label{width:26%;color:var(--text-secondary);align-items:center;font-weight:500;display:flex}.info-value{width:74%;color:var(--text-primary);text-align:left;align-items:center;display:flex}.inline-input{color:var(--text-primary);width:100%;transition:all var(--transition);background:0 0;border:1px solid #0000;border-radius:4px;outline:none;margin-left:-8px;padding:4px 8px;font-family:inherit;font-size:14px;font-weight:500}.inline-input:focus,.inline-input:hover{border-color:var(--border);background:var(--bg-secondary)}select.inline-input{appearance:auto;cursor:pointer;width:calc(100% + 16px)}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.user-info-line{border-top:1px solid var(--border);cursor:pointer;transition:background var(--transition);align-items:center;gap:12px;margin-top:auto;padding:16px 24px;display:flex}.user-info-line:hover{background:var(--bg-tertiary)}.user-info-line .user-avatar-sm{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:500;display:flex}.user-info-line span{color:var(--text-primary);font-family:Roboto,sans-serif;font-size:14px;font-weight:500}[data-theme=dark]{--bg-primary:#202124;--bg:#202124;--bg-secondary:#292a2d;--bg-tertiary:#3c4043;--bg-sidebar:#202124;--surface:#3c4043;--surface-hover:#4a4d51;--border:#5f6368;--border-light:#3c4043;--text-primary:#e8eaed;--text-secondary:#9aa0a6;--text-muted:#80868b;--text-link:#8ab4f8;--accent:#8ab4f8;--accent-hover:#aecbfa;--accent-subtle:#8ab4f826;--success:#81c995;--success-subtle:#81c99526;--warning:#fde293;--warning-subtle:#fde29326;--danger:#f28b82;--danger-subtle:#f28b8226;--info:#8ab4f8;--info-subtle:#8ab4f826;--purple:#d7aefb;--purple-subtle:#d7aefb26;--orange:#fcad70;--orange-subtle:#fcad7026;--shadow-sm:0 1px 2px 0 #0000004d, 0 1px 3px 1px #00000026;--shadow:0 1px 3px 0 #0000004d, 0 4px 8px 3px #00000026;--shadow-lg:0 4px 6px 0 #0000004d, 0 8px 12px 6px #00000026}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.grid-1-2{grid-template-columns:1fr 2fr;gap:16px;display:grid}.grid-2-1{grid-template-columns:2fr 1fr;gap:16px;display:grid}.grid-overdue{grid-template-columns:minmax(250px,1fr) 3fr;gap:16px;display:grid}@media (width<=1024px){.grid-4,.grid-3,.grid-2,.grid-1-2,.grid-2-1,.grid-overdue{grid-template-columns:1fr 1fr}}@media (width<=768px){.grid-4,.grid-3,.grid-2,.grid-1-2,.grid-2-1,.grid-overdue{grid-template-columns:1fr}.dashboard-container{padding:16px!important}html.order-drawer-open,body.order-drawer-open{overscroll-behavior:none!important;overflow:hidden!important}body.order-drawer-open{touch-action:none!important}.order-drawer-overlay{z-index:1400!important}.order-drawer{-webkit-overflow-scrolling:touch!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;padding-bottom:calc(16px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;flex-direction:column!important;overflow:hidden auto!important}.client-card-drawer{width:100%!important;max-width:100%!important}.client-card-header{padding:16px!important}.order-drawer-left{border-right:none!important;border-bottom:1px solid var(--border)!important;flex-shrink:0!important;width:100%!important;min-width:100%!important;max-height:none!important}.order-drawer-left-header{padding:12px 16px!important;font-size:16px!important}.order-drawer-left-content{padding:16px!important;overflow:visible!important}.order-drawer-main{flex:none!important;width:100%!important;min-height:auto!important;overflow:visible!important}.order-drawer-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:16px!important}.order-drawer-title-area{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;width:100%!important}.order-drawer-title-area h2{font-size:20px!important}.order-drawer-actions{flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important;width:100%!important;margin-top:8px!important}.order-drawer-tabs{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;gap:20px!important;padding:0 16px!important;overflow-x:auto!important}.order-tab{padding:12px 0!important;font-size:13px!important}.order-drawer-body{padding:16px!important;padding-bottom:calc(40px + env(safe-area-inset-bottom))!important;flex:none!important;overflow:visible!important}.order-section{margin-bottom:24px!important}.order-box{border-radius:8px!important;padding:16px!important}.order-grid-2col{grid-template-columns:1fr!important;gap:24px!important}.info-row{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;padding:12px 0!important}.info-label{width:100%!important;color:var(--text-muted)!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-size:11px!important}.info-value{width:100%!important;padding-left:0!important;font-size:14px!important}.inline-input{margin-left:-8px!important;padding:4px 8px!important}.flex-wrap-mobile{flex-wrap:wrap!important;gap:12px!important}.item-controls-row{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;overflow-x:hidden!important}.item-controls-row>*{flex:0 auto!important;min-width:0!important}.item-controls-row .item-title-wrap{flex:1 0 100%!important;order:-1!important;width:100%!important;min-width:100%!important}.item-controls-row .item-controls-break{flex:0 0 100%!important;order:5!important;width:100%!important;height:0!important;margin:0!important;padding:0!important;display:block!important}.item-controls-row .item-title-wrap .form-input,.item-controls-row .item-type-select,.item-controls-row .item-qty-input,.item-controls-row .item-add-btn{order:0!important}.item-controls-row .item-title-wrap .form-input{width:100%!important;min-width:0!important;padding:10px 8px!important;font-size:13px!important}.item-controls-row .item-type-select{width:14ch!important;padding:10px 6px!important;font-size:13px!important}.item-controls-row .form-input[type=number]{padding:10px 6px!important;font-size:13px!important}.item-controls-row .item-qty-input{width:45px!important;min-width:45px!important}.item-controls-row .item-add-btn{min-width:72px!important;min-height:40px!important;padding:0 10px!important;font-size:13px!important}.item-controls-row .icon-btn{width:40px!important;min-width:40px!important;height:40px!important}.flex-wrap-mobile .item-title-wrap{flex:100%!important;order:-1!important;width:100%!important}.flex-wrap-mobile .item-title-wrap .form-input{width:100%!important}.flex-wrap-mobile .item-type-select{order:10!important}.flex-wrap-mobile .item-qty-input{flex:0 0 45px!important;order:20!important}.flex-wrap-mobile .item-add-btn{white-space:nowrap!important;flex:none!important;order:21!important}.flex-wrap-mobile.item-controls-row .item-title-wrap{flex:1 0 100%!important;order:-1!important;width:100%!important;min-width:100%!important}.flex-wrap-mobile.item-controls-row .item-type-select{order:0!important}.flex-wrap-mobile.item-controls-row .item-qty-input{order:1!important}.flex-wrap-mobile.item-controls-row .item-price-input{order:3!important}.flex-wrap-mobile.item-controls-row .item-controls-break{order:2!important}.flex-wrap-mobile.item-controls-row .item-add-btn{order:4!important}.inventory-page-body{flex-direction:column!important;gap:20px!important;padding:16px!important}.inventory-sidebar{border-right:none!important;width:100%!important;max-width:100%!important;max-height:250px!important}.inventory-board{flex:none!important;height:auto!important;padding-right:0!important;overflow-y:visible!important}.inventory-product-form{flex-direction:column!important;gap:20px!important;padding:20px 16px!important}.inventory-product-form>div{flex:none!important;width:100%!important}.table-wrapper{-webkit-overflow-scrolling:touch;border:1px solid var(--border);overflow:auto visible!important}.data-table{min-width:700px}.services-grid-stats{grid-template-columns:1fr!important;gap:10px!important}.page-header.services-header-mobile{margin-bottom:12px!important}.page-header.services-header-mobile+.services-grid-stats{margin-top:0!important}.services-grid-stats .card{gap:12px!important;padding:12px 16px!important}.services-grid-stats .card div[style*="width: 48"]{width:36px!important;height:36px!important}.services-grid-stats .card div[style*="width: 48"] svg,.services-grid-stats .card div[style*="width: 48"] span{width:18px!important;height:18px!important;font-size:16px!important}.svc-cat-tile{flex-shrink:0!important;min-width:100px!important;max-width:120px!important;padding:10px!important}.svc-cat-tile span{max-width:65px!important;font-size:12px!important}.modal-form-vertical{flex-direction:column!important;gap:16px!important;padding:16px!important;display:flex!important}.modal-form-vertical>div{flex-direction:column!important;gap:16px!important;width:100%!important;margin-bottom:0!important;display:flex!important}.modal-form-vertical .form-group{width:100%!important}.page-header.orders-header-mobile{box-shadow:none!important;border-bottom:none!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:16px!important}.page-header-left.orders-left-mobile{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch!important;gap:8px!important;width:100%!important;display:grid!important}.page-header-left.orders-left-mobile h1{margin:0!important;display:none!important}.page-header-left.orders-left-mobile>span{text-align:center!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:0 8px!important;display:flex!important}.page-header-right.orders-right-mobile{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch!important;gap:8px!important;width:100%!important;margin-top:4px!important;display:grid!important}.page-header-right.orders-right-mobile>.icon-btn,.page-header-right.orders-right-mobile>.header-btn,.page-header-right.orders-right-mobile>div>.header-btn{border-radius:12px!important;justify-content:center!important;width:100%!important;min-height:48px!important}.page-header-right.orders-right-mobile>.icon-btn{border:1px solid var(--border)!important;color:var(--text-secondary)!important;background:0 0!important;gap:8px!important}.page-header-right.orders-right-mobile>.icon-btn[title]:after{content:attr(title);font-size:14px;font-weight:500;line-height:1}.page-header-right.orders-right-mobile>div{width:100%!important}.header-user-info-desktop{display:none!important}.sub-header.orders-sub-header{gap:16px!important;padding:0 16px 12px!important}.orders-main-filter-pills{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;width:100%!important;display:grid!important}.orders-main-filter-pills .filter-pill{text-align:center!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:0 8px!important;display:flex!important}.filter-pills-scroll{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:8px!important;width:100%!important;padding-bottom:8px!important;display:flex!important;overflow-x:auto!important}.filter-pills-scroll::-webkit-scrollbar{height:0}.filter-pill{white-space:nowrap!important;flex-shrink:0!important}.search-box.orders-search-mobile{flex:1!important;min-width:150px!important}.modal-fullscreen{padding:0 16px calc(16px + env(safe-area-inset-bottom,0px))}.page-header.clients-header-mobile,.page-header.employees-header-mobile,.page-header.services-header-mobile,.page-header.store-header-mobile,.page-header.payments-header-mobile{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:16px!important}.page-header-left.clients-left-mobile,.page-header-left.employees-left-mobile,.page-header-left.services-left-mobile,.page-header-left.store-left-mobile,.page-header-left.payments-left-mobile{width:100%!important}.page-header-right.clients-right-mobile,.page-header-right.employees-right-mobile,.page-header-right.services-right-mobile,.page-header-right.store-right-mobile,.page-header-right.payments-right-mobile{align-items:stretch!important;gap:8px!important;width:100%!important;margin-top:4px!important}.page-header-right.clients-right-mobile{grid-template-columns:repeat(3,minmax(0,1fr));display:grid!important}.page-header-right.employees-right-mobile{grid-template-columns:repeat(2,minmax(0,1fr));display:grid!important}.page-header-right.services-right-mobile{grid-template-columns:repeat(3,minmax(0,1fr));display:grid!important}.page-header-right.store-right-mobile{grid-template-columns:1fr;display:grid!important}.page-header-right.payments-right-mobile{grid-template-columns:repeat(2,minmax(0,1fr));display:grid!important}.page-header-right.clients-right-mobile>.icon-btn,.page-header-right.clients-right-mobile>.header-btn,.page-header-right.employees-right-mobile>.icon-btn,.page-header-right.employees-right-mobile>.header-btn,.page-header-right.services-right-mobile>.icon-btn,.page-header-right.services-right-mobile>.btn,.page-header-right.store-right-mobile>.btn{border-radius:12px!important;justify-content:center!important;width:100%!important;min-height:48px!important}.page-header-right.clients-right-mobile>.icon-btn,.page-header-right.employees-right-mobile>.icon-btn,.page-header-right.services-right-mobile>.icon-btn{border:1px solid var(--border)!important;color:var(--text-secondary)!important;background:0 0!important;gap:8px!important}.page-header-right.clients-right-mobile>.icon-btn[title]:after,.page-header-right.employees-right-mobile>.icon-btn[title]:after,.page-header-right.services-right-mobile>.icon-btn[title]:after{content:attr(title);font-size:14px;font-weight:500;line-height:1}.sub-header.store-sub-header-mobile{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:0 16px 12px!important}.store-filters-group{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.store-showcase{border-radius:10px!important;margin-bottom:12px!important;padding:12px!important}.store-showcase-head{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;margin-bottom:10px!important}.store-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.store-showcase-tile{min-height:84px!important;padding:10px!important}.store-showcase-tile-name,.store-showcase-tile-price{font-size:12px!important}.store-showcase-config-btn{justify-content:center!important;width:100%!important;min-height:40px!important}.store-showcase-modal{border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important}.store-showcase-modal-body{padding:12px!important}.store-showcase-list{max-height:calc(100dvh - 240px)!important}.store-showcase-footer{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;gap:8px!important;display:grid!important}.store-showcase-footer .btn:last-child{grid-column:1/-1}.store-status-pills{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;width:100%!important;display:grid!important}.store-status-pills .filter-pill{text-align:center!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:0 8px!important;display:flex!important}.payments-date-range{grid-column:1/-1;padding-bottom:0!important}.payments-top-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;display:grid!important}.payments-top-actions>.header-btn,.payments-action-tiles>.btn{border-radius:12px!important;justify-content:center!important;width:100%!important;min-height:48px!important}.sub-header.payments-sub-header-mobile{gap:16px!important;margin-top:12px!important;padding:0 16px 12px!important}.payments-action-tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;width:100%!important;display:grid!important}.inventory-toolbar-mobile{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.inventory-search-mobile{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;min-width:0!important}.inventory-search-mobile h2{white-space:normal!important;font-size:16px!important}.inventory-search-mobile>div{width:100%!important;max-width:none!important}.inventory-actions-mobile{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px!important;width:100%!important;display:grid!important}.inventory-actions-mobile>.btn{border-radius:12px!important;justify-content:center!important;width:100%!important;min-height:48px!important}}.animate-spin{animation:1s linear infinite spin}
