@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)}}.order-drawer-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#070a0f8f}.order-drawer{background:var(--bg-primary)}.order-drawer-left{background:linear-gradient(180deg, var(--bg-secondary), #1a73e80d);border-right:1px solid var(--border);width:clamp(300px,22vw,360px);min-width:300px}.order-drawer-left-header{min-height:64px;color:var(--text-primary);border-bottom:1px solid var(--border);background:#1a73e80f;padding:18px 20px;font-size:17px;font-weight:850}.order-history-composer{border-bottom:1px solid var(--border);padding:14px 16px 16px!important}.order-history-composer .form-input{border-radius:8px;min-height:44px;background:var(--surface)!important}.order-history-composer .icon-btn{border-radius:8px!important;width:44px!important;height:44px!important}.order-drawer-left-content{padding:16px}.history-item{box-shadow:none;border-radius:8px!important;margin-bottom:12px!important;padding:14px!important}.history-item-status{background:var(--accent-subtle)!important;border-color:#1a73e847!important}.history-item-sms{background:var(--success-subtle)!important;border-color:#18803847!important}.history-item-comment{background:#ec489917!important;border-color:#ec48993d!important}.order-drawer-main{background:linear-gradient(180deg, #1a73e80a, var(--bg-primary) 240px)}.order-drawer-header{background:linear-gradient(135deg, #1a73e81c, #10b98112 56%, var(--surface));border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions""tabs tabs";align-items:start;gap:16px 20px;margin:20px 24px 0;padding:20px;display:grid}.order-drawer-title-area{flex-direction:column;grid-area:title;gap:12px}.order-drawer-title-line h2{line-height:1.12;font-size:30px!important;font-weight:850!important}.order-drawer-save-status{border-radius:999px!important}.order-drawer-header-meta{border:1px solid var(--border);background:#ffffff0a;border-radius:8px;width:100%;padding:10px;display:flex}.order-drawer-type-select,.order-drawer-status-select{min-height:36px!important;box-shadow:none!important;border-radius:999px!important}.order-drawer-total{border:1px solid var(--border);background:var(--bg-secondary);border-radius:999px;align-items:center;min-height:36px;padding:7px 12px;display:inline-flex;font-size:16px!important;font-weight:850!important}.order-drawer-actions{grid-area:actions;align-items:center}.order-drawer-actions .icon-btn{background:var(--bg-secondary);border:1px solid var(--border);border-radius:999px;width:38px;height:38px}.order-drawer-save-btn,.order-drawer-buyout-btn,.order-drawer-back-btn{min-height:38px;box-shadow:var(--shadow-sm);border-radius:999px!important;margin-right:6px!important}.order-drawer-tabs{grid-area:tabs;gap:8px;width:100%;background:0 0!important;border-bottom:0!important;padding:8px 0 0!important}.drawer-tab{background:0 0;border:1px solid #0000;border-radius:999px;min-height:38px;font-weight:800;padding:8px 14px!important}.drawer-tab:hover{background:var(--bg-secondary);border-color:var(--border)}.drawer-tab.active{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent)}.order-section-title{color:var(--text-primary);align-items:center;gap:9px;margin-bottom:10px;font-size:15px;font-weight:850;display:flex}.order-section-title:before{content:"";background:var(--accent);border-radius:4px;width:7px;height:18px}.order-box,.order-info-card,.order-salary-box{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:var(--surface)!important;border-radius:8px!important}.order-items-box{padding:14px!important}.item-controls-row{align-items:center!important;gap:10px!important}.item-controls-row .form-input{background:var(--bg-secondary);border-radius:8px;min-height:44px}.item-controls-row .icon-btn{background:var(--bg-secondary)!important;border-radius:8px!important}.item-add-btn{min-height:44px;border-radius:8px!important}.order-item-row{transition:border-color var(--transition), transform var(--transition), box-shadow var(--transition);background:var(--bg-secondary)!important;border-radius:8px!important;padding:12px 14px!important}.order-item-row:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px);border-color:#60a5fa75!important}.order-payments-box{padding:16px!important}.order-payments-box .btn{border-radius:999px;min-height:40px}.order-transactions-list{width:100%}.order-info-card .order-section-title{margin-bottom:12px}.info-row{grid-template-columns:minmax(150px,31%) minmax(0,1fr);padding:12px 0}.info-label{color:var(--text-muted);font-size:12px;font-weight:800}.info-value{text-align:right;justify-content:flex-end;font-weight:700}.inline-input{text-align:right;border-radius:8px;min-height:34px;padding:6px 9px;font-weight:700}.inline-input:hover,.inline-input:focus{border-color:var(--accent);background:var(--bg-secondary);box-shadow:0 0 0 3px #1a73e81f}.order-salary-box{padding:20px!important}@media (width<=1180px){.order-drawer-left{width:100%!important;min-width:0!important}.order-drawer-header{grid-template-areas:"title""actions""tabs";grid-template-columns:1fr!important;margin:16px 16px 0!important;padding:16px!important}.order-drawer-actions{justify-content:flex-start!important;width:100%!important}.order-drawer-main-content{padding:16px!important}.order-grid-2col{grid-template-columns:1fr!important}}@media (width<=768px){.order-drawer-header{border-radius:8px!important;margin:12px!important}.order-drawer-title-line h2{font-size:24px!important}.order-drawer-header-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid!important}.order-drawer-total{grid-column:1/-1;justify-content:center}.order-drawer-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;display:grid!important}.order-drawer-actions .btn,.order-drawer-actions .icon-btn{justify-content:center!important;width:100%!important;min-height:44px!important}.order-drawer-save-btn,.order-drawer-back-btn,.order-drawer-buyout-btn{grid-column:span 3;margin-right:0!important}.order-drawer-tabs{white-space:nowrap!important;overflow-x:auto!important}.order-info-card{padding:16px!important}.info-value{text-align:left!important;justify-content:flex-start!important}.inline-input{text-align:left!important}.order-item-row{gap:10px;flex-direction:column!important}.order-payments-box .btn{width:100%}}: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{min-width:0;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-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.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}.nav-link .nav-unread-badge{min-width:22px;height:22px;box-shadow:0 0 0 2px var(--bg-sidebar);justify-content:center;align-items:center;padding:0 7px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.nav-link.active .nav-unread-badge{background:var(--accent);color:#fff;box-shadow:0 0 0 2px #ffffff1f}.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}.clients-sort-btn{width:100%;color:inherit;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:0;display:flex}.clients-sort-btn:hover{color:var(--text-primary)}.clients-sort-icon{color:var(--text-muted);transition:color var(--transition), transform var(--transition);justify-content:center;align-items:center;display:inline-flex}.clients-sort-icon.active{color:var(--accent)}.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}.orders-page{gap:14px;min-height:0;padding-bottom:24px;overflow:hidden auto}.orders-hero{background:linear-gradient(135deg, #1a73e81f, #10b98114 54%, var(--surface));border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;grid-template-columns:minmax(230px,.75fr) minmax(520px,1.25fr);align-items:start;gap:14px;padding:16px 18px;display:grid;z-index:auto!important;position:relative!important;top:auto!important}.orders-hero-copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.orders-hero-kicker{color:var(--accent);letter-spacing:0;text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.orders-hero-copy h1{color:var(--text-primary);margin:6px 0 0;font-size:26px;font-weight:850;line-height:1.12}.orders-hero-copy p{max-width:540px;color:var(--text-secondary);margin:5px 0 0;font-size:13px;line-height:1.45}.orders-type-pills{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.orders-type-pill{border:1px solid var(--border);background:var(--bg-secondary);min-height:30px;color:var(--text-secondary);font:inherit;cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.orders-type-pill:hover{border-color:var(--accent);color:var(--accent)}.orders-type-pill:active{transform:translateY(1px)}.orders-type-pill.active{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent)}.orders-hero-actions{grid-template-columns:minmax(260px,1fr) auto auto auto;place-content:start flex-end;place-items:center end;gap:8px;width:100%;min-width:0;display:grid}.orders-hero-actions .orders-search-box{justify-self:stretch;max-width:none;min-height:38px;width:100%!important;min-width:0!important}.orders-columns-menu-wrap,.orders-create-wrap{justify-self:end;width:auto;min-width:max-content}.orders-hero-actions .header-user-info-desktop{display:none!important}.orders-search-box,.orders-toolbar-btn,.orders-create-btn{box-shadow:var(--shadow-sm)}.orders-toolbar-btn,.orders-create-btn{white-space:nowrap;border-radius:999px;justify-content:center;width:auto;min-width:max-content;min-height:38px;padding:8px 13px}@media (width<=1180px){.orders-hero{grid-template-columns:1fr}.orders-hero-actions{grid-template-columns:minmax(240px,1fr) auto auto auto;justify-content:stretch;justify-items:stretch}}@media (width<=920px) and (width>=769px){.orders-hero-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.orders-hero-actions .orders-search-box{grid-column:1/-1}.orders-columns-menu-wrap,.orders-create-wrap,.orders-toolbar-btn,.orders-create-btn{width:100%;min-width:0}}.orders-overview-grid{flex-shrink:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 24px;display:grid}.orders-kpi-card{background:var(--surface);border:1px solid var(--border);min-width:0;min-height:112px;box-shadow:var(--shadow-sm);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);border-radius:8px;align-items:flex-start;gap:12px;padding:16px;display:flex}.orders-kpi-card:hover{box-shadow:var(--shadow);border-color:#60a5fa75;transform:translateY(-1px)}.orders-kpi-card-primary{background:linear-gradient(180deg, #1a73e81c, var(--surface));border-color:#1a73e857}.orders-kpi-icon{background:var(--accent-subtle);width:36px;height:36px;color:var(--accent);border:1px solid #1a73e82e;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.orders-kpi-icon-success{background:var(--success-subtle);color:var(--success);border-color:#1880382e}.orders-kpi-icon-danger{background:var(--danger-subtle);color:var(--danger);border-color:#d930252e}.orders-kpi-label,.orders-kpi-hint{color:var(--text-muted);font-size:12px;line-height:1.35;display:block}.orders-kpi-label{text-transform:uppercase;font-weight:800}.orders-kpi-value{color:var(--text-primary);overflow-wrap:anywhere;margin-top:7px;font-size:22px;font-weight:850;line-height:1.15;display:block}.orders-kpi-success{color:var(--success)}.orders-kpi-danger{color:var(--danger)}.orders-kpi-hint{margin-top:6px}.orders-filter-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;margin:0 24px;padding:16px}.orders-filter-head{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.orders-filter-head h2{color:var(--text-primary);margin:0;font-size:16px;font-weight:850}.orders-filter-head span{color:var(--text-muted);margin-top:4px;font-size:12px;display:block}.orders-reset-link{background:var(--danger-subtle);min-height:32px;color:var(--danger);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800}.orders-status-filter-row{width:100%}.orders-page-body{flex:none;padding-top:0;overflow:visible}.orders-list-panel{padding-left:0;padding-right:0}.orders-table-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;overflow:hidden}.orders-table-head{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.orders-table-head h2{color:var(--text-primary);margin:0;font-size:18px;font-weight:850}.orders-table-head span{color:var(--text-muted);margin-top:4px;font-size:12px;display:block}.orders-table-wrapper{background:0 0;border:0;border-radius:0}.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}.client-card-overlay{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:#070a0f9e!important;justify-content:center!important;align-items:center!important;padding:32px!important}.client-card-overlay .client-card-drawer{border:1px solid var(--border)!important;border-radius:8px!important;width:min(1180px,100vw - 64px)!important;max-width:1180px!important;height:min(860px,100vh - 64px)!important;max-height:calc(100vh - 64px)!important;margin:0!important;overflow:hidden!important;box-shadow:0 24px 80px #0000005c!important}.client-card-overlay .order-drawer-main{border-radius:inherit!important;background:linear-gradient(180deg, #1a73e812, var(--bg-primary) 220px)!important}.client-card-overlay .client-card-header{border:0!important;border-bottom:1px solid var(--border)!important;background:linear-gradient(135deg, #1a73e81c, #10b9810d 58%, var(--bg-secondary))!important;min-height:auto!important;box-shadow:none!important;border-radius:0!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"title actions"!important;align-items:center!important;gap:18px!important;margin:0!important;padding:22px 28px!important;display:grid!important}.client-card-overlay .client-card-header .order-drawer-title-area{grid-area:title!important}.client-card-overlay .client-card-header .order-drawer-title-area h2{max-width:680px!important;font-size:28px!important;line-height:1.08!important}.client-card-overlay .client-card-header .order-drawer-actions{flex-wrap:nowrap!important;grid-area:actions!important;justify-content:flex-end!important;width:auto!important;max-width:none!important}.client-card-overlay .order-drawer-body{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;align-items:start!important;gap:24px!important;padding:28px!important;display:grid!important;overflow-y:auto!important}.client-card-overlay .order-section{min-width:0!important;margin-bottom:0!important}.client-card-overlay .order-section-title{margin-bottom:12px!important}.client-card-overlay .order-box{min-height:100%!important;padding:22px!important}.client-card-overlay .info-row{grid-template-columns:minmax(140px,32%) minmax(0,1fr)!important}.client-card-overlay .info-value{text-align:right!important;justify-content:flex-end!important;font-weight:800!important}.client-card-overlay .table-wrapper{margin:0!important}@media (width<=900px){.client-card-overlay{background:var(--bg-primary)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;justify-content:stretch!important;align-items:stretch!important;padding:0!important}.client-card-overlay .client-card-drawer{width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;box-shadow:none!important;border:0!important;border-radius:0!important}.client-card-overlay .client-card-header{grid-template-columns:1fr!important;grid-template-areas:"title""actions"!important;align-items:start!important;padding:18px 16px!important}.client-card-overlay .client-card-header .order-drawer-actions{flex-wrap:wrap!important;justify-content:flex-start!important;width:100%!important}.client-card-overlay .order-drawer-body{padding:16px!important;display:block!important}.client-card-overlay .order-section{margin-bottom:22px!important}}.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-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-page{gap:14px}.store-hero{background:linear-gradient(135deg, #10b98121, #3b82f614 52%, var(--surface));border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;align-items:stretch;padding:20px}.store-hero-copy{min-width:0}.store-hero-kicker{color:var(--accent);letter-spacing:0;text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.store-hero-copy h1{color:var(--text-primary);margin:8px 0 0;font-size:28px;font-weight:850;line-height:1.12}.store-hero-copy p{max-width:680px;color:var(--text-secondary);margin:8px 0 0;font-size:14px;line-height:1.45}.store-hero-actions{align-items:center}.store-overview-grid{flex-shrink:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 24px;display:grid}.store-kpi-card{background:var(--surface);border:1px solid var(--border);min-width:0;min-height:112px;box-shadow:var(--shadow-sm);transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);border-radius:8px;align-items:flex-start;gap:12px;padding:16px;display:flex}.store-kpi-card:hover{box-shadow:var(--shadow-md);border-color:#60a5fa75;transform:translateY(-1px)}.store-kpi-card-primary{background:linear-gradient(180deg, #10b9811f, var(--surface));border-color:#10b9816b}.store-kpi-icon{width:36px;height:36px;color:var(--accent);background:var(--accent-subtle);border:1px solid #60a5fa38;border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;display:inline-flex}.store-kpi-label,.store-kpi-hint{color:var(--text-muted);font-size:12px;line-height:1.35;display:block}.store-kpi-label{text-transform:uppercase;font-weight:800}.store-kpi-value{color:var(--text-primary);overflow-wrap:anywhere;margin-top:7px;font-size:22px;font-weight:850;line-height:1.15;display:block}.store-kpi-danger{color:var(--danger)}.store-kpi-hint{margin-top:6px}.store-sub-header-layout{flex-wrap:nowrap;justify-content:space-between;align-items:stretch;gap:16px;display:flex}.store-control-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;padding:12px}.store-filters-group{flex-direction:row;flex:auto;align-items:center;gap:12px;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);text-transform:uppercase;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.store-status-select{min-width:190px;max-width:240px;padding:8px 12px;font-size:13px}.store-date-range{flex:none;width:auto;min-width:260px;max-width:320px}@media (width<=1200px) and (width>=769px){.store-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-sub-header-layout{flex-wrap:wrap}.store-filters-group{width:100%;min-width:100%}.store-date-range{width:100%;max-width:none}}.store-history-row{cursor:pointer}.store-showcase{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;margin-bottom:16px;padding:18px}.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:850}.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(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.store-showcase-tile{border:1px solid var(--border);background:var(--bg-secondary);cursor:pointer;text-align:left;min-height:96px;transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);border-radius:8px;flex-direction:column;justify-content:space-between;padding:12px;display:flex}.store-showcase-tile:hover{border-color:var(--accent);box-shadow:var(--shadow-md);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-history-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;overflow:hidden}.store-history-head{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.store-history-head h2{color:var(--text-primary);margin:0;font-size:18px;font-weight:850}.store-history-head span{color:var(--text-muted);margin-top:4px;font-size:12px;display:block}.store-history-badge{min-height:34px;color:var(--accent);background:var(--accent-subtle);white-space:nowrap;border:1px solid #60a5fa3d;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.store-history-table{background:0 0;border:none;border-radius:0}.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-field-label{color:var(--text-secondary);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.store-checkout-field-hint{color:var(--text-muted);margin-top:6px;font-size:11px;line-height:1.35}.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{-webkit-overflow-scrolling:touch;z-index:1600!important;justify-content:flex-start!important;align-items:flex-start!important;padding:0!important;overflow-y:auto!important}.store-pos-modal{border-radius:0!important;flex-direction:column!important;width:100vw!important;max-width:100vw!important;height:auto!important;min-height:100dvh!important;max-height:none!important;margin:0!important;display:flex!important}.store-modal-head{flex-shrink:0!important;padding:12px 16px!important;position:relative!important}.store-pos-layout{flex-direction:column!important;flex:1!important;min-height:0!important;overflow:visible!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:none!important;padding:12px!important;overflow-y:visible!important}.store-catalog-title{overflow-wrap:anywhere!important}.store-catalog-price{text-align:right!important;flex-shrink:0!important}.store-pos-sidebar{flex:none!important;min-height:0!important}.store-cart-head{padding:12px!important}.store-cart-list{max-height:none!important;padding:12px!important;overflow-y:visible!important}.store-checkout{padding:12px!important;padding-bottom:calc(16px + 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}.payments-page{gap:14px}.payments-hero{background:linear-gradient(135deg, #1a73e81f, #10b98114 54%, var(--surface));border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;align-items:stretch;padding:20px 24px}.payments-hero-copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.payments-hero-kicker{color:var(--accent);letter-spacing:0;text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.payments-hero-copy h1{color:var(--text-primary);margin:8px 0 0;font-size:28px;font-weight:850;line-height:1.12}.payments-hero-copy p{max-width:720px;color:var(--text-secondary);margin:8px 0 0;font-size:14px;line-height:1.45}.payments-hero-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;min-width:min(100%,520px);display:flex}.payments-date-range{flex:0 0 260px;min-width:260px}.payments-top-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.payments-action-btn{white-space:nowrap;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:8px 14px;display:inline-flex}.payments-overview-grid{flex-shrink:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 24px;display:grid}.payments-kpi-card{background:var(--surface);border:1px solid var(--border);min-width:0;min-height:112px;box-shadow:var(--shadow-sm);transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);border-radius:8px;align-items:flex-start;gap:12px;padding:16px;display:flex}.payments-kpi-card:hover{box-shadow:var(--shadow-md);border-color:#60a5fa75;transform:translateY(-1px)}.payments-kpi-card-primary{background:linear-gradient(180deg, #1a73e81c, var(--surface));border-color:#1a73e857}.payments-kpi-icon{width:36px;height:36px;color:var(--accent);background:var(--accent-subtle);border:1px solid #60a5fa38;border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;display:inline-flex}.payments-kpi-icon-success{color:var(--success);background:var(--success-subtle);border-color:#1880382e}.payments-kpi-icon-danger{color:var(--danger);background:var(--danger-subtle);border-color:#d930252e}.payments-kpi-label,.payments-kpi-hint{color:var(--text-muted);font-size:12px;line-height:1.35;display:block}.payments-kpi-label{text-transform:uppercase;font-weight:800}.payments-kpi-value{color:var(--text-primary);overflow-wrap:anywhere;margin-top:7px;font-size:22px;font-weight:850;line-height:1.15;display:block}.payments-kpi-success{color:var(--success)}.payments-kpi-danger{color:var(--danger)}.payments-kpi-hint{margin-top:6px}.payments-method-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;margin:0 24px;padding:16px}.payments-method-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.payments-method-head h2{color:var(--text-primary);margin:0;font-size:16px;font-weight:850}.payments-method-head span{color:var(--text-muted);margin-top:4px;font-size:12px;display:block}.payments-method-active{min-height:32px;color:var(--accent);background:var(--accent-subtle);white-space:nowrap;border:1px solid #60a5fa3d;border-radius:999px;align-items:center;padding:6px 11px;font-size:12px;font-weight:800;display:inline-flex}.payments-method-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.payments-method-card{min-width:0;min-height:64px;color:var(--text-primary);text-align:left;background:var(--bg-secondary);border:1px solid var(--border);cursor:pointer;transition:transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition);border-radius:8px;padding:11px 12px}.payments-method-card:hover{box-shadow:var(--shadow-sm);border-color:#60a5fa73;transform:translateY(-1px)}.payments-method-card.active{background:var(--accent-subtle);border-color:var(--accent)}.payments-method-card span,.payments-method-card strong{overflow-wrap:anywhere;display:block}.payments-method-card span{color:var(--text-secondary);font-size:12px;font-weight:800}.payments-method-card strong{color:var(--text-primary);margin-top:5px;font-size:15px;font-weight:850}.payments-page-body{padding-top:0}.payments-history-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;overflow:hidden}.payments-history-head{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.payments-history-title{align-items:center;gap:12px;min-width:0;display:flex}.payments-history-icon{width:36px;height:36px;color:var(--accent);background:var(--accent-subtle);border:1px solid #60a5fa38;border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;display:inline-flex}.payments-history-head h2{color:var(--text-primary);margin:0;font-size:18px;font-weight:850}.payments-history-head span{color:var(--text-muted);font-size:12px}.payments-history-summary{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.payments-history-summary span{border-radius:999px;min-height:30px;padding:6px 10px;font-weight:850}.payments-history-income{background:var(--success-subtle);color:var(--success)!important}.payments-history-expense{background:var(--danger-subtle);color:var(--danger)!important}.payments-history-table{background:0 0;border:none;border-radius:0}.payments-history-row{cursor:default}.payments-income-cell{font-weight:800;color:var(--success)!important}.payments-expense-cell{font-weight:800;color:var(--danger)!important}.payments-muted-cell{color:var(--text-muted)!important}.payments-delete-btn{width:32px;height:32px;color:var(--danger);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.payments-delete-btn:hover{background:var(--danger-subtle)}.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)}}@keyframes dashboardRise{0%{opacity:0;filter:blur(5px);transform:translateY(18px)scale(.985)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes dashboardProgressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes dashboardSoftPulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, currentColor 26%, transparent)}50%{box-shadow:0 0 0 5px color-mix(in srgb, currentColor 0%, transparent)}}.dashboard-page-content>*{opacity:0;animation:.52s cubic-bezier(.16,1,.3,1) forwards dashboardRise}.dashboard-page-content>:first-child{animation-delay:20ms}.dashboard-page-content>:nth-child(2){animation-delay:80ms}.dashboard-page-content>:nth-child(3){animation-delay:.14s}.dashboard-page-content>:nth-child(4){animation-delay:.2s}.dashboard-page-content>:nth-child(5){animation-delay:.26s}.dashboard-page-content>:nth-child(6){animation-delay:.32s}.dashboard-page-content>:nth-child(7){animation-delay:.38s}.dashboard-page-content>:nth-child(8){animation-delay:.44s}.dashboard-metric-grid>*,.dashboard-action-grid>*{opacity:0;animation:.48s cubic-bezier(.16,1,.3,1) forwards dashboardRise}.dashboard-metric-grid>:first-child,.dashboard-action-grid>:first-child{animation-delay:.12s}.dashboard-metric-grid>:nth-child(2),.dashboard-action-grid>:nth-child(2){animation-delay:.17s}.dashboard-metric-grid>:nth-child(3),.dashboard-action-grid>:nth-child(3){animation-delay:.22s}.dashboard-metric-grid>:nth-child(4),.dashboard-action-grid>:nth-child(4){animation-delay:.27s}.dashboard-animated-panel,.dashboard-action-tile{transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s,box-shadow .22s,background-color .22s;position:relative;overflow:hidden}.dashboard-animated-panel:after,.dashboard-action-tile:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(135deg,#ffffff14,#0000 42%);transition:opacity .22s;position:absolute;inset:0}.dashboard-animated-panel:hover,.dashboard-action-tile:hover{border-color:color-mix(in srgb, var(--accent) 38%, var(--border));transform:translateY(-2px);box-shadow:0 12px 28px #00000029}.dashboard-animated-panel:hover:after,.dashboard-action-tile:hover:after{opacity:1}.dashboard-action-tile svg,.dashboard-container .btn svg{transition:transform .18s}.dashboard-action-tile:hover svg,.dashboard-container .btn:hover svg{transform:translate(3px)}.dashboard-progress-fill{transform-origin:0;animation:.8s cubic-bezier(.16,1,.3,1) both dashboardProgressFill}.dashboard-status-dot{animation:2.6s ease-in-out infinite dashboardSoftPulse}.dashboard-chart-card .recharts-wrapper,.dashboard-status-card{animation:.62s cubic-bezier(.16,1,.3,1) both dashboardRise}.dashboard-container .recharts-line-curve,.dashboard-container .recharts-area-curve,.dashboard-container .recharts-bar-rectangle,.dashboard-container .recharts-pie-sector{filter:drop-shadow(0 0 5px #1a73e81f)}@media (prefers-reduced-motion:reduce){.dashboard-page-content>*,.dashboard-metric-grid>*,.dashboard-action-grid>*,.dashboard-chart-card .recharts-wrapper,.dashboard-status-card,.dashboard-progress-fill,.dashboard-status-dot{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.dashboard-animated-panel,.dashboard-action-tile,.dashboard-action-tile svg,.dashboard-container .btn svg{transition:none!important}}.order-drawer-overlay{background:var(--bg-primary);z-index:1200;overscroll-behavior:contain;isolation:isolate;justify-content:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.order-drawer{background:var(--bg-primary);z-index:1;width:100%;min-width:0;max-width:100%;height:100%;animation:.3s cubic-bezier(0,0,.2,1) slideInRight;display:flex;position:relative;overflow:hidden}.order-drawer-left{background:var(--bg-secondary);border-right:1px solid var(--border);flex-direction:column;width:clamp(280px,25vw,320px);min-width:280px;min-height:0;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{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--bg-primary);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden auto}.order-drawer-header{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 32px;display:flex}.order-drawer-title-area{flex-wrap:wrap;flex:auto;align-items:flex-start;gap:16px;min-width:0;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{flex-wrap:wrap;flex:0 auto;justify-content:flex-end;align-items:flex-start;gap:8px;min-width:0;display:flex}.order-drawer-header-meta{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;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)}.drawer-tab{appearance:none;color:var(--text-secondary);cursor:pointer;transition:color var(--transition), border-color var(--transition);background:0 0;border:none;border-bottom:3px solid #0000;padding:16px 0;font-family:inherit;font-size:14px;font-weight:500}.drawer-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-drawer-main-content{flex:none;min-width:0;min-height:0;padding:24px 32px 40px;overflow:visible}.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:repeat(auto-fit,minmax(min(100%,280px),1fr));align-items:start;gap:32px;min-width:0;display:grid}.info-row{border-bottom:1px solid var(--border-light);grid-template-columns:minmax(118px,34%) minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:12px 0;font-size:14px;display:grid}.info-row:last-child{border-bottom:none}.info-label{color:var(--text-secondary);overflow-wrap:anywhere;align-items:center;min-width:0;font-weight:500;line-height:1.25;display:flex}.info-value{color:var(--text-primary);text-align:left;overflow-wrap:anywhere;word-break:break-word;align-items:center;min-width:0;line-height:1.35;display:flex;width:auto!important}.inline-input{color:var(--text-primary);width:100%;min-width:0;transition:all var(--transition);background:0 0;border:1px solid #0000;border-radius:4px;outline:none;margin-left:0;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:100%}.item-controls-row{flex-wrap:wrap;align-items:stretch}.item-controls-row>*{min-width:0}.item-controls-row .item-title-wrap{min-width:min(100%,240px)}.item-controls-row .item-price-input,.item-controls-row .item-cost-input{min-width:90px}@media (width<=1180px){.order-drawer{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;overflow:hidden auto}.order-drawer-left{border-right:none;border-bottom:1px solid var(--border);flex:none;width:100%;min-width:0;max-height:none;overflow:visible}.order-drawer-main{flex:none;min-height:0;overflow:visible}.order-drawer-left-header{padding:12px 20px}.order-drawer-left-content{padding:12px 20px 16px;overflow:visible}.order-drawer-header{flex-direction:column;align-items:stretch;padding:20px 24px}.order-drawer-title-area{width:100%}.order-drawer-actions{justify-content:flex-start;width:100%}.order-drawer-tabs{padding:0 24px}.order-drawer-main-content{padding:20px 24px 32px}}@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;background:var(--bg-primary)!important;-webkit-backdrop-filter:none!important}.order-drawer{z-index:1!important;background:var(--bg-primary)!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;flex-direction:column!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;padding-bottom:0!important;position:relative!important;overflow:hidden auto!important}.client-card-drawer{width:100%!important;max-width:100%!important}.client-card-header{padding:16px!important}.order-drawer-left{background:var(--bg-secondary)!important;border-right:none!important;border-bottom:1px solid var(--border)!important;flex:none!important;width:100%!important;min-width:100%!important;min-height:0!important;max-height:none!important;overflow:visible!important}.order-drawer-left-header{padding:12px 16px!important;font-size:16px!important}.order-drawer-left-content{min-height:0!important;padding:16px!important;overflow:visible!important}.order-drawer-main{background:var(--bg-primary)!important;flex:none!important;width:100%!important;min-height:0!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-drawer-main-content{min-height:0!important;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{grid-template-columns:1fr!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:0!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}.page-header.orders-header-mobile.orders-hero{border:1px solid var(--border)!important;box-shadow:var(--shadow-sm)!important;border-radius:8px!important;padding:16px!important}.page-header-left.orders-left-mobile.orders-hero-copy{width:100%!important;display:flex!important}.page-header-left.orders-left-mobile.orders-hero-copy h1{margin:8px 0 0!important;font-size:24px!important;display:block!important}.orders-hero-copy p{font-size:13px!important}.orders-type-pills{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.orders-type-pill{border-radius:8px!important;width:100%!important;min-height:40px!important}.page-header-right.orders-right-mobile.orders-hero-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;min-width:0!important;display:grid!important}.page-header-right.orders-right-mobile.orders-hero-actions>.icon-btn,.page-header-right.orders-right-mobile.orders-hero-actions>.header-btn,.page-header-right.orders-right-mobile.orders-hero-actions>div>.header-btn{border-radius:12px!important;justify-content:center!important;width:100%!important;min-height:48px!important}.orders-overview-grid{grid-template-columns:1fr!important;gap:10px!important;padding:0!important}.orders-kpi-card{min-height:94px!important;padding:14px!important}.orders-kpi-value{font-size:20px!important}.sub-header.orders-sub-header.orders-filter-panel{border-radius:8px!important;margin:0!important;padding:12px!important}.orders-filter-head{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.orders-reset-link{border-radius:8px!important;width:100%!important}.orders-status-filter-row{padding-bottom:0!important}.orders-page-body{padding:0!important}.orders-list-panel{padding:0 0 calc(16px + env(safe-area-inset-bottom,0px))!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-hero{border-radius:8px!important;margin:0 16px!important;padding:16px!important}.store-hero-copy h1{font-size:24px!important}.store-hero-copy p{font-size:13px!important}.store-overview-grid{grid-template-columns:1fr!important;gap:10px!important;padding:0 16px!important}.store-kpi-card{min-height:94px!important;padding:14px!important}.store-kpi-value{font-size:20px!important}.store-control-panel{border-radius:8px!important;padding:12px!important}.store-filters-group{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.store-showcase{border-radius:8px!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:8px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:0 8px!important;display:flex!important}.store-history-panel{border-radius:8px!important}.store-history-head{flex-direction:column!important;align-items:flex-start!important;padding:14px!important}.store-history-badge{border-radius:8px!important;justify-content:center!important;width:100%!important}.store-mobile-history-list{padding:12px!important}.payments-date-range{grid-column:1/-1;width:100%!important;min-width:0!important;padding-bottom:0!important}.payments-top-actions{grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px!important;width:100%!important;display:grid!important}.payments-top-actions>.header-btn,.payments-action-tiles>.btn,.payments-action-btn{border-radius:12px!important;justify-content:center!important;width:100%!important;min-height:48px!important}.payments-hero{border-radius:8px!important;padding:16px!important}.payments-hero-copy h1{font-size:24px!important}.payments-hero-copy p{font-size:13px!important}.payments-hero-actions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;min-width:0!important;display:grid!important}.payments-overview-grid{grid-template-columns:1fr!important;gap:10px!important;padding:0!important}.payments-kpi-card{min-height:94px!important;padding:14px!important}.payments-kpi-value{font-size:20px!important}.payments-method-panel{border-radius:8px!important;margin:0!important;padding:12px!important}.payments-method-head{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.payments-method-active{border-radius:8px!important;justify-content:center!important;width:100%!important}.payments-method-grid{grid-template-columns:1fr!important;gap:8px!important}.payments-method-card{min-height:58px!important}.payments-page-body{padding:0!important}.payments-history-panel{border-radius:8px!important}.payments-history-head{flex-direction:column!important;align-items:stretch!important;padding:14px!important}.payments-history-summary{grid-template-columns:repeat(2,minmax(0,1fr));width:100%!important;display:grid!important}.payments-history-summary span{text-align:center!important;border-radius:8px!important}.payments-mobile-list{padding:12px!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}.order-drawer-header{background:linear-gradient(135deg, #1a73e814, #10b9810a 48%, var(--bg-secondary))!important;border:0!important;border-bottom:1px solid var(--border)!important;min-height:0!important;box-shadow:none!important;border-radius:0!important;grid-template-columns:minmax(220px,auto) minmax(360px,1fr) auto!important;grid-template-areas:"title meta actions""tabs tabs actions"!important;align-items:center!important;gap:10px 18px!important;margin:0!important;padding:14px 28px!important;display:grid!important}.order-drawer-title-area{flex-direction:column!important;grid-area:title!important;align-items:flex-start!important;gap:6px!important;width:auto!important;min-width:0!important;display:flex!important}.order-drawer-title-line h2,.order-drawer-title-area h2{color:var(--text-primary)!important;letter-spacing:0!important;margin:0!important;font-size:26px!important;font-weight:850!important;line-height:1.1!important}.order-drawer-header-meta{border:1px solid var(--border)!important;width:100%!important;min-width:0!important;box-shadow:none!important;background:#ffffff09!important;border-radius:8px!important;grid-area:meta!important;grid-template-columns:minmax(150px,220px) auto minmax(170px,260px)!important;align-items:center!important;gap:8px!important;padding:8px!important;display:grid!important}.order-drawer-type-select,.order-drawer-status-select{width:100%!important;min-width:0!important;min-height:36px!important;box-shadow:none!important;border-radius:999px!important;padding-top:6px!important;padding-bottom:6px!important;font-weight:800!important}.order-drawer-total{border:1px solid var(--border)!important;background:var(--bg-secondary)!important;white-space:nowrap!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:36px!important;padding:7px 12px!important;font-size:15px!important;font-weight:850!important;display:inline-flex!important}.order-drawer-actions{flex-wrap:wrap!important;grid-area:actions!important;place-content:center flex-end!important;align-items:center!important;gap:7px!important;width:min(100%,430px)!important;margin:0!important;display:flex!important}.order-drawer-actions .icon-btn{border:1px solid var(--border)!important;background:var(--bg-secondary)!important;width:38px!important;min-width:38px!important;height:38px!important;color:var(--text-secondary)!important;border-radius:999px!important}.order-drawer-save-btn,.order-drawer-back-btn,.order-drawer-buyout-btn{min-height:38px!important;box-shadow:var(--shadow-sm)!important;white-space:nowrap!important;border-radius:999px!important;margin-right:0!important;padding:8px 14px!important}.order-drawer-tabs{background:0 0!important;border:0!important;grid-area:tabs!important;align-items:center!important;gap:8px!important;width:100%!important;padding:0!important;display:flex!important}.drawer-tab{min-height:34px!important;color:var(--text-secondary)!important;white-space:nowrap!important;background:0 0!important;border:1px solid #0000!important;border-radius:999px!important;padding:7px 13px!important;font-size:13px!important;font-weight:850!important}.drawer-tab.active{background:var(--accent-subtle)!important;color:var(--accent)!important;border-color:#60a5fa70!important}.order-drawer-main-content{width:100%!important;max-width:1720px!important;margin:0 auto!important;padding:22px 28px 36px!important}.item-controls-row{grid-template-columns:44px 44px minmax(220px,1fr) minmax(120px,150px) minmax(90px,110px) minmax(115px,140px) 54px auto!important;align-items:center!important;gap:9px!important;margin-bottom:0!important;display:grid!important}.item-controls-row .item-title-wrap{flex:initial!important;width:auto!important;min-width:0!important}.item-controls-row .form-input,.item-controls-row .btn,.item-controls-row .icon-btn{border-radius:8px!important;min-height:44px!important}.item-controls-row .item-type-select,.item-controls-row .item-price-input,.item-controls-row .item-cost-input,.item-controls-row .item-qty-input{width:100%!important;min-width:0!important}.item-controls-row .item-add-btn{width:auto!important;min-width:92px!important;padding:0 14px!important}.item-controls-break{display:none!important}.order-grid-2col{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}.order-info-card{min-width:0!important;padding:18px 22px!important}@media (width<=1280px){.order-drawer-header{grid-template-columns:minmax(220px,.85fr) minmax(320px,1fr)!important;grid-template-areas:"title actions""meta meta""tabs tabs"!important}.order-drawer-actions{width:100%!important}.item-controls-row{grid-template-columns:44px 44px minmax(220px,1fr) minmax(120px,150px) minmax(90px,110px) 54px auto!important}.item-controls-row .item-cost-input{display:none!important}}@media (width<=900px){html.order-drawer-open .orders-page>:not(.order-drawer-overlay),body.order-drawer-open .orders-page>:not(.order-drawer-overlay){visibility:hidden!important;pointer-events:none!important}html.order-drawer-open .order-drawer-overlay,body.order-drawer-open .order-drawer-overlay{visibility:visible!important;pointer-events:auto!important}html.order-drawer-open .orders-mobile-list,body.order-drawer-open .orders-mobile-list,html.order-drawer-open .orders-list-panel,body.order-drawer-open .orders-list-panel{display:none!important}.order-drawer-header{grid-template-columns:1fr!important;grid-template-areas:"title""meta""actions""tabs"!important;padding:14px 16px!important}.order-drawer-header-meta{grid-template-columns:1fr 1fr!important}.order-drawer-status-select{grid-column:1/-1!important}.item-controls-row{grid-template-columns:44px 44px minmax(0,1fr)!important}.item-controls-row .item-title-wrap,.item-controls-row .item-type-select,.item-controls-row .item-price-input,.item-controls-row .item-cost-input,.item-controls-row .item-qty-input,.item-controls-row .item-add-btn{grid-column:1/-1!important;width:100%!important;display:block!important}.order-grid-2col{grid-template-columns:1fr!important}}.create-order-modal{background:linear-gradient(#22262bfa 0%,#181a1ffa 100%)!important;padding:0 28px 32px!important}.create-order-shell{width:100%!important;max-width:1540px!important;margin:0 auto!important;padding-bottom:72px!important}.create-order-header{z-index:20!important;border-bottom:1px solid var(--border)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:linear-gradient(#22262bfa 0%,#22262be6 100%)!important;min-height:78px!important;margin:0 0 18px!important;padding:18px 0!important;position:sticky!important;top:0!important}.create-order-header h2{letter-spacing:0!important;margin:0!important;font-size:30px!important;font-weight:850!important;line-height:1.1!important}.create-order-header .modal-close{border:1px solid var(--border)!important;background:#ffffff09!important}.create-order-form{grid-template-columns:repeat(12,minmax(0,1fr))!important;align-items:start!important;gap:14px!important;display:grid!important}.create-order-form>.order-section-title{min-height:28px!important;color:var(--text-primary)!important;grid-column:1/-1!important;align-items:center!important;gap:10px!important;margin:12px 0 2px!important;font-size:18px!important;font-weight:850!important;display:flex!important}.create-order-form>.form-group,.create-order-form>.form-row,.create-order-items-box{border:1px solid var(--border)!important;background:#ffffff09!important;border-radius:8px!important;min-width:0!important;margin:0!important;padding:14px!important;box-shadow:0 10px 24px #0000001f!important}.create-order-form>.form-group{grid-column:span 3!important}.create-order-form>div:nth-child(2),.create-order-form>div:nth-child(3),.create-order-form>div:nth-child(4),.create-order-form>div:nth-child(5),.create-order-form>div:nth-child(13){grid-column:span 6!important}.create-order-form>div:nth-child(20),.create-order-actions{grid-column:1/-1!important}.create-order-form .form-row{grid-template-columns:minmax(0,1fr) minmax(140px,180px)!important;gap:12px!important;display:grid!important}.create-order-form .form-row .form-group{margin:0!important}.create-order-form .form-label{color:var(--text-secondary)!important;letter-spacing:0!important;margin:0 0 7px!important;font-size:12px!important;font-weight:800!important}.create-order-form .form-input{background:#0f111557!important;border-radius:8px!important;min-height:42px!important;padding:10px 12px!important;font-size:14px!important}.create-order-form .form-input:focus{border-width:1px!important;padding:10px 12px!important;box-shadow:0 0 0 3px #60a5fa29!important}.create-order-form>div:nth-child(3)>div{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.create-order-form>div:nth-child(3) button{white-space:nowrap!important;border-radius:8px!important;min-height:42px!important;padding:9px 12px!important;font-weight:850!important}.create-order-form>div:nth-child(7){align-items:center!important;gap:12px!important;min-height:72px!important;display:flex!important}.create-order-form>div:nth-child(7) input[type=checkbox]{flex:none!important}.create-order-items-box{padding:16px!important}.create-order-items-box .item-controls-row{grid-template-columns:44px 44px minmax(260px,1fr) minmax(118px,150px) minmax(90px,110px) minmax(115px,140px) 54px auto!important}.create-order-actions{border:1px solid var(--border)!important;background:#ffffff0a!important;border-radius:8px!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;margin-top:4px!important;padding:14px 16px!important;display:flex!important}.create-order-total-summary{align-items:baseline!important;gap:12px!important;min-width:0!important;display:flex!important}.create-order-total-summary span{color:var(--text-secondary)!important;text-transform:uppercase!important;font-size:12px!important;font-weight:850!important}.create-order-total-summary strong{color:var(--text-primary)!important;white-space:nowrap!important;font-size:24px!important;line-height:1!important}.create-order-actions .form-submit{float:none!important;border-radius:999px!important;min-width:164px!important;min-height:42px!important;margin:0!important;font-weight:850!important}@media (width<=1180px){.create-order-form>.form-group,.create-order-form>div:nth-child(2),.create-order-form>div:nth-child(3),.create-order-form>div:nth-child(4),.create-order-form>div:nth-child(5),.create-order-form>div:nth-child(13){grid-column:span 6!important}.create-order-items-box .item-controls-row{grid-template-columns:44px 44px minmax(220px,1fr) minmax(118px,150px) minmax(90px,110px) 54px auto!important}.create-order-items-box .item-cost-input{display:none!important}}@media (width<=760px){.create-order-modal{padding:0 14px 22px!important}.create-order-header{min-height:66px!important;padding:14px 0!important}.create-order-header h2{font-size:24px!important}.create-order-form{grid-template-columns:1fr!important;gap:12px!important}.create-order-form>.form-group,.create-order-form>.form-row,.create-order-form>div:nth-child(2),.create-order-form>div:nth-child(3),.create-order-form>div:nth-child(4),.create-order-form>div:nth-child(5),.create-order-form>div:nth-child(13),.create-order-items-box,.create-order-actions{grid-column:1/-1!important}.create-order-form .form-row,.create-order-form>div:nth-child(3)>div{grid-template-columns:1fr!important}.create-order-actions{flex-direction:column!important;align-items:stretch!important}.create-order-actions .form-submit{width:100%!important}}.orders-status-checklist-wrap{width:100%;position:relative}.orders-status-checklist-trigger{text-align:left!important;cursor:pointer!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;min-height:40px!important;padding:8px 10px!important;display:flex!important}.orders-status-checklist-trigger.active{border-color:var(--accent)!important;background:var(--accent-subtle)!important;color:var(--accent)!important;font-weight:700!important}.orders-status-checklist-caret{color:var(--text-muted);font-size:12px}.orders-status-checklist-menu{z-index:70;background:var(--bg-secondary);border:1px solid var(--border);max-height:340px;box-shadow:var(--shadow-lg);border-radius:10px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.orders-status-checklist-option{min-height:34px;color:var(--text-primary);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:7px 8px;font-size:14px;font-weight:650;display:flex}.orders-status-checklist-option:hover,.orders-status-checklist-option.active{background:#60a5fa1f}.orders-status-checklist-option input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex:none}.messages-page{-webkit-overflow-scrolling:touch;flex-direction:column;gap:16px;height:100%;min-height:100%;padding:24px;display:flex;overflow:hidden auto}.messages-shell-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:12px;display:flex}.messages-eyebrow{color:var(--accent);text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:850;display:inline-flex}.messages-shell-header h1{color:var(--text-primary);margin:8px 0 4px;font-size:32px;line-height:1.1}.messages-shell-header p{color:var(--text-muted);margin:0;font-size:14px}.messages-icon-button,.messages-send-button{border:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--text-primary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-weight:850;display:inline-flex}.messages-icon-button{padding:0 14px}.messages-icon-button:hover,.messages-send-button:hover{border-color:var(--accent);color:var(--accent)}.messages-icon-button:disabled,.messages-send-button:disabled{opacity:.55;cursor:not-allowed}.messages-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.messages-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;justify-content:space-between;min-height:90px;padding:16px;display:flex}.messages-stat-card span{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:850}.messages-stat-card strong{color:var(--text-primary);font-size:28px;line-height:1}.messages-error{color:#fecaca;background:#ef444424;border:1px solid #f8717159;border-radius:8px;padding:12px 14px;font-weight:750}.messages-vk-auth-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:14px;padding:16px;display:flex}.messages-vk-auth-card.connected{border-color:#22c55e59;box-shadow:inset 0 0 0 1px #22c55e14}.messages-vk-auth-card.collapsed{gap:10px}.messages-vk-auth-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.messages-vk-auth-head>div:first-child{min-width:0}.messages-vk-auth-head h2{color:var(--text-primary);margin:6px 0 4px;font-size:20px}.messages-vk-auth-head p{max-width:760px;color:var(--text-muted);margin:0;font-size:13px;line-height:1.45}.messages-vk-status-pill{min-height:32px;color:var(--text-secondary);white-space:nowrap;background:#94a3b824;border-radius:999px;align-items:center;gap:7px;padding:5px 11px;font-size:12px;font-weight:850;display:inline-flex}.messages-vk-auth-card.connected .messages-vk-status-pill{color:#86efac;background:#22c55e24}.messages-vk-auth-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.messages-collapse-button{border:1px solid var(--border);background:var(--bg-secondary);min-height:32px;color:var(--text-secondary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:5px 11px;font-size:13px;font-weight:850;transition:all .18s;display:inline-flex}.messages-collapse-button:hover{border-color:var(--accent);color:var(--accent);background:#60a5fa1f}.messages-vk-collapsed-summary{grid-template-columns:minmax(140px,1fr) minmax(180px,2fr) minmax(180px,1.4fr);gap:10px;display:grid}.messages-vk-collapsed-summary div{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;min-width:0;padding:10px 12px}.messages-vk-collapsed-summary span{color:var(--text-muted);text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:850;display:block}.messages-vk-collapsed-summary strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.messages-vk-auth-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.messages-vk-auth-grid.compact{grid-template-columns:minmax(260px,520px)}.messages-vk-auth-grid label{min-width:0;color:var(--text-muted);flex-direction:column;gap:6px;font-size:12px;font-weight:850;display:flex}.messages-vk-auth-grid input{width:100%;min-height:40px;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border);font:inherit;border-radius:8px;outline:none;padding:9px 11px;font-size:14px}.messages-vk-auth-grid input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #60a5fa24}.messages-vkid-widget-card{align-items:center;gap:12px;min-height:54px;display:flex}.messages-vkid-widget{min-width:240px}.messages-vkid-loading{color:var(--text-muted);align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.messages-vk-manual-group{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:10px;max-width:760px;display:grid}.messages-vk-manual-group label{min-width:0;color:var(--text-muted);flex-direction:column;gap:6px;font-size:12px;font-weight:850;display:flex}.messages-vk-manual-group input{width:100%;min-height:42px;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border);font:inherit;border-radius:8px;outline:none;padding:9px 11px;font-size:14px}.messages-vk-manual-group input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #60a5fa24}.messages-vk-token-panel{border:1px solid var(--border);background:#0f172a38;border-radius:8px;grid-template-columns:minmax(280px,2fr) minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:10px;padding:12px;display:grid}.messages-vk-token-panel label{min-width:0;color:var(--text-muted);flex-direction:column;gap:6px;font-size:12px;font-weight:850;display:flex}.messages-vk-token-panel input{width:100%;min-height:42px;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border);font:inherit;border-radius:8px;outline:none;padding:9px 11px;font-size:14px}.messages-vk-token-panel input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #60a5fa24}.messages-vk-auth-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.messages-icon-button.danger{color:#fca5a5}.messages-icon-button.danger:hover{color:#fecaca;border-color:#f8717173}.messages-vk-setup{grid-template-columns:2fr 1fr 1fr;gap:10px;display:grid}.messages-vk-setup div{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;min-width:0;padding:10px 12px}.messages-vk-setup span{color:var(--text-muted);text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:850;display:block}.messages-vk-setup strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.messages-vk-group-picker{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:12px;padding:12px;display:grid}.messages-vk-group-picker>div:first-child{flex-direction:column;gap:5px;display:flex}.messages-vk-group-picker strong{color:var(--text-primary);font-weight:850}.messages-vk-group-picker span{color:var(--text-muted);font-size:13px;line-height:1.4}.messages-vk-group-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;display:grid}.messages-vk-group-list button{text-align:left;min-width:0;min-height:58px;color:var(--text-primary);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px;display:flex}.messages-vk-group-list button:hover{border-color:var(--accent);background:#60a5fa1f}.messages-vk-group-list img,.messages-vk-group-avatar{object-fit:cover;border-radius:8px;flex:none;width:38px;height:38px}.messages-vk-group-avatar{color:var(--accent);background:#60a5fa29;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.messages-vk-group-list button>span{flex-direction:column;gap:3px;min-width:0;display:flex}.messages-vk-group-list button strong,.messages-vk-group-list button em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.messages-vk-group-list button em{color:var(--text-muted);font-size:12px;font-style:normal}.messages-workspace{flex:1;grid-template-columns:minmax(190px,250px) minmax(300px,360px) minmax(0,1fr);gap:14px;min-height:560px;display:grid}.messages-group-rail,.messages-ticket-list,.messages-thread-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;min-height:0}.messages-group-rail{flex-direction:column;gap:8px;padding:10px;display:flex;overflow-y:auto}.messages-group-item{text-align:left;width:100%;min-height:58px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:9px;display:grid}.messages-group-item:hover,.messages-group-item.active{color:var(--text-primary);background:#60a5fa1f;border-color:#60a5fa61}.messages-group-avatar{object-fit:cover;width:38px;height:38px;color:var(--accent);background:#60a5fa29;border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.messages-group-avatar.all{color:var(--text-primary);background:#94a3b829}img.messages-group-avatar{display:block}.messages-group-item>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.messages-group-item strong,.messages-group-item em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.messages-group-item strong{color:inherit;font-size:14px;font-weight:850}.messages-group-item em{color:var(--text-muted);font-size:12px;font-style:normal;font-weight:750}.messages-ticket-list{flex-direction:column;padding:14px;display:flex;overflow:hidden}.messages-panel-title{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:850;display:flex}.messages-ticket-stack{flex-direction:column;gap:8px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.messages-ticket-card{text-align:left;background:var(--bg-secondary);width:100%;min-height:112px;color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;border-radius:8px;flex-direction:column;gap:9px;padding:12px;display:flex}.messages-ticket-card:hover,.messages-ticket-card.active{border-color:var(--accent);background:#60a5fa1f}.messages-ticket-topline,.messages-ticket-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.messages-ticket-topline strong{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:850;overflow:hidden}.messages-ticket-topline em{color:var(--text-muted);flex:none;font-size:12px;font-style:normal}.messages-ticket-meta span{min-height:24px;color:var(--text-secondary);background:#94a3b824;border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;font-weight:800;display:inline-flex}.messages-ticket-preview{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.messages-thread-panel{grid-template-rows:auto minmax(0,1fr) auto;min-width:0;display:grid;overflow:hidden}.messages-thread-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:74px;padding:16px 18px;display:flex}.messages-thread-header h2{color:var(--text-primary);margin:0 0 4px;font-size:22px}.messages-thread-header p{color:var(--text-muted);margin:0;font-size:13px}.messages-channel-pill{min-height:30px;color:var(--accent);background:#60a5fa29;border-radius:999px;align-items:center;padding:5px 12px;font-weight:900;display:inline-flex}.messages-thread-body{flex-direction:column;gap:10px;min-height:0;padding:18px;display:flex;overflow-y:auto}.messages-bubble-row{display:flex}.messages-bubble-row.outgoing{justify-content:flex-end}.messages-bubble{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;max-width:min(640px,78%);padding:11px 12px 9px}.messages-bubble-row.outgoing .messages-bubble{background:#60a5fa29;border-color:#60a5fa59}.messages-bubble p{color:var(--text-primary);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.45}.messages-bubble time,.messages-attachments{color:var(--text-muted);margin-top:7px;font-size:12px;font-weight:700;display:block}.messages-reply-box{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px;display:grid}.messages-reply-box textarea{resize:vertical;min-height:76px;max-height:180px;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border);font:inherit;border-radius:8px;outline:none;padding:12px}.messages-reply-box textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #60a5fa24}.messages-send-button{background:var(--accent);color:#fff;border-color:var(--accent);align-self:end;min-width:138px;padding:0 16px}.messages-send-button:hover{color:#fff;filter:brightness(1.04)}.messages-empty-panel,.messages-loading{min-height:320px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.messages-empty-panel.compact,.messages-loading{min-height:180px}.messages-empty-panel h2{color:var(--text-primary);margin:0;font-size:20px;font-weight:850}.messages-empty-panel p{max-width:280px;color:var(--text-muted);margin:0}.spin{animation:.8s linear infinite rio-spin}@keyframes rio-spin{to{transform:rotate(360deg)}}@media (width<=1020px){.messages-workspace{grid-template-columns:1fr}.messages-group-rail{flex-direction:row;max-height:none;overflow:auto hidden}.messages-group-item{min-width:210px}.messages-ticket-list{max-height:360px}}@media (width<=760px){.messages-page{padding:16px}.messages-shell-header,.messages-thread-header,.messages-vk-auth-head{flex-direction:column;align-items:stretch}.messages-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.messages-vk-auth-grid,.messages-vk-setup,.messages-vk-collapsed-summary,.messages-vk-manual-group,.messages-vk-token-panel,.messages-vk-group-picker{grid-template-columns:1fr}.messages-vk-auth-head-actions{justify-content:space-between;width:100%}.messages-collapse-button{flex:1}.messages-reply-box{grid-template-columns:1fr}.messages-send-button{width:100%}}@media (width<=520px){.messages-overview-grid{grid-template-columns:1fr}.messages-shell-header h1{font-size:26px}.messages-bubble{max-width:92%}}.messages-page{--messages-panel:color-mix(in srgb, var(--bg-secondary) 90%, var(--accent) 10%);--messages-panel-strong:color-mix(in srgb, var(--surface) 86%, var(--accent) 14%);--messages-line:color-mix(in srgb, var(--border) 78%, transparent);--messages-accent-soft:color-mix(in srgb, var(--accent) 18%, transparent);background:linear-gradient(135deg, #1a73e814, transparent 34%), linear-gradient(180deg, var(--bg-primary), color-mix(in srgb, var(--bg-primary) 90%, #111827 10%));gap:14px;padding:clamp(16px,2vw,28px)}[data-theme=dark] .messages-page{--messages-panel:#25282b;--messages-panel-strong:#303437;--messages-line:#94a3b838;--messages-accent-soft:#8ab4f829}.messages-shell-header{border-bottom-color:var(--messages-line);align-items:center;padding:0 0 14px}.messages-shell-header h1{letter-spacing:0;margin-top:6px;font-size:clamp(26px,3vw,38px)}.messages-shell-header p{max-width:760px;line-height:1.45}.messages-icon-button,.messages-send-button,.messages-collapse-button{box-shadow:var(--shadow-sm)}.messages-vk-auth-card,.messages-stat-card,.messages-group-rail,.messages-ticket-list,.messages-thread-panel{background:var(--messages-panel);border-color:var(--messages-line);box-shadow:var(--shadow-sm)}.messages-vk-auth-card{padding:14px}.messages-vk-auth-card.collapsed{padding:12px 14px}.messages-vk-auth-head{align-items:center}.messages-vk-auth-head h2{font-size:18px}.messages-vk-collapsed-summary{grid-template-columns:minmax(150px,1fr) minmax(220px,2fr) minmax(180px,1fr)}.messages-vk-collapsed-summary div,.messages-vk-setup div,.messages-vk-token-panel,.messages-vk-group-picker{background:color-mix(in srgb, var(--bg-primary) 48%, var(--surface) 52%);border-color:var(--messages-line)}.messages-overview-grid{grid-template-columns:repeat(4,minmax(160px,1fr))}.messages-stat-card{background:linear-gradient(135deg, var(--messages-accent-soft), transparent 62%), var(--messages-panel);min-height:76px;padding:14px 16px}.messages-stat-card strong{font-size:26px}.messages-workspace{grid-template-columns:minmax(220px,280px) minmax(320px,410px) minmax(420px,1fr);gap:12px;height:min(780px,100dvh - 310px);min-height:640px}.messages-group-rail{gap:6px;padding:8px}.messages-group-item{min-height:64px;transition:background var(--transition), border-color var(--transition), transform var(--transition);border-radius:8px;grid-template-columns:42px minmax(0,1fr);padding:10px}.messages-group-item:hover{transform:translateY(-1px)}.messages-group-item.active{background:linear-gradient(135deg, var(--messages-accent-soft), #18803814);border-color:color-mix(in srgb, var(--accent) 60%, transparent)}.messages-group-item.unread{background:linear-gradient(135deg, #22c55e29, var(--messages-accent-soft));border-color:#22c55e6b}.messages-group-item.unread .messages-group-avatar{box-shadow:0 0 0 2px #22c55e61}.messages-group-item.unread strong:after{content:"";vertical-align:middle;background:#22c55e;border-radius:999px;width:7px;height:7px;margin-left:7px;display:inline-block}.messages-group-avatar{border-radius:8px;width:42px;height:42px}.messages-group-item strong{font-size:14px;line-height:1.2}.messages-group-item em{font-size:11px}.messages-ticket-list{padding:12px}.messages-panel-title{min-height:34px;color:var(--text-primary);margin-bottom:10px;padding:0 2px}.messages-ticket-stack{gap:7px;padding-right:4px}.messages-ticket-card{background:color-mix(in srgb, var(--bg-primary) 50%, var(--surface) 50%);border-color:var(--messages-line);min-height:104px;transition:background var(--transition), border-color var(--transition), transform var(--transition);padding:12px}.messages-ticket-card:hover{transform:translateY(-1px)}.messages-ticket-card.active{background:linear-gradient(135deg, var(--messages-accent-soft), color-mix(in srgb, var(--bg-primary) 54%, var(--surface) 46%));box-shadow:inset 3px 0 0 var(--accent)}.messages-ticket-card.unread{background:linear-gradient(135deg, #22c55e2e, #60a5fa1a), color-mix(in srgb, var(--bg-primary) 42%, var(--surface) 58%);box-shadow:inset 3px 0 0 #22c55e, var(--shadow-sm);border-color:#22c55e73}.messages-ticket-card.unread .messages-ticket-topline strong{color:var(--text-primary)}.messages-ticket-meta{flex-wrap:wrap;justify-content:flex-start;gap:6px}.messages-ticket-meta span{max-width:100%;min-height:22px;padding:3px 7px}.messages-ticket-meta .messages-unread-badge{color:#86efac;background:#22c55e38;border:1px solid #22c55e61}.messages-ticket-preview{font-size:13px}.messages-thread-panel{background:linear-gradient(180deg, #60a5fa14, transparent 160px), var(--messages-panel)}.messages-thread-header{border-bottom-color:var(--messages-line);min-height:70px;padding:14px 16px}.messages-thread-header h2{font-size:21px;line-height:1.15}.messages-channel-pill{text-overflow:ellipsis;white-space:nowrap;background:var(--messages-accent-soft);max-width:min(280px,40vw);overflow:hidden}.messages-thread-body{background:radial-gradient(circle at 18px 18px,#94a3b814 1px,#0000 1px) 0 0/24px 24px;gap:12px;padding:16px}.messages-bubble{background:color-mix(in srgb, var(--bg-secondary) 74%, var(--surface) 26%);border-color:var(--messages-line);max-width:min(680px,76%);box-shadow:var(--shadow-sm);border-radius:8px 8px 8px 3px;padding:12px 13px 10px}.messages-bubble-row.outgoing .messages-bubble{background:linear-gradient(135deg,#60a5fa3d,#1880381a);border-radius:8px 8px 3px}.messages-reply-box{border-top-color:var(--messages-line);background:color-mix(in srgb, var(--bg-primary) 58%, var(--surface) 42%);align-items:end;padding:12px}.messages-reply-box textarea{border-radius:8px;min-height:58px}.messages-send-button{min-height:44px}@media (width<=1180px){.messages-workspace{grid-template-columns:minmax(210px,260px) minmax(0,1fr);height:auto;min-height:0}.messages-thread-panel{grid-column:1/-1;min-height:620px}.messages-ticket-list{min-height:480px}}@media (width<=760px){.messages-page{height:auto;min-height:100dvh;padding:12px;overflow:visible}.messages-shell-header,.messages-vk-auth-head{align-items:stretch;gap:12px}.messages-icon-button{width:100%}.messages-vk-auth-card{padding:12px}.messages-vk-collapsed-summary{display:none}.messages-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.messages-stat-card{min-height:70px;padding:12px}.messages-stat-card strong{font-size:22px}.messages-workspace{flex-direction:column;gap:10px;display:flex}.messages-group-rail{flex-direction:row;min-height:74px;padding:8px;overflow:auto hidden}.messages-group-item{min-width:min(78vw,260px);min-height:56px}.messages-ticket-list{min-height:0;max-height:none}.messages-ticket-stack{max-height:380px}.messages-thread-panel{min-height:640px}.messages-thread-header{flex-direction:column;align-items:flex-start}.messages-channel-pill{max-width:100%}.messages-thread-body{max-height:430px}.messages-bubble{max-width:92%}}@media (width<=520px){.messages-overview-grid{grid-template-columns:1fr}.messages-ticket-card{min-height:96px}.messages-reply-box{grid-template-columns:1fr}}body.order-drawer-open{touch-action:pan-y!important}.order-detail-drawer-overlay{z-index:9990!important;background:var(--bg-primary)!important;isolation:isolate!important;width:100vw!important;min-width:100vw!important;height:100dvh!important;min-height:100dvh!important;position:fixed!important;inset:0!important;overflow:hidden!important}.order-detail-drawer-overlay .order-drawer{background:var(--bg-primary)!important;z-index:1!important;width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;max-height:none!important;position:relative!important}@media (width<=900px){.order-detail-drawer-overlay{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;display:block!important;overflow:hidden auto!important}.order-detail-drawer-overlay .order-drawer{touch-action:pan-y!important;height:auto!important;min-height:100dvh!important;display:block!important;overflow:visible!important}.order-detail-drawer-overlay .order-drawer-left,.order-detail-drawer-overlay .order-drawer-main,.order-detail-drawer-overlay .order-drawer-main-content{background:var(--bg-primary)!important;width:100%!important;max-width:none!important;display:block!important;overflow:visible!important}.order-detail-drawer-overlay .order-drawer-left{background:var(--bg-secondary)!important}.order-detail-drawer-overlay .order-drawer-main-content{min-height:calc(100dvh - 260px)!important;padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))!important}html.order-drawer-open .orders-page>:not(.order-drawer-overlay),body.order-drawer-open .orders-page>:not(.order-drawer-overlay){visibility:visible!important;pointer-events:auto!important}body.order-drawer-open .modal-overlay,body.order-drawer-open .orders-page>div[style*="position: fixed"]{z-index:10020!important;visibility:visible!important;pointer-events:auto!important}}
