.ConfirmModal-module__T4UW1a__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out ConfirmModal-module__T4UW1a__fadeIn;display:flex;position:fixed;inset:0}.ConfirmModal-module__T4UW1a__modal{text-align:center;background-color:#fff;border-radius:20px;width:90%;max-width:400px;padding:2rem;animation:.2s ease-out forwards ConfirmModal-module__T4UW1a__scaleIn;box-shadow:0 25px 50px -12px #00000040}.ConfirmModal-module__T4UW1a__iconWrap{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:3rem;display:flex}.ConfirmModal-module__T4UW1a__iconWrap.ConfirmModal-module__T4UW1a__danger{background:#fee2e2}.ConfirmModal-module__T4UW1a__iconWrap.ConfirmModal-module__T4UW1a__info{background:#e0f2fe}.ConfirmModal-module__T4UW1a__title{color:#1e293b;margin-top:0;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.ConfirmModal-module__T4UW1a__message{color:#64748b;margin-bottom:2rem;font-size:1rem;line-height:1.6}.ConfirmModal-module__T4UW1a__actions{justify-content:center;gap:1rem;display:flex}.ConfirmModal-module__T4UW1a__btnCancel{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:12px;flex:1;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.ConfirmModal-module__T4UW1a__btnCancel:hover{background-color:#f8fafc}.ConfirmModal-module__T4UW1a__btnConfirm{color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.ConfirmModal-module__T4UW1a__btnConfirm:hover{transform:translateY(-1px)}.ConfirmModal-module__T4UW1a__btnConfirm.ConfirmModal-module__T4UW1a__danger{background-color:#ef4444;box-shadow:0 4px 12px #ef44444d}.ConfirmModal-module__T4UW1a__btnConfirm.ConfirmModal-module__T4UW1a__info{background-color:#0061ff;box-shadow:0 4px 12px #0061ff4d}@keyframes ConfirmModal-module__T4UW1a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmModal-module__T4UW1a__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.Loading-module__Ga0QXG__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100%;min-height:300px;display:flex}.Loading-module__Ga0QXG__wrapper.Loading-module__Ga0QXG__fullScreen{height:100vh;min-height:100vh}.Loading-module__Ga0QXG__techLoader{border:4px solid #0000;border-top-color:#0061ff;border-radius:50%;width:100px;height:100px;animation:1.2s linear infinite Loading-module__Ga0QXG__spin;position:relative;box-shadow:0 0 35px #0061ff40}.Loading-module__Ga0QXG__techLoader:before{content:"";border:4px solid #0000;border-top-color:#00c6ff;border-radius:50%;animation:2s linear infinite reverse Loading-module__Ga0QXG__spin;position:absolute;inset:10px}.Loading-module__Ga0QXG__techLoader:after{content:"";border:4px solid #0000;border-top-color:#94a3b8;border-radius:50%;animation:1.5s linear infinite Loading-module__Ga0QXG__spin;position:absolute;inset:24px}.Loading-module__Ga0QXG__loadingText{color:#334155;letter-spacing:1.5px;font-size:1.2rem;font-weight:600;animation:1.5s ease-in-out infinite Loading-module__Ga0QXG__pulse}@keyframes Loading-module__Ga0QXG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Loading-module__Ga0QXG__pulse{0%,to{opacity:.5;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}
.components-module__tsNEJq__breadcrumbsWrapper{align-items:center;display:flex}.components-module__tsNEJq__breadcrumbItem{color:#94a3b8;align-items:center;font-size:.95rem;display:flex}.components-module__tsNEJq__breadcrumbSeparator{color:#64748b;margin:0 .6rem}.components-module__tsNEJq__breadcrumbCurrent{color:#f8fafc;letter-spacing:.3px;font-weight:600}.components-module__tsNEJq__breadcrumbLink{color:#cbd5e1;text-decoration:none;transition:all .2s}.components-module__tsNEJq__breadcrumbLink:hover{color:#38bdf8;text-shadow:0 0 8px #38bdf866}.components-module__tsNEJq__headerSearch{flex:1;max-width:550px;margin:0 1rem}.components-module__tsNEJq__notifWrapper{margin-right:1.5rem;position:relative}.components-module__tsNEJq__moreMenuWrapper{display:none;position:relative}.components-module__tsNEJq__moreMenuBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .15s;display:flex}.components-module__tsNEJq__moreMenuBtn:hover{background:#ffffff1a}.components-module__tsNEJq__moreMenuDropdown{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:180px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000002e}.components-module__tsNEJq__moreMenuItem{color:#1e293b;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .1s;display:flex}.components-module__tsNEJq__moreMenuItem:hover{background:#f1f5f9}@media (max-width:768px){.components-module__tsNEJq__moreMenuWrapper{display:block}.components-module__tsNEJq__notifWrapper{margin-right:0}}.components-module__tsNEJq__headerSearchDesktop{display:flex}.components-module__tsNEJq__searchIconBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .15s;display:none}.components-module__tsNEJq__searchIconBtn:hover{background:#ffffff1a}.components-module__tsNEJq__mobileSearchOverlay{z-index:10;background:#0f172a;align-items:center;gap:.5rem;padding:0 .5rem;display:none;position:absolute;inset:0}.components-module__tsNEJq__mobileSearchBack{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:6px;display:flex}.components-module__tsNEJq__mobileSearchInput{flex:1;min-width:0}@media (max-width:768px){.components-module__tsNEJq__headerSearchDesktop{display:none!important}.components-module__tsNEJq__searchIconBtn,.components-module__tsNEJq__mobileSearchOverlay{display:flex}}.components-module__tsNEJq__searchForm{gap:.5rem;width:100%;display:flex;position:relative}.components-module__tsNEJq__searchIcon{color:#94a3b8;pointer-events:none;font-size:1.2rem;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}.components-module__tsNEJq__searchIconHeader{color:#cbd5e1;font-size:1rem;left:1.2rem}.components-module__tsNEJq__searchInput{color:#334155;background-color:#fff;border:2px solid #e2e8f0;border-radius:99px;outline:none;width:100%;padding:1.2rem 4.5rem 1.2rem 3.5rem;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.components-module__tsNEJq__searchInput:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.components-module__tsNEJq__searchInputHeader{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f8fafc;background-color:#ffffff1a;border:1px solid #ffffff26;padding:.6rem 3.5rem .6rem 2.8rem;font-size:.95rem;box-shadow:0 4px 6px #0000000d}.components-module__tsNEJq__searchInputHeader:focus{background-color:#0003;border-color:#ffffff4d;box-shadow:0 0 0 4px #ffffff0d}.components-module__tsNEJq__searchInputHeader::placeholder{color:#cbd5e1}.components-module__tsNEJq__searchButton{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#0061ff 0%,#00c6ff 100%);border:none;border-radius:99px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;position:absolute;top:50%;right:.5rem;transform:translateY(-50%);box-shadow:0 4px 10px #0061ff33}.components-module__tsNEJq__searchButton:hover{transform:translateY(-50%)scale(1.05);box-shadow:0 6px 15px #0061ff4d}.components-module__tsNEJq__searchButton:active{transform:translateY(-50%)scale(.98)}.components-module__tsNEJq__searchButtonHeader{box-shadow:none;padding:.4rem 1rem;font-size:.85rem}.components-module__tsNEJq__searchButtonClear{background:linear-gradient(135deg,#ef4444 0%,#f87171 100%);box-shadow:0 4px 10px #ef444433}.components-module__tsNEJq__searchInputWrapper{align-items:center;width:100%;display:flex;position:relative}.components-module__tsNEJq__searchInputWithSelector{padding-left:8rem!important}.components-module__tsNEJq__fieldSelector{z-index:2;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0}.components-module__tsNEJq__fieldSelectorBtn{cursor:pointer;color:#ffffffd9;white-space:nowrap;background:0 0;border:none;border-radius:99px 0 0 99px;align-items:center;gap:.35rem;height:100%;padding:0 .85rem 0 1rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:color .15s;display:flex}.components-module__tsNEJq__fieldSelectorBtn:hover{color:#fff}.components-module__tsNEJq__fieldSelectorLabel{letter-spacing:.2px}.components-module__tsNEJq__fieldDivider{pointer-events:none;background:#fff3;flex-shrink:0;width:1px;height:55%;position:absolute;left:7.5rem}.components-module__tsNEJq__fieldDropdown{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:140px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 8px 30px #0000002e}.components-module__tsNEJq__fieldDropdownItem{cursor:pointer;color:#334155;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.65rem 1rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .1s;display:flex}.components-module__tsNEJq__fieldDropdownItem:hover{background:#f1f5f9}.components-module__tsNEJq__fieldDropdownItemActive{color:#2563eb;background:#eff6ff;font-weight:700}.components-module__tsNEJq__fieldDropdownItemActive:hover{background:#dbeafe}.components-module__tsNEJq__logoutButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#f87171 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 6px #ef444440}.components-module__tsNEJq__logoutButton:hover{transform:translateY(-2px);box-shadow:0 6px 12px #ef44444d}.components-module__tsNEJq__logoutButton:active{transform:translateY(0)}.components-module__tsNEJq__headerLogoutBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;padding:.5rem 1rem;font-size:.85rem;box-shadow:0 2px 4px #0000001a}.components-module__tsNEJq__headerLogoutBtn:hover{background:#ef4444;border-color:#ef4444}.components-module__tsNEJq__sidebarLogoutWrapper{border-top:1px solid #e2e8f0;padding:1.5rem}.components-module__tsNEJq__sidebarLogoutBtn{width:100%}.components-module__tsNEJq__menuIcon{justify-content:center;align-items:center;margin-right:12px;font-size:1.2rem;display:inline-flex}.components-module__tsNEJq__tableContainer{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;overflow-x:auto}.components-module__tsNEJq__table{border-collapse:collapse;text-align:left;width:100%}.components-module__tsNEJq__th{color:#475569;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:1.2rem 1.5rem;font-size:.85rem;font-weight:700;overflow:hidden}.components-module__tsNEJq__td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;font-size:.95rem;transition:background-color .2s;overflow:hidden}.components-module__tsNEJq__tr:hover .components-module__tsNEJq__td{background-color:#f8fafc}.components-module__tsNEJq__tr:last-child .components-module__tsNEJq__td{border-bottom:none}@keyframes components-module__tsNEJq__shake{0%,to{transform:rotate(0)}10%,30%,50%,70%,90%{transform:rotate(-10deg)}20%,40%,60%,80%{transform:rotate(10deg)}}.components-module__tsNEJq__animShake{animation:.82s cubic-bezier(.36,.07,.19,.97) both components-module__tsNEJq__shake}.components-module__tsNEJq__dropdownNotification{z-index:1000;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;width:350px;animation:.2s ease-out components-module__tsNEJq__fadeInDropdown;position:absolute;top:120%;right:-10px;overflow:hidden;box-shadow:0 10px 25px -5px #0003,0 8px 10px -6px #0000001a}@keyframes components-module__tsNEJq__fadeInDropdown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.components-module__tsNEJq__dropdownNotification{width:auto!important;max-width:none!important;position:fixed!important;top:60px!important;left:10px!important;right:10px!important}}@media (max-width:640px){.components-module__tsNEJq__searchInputWithSelector{font-size:.88rem;padding-left:5.5rem!important}.components-module__tsNEJq__searchInputHeader{border-radius:10px;padding:.55rem 4rem .55rem 1rem;font-size:.88rem}.components-module__tsNEJq__searchButtonHeader{border-radius:8px;padding:.38rem .75rem;font-size:.78rem}.components-module__tsNEJq__fieldSelectorBtn{gap:.2rem;padding:0 .5rem 0 .6rem;font-size:.75rem}.components-module__tsNEJq__fieldDivider{left:5rem}.components-module__tsNEJq__tableContainer{border-radius:0}}
.GlobalReminder-module__M7unoG__reminderContainer{-ms-overflow-style:none;scrollbar-width:none}.GlobalReminder-module__M7unoG__reminderContainer::-webkit-scrollbar{display:none}
.dashboard-module__Gx_nyq__container{min-height:calc(100vh - 64px);margin-top:64px;font-family:Segoe UI,sans-serif;display:flex}.dashboard-module__Gx_nyq__header{z-index:1000;color:#f1f5f9;background:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0000001a}.dashboard-module__Gx_nyq__sidebar{color:#cbd5e1;z-index:900;background:#0f172a;border-right:1px solid #1e293b;flex-direction:column;width:280px;height:calc(100vh - 64px);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:64px;left:0;box-shadow:4px 0 24px #0000001a}.dashboard-module__Gx_nyq__logo{display:none}.dashboard-module__Gx_nyq__headerLogo{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;letter-spacing:-.025em;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.5rem;margin-left:1rem;font-size:1.5rem;font-weight:800;display:flex}.dashboard-module__Gx_nyq__menu{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1rem;display:flex}.dashboard-module__Gx_nyq__menuItem{color:#94a3b8;border-radius:12px;align-items:center;padding:.875rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.dashboard-module__Gx_nyq__menuItem:hover{color:#fff;background:linear-gradient(90deg,#38bdf826,#0000);transform:translate(6px);box-shadow:-3px 0 #38bdf8}.dashboard-module__Gx_nyq__active{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-left:none;box-shadow:0 4px 12px #2563eb4d}.dashboard-module__Gx_nyq__desktopOnly{display:flex}@media (max-width:768px){.dashboard-module__Gx_nyq__desktopOnly{display:none!important}}.dashboard-module__Gx_nyq__breadcrumbsContainer{display:block}@media (max-width:768px){.dashboard-module__Gx_nyq__breadcrumbsContainer{display:none}}.dashboard-module__Gx_nyq__headerTopRow{flex:1;justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard-module__Gx_nyq__headerLeft{align-items:center;display:flex}.dashboard-module__Gx_nyq__mainContent{background:#f1f5f9;flex-direction:column;flex:1;min-width:0;min-height:100vh;margin-left:280px;transition:margin-left .3s;display:flex;overflow-x:hidden}.dashboard-module__Gx_nyq__mainFooter{text-align:center;color:#94a3b8;background:#0f172a;border-top:1px solid #1e293b;flex-direction:column;gap:.5rem;margin-top:auto;padding:2rem 1.5rem;font-size:.9rem;display:flex;position:relative}.dashboard-module__Gx_nyq__mainFooter:before{content:"";background:linear-gradient(90deg,#0000,#3b82f6,#0000);height:1px;position:absolute;top:0;left:0;right:0}.dashboard-module__Gx_nyq__toggleBtn{cursor:pointer;color:#f1f5f9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;padding:.6rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 5px #0000001a}.dashboard-module__Gx_nyq__toggleBtn:hover{color:#38bdf8;background:#ffffff26;border-color:#38bdf84d;transform:scale(1.1);box-shadow:0 0 15px #38bdf866}.dashboard-module__Gx_nyq__sidebar.dashboard-module__Gx_nyq__closed{transform:translate(-100%)}.dashboard-module__Gx_nyq__mainContent.dashboard-module__Gx_nyq__expanded{margin-left:0}@media (max-width:768px){.dashboard-module__Gx_nyq__container{min-height:calc(100vh - 56px);margin-top:56px}.dashboard-module__Gx_nyq__mainContent{margin-left:0!important}.dashboard-module__Gx_nyq__sidebar{z-index:950;height:calc(100vh - 56px);top:56px}.dashboard-module__Gx_nyq__overlay{top:56px}.dashboard-module__Gx_nyq__header{flex-direction:row;align-items:center;height:56px;padding:0 .75rem}.dashboard-module__Gx_nyq__headerTopRow{justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard-module__Gx_nyq__headerLeft{align-items:center;gap:0;display:flex}.dashboard-module__Gx_nyq__headerLogo{margin-left:.5rem;font-size:1.05rem}.dashboard-module__Gx_nyq__headerRight{align-items:center;gap:.25rem;display:flex}.dashboard-module__Gx_nyq__userInfo{display:none}.dashboard-module__Gx_nyq__techHideMobile{display:none!important}.dashboard-module__Gx_nyq__statGrid,.dashboard-module__Gx_nyq__statGridMobileHide{display:none}.dashboard-module__Gx_nyq__statCardCombined{background:#e2e8f0;border-radius:16px;grid-template-columns:1fr 1fr;gap:1px;margin-bottom:1.25rem;display:grid;overflow:hidden;box-shadow:0 2px 8px #00000012}.dashboard-module__Gx_nyq__statCombinedItem{background:#fff;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.dashboard-module__Gx_nyq__statCombinedIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.4rem;display:flex}.dashboard-module__Gx_nyq__statCombinedLabel{color:#64748b;font-size:.72rem;font-weight:500;line-height:1.3}.dashboard-module__Gx_nyq__statCombinedValue{color:#0f172a;font-size:1.5rem;font-weight:800;line-height:1}.dashboard-module__Gx_nyq__listItemMobileCompact{gap:.5rem!important;padding:.75rem 1rem!important}.dashboard-module__Gx_nyq__chartGrid{margin-bottom:1rem}.dashboard-module__Gx_nyq__dashboardGrid{grid-template-columns:1fr!important}.dashboard-module__Gx_nyq__listCard{border-radius:12px;height:auto!important;min-height:0!important}.dashboard-module__Gx_nyq__listScrollable{max-height:520px!important;overflow-y:auto!important}.dashboard-module__Gx_nyq__listItem{padding:.55rem .75rem!important}.dashboard-module__Gx_nyq__listCardTitle{padding:.65rem .875rem!important;font-size:.9rem!important}.dashboard-module__Gx_nyq__updateCardHeader{gap:.5rem!important;padding:.65rem .875rem!important}.dashboard-module__Gx_nyq__updateCardIcon{font-size:1.3rem!important}.dashboard-module__Gx_nyq__updateCardTitle{font-size:.9rem!important}.dashboard-module__Gx_nyq__updateCardSubtitle{display:none!important}.dashboard-module__Gx_nyq__updateListScrollable{max-height:520px!important;padding:.4rem!important;overflow-y:auto!important}.dashboard-module__Gx_nyq__pageContainer{padding:1rem .75rem}.dashboard-module__Gx_nyq__pageHeader{gap:.75rem;margin-bottom:1.25rem}.dashboard-module__Gx_nyq__pageTitle{font-size:1.3rem}.dashboard-module__Gx_nyq__headerActions{flex-wrap:wrap;gap:.5rem;width:100%}.dashboard-module__Gx_nyq__dateDisplay{text-align:center;flex:1;padding:.5rem .75rem;font-size:.78rem}.dashboard-module__Gx_nyq__primaryButton{padding:.55rem 1rem;font-size:.85rem}.dashboard-module__Gx_nyq__statCard{border-radius:14px;padding:1.25rem}.dashboard-module__Gx_nyq__statValue{font-size:1.75rem}.dashboard-module__Gx_nyq__statIcon{border-radius:12px;width:48px;height:48px;font-size:1.5rem}.dashboard-module__Gx_nyq__revenueCard{border-radius:14px;padding:1.5rem 1.25rem}}@keyframes dashboard-module__Gx_nyq__fadeIn{0%{opacity:0}to{opacity:1}}.dashboard-module__Gx_nyq__overlay{z-index:800;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;animation:.2s ease-out dashboard-module__Gx_nyq__fadeIn;position:fixed;inset:64px 0 0}.dashboard-module__Gx_nyq__headerRight{align-items:center;gap:1.5rem;display:flex}.dashboard-module__Gx_nyq__userInfo{flex-direction:column;align-items:flex-end;line-height:1.3;display:flex}.dashboard-module__Gx_nyq__userName{color:#f8fafc;font-size:.95rem;font-weight:600}.dashboard-module__Gx_nyq__userRole{color:#94a3b8;background:#ffffff1a;border-radius:99px;padding:.1rem .6rem;font-size:.75rem}.dashboard-module__Gx_nyq__dashboardGrid{grid-template-columns:1fr;gap:1.5rem;max-width:100%;display:grid}@media (min-width:1024px){.dashboard-module__Gx_nyq__dashboardGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (min-width:1400px){.dashboard-module__Gx_nyq__dashboardGrid{grid-template-columns:repeat(3,1fr)}}.dashboard-module__Gx_nyq__fullWidthCard{grid-column:1/-1}.dashboard-module__Gx_nyq__tableCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d}.dashboard-module__Gx_nyq__cardTitle{color:#1e293b;border-bottom:1px solid #f1f5f9;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.8rem;font-size:1.2rem;font-weight:700;display:flex}.dashboard-module__Gx_nyq__tableWrapper{width:100%;overflow-x:auto}.dashboard-module__Gx_nyq__pageContainer{max-width:1600px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dashboard-module__Gx_nyq__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.dashboard-module__Gx_nyq__pageTitle{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:1.8rem;font-weight:800}.dashboard-module__Gx_nyq__pageSubtitle{color:#64748b;margin:.4rem 0 0;font-size:.95rem}.dashboard-module__Gx_nyq__pageSubtitle span{color:#334155;font-weight:600}.dashboard-module__Gx_nyq__headerActions{align-items:center;gap:1rem;display:flex}.dashboard-module__Gx_nyq__dateDisplay{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.7rem 1.2rem;font-size:.9rem;font-weight:600;box-shadow:0 2px 4px #00000005}.dashboard-module__Gx_nyq__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 10px #2563eb33}.dashboard-module__Gx_nyq__primaryButton:hover{transform:translateY(-2px);box-shadow:0 6px 15px #2563eb4d}.dashboard-module__Gx_nyq__plusIcon{font-size:1.2rem;line-height:1}.dashboard-module__Gx_nyq__statGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-module__Gx_nyq__statCard{color:#fff;border:none;border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .2s;display:flex;box-shadow:0 4px 10px #0000000d}.dashboard-module__Gx_nyq__statCard:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.dashboard-module__Gx_nyq__bgBlue{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.dashboard-module__Gx_nyq__bgPurple{background:linear-gradient(135deg,#a855f7 0%,#7e22ce 100%)}.dashboard-module__Gx_nyq__bgOrange{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.dashboard-module__Gx_nyq__bgGreen{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.dashboard-module__Gx_nyq__statInfo{flex:1}.dashboard-module__Gx_nyq__statLabel{color:#ffffffd9;margin-bottom:.2rem;font-size:.95rem;font-weight:600}.dashboard-module__Gx_nyq__statValue{color:#fff;text-shadow:0 2px 4px #0000001a;font-size:2.2rem;font-weight:800;line-height:1.2}.dashboard-module__Gx_nyq__statIcon{background:#fff3;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;transition:transform .3s;display:flex}.dashboard-module__Gx_nyq__statCard:hover .dashboard-module__Gx_nyq__statIcon{transform:scale(1.05)}.dashboard-module__Gx_nyq__chartGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (min-width:1024px){.dashboard-module__Gx_nyq__chartGrid{grid-template-columns:360px 1fr}}.dashboard-module__Gx_nyq__revenueCard{text-align:center;color:#fff;z-index:1;background:linear-gradient(145deg,#0f172a 0%,#1e293b 100%);border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px -5px #0f172a80,inset 0 1px #ffffff1a}.dashboard-module__Gx_nyq__revenueCard:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 100% 0,#10b98126,#0000 60%);position:absolute;inset:0}.dashboard-module__Gx_nyq__revenueCard:after{content:"";z-index:0;background:#000;border-radius:4px;width:60px;height:8px;position:absolute;top:45px;box-shadow:inset 0 2px 4px #000c,0 1px #ffffff1a}.dashboard-module__Gx_nyq__revenueCard:hover{transform:translateY(-6px);box-shadow:0 20px 40px -5px #0f172a99,inset 0 1px #ffffff26}.dashboard-module__Gx_nyq__revenueIcon{color:#34d399;z-index:2;background:linear-gradient(135deg,#10b98133,#0596694d);border:1px solid #10b98133;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:2.8rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px 20px #0003,inset 0 1px #ffffff1a}.dashboard-module__Gx_nyq__revenueCard:hover .dashboard-module__Gx_nyq__revenueIcon{transform:scale(1.05)}.dashboard-module__Gx_nyq__coinAnimation{color:#fffbeb;z-index:1;background:linear-gradient(135deg,#fbbf24,#d97706);border:2px solid #fef3c7;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;font-weight:700;animation:2.5s cubic-bezier(.25,.46,.45,.94) infinite dashboard-module__Gx_nyq__dropCoin;display:flex;position:absolute;top:-40px;left:50%;transform:translate(-50%);box-shadow:0 4px 8px #0000004d,inset 0 2px #fff6}.dashboard-module__Gx_nyq__coinAnimation:before{content:"฿"}@keyframes dashboard-module__Gx_nyq__dropCoin{0%{opacity:0;top:-40px;transform:translate(-50%)scale(.8)rotateY(0)}20%{opacity:1;transform:translate(-50%)scale(1)rotateY(180deg)}40%{opacity:1;top:35px;transform:translate(-50%)scale(1)rotateY(360deg)}45%{opacity:0;top:45px}to{opacity:0;top:45px}}.dashboard-module__Gx_nyq__revenueLabel{color:#cbd5e1;letter-spacing:.5px;z-index:2;margin-bottom:.5rem;font-size:1.05rem;font-weight:600;position:relative}.dashboard-module__Gx_nyq__revenueValue{color:#34d399;text-shadow:0 0 20px #10b98166;z-index:2;letter-spacing:-1px;font-size:3.2rem;font-weight:800;line-height:1;position:relative}.dashboard-module__Gx_nyq__chartCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 4px #00000005}.dashboard-module__Gx_nyq__chartCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.dashboard-module__Gx_nyq__listCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;height:640px;transition:box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 4px #00000005}.dashboard-module__Gx_nyq__listCard:hover{box-shadow:0 8px 20px #0000000a}.dashboard-module__Gx_nyq__listCardTitle{color:#1e293b;background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;gap:.5rem;margin:0;padding:1.2rem 1.5rem;font-size:1.1rem;font-weight:700;display:flex}.dashboard-module__Gx_nyq__listCardTitleWarning{color:#b45309;background:#fffbeb;border-bottom:1px solid #fef3c7}.dashboard-module__Gx_nyq__listScrollable{-ms-overflow-style:none;scrollbar-width:none;flex:1;padding:0;overflow-y:auto}.dashboard-module__Gx_nyq__listScrollable::-webkit-scrollbar{display:none}.dashboard-module__Gx_nyq__listItem{cursor:pointer;color:inherit;border-bottom:1px solid #f1f5f9;border-left:3px solid #0000;padding:.8rem 1.2rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:block}.dashboard-module__Gx_nyq__listItem:hover{background-color:#f8fafc;border-left-color:#3b82f6;transform:translate(4px)}.dashboard-module__Gx_nyq__listItemHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.3rem;display:flex}.dashboard-module__Gx_nyq__listItemTitle{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.4}.dashboard-module__Gx_nyq__listItemTitleHighlight{color:#2563eb}.dashboard-module__Gx_nyq__listItemTime{color:#64748b;white-space:nowrap;background-color:#f1f5f9;border-radius:6px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.dashboard-module__Gx_nyq__listItemSub{color:#64748b;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.85rem;display:flex}.dashboard-module__Gx_nyq__tagInfo{color:#2563eb;background-color:#eff6ff;border-radius:6px;padding:2px 8px;font-size:.8rem;font-weight:600}.dashboard-module__Gx_nyq__tagTech{color:#059669;background-color:#dcfce7;border-radius:6px;padding:.2rem .6rem;font-size:.85rem;font-weight:700}.dashboard-module__Gx_nyq__statusBadge{border-radius:8px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;display:inline-block}.dashboard-module__Gx_nyq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.dashboard-module__Gx_nyq__emptyStateIcon{opacity:.4;margin-bottom:1rem;font-size:3.5rem}.dashboard-module__Gx_nyq__emptyStateTitle{color:#64748b;font-size:1.1rem;font-weight:600}.dashboard-module__Gx_nyq__emptyStateDesc{color:#94a3b8;margin-top:.5rem;font-size:.9rem}.dashboard-module__Gx_nyq__pagination{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;font-size:.9rem;font-weight:600;display:flex}.dashboard-module__Gx_nyq__pagination button{cursor:pointer;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.3rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s}.dashboard-module__Gx_nyq__pagination button:disabled{color:#cbd5e1;cursor:not-allowed;background:0 0;border-color:#e2e8f0}.dashboard-module__Gx_nyq__pagination button:not(:disabled):hover{color:#2563eb;background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb1a}@keyframes dashboard-module__Gx_nyq__slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboard-module__Gx_nyq__pulseHighlight{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.dashboard-module__Gx_nyq__animateSlideUp{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards dashboard-module__Gx_nyq__slideUpFade}.dashboard-module__Gx_nyq__delay1{animation-delay:.1s}.dashboard-module__Gx_nyq__delay2{animation-delay:.2s}.dashboard-module__Gx_nyq__delay3{animation-delay:.3s}.dashboard-module__Gx_nyq__delay4{animation-delay:.4s}.dashboard-module__Gx_nyq__pulseActive{border-radius:50%;animation:2s infinite dashboard-module__Gx_nyq__pulseHighlight}@keyframes dashboard-module__Gx_nyq__warningGlow{0%{border-color:#f59e0b80;transform:translateY(0);box-shadow:0 0 5px #f59e0b66}50%{border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 0 15px #f59e0bcc}to{border-color:#f59e0b80;transform:translateY(0);box-shadow:0 0 5px #f59e0b66}}.dashboard-module__Gx_nyq__glowWarning{border:2px solid #f59e0bcc!important;animation:2s infinite dashboard-module__Gx_nyq__warningGlow!important}
.workflow-module__aXoHWW__pageContainer{color:#334155;max-width:1280px;margin:0 auto;padding:2rem;font-family:Inter,Sarabun,sans-serif}.workflow-module__aXoHWW__backLink{color:#64748b;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.workflow-module__aXoHWW__backLink:hover{color:#3b82f6}.workflow-module__aXoHWW__pageHeader{margin-bottom:2.5rem}.workflow-module__aXoHWW__pageTitle{color:#0f172a;margin:0;font-size:1.8rem;font-weight:800}.workflow-module__aXoHWW__pageSubtitle{color:#64748b;margin:.25rem 0 0;font-size:.95rem}.workflow-module__aXoHWW__btnAdd{color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.88rem;font-weight:600;transition:all .18s;display:inline-flex}.workflow-module__aXoHWW__btnManual{background-color:#2563eb;box-shadow:0 2px 5px #2563eb38}.workflow-module__aXoHWW__btnManual:hover{background-color:#1d4ed8;transform:translateY(-1px)}.workflow-module__aXoHWW__btnAuto{background-color:#16a34a;box-shadow:0 2px 5px #16a34a38}.workflow-module__aXoHWW__btnAuto:hover{background-color:#15803d;transform:translateY(-1px)}.workflow-module__aXoHWW__rulesSection{margin-bottom:2.5rem}.workflow-module__aXoHWW__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.workflow-module__aXoHWW__sectionMeta{align-items:center;gap:.85rem;display:flex}.workflow-module__aXoHWW__sectionIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.workflow-module__aXoHWW__sectionTitle{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700}.workflow-module__aXoHWW__sectionDesc{color:#64748b;margin:.15rem 0 0;font-size:.82rem}.workflow-module__aXoHWW__savingBadge{color:#92400e;vertical-align:middle;background:#fef3c7;border-radius:5px;align-items:center;gap:.3rem;margin-left:.6rem;padding:2px 7px;font-size:.72rem;font-weight:600;display:inline-flex}.workflow-module__aXoHWW__emptyCard{text-align:center;color:#94a3b8;border:2px dashed #e2e8f0;border-radius:12px;padding:3rem 2rem}.workflow-module__aXoHWW__emptyCard span{font-size:2.5rem}.workflow-module__aXoHWW__emptyCard p{margin:.75rem 0 0;font-size:.95rem}.workflow-module__aXoHWW__emptyCard small{color:#cbd5e1;font-size:.82rem}.workflow-module__aXoHWW__listContainer{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.workflow-module__aXoHWW__listHeaderRow{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:1rem;padding:.6rem 1.25rem;font-size:.72rem;font-weight:700;display:flex}.workflow-module__aXoHWW__listRow{border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:background .15s;display:flex}.workflow-module__aXoHWW__listRow:last-child{border-bottom:none}.workflow-module__aXoHWW__listRow:hover{background:#f8fafc}.workflow-module__aXoHWW__manualRow{border-left:3px solid #2563eb}.workflow-module__aXoHWW__autoRow{cursor:grab;border-left:3px solid #16a34a}.workflow-module__aXoHWW__autoRow:active{cursor:grabbing}.workflow-module__aXoHWW__lhTrigger{flex:0 0 200px;min-width:0}.workflow-module__aXoHWW__lhSteps{flex:0 0 110px}.workflow-module__aXoHWW__lhTarget{flex:1;min-width:0}.workflow-module__aXoHWW__lhFeature{flex:0 0 220px;min-width:0}.workflow-module__aXoHWW__lhActions{flex:0 0 72px;justify-content:flex-end;gap:.35rem;display:flex}.workflow-module__aXoHWW__ahDrag{flex:0 0 20px}.workflow-module__aXoHWW__ahOrder{flex:0 0 32px}.workflow-module__aXoHWW__ahCond{flex:0 0 72px}.workflow-module__aXoHWW__ahTriggers{flex:1;min-width:0}.workflow-module__aXoHWW__ahArrow{text-align:center;flex:0 0 28px}.workflow-module__aXoHWW__ahTarget{flex:0 0 180px;min-width:0}.workflow-module__aXoHWW__ahActions{flex:0 0 72px;justify-content:flex-end;gap:.35rem;display:flex}.workflow-module__aXoHWW__btnRow{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .15s;display:inline-flex}.workflow-module__aXoHWW__btnRow.workflow-module__aXoHWW__btnEdit:hover{background:#eff6ff;border-color:#93c5fd}.workflow-module__aXoHWW__btnRow.workflow-module__aXoHWW__btnDel:hover{background:#fef2f2;border-color:#fca5a5}.workflow-module__aXoHWW__dragHandle{color:#cbd5e1;cursor:grab;-webkit-user-select:none;user-select:none;font-size:1.2rem;line-height:1;transition:color .15s}.workflow-module__aXoHWW__dragHandle:hover{color:#64748b}.workflow-module__aXoHWW__dragging{opacity:.38;box-shadow:inset 0 0 0 2px #16a34a!important}.workflow-module__aXoHWW__dragOver{background:#f0fdf4!important;box-shadow:inset 0 0 0 2px #16a34a!important}.workflow-module__aXoHWW__triggerBadge{background-color:color-mix(in srgb,var(--color),white 88%);border:1px solid color-mix(in srgb,var(--color),white 65%);color:var(--color);border-radius:8px;align-items:center;gap:.4rem;max-width:100%;padding:.3rem .75rem;font-size:.88rem;font-weight:700;display:inline-flex;overflow:hidden}.workflow-module__aXoHWW__triggerDot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.workflow-module__aXoHWW__triggerName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workflow-module__aXoHWW__targetPill{background-color:color-mix(in srgb,var(--tcolor,#64748b),white 85%);border:1px solid color-mix(in srgb,var(--tcolor,#64748b),white 60%);color:var(--tcolor,#64748b);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;max-width:100%;padding:3px 10px;font-size:.85rem;font-weight:600;display:inline-block;overflow:hidden}.workflow-module__aXoHWW__stepsRow{flex-wrap:nowrap;gap:.3rem;display:flex}.workflow-module__aXoHWW__stepDot{border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.78rem;font-weight:700;display:flex}.workflow-module__aXoHWW__stepActive{color:#fff;background:#3b82f6}.workflow-module__aXoHWW__stepOff{color:#cbd5e1;background:#f1f5f9}.workflow-module__aXoHWW__featureTag{white-space:nowrap;border-radius:5px;padding:2px 7px;font-size:.76rem;font-weight:600}.workflow-module__aXoHWW__triggerItemPill{color:#0369a1;white-space:nowrap;background:#e0f2fe;border-radius:6px;padding:2px 8px;font-size:.82rem;font-weight:600}.workflow-module__aXoHWW__condPill{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:.78rem;font-weight:700}.workflow-module__aXoHWW__condAll{color:#6d28d9;background:#ede9fe}.workflow-module__aXoHWW__condAny{color:#92400e;background:#fef3c7}.workflow-module__aXoHWW__orderBadge{color:#fff;background:#1e293b;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.82rem;font-weight:800;display:flex}.workflow-module__aXoHWW__rowArrow{color:#94a3b8;font-size:1rem;font-weight:700}.workflow-module__aXoHWW__ruleTitle{color:#94a3b8;white-space:nowrap;font-size:.75rem;font-style:italic}.workflow-module__aXoHWW__autoLabel{color:#94a3b8;white-space:nowrap;font-size:.85rem;font-style:italic}.workflow-module__aXoHWW__dimLabel{color:#cbd5e1;font-size:.82rem}.workflow-module__aXoHWW__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.workflow-module__aXoHWW__modalContent{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-height:92vh;animation:.25s cubic-bezier(.16,1,.3,1) workflow-module__aXoHWW__slideUp;display:flex;box-shadow:0 25px 50px -12px #00000047}.workflow-module__aXoHWW__modalHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.workflow-module__aXoHWW__modalTitle{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800}.workflow-module__aXoHWW__modalSubtitle{color:#64748b;margin:.15rem 0 0;font-size:.8rem}.workflow-module__aXoHWW__btnClose{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.6rem;line-height:1;transition:color .2s}.workflow-module__aXoHWW__btnClose:hover{color:#ef4444}.workflow-module__aXoHWW__modalBody{flex:1;padding:1.5rem;overflow-y:auto}.workflow-module__aXoHWW__modalFooter{background:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 18px 18px;justify-content:flex-end;gap:.75rem;padding:1.1rem 1.5rem;display:flex}.workflow-module__aXoHWW__btnPrimary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:.7rem 1.4rem;font-size:.9rem;font-weight:700;transition:background .2s}.workflow-module__aXoHWW__btnPrimary:hover{background:#1d4ed8}.workflow-module__aXoHWW__btnSecondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600}.workflow-module__aXoHWW__btnSecondary:hover{background:#f1f5f9}.workflow-module__aXoHWW__formBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.4rem}.workflow-module__aXoHWW__formBlockHeader{color:#0f172a;border-bottom:2px solid;align-items:center;gap:.5rem;margin-bottom:.7rem;padding-bottom:.7rem;font-size:.95rem;font-weight:700;display:flex}.workflow-module__aXoHWW__inputLabel{color:#1e293b;margin-bottom:.4rem;font-size:.88rem;font-weight:600;display:block}.workflow-module__aXoHWW__fieldHint{color:#94a3b8;margin:.2rem 0 .7rem;font-size:.8rem}.workflow-module__aXoHWW__inputSelect{box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.65rem .8rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.workflow-module__aXoHWW__inputSelect:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.workflow-module__aXoHWW__inputSelectSm{background:#fff;border:1px solid #cbd5e1;border-radius:7px;outline:none;flex-shrink:0;width:200px;padding:.5rem .7rem;font-size:.87rem}.workflow-module__aXoHWW__inputSelectSm:focus{border-color:#3b82f6}.workflow-module__aXoHWW__formGrid2{grid-template-columns:1fr 1fr;align-items:flex-start;gap:1.1rem;display:grid}.workflow-module__aXoHWW__stepsGrid{grid-template-columns:1fr 1fr;gap:.65rem;margin-top:.65rem;display:grid}.workflow-module__aXoHWW__stepCard{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:9px;align-items:center;gap:.7rem;padding:.75rem .9rem;transition:all .18s;display:flex}.workflow-module__aXoHWW__stepCard:hover{border-color:#93c5fd}.workflow-module__aXoHWW__stepCard.workflow-module__aXoHWW__selected{background:#eff6ff;border-color:#3b82f6}.workflow-module__aXoHWW__stepCard input{display:none}.workflow-module__aXoHWW__stepNum{color:#64748b;background:#e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:800;display:flex}.workflow-module__aXoHWW__stepCard.workflow-module__aXoHWW__selected .workflow-module__aXoHWW__stepNum{color:#fff;background:#3b82f6}.workflow-module__aXoHWW__stepInfo{flex-direction:column;display:flex}.workflow-module__aXoHWW__stepInfo strong{color:#334155;font-size:.86rem}.workflow-module__aXoHWW__stepInfo span{color:#94a3b8;font-size:.74rem}.workflow-module__aXoHWW__conditionRow{border-bottom:1px dashed #e2e8f0;align-items:center;gap:1rem;padding:.6rem 0;display:flex}.workflow-module__aXoHWW__conditionRow:last-child{border-bottom:none}.workflow-module__aXoHWW__conditionLabel{color:#475569;flex:1;align-items:center;gap:.5rem;font-size:.86rem;display:flex}.workflow-module__aXoHWW__badgeStep{color:#64748b;text-transform:uppercase;background:#e2e8f0;border-radius:4px;padding:2px 5px;font-size:.7rem;font-weight:700}.workflow-module__aXoHWW__autoSubBlock{background:#fff;border:1px solid #d1fae5;border-radius:9px;padding:1rem 1.1rem}.workflow-module__aXoHWW__autoSubTitle{color:#065f46;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.9rem;font-weight:700;display:flex}.workflow-module__aXoHWW__toggleRow{cursor:pointer;color:#334155;align-items:center;gap:.65rem;margin-top:.5rem;font-weight:600;display:flex}.workflow-module__aXoHWW__toggleRow input{cursor:pointer;width:17px;height:17px}.workflow-module__aXoHWW__checkboxGroup{flex-wrap:wrap;gap:.4rem;display:flex}.workflow-module__aXoHWW__checkboxChip{cursor:pointer;color:#065f46;background:#fff;border:1px solid #d1fae5;border-radius:7px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.83rem;transition:all .15s;display:flex}.workflow-module__aXoHWW__checkboxChip.workflow-module__aXoHWW__checked{color:#fff;background:#10b981;border-color:#10b981}.workflow-module__aXoHWW__checkboxChip input{display:none}.workflow-module__aXoHWW__autoFlowCard{align-items:flex-start;gap:.75rem;display:flex}.workflow-module__aXoHWW__autoFlowCol{border:1px solid #e2e8f0;border-radius:11px;flex:1;padding:1.1rem}.workflow-module__aXoHWW__autoFlowArrowCol{color:#94a3b8;flex-shrink:0;padding-top:1rem;font-size:1.8rem}.workflow-module__aXoHWW__flowColTitle{margin-bottom:.9rem;font-size:.9rem;font-weight:700}@keyframes workflow-module__aXoHWW__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.workflow-module__aXoHWW__lhFeature{display:none}.workflow-module__aXoHWW__lhTarget{flex:1}}@media (max-width:768px){.workflow-module__aXoHWW__pageContainer{padding:1rem}.workflow-module__aXoHWW__listHeaderRow{display:none}.workflow-module__aXoHWW__listRow{flex-wrap:wrap;gap:.6rem}.workflow-module__aXoHWW__lhTrigger,.workflow-module__aXoHWW__lhSteps,.workflow-module__aXoHWW__lhTarget,.workflow-module__aXoHWW__lhFeature,.workflow-module__aXoHWW__ahDrag,.workflow-module__aXoHWW__ahOrder,.workflow-module__aXoHWW__ahCond,.workflow-module__aXoHWW__ahTriggers,.workflow-module__aXoHWW__ahArrow,.workflow-module__aXoHWW__ahTarget{flex:unset;width:auto}.workflow-module__aXoHWW__lhActions,.workflow-module__aXoHWW__ahActions{margin-left:auto}.workflow-module__aXoHWW__modalContent{max-height:95vh}.workflow-module__aXoHWW__stepsGrid,.workflow-module__aXoHWW__formGrid2{grid-template-columns:1fr}.workflow-module__aXoHWW__conditionRow{flex-direction:column;align-items:stretch}.workflow-module__aXoHWW__inputSelectSm{width:100%}.workflow-module__aXoHWW__autoFlowCard{flex-direction:column}.workflow-module__aXoHWW__autoFlowArrowCol{align-self:center;transform:rotate(90deg)}}
.commissions-module__knCq_q__page{max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Sarabun,sans-serif}.commissions-module__knCq_q__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.commissions-module__knCq_q__headerTitle{color:#1e293b;margin:0;font-size:1.8rem;font-weight:800}.commissions-module__knCq_q__headerSub{color:#64748b;margin:.4rem 0 0;font-size:.95rem}.commissions-module__knCq_q__headerSubBold{color:#3b82f6;font-weight:600}.commissions-module__knCq_q__backBtn{cursor:pointer;color:#475569;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-shrink:0;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.commissions-module__knCq_q__backBtn:hover{background:#f8fafc}.commissions-module__knCq_q__layout{grid-template-columns:250px 1fr;align-items:start;gap:2rem;display:grid}.commissions-module__knCq_q__sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.commissions-module__knCq_q__sidebarHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.2rem}.commissions-module__knCq_q__sidebarTitle{color:#334155;margin:0;font-size:1rem;font-weight:700}.commissions-module__knCq_q__sidebarScroll{max-height:600px;overflow-y:auto}.commissions-module__knCq_q__monthItem{cursor:pointer;border-bottom:1px solid #f1f5f9;border-left:4px solid #0000;padding:1rem 1.2rem;transition:all .15s}.commissions-module__knCq_q__monthItem:hover{background:#f8fafc}.commissions-module__knCq_q__monthItemActive{border-left-color:#3b82f6;background:#eff6ff!important}.commissions-module__knCq_q__monthName{color:#475569;margin-bottom:.2rem;font-size:.95rem;font-weight:600}.commissions-module__knCq_q__monthNameActive{color:#1d4ed8}.commissions-module__knCq_q__monthMeta{color:#64748b;justify-content:space-between;font-size:.82rem;display:flex}.commissions-module__knCq_q__monthCommission{font-weight:700}.commissions-module__knCq_q__monthCommissionActive{color:#059669}.commissions-module__knCq_q__noHistory{text-align:center;color:#94a3b8;padding:2rem 1rem;font-size:.9rem}.commissions-module__knCq_q__rightCol{flex-direction:column;gap:1.5rem;display:flex}.commissions-module__knCq_q__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.commissions-module__knCq_q__statsGrid5{grid-template-columns:repeat(3,1fr)}.commissions-module__knCq_q__statCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 2px 4px #00000005}.commissions-module__knCq_q__statCardRed{background:#fef2f2;border-color:#fecaca}.commissions-module__knCq_q__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.commissions-module__knCq_q__statLabelRed{color:#ef4444}.commissions-module__knCq_q__statValue{color:#059669;font-size:2rem;font-weight:800;line-height:1.1}.commissions-module__knCq_q__statValueBlue{color:#3b82f6}.commissions-module__knCq_q__statValueAmber{color:#f59e0b}.commissions-module__knCq_q__statValueRed{color:#dc2626}.commissions-module__knCq_q__statUnit{color:#94a3b8;font-size:1rem;font-weight:400}.commissions-module__knCq_q__statSub{color:#94a3b8;margin-top:.3rem;font-size:.72rem}.commissions-module__knCq_q__tableCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.commissions-module__knCq_q__tableHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;display:flex}.commissions-module__knCq_q__tableTitle{color:#334155;margin:0;font-size:1.1rem;font-weight:700}.commissions-module__knCq_q__filterSelect{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;min-width:150px;padding:.4rem .8rem;font-size:.9rem}.commissions-module__knCq_q__tableWrap{overflow-x:auto}table.commissions-module__knCq_q__styledTable{border-collapse:collapse;width:100%;font-size:.93rem}.commissions-module__knCq_q__styledTable th{color:#64748b;text-align:left;white-space:nowrap;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:1rem;font-weight:600}.commissions-module__knCq_q__styledTable td{vertical-align:top;border-bottom:1px solid #f1f5f9;padding:1rem}.commissions-module__knCq_q__trDeduct{background:#fff1f2}.commissions-module__knCq_q__trNormal{background:#fff}.commissions-module__knCq_q__trDeduct:hover{background:#ffe4e6!important}.commissions-module__knCq_q__trNormal:hover{background:#f8fafc!important}.commissions-module__knCq_q__tdDate{color:#64748b;white-space:nowrap}.commissions-module__knCq_q__tdItemName{color:#334155;font-weight:600}.commissions-module__knCq_q__tdItemNameRed{color:#be123c}.commissions-module__knCq_q__deductBadge{color:#fff;background:#ef4444;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:.72rem}.commissions-module__knCq_q__tdSub{color:#94a3b8;margin-top:.2rem;font-size:.78rem}.commissions-module__knCq_q__tdSubRed{color:#f43f5e}.commissions-module__knCq_q__statusBadge{color:#fff;white-space:nowrap;border-radius:20px;padding:.3rem .8rem;font-size:.82rem;font-weight:600;display:inline-block;box-shadow:0 1px 2px #0000001a}.commissions-module__knCq_q__percentBadge{color:#0369a1;background:#e0f2fe;border-radius:4px;padding:.2rem .6rem;font-size:.82rem;font-weight:700;display:inline-block}.commissions-module__knCq_q__percentBadgeRed{color:#dc2626;background:#fee2e2}.commissions-module__knCq_q__tdAmount{text-align:right;color:#1e293b;font-weight:500}.commissions-module__knCq_q__tdAmountRed{color:#ef4444}.commissions-module__knCq_q__tdCommission{text-align:right;color:#059669;font-weight:700}.commissions-module__knCq_q__tdCommissionRed{color:#dc2626}.commissions-module__knCq_q__emptyRow td{text-align:center;color:#94a3b8;padding:3rem}.commissions-module__knCq_q__mobileList{display:none}@media (max-width:767px){.commissions-module__knCq_q__page{padding:1rem .75rem}.commissions-module__knCq_q__header{flex-direction:column;align-items:flex-start;margin-bottom:1.2rem}.commissions-module__knCq_q__headerTitle{font-size:1.4rem}.commissions-module__knCq_q__backBtn{align-self:flex-start;padding:.5rem 1rem;font-size:.85rem}.commissions-module__knCq_q__layout{grid-template-columns:1fr;gap:1rem}.commissions-module__knCq_q__sidebar{border-radius:12px}.commissions-module__knCq_q__sidebarScroll{flex-direction:row;gap:.5rem;max-height:none;padding:.5rem;display:flex;overflow:auto visible}.commissions-module__knCq_q__monthItem{border:2px solid #e2e8f0;border-radius:10px;flex-shrink:0;min-width:130px;padding:.6rem 1rem}.commissions-module__knCq_q__monthItem:hover{background:#f8fafc}.commissions-module__knCq_q__monthItemActive{border-color:#3b82f6!important}.commissions-module__knCq_q__monthMeta{flex-direction:column;gap:.1rem}.commissions-module__knCq_q__statsGrid,.commissions-module__knCq_q__statsGrid5{grid-template-columns:repeat(2,1fr);gap:.75rem}.commissions-module__knCq_q__statCard{border-radius:12px;padding:1rem}.commissions-module__knCq_q__statValue{font-size:1.5rem}.commissions-module__knCq_q__tableWrap{display:none}.commissions-module__knCq_q__mobileList{flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.commissions-module__knCq_q__tableHeader{border-radius:0;padding:1rem}.commissions-module__knCq_q__tableTitle{font-size:.95rem}}.commissions-module__knCq_q__mobileCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000a}.commissions-module__knCq_q__mobileCardDeduct{background:#fff1f2;border-color:#fecaca}.commissions-module__knCq_q__mobileCardTop{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.6rem;display:flex}.commissions-module__knCq_q__mobileCardName{color:#1e293b;flex:1;font-size:.95rem;font-weight:700}.commissions-module__knCq_q__mobileCardNameRed{color:#be123c}.commissions-module__knCq_q__mobileCardComm{color:#059669;white-space:nowrap;font-size:1.1rem;font-weight:800}.commissions-module__knCq_q__mobileCardCommRed{color:#dc2626}.commissions-module__knCq_q__mobileCardMeta{color:#94a3b8;margin-bottom:.6rem;font-size:.78rem;line-height:1.5}.commissions-module__knCq_q__mobileCardMetaRed{color:#f43f5e}.commissions-module__knCq_q__mobileCardBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.4rem;display:flex}.commissions-module__knCq_q__mobileCardPrice{color:#475569;font-size:.85rem}.commissions-module__knCq_q__mobileCardPriceVal{color:#1e293b;font-weight:700}.commissions-module__knCq_q__mobileCardPercent{color:#0369a1;background:#e0f2fe;border-radius:4px;padding:.2rem .5rem;font-size:.78rem;font-weight:700}.commissions-module__knCq_q__mobileCardPercentRed{color:#dc2626;background:#fee2e2}.commissions-module__knCq_q__jobGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.commissions-module__knCq_q__jobCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.2rem 1rem;transition:transform .15s;box-shadow:0 2px 4px #00000008}.commissions-module__knCq_q__jobCard:hover{transform:translateY(-2px)}.commissions-module__knCq_q__jobCardPass{background:#f0fdf4;border-color:#bbf7d0}.commissions-module__knCq_q__jobCardFail{background:#fff1f2;border-color:#fecaca}.commissions-module__knCq_q__jobCardDeduct{background:#fff7ed;border-color:#fed7aa}.commissions-module__knCq_q__jobIcon{margin-bottom:.4rem;font-size:1.5rem}.commissions-module__knCq_q__jobNum{color:#1e293b;font-size:2rem;font-weight:800;line-height:1}.commissions-module__knCq_q__jobNumPass{color:#16a34a}.commissions-module__knCq_q__jobNumFail{color:#dc2626}.commissions-module__knCq_q__jobNumDeduct{color:#ea580c}.commissions-module__knCq_q__jobLabel{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-top:.3rem;font-size:.78rem;font-weight:600}@media (max-width:767px){.commissions-module__knCq_q__jobGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.commissions-module__knCq_q__jobNum{font-size:1.6rem}}.commissions-module__knCq_q__chartCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.commissions-module__knCq_q__chartHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;display:flex}.commissions-module__knCq_q__chartSub{color:#94a3b8;white-space:nowrap;font-size:.85rem;font-weight:500}.commissions-module__knCq_q__chartBody{grid-template-columns:260px 1fr;align-items:center;gap:0;display:grid}.commissions-module__knCq_q__chartDonut{padding:1rem 0 1rem 1rem}.commissions-module__knCq_q__chartLegend{flex-direction:column;gap:.6rem;max-height:240px;padding:1.2rem 1.5rem;display:flex;overflow-y:auto}.commissions-module__knCq_q__legendItem{grid-template-columns:12px 1fr auto auto;align-items:center;gap:.5rem;display:grid}.commissions-module__knCq_q__legendDot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.commissions-module__knCq_q__legendName{color:#334155;font-size:.85rem;font-weight:500}.commissions-module__knCq_q__legendCount{color:#64748b;text-align:right;white-space:nowrap;font-size:.82rem}.commissions-module__knCq_q__legendPct{text-align:right;white-space:nowrap;min-width:42px;font-size:.82rem;font-weight:700}@media (max-width:767px){.commissions-module__knCq_q__chartBody{grid-template-columns:1fr}.commissions-module__knCq_q__chartDonut{padding:.5rem}.commissions-module__knCq_q__chartLegend{max-height:none;padding:0 .75rem .75rem}.commissions-module__knCq_q__chartHeader{padding:1rem}}.commissions-module__knCq_q__mobileCardDate{color:#94a3b8;font-size:.75rem}.commissions-module__knCq_q__mobileEmpty{text-align:center;color:#94a3b8;padding:2rem;font-size:.9rem}
