.InvoicesPage-module__zk-XVa__container{max-width:1600px;margin:0 auto;padding:1.5rem;animation:.4s ease-in InvoicesPage-module__zk-XVa__fadeIn}@keyframes InvoicesPage-module__zk-XVa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.InvoicesPage-module__zk-XVa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.InvoicesPage-module__zk-XVa__title{color:#09090b;margin:0;font-size:1.75rem;font-weight:700}.InvoicesPage-module__zk-XVa__subtitle{color:#71717a;margin-top:.25rem;font-size:.875rem}.InvoicesPage-module__zk-XVa__headerActions{gap:.5rem;display:flex}.InvoicesPage-module__zk-XVa__createButton{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.InvoicesPage-module__zk-XVa__createButton:hover{background:#4f46e5}.InvoicesPage-module__zk-XVa__refreshButton{color:#52525b;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.InvoicesPage-module__zk-XVa__refreshButton:hover{background:#f4f4f5}.InvoicesPage-module__zk-XVa__refreshButton:disabled{opacity:.6;cursor:not-allowed}.InvoicesPage-module__zk-XVa__spinning{animation:1s linear infinite InvoicesPage-module__zk-XVa__spin}@keyframes InvoicesPage-module__zk-XVa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InvoicesPage-module__zk-XVa__statsGrid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.InvoicesPage-module__zk-XVa__statCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex}.InvoicesPage-module__zk-XVa__statIcon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.InvoicesPage-module__zk-XVa__statContent{flex-direction:column;display:flex}.InvoicesPage-module__zk-XVa__statValue{color:#09090b;font-size:1.25rem;font-weight:700}.InvoicesPage-module__zk-XVa__statLabel{color:#71717a;font-size:.75rem}.InvoicesPage-module__zk-XVa__filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.InvoicesPage-module__zk-XVa__searchBox{background:#fff;border:1px solid #e4e4e7;border-radius:10px;flex:1;align-items:center;gap:.75rem;min-width:280px;padding:.75rem 1rem;display:flex}.InvoicesPage-module__zk-XVa__searchBox input{color:#09090b;border:none;outline:none;flex:1;font-size:.875rem}.InvoicesPage-module__zk-XVa__searchBox input::placeholder{color:#a1a1aa}.InvoicesPage-module__zk-XVa__filterGroup select{color:#52525b;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:10px;padding:.75rem 1rem;font-size:.875rem}.InvoicesPage-module__zk-XVa__tableContainer{background:#fff;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden}.InvoicesPage-module__zk-XVa__table{border-collapse:collapse;width:100%}.InvoicesPage-module__zk-XVa__table th{text-align:left;color:#71717a;text-transform:uppercase;letter-spacing:.025em;background:#fafafa;border-bottom:1px solid #e4e4e7;padding:.875rem 1rem;font-size:.75rem;font-weight:600}.InvoicesPage-module__zk-XVa__table td{color:#09090b;border-bottom:1px solid #f4f4f5;padding:.875rem 1rem;font-size:.875rem}.InvoicesPage-module__zk-XVa__table tr:last-child td{border-bottom:none}.InvoicesPage-module__zk-XVa__table tr:hover{background:#fafafa}.InvoicesPage-module__zk-XVa__loadingCell,.InvoicesPage-module__zk-XVa__emptyCell{text-align:center;color:#71717a;padding:3rem 1rem!important}.InvoicesPage-module__zk-XVa__loadingCell{justify-content:center;align-items:center;gap:.75rem;display:flex}.InvoicesPage-module__zk-XVa__spinner{border:2px solid #e4e4e7;border-top-color:#6366f1;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite InvoicesPage-module__zk-XVa__spin}.InvoicesPage-module__zk-XVa__invoiceNumber{color:#6366f1;font-family:monospace;font-weight:600}.InvoicesPage-module__zk-XVa__shopInfo{flex-direction:column;gap:.125rem;display:flex}.InvoicesPage-module__zk-XVa__shopName{color:#09090b;font-weight:600}.InvoicesPage-module__zk-XVa__ownerName{color:#71717a;font-size:.8125rem}.InvoicesPage-module__zk-XVa__amount{color:#09090b;font-weight:600}.InvoicesPage-module__zk-XVa__dateText{color:#71717a;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.InvoicesPage-module__zk-XVa__statusBadge{border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.InvoicesPage-module__zk-XVa__statusBadge.InvoicesPage-module__zk-XVa__paid{color:#059669;background:#d1fae5}.InvoicesPage-module__zk-XVa__statusBadge.InvoicesPage-module__zk-XVa__pending{color:#d97706;background:#fef3c7}.InvoicesPage-module__zk-XVa__statusBadge.InvoicesPage-module__zk-XVa__overdue{color:#dc2626;background:#fee2e2}.InvoicesPage-module__zk-XVa__actionButtons{justify-content:flex-end;gap:.375rem;display:flex}.InvoicesPage-module__zk-XVa__paidButton,.InvoicesPage-module__zk-XVa__downloadButton{cursor:pointer;color:#71717a;background:0 0;border:1px solid #e4e4e7;border-radius:6px;padding:.5rem;transition:all .15s}.InvoicesPage-module__zk-XVa__paidButton:hover{color:#059669;background:#d1fae5;border-color:#a7f3d0}.InvoicesPage-module__zk-XVa__downloadButton:hover{color:#fff;background:#6366f1;border-color:#6366f1}.InvoicesPage-module__zk-XVa__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.InvoicesPage-module__zk-XVa__modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.InvoicesPage-module__zk-XVa__modalHeader{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.InvoicesPage-module__zk-XVa__modalHeader h2{color:#09090b;margin:0;font-size:1.125rem;font-weight:600}.InvoicesPage-module__zk-XVa__modalHeader button{cursor:pointer;color:#71717a;background:0 0;border:none;padding:.25rem}.InvoicesPage-module__zk-XVa__modalContent{padding:1.25rem}.InvoicesPage-module__zk-XVa__formGroup{margin-bottom:1.25rem}.InvoicesPage-module__zk-XVa__formGroup label{color:#09090b;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.InvoicesPage-module__zk-XVa__formGroup select{color:#09090b;background:#fff;border:1px solid #e4e4e7;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.875rem}.InvoicesPage-module__zk-XVa__formGroup select:focus{border-color:#6366f1;outline:none}.InvoicesPage-module__zk-XVa__previewCard{background:#f8fafc;border:1px solid #e4e4e7;border-radius:12px;margin-bottom:1.25rem;padding:1rem}.InvoicesPage-module__zk-XVa__previewCard h4{color:#09090b;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.InvoicesPage-module__zk-XVa__previewDetails{flex-direction:column;gap:.5rem;display:flex}.InvoicesPage-module__zk-XVa__previewRow{justify-content:space-between;font-size:.875rem;display:flex}.InvoicesPage-module__zk-XVa__previewRow span{color:#71717a}.InvoicesPage-module__zk-XVa__previewRow strong{color:#09090b}.InvoicesPage-module__zk-XVa__previewAmount{font-size:1rem;color:#6366f1!important}.InvoicesPage-module__zk-XVa__submitButton{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;width:100%;padding:.875rem;font-size:.9375rem;font-weight:600;transition:all .15s}.InvoicesPage-module__zk-XVa__submitButton:hover:not(:disabled){background:#4f46e5}.InvoicesPage-module__zk-XVa__submitButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1200px){.InvoicesPage-module__zk-XVa__statsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.InvoicesPage-module__zk-XVa__statsGrid{grid-template-columns:repeat(2,1fr)}.InvoicesPage-module__zk-XVa__tableContainer{overflow-x:auto}.InvoicesPage-module__zk-XVa__table{min-width:700px}}@media (max-width:768px){.InvoicesPage-module__zk-XVa__container{padding:1rem}.InvoicesPage-module__zk-XVa__header{flex-direction:column;align-items:flex-start}.InvoicesPage-module__zk-XVa__headerActions{width:100%}.InvoicesPage-module__zk-XVa__createButton{flex:1;justify-content:center}.InvoicesPage-module__zk-XVa__statsGrid{grid-template-columns:1fr 1fr}.InvoicesPage-module__zk-XVa__filters{flex-direction:column}.InvoicesPage-module__zk-XVa__searchBox{width:100%}}@media (max-width:480px){.InvoicesPage-module__zk-XVa__statsGrid{grid-template-columns:1fr}}
.Modal-module__7LRQSW__overlay{z-index:10000;-webkit-backdrop-filter:blur(6px);box-sizing:border-box;width:100%;max-width:100%;height:100%;min-height:100%;padding:1rem;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background-color:#000000a6;justify-content:center;align-items:center;margin:0;animation:.25s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0;overflow:hidden auto}.Modal-module__7LRQSW__overlay::-webkit-scrollbar{background:0 0;width:0}.Modal-module__7LRQSW__overlayNoBlur{-webkit-backdrop-filter:none}.Modal-module__7LRQSW__overlayNoAnimation,.Modal-module__7LRQSW__modalNoAnimation{animation:none}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__7LRQSW__modal{background-color:var(--background);border-radius:20px;width:100%;max-width:540px;box-shadow:0 30px 60px -12px #0000004d,0 0 0 1px #ffffff0d}.Modal-module__7LRQSW__modalLarge{width:100%;min-width:0;max-width:min(920px,100vw - 2rem)}@media (max-width:1024px){.Modal-module__7LRQSW__modalLarge{flex-direction:column;max-width:min(96vw,920px);max-height:calc(100dvh - 2rem);display:flex;overflow:hidden}.Modal-module__7LRQSW__modalLarge .Modal-module__7LRQSW__content{flex:1;min-height:0;overflow-y:auto}}@media (max-width:768px){.Modal-module__7LRQSW__modalLarge{max-width:calc(100vw - 1rem)}}@media (max-width:640px){.Modal-module__7LRQSW__overlay{padding:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);justify-content:center;align-items:flex-end;overflow-x:hidden}.Modal-module__7LRQSW__modal{width:100%;min-width:0;max-width:min(100%,100vw);max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));box-sizing:border-box;border-radius:20px 20px 0 0;flex-direction:column;min-height:0;margin:auto 0 0;display:flex;overflow:hidden}}@media (max-width:480px){.Modal-module__7LRQSW__overlay{padding:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);justify-content:center;align-items:flex-end;overflow-x:hidden}.Modal-module__7LRQSW__modal{width:100%;min-width:0;max-width:min(100%,100vw);max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));box-sizing:border-box;border-radius:20px 20px 0 0;flex-direction:column;min-height:0;margin:auto 0 0;display:flex;overflow:hidden}}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border);background:var(--background);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.Modal-module__7LRQSW__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:700}.Modal-module__7LRQSW__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;line-height:1;transition:all .2s;display:flex}.Modal-module__7LRQSW__closeBtn svg{width:18px;height:18px}.Modal-module__7LRQSW__closeBtn:hover{background-color:var(--secondary);color:var(--foreground);transform:rotate(90deg)}.Modal-module__7LRQSW__closeBtn:active{transform:rotate(90deg)scale(.95)}.Modal-module__7LRQSW__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;box-sizing:border-box;flex:1;min-width:0;min-height:0;max-height:calc(100vh - 8rem);padding:1.75rem;overflow:hidden auto}@media (max-width:640px){.Modal-module__7LRQSW__header{z-index:10;background:var(--background);box-sizing:border-box;flex-shrink:0;min-width:0;padding:1rem 1rem 1rem 1.25rem;position:sticky;top:0}.Modal-module__7LRQSW__title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin-right:.5rem;font-size:1.125rem;overflow:hidden}.Modal-module__7LRQSW__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding:1rem 1.25rem;overflow:hidden auto}}@media (max-width:480px){.Modal-module__7LRQSW__header{z-index:10;background:var(--background);box-sizing:border-box;flex-shrink:0;min-width:0;padding:.75rem .75rem .75rem 1rem;position:sticky;top:0}.Modal-module__7LRQSW__title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin-right:.5rem;font-size:1rem;overflow:hidden}.Modal-module__7LRQSW__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding:.75rem 1rem;overflow:hidden auto}}@keyframes Modal-module__7LRQSW__slideIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.SetupIncompleteModal-module__w00MCG__wrap{max-width:100%;padding:0}.SetupIncompleteModal-module__w00MCG__sectionHeader{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);border-bottom:1px solid #e2e8f0;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.SetupIncompleteModal-module__w00MCG__iconWrap{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #6366f140}.SetupIncompleteModal-module__w00MCG__headerText{flex:1;min-width:0}.SetupIncompleteModal-module__w00MCG__sectionTitle{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.SetupIncompleteModal-module__w00MCG__sectionDesc{color:#64748b;margin:.5rem 0 0;font-size:.875rem;line-height:1.5}.SetupIncompleteModal-module__w00MCG__missingBlock{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.SetupIncompleteModal-module__w00MCG__missingLabel{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 .75rem;font-size:.75rem;font-weight:600;display:block}.SetupIncompleteModal-module__w00MCG__missingList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.SetupIncompleteModal-module__w00MCG__missingItem{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;display:inline-flex}.SetupIncompleteModal-module__w00MCG__missingItem:before{content:"";background:#6366f1;border-radius:50%;flex-shrink:0;width:6px;height:6px}.SetupIncompleteModal-module__w00MCG__actions{background:#fff;flex-direction:column;gap:.75rem;padding:1.5rem 1.5rem 1.75rem;display:flex}.SetupIncompleteModal-module__w00MCG__helper{color:#64748b;margin:0;font-size:.8125rem;line-height:1.5}.SetupIncompleteModal-module__w00MCG__cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:48px;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #6366f140}.SetupIncompleteModal-module__w00MCG__cta:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);transform:translateY(-1px);box-shadow:0 4px 14px #6366f159}.SetupIncompleteModal-module__w00MCG__cta:active{transform:translateY(0)}@media (max-width:480px){.SetupIncompleteModal-module__w00MCG__sectionHeader{padding:1rem 1.25rem}.SetupIncompleteModal-module__w00MCG__sectionTitle{font-size:1.125rem}.SetupIncompleteModal-module__w00MCG__missingBlock{padding:1rem 1.25rem}.SetupIncompleteModal-module__w00MCG__actions{padding:1.25rem 1.25rem 1.5rem}}
.DashboardShell-module__FLJA4W__shell{background:#111213;min-height:100vh;display:flex}.DashboardShell-module__FLJA4W__sidebarRailFooter{display:none}@media (min-width:1025px){.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__sidebar{width:76px}.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__main{margin-left:76px}.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__navLink{justify-content:center;padding-left:.35rem;padding-right:.35rem}.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__navLabel{display:none!important}.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__navGroupHeader{justify-content:center;padding-left:.35rem;padding-right:.35rem}.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__groupTitleArea{flex:none;justify-content:center}.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__navGroupContent{display:none!important}.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__navSubLink{justify-content:center;padding-left:.35rem;padding-right:.35rem}.DashboardShell-module__FLJA4W__shell.DashboardShell-module__FLJA4W__sidebarCollapsed .DashboardShell-module__FLJA4W__groupActiveRail{color:#1a1a1a;background:#fff;border:1px solid #d1d1d1;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.DashboardShell-module__FLJA4W__sidebarRailFooter{padding:.5rem .25rem calc(.5rem + env(safe-area-inset-bottom,0));background:#ebebeb;border-top:1px solid #d1d1d1;flex-shrink:0;justify-content:center;display:flex}.DashboardShell-module__FLJA4W__sidebarRailToggle{color:#303030;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.DashboardShell-module__FLJA4W__sidebarRailToggle:hover{color:#1a1a1a;background:#f5f5f5;border-color:#6366f1}}.DashboardShell-module__FLJA4W__navRailInitial{color:#303030;background:#ffffffd9;border:1px solid #d1d1d1;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:inline-flex}.DashboardShell-module__FLJA4W__navSubLink.DashboardShell-module__FLJA4W__subActive .DashboardShell-module__FLJA4W__navRailInitial{color:#1a1a1a;background:#fff;border-color:#6366f1}.DashboardShell-module__FLJA4W__shellUnderSiteHeader{padding-top:var(--site-header-height)}.DashboardShell-module__FLJA4W__shellUnderSiteHeader .DashboardShell-module__FLJA4W__sidebar{height:100vh;min-height:320px;top:0;bottom:0}.DashboardShell-module__FLJA4W__shellUnderSiteHeader .DashboardShell-module__FLJA4W__main{min-height:calc(100vh - var(--site-header-height))}.DashboardShell-module__FLJA4W__shellUnderSiteHeader .DashboardShell-module__FLJA4W__sidebar .DashboardShell-module__FLJA4W__nav{flex:1;min-height:0;overflow-y:auto}.DashboardShell-module__FLJA4W__shellUnderSiteHeader .DashboardShell-module__FLJA4W__sidebar .DashboardShell-module__FLJA4W__userProfile,.DashboardShell-module__FLJA4W__shellUnderSiteHeader .DashboardShell-module__FLJA4W__sidebar .DashboardShell-module__FLJA4W__logoArea{flex-shrink:0}.DashboardShell-module__FLJA4W__sidebar{width:var(--sidebar-width);height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));color:#303030;top:var(--header-height);z-index:1100;background:#ebebeb;border-right:none;border-top-left-radius:24px;border-top-right-radius:0;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1),width .25s;display:flex;position:fixed;bottom:0;left:0;overflow:hidden}.DashboardShell-module__FLJA4W__logoArea{height:var(--header-height);min-height:var(--header-height);border-bottom:1px solid #d1d1d1;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1rem;display:flex}.DashboardShell-module__FLJA4W__logo{filter:brightness(0);align-items:center;display:inline-flex}.DashboardShell-module__FLJA4W__sidebarLangRow{border-top:1px solid #d1d1d1;flex-shrink:0;justify-content:flex-start;padding:.5rem 1rem;display:flex}.DashboardShell-module__FLJA4W__nav{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:.125rem;min-height:0;padding:.75rem .5rem;display:flex;overflow:hidden auto}.DashboardShell-module__FLJA4W__navLink{color:#303030;border-radius:8px;align-items:center;gap:.625rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .1s;display:flex}.DashboardShell-module__FLJA4W__navLink:hover{background:#0000000d}.DashboardShell-module__FLJA4W__navLink.DashboardShell-module__FLJA4W__active{color:#1a1a1a;background:#fff;border:1px solid #d1d1d1;font-weight:600;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.DashboardShell-module__FLJA4W__icon{color:inherit;opacity:.8;justify-content:center;align-items:center;display:inline-flex}.DashboardShell-module__FLJA4W__navLabel{flex:1}.DashboardShell-module__FLJA4W__navGroup{margin-top:.5rem;margin-bottom:.25rem}.DashboardShell-module__FLJA4W__navGroupHeader{color:#616161;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2px;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;transition:background .1s;display:flex}.DashboardShell-module__FLJA4W__navGroupHeader:hover{background:#0000000d}.DashboardShell-module__FLJA4W__groupTitleArea{flex:1;align-items:center;gap:.625rem;display:flex}.DashboardShell-module__FLJA4W__navGroupContent{max-height:0;margin-left:1.3125rem;padding:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.DashboardShell-module__FLJA4W__expanded{max-height:1000px}.DashboardShell-module__FLJA4W__navSubLink{color:#4a4a4a;border-radius:8px;align-items:center;margin:1px .5rem 1px 0;padding:.5rem .75rem .5rem 1.75rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:all .15s;display:flex;position:relative}.DashboardShell-module__FLJA4W__subTrailSegment{border-left:1px solid #c4c4c4}.DashboardShell-module__FLJA4W__navSubLink:hover{color:#1a1a1a;background:#0000000d}.DashboardShell-module__FLJA4W__navSubLink:not(.DashboardShell-module__FLJA4W__subActive):hover:before{content:"";pointer-events:none;border-bottom:1px solid #c7c7c7;border-left:1px solid #c7c7c7;border-bottom-left-radius:6px;width:1rem;height:12px;margin-top:-12px;position:absolute;top:50%;left:-1px}.DashboardShell-module__FLJA4W__navSubLink:not(.DashboardShell-module__FLJA4W__subActive):hover:after{content:"";border-top:1.5px solid #b9b9b9;border-right:1.5px solid #b9b9b9;width:5px;height:5px;margin-top:-3px;position:absolute;top:50%;left:.625rem;transform:rotate(45deg)}.DashboardShell-module__FLJA4W__subActive{background:#fff;border:1px solid #d1d1d1;font-weight:500;box-shadow:0 1px 2px #0000000d;color:#1a1a1a!important}.DashboardShell-module__FLJA4W__subActive:before{content:"";pointer-events:none;border-bottom:1px solid #8c8c8c;border-left:1px solid #8c8c8c;border-bottom-left-radius:6px;width:1rem;height:12px;margin-top:-12px;position:absolute;top:50%;left:-1px}.DashboardShell-module__FLJA4W__subActive:after{content:"";border-top:1.5px solid #8c8c8c;border-right:1.5px solid #8c8c8c;width:5px;height:5px;margin-top:-3px;position:absolute;top:50%;left:.625rem;transform:rotate(45deg)}.DashboardShell-module__FLJA4W__headerUserProfile{cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.25rem .5rem;transition:background .1s;display:flex}.DashboardShell-module__FLJA4W__headerUserProfile:hover{background:#0000000d}.DashboardShell-module__FLJA4W__headerUserProfileDark{cursor:pointer;background:#1b1d1f;border:1px solid #2f3236;border-radius:8px;align-items:center;gap:.625rem;padding:.2rem .45rem;display:flex}.DashboardShell-module__FLJA4W__headerUserProfileDark:hover{background:#232528}.DashboardShell-module__FLJA4W__userProfile{cursor:pointer;background:#ebebeb;border-top:1px solid #d1d1d1;flex-shrink:0;align-items:center;gap:.75rem;padding:.75rem;display:flex}.DashboardShell-module__FLJA4W__userProfile:hover{background:#e1e1e1}.DashboardShell-module__FLJA4W__avatar{color:#fff;background:#1a1a1a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;display:flex}.DashboardShell-module__FLJA4W__userName{color:#303030;font-size:.8125rem;font-weight:600}.DashboardShell-module__FLJA4W__logoutBtn{color:#616161;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;transition:color .1s}.DashboardShell-module__FLJA4W__logoutBtn:hover{color:#1a1a1a;text-decoration:underline}.DashboardShell-module__FLJA4W__headerUserProfileDark .DashboardShell-module__FLJA4W__userName{color:#f3f4f6}.DashboardShell-module__FLJA4W__headerUserProfileDark .DashboardShell-module__FLJA4W__logoutBtn{color:#b8bcc2}.DashboardShell-module__FLJA4W__headerUserProfileDark .DashboardShell-module__FLJA4W__logoutBtn:hover{color:#f3f4f6}.DashboardShell-module__FLJA4W__main{margin-left:var(--sidebar-width);margin-top:var(--header-height);min-height:calc(100vh - var(--header-height));background:#fff;border-top-left-radius:0;border-top-right-radius:24px;flex-direction:column;flex:1;transition:margin-left .25s;display:flex;position:relative;overflow:hidden}.DashboardShell-module__FLJA4W__noSidebar{border-top-left-radius:0;margin-left:0}.DashboardShell-module__FLJA4W__header{height:var(--header-height);z-index:1200;background:#111213;border-bottom:1px solid #2a2a2a;justify-content:flex-start;align-items:center;gap:1rem;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px #ffffff14}.DashboardShell-module__FLJA4W__headerLogo{align-items:center;display:inline-flex}.DashboardShell-module__FLJA4W__headerSearch{color:#a3a6ab;cursor:pointer;text-align:left;background:#1d1f21;border:1px solid #2f3236;border-radius:10px;align-items:center;gap:.45rem;width:min(460px,45vw);min-width:280px;max-width:460px;height:34px;padding:0 .7rem;font-size:.8125rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.DashboardShell-module__FLJA4W__searchShortcut{letter-spacing:.04em;color:#9ca0a6;background:#1a1c1f;border:1px solid #3a3d42;border-bottom-width:2px;border-radius:6px;margin-left:auto;padding:1px 6px;font-size:.65rem}.DashboardShell-module__FLJA4W__searchBackdrop{top:var(--header-height);z-index:1240;background:#00000080;position:fixed;bottom:0;left:0;right:0}.DashboardShell-module__FLJA4W__searchPanel{top:calc(var(--header-height) + .7rem);z-index:1245;background:#fff;border:1px solid #d6d6d6;border-radius:10px;width:min(680px,100vw - 2rem);position:fixed;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 18px 36px #00000040}.DashboardShell-module__FLJA4W__searchPanelInputRow{color:#60656d;border-bottom:1px solid #ececec;align-items:center;gap:.45rem;height:34px;padding:0 .6rem;font-size:.8rem;display:flex}.DashboardShell-module__FLJA4W__searchPanelInput{color:#111827;background:0 0;border:0;outline:0;flex:1;font-size:.8rem}.DashboardShell-module__FLJA4W__searchPanelClose{color:#6b7280;background:#fafafa;border:1px solid #d4d4d4;border-bottom-width:2px;border-radius:6px;height:20px;margin-left:auto;padding:0 .4rem;font-size:.65rem}.DashboardShell-module__FLJA4W__searchPanelTabs{border-bottom:1px solid #ececec;align-items:center;gap:.3rem;padding:.35rem .5rem;display:flex}.DashboardShell-module__FLJA4W__searchTab{color:#49515a;background:#f8f9fa;border:1px solid #dadde1;border-radius:6px;padding:.12rem .35rem;font-size:.64rem}.DashboardShell-module__FLJA4W__searchTabActive{color:#111827;background:#eef0f2}.DashboardShell-module__FLJA4W__searchResults{max-height:320px;overflow-y:auto}.DashboardShell-module__FLJA4W__searchResultItem{color:#111827;border-top:1px solid #f0f0f0;align-items:flex-start;gap:.45rem;padding:.5rem .7rem;text-decoration:none;display:flex}.DashboardShell-module__FLJA4W__searchResultItem:hover{background:#f8fafc}.DashboardShell-module__FLJA4W__searchResultText{flex-direction:column;gap:.05rem;display:flex}.DashboardShell-module__FLJA4W__searchResultTitle{font-size:.75rem;font-weight:500}.DashboardShell-module__FLJA4W__searchResultMeta{color:#6b7280;font-size:.68rem}.DashboardShell-module__FLJA4W__searchPanelEmpty{color:#4b5563;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;min-height:130px;font-size:.78rem;display:flex}.DashboardShell-module__FLJA4W__headerActions{align-items:center;gap:.2rem;margin-left:auto;display:flex}.DashboardShell-module__FLJA4W__iconActionBtn{color:#d4d6da;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.DashboardShell-module__FLJA4W__iconActionBtn:hover{background:#222427;border-color:#2f3236}.DashboardShell-module__FLJA4W__storeMenuWrap{margin-left:.45rem;position:relative}.DashboardShell-module__FLJA4W__storeChip{cursor:pointer;height:30px;color:inherit;background:#1f2124;border:1px solid #31343a;border-radius:999px;align-items:center;gap:.35rem;padding:0 .6rem 0 .35rem;display:inline-flex}.DashboardShell-module__FLJA4W__storeChip:hover{background:#26292d}.DashboardShell-module__FLJA4W__storeCaret{color:#9ca3af}.DashboardShell-module__FLJA4W__storeAvatar{color:#0b1f11;background:#22c55e;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.625rem;font-weight:700;line-height:1;display:inline-flex}.DashboardShell-module__FLJA4W__storeLabel{color:#f1f5f9;font-size:.75rem;font-weight:500}.DashboardShell-module__FLJA4W__storeDropdown{z-index:1250;background:#fff;border:1px solid #d9d9d9;border-radius:10px;min-width:230px;position:absolute;top:calc(100% + .45rem);right:0;overflow:hidden;box-shadow:0 12px 24px #0000002e}.DashboardShell-module__FLJA4W__storeDropdownHeader{background:#f5f5f5;border-bottom:1px solid #e5e5e5;align-items:center;gap:.5rem;padding:.55rem .75rem;display:flex}.DashboardShell-module__FLJA4W__storeDropdownHeader .DashboardShell-module__FLJA4W__storeAvatar{width:16px;height:16px;font-size:.55rem}.DashboardShell-module__FLJA4W__storeHeaderLabel{color:#1f2937;font-size:.75rem;font-weight:500}.DashboardShell-module__FLJA4W__storeDropdownItem{color:#111827;cursor:pointer;text-align:left;background:#fff;border:0;align-items:center;gap:.45rem;width:100%;padding:.5rem .75rem;font-size:.75rem;display:flex}.DashboardShell-module__FLJA4W__storeDropdownItem:hover{background:#f8fafc}.DashboardShell-module__FLJA4W__storeAccountInfo{border-top:1px solid #efefef;border-bottom:1px solid #efefef;flex-direction:column;gap:.1rem;padding:.5rem .75rem;display:flex}.DashboardShell-module__FLJA4W__storeAccountName{color:#111827;font-size:.7rem;font-weight:500}.DashboardShell-module__FLJA4W__storeAccountEmail{color:#6b7280;font-size:.65rem}.DashboardShell-module__FLJA4W__titleContainer{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.DashboardShell-module__FLJA4W__infoButton{cursor:pointer;color:#6366f1;background:#f0f0ff;border:1px solid #e0e0ff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.DashboardShell-module__FLJA4W__infoButton:hover{background:#e0e0ff;border-color:#c0c0ff;transform:scale(1.05)}.DashboardShell-module__FLJA4W__infoButton:active{transform:scale(.95)}.DashboardShell-module__FLJA4W__pageTitle{color:var(--brand-black);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.DashboardShell-module__FLJA4W__headerSubtitle{color:var(--foreground-muted);letter-spacing:.01em;margin:.25rem 0 0;font-size:.8125rem;font-weight:400}.DashboardShell-module__FLJA4W__content{box-sizing:border-box;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem;animation:.3s ease-out DashboardShell-module__FLJA4W__fadeIn}@keyframes DashboardShell-module__FLJA4W__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.DashboardShell-module__FLJA4W__fullWidth{flex-direction:column!important;flex:1!important;width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important}.DashboardShell-module__FLJA4W__whatsAppFullBleed{flex:1!important;align-self:stretch!important;min-height:0!important;overflow:hidden!important}.DashboardShell-module__FLJA4W__mainWhatsAppChat{align-self:stretch;min-height:0!important;height:calc(100dvh - var(--header-height,64px))!important;max-height:calc(100dvh - var(--header-height,64px))!important}.DashboardShell-module__FLJA4W__notificationMenuWrap{position:relative}.DashboardShell-module__FLJA4W__notificationBellInner{justify-content:center;align-items:center;display:inline-flex;position:relative}.DashboardShell-module__FLJA4W__notificationBellBadge{color:#fff;text-align:center;pointer-events:none;background:#ef4444;border:2px solid #111213;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;line-height:16px;position:absolute;top:-7px;right:-9px}.DashboardShell-module__FLJA4W__notificationPanel{z-index:1260;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:min(360px,100vw - 2rem);max-height:min(420px,70vh);display:flex;position:absolute;top:calc(100% + .45rem);right:0;overflow:hidden;box-shadow:0 16px 40px #0000002e}.DashboardShell-module__FLJA4W__notificationPanelHeader{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .65rem;display:flex}.DashboardShell-module__FLJA4W__notificationPanelTitle{color:#0f172a;font-size:.75rem;font-weight:700}.DashboardShell-module__FLJA4W__notificationPanelHeaderBtn{color:#059669;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.2rem .35rem;font-size:.6875rem;font-weight:600}.DashboardShell-module__FLJA4W__notificationPanelHeaderBtn:hover{background:#10b9811f}.DashboardShell-module__FLJA4W__notificationPanelBody{max-height:min(320px,55vh);overflow-y:auto}.DashboardShell-module__FLJA4W__notificationEmpty{color:#64748b;text-align:center;margin:0;padding:1rem .85rem;font-size:.8125rem}.DashboardShell-module__FLJA4W__notificationRow{border-bottom:1px solid #f1f5f9;align-items:stretch;display:flex}.DashboardShell-module__FLJA4W__notificationRow:last-child{border-bottom:none}.DashboardShell-module__FLJA4W__notificationRowRead{opacity:.72}.DashboardShell-module__FLJA4W__notificationRowMain{cursor:pointer;text-align:left;background:#fff;border:0;flex:1;align-items:flex-start;gap:.5rem;min-width:0;padding:.55rem .5rem .55rem .65rem;display:flex}.DashboardShell-module__FLJA4W__notificationRowMain:hover{background:#f8fafc}.DashboardShell-module__FLJA4W__notificationRowIcon{color:#fff;background:linear-gradient(135deg,#10b981,#0d9488);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.DashboardShell-module__FLJA4W__notificationRowText{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.DashboardShell-module__FLJA4W__notificationRowPhone{color:#0f172a;word-break:break-all;font-size:.75rem;font-weight:700}.DashboardShell-module__FLJA4W__notificationRowPreview{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.6875rem;line-height:1.35;display:-webkit-box;overflow:hidden}.DashboardShell-module__FLJA4W__notificationUnreadDot{background:#22c55e;border-radius:999px;flex-shrink:0;width:8px;height:8px;margin-top:.35rem}.DashboardShell-module__FLJA4W__notificationRowDismiss{color:#94a3b8;cursor:pointer;background:#fff;border:0;border-left:1px solid #f1f5f9;flex-shrink:0;justify-content:center;align-items:center;width:36px;display:inline-flex}.DashboardShell-module__FLJA4W__notificationRowDismiss:hover{color:#b91c1c;background:#fef2f2}.DashboardShell-module__FLJA4W__notificationPanelFooter{background:#fafafa;border-top:1px solid #e5e7eb;padding:.45rem .65rem}.DashboardShell-module__FLJA4W__notificationFooterLink{color:#059669;cursor:pointer;text-align:center;background:0 0;border:0;border-radius:6px;width:100%;padding:.25rem;font-size:.72rem;font-weight:600}.DashboardShell-module__FLJA4W__notificationFooterLink:hover{background:#10b9811a}.DashboardShell-module__FLJA4W__mobileMenuBtn,.DashboardShell-module__FLJA4W__mobileCloseBtn,.DashboardShell-module__FLJA4W__overlay,.DashboardShell-module__FLJA4W__mobileInfoIcon{display:none!important}.DashboardShell-module__FLJA4W__desktopInfoIcon{display:inline-flex!important}@media (max-width:1024px){.DashboardShell-module__FLJA4W__sidebar{-webkit-overflow-scrolling:touch;flex-direction:column;width:min(320px,85vw);max-width:100%;display:flex;overflow:hidden;transform:translate(-100%)}.DashboardShell-module__FLJA4W__sidebar .DashboardShell-module__FLJA4W__nav{-webkit-overflow-scrolling:touch;flex:1;gap:.25rem;min-height:0;padding:1rem;overflow:hidden auto}.DashboardShell-module__FLJA4W__sidebar .DashboardShell-module__FLJA4W__logoArea{flex-shrink:0;padding-right:.5rem}.DashboardShell-module__FLJA4W__sidebar .DashboardShell-module__FLJA4W__userProfile{min-height:56px;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom,0));flex-shrink:0}.DashboardShell-module__FLJA4W__mobileOpen{transform:translate(0)}.DashboardShell-module__FLJA4W__main{box-sizing:border-box;border-top-left-radius:0;border-top-right-radius:0;width:100%;max-width:100%;margin-left:0;overflow:hidden visible}.DashboardShell-module__FLJA4W__sidebar{border-top-left-radius:0;border-top-right-radius:0}.DashboardShell-module__FLJA4W__mobileMenuBtn{cursor:pointer;color:#f3f4f6;background:0 0;border:none;flex-shrink:0;order:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;font-size:1.375rem;display:flex!important}.DashboardShell-module__FLJA4W__mobileCloseBtn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;font-size:1.5rem;position:absolute;top:.5rem;right:.5rem;display:flex!important}.DashboardShell-module__FLJA4W__overlay{z-index:1099;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(2px);background:#00000080;position:fixed;inset:0;display:block!important}.DashboardShell-module__FLJA4W__header{justify-content:flex-start;min-height:56px;padding:0 1rem}.DashboardShell-module__FLJA4W__headerSearch,.DashboardShell-module__FLJA4W__searchPanel,.DashboardShell-module__FLJA4W__searchBackdrop{display:none}.DashboardShell-module__FLJA4W__headerActions{gap:.15rem;display:flex}.DashboardShell-module__FLJA4W__iconActionBtn{width:26px;height:26px}.DashboardShell-module__FLJA4W__storeChip{gap:.3rem;height:28px;padding:0 .5rem 0 .3rem}.DashboardShell-module__FLJA4W__storeLabel{font-size:.69rem;display:inline}.DashboardShell-module__FLJA4W__storeCaret{display:inline-flex}.DashboardShell-module__FLJA4W__headerLogo{margin-left:.25rem}.DashboardShell-module__FLJA4W__headerUserProfileDark .DashboardShell-module__FLJA4W__userInfo{display:none}.DashboardShell-module__FLJA4W__titleWithInfo{flex:none;order:1;justify-content:flex-end;gap:.375rem;margin-left:auto}.DashboardShell-module__FLJA4W__pageTitle{font-size:1rem}.DashboardShell-module__FLJA4W__desktopInfoIcon{display:none!important}.DashboardShell-module__FLJA4W__mobileInfoIcon{order:2;display:inline-flex!important}.DashboardShell-module__FLJA4W__content{padding:1rem}.DashboardShell-module__FLJA4W__navLink{-webkit-tap-highlight-color:transparent;min-height:44px;padding:12px 1rem;font-size:.9375rem}.DashboardShell-module__FLJA4W__noPadding{padding:0!important}}.DashboardShell-module__FLJA4W__dashboardFooter{background:0 0;border-top:1px solid #0000000d;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:1.5rem 2rem;display:flex}.DashboardShell-module__FLJA4W__footerContent{color:#71717a;text-align:center;white-space:nowrap;text-overflow:ellipsis;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;line-height:1.5;display:flex;overflow:hidden}.DashboardShell-module__FLJA4W__footerLink{color:inherit;cursor:pointer;flex-shrink:0;align-items:center;gap:0;text-decoration:none;transition:opacity .2s;display:flex}.DashboardShell-module__FLJA4W__footerLink:hover{opacity:.8}@media (max-width:1024px){.DashboardShell-module__FLJA4W__dashboardFooter{visibility:hidden!important;opacity:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.DashboardShell-module__FLJA4W__footerContent{gap:.2rem;font-size:.6875rem;line-height:1.3}.DashboardShell-module__FLJA4W__notificationMenuWrap{position:static!important}.DashboardShell-module__FLJA4W__notificationPanel{width:auto!important;max-width:none!important;margin:0!important;left:.5rem!important;right:.5rem!important}}
.MerchantPackageGate-module__Dz4DRa__gate{--dq-primary:#09090b;--dq-accent:#6366f1;--dq-accent-deep:#4f46e5;--dq-muted:#52525b;--dq-soft:#71717a;--dq-border:#e4e4e7;--dq-surface:#fafafa;--dq-card:#fff;box-sizing:border-box;-webkit-font-smoothing:antialiased;justify-content:center;align-items:center;width:100%;min-height:min(72vh,640px);padding:2.5rem 1.25rem 3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;display:flex}.MerchantPackageGate-module__Dz4DRa__card{background:linear-gradient(180deg, var(--dq-card) 0%, #fafbff 100%);border:1px solid var(--dq-border);text-align:center;border-radius:20px;width:100%;max-width:440px;margin:0 auto;padding:2rem 1.75rem 1.75rem;position:relative;overflow:hidden;box-shadow:0 1px 2px #09090b0a,0 12px 40px -10px #09090b1a}.MerchantPackageGate-module__Dz4DRa__accentBar{background:linear-gradient(90deg, var(--dq-accent) 0%, #818cf8 50%, var(--dq-accent-deep) 100%);height:3px;position:absolute;top:0;left:0;right:0}.MerchantPackageGate-module__Dz4DRa__iconWrap{background:linear-gradient(135deg, var(--dq-accent) 0%, var(--dq-accent-deep) 100%);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;margin:0 auto 1.15rem;display:flex;box-shadow:0 4px 14px #6366f14d}.MerchantPackageGate-module__Dz4DRa__icon{width:1.5rem;height:1.5rem}.MerchantPackageGate-module__Dz4DRa__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--dq-accent);margin:0 0 .45rem;font-size:.6875rem;font-weight:700}.MerchantPackageGate-module__Dz4DRa__title{letter-spacing:-.02em;color:var(--dq-primary);margin:0 0 .65rem;font-size:1.375rem;font-weight:700;line-height:1.25}.MerchantPackageGate-module__Dz4DRa__badge{color:var(--dq-accent-deep);background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;margin-bottom:1rem;padding:.25rem .7rem;font-size:.8125rem;font-weight:600;display:inline-block}.MerchantPackageGate-module__Dz4DRa__body{color:var(--dq-muted);text-align:center;margin:0 0 1.65rem;font-size:.9375rem;line-height:1.6}.MerchantPackageGate-module__Dz4DRa__cta{background:linear-gradient(135deg, var(--dq-accent) 0%, var(--dq-accent-deep) 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:48px;padding:.65rem 1.15rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:box-shadow .2s,transform .15s;display:inline-flex;box-shadow:0 2px 10px #6366f147}.MerchantPackageGate-module__Dz4DRa__cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6366f161}.MerchantPackageGate-module__Dz4DRa__cta:active{transform:translateY(0)}.MerchantPackageGate-module__Dz4DRa__ctaIcon{flex-shrink:0;display:inline-flex}@media (max-width:480px){.MerchantPackageGate-module__Dz4DRa__gate{min-height:min(68vh,520px);padding:1.5rem 1rem 2rem}.MerchantPackageGate-module__Dz4DRa__card{border-radius:16px;padding:1.65rem 1.25rem 1.5rem}.MerchantPackageGate-module__Dz4DRa__title{font-size:1.2rem}}
.Customers-module__ZzxVdW__page{max-width:1200px;margin:0 auto;padding:1.5rem}.Customers-module__ZzxVdW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Customers-module__ZzxVdW__headerContent{flex:1;min-width:200px}.Customers-module__ZzxVdW__title{color:#0f172a;margin:0;font-size:1.5rem;font-weight:700}.Customers-module__ZzxVdW__subtitle{color:#64748b;margin:.25rem 0 0;font-size:.875rem}.Customers-module__ZzxVdW__addButton{align-items:center;gap:.5rem;transition:all .2s;display:flex;color:#fff!important;background-color:#6366f1!important;border:none!important;border-radius:10px!important;padding:.625rem 1rem!important;font-weight:600!important}.Customers-module__ZzxVdW__addButton:hover{transform:translateY(-1px);background-color:#4f46e5!important}.Customers-module__ZzxVdW__buttonText{display:inline}.Customers-module__ZzxVdW__statsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}@media (max-width:640px){.Customers-module__ZzxVdW__statsGrid{grid-template-columns:1fr}}.Customers-module__ZzxVdW__statCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000000d}.Customers-module__ZzxVdW__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Customers-module__ZzxVdW__statInfo{flex-direction:column;display:flex}.Customers-module__ZzxVdW__statValue{color:#0f172a;font-size:1.25rem;font-weight:700;line-height:1.2}.Customers-module__ZzxVdW__statLabel{color:#64748b;font-size:.75rem}.Customers-module__ZzxVdW__searchContainer{margin-bottom:1.5rem;position:relative}.Customers-module__ZzxVdW__searchIcon{color:#64748b;pointer-events:none;z-index:1;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.Customers-module__ZzxVdW__searchInput{width:100%;padding-left:2.5rem!important;padding-right:2.5rem!important}.Customers-module__ZzxVdW__clearSearch{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Customers-module__ZzxVdW__clearSearch:hover{color:#64748b;background-color:#f1f5f9}.Customers-module__ZzxVdW__loadingState{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.Customers-module__ZzxVdW__spinner{border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite Customers-module__ZzxVdW__spin}@keyframes Customers-module__ZzxVdW__spin{to{transform:rotate(360deg)}}.Customers-module__ZzxVdW__emptyState{background-color:#fafafa!important;border:2px dashed #e2e8f0!important}.Customers-module__ZzxVdW__emptyContent{text-align:center;flex-direction:column;align-items:center;display:flex;padding:3rem 1.5rem!important}.Customers-module__ZzxVdW__emptyIcon{color:#cbd5e1;margin-bottom:1rem}.Customers-module__ZzxVdW__emptyTitle{color:#475569;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.Customers-module__ZzxVdW__emptyText{color:#64748b;margin:0 0 1.5rem;font-size:.875rem}.Customers-module__ZzxVdW__emptyButton{align-items:center;gap:.5rem;display:flex;color:#fff!important;background-color:#6366f1!important;border-radius:10px!important;padding:.625rem 1.25rem!important;font-weight:600!important}.Customers-module__ZzxVdW__customerGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.Customers-module__ZzxVdW__customerCard{transition:all .2s;overflow:hidden;border-radius:12px!important}.Customers-module__ZzxVdW__customerCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.Customers-module__ZzxVdW__customerContent{padding:1rem!important}.Customers-module__ZzxVdW__customerHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.Customers-module__ZzxVdW__customerMain{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.Customers-module__ZzxVdW__customerIconWrapper{background-color:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Customers-module__ZzxVdW__customerIconWrapper svg{color:#6366f1}.Customers-module__ZzxVdW__customerInfo{flex-direction:column;min-width:0;display:flex}.Customers-module__ZzxVdW__customerName{color:#0f172a;font-size:1.125rem;font-weight:700}.Customers-module__ZzxVdW__customerPhone{color:#64748b;font-size:.8125rem}.Customers-module__ZzxVdW__customerDetails{border-bottom:1px solid #e2e8f0;flex-direction:column;gap:.35rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.Customers-module__ZzxVdW__customerRow{color:#475569;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.Customers-module__ZzxVdW__customerRow svg{color:#94a3b8;flex-shrink:0}.Customers-module__ZzxVdW__vehicleSection{background:#f8fafc;border-left:3px solid #6366f1;border-radius:8px;flex-direction:column;gap:.25rem;margin-bottom:.5rem;padding:.5rem;display:flex}.Customers-module__ZzxVdW__vehicleSectionTitle{color:#64748b;text-transform:uppercase;font-size:.7rem;font-weight:600}.Customers-module__ZzxVdW__vehicleItem{color:#0f172a;font-size:.8125rem}.Customers-module__ZzxVdW__vehicleItemPlate{letter-spacing:.05em;font-weight:600}.Customers-module__ZzxVdW__customerNote{color:#b45309;background:#fffbeb;border-left:3px solid #fbbf24;border-radius:6px;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding:.5rem;font-size:.75rem;display:flex}.Customers-module__ZzxVdW__customerNote span{-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;display:-webkit-box;overflow:hidden}.Customers-module__ZzxVdW__customerActions{gap:.5rem;display:flex}.Customers-module__ZzxVdW__actionButton{flex:1;justify-content:center;align-items:center;gap:.375rem;transition:all .15s;display:flex;color:#475569!important;background-color:#f1f5f9!important;border:none!important;border-radius:8px!important;padding:.5rem!important;font-size:.8125rem!important;font-weight:500!important}.Customers-module__ZzxVdW__actionButton:hover{background-color:#e2e8f0!important}.Customers-module__ZzxVdW__actionButtonPrimary{flex:1;justify-content:center;align-items:center;gap:.375rem;display:flex;color:#2563eb!important;background-color:#dbeafe!important;border:none!important;border-radius:8px!important;padding:.5rem!important;font-size:.8125rem!important;font-weight:600!important}.Customers-module__ZzxVdW__actionButtonPrimary:hover{background-color:#bfdbfe!important}
.InventoryStats-module__p2LwJq__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.InventoryStats-module__p2LwJq__card{transition:all .15s;border-radius:12px!important}.InventoryStats-module__p2LwJq__card:hover{box-shadow:0 2px 8px #0000000f}.InventoryStats-module__p2LwJq__cardDanger{border:1px solid #fecaca!important}.InventoryStats-module__p2LwJq__cardContent{align-items:center;gap:.75rem;display:flex;padding:1rem!important}.InventoryStats-module__p2LwJq__iconWrapper{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.InventoryStats-module__p2LwJq__iconPrimary{color:#6366f1;background-color:#ede9fe}.InventoryStats-module__p2LwJq__iconDanger{color:#dc2626;background-color:#fee2e2}.InventoryStats-module__p2LwJq__iconMuted{color:#64748b;background-color:#f1f5f9}.InventoryStats-module__p2LwJq__iconSuccess{color:#16a34a;background-color:#dcfce7}.InventoryStats-module__p2LwJq__info{flex-direction:column;min-width:0;display:flex}.InventoryStats-module__p2LwJq__value{color:#0f172a;font-size:1.5rem;font-weight:800;line-height:1.2}.InventoryStats-module__p2LwJq__valueSmall{color:#0f172a;font-size:1rem;font-weight:700;line-height:1.2}.InventoryStats-module__p2LwJq__valueDanger{color:#dc2626}.InventoryStats-module__p2LwJq__label{color:#64748b;white-space:nowrap;font-size:.8125rem;font-weight:500}@media (max-width:1024px){.InventoryStats-module__p2LwJq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.InventoryStats-module__p2LwJq__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.InventoryStats-module__p2LwJq__cardContent{text-align:center;flex-direction:column;gap:.5rem;padding:.875rem!important}.InventoryStats-module__p2LwJq__iconWrapper{width:40px;height:40px}.InventoryStats-module__p2LwJq__value{font-size:1.25rem}.InventoryStats-module__p2LwJq__valueSmall{font-size:.9375rem}.InventoryStats-module__p2LwJq__label{white-space:normal;word-break:break-word;font-size:.75rem}}@media (max-width:480px){.InventoryStats-module__p2LwJq__grid{gap:.375rem}.InventoryStats-module__p2LwJq__cardContent{padding:.75rem!important}.InventoryStats-module__p2LwJq__iconWrapper{width:36px;height:36px}.InventoryStats-module__p2LwJq__iconWrapper svg{width:18px;height:18px}.InventoryStats-module__p2LwJq__value{font-size:1.125rem}.InventoryStats-module__p2LwJq__valueSmall{font-size:.875rem}.InventoryStats-module__p2LwJq__label{font-size:.6875rem}}
.Button-module__8RiFmG__button{border-radius:var(--radius);cursor:pointer;letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;outline:none;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__button:focus-visible{box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--primary)}.Button-module__8RiFmG__primary{background-color:var(--primary);color:var(--primary-foreground)}.Button-module__8RiFmG__primary:hover{background-color:var(--primary-hover)}.Button-module__8RiFmG__secondary{background-color:var(--background-muted);color:var(--foreground)}.Button-module__8RiFmG__secondary:hover{background-color:#e4e4e7}.Button-module__8RiFmG__outline{border-color:var(--secondary-border);color:var(--foreground);background-color:#0000}.Button-module__8RiFmG__outline:hover{background-color:var(--background-subtle);border-color:var(--border-strong)}.Button-module__8RiFmG__ghost{color:var(--foreground-muted);background-color:#0000}.Button-module__8RiFmG__ghost:hover{background-color:var(--background-muted);color:var(--foreground)}.Button-module__8RiFmG__danger{color:var(--danger);background-color:#fff;border-color:#fee2e2}.Button-module__8RiFmG__danger:hover{background-color:var(--danger-bg);border-color:#fecaca}.Button-module__8RiFmG__sm{height:2rem;padding:0 .75rem;font-size:.8125rem}.Button-module__8RiFmG__md{height:2.5rem;padding:0 1rem}.Button-module__8RiFmG__lg{height:3rem;padding:0 1.5rem;font-size:1rem}.Button-module__8RiFmG__fullWidth{width:100%}
.AppointmentTooltip-module__o9gEqa__tooltip{-webkit-backdrop-filter:blur(20px);z-index:10000;box-sizing:border-box;background:#ffffffd9;border:1px solid #fff6;border-radius:20px;flex-direction:column;width:90%;max-width:480px;max-height:calc(100vh - 2rem);padding:0;animation:.3s cubic-bezier(.16,1,.3,1) AppointmentTooltip-module__o9gEqa__fadeIn;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__tooltip{width:100%;max-width:100%;max-height:calc(85dvh - env(safe-area-inset-bottom));height:auto;min-height:auto;margin:0;margin-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0;animation:.3s cubic-bezier(.16,1,.3,1) AppointmentTooltip-module__o9gEqa__slideUp;top:auto;bottom:0;left:0;transform:none}}@keyframes AppointmentTooltip-module__o9gEqa__fadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes AppointmentTooltip-module__o9gEqa__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.AppointmentTooltip-module__o9gEqa__header{background:#ffffff80;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;display:flex}.AppointmentTooltip-module__o9gEqa__headerTitleGroup{flex-direction:column;gap:2px;display:flex}.AppointmentTooltip-module__o9gEqa__title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.AppointmentTooltip-module__o9gEqa__subtitle{color:#64748b;margin:0;font-size:.8125rem}.AppointmentTooltip-module__o9gEqa__closeButton{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.AppointmentTooltip-module__o9gEqa__closeButton:hover{color:#475569;background-color:#f1f5f9}.AppointmentTooltip-module__o9gEqa__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;gap:1.25rem;min-height:0;padding:1.5rem;display:flex;overflow:hidden auto}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__content{padding:1.25rem 1rem}}.AppointmentTooltip-module__o9gEqa__clientCard{background:#f8fafcbf;border:1px solid #0000000a;border-radius:14px;align-items:center;gap:.875rem;padding:1rem;display:flex;box-shadow:0 2px 8px #00000003}.AppointmentTooltip-module__o9gEqa__clientAvatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 4px 12px #6366f133}.AppointmentTooltip-module__o9gEqa__clientDetails{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.AppointmentTooltip-module__o9gEqa__clientNameRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.AppointmentTooltip-module__o9gEqa__clientName{color:#0f172a;font-size:.9375rem;font-weight:700}.AppointmentTooltip-module__o9gEqa__clientBadge{color:#4338ca;white-space:nowrap;background-color:#eef2ff;border:1px solid #c7d2fe;border-radius:9999px;padding:1px 6px;font-size:.75rem;font-weight:600}.AppointmentTooltip-module__o9gEqa__clientPhone{color:#64748b;font-size:.8125rem}.AppointmentTooltip-module__o9gEqa__clientActions{gap:6px;display:flex}.AppointmentTooltip-module__o9gEqa__clientActionIcon{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .2s;display:flex}.AppointmentTooltip-module__o9gEqa__clientActionIcon:hover{color:#0f172a;background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.AppointmentTooltip-module__o9gEqa__whatsappIcon:hover{color:#16a34a;background-color:#f0fdf4;border-color:#86efac}.AppointmentTooltip-module__o9gEqa__formRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.AppointmentTooltip-module__o9gEqa__formGroup{flex-direction:column;gap:4px;display:flex}.AppointmentTooltip-module__o9gEqa__formLabel{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.AppointmentTooltip-module__o9gEqa__formInput,.AppointmentTooltip-module__o9gEqa__formSelect,.AppointmentTooltip-module__o9gEqa__formTextarea{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:.625rem;font-family:inherit;font-size:.875rem;transition:all .2s}.AppointmentTooltip-module__o9gEqa__formInput:focus,.AppointmentTooltip-module__o9gEqa__formSelect:focus,.AppointmentTooltip-module__o9gEqa__formTextarea:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.AppointmentTooltip-module__o9gEqa__sectionLabel{color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.75rem;font-weight:700;display:block}.AppointmentTooltip-module__o9gEqa__servicesContainer{flex-direction:column;gap:4px;display:flex}.AppointmentTooltip-module__o9gEqa__servicesList{background:#00000005;border:1px solid #0000000a;border-radius:10px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.AppointmentTooltip-module__o9gEqa__serviceItem{justify-content:space-between;align-items:center;display:flex}.AppointmentTooltip-module__o9gEqa__serviceMain{flex-direction:column;min-width:0;display:flex}.AppointmentTooltip-module__o9gEqa__serviceName{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.AppointmentTooltip-module__o9gEqa__serviceDuration{color:#64748b;font-size:.75rem}.AppointmentTooltip-module__o9gEqa__servicePrice{color:#6366f1;white-space:nowrap;background-color:#6366f114;border-radius:6px;padding:2px 8px;font-size:.8125rem;font-weight:700}.AppointmentTooltip-module__o9gEqa__servicesTotalRow{color:#0f172a;border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.5rem;font-size:.875rem;font-weight:700;display:flex}.AppointmentTooltip-module__o9gEqa__totalPrice{color:#6366f1;font-size:.9375rem}.AppointmentTooltip-module__o9gEqa__statusSegmentContainer{flex-direction:column;gap:4px;display:flex}.AppointmentTooltip-module__o9gEqa__statusSegmentGrid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.AppointmentTooltip-module__o9gEqa__statusSegmentBtn{color:#64748b;cursor:pointer;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:2px;padding:.5rem .25rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.AppointmentTooltip-module__o9gEqa__statusSegmentBtn:hover{color:#334155;background-color:#f8fafc;border-color:#cbd5e1}.AppointmentTooltip-module__o9gEqa__statusActive{background-color:var(--active-bg);border-color:var(--active-border);color:var(--active-color);box-shadow:0 2px 6px #00000005}.AppointmentTooltip-module__o9gEqa__vehicleSection{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;flex-direction:column;gap:6px;padding:.75rem;display:flex}.AppointmentTooltip-module__o9gEqa__vehicleButtonsRow{gap:8px;display:flex}.AppointmentTooltip-module__o9gEqa__vehicleBtn{cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:.5rem;font-size:.8125rem;font-weight:600}.AppointmentTooltip-module__o9gEqa__infoCard{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;flex-direction:column;gap:8px;padding:.75rem;font-size:.875rem;display:flex}.AppointmentTooltip-module__o9gEqa__infoCard p{margin:0;line-height:1.4}.AppointmentTooltip-module__o9gEqa__modalFooter{background:#f8fafc;border-top:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}@media (max-width:480px){.AppointmentTooltip-module__o9gEqa__modalFooter{padding:1rem}}.AppointmentTooltip-module__o9gEqa__deleteBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:6px 8px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.AppointmentTooltip-module__o9gEqa__deleteBtn:hover{background-color:#fee2e2}.AppointmentTooltip-module__o9gEqa__footerRight{gap:8px;display:flex}
.Vehicles-module__PJ1QZq__page{max-width:1200px;margin:0 auto;padding:1.5rem}.Vehicles-module__PJ1QZq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Vehicles-module__PJ1QZq__headerContent{flex:1;min-width:200px}.Vehicles-module__PJ1QZq__title{color:#0f172a;margin:0;font-size:1.5rem;font-weight:700}.Vehicles-module__PJ1QZq__subtitle{color:#64748b;margin:.25rem 0 0;font-size:.875rem}.Vehicles-module__PJ1QZq__addButton{align-items:center;gap:.5rem;transition:all .2s;display:flex;color:#fff!important;background-color:#6366f1!important;border:none!important;border-radius:10px!important;padding:.625rem 1rem!important;font-weight:600!important}.Vehicles-module__PJ1QZq__addButton:hover{transform:translateY(-1px);background-color:#4f46e5!important}.Vehicles-module__PJ1QZq__buttonText{display:inline}.Vehicles-module__PJ1QZq__statsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.Vehicles-module__PJ1QZq__statCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000000d}.Vehicles-module__PJ1QZq__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Vehicles-module__PJ1QZq__statInfo{flex-direction:column;display:flex}.Vehicles-module__PJ1QZq__statValue{color:#0f172a;font-size:1.25rem;font-weight:700;line-height:1.2}.Vehicles-module__PJ1QZq__statLabel{color:#64748b;font-size:.75rem}.Vehicles-module__PJ1QZq__searchContainer{margin-bottom:1.5rem;position:relative}.Vehicles-module__PJ1QZq__searchIcon{color:#64748b;pointer-events:none;z-index:1;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.Vehicles-module__PJ1QZq__searchInput{width:100%;padding-left:2.5rem!important;padding-right:2.5rem!important}.Vehicles-module__PJ1QZq__clearSearch{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Vehicles-module__PJ1QZq__clearSearch:hover{color:#64748b;background-color:#f1f5f9}.Vehicles-module__PJ1QZq__loadingState{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.Vehicles-module__PJ1QZq__spinner{border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite Vehicles-module__PJ1QZq__spin}@keyframes Vehicles-module__PJ1QZq__spin{to{transform:rotate(360deg)}}.Vehicles-module__PJ1QZq__emptyState{background-color:#fafafa!important;border:2px dashed #e2e8f0!important}.Vehicles-module__PJ1QZq__emptyContent{text-align:center;flex-direction:column;align-items:center;display:flex;padding:3rem 1.5rem!important}.Vehicles-module__PJ1QZq__emptyIcon{color:#cbd5e1;margin-bottom:1rem}.Vehicles-module__PJ1QZq__emptyTitle{color:#475569;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.Vehicles-module__PJ1QZq__emptyText{color:#64748b;margin:0 0 1.5rem;font-size:.875rem}.Vehicles-module__PJ1QZq__emptyButton{align-items:center;gap:.5rem;display:flex;color:#fff!important;background-color:#6366f1!important;border-radius:10px!important;padding:.625rem 1.25rem!important;font-weight:600!important}.Vehicles-module__PJ1QZq__vehicleGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.Vehicles-module__PJ1QZq__vehicleCard{transition:all .2s;overflow:hidden;border-radius:12px!important}.Vehicles-module__PJ1QZq__vehicleCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.Vehicles-module__PJ1QZq__vehicleContent{padding:1rem!important}.Vehicles-module__PJ1QZq__vehicleHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.Vehicles-module__PJ1QZq__vehicleMain{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.Vehicles-module__PJ1QZq__vehicleIconWrapper{background-color:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Vehicles-module__PJ1QZq__iconCar{color:#6366f1}.Vehicles-module__PJ1QZq__iconMotorcycle{color:#f97316}.Vehicles-module__PJ1QZq__iconTruck{color:#2563eb}.Vehicles-module__PJ1QZq__vehicleInfo{flex-direction:column;min-width:0;display:flex}.Vehicles-module__PJ1QZq__vehiclePlateRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Vehicles-module__PJ1QZq__vehiclePlate{color:#0f172a;letter-spacing:.05em;font-size:1.125rem;font-weight:700}.Vehicles-module__PJ1QZq__badgeServiste{color:#b45309;white-space:nowrap;background-color:#fef3c7;border-radius:999px;align-items:center;padding:.2rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.Vehicles-module__PJ1QZq__vehicleModel{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.Vehicles-module__PJ1QZq__vehicleColor{color:#475569;white-space:nowrap;background-color:#f1f5f9;border-radius:6px;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem}.Vehicles-module__PJ1QZq__customerInfo{border-bottom:1px solid #e2e8f0;flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.Vehicles-module__PJ1QZq__customerRow{color:#475569;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Vehicles-module__PJ1QZq__customerRow:first-child{color:#0f172a;font-weight:500}.Vehicles-module__PJ1QZq__customerIcon{color:#94a3b8;flex-shrink:0}.Vehicles-module__PJ1QZq__vehicleComplaintPreview{color:#64748b;background:#f8fafc;border-left:3px solid #f59e0b;border-radius:6px;align-items:flex-start;gap:.375rem;margin-bottom:.5rem;padding:.375rem .5rem;font-size:.75rem;display:flex}.Vehicles-module__PJ1QZq__vehicleComplaintPreview span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Vehicles-module__PJ1QZq__vehicleNote{color:#475569;background-color:#fffbeb;border-left:3px solid #fbbf24;border-radius:6px;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding:.5rem;font-size:.8125rem;font-style:italic;display:flex}.Vehicles-module__PJ1QZq__vehicleNote svg{color:#f59e0b;flex-shrink:0;margin-top:1px}.Vehicles-module__PJ1QZq__vehicleMeta{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.75rem;display:flex}.Vehicles-module__PJ1QZq__metaItem{align-items:center;gap:.25rem;display:flex}.Vehicles-module__PJ1QZq__vehicleActions{gap:.5rem;margin-bottom:.5rem;display:flex}.Vehicles-module__PJ1QZq__vehicleActionsSecondary{gap:.5rem;display:flex}.Vehicles-module__PJ1QZq__actionButton{flex:1;justify-content:center;align-items:center;gap:.375rem;transition:all .15s;display:flex;color:#475569!important;background-color:#f1f5f9!important;border:none!important;border-radius:8px!important;padding:.5rem!important;font-size:.8125rem!important;font-weight:500!important}.Vehicles-module__PJ1QZq__actionButton:hover{background-color:#e2e8f0!important}.Vehicles-module__PJ1QZq__actionButtonPrimary{flex:1;justify-content:center;align-items:center;gap:.375rem;transition:all .15s;display:flex;color:#2563eb!important;background-color:#dbeafe!important;border:none!important;border-radius:8px!important;padding:.5rem!important;font-size:.8125rem!important;font-weight:600!important}.Vehicles-module__PJ1QZq__actionButtonPrimary:hover{background-color:#bfdbfe!important}.Vehicles-module__PJ1QZq__actionButtonComplete{flex:1;justify-content:center;align-items:center;gap:.375rem;transition:all .15s;display:flex;color:#b45309!important;background-color:#fef3c7!important;border:none!important;border-radius:8px!important;padding:.5rem!important;font-size:.8125rem!important;font-weight:600!important}.Vehicles-module__PJ1QZq__actionButtonComplete:hover{background-color:#fde68a!important}.Vehicles-module__PJ1QZq__actionButtonSmall{flex:1;justify-content:center;align-items:center;gap:.375rem;transition:all .15s;display:flex;color:#475569!important;background-color:#f1f5f9!important;border:none!important;border-radius:8px!important;padding:.5rem!important;font-size:.8125rem!important;font-weight:500!important}.Vehicles-module__PJ1QZq__actionButtonSmall:hover{background-color:#e2e8f0!important}.Vehicles-module__PJ1QZq__actionButtonDanger{justify-content:center;align-items:center;transition:all .15s;display:flex;color:#dc2626!important;background-color:#fef2f2!important;border:none!important;border-radius:8px!important;padding:.5rem .75rem!important}.Vehicles-module__PJ1QZq__actionButtonDanger:hover{background-color:#fee2e2!important}.Vehicles-module__PJ1QZq__form{flex-direction:column;gap:1rem;display:flex}.Vehicles-module__PJ1QZq__formGroup{flex-direction:column;gap:.375rem;display:flex}.Vehicles-module__PJ1QZq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Vehicles-module__PJ1QZq__formLabel{color:#374151;font-size:.875rem;font-weight:500}.Vehicles-module__PJ1QZq__formHint{color:#64748b;margin-top:.25rem;font-size:.75rem}.Vehicles-module__PJ1QZq__formSelect{color:#0f172a;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:.625rem;font-size:.875rem;transition:border-color .15s}.Vehicles-module__PJ1QZq__formSelect:focus{border-color:#6366f1;outline:none}.Vehicles-module__PJ1QZq__formTextarea{resize:none;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:.625rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.Vehicles-module__PJ1QZq__formTextarea:focus{border-color:#6366f1;outline:none}.Vehicles-module__PJ1QZq__plateInput{text-transform:uppercase;letter-spacing:.05em!important;font-weight:600!important}.Vehicles-module__PJ1QZq__formActions{gap:.75rem;margin-top:.5rem;display:flex}.Vehicles-module__PJ1QZq__cancelButton{flex:1;color:#475569!important;background-color:#f1f5f9!important;border:none!important;border-radius:10px!important;padding:.625rem!important;font-weight:500!important}.Vehicles-module__PJ1QZq__cancelButton:hover{background-color:#e2e8f0!important}.Vehicles-module__PJ1QZq__submitButton{flex:1;color:#fff!important;background-color:#6366f1!important;border:none!important;border-radius:10px!important;padding:.625rem!important;font-weight:600!important}.Vehicles-module__PJ1QZq__submitButton:hover:not(:disabled){background-color:#4f46e5!important}.Vehicles-module__PJ1QZq__submitButton:disabled{opacity:.7;cursor:not-allowed}.Vehicles-module__PJ1QZq__historyModal{max-height:70vh;overflow-y:auto}.Vehicles-module__PJ1QZq__historyHeader{background-color:#f8fafc;border-radius:10px;margin-bottom:1rem;padding:1rem}.Vehicles-module__PJ1QZq__historyVehicleInfo{align-items:center;gap:.75rem;display:flex}.Vehicles-module__PJ1QZq__historyVehicleName{color:#0f172a;font-weight:600}.Vehicles-module__PJ1QZq__historyVehicleCustomer{color:#64748b;font-size:.8125rem}.Vehicles-module__PJ1QZq__historyLoading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.Vehicles-module__PJ1QZq__historyEmpty{text-align:center;color:#64748b;flex-direction:column;align-items:center;padding:2rem;display:flex}.Vehicles-module__PJ1QZq__historyEmptyIcon{opacity:.5;margin-bottom:.5rem}.Vehicles-module__PJ1QZq__historyEmptyHint{color:#94a3b8;max-width:260px;margin:.5rem 0 0;font-size:.8125rem}.Vehicles-module__PJ1QZq__historyList{flex-direction:column;gap:.75rem;display:flex}.Vehicles-module__PJ1QZq__historyItem{background-color:#f8fafc;border-left:3px solid #6366f1;border-radius:10px;padding:.875rem}.Vehicles-module__PJ1QZq__historyItemHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.Vehicles-module__PJ1QZq__historyItemTitle{color:#0f172a;font-weight:600}.Vehicles-module__PJ1QZq__historyItemMeta{color:#64748b;font-size:.75rem}.Vehicles-module__PJ1QZq__historyItemCost{color:#059669;white-space:nowrap;font-weight:600}.Vehicles-module__PJ1QZq__historyItemDesc{color:#475569;margin:0;font-size:.8125rem}.Vehicles-module__PJ1QZq__historyItemKm,.Vehicles-module__PJ1QZq__historyItemParts{color:#64748b;margin-top:.375rem;font-size:.75rem}.Vehicles-module__PJ1QZq__historyItemDetail{color:#475569;margin-top:.35rem;font-size:.8125rem}.Vehicles-module__PJ1QZq__historyItemDetail strong{color:#334155;margin-right:.25rem}.Vehicles-module__PJ1QZq__toast{color:#fff;z-index:9999;background:#0f172a;border-radius:10px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;animation:.25s Vehicles-module__PJ1QZq__toastIn;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0003}@keyframes Vehicles-module__PJ1QZq__toastIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:768px){.Vehicles-module__PJ1QZq__page{padding:1rem}.Vehicles-module__PJ1QZq__header{flex-direction:column;align-items:stretch}.Vehicles-module__PJ1QZq__headerContent{text-align:center}.Vehicles-module__PJ1QZq__title{font-size:1.25rem}.Vehicles-module__PJ1QZq__addButton{justify-content:center}.Vehicles-module__PJ1QZq__statsGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.Vehicles-module__PJ1QZq__statCard{text-align:center;flex-direction:column;gap:.5rem;padding:.75rem .5rem}.Vehicles-module__PJ1QZq__statIcon{width:36px;height:36px}.Vehicles-module__PJ1QZq__statValue{font-size:1.125rem}.Vehicles-module__PJ1QZq__statLabel{font-size:.6875rem}.Vehicles-module__PJ1QZq__vehicleGrid{grid-template-columns:1fr;gap:.75rem}.Vehicles-module__PJ1QZq__vehicleCard{border-radius:10px!important}.Vehicles-module__PJ1QZq__vehicleContent{padding:.875rem!important}.Vehicles-module__PJ1QZq__vehicleHeader{flex-direction:column;gap:.5rem}.Vehicles-module__PJ1QZq__vehicleColor{align-self:flex-start}.Vehicles-module__PJ1QZq__formRow{grid-template-columns:1fr;gap:.75rem}.Vehicles-module__PJ1QZq__formActions{flex-direction:column-reverse}.Vehicles-module__PJ1QZq__historyModal{max-height:60vh}.Vehicles-module__PJ1QZq__historyItemHeader{flex-direction:column;gap:.25rem}.Vehicles-module__PJ1QZq__historyItemCost{align-self:flex-start}}@media (max-width:480px){.Vehicles-module__PJ1QZq__page{padding:.75rem}.Vehicles-module__PJ1QZq__title{font-size:1.125rem}.Vehicles-module__PJ1QZq__subtitle{font-size:.8125rem}.Vehicles-module__PJ1QZq__buttonText{display:none}.Vehicles-module__PJ1QZq__addButton{padding:.625rem!important}.Vehicles-module__PJ1QZq__statsGrid{gap:.375rem}.Vehicles-module__PJ1QZq__statCard{padding:.5rem}.Vehicles-module__PJ1QZq__statIcon{width:32px;height:32px}.Vehicles-module__PJ1QZq__statValue,.Vehicles-module__PJ1QZq__vehiclePlate{font-size:1rem}.Vehicles-module__PJ1QZq__vehicleIconWrapper{width:36px;height:36px}.Vehicles-module__PJ1QZq__actionButton span,.Vehicles-module__PJ1QZq__actionButtonPrimary span,.Vehicles-module__PJ1QZq__actionButtonComplete span,.Vehicles-module__PJ1QZq__actionButtonSmall span,.Vehicles-module__PJ1QZq__actionButtonDanger span{display:inline}.Vehicles-module__PJ1QZq__vehicleActions,.Vehicles-module__PJ1QZq__vehicleActionsSecondary{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:.5rem;display:grid}.Vehicles-module__PJ1QZq__actionButton,.Vehicles-module__PJ1QZq__actionButtonPrimary,.Vehicles-module__PJ1QZq__actionButtonComplete,.Vehicles-module__PJ1QZq__actionButtonSmall,.Vehicles-module__PJ1QZq__actionButtonDanger{gap:.4rem;width:100%;padding:.5rem!important;font-size:.75rem!important}}
.InventoryItemModal-module__gDLRiW__container{box-sizing:border-box;flex-direction:column;gap:1.25rem;min-width:0;max-width:100%;display:flex;overflow-x:hidden}.InventoryItemModal-module__gDLRiW__suggestionsBox{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-width:0;padding:1rem}.InventoryItemModal-module__gDLRiW__suggestionsHeader{color:#6366f1;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:flex}.InventoryItemModal-module__gDLRiW__suggestionsGrid{flex-wrap:wrap;gap:.5rem;min-width:0;display:flex}.InventoryItemModal-module__gDLRiW__suggestionBtn{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;transition:all .15s;display:inline-flex}.InventoryItemModal-module__gDLRiW__suggestionBtn:hover{color:#6366f1;background-color:#f5f3ff;border-color:#6366f1}.InventoryItemModal-module__gDLRiW__form{grid-template-columns:repeat(2,1fr);gap:1rem;min-width:0;display:grid}.InventoryItemModal-module__gDLRiW__formGroupFull{flex-direction:column;grid-column:span 2;gap:.375rem;min-width:0;display:flex}.InventoryItemModal-module__gDLRiW__formRow{grid-column:span 2;grid-template-columns:repeat(2,1fr);gap:1rem;min-width:0;display:grid}.InventoryItemModal-module__gDLRiW__formGroup{flex-direction:column;gap:.375rem;min-width:0;display:flex}.InventoryItemModal-module__gDLRiW__formGroup input[type=text],.InventoryItemModal-module__gDLRiW__formGroup input[type=number],.InventoryItemModal-module__gDLRiW__formGroupFull input[type=text],.InventoryItemModal-module__gDLRiW__formGroupFull input[type=number]{box-sizing:border-box;border-radius:12px;height:2.75rem;min-height:2.75rem;padding:0 .875rem;font-size:.9375rem}.InventoryItemModal-module__gDLRiW__select{box-sizing:border-box;border:1.5px solid var(--border,#e5e7eb);color:#111827;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;border-radius:12px;width:100%;min-width:0;max-width:100%;height:2.75rem;min-height:2.75rem;padding:0 2.25rem 0 .875rem;font-size:.9375rem}.InventoryItemModal-module__gDLRiW__textarea{border:1.5px solid var(--border,#e5e7eb);resize:vertical;box-sizing:border-box;border-radius:12px;width:100%;min-height:2.75rem;padding:.5rem .875rem;font-size:.9375rem}.InventoryItemModal-module__gDLRiW__helperText{color:#16a34a;margin-top:.25rem;font-size:.75rem}.InventoryItemModal-module__gDLRiW__suggestionToggle{color:#6366f1;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:.375rem;padding:0;font-size:.75rem}.InventoryItemModal-module__gDLRiW__suggestionToggle:hover{text-decoration:underline}.InventoryItemModal-module__gDLRiW__suggestionCard{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:.5rem;margin-top:.5rem;padding:.75rem;display:flex}.InventoryItemModal-module__gDLRiW__suggestionCardHeader{color:#111827;justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:500;display:flex}.InventoryItemModal-module__gDLRiW__suggestionCardClose{cursor:pointer;color:#9ca3af;background:0 0;border:none;font-size:1rem;line-height:1}.InventoryItemModal-module__gDLRiW__suggestionCardClose:hover{color:#4b5563}.InventoryItemModal-module__gDLRiW__suggestionCardActions{justify-content:flex-end;display:flex}.InventoryItemModal-module__gDLRiW__label{color:#374151;font-size:.875rem;font-weight:500}.InventoryItemModal-module__gDLRiW__productNameWrap{border:1.5px solid var(--border,#e5e7eb);background-color:#fff;border-radius:12px;align-items:stretch;min-height:2.75rem;display:flex;position:relative}.InventoryItemModal-module__gDLRiW__productNameInput{background:#fff;border:none;border-radius:12px 0 0 12px;outline:none;flex:1;min-width:0;height:2.75rem;min-height:2.75rem;padding:0 .875rem;font-family:inherit;font-size:.9375rem}.InventoryItemModal-module__gDLRiW__productNameWrap:focus-within{border-color:var(--primary,#6366f1);box-shadow:0 0 0 2px #6366f133}.InventoryItemModal-module__gDLRiW__productNameChevron{color:#6b7280;cursor:pointer;background:0 0;border:none;border-left:1px solid #e5e7eb;border-radius:0 12px 12px 0;justify-content:center;align-items:center;min-width:2.75rem;min-height:2.75rem;padding:0 .5rem;display:flex}.InventoryItemModal-module__gDLRiW__productNameChevron:hover{color:#374151;background-color:#f3f4f6}.InventoryItemModal-module__gDLRiW__productNameList{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:220px;margin:2px 0 0;padding:.25rem 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.InventoryItemModal-module__gDLRiW__productNameOption{cursor:pointer;color:#111827;padding:.5rem .75rem;font-size:.875rem}.InventoryItemModal-module__gDLRiW__productNameOption:hover{color:#6366f1;background-color:#f5f3ff}.InventoryItemModal-module__gDLRiW__checkboxGroup{flex-wrap:wrap;grid-column:span 2;gap:1.5rem;margin-top:.5rem;display:flex}.InventoryItemModal-module__gDLRiW__checkbox{cursor:pointer;color:#475569;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.InventoryItemModal-module__gDLRiW__checkbox input[type=checkbox]{accent-color:#6366f1;width:16px;height:16px}.InventoryItemModal-module__gDLRiW__formActions{grid-column:span 2;gap:.75rem;margin-top:.5rem;display:flex}.InventoryItemModal-module__gDLRiW__cancelBtn{flex:1;border-radius:10px!important;padding:.625rem!important}.InventoryItemModal-module__gDLRiW__submitBtn{flex:1;color:#fff!important;background-color:#6366f1!important;border:none!important;border-radius:10px!important;padding:.625rem!important;font-weight:600!important}.InventoryItemModal-module__gDLRiW__submitBtn:hover:not(:disabled){background-color:#4f46e5!important}.InventoryItemModal-module__gDLRiW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.InventoryItemModal-module__gDLRiW__container{-webkit-overflow-scrolling:touch;min-height:0}@media (max-width:640px){.InventoryItemModal-module__gDLRiW__container{padding-bottom:env(safe-area-inset-bottom,0)}.InventoryItemModal-module__gDLRiW__form{grid-template-columns:1fr;gap:1rem}.InventoryItemModal-module__gDLRiW__formGroupFull{grid-column:span 1}.InventoryItemModal-module__gDLRiW__formRow{grid-column:span 1;grid-template-columns:1fr;gap:1rem;min-width:0;max-width:100%}.InventoryItemModal-module__gDLRiW__formGroup{min-width:0;max-width:100%}.InventoryItemModal-module__gDLRiW__checkboxGroup{flex-direction:column;grid-column:span 1;gap:.75rem}.InventoryItemModal-module__gDLRiW__formActions{flex-direction:column-reverse;grid-column:span 1;gap:.75rem;margin-top:1rem}.InventoryItemModal-module__gDLRiW__cancelBtn,.InventoryItemModal-module__gDLRiW__submitBtn{width:100%;min-height:48px;font-size:1rem}.InventoryItemModal-module__gDLRiW__suggestionsBox{padding:.875rem}.InventoryItemModal-module__gDLRiW__suggestionsGrid{gap:.5rem}.InventoryItemModal-module__gDLRiW__suggestionBtn{min-height:44px;padding:.5rem .75rem;font-size:.8125rem}.InventoryItemModal-module__gDLRiW__select{box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;width:100%;min-width:0;max-width:100%;min-height:48px;padding:.75rem 2.25rem .75rem 1rem;font-size:16px}.InventoryItemModal-module__gDLRiW__formGroup>div{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.InventoryItemModal-module__gDLRiW__productNameWrap{min-height:48px}.InventoryItemModal-module__gDLRiW__productNameInput{min-height:48px;padding:0 1rem;font-size:16px}.InventoryItemModal-module__gDLRiW__productNameChevron{min-width:48px;min-height:48px;padding:0 .75rem}.InventoryItemModal-module__gDLRiW__productNameList{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;max-height:min(280px,50vh)}.InventoryItemModal-module__gDLRiW__productNameOption{align-items:center;min-height:48px;padding:.75rem 1rem;font-size:1rem;display:flex}.InventoryItemModal-module__gDLRiW__label{font-size:.9375rem}.InventoryItemModal-module__gDLRiW__suggestionToggle{align-items:center;min-height:44px;padding:.5rem 0;font-size:.8125rem;display:flex}.InventoryItemModal-module__gDLRiW__suggestionCard{padding:1rem}.InventoryItemModal-module__gDLRiW__textarea{min-height:80px;padding:.75rem 1rem;font-size:16px}.InventoryItemModal-module__gDLRiW__checkbox{min-height:44px;padding:.25rem 0}.InventoryItemModal-module__gDLRiW__checkbox input[type=checkbox]{width:20px;height:20px}.InventoryItemModal-module__gDLRiW__formGroup input:not(.InventoryItemModal-module__gDLRiW__productNameInput),.InventoryItemModal-module__gDLRiW__formRow .InventoryItemModal-module__gDLRiW__formGroup input{box-sizing:border-box;width:100%;min-width:0;max-width:100%;min-height:48px;padding:.75rem 1rem;font-size:16px}}@media (max-width:380px){.InventoryItemModal-module__gDLRiW__suggestionBtn{padding:.5rem .625rem;font-size:.75rem}.InventoryItemModal-module__gDLRiW__productNameOption{font-size:.9375rem}}
.Card-module__b6YjYG__card{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.Card-module__b6YjYG__hoverable{cursor:pointer;transition:transform .2s,border-color .2s}.Card-module__b6YjYG__hoverable:hover{border-color:var(--foreground-muted);transform:translateY(-2px)}.Card-module__b6YjYG__header{border-bottom:1px solid var(--border);padding:1.5rem}.Card-module__b6YjYG__title{color:var(--brand-black);font-size:1rem;font-weight:600;line-height:1.4}.Card-module__b6YjYG__content{flex:1;padding:1.5rem}.Card-module__b6YjYG__footer{background-color:var(--background-subtle);border-top:1px solid var(--border);align-items:center;padding:1rem 1.5rem;display:flex}
:root{--primary:#09090b;--primary-hover:#27272a;--blue:#6366f1;--blue-light:#818cf8;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#262626;--gray-900:#18181b}.Auth-module__KiWZkW__container{background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;display:flex}.Auth-module__KiWZkW__authMain{flex:1;justify-content:center;align-items:center;width:100%;min-height:85vh;padding:100px 24px;display:flex}@media (max-width:768px){.Auth-module__KiWZkW__authMain{min-height:70vh;padding:64px 16px}}.Auth-module__KiWZkW__authCard{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;width:100%;max-width:420px;padding:24px;position:relative;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media (max-width:640px){.Auth-module__KiWZkW__authCard{border-radius:12px;max-width:100%;padding:20px 16px}}.Auth-module__KiWZkW__logo{text-align:center;margin-bottom:12px}.Auth-module__KiWZkW__logoLink{color:var(--gray-900);letter-spacing:-.03em;font-size:2rem;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block}.Auth-module__KiWZkW__logoLink:hover{transform:scale(1.05)}.Auth-module__KiWZkW__logoQ{color:var(--blue)}.Auth-module__KiWZkW__title{color:var(--gray-900);text-align:center;letter-spacing:-.02em;margin-bottom:6px;font-size:1.5rem;font-weight:700;line-height:1.2}.Auth-module__KiWZkW__subtitle{color:var(--gray-600);text-align:center;margin-bottom:12px;font-size:.875rem;line-height:1.5}.Auth-module__KiWZkW__socialButtons{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.Auth-module__KiWZkW__btnSocial{background:var(--white);width:100%;color:var(--gray-900);border:1.5px solid var(--gray-200);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Auth-module__KiWZkW__btnSocial:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Auth-module__KiWZkW__btnSocial:hover:before{left:100%}.Auth-module__KiWZkW__btnSocial:hover{background:var(--gray-50);border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.Auth-module__KiWZkW__btnGoogle{border-color:#dadce0}.Auth-module__KiWZkW__btnGoogle:hover{background:#f8f9fa;border-color:#dadce0;box-shadow:0 2px 8px #4285f41a}.Auth-module__KiWZkW__btnGoogle svg{flex-shrink:0;display:block}.Auth-module__KiWZkW__btnApple{color:#fff;background:#000;border-color:#000}.Auth-module__KiWZkW__btnApple:hover{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 4px 12px #0003}.Auth-module__KiWZkW__btnApple svg{color:#fff;flex-shrink:0;width:20px;height:20px;display:block}.Auth-module__KiWZkW__btnSocialDisabled{opacity:.65;cursor:not-allowed;pointer-events:none}.Auth-module__KiWZkW__divider{text-align:center;margin:12px 0;position:relative}.Auth-module__KiWZkW__dividerLine{background:var(--gray-200);width:100%;height:1px;position:absolute;top:50%;left:0}.Auth-module__KiWZkW__dividerText{background:var(--white);color:var(--gray-500);padding:0 12px;font-size:.8rem;font-weight:500;position:relative}.Auth-module__KiWZkW__form{margin-top:16px}.Auth-module__KiWZkW__formGroup{margin-bottom:12px}.Auth-module__KiWZkW__label{color:var(--gray-900);margin-bottom:4px;font-size:.813rem;font-weight:600;display:block}.Auth-module__KiWZkW__labelRow{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.Auth-module__KiWZkW__inputWrapper{position:relative}.Auth-module__KiWZkW__input{border:1.5px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-900);border-radius:10px;outline:none;padding:10px 14px 10px 44px;font-size:.9rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.Auth-module__KiWZkW__input:hover{border-color:var(--gray-300);background:var(--gray-50)}.Auth-module__KiWZkW__input:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px #6366f11a}.Auth-module__KiWZkW__input::placeholder{color:var(--gray-400)}.Auth-module__KiWZkW__inputWithTrailingToggle{padding-right:44px}.Auth-module__KiWZkW__inputIcon{color:var(--gray-500);pointer-events:none;z-index:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Auth-module__KiWZkW__inputWrapper button.Auth-module__KiWZkW__inputIcon{pointer-events:auto;cursor:pointer;background:0 0;border:none;padding:0;left:auto;right:14px}.Auth-module__KiWZkW__inputWrapper button.Auth-module__KiWZkW__inputIcon:hover,.Auth-module__KiWZkW__input:focus+.Auth-module__KiWZkW__inputIcon,.Auth-module__KiWZkW__inputWrapper:focus-within .Auth-module__KiWZkW__inputIcon{color:var(--blue)}.Auth-module__KiWZkW__btnPrimary{width:100%;color:var(--white);cursor:pointer;background:#151617;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:12px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000001a}.Auth-module__KiWZkW__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0003}.Auth-module__KiWZkW__btnPrimary:disabled{opacity:.7;cursor:not-allowed;transform:none}.Auth-module__KiWZkW__errorBox{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:12px 14px;font-size:.85rem;animation:.4s ease-in-out Auth-module__KiWZkW__shake;display:flex}@keyframes Auth-module__KiWZkW__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.Auth-module__KiWZkW__link{color:var(--blue);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s}.Auth-module__KiWZkW__link:hover{color:#4f46e5;text-decoration:underline}.Auth-module__KiWZkW__footerText{text-align:center;color:var(--gray-600);margin-top:12px;font-size:.85rem}.Auth-module__KiWZkW__packageGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}@media (max-width:640px){.Auth-module__KiWZkW__packageGrid{grid-template-columns:1fr}}.Auth-module__KiWZkW__packageCard{border:1.5px solid var(--gray-200);cursor:pointer;text-align:center;background:var(--white);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Auth-module__KiWZkW__packageCard:hover{border-color:var(--gray-300);background:var(--gray-50);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.Auth-module__KiWZkW__packageCardActive{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue), 0 4px 12px #6366f126;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%)}.Auth-module__KiWZkW__packageCardActive:hover{box-shadow:0 0 0 1px var(--blue), 0 6px 16px #6366f133;transform:translateY(-2px)}.Auth-module__KiWZkW__packageName{color:var(--gray-900);font-size:.9rem;font-weight:600}.Auth-module__KiWZkW__packagePrice{color:var(--gray-600);font-size:.85rem;font-weight:500}.Auth-module__KiWZkW__packageCardActive .Auth-module__KiWZkW__packageName{color:var(--blue);font-weight:700}.Auth-module__KiWZkW__packageCardActive .Auth-module__KiWZkW__packagePrice{color:var(--blue);font-weight:600}.Auth-module__KiWZkW__activeBadge{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #6366f166}.Auth-module__KiWZkW__passwordGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:640px){.Auth-module__KiWZkW__passwordGrid{grid-template-columns:1fr}}.Auth-module__KiWZkW__smsOtpIntro{flex-direction:column;align-items:center;gap:.65rem;margin-bottom:.75rem;display:flex}.Auth-module__KiWZkW__smsOtpIntro .Auth-module__KiWZkW__title{margin:0}.Auth-module__KiWZkW__smsOtpIconWrap{width:3rem;height:3rem;color:var(--blue);background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border:1px solid #c7d2fe;border-radius:12px;justify-content:center;align-items:center;display:flex}.Auth-module__KiWZkW__smsPhoneHint{color:var(--gray-600);text-align:center;width:100%;max-width:20rem;margin:0 auto .25rem;font-size:.8125rem;line-height:1.45}.Auth-module__KiWZkW__smsPhoneHint strong{color:var(--gray-900);letter-spacing:.04em;font-weight:700}.Auth-module__KiWZkW__smsOtpSubtitle{margin-top:0;margin-bottom:.75rem}.Auth-module__KiWZkW__otpWrap{flex-direction:column;align-items:center;gap:.65rem;width:100%;margin-bottom:.25rem;display:flex}.Auth-module__KiWZkW__otpLabel{text-align:center;text-transform:uppercase;letter-spacing:.06em;width:100%;color:var(--gray-500);font-size:.75rem;font-weight:600;line-height:1.2;display:block}.Auth-module__KiWZkW__otpRow{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}@media (min-width:400px){.Auth-module__KiWZkW__otpRow{gap:.65rem}}.Auth-module__KiWZkW__otpCell{box-sizing:border-box;appearance:none;border:1.5px solid var(--gray-200);background:var(--gray-50);width:2.75rem;min-width:2.75rem;height:3.25rem;color:var(--gray-900);font-variant-numeric:tabular-nums;text-align:center;caret-color:var(--blue);border-radius:12px;outline:none;margin:0;padding:0;font-family:inherit;font-size:1.35rem;font-weight:700;line-height:calc(3.25rem - 3px);transition:border-color .15s,box-shadow .15s,background .15s;display:block}@media (min-width:400px){.Auth-module__KiWZkW__otpCell{width:3rem;min-width:3rem;height:3.5rem;font-size:1.5rem;line-height:calc(3.5rem - 3px)}}.Auth-module__KiWZkW__otpCell:hover{border-color:var(--gray-300);background:var(--white)}.Auth-module__KiWZkW__otpCell:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px #6366f11f}.Auth-module__KiWZkW__otpCellFilled{background:var(--white);border-color:var(--gray-300)}.Auth-module__KiWZkW__otpCellError{background:#fffbeb;border-color:#ef4444}.Auth-module__KiWZkW__otpCellError:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441f}.Auth-module__KiWZkW__smsOtpActions{flex-direction:column;gap:.65rem;margin-top:.25rem;display:flex}.Auth-module__KiWZkW__smsOtpFooter{text-align:center;margin-top:1.25rem}.Auth-module__KiWZkW__registerOtpInline{width:100%;padding-top:.25rem}
.WizardLayout-module__5Az0tG__wrapper{flex-direction:column;max-width:560px;min-height:100%;margin:0 auto;padding:1rem 1rem 5rem;display:flex}.WizardLayout-module__5Az0tG__header{flex-shrink:0;margin-bottom:1.5rem}.WizardLayout-module__5Az0tG__title{color:#0f172a;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.WizardLayout-module__5Az0tG__progress{flex-wrap:wrap;align-items:center;gap:0;display:flex}.WizardLayout-module__5Az0tG__step,.WizardLayout-module__5Az0tG__stepActive{align-items:center;gap:.35rem;display:flex}.WizardLayout-module__5Az0tG__stepNum{border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.WizardLayout-module__5Az0tG__step .WizardLayout-module__5Az0tG__stepNum{color:#64748b;background:#e2e8f0}.WizardLayout-module__5Az0tG__stepActive .WizardLayout-module__5Az0tG__stepNum{color:#fff;background:#4f46e5}.WizardLayout-module__5Az0tG__stepLabel{color:#64748b;font-size:.8125rem}.WizardLayout-module__5Az0tG__stepActive .WizardLayout-module__5Az0tG__stepLabel{color:#334155;font-weight:500}.WizardLayout-module__5Az0tG__stepLine{background:#e2e8f0;width:1.5rem;height:2px;margin:0 .15rem}.WizardLayout-module__5Az0tG__content{flex:1;padding:.5rem 0}.WizardLayout-module__5Az0tG__footer{border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;gap:.75rem;margin-top:1rem;margin-bottom:.5rem;padding-top:1.25rem;display:flex}.WizardLayout-module__5Az0tG__footerBtn{align-items:center;gap:.35rem;display:inline-flex}.WizardLayout-module__5Az0tG__field{margin-bottom:1rem}.WizardLayout-module__5Az0tG__label,.WizardLayout-module__5Az0tG__fieldLabel{color:#09090b;margin-bottom:.35rem;font-size:.875rem;font-weight:600;display:block}.WizardLayout-module__5Az0tG__fieldHint{color:#64748b;margin-top:.25rem;font-size:.75rem}.WizardLayout-module__5Az0tG__link{color:#4f46e5;font-weight:500;text-decoration:underline}.WizardLayout-module__5Az0tG__link:hover{color:#4338ca}.WizardLayout-module__5Az0tG__summaryRow{border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:.5rem 0;font-size:.875rem;display:flex}.WizardLayout-module__5Az0tG__summaryRow:last-child{border-bottom:none}.WizardLayout-module__5Az0tG__summaryLabel{color:#64748b}.WizardLayout-module__5Az0tG__summaryValue{color:#0f172a;font-weight:500}.WizardLayout-module__5Az0tG__selectedListPanel{border-top:1px solid #e2e8f0;margin-top:.75rem;padding-top:.75rem}.WizardLayout-module__5Az0tG__selectedListPanelHeader{color:#0f172a;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.WizardLayout-module__5Az0tG__selectedListPanelHeader span{color:#4f46e5;background:#eef2ff;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.WizardLayout-module__5Az0tG__selectedList{flex-direction:column;gap:.5rem;max-height:200px;display:flex;overflow-y:auto}.WizardLayout-module__5Az0tG__selectedItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .75rem;display:flex}.WizardLayout-module__5Az0tG__selectedItemName{color:#0f172a;flex:1;min-width:0;font-size:.875rem;font-weight:500;line-height:1.25}.WizardLayout-module__5Az0tG__selectedItemControls{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.WizardLayout-module__5Az0tG__selectedItemQty{text-align:center;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:56px;height:36px;padding:0 .5rem;font-size:.875rem;font-weight:500}.WizardLayout-module__5Az0tG__selectedItemQty:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 2px #6366f126}.WizardLayout-module__5Az0tG__selectedItemUnit{color:#64748b;min-width:2.5rem;font-size:.75rem}.WizardLayout-module__5Az0tG__selectedItemBadge{color:#64748b;background:#f1f5f9;border-radius:8px;padding:.2rem .5rem;font-size:.75rem}.WizardLayout-module__5Az0tG__selectedItemRemoveBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:inline-flex}.WizardLayout-module__5Az0tG__selectedItemRemoveBtn:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}@media (max-width:768px){.WizardLayout-module__5Az0tG__wrapper{min-height:auto;padding-bottom:1.5rem}.WizardLayout-module__5Az0tG__stepLabel{display:none}.WizardLayout-module__5Az0tG__stepLine{width:.75rem}}
.ErrorModal-module__6_rMXG__body{-webkit-font-smoothing:antialiased;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;display:flex}.ErrorModal-module__6_rMXG__iconDanger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex;box-shadow:0 8px 24px #ef444440}.ErrorModal-module__6_rMXG__iconUpgrade{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:14px;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex;box-shadow:0 4px 14px #6366f14d}.ErrorModal-module__6_rMXG__message{color:#52525b;text-align:center;margin:0;font-size:1rem;line-height:1.6}.ErrorModal-module__6_rMXG__btnDanger{color:#ef4444;cursor:pointer;background:#fff;border:1.5px solid #ef4444;border-radius:12px;width:100%;height:2.75rem;font-family:inherit;font-size:.9375rem;font-weight:700;transition:background .15s}.ErrorModal-module__6_rMXG__btnDanger:hover{background:#fee2e2}.ErrorModal-module__6_rMXG__btnUpgrade{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:12px;width:100%;min-height:2.75rem;padding:.65rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:box-shadow .2s,transform .15s;box-shadow:0 2px 10px #6366f147}.ErrorModal-module__6_rMXG__btnUpgrade:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6366f161}.ErrorModal-module__6_rMXG__btnUpgrade:active{transform:translateY(0)}
.OnboardingLeftPanel-module__BKgzLa__panel{color:#fff;background-color:#111827;flex-direction:column;width:100%;height:100%;min-height:0;padding:clamp(1.5rem,3vw,3rem);display:flex;position:relative;overflow:hidden}.OnboardingLeftPanel-module__BKgzLa__panel:before{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#6366f166 0%,#11182700 70%);width:80%;height:80%;position:absolute;top:-20%;right:-20%}.OnboardingLeftPanel-module__BKgzLa__panel:after{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#ec489933 0%,#11182700 70%);width:60%;height:60%;position:absolute;bottom:-10%;left:-10%}.OnboardingLeftPanel-module__BKgzLa__brandLogo{z-index:10;letter-spacing:-.025em;flex-shrink:0;align-items:center;gap:0;font-size:1.5rem;font-weight:800;display:flex;position:relative}.OnboardingLeftPanel-module__BKgzLa__welcomeLine{z-index:10;color:#94a3b8;margin:.35rem 0 0;font-size:.875rem;font-weight:500;position:relative}.OnboardingLeftPanel-module__BKgzLa__carouselSection{z-index:10;flex-direction:column;flex:1;justify-content:center;min-height:min(460px,52vh);margin-left:-.35rem;margin-right:-.35rem;padding:.35rem 0 .5rem;display:flex;position:relative}.OnboardingLeftPanel-module__BKgzLa__carouselViewport{touch-action:pan-y pinch-zoom;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;min-height:min(440px,52vh);position:relative;overflow:hidden}.OnboardingLeftPanel-module__BKgzLa__viewportGrabbing{cursor:grabbing}.OnboardingLeftPanel-module__BKgzLa__carouselTrack{will-change:transform;flex-direction:row;align-items:stretch;gap:16px;width:max-content;display:flex}.OnboardingLeftPanel-module__BKgzLa__slideCell{z-index:0;will-change:opacity, transform;flex-shrink:0;justify-content:center;align-items:stretch;min-height:360px;display:flex}.OnboardingLeftPanel-module__BKgzLa__slideCellActive{z-index:1}.OnboardingLeftPanel-module__BKgzLa__slideCard{box-sizing:border-box;background:#fff;border:1px solid #0f172a0f;border-radius:28px;flex-direction:column;align-items:stretch;width:100%;height:100%;min-height:360px;max-height:360px;padding:clamp(20px,3vh,32px) clamp(18px,2.5vw,28px);display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}.OnboardingLeftPanel-module__BKgzLa__slideTitle{color:#363636;letter-spacing:-.025em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:clamp(1.05rem,1.8vw,1.28rem);font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.OnboardingLeftPanel-module__BKgzLa__slideSubtitle{color:#737373;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-shrink:0;margin:0 0 10px;font-size:.8125rem;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.OnboardingLeftPanel-module__BKgzLa__slideBodyGrow{flex-direction:column;flex:1;gap:.55rem;min-height:0;display:flex}.OnboardingLeftPanel-module__BKgzLa__mockStage{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;min-height:108px;max-height:108px;padding:.65rem;display:flex}.OnboardingLeftPanel-module__BKgzLa__mockStageTint0{background:#ecfdf5}.OnboardingLeftPanel-module__BKgzLa__mockStageTint1{background:#eef2ff}.OnboardingLeftPanel-module__BKgzLa__mockStageTint2{background:#fff7ed}.OnboardingLeftPanel-module__BKgzLa__mockHeroBadge{background:#fff;border-radius:18px;justify-content:center;align-items:center;width:68px;height:68px;display:flex;box-shadow:0 8px 20px #0f172a14}.OnboardingLeftPanel-module__BKgzLa__mockHeroIcon{color:#4f46e5}.OnboardingLeftPanel-module__BKgzLa__mockListing{background:#fafafa;border:1px solid #ececec;border-radius:12px;flex-shrink:0;min-height:0;padding:8px 10px}.OnboardingLeftPanel-module__BKgzLa__mockListingTop{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.OnboardingLeftPanel-module__BKgzLa__mockListingTitleLine{align-items:center;gap:8px;min-width:0;display:flex}.OnboardingLeftPanel-module__BKgzLa__mockListingTextCol{min-width:0}.OnboardingLeftPanel-module__BKgzLa__mockMiniThumb{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:8px;flex-shrink:0;width:32px;height:32px}.OnboardingLeftPanel-module__BKgzLa__mockListingName{color:#363636;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.75rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.OnboardingLeftPanel-module__BKgzLa__mockListingHint{color:#9ca3af;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:1px;font-size:.625rem;display:-webkit-box;overflow:hidden}.OnboardingLeftPanel-module__BKgzLa__mockListingMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.OnboardingLeftPanel-module__BKgzLa__mockStars{letter-spacing:.06em;color:#22c55e;font-size:.65rem}.OnboardingLeftPanel-module__BKgzLa__mockStat{color:#a1a1aa;font-size:.625rem;font-weight:600}.OnboardingLeftPanel-module__BKgzLa__mockListingBar{border-top:1px solid #eee;justify-content:space-between;align-items:center;gap:6px;padding-top:6px;display:flex}.OnboardingLeftPanel-module__BKgzLa__mockPrice{color:#363636;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.6875rem;font-weight:700;overflow:hidden}.OnboardingLeftPanel-module__BKgzLa__mockCtaChip{color:#fff;background:#6366f1;border-radius:999px;flex-shrink:0;padding:5px 10px;font-size:.6875rem;font-weight:700}.OnboardingLeftPanel-module__BKgzLa__dotRow{justify-content:center;align-items:center;gap:.45rem;margin-top:1rem;display:flex}.OnboardingLeftPanel-module__BKgzLa__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:999px;width:7px;height:7px;padding:0;transition:width .28s,background .28s,transform .2s}.OnboardingLeftPanel-module__BKgzLa__dot:hover{background:#ffffff7a;transform:scale(1.1)}.OnboardingLeftPanel-module__BKgzLa__dotActive{background:#fff;width:1.35rem;height:7px}.OnboardingLeftPanel-module__BKgzLa__footer{z-index:10;flex-shrink:0;padding-top:.5rem;position:relative}.OnboardingLeftPanel-module__BKgzLa__socialRow{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.OnboardingLeftPanel-module__BKgzLa__starLine{letter-spacing:.12em;color:#fbbf24;font-size:.75rem}.OnboardingLeftPanel-module__BKgzLa__socialText{color:#cbd5e1;font-size:.8125rem;font-weight:500}.OnboardingLeftPanel-module__BKgzLa__quoteShort{color:#e2e8f0;margin-bottom:.35rem;font-size:1rem;font-weight:600;line-height:1.45}.OnboardingLeftPanel-module__BKgzLa__quoteAuthor{color:#94a3b8;font-size:.8125rem;font-weight:500}@media (max-width:1280px){.OnboardingLeftPanel-module__BKgzLa__carouselSection{margin-left:0;margin-right:0}}@media (max-height:760px){.OnboardingLeftPanel-module__BKgzLa__slideCard{min-height:320px;max-height:320px;padding:clamp(16px,2.6vh,24px) clamp(14px,2.2vw,22px)}.OnboardingLeftPanel-module__BKgzLa__slideCell{min-height:320px}.OnboardingLeftPanel-module__BKgzLa__mockStage{min-height:92px;max-height:92px}.OnboardingLeftPanel-module__BKgzLa__carouselViewport{min-height:min(380px,48vh)}.OnboardingLeftPanel-module__BKgzLa__carouselSection{min-height:min(400px,48vh)}}
