.PushToggle-module__16jhQG__wrap{border:1px solid var(--border);background:var(--surface);border-radius:10px;flex-direction:column;gap:8px;padding:16px;display:flex}.PushToggle-module__16jhQG__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.PushToggle-module__16jhQG__label{color:var(--text-main);align-items:center;gap:8px;font-weight:500;display:flex}.PushToggle-module__16jhQG__iconOn{color:var(--brand-brown)}.PushToggle-module__16jhQG__iconOff{color:var(--text-muted)}.PushToggle-module__16jhQG__btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:60px;padding:6px 16px;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.PushToggle-module__16jhQG__btn:disabled{opacity:.5;cursor:not-allowed}.PushToggle-module__16jhQG__btnOn{background:var(--brand-brown);color:#fff}.PushToggle-module__16jhQG__btnOn:hover:not(:disabled){opacity:.85}.PushToggle-module__16jhQG__btnOff{background:var(--surface-alt,#e5e7eb);color:var(--text-main)}.PushToggle-module__16jhQG__btnOff:hover:not(:disabled){opacity:.75}.PushToggle-module__16jhQG__warn{color:var(--danger);margin:0;font-size:.8rem}.PushToggle-module__16jhQG__success{color:var(--success);margin:0;font-size:.8rem}.PushToggle-module__16jhQG__info{color:var(--text-muted);margin:0;font-size:.8rem}.PushToggle-module__16jhQG__note{color:var(--text-muted);align-items:flex-start;gap:4px;margin:0;font-size:.78rem;line-height:1.5;display:flex}.PushToggle-module__16jhQG__compactWrap{flex-direction:column;gap:2px;display:flex}.PushToggle-module__16jhQG__compactRow{width:100%;color:var(--text-main);background:0 0;border-radius:10px;align-items:center;gap:.875rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;display:flex}.PushToggle-module__16jhQG__compactRow:hover{background:rgba(var(--brand-brown-rgb), .12)}.PushToggle-module__16jhQG__compactLabel{color:var(--text-main);flex:1;font-size:.95rem;font-weight:600}.PushToggle-module__16jhQG__compactBtn{cursor:pointer;white-space:nowrap;border:none;border-radius:5px;align-items:center;gap:4px;min-width:44px;min-height:36px;padding:3px 12px;font-size:.78rem;font-weight:700;transition:opacity .2s;display:flex}.PushToggle-module__16jhQG__compactBtn:disabled{opacity:.45;cursor:not-allowed}.PushToggle-module__16jhQG__compactBtnOn{background:var(--brand-brown);color:#fff}.PushToggle-module__16jhQG__compactBtnOn:hover:not(:disabled){opacity:.85}.PushToggle-module__16jhQG__compactBtnOff{background:var(--surface-alt,#e5e7eb);color:var(--text-main)}.PushToggle-module__16jhQG__compactBtnOff:hover:not(:disabled){opacity:.75}@keyframes PushToggle-module__16jhQG__spin{to{transform:rotate(360deg)}}.PushToggle-module__16jhQG__spin{animation:.8s linear infinite PushToggle-module__16jhQG__spin}
.BottomNav-module__JpMf2G__nav{display:none}@media (max-width:768px){.BottomNav-module__JpMf2G__nav{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-top:1px solid var(--border);box-shadow:0 -4px 16px -8px rgba(var(--brand-brown-rgb), .18);z-index:100;padding-bottom:env(safe-area-inset-bottom);align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}.BottomNav-module__JpMf2G__item{cursor:pointer;min-height:56px;color:var(--text-muted);font-weight:var(--weight-semibold);transition:color var(--dur) ease;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:.5rem .25rem;font-family:inherit;font-size:.64rem;display:flex;position:relative}.BottomNav-module__JpMf2G__item:active{transform:scale(.94)}.BottomNav-module__JpMf2G__active{color:var(--brand-brown);font-weight:var(--weight-bold)}.BottomNav-module__JpMf2G__indicator{border-radius:0 0 var(--radius-sm) var(--radius-sm);background:var(--primary);width:26px;height:3px;position:absolute;top:0}.BottomNav-module__JpMf2G__iconWrap{line-height:0;display:inline-flex;position:relative}.BottomNav-module__JpMf2G__badge{background:var(--danger);color:#fff;border-radius:var(--radius-pill);font-size:.56rem;font-weight:var(--weight-bold);text-align:center;border:1.5px solid var(--surface);font-variant-numeric:tabular-nums;min-width:14px;padding:0 4px;position:absolute;top:-5px;right:-8px}.BottomNav-module__JpMf2G__label{white-space:nowrap}[data-theme=pink] .BottomNav-module__JpMf2G__nav{background:#ffebf1e0;border-top-color:#e6a2c547}[data-theme=pink] .BottomNav-module__JpMf2G__active{color:#73485e}[data-theme=pink] .BottomNav-module__JpMf2G__indicator{background:var(--primary)}}
@keyframes ConfirmDialog-module__dLTK2q__dialogIn{0%{opacity:0;transform:scale(.93)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-reduced-motion:reduce){@keyframes ConfirmDialog-module__dLTK2q__dialogIn{0%{opacity:0}to{opacity:1}}}.ConfirmDialog-module__dLTK2q__overlay{z-index:10000;padding:var(--space-4);background:#00000085;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ConfirmDialog-module__dLTK2q__dialog{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8);width:100%;max-width:420px;box-shadow:var(--shadow-lg);animation:ConfirmDialog-module__dLTK2q__dialogIn .25s var(--ease-out) forwards}.ConfirmDialog-module__dLTK2q__iconWrap{margin-bottom:var(--space-4);justify-content:center;display:flex}.ConfirmDialog-module__dLTK2q__dangerIcon{color:var(--danger)}.ConfirmDialog-module__dLTK2q__title{font-size:1.1rem;font-weight:var(--weight-bold);color:var(--text-main);text-align:center;margin-bottom:.625rem}.ConfirmDialog-module__dLTK2q__message{font-size:var(--text-base);color:var(--text-muted);line-height:var(--leading-snug);text-align:center;white-space:pre-line;margin-bottom:1.75rem}.ConfirmDialog-module__dLTK2q__actions{gap:var(--space-3);justify-content:flex-end;display:flex}@media (max-width:400px){.ConfirmDialog-module__dLTK2q__dialog{padding:1.5rem}.ConfirmDialog-module__dLTK2q__actions{flex-direction:column-reverse}.ConfirmDialog-module__dLTK2q__actions .ConfirmDialog-module__dLTK2q__btn{justify-content:center;width:100%}}
.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);-webkit-backdrop-filter:var(--glass-blur);border-right:1px solid var(--border);height:100dvh;padding:var(--space-6);z-index:100;transition:transform var(--dur-slow) var(--ease-smooth), background-color var(--dur-slow) ease, border-color var(--dur-slow) ease, color var(--dur-slow) ease;scrollbar-width:thin;scrollbar-color:#634d3e33 transparent;flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0;overflow-y:auto}.Sidebar-module__WZVnLW__sidebarHeader{margin-bottom:var(--space-8)}.Sidebar-module__WZVnLW__brand{align-items:center;gap:var(--space-3);text-decoration:none;display:flex}.Sidebar-module__WZVnLW__logoImg{object-fit:contain;border-radius:var(--radius);border:1px solid var(--border);background:#fff;flex-shrink:0;width:44px;height:44px;padding:1px}.Sidebar-module__WZVnLW__brandText{flex-direction:column;line-height:1.2;display:flex}.Sidebar-module__WZVnLW__appName{font-size:var(--text-lg);font-weight:var(--weight-extrabold);color:var(--brand-brown)}.Sidebar-module__WZVnLW__appSub{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.Sidebar-module__WZVnLW__subtitle{color:var(--text-muted);font-size:.75rem;font-weight:var(--weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;margin-top:var(--space-1);padding-left:var(--space-1);display:block}.Sidebar-module__WZVnLW__userCard{border:1px solid var(--border);border-radius:var(--radius-lg);padding:.875rem var(--space-4);align-items:center;gap:var(--space-3);margin-bottom:var(--space-8);background:#634d3e0a;display:flex}.Sidebar-module__WZVnLW__avatar{width:36px;height:36px;color:var(--brand-brown);background:#d6a8a82e;border:1px solid #d6a8a84d;border-radius:50%;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__userInfo{overflow:hidden}.Sidebar-module__WZVnLW__userName{font-size:.9rem;font-weight:var(--weight-bold);color:var(--brand-brown);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Sidebar-module__WZVnLW__userRole{color:var(--text-muted);font-size:.75rem;font-weight:var(--weight-medium)}.Sidebar-module__WZVnLW__navMenu{flex-direction:column;flex:1;gap:.375rem;display:flex}.Sidebar-module__WZVnLW__navItem{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-muted);transition:background-color var(--dur) var(--ease-smooth), color var(--dur) var(--ease-smooth);align-items:center;gap:.875rem;display:flex;position:relative}.Sidebar-module__WZVnLW__navItem:before{content:"";background:var(--primary);width:3px;height:0;transition:height .25s var(--ease-out,cubic-bezier(.16, 1, .3, 1));border-radius:0 3px 3px 0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__WZVnLW__navItem:hover{background:rgba(var(--brand-brown-rgb), .05);color:var(--brand-brown)}.Sidebar-module__WZVnLW__navItem:active{transform:scale(.985)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background:linear-gradient(90deg, rgba(var(--primary-rgb), .18) 0%, rgba(var(--primary-rgb), .06) 100%);color:var(--brand-brown);font-weight:700}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active:before{height:60%}.Sidebar-module__WZVnLW__navIcon{transition:transform .25s var(--ease-out,cubic-bezier(.16, 1, .3, 1))}.Sidebar-module__WZVnLW__navItem:hover .Sidebar-module__WZVnLW__navIcon{transform:translate(2px)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active .Sidebar-module__WZVnLW__navIcon{color:var(--primary)}.Sidebar-module__WZVnLW__navBadge{background:var(--danger);color:#fff;text-align:center;font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;min-width:18px;padding:3px 6px;font-size:.65rem;font-weight:700;line-height:1;box-shadow:0 1px 4px -1px #cf8d8d99}.Sidebar-module__WZVnLW__bellBadge{background:var(--warning);color:#fff;text-align:center;pointer-events:none;font-variant-numeric:tabular-nums;border:1.5px solid var(--sidebar-bg);border-radius:999px;min-width:14px;padding:2px 4px;font-size:.6rem;font-weight:700;line-height:1;position:absolute;top:-4px;right:-4px}.Sidebar-module__WZVnLW__bellBadgeRed{background:var(--danger);animation:2.4s ease-in-out infinite Sidebar-module__WZVnLW__bellPulse}@keyframes Sidebar-module__WZVnLW__bellPulse{0%,to{box-shadow:0 0 #cf8d8d73}50%{box-shadow:0 0 0 4px #cf8d8d00}}@media (prefers-reduced-motion:reduce){.Sidebar-module__WZVnLW__bellBadgeRed{animation:none}}.Sidebar-module__WZVnLW__sidebarFooter{border-top:1px solid var(--border);padding-top:var(--space-4);margin-top:auto}.Sidebar-module__WZVnLW__logoutBtn{width:100%;padding:var(--space-3) var(--space-4);color:#c27a7a;border-radius:var(--radius-md);font-size:var(--text-base);font-weight:var(--weight-semibold);cursor:pointer;transition:background-color var(--dur) ease;text-align:left;background:0 0;border:none;align-items:center;gap:.875rem;display:flex}.Sidebar-module__WZVnLW__logoutBtn:hover{background:#cf8d8d1a}.Sidebar-module__WZVnLW__themeToggleActive{background:rgba(var(--brand-brown-rgb), .14)!important;border-color:rgba(var(--brand-brown-rgb), .35)!important}[data-theme=dark] .Sidebar-module__WZVnLW__themeToggleActive{background:#ffffff24!important;border-color:#ffffff40!important}[data-theme=pink] .Sidebar-module__WZVnLW__themeToggleActive{background:#e6a2c538!important;border-color:#e6a2c573!important}.Sidebar-module__WZVnLW__themeBtnHeader{cursor:pointer;color:var(--text-muted);opacity:.42;background:0 0;border:none;border-radius:8px;flex-shrink:0;min-width:44px;min-height:44px;padding:6px;line-height:0;transition:opacity .15s,background-color .15s}.Sidebar-module__WZVnLW__themeBtnHeader:hover{opacity:.75;background:rgba(var(--brand-brown-rgb), .07)}.Sidebar-module__WZVnLW__themeBtnHeaderActive{opacity:1;color:var(--brand-brown);background:rgba(var(--brand-brown-rgb), .1)}.Sidebar-module__WZVnLW__themeToggle{width:100%;padding:var(--space-3) var(--space-4);margin-bottom:var(--space-1);border:1px solid var(--border);color:var(--brand-brown);border-radius:var(--radius-md);font-size:var(--text-base);font-weight:var(--weight-semibold);cursor:pointer;transition:background-color var(--dur) ease, color var(--dur) ease;text-align:left;background:#634d3e0a;align-items:center;gap:.875rem;display:flex}.Sidebar-module__WZVnLW__themeToggle:hover{color:var(--brand-brown);background:#d6a8a826}[data-theme=dark] .Sidebar-module__WZVnLW__themeToggle{background:#ffffff0d}[data-theme=dark] .Sidebar-module__WZVnLW__themeToggle:hover{background:#ffffff1a}[data-theme=dark] .Sidebar-module__WZVnLW__navItem:hover{background:#ffffff0d}.Sidebar-module__WZVnLW__mobileHeader{display:none}.Sidebar-module__WZVnLW__mobileHeaderRight{align-items:center;gap:.125rem;display:flex}.Sidebar-module__WZVnLW__toggleBtn{color:var(--brand-brown);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.Sidebar-module__WZVnLW__mobileBell,.Sidebar-module__WZVnLW__mobileBellBadge,.Sidebar-module__WZVnLW__overlay{display:none}@media (max-width:768px){.Sidebar-module__WZVnLW__mobileHeader{padding:var(--space-4) var(--space-6);background:var(--sidebar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:110;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.Sidebar-module__WZVnLW__mobileBell{cursor:pointer;min-width:44px;min-height:44px;color:var(--text-muted);transition:background-color var(--dur) ease, transform .12s ease;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:7px;line-height:0;display:flex;position:relative}.Sidebar-module__WZVnLW__mobileBell:hover{background:rgba(var(--brand-brown-rgb), .06)}.Sidebar-module__WZVnLW__mobileBell:active{transform:scale(.9)}.Sidebar-module__WZVnLW__mobileBellBadge{background:var(--danger);color:#fff;text-align:center;pointer-events:none;font-variant-numeric:tabular-nums;border:1.5px solid var(--sidebar-bg);border-radius:999px;min-width:14px;padding:1px 4px;font-size:.58rem;font-weight:700;line-height:1;display:block;position:absolute;top:2px;right:2px}.Sidebar-module__WZVnLW__mobileBellBadgeRed{animation:2.4s ease-in-out infinite Sidebar-module__WZVnLW__bellPulse}.Sidebar-module__WZVnLW__sidebar{padding-bottom:calc(var(--space-6) + var(--mobile-bottom-nav-offset,72px));z-index:120;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:10px 0 30px #634d3e26}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__open{transform:translate(0)}.Sidebar-module__WZVnLW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:115;background:#634d3e59;display:block;position:fixed;inset:0}}.Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar{width:6px}.Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar-track{background:0 0}.Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar-thumb{background-color:#634d3e33;border-radius:3px}[data-theme=dark] .Sidebar-module__WZVnLW__sidebar{scrollbar-color:#e3c7b033 transparent}[data-theme=dark] .Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar-thumb{background-color:#e3c7b033}[data-theme=pink] .Sidebar-module__WZVnLW__sidebar{-webkit-backdrop-filter:blur(24px)!important;background:#ffebf1c2!important;border-right:1px solid #e6a2c547!important;overflow:hidden auto!important}[data-theme=pink] .Sidebar-module__WZVnLW__sidebar:before{content:"";filter:blur(35px);z-index:-1;pointer-events:none;opacity:.4;border-radius:50%;position:absolute}[data-theme=pink] .Sidebar-module__WZVnLW__sidebar:after{content:"";filter:blur(35px);z-index:-1;pointer-events:none;opacity:.4;border-radius:50%;position:absolute}[data-theme=pink] .Sidebar-module__WZVnLW__sidebar:before{background:radial-gradient(circle,#e6a2c5 0%,#e6a2c500 70%);width:130px;height:130px;animation:10s ease-in-out infinite Sidebar-module__WZVnLW__orbFloatOne;top:10%;left:-20px}[data-theme=pink] .Sidebar-module__WZVnLW__sidebar:after{background:radial-gradient(circle,#dba785 0%,#dba78500 70%);width:150px;height:150px;animation:14s ease-in-out infinite Sidebar-module__WZVnLW__orbFloatTwo;bottom:25%;right:-30px}@keyframes Sidebar-module__WZVnLW__orbFloatOne{0%,to{transform:translate(0)scale(1)}50%{transform:translate(25px,35px)scale(1.18)}}@keyframes Sidebar-module__WZVnLW__orbFloatTwo{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,-25px)scale(1.22)}}[data-theme=pink] .Sidebar-module__WZVnLW__themeToggle{color:#73485e;background:#e6a2c514;border:1px solid #e6a2c538}[data-theme=pink] .Sidebar-module__WZVnLW__themeToggle:hover{color:#85526c;background:#e6a2c52e}[data-theme=pink] .Sidebar-module__WZVnLW__navItem:hover{color:#73485e;background:#e6a2c514}[data-theme=pink] .Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{box-shadow:2px 2px 8px #73485e0a;color:#73485e!important;background:linear-gradient(90deg,#e6a2c538 0%,#e6a2c50d 100%)!important}[data-theme=pink] .Sidebar-module__WZVnLW__navItem:before{background:#e6a2c5}[data-theme=pink] .Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active .Sidebar-module__WZVnLW__navIcon{color:#e6a2c5}[data-theme=pink] .Sidebar-module__WZVnLW__bellBadge{border-color:#ffebf1}[data-theme=pink] .Sidebar-module__WZVnLW__logoImg{border-color:#c9a14a66;animation:5s ease-in-out infinite Sidebar-module__WZVnLW__ariLogoGlow}@keyframes Sidebar-module__WZVnLW__ariLogoGlow{0%,to{box-shadow:0 0 #e6a2c500}50%{box-shadow:0 0 12px -1px #e7c98fa6}}@media (prefers-reduced-motion:reduce){[data-theme=pink] .Sidebar-module__WZVnLW__logoImg{animation:none}}[data-theme=pink] .Sidebar-module__WZVnLW__userCard{background:#e6a2c514;border-color:#e6a2c538}[data-theme=pink] .Sidebar-module__WZVnLW__avatar{color:#73485e;background:#e6a2c52e;border-color:#e6a2c54d}[data-theme=pink] .Sidebar-module__WZVnLW__userName{color:#73485e}[data-theme=pink] .Sidebar-module__WZVnLW__logoutBtn:hover{background:#ef444414}
.FilterDropdown-module__s5bZjG__wrapper{display:inline-block;position:relative}.FilterDropdown-module__s5bZjG__trigger{border:1px solid var(--border);color:var(--text-main);cursor:pointer;white-space:nowrap;background:#634d3e08;border-radius:8px;justify-content:space-between;align-items:center;gap:.4rem;min-width:130px;padding:.5rem .85rem;font-size:.85rem;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.FilterDropdown-module__s5bZjG__trigger:hover{border-color:var(--primary);background:#d6a8a80f}.FilterDropdown-module__s5bZjG__triggerActive{border-color:var(--primary);background:#d6a8a81a}.FilterDropdown-module__s5bZjG__triggerInner{flex-direction:column;flex:1;align-items:flex-start;gap:.05rem;min-width:0;display:flex}.FilterDropdown-module__s5bZjG__labelText{color:var(--text-muted);font-size:.7rem;font-weight:500;line-height:1}.FilterDropdown-module__s5bZjG__valueText{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.84rem;font-weight:500;overflow:hidden}.FilterDropdown-module__s5bZjG__triggerActive .FilterDropdown-module__s5bZjG__valueText{color:var(--brand-brown);font-weight:600}.FilterDropdown-module__s5bZjG__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .15s}.FilterDropdown-module__s5bZjG__chevronOpen{transform:rotate(180deg)}.FilterDropdown-module__s5bZjG__dropdown{z-index:9999;background:var(--surface);border:1px solid var(--border);border-radius:10px;min-width:210px;max-width:280px;animation:.12s FilterDropdown-module__s5bZjG__dropIn;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 32px #634d3e26}@keyframes FilterDropdown-module__s5bZjG__dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.FilterDropdown-module__s5bZjG__dropHeader{border-bottom:1px solid var(--border);background:#634d3e08;justify-content:space-between;align-items:center;padding:.6rem .85rem .4rem;display:flex}.FilterDropdown-module__s5bZjG__dropTitle{color:var(--brand-brown);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.FilterDropdown-module__s5bZjG__selectAll{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600}.FilterDropdown-module__s5bZjG__selectAll:hover{text-decoration:underline}.FilterDropdown-module__s5bZjG__optionList{max-height:260px;padding:.35rem 0;overflow-y:auto}.FilterDropdown-module__s5bZjG__optionList::-webkit-scrollbar{width:4px}.FilterDropdown-module__s5bZjG__optionList::-webkit-scrollbar-thumb{background:#634d3e33;border-radius:2px}.FilterDropdown-module__s5bZjG__optionItem{cursor:pointer;color:var(--text-main);-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;padding:.45rem .85rem;font-size:.85rem;transition:background .1s;display:flex}.FilterDropdown-module__s5bZjG__optionItem:hover{background:#634d3e0d}.FilterDropdown-module__s5bZjG__optionItem input[type=checkbox]{width:14px;height:14px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.FilterDropdown-module__s5bZjG__allOption{border-bottom:1px solid var(--border);color:var(--text-muted);margin-bottom:.2rem;font-style:italic}
.Chip-module__2uJqra__chip{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-weight:var(--weight-semibold);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;transition:background-color var(--dur-fast) ease, border-color var(--dur-fast) ease, color var(--dur-fast) ease;align-items:center;gap:.4rem;padding:.4rem .85rem;font-family:inherit;display:inline-flex}.Chip-module__2uJqra__chip:hover{border-color:rgba(var(--primary-rgb), .45);color:var(--brand-brown);background:rgba(var(--primary-rgb), .06)}.Chip-module__2uJqra__active{border-color:var(--primary);background:rgba(var(--primary-rgb), .14);color:var(--brand-brown);font-weight:var(--weight-bold)}.Chip-module__2uJqra__icon{line-height:0;display:inline-flex}.Chip-module__2uJqra__count{background:rgba(var(--brand-brown-rgb), .12);color:var(--text-muted);border-radius:var(--radius-pill);font-size:.68rem;font-weight:var(--weight-bold);font-variant-numeric:tabular-nums;padding:0 6px;line-height:1.5}.Chip-module__2uJqra__countActive{background:var(--primary);color:#fff}
.HoiAri-module__1_zpXG__fab{right:1rem;bottom:calc(1rem + var(--mobile-bottom-nav-offset,0px));z-index:900;border-radius:var(--radius-pill,999px);background:var(--brand-brown);color:#fff;font-weight:var(--weight-bold,700);font-size:var(--text-sm,.875rem);box-shadow:var(--shadow-lg);cursor:pointer;transition:transform var(--dur-fast,.15s) var(--ease-out), box-shadow var(--dur-fast,.15s) var(--ease-out);border:none;align-items:center;gap:.5rem;padding:.7rem 1.1rem;display:inline-flex;position:fixed}.HoiAri-module__1_zpXG__fab:hover{transform:translateY(-2px)}.HoiAri-module__1_zpXG__fab:active{transform:translateY(0)}.HoiAri-module__1_zpXG__fabLabel{white-space:nowrap}@media (min-width:769px){.HoiAri-module__1_zpXG__fab{bottom:1.5rem;right:1.5rem}}.HoiAri-module__1_zpXG__overlay{z-index:1000;animation:HoiAri-module__1_zpXG__fadeIn var(--dur-fast,.15s) var(--ease-out);background:#00000073;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}@media (min-width:769px){.HoiAri-module__1_zpXG__overlay{justify-content:flex-end;align-items:flex-end;padding:1.5rem}}.HoiAri-module__1_zpXG__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg,16px) var(--radius-lg,16px) 0 0;width:100%;max-width:100%;height:82vh;max-height:82vh;box-shadow:var(--shadow-lg);animation:HoiAri-module__1_zpXG__slideUp var(--dur,.25s) var(--ease-out);flex-direction:column;display:flex;overflow:hidden}@media (min-width:769px){.HoiAri-module__1_zpXG__panel{border-radius:var(--radius-lg,16px);width:400px;height:620px;max-height:80vh}}.HoiAri-module__1_zpXG__header{background:var(--brand-brown);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.HoiAri-module__1_zpXG__headerTitle{align-items:center;gap:.6rem;display:flex}.HoiAri-module__1_zpXG__headerIcon{color:#fff;opacity:.95}.HoiAri-module__1_zpXG__headerName{font-weight:var(--weight-bold,700);font-size:var(--text-base,1rem)}.HoiAri-module__1_zpXG__headerSub{font-size:var(--text-xs,.75rem);opacity:.8}.HoiAri-module__1_zpXG__closeBtn{border-radius:var(--radius-sm,8px);color:#fff;cursor:pointer;background:#ffffff26;border:none;padding:.3rem;display:inline-flex}.HoiAri-module__1_zpXG__closeBtn:hover{background:#ffffff47}.HoiAri-module__1_zpXG__body{background:rgba(var(--brand-brown-rgb), .03);flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}.HoiAri-module__1_zpXG__welcome{flex-direction:column;gap:.9rem;display:flex}.HoiAri-module__1_zpXG__welcomeText{font-size:var(--text-sm,.875rem);color:var(--text-muted);line-height:var(--leading-normal,1.6);margin:.3rem 0 0}.HoiAri-module__1_zpXG__suggestList{flex-direction:column;gap:.5rem;display:flex}.HoiAri-module__1_zpXG__suggestChip{text-align:left;border:1px solid var(--border);border-radius:var(--radius-md,12px);background:var(--surface);color:var(--text-main);font-size:var(--text-sm,.875rem);cursor:pointer;transition:background var(--dur-fast,.15s) var(--ease-out), border-color var(--dur-fast,.15s) var(--ease-out);padding:.6rem .8rem}.HoiAri-module__1_zpXG__suggestChip:hover{background:rgba(var(--brand-brown-rgb), .06);border-color:var(--brand-brown)}.HoiAri-module__1_zpXG__rowUser{justify-content:flex-end;display:flex}.HoiAri-module__1_zpXG__rowAri{justify-content:flex-start;display:flex}.HoiAri-module__1_zpXG__bubbleUser,.HoiAri-module__1_zpXG__bubbleAri{border-radius:var(--radius-md,12px);max-width:85%;font-size:var(--text-sm,.875rem);line-height:var(--leading-normal,1.6);white-space:pre-wrap;word-break:break-word;padding:.6rem .85rem}.HoiAri-module__1_zpXG__bubbleUser{background:var(--brand-brown);color:#fff;border-bottom-right-radius:4px}.HoiAri-module__1_zpXG__bubbleAri{background:var(--surface);color:var(--text-main);border:1px solid var(--border);border-bottom-left-radius:4px}.HoiAri-module__1_zpXG__typing{align-items:center;gap:4px;display:inline-flex}.HoiAri-module__1_zpXG__dot{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite HoiAri-module__1_zpXG__blink}.HoiAri-module__1_zpXG__dot:nth-child(2){animation-delay:.2s}.HoiAri-module__1_zpXG__dot:nth-child(3){animation-delay:.4s}.HoiAri-module__1_zpXG__inputBar{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.7rem;display:flex}.HoiAri-module__1_zpXG__input{resize:none;border:1px solid var(--border);border-radius:var(--radius-md,12px);background:var(--surface);max-height:96px;color:var(--text-main);font-size:var(--text-sm,.875rem);font-family:inherit;line-height:var(--leading-snug,1.4);flex:1;padding:.6rem .75rem}.HoiAri-module__1_zpXG__input:focus{border-color:var(--border-focus,var(--brand-brown));outline:none}.HoiAri-module__1_zpXG__sendBtn{border-radius:var(--radius-md,12px);background:var(--brand-brown);color:#fff;cursor:pointer;width:40px;height:40px;transition:opacity var(--dur-fast,.15s) var(--ease-out);border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.HoiAri-module__1_zpXG__sendBtn:disabled{opacity:.45;cursor:not-allowed}@keyframes HoiAri-module__1_zpXG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HoiAri-module__1_zpXG__slideUp{0%{opacity:.6;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes HoiAri-module__1_zpXG__blink{0%,60%,to{opacity:.3}30%{opacity:1}}
.AriLoader-module__VHpn3G__wrap{color:var(--brand-brown);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.AriLoader-module__VHpn3G__ring{justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative}.AriLoader-module__VHpn3G__ring:before{content:"";border:2px solid #0000;border-top-color:var(--primary);border-right-color:var(--primary);opacity:.7;border-radius:50%;animation:1.1s linear infinite AriLoader-module__VHpn3G__ariSpin;position:absolute;inset:0}.AriLoader-module__VHpn3G__cameo{color:var(--brand-brown);animation:2.4s ease-in-out infinite AriLoader-module__VHpn3G__ariBreath}.AriLoader-module__VHpn3G__caption{color:var(--text-muted);letter-spacing:.02em;font-size:.9rem}@keyframes AriLoader-module__VHpn3G__ariSpin{to{transform:rotate(360deg)}}@keyframes AriLoader-module__VHpn3G__ariBreath{0%,to{opacity:.85;transform:scale(.94)}50%{opacity:1;transform:scale(1.04)}}[data-theme=pink] .AriLoader-module__VHpn3G__ring:before{border-top-color:var(--ari-gold,#c9a14a);border-right-color:var(--primary)}@media (prefers-reduced-motion:reduce){.AriLoader-module__VHpn3G__ring:before{animation-duration:2.5s}.AriLoader-module__VHpn3G__cameo{animation:none}}
.Onboarding-module__kX40AW__overlay{z-index:10050;animation:Onboarding-module__kX40AW__ob-fade .2s var(--ease-out,ease) both;background:#00000080;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.Onboarding-module__kX40AW__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg,16px);width:100%;max-width:440px;box-shadow:var(--shadow-lg,0 20px 60px #00000040);text-align:center;animation:Onboarding-module__kX40AW__ob-pop .28s var(--ease-out,ease) both;padding:1.75rem 1.5rem 1.5rem;position:relative}.Onboarding-module__kX40AW__skip{min-width:44px;min-height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .4rem;font-size:.8rem;font-weight:600;position:absolute;top:.75rem;right:.85rem}.Onboarding-module__kX40AW__skip:hover{color:var(--text-main);background:rgba(var(--brand-brown-rgb), .06)}.Onboarding-module__kX40AW__cameo{justify-content:center;margin-bottom:.25rem;display:flex}.Onboarding-module__kX40AW__iconBadge{width:52px;height:52px;color:var(--primary);background:rgba(var(--brand-brown-rgb), .08);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;margin:.5rem auto .75rem;display:inline-flex}.Onboarding-module__kX40AW__title{color:var(--brand-brown);letter-spacing:-.015em;text-wrap:balance;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.Onboarding-module__kX40AW__body{max-width:36ch;color:var(--text-muted);margin:0 auto;font-size:.9rem;line-height:1.6}.Onboarding-module__kX40AW__dots{justify-content:center;gap:6px;margin:1.1rem 0 1.25rem;display:flex}.Onboarding-module__kX40AW__dot{background:rgba(var(--brand-brown-rgb), .2);width:7px;height:7px;transition:width var(--ease-smooth,ease) .2s, background var(--ease-smooth,ease) .2s;border-radius:999px}.Onboarding-module__kX40AW__dotActive{background:var(--primary);width:20px}.Onboarding-module__kX40AW__actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.Onboarding-module__kX40AW__actions .btn{flex:1;justify-content:center}@keyframes Onboarding-module__kX40AW__ob-fade{0%{opacity:0}to{opacity:1}}@keyframes Onboarding-module__kX40AW__ob-pop{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.Onboarding-module__kX40AW__overlay,.Onboarding-module__kX40AW__card{animation:none}.Onboarding-module__kX40AW__dot{transition:none}}
.Toast-module__yWhMxq__container{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;width:340px;max-width:calc(100vw - 2rem);display:flex;position:fixed;top:1rem;right:1rem}@media (max-width:480px){.Toast-module__yWhMxq__container{width:100%;max-width:100%;padding:.5rem .75rem 0;top:0;left:0;right:0}}@keyframes Toast-module__yWhMxq__toastIn{0%{opacity:0;transform:translate(calc(100% + 1rem))}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__yWhMxq__toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(calc(100% + 1rem))}}@media (max-width:480px){@keyframes Toast-module__yWhMxq__toastIn{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes Toast-module__yWhMxq__toastOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-1rem)}}}@media (prefers-reduced-motion:reduce){@keyframes Toast-module__yWhMxq__toastIn{0%{opacity:0}to{opacity:1}}@keyframes Toast-module__yWhMxq__toastOut{0%{opacity:1}to{opacity:0}}}.Toast-module__yWhMxq__toast{pointer-events:all;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-md);font-size:.9rem;font-weight:var(--weight-medium);color:var(--text-main);animation:Toast-module__yWhMxq__toastIn .35s var(--ease-out) forwards, Toast-module__yWhMxq__toastOut var(--dur-slow) 3.2s var(--ease-smooth) forwards;align-items:center;gap:.625rem;display:flex}.Toast-module__yWhMxq__success{border-left:4px solid var(--success)}.Toast-module__yWhMxq__error{border-left:4px solid var(--danger)}.Toast-module__yWhMxq__info{border-left:4px solid var(--info)}.Toast-module__yWhMxq__warning{border-left:4px solid var(--warning)}.Toast-module__yWhMxq__toastIcon{flex-shrink:0}.Toast-module__yWhMxq__success .Toast-module__yWhMxq__toastIcon{color:var(--success)}.Toast-module__yWhMxq__error .Toast-module__yWhMxq__toastIcon{color:var(--danger)}.Toast-module__yWhMxq__info .Toast-module__yWhMxq__toastIcon{color:var(--info)}.Toast-module__yWhMxq__warning .Toast-module__yWhMxq__toastIcon{color:var(--warning)}.Toast-module__yWhMxq__toastMsg{flex:1;line-height:1.4}.Toast-module__yWhMxq__toastClose{cursor:pointer;color:var(--text-muted);transition:color var(--dur-fast) ease, background-color var(--dur-fast) ease;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.2rem;display:flex}.Toast-module__yWhMxq__toastClose:hover{color:var(--text-main);background:rgba(var(--brand-brown-rgb), .08)}
.de-xuat-module__73NqWG__loaderContainer{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.de-xuat-module__73NqWG__spinner{border:4px solid var(--border);border-left-color:var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite de-xuat-module__73NqWG__spin}@keyframes de-xuat-module__73NqWG__spin{to{transform:rotate(360deg)}}.de-xuat-module__73NqWG__mainContent{padding:var(--space-8);flex:1}.de-xuat-module__73NqWG__pageHeader{margin-bottom:var(--space-8);justify-content:space-between;align-items:center;display:flex}.de-xuat-module__73NqWG__pageHeader h1{font-size:1.75rem;font-weight:var(--weight-extrabold);color:var(--text-main);margin-bottom:var(--space-1)}.de-xuat-module__73NqWG__pageDesc{color:var(--text-muted);font-size:var(--text-base)}.de-xuat-module__73NqWG__filterCard{margin-bottom:var(--space-6);z-index:10;position:relative}.de-xuat-module__73NqWG__chipGroup{flex-wrap:wrap;gap:.35rem;margin-top:.35rem;display:flex}.de-xuat-module__73NqWG__chip{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:.28rem .7rem;font-size:.78rem;line-height:1.4;transition:all .15s}.de-xuat-module__73NqWG__chip:hover{border-color:var(--brand-accent);color:var(--brand-accent)}.de-xuat-module__73NqWG__chipActive{background:var(--brand-accent);border-color:var(--brand-accent);color:#fff;font-weight:600}.de-xuat-module__73NqWG__filterGroup{gap:1.5rem;display:flex}.de-xuat-module__73NqWG__filterItem{flex:1}.de-xuat-module__73NqWG__proposalStatusBadge{text-transform:none;letter-spacing:.01em;border-width:1px;gap:.38rem;padding:.26rem .7rem;font-size:.77rem;font-weight:800;box-shadow:inset 0 1px #ffffff14}.de-xuat-module__73NqWG__proposalStatusIcon{opacity:.95;flex-shrink:0}.de-xuat-module__73NqWG__statusPending{color:#a16838;background:#c2957129;border-color:#c2957161}.de-xuat-module__73NqWG__statusReimburse{color:#4f7089;background:#5b91b926;border-color:#5b91b957}.de-xuat-module__73NqWG__statusPaid{color:#446251;background:#7da08e2e;border-color:#7da08e6b}.de-xuat-module__73NqWG__statusPrepaid{color:#6366f1;background:#818cf829;border-color:#818cf866}.de-xuat-module__73NqWG__statusHistory{color:#62736b;background:#7da08e1f;border-color:#7da08e42}.de-xuat-module__73NqWG__statusCancelled{color:#995f5f;background:#cf8d8d24;border-color:#cf8d8d57}.de-xuat-module__73NqWG__actionButtons{justify-content:center;gap:.5rem;display:flex}.de-xuat-module__73NqWG__actionBtn{border-radius:var(--radius-sm);border:1px solid var(--border);background:rgba(var(--brand-brown-rgb), .03);cursor:pointer;width:32px;height:32px;color:var(--text-muted);transition:background-color var(--dur) ease, border-color var(--dur) ease, color var(--dur) ease;justify-content:center;align-items:center;display:inline-flex}.de-xuat-module__73NqWG__viewBtn:hover{color:var(--info);background:#3b82f61a;border-color:#3b82f64d}.de-xuat-module__73NqWG__editBtn:hover{color:#fbbf24;background:#fbbf241a;border-color:#fbbf244d}.de-xuat-module__73NqWG__deleteBtn:hover{color:var(--danger);background:#ef44441a;border-color:#ef44444d}.de-xuat-module__73NqWG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.de-xuat-module__73NqWG__modalContent{width:100%;max-width:680px;max-height:90vh;animation:de-xuat-module__73NqWG__modalFadeIn var(--dur-slow) var(--ease-out);overflow-y:auto}@keyframes de-xuat-module__73NqWG__modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.de-xuat-module__73NqWG__modalHeader{border-bottom:1px solid var(--border);padding-bottom:var(--space-4);margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.de-xuat-module__73NqWG__modalHeader h2{font-size:1.25rem;font-weight:var(--weight-bold);color:var(--text-main)}.de-xuat-module__73NqWG__closeBtn{color:var(--text-muted);cursor:pointer;padding:var(--space-1);transition:background-color var(--dur) ease, color var(--dur) ease;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.de-xuat-module__73NqWG__closeBtn:hover{background:rgba(var(--brand-brown-rgb), .05);color:var(--text-main)}.de-xuat-module__73NqWG__formRow{gap:1rem;display:flex}.de-xuat-module__73NqWG__formActions{justify-content:flex-end;gap:var(--space-3);border-top:1px solid var(--border);padding-top:var(--space-5);margin-top:var(--space-6);display:flex}.de-xuat-module__73NqWG__errorAlert{background:var(--danger-bg);color:var(--alert-error-text);border-radius:var(--radius);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-5);align-items:center;gap:var(--space-3);border:1px solid #cf8d8d4d;font-size:.9rem;display:flex}.de-xuat-module__73NqWG__successAlert{background:var(--success-bg);color:var(--alert-success-text);border-radius:var(--radius);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-5);align-items:center;gap:var(--space-3);border:1px solid #7da08e4d;font-size:.9rem;display:flex}.de-xuat-module__73NqWG__uploadBox{border:2px dashed var(--border);background:rgba(var(--brand-brown-rgb), .01);border-radius:var(--radius);padding:var(--space-4);align-items:center;gap:var(--space-2);color:var(--text-muted);text-align:center;flex-direction:column;font-size:.85rem;display:flex}.de-xuat-module__73NqWG__uploadedBadge{background:var(--success-bg);color:var(--success);border:1px solid #10b98133;border-radius:9999px;margin-top:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.de-xuat-module__73NqWG__bulkContent{max-width:1150px}.de-xuat-module__73NqWG__bulkCommonBar{background:#60a5fa0d;border:1px solid #60a5fa26;border-radius:10px;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.de-xuat-module__73NqWG__bulkCommonItem{flex:180px;min-width:160px}.de-xuat-module__73NqWG__bulkTableWrap{border:1px solid var(--border);border-radius:10px;margin-bottom:1rem;overflow-x:auto}.de-xuat-module__73NqWG__bulkMobileCards{display:none}.de-xuat-module__73NqWG__bulkTable{border-collapse:collapse;width:100%;min-width:900px;font-size:.85rem}.de-xuat-module__73NqWG__bulkTable thead th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:rgba(var(--brand-brown-rgb), .03);border-bottom:1px solid var(--border);white-space:nowrap;padding:.6rem .5rem;font-size:.72rem;font-weight:700}.de-xuat-module__73NqWG__bulkTable tbody td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.4rem .5rem}.de-xuat-module__73NqWG__bulkTable tbody tr:hover{background:rgba(var(--brand-brown-rgb), .02)}.de-xuat-module__73NqWG__bulkIndex{text-align:center;color:var(--text-muted);width:34px;font-weight:700}.de-xuat-module__73NqWG__bulkTable .de-xuat-module__73NqWG__form-control,.de-xuat-module__73NqWG__bulkTable input,.de-xuat-module__73NqWG__bulkTable select{padding:.4rem .5rem;font-size:.85rem}.de-xuat-module__73NqWG__bulkRowError{color:var(--danger);margin:.25rem 0 .5rem;padding-left:.25rem;font-size:.78rem}.de-xuat-module__73NqWG__bulkDelBtn{border:1px solid var(--border);background:rgba(var(--brand-brown-rgb), .03);width:30px;height:30px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.de-xuat-module__73NqWG__bulkDelBtn:hover{color:var(--danger);background:#ef44441a;border-color:#ef44444d}.de-xuat-module__73NqWG__bulkFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.de-xuat-module__73NqWG__bulkTotal{color:var(--text-main);font-size:.95rem}.de-xuat-module__73NqWG__bulkTotal strong{color:var(--success);font-size:1.05rem;font-weight:800}.de-xuat-module__73NqWG__bulkStickyFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 0 0;display:flex}.de-xuat-module__73NqWG__bulkFooterActions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.de-xuat-module__73NqWG__detailContent{max-width:600px}.de-xuat-module__73NqWG__detailGrid{gap:var(--space-5) var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.de-xuat-module__73NqWG__detailItem{gap:var(--space-1);flex-direction:column;display:flex}.de-xuat-module__73NqWG__detailLabel{font-size:var(--text-sm);color:var(--text-muted);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.de-xuat-module__73NqWG__detailValue{font-size:var(--text-base);color:var(--text-main);font-weight:var(--weight-medium)}.de-xuat-module__73NqWG__invoiceImgWrapper{margin-top:var(--space-2);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.de-xuat-module__73NqWG__invoiceImg{object-fit:cover;width:100%;max-height:220px}.de-xuat-module__73NqWG__modalActions{justify-content:flex-end;gap:var(--space-3);border-top:1px solid var(--border);padding-top:var(--space-5);display:flex}.de-xuat-module__73NqWG__loaderSmall{text-align:center;color:var(--text-muted);padding:2rem}.de-xuat-module__73NqWG__emptyState{text-align:center;color:var(--text-muted);padding:3rem}.de-xuat-module__73NqWG__desktopTable{display:block}.de-xuat-module__73NqWG__mobileCards{flex-direction:column;gap:1rem;display:none}.de-xuat-module__73NqWG__mobileCard{border-radius:var(--radius-lg);padding:var(--space-5);background:rgba(var(--brand-brown-rgb), .02);border:1px solid var(--border);transition:border-color var(--dur) ease, background-color var(--dur) ease}.de-xuat-module__73NqWG__mobileCard:hover{border-color:var(--brand-accent);background:rgba(var(--brand-brown-rgb), .04)}.de-xuat-module__73NqWG__cardHeaderRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.de-xuat-module__73NqWG__cardMaPhieu{color:var(--info);font-size:1rem;font-weight:700}.de-xuat-module__73NqWG__cardDate{color:var(--text-muted);font-size:.8rem}.de-xuat-module__73NqWG__cardBodyRow{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.de-xuat-module__73NqWG__cardDetailItem{justify-content:space-between;font-size:.85rem;display:flex}.de-xuat-module__73NqWG__cardLabel{color:var(--text-muted)}.de-xuat-module__73NqWG__cardValue{color:var(--text-main);font-weight:500}.de-xuat-module__73NqWG__cardAmount{color:var(--brand-accent);font-size:1.1rem;font-weight:800}.de-xuat-module__73NqWG__cardFooterRow{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;display:flex}.de-xuat-module__73NqWG__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;margin-top:1.5rem;padding:.5rem 0;display:flex}.de-xuat-module__73NqWG__pageBtn{border-radius:var(--radius-sm);border:1px solid var(--border);background:rgba(var(--brand-brown-rgb), .03);color:var(--text-main);cursor:pointer;transition:background-color var(--dur) ease, border-color var(--dur) ease, color var(--dur) ease;justify-content:center;align-items:center;min-width:32px;padding:.4rem .75rem;font-size:.85rem;display:inline-flex}.de-xuat-module__73NqWG__pageBtn:hover:not(:disabled){background:rgba(var(--brand-brown-rgb), .08);border-color:var(--brand-accent);color:var(--brand-accent)}.de-xuat-module__73NqWG__pageBtn:disabled{opacity:.4;cursor:not-allowed}.de-xuat-module__73NqWG__pageActive{font-weight:600;background:var(--brand-accent)!important;border-color:var(--brand-accent)!important;color:#fff!important}.de-xuat-module__73NqWG__pageInfo{color:var(--text-muted);margin:0 .5rem;font-size:.85rem}.de-xuat-module__73NqWG__fab{right:1.1rem;bottom:calc(var(--mobile-bottom-nav-offset,72px) + 1rem);z-index:900;background:var(--brand-accent,var(--primary));color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s,box-shadow .15s;display:none;position:fixed;box-shadow:0 6px 18px #634d3e59}.de-xuat-module__73NqWG__fab:active{transform:scale(.92)}@media (max-width:768px){.de-xuat-module__73NqWG__mainContent{padding:var(--space-4) .85rem 5.5rem}.de-xuat-module__73NqWG__pageHeader{margin-bottom:var(--space-5)}.de-xuat-module__73NqWG__formRow{flex-direction:column;gap:0}.de-xuat-module__73NqWG__filterGroup{flex-direction:column;gap:.75rem}.de-xuat-module__73NqWG__detailGrid{grid-template-columns:1fr;gap:1rem}.de-xuat-module__73NqWG__detailItem{grid-column:span 1!important}.de-xuat-module__73NqWG__pageHeader{flex-direction:column;align-items:flex-start;gap:1rem}.de-xuat-module__73NqWG__pageHeader button{width:100%}.de-xuat-module__73NqWG__modalContent{max-height:calc(100dvh - 1rem);padding-bottom:var(--mobile-bottom-nav-offset,calc(72px + env(safe-area-inset-bottom,0px)));overflow-y:auto}.de-xuat-module__73NqWG__desktopTable{display:none!important}.de-xuat-module__73NqWG__mobileCards{display:flex}.de-xuat-module__73NqWG__actionBtn{width:40px;height:40px}.de-xuat-module__73NqWG__actionButtons{gap:.6rem}.de-xuat-module__73NqWG__fab{display:inline-flex}.de-xuat-module__73NqWG__bulkContent{width:calc(100vw - 1rem);margin:.5rem}.de-xuat-module__73NqWG__bulkCommonBar{gap:.75rem;padding:.85rem}.de-xuat-module__73NqWG__bulkCommonItem{flex-basis:100%;min-width:0}.de-xuat-module__73NqWG__bulkTableWrap{display:none}.de-xuat-module__73NqWG__bulkMobileCards{flex-direction:column;gap:.8rem;display:flex}.de-xuat-module__73NqWG__bulkMobileCard{border:1px solid var(--border);border-radius:var(--radius);background:rgba(var(--brand-brown-rgb), .02);flex-direction:column;gap:.5rem;padding:.85rem;display:flex}.de-xuat-module__73NqWG__bulkMobileCardHeader{color:var(--text-main);justify-content:space-between;align-items:center;gap:.75rem;font-weight:800;display:flex}.de-xuat-module__73NqWG__bulkMobileCard input[inputmode=numeric]{text-align:right}.de-xuat-module__73NqWG__bulkStickyFooter{bottom:var(--mobile-bottom-nav-offset,calc(72px + env(safe-area-inset-bottom,0px)));z-index:20;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-md);align-items:stretch;margin:1rem -.25rem 0;padding:.75rem;position:sticky}.de-xuat-module__73NqWG__bulkTotal,.de-xuat-module__73NqWG__bulkFooterActions{width:100%}.de-xuat-module__73NqWG__bulkFooterActions .de-xuat-module__73NqWG__btn{flex:100%}}.de-xuat-module__73NqWG__payerChoice{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.de-xuat-module__73NqWG__payerOption{text-align:left;border-radius:var(--radius);border:1.5px solid var(--border);background:rgba(var(--brand-brown-rgb), .02);cursor:pointer;transition:border-color var(--dur) ease, background-color var(--dur) ease, box-shadow var(--dur) ease;flex-direction:column;gap:.3rem;padding:.75rem .8rem;display:flex}.de-xuat-module__73NqWG__payerOption:hover{border-color:var(--primary);background:rgba(var(--brand-brown-rgb), .05)}.de-xuat-module__73NqWG__payerOptionActive{border-color:var(--primary);background:rgba(var(--brand-brown-rgb), .07);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .18)}.de-xuat-module__73NqWG__payerOptionHead{color:var(--text-main);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;display:flex}.de-xuat-module__73NqWG__payerOptionDesc{color:var(--text-muted);font-size:.74rem;line-height:1.4}.de-xuat-module__73NqWG__moreToggle{border:none;border-top:1px dashed var(--border);width:100%;color:var(--primary);cursor:pointer;background:0 0;align-items:center;gap:.4rem;margin-top:.25rem;padding:.6rem .25rem;font-family:inherit;font-size:.85rem;font-weight:600;display:flex}.de-xuat-module__73NqWG__moreToggle:hover{color:var(--primary-hover)}.de-xuat-module__73NqWG__moreBody{animation:de-xuat-module__73NqWG__moreReveal .2s var(--ease-out,ease) both;flex-direction:column;gap:1rem;padding-top:.25rem;display:flex}@keyframes de-xuat-module__73NqWG__moreReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.de-xuat-module__73NqWG__submitHint{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.8rem}.de-xuat-module__73NqWG__timeline{margin-bottom:var(--space-5);border-radius:var(--radius);background:rgba(var(--brand-brown-rgb), .03);border:1px solid var(--border);align-items:flex-start;gap:0;padding:.9rem .5rem;display:flex}.de-xuat-module__73NqWG__timelineStep{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.35rem;display:flex;position:relative}.de-xuat-module__73NqWG__timelineStep:not(:last-child):after{content:"";background:var(--border);height:2px;position:absolute;top:13px;left:calc(50% + 16px);right:calc(16px - 50%)}.de-xuat-module__73NqWG__timelineStepDone:not(:last-child):after{background:var(--success)}.de-xuat-module__73NqWG__timelineDot{background:var(--surface);border:2px solid var(--border);width:28px;height:28px;color:var(--text-muted);z-index:1;border-radius:50%;justify-content:center;align-items:center;display:flex}.de-xuat-module__73NqWG__timelineStepDone .de-xuat-module__73NqWG__timelineDot{background:var(--success);border-color:var(--success);color:#fff}.de-xuat-module__73NqWG__timelineStepCurrent .de-xuat-module__73NqWG__timelineDot{border-color:var(--warning);color:var(--warning);box-shadow:0 0 0 3px var(--warning-bg)}.de-xuat-module__73NqWG__timelineLabel{color:var(--text-muted);max-width:90px;font-size:.72rem;font-weight:600;line-height:1.3}.de-xuat-module__73NqWG__timelineStepDone .de-xuat-module__73NqWG__timelineLabel{color:var(--text-main)}.de-xuat-module__73NqWG__timelineStepCurrent .de-xuat-module__73NqWG__timelineLabel{color:var(--warning);font-weight:700}.de-xuat-module__73NqWG__timelineCancelled{margin-bottom:var(--space-5);border-radius:var(--radius);background:var(--danger-bg);border:1px solid var(--danger);color:var(--danger);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}@media (max-width:768px){.de-xuat-module__73NqWG__payerChoice{grid-template-columns:1fr}.de-xuat-module__73NqWG__timelineLabel{font-size:.66rem}}.de-xuat-module__73NqWG__massBar{z-index:30;background:var(--surface);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #2563eb40;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:.85rem 1.1rem;display:flex;position:sticky;bottom:1rem}.de-xuat-module__73NqWG__massInfo{color:var(--text-main);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.de-xuat-module__73NqWG__massActions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.de-xuat-module__73NqWG__mobileSelectAll{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .25rem;font-size:.88rem;font-weight:600;display:none}@media (max-width:768px){.de-xuat-module__73NqWG__mobileSelectAll{display:flex}.de-xuat-module__73NqWG__massBar{bottom:calc(var(--mobile-bottom-nav-offset,72px) + .6rem);flex-direction:column;align-items:stretch}.de-xuat-module__73NqWG__massActions{width:100%}.de-xuat-module__73NqWG__massActions .de-xuat-module__73NqWG__btn{flex:1}}
.dashboard-module__ri1OsW__loaderContainer{min-height:100dvh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.dashboard-module__ri1OsW__spinner{border:4px solid var(--border);border-left-color:var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite dashboard-module__ri1OsW__spin}@keyframes dashboard-module__ri1OsW__spin{to{transform:rotate(360deg)}}.dashboard-module__ri1OsW__mainContent{padding:var(--space-8);flex:1;max-width:100%;overflow-x:hidden}.dashboard-module__ri1OsW__banner{background:linear-gradient(135deg, rgba(var(--primary-rgb), .12) 0%, rgba(var(--brand-brown-rgb), .03) 100%);border:1px solid rgba(var(--primary-rgb), .22);border-radius:var(--radius-xl);padding:1.75rem var(--space-8) 1.875rem;margin-bottom:var(--space-10);justify-content:space-between;align-items:center;display:flex;position:relative;overflow:hidden}.dashboard-module__ri1OsW__banner:before{content:"";background:radial-gradient(ellipse at center, rgba(var(--primary-rgb), .14) 0%, transparent 65%);pointer-events:none;width:320px;height:220px;position:absolute;top:-60%;right:-5%}.dashboard-module__ri1OsW__bannerText{position:relative}.dashboard-module__ri1OsW__bannerText h1{font-size:1.75rem;font-weight:var(--weight-extrabold);letter-spacing:-.02em;color:var(--brand-brown);margin-bottom:var(--space-1)}[data-theme=pink] .dashboard-module__ri1OsW__banner{border:1px dashed #73485e38;border-bottom:3px solid var(--primary);background:linear-gradient(135deg,#ffebf1bf 0%,#fffbfdeb 100%);position:relative;overflow:hidden}[data-theme=pink] .dashboard-module__ri1OsW__banner:after{content:"Call Me\a ARI";white-space:pre;text-align:center;width:84px;height:84px;line-height:1.05;font-family:var(--font-quicksand), var(--font-sans);letter-spacing:.08em;color:#fff6ec;background:radial-gradient(circle at 36% 30%, #f0d9a6 0%, var(--ari-gold,#c9a14a) 62%, #9c7a2c 100%);pointer-events:none;opacity:.95;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding-top:14px;font-size:.62rem;font-weight:700;display:flex;position:absolute;bottom:-20px;right:-20px;transform:rotate(-10deg);box-shadow:inset 0 0 0 2px #ffffff59,inset 0 0 10px #785a1459,0 4px 12px -3px #785a1480}@media (max-width:768px){[data-theme=pink] .dashboard-module__ri1OsW__banner:after{display:none}}.dashboard-module__ri1OsW__bannerText p{color:var(--text-muted);font-size:.95rem}.dashboard-module__ri1OsW__staffAction{margin-bottom:var(--space-8);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}.dashboard-module__ri1OsW__staffActionMain{flex-direction:column;flex:1;gap:.15rem;min-width:220px;display:flex}.dashboard-module__ri1OsW__staffActionTitle{font-size:1.15rem;font-weight:var(--weight-bold);color:var(--brand-brown);letter-spacing:-.01em}.dashboard-module__ri1OsW__staffActionDesc{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem}.dashboard-module__ri1OsW__staffActionMain .btn{align-self:flex-start;padding:.7rem 1.4rem;font-size:.95rem}.dashboard-module__ri1OsW__staffActionStats{gap:.6rem;display:flex}.dashboard-module__ri1OsW__staffStat{border-radius:var(--radius);border:1px solid var(--border);background:rgba(var(--brand-brown-rgb), .03);cursor:pointer;min-width:76px;transition:border-color var(--dur) ease, background-color var(--dur) ease;flex-direction:column;align-items:center;gap:.1rem;padding:.6rem .5rem;font-family:inherit;display:flex}.dashboard-module__ri1OsW__staffStat:hover{border-color:var(--primary);background:rgba(var(--brand-brown-rgb), .06)}.dashboard-module__ri1OsW__staffStatNum{font-size:1.35rem;font-weight:var(--weight-extrabold);color:var(--text-main);line-height:1.1}.dashboard-module__ri1OsW__staffStatLbl{font-size:.7rem;font-weight:var(--weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.dashboard-module__ri1OsW__staffStatWarn .dashboard-module__ri1OsW__staffStatNum{color:var(--danger)}@media (max-width:768px){.dashboard-module__ri1OsW__staffAction{gap:1rem;padding:1.1rem}.dashboard-module__ri1OsW__staffActionMain .btn{justify-content:center;align-self:stretch;width:100%}.dashboard-module__ri1OsW__staffActionStats{width:100%}.dashboard-module__ri1OsW__staffStat{flex:1}}.dashboard-module__ri1OsW__dashboardGrid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.dashboard-module__ri1OsW__statCard{position:relative;overflow:hidden}.dashboard-module__ri1OsW__statCard:after{content:"";background:radial-gradient(circle, rgba(var(--primary-rgb), .09) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:130px;height:130px;position:absolute;top:-44px;right:-44px}.dashboard-module__ri1OsW__statCard:hover{transform:translateY(-3px)}.dashboard-module__ri1OsW__cardHeader{color:var(--text-muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.09em;justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.dashboard-module__ri1OsW__cardIcon{color:var(--primary);opacity:.85}.dashboard-module__ri1OsW__statCard h3{color:var(--text-main);letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin-bottom:.375rem;font-size:clamp(1.6rem,2.4vw,1.95rem);font-weight:800;line-height:1.15}[data-theme=pink] .dashboard-module__ri1OsW__statCard h3{padding-bottom:7px;display:inline-block;position:relative}[data-theme=pink] .dashboard-module__ri1OsW__statCard h3:after{content:"";background:var(--ari-gold-line,linear-gradient(90deg, transparent, #c9a14a, transparent));opacity:.85;width:100%;height:1.5px;position:absolute;bottom:0;left:0}.dashboard-module__ri1OsW__cardInfo{color:var(--text-muted);font-size:.78rem;line-height:1.45}.dashboard-module__ri1OsW__blueCard{border-left:4px solid var(--primary)}.dashboard-module__ri1OsW__blueCard .dashboard-module__ri1OsW__cardIcon{color:var(--primary)}.dashboard-module__ri1OsW__yellowCard{border-left:4px solid var(--warning)}.dashboard-module__ri1OsW__yellowCard .dashboard-module__ri1OsW__cardIcon{color:var(--warning)}.dashboard-module__ri1OsW__purpleCard{border-left:4px solid var(--info)}.dashboard-module__ri1OsW__purpleCard .dashboard-module__ri1OsW__cardIcon{color:var(--info)}.dashboard-module__ri1OsW__greenCard{border-left:4px solid var(--success)}.dashboard-module__ri1OsW__greenCard .dashboard-module__ri1OsW__cardIcon{color:var(--success)}.dashboard-module__ri1OsW__redCard{border-left:4px solid var(--danger)}.dashboard-module__ri1OsW__redCard .dashboard-module__ri1OsW__cardIcon{color:var(--danger)}.dashboard-module__ri1OsW__largeCard{grid-column:span 4;margin-top:1rem}.dashboard-module__ri1OsW__cardTitleBar{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.dashboard-module__ri1OsW__cardTitleBar h2{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--text-main)}.dashboard-module__ri1OsW__loaderSmall{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.dashboard-module__ri1OsW__emptyState{align-items:center;gap:var(--space-3);text-align:center;padding:var(--space-12) var(--space-6);color:var(--text-muted);font-size:var(--text-base);border:1.5px dashed var(--border);border-radius:var(--radius-lg);background:rgba(var(--brand-brown-rgb), .02);flex-direction:column;display:flex}.dashboard-module__ri1OsW__emptyCameo{color:var(--brand-brown);opacity:.35}[data-theme=pink] .dashboard-module__ri1OsW__emptyCameo{opacity:.45}.dashboard-module__ri1OsW__sectionTitle{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:var(--tracking-widest);color:var(--brand-brown);margin:0 0 var(--space-4);display:flex}.dashboard-module__ri1OsW__monthNavBtn{border:1px solid var(--border);border-radius:var(--radius-sm,8px);width:32px;height:32px;color:var(--brand-brown);cursor:pointer;transition:background .15s var(--ease-out,ease), opacity .15s var(--ease-out,ease);background:0 0;justify-content:center;align-items:center;display:inline-flex}.dashboard-module__ri1OsW__monthNavBtn:hover:not(:disabled){background:rgba(var(--brand-brown-rgb), .08)}.dashboard-module__ri1OsW__monthNavBtn:disabled{opacity:.35;cursor:not-allowed}.dashboard-module__ri1OsW__alertRow{justify-content:space-between;align-items:center;gap:var(--space-3);border-radius:var(--radius-md);margin-bottom:var(--space-2);transition:background-color var(--dur) ease, border-color var(--dur) ease, transform var(--dur) var(--ease-smooth);border:1px solid #0000;flex-wrap:wrap;padding:.625rem .875rem;display:flex}.dashboard-module__ri1OsW__alertClickable{cursor:pointer}.dashboard-module__ri1OsW__alertClickable:hover{transform:translate(3px)}.dashboard-module__ri1OsW__alertCritical{background:var(--danger-bg);border-color:#cf8d8d59;border-left:3px solid var(--danger);box-shadow:0 2px 10px -3px #cf8d8d4d}.dashboard-module__ri1OsW__alertWarning{background:var(--warning-bg);border-left:3px solid var(--warning)}.dashboard-module__ri1OsW__alertInfo{background:var(--info-bg);border-left:3px solid #0000}.dashboard-module__ri1OsW__alertCode{color:var(--info);font-weight:600}.dashboard-module__ri1OsW__forecastCard{margin-bottom:1.5rem}.dashboard-module__ri1OsW__forecastHead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.dashboard-module__ri1OsW__forecastTitle{color:var(--text-main);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:flex}.dashboard-module__ri1OsW__forecastKpi{color:var(--text-main);letter-spacing:-.02em;margin:.25rem 0 .15rem;font-size:1.7rem;font-weight:800}.dashboard-module__ri1OsW__forecastSub{color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.dashboard-module__ri1OsW__forecastWarning{color:#ef4444;background:#ef444414;border-left:3px solid #ef4444;border-radius:10px;align-items:flex-start;gap:.6rem;margin-bottom:.75rem;padding:.65rem .9rem;font-size:.88rem;font-weight:600;line-height:1.45;display:flex}[data-theme=dark] .dashboard-module__ri1OsW__forecastWarning{background:#ef44441f}[data-theme=pink] .dashboard-module__ri1OsW__forecastWarning{background:#ef444412}.dashboard-module__ri1OsW__forecastTimeline{scrollbar-width:thin;gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.dashboard-module__ri1OsW__forecastWeek{min-width:64px;padding:var(--space-2) .35rem;border-radius:var(--radius);background:rgba(var(--brand-brown-rgb), .04);border:1px solid var(--border);flex-direction:column;flex:1;align-items:center;gap:.3rem;display:flex}[data-theme=dark] .dashboard-module__ri1OsW__forecastWeek{background:#ffffff08}[data-theme=pink] .dashboard-module__ri1OsW__forecastWeek{background:#ffebf159}.dashboard-module__ri1OsW__forecastWeekLabel{color:var(--text-muted);white-space:nowrap;font-size:.72rem}.dashboard-module__ri1OsW__forecastWeekVal{text-align:center;font-size:.75rem;font-weight:700;line-height:1.2}.dashboard-module__ri1OsW__fundHero{background:linear-gradient(135deg, var(--brand-brown) 0%, var(--brand-brown-hover) 100%);border-radius:var(--radius-xl);color:#fff;box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;padding:1.1rem 1.25rem 1.25rem;display:flex}[data-theme=dark] .dashboard-module__ri1OsW__fundHero{color:#2a231d}[data-theme=pink] .dashboard-module__ri1OsW__fundHero{color:#fff;background:linear-gradient(135deg,#73485e 0%,#5d3a4c 100%)}.dashboard-module__ri1OsW__fundHeroLabel{text-transform:uppercase;letter-spacing:.06em;opacity:.8;font-size:.68rem;font-weight:700}.dashboard-module__ri1OsW__fundHeroVal{letter-spacing:-.015em;font-variant-numeric:tabular-nums;margin-top:.2rem;font-size:1.9rem;font-weight:800}.dashboard-module__ri1OsW__fundHeroMeta{opacity:.85;margin-top:.25rem;font-size:.72rem}.dashboard-module__ri1OsW__fundStrip{-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:.75rem;margin-bottom:.75rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.dashboard-module__ri1OsW__fundChip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:142px;box-shadow:var(--shadow-sm);flex:none;padding:.75rem .9rem}.dashboard-module__ri1OsW__fundChipNeg{border-color:#cf8d8d66}.dashboard-module__ri1OsW__fundChipName{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.74rem;font-weight:600;display:flex}.dashboard-module__ri1OsW__fundChipVal{color:var(--brand-brown);font-variant-numeric:tabular-nums;margin-top:.25rem;font-size:1.05rem;font-weight:700}.dashboard-module__ri1OsW__fundChipNeg .dashboard-module__ri1OsW__fundChipVal{color:var(--danger)}.dashboard-module__ri1OsW__fundChipZero{opacity:.5}.dashboard-module__ri1OsW__fundStripHead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;display:flex}.dashboard-module__ri1OsW__twoColRow{gap:var(--space-6);grid-template-columns:1fr;align-items:start;margin-bottom:1.5rem;display:grid}@media (min-width:1100px){.dashboard-module__ri1OsW__twoColRow{grid-template-columns:1fr 1fr}}@media (max-width:768px){.dashboard-module__ri1OsW__fundHeroVal{font-size:1.7rem}}@media (max-width:1024px){.dashboard-module__ri1OsW__dashboardGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__ri1OsW__largeCard{grid-column:span 2}}.dashboard-module__ri1OsW__tbBoard{margin-bottom:1.5rem;padding:1rem 1.25rem}.dashboard-module__ri1OsW__tbHeaderRow{align-items:center;gap:.5rem;display:flex}.dashboard-module__ri1OsW__tbHeaderRowSpaced{margin-bottom:.75rem}.dashboard-module__ri1OsW__tbIcon{color:var(--primary);flex-shrink:0}.dashboard-module__ri1OsW__tbTitleLabel{color:var(--text-main);flex:1;font-size:.92rem;font-weight:700}.dashboard-module__ri1OsW__tbAddBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:2px 6px;font-size:.8rem;font-weight:600;display:flex}.dashboard-module__ri1OsW__tbEmpty{color:var(--text-muted);margin:0;font-size:.82rem}.dashboard-module__ri1OsW__tbList{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__ri1OsW__tbItem{background:rgba(var(--surface-rgb,255, 255, 255), .04);border:1px solid rgba(var(--border-rgb,200, 200, 200), .18);border-radius:8px;flex-wrap:wrap;align-items:flex-start;gap:.6rem;padding:.55rem .75rem;display:flex}.dashboard-module__ri1OsW__tbBadge{border-radius:999px;flex-shrink:0;margin-top:2px;padding:2px 7px;font-size:.68rem;font-weight:700}.dashboard-module__ri1OsW__tbContent{flex:1;min-width:0}.dashboard-module__ri1OsW__tbItemTitle{color:var(--text-main);margin-right:.4rem;font-size:.88rem;font-weight:700}.dashboard-module__ri1OsW__tbItemBody{color:var(--text-muted);font-size:.84rem}.dashboard-module__ri1OsW__tbExpandBtn{cursor:pointer;color:var(--primary);background:0 0;border:none;align-items:center;gap:2px;padding:0 4px;font-size:.78rem;font-weight:600;display:inline-flex}.dashboard-module__ri1OsW__tbExpireLabel{color:var(--text-muted);white-space:nowrap;flex-shrink:0;align-self:center;font-size:.75rem}.dashboard-module__ri1OsW__tbManageActions{flex-shrink:0;align-self:center;gap:.25rem;display:flex}.dashboard-module__ri1OsW__tbIconBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:3px;display:flex}.dashboard-module__ri1OsW__tbDeleteBtn{cursor:pointer;color:var(--danger);background:0 0;border:none;border-radius:4px;padding:3px;font-size:.7rem;font-weight:700;display:flex}.dashboard-module__ri1OsW__tbModalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dashboard-module__ri1OsW__tbModalCard{border-radius:16px;width:100%;max-width:480px;padding:1.5rem}.dashboard-module__ri1OsW__tbModalTitle{color:var(--text-main);margin:0 0 1rem;font-size:1rem;font-weight:700}.dashboard-module__ri1OsW__tbFormStack{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__ri1OsW__tbFieldLabel{color:var(--text-muted);margin-bottom:4px;font-size:.82rem;display:block}.dashboard-module__ri1OsW__tbRequired{color:var(--danger)}.dashboard-module__ri1OsW__tbTextInput{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-main);box-sizing:border-box;border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.dashboard-module__ri1OsW__tbTextarea{resize:vertical;}.dashboard-module__ri1OsW__tbFieldRow{flex-wrap:wrap;gap:.75rem;display:flex}.dashboard-module__ri1OsW__tbFieldCol{flex:1;min-width:140px}.dashboard-module__ri1OsW__tbTagRow{flex-wrap:wrap;gap:.4rem;display:flex}.dashboard-module__ri1OsW__tbTagBtn{cursor:pointer;border:2px solid;border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:700}.dashboard-module__ri1OsW__tbActionsRow{justify-content:flex-end;gap:.75rem;margin-top:1.25rem;display:flex}.dashboard-module__ri1OsW__tbCancelBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1.25rem;font-weight:600}.dashboard-module__ri1OsW__xuLyCard{border-left:4px solid var(--warning);margin-bottom:1.5rem}.dashboard-module__ri1OsW__xuLyHeading{align-items:center;gap:8px;display:flex}.dashboard-module__ri1OsW__warnIcon{color:var(--warning)}.dashboard-module__ri1OsW__xuLyCountBadge{border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:700}.dashboard-module__ri1OsW__pendingStrip{margin-bottom:1rem}.dashboard-module__ri1OsW__pendingStripLabel{align-items:center;gap:8px;font-weight:600;display:flex}.dashboard-module__ri1OsW__pendingStripBtn{padding:.3rem .7rem;font-size:.8rem}.dashboard-module__ri1OsW__alertGroup{margin-bottom:1rem}.dashboard-module__ri1OsW__alertGroupTitle{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.dashboard-module__ri1OsW__alertMainCol{flex:1;min-width:150px}.dashboard-module__ri1OsW__alertLabelCol{flex:1;min-width:140px;font-weight:500}.dashboard-module__ri1OsW__alertSubtext{color:var(--text-muted);font-size:.85rem}.dashboard-module__ri1OsW__alertAmount{font-weight:700}.dashboard-module__ri1OsW__warnCardTop{border-left:4px solid var(--warning);margin-top:1.5rem}.dashboard-module__ri1OsW__dangerCardTop{border-left:4px solid var(--danger);margin-top:1.5rem}.dashboard-module__ri1OsW__cardHeadRow{align-items:center;gap:8px;margin-bottom:.85rem;display:flex}.dashboard-module__ri1OsW__cardHeadTitle{color:var(--text-main);font-size:.95rem;font-weight:700}.dashboard-module__ri1OsW__smallCountBadge{border-radius:999px;padding:2px 7px;font-size:.72rem;font-weight:700}.dashboard-module__ri1OsW__miniActionBtn{padding:.4rem .8rem;font-size:.8rem}.dashboard-module__ri1OsW__forecastLoadingBox{padding:.25rem 0}.dashboard-module__ri1OsW__forecastEyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.2rem;font-size:.72rem;font-weight:700}.dashboard-module__ri1OsW__noMarginCard{margin-bottom:0}.dashboard-module__ri1OsW__chartBarsRow{align-items:flex-end;gap:1rem;height:180px;padding:0 .5rem;display:flex}.dashboard-module__ri1OsW__chartBarsRowLive{position:relative}.dashboard-module__ri1OsW__chartBarCol{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:6px;height:100%;display:flex}.dashboard-module__ri1OsW__chartBarPair{justify-content:center;align-items:flex-end;gap:4px;width:100%;height:140px;display:flex}.dashboard-module__ri1OsW__chartBarHalf{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.dashboard-module__ri1OsW__chartBarLabel{color:var(--text-muted);white-space:nowrap;font-size:.72rem}.dashboard-module__ri1OsW__chartLnOverlay{pointer-events:none;height:140px;position:absolute;top:0;left:.5rem;right:.5rem}.dashboard-module__ri1OsW__chartLnMarker{border:2px solid var(--surface);pointer-events:auto;cursor:help;background:#f59e0b;border-radius:50%;width:9px;height:9px;position:absolute;transform:translate(-50%,-50%)}.dashboard-module__ri1OsW__chartLegendRow{border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;gap:1.5rem;margin-top:1rem;padding-top:.75rem;font-size:.8rem;display:flex}.dashboard-module__ri1OsW__chartLegendItem{align-items:center;gap:6px;display:flex}.dashboard-module__ri1OsW__chartLegendSwatch{border-radius:2px;width:12px;height:12px;display:inline-block}.dashboard-module__ri1OsW__chartLegendLineSwatch{border-radius:2px;width:14px;height:3px;display:inline-block}.dashboard-module__ri1OsW__chartLegendHint{color:var(--text-muted);margin-left:auto}.dashboard-module__ri1OsW__chartLegendFootnote{width:100%;color:var(--text-muted);margin-top:.1rem;font-size:.7rem}.dashboard-module__ri1OsW__pipelineLegendRow{color:var(--text-muted);gap:1.2rem;margin-bottom:1rem;font-size:.78rem;display:flex}.dashboard-module__ri1OsW__pipelineLegendDot{border-radius:2px;width:10px;height:10px;display:inline-block}.dashboard-module__ri1OsW__pipelineEmpty{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem}.dashboard-module__ri1OsW__pipelineList{flex-direction:column;gap:.85rem;display:flex}.dashboard-module__ri1OsW__pipelineRow{align-items:center;gap:.7rem;display:flex}.dashboard-module__ri1OsW__pipelineAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:700;display:inline-flex}.dashboard-module__ri1OsW__pipelineNameCol{flex:0 0 100px;min-width:0}.dashboard-module__ri1OsW__pipelineName{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:600;overflow:hidden}.dashboard-module__ri1OsW__pipelineCount{color:var(--text-muted);font-size:.72rem}.dashboard-module__ri1OsW__pipelineBarCol{flex:1;min-width:0}.dashboard-module__ri1OsW__pipelineBarTrack{background:rgba(var(--brand-brown-rgb), .08);border-radius:4px;min-width:4px;height:8px;display:flex;overflow:hidden}.dashboard-module__ri1OsW__pipelineBarFooter{justify-content:space-between;margin-top:3px;font-size:.74rem;display:flex}.dashboard-module__ri1OsW__pipelineOverdue{cursor:pointer;background:var(--warning-bg,#f59e0b1f);color:var(--warning);border-radius:8px;align-items:center;gap:8px;margin-top:1rem;padding:.55rem .75rem;display:flex}.dashboard-module__ri1OsW__pipelineOverdueText{flex:1;font-size:.82rem}.dashboard-module__ri1OsW__pipelineFooter{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;font-size:.82rem;display:flex}.dashboard-module__ri1OsW__sectionSpaced{margin-top:1.5rem;margin-bottom:1.5rem}.dashboard-module__ri1OsW__sectionBottomSpaced{margin-bottom:1.5rem}.dashboard-module__ri1OsW__emptyNote{color:var(--text-muted);text-align:center;padding:1rem 0;font-size:.88rem}.dashboard-module__ri1OsW__rowStack{flex-direction:column;gap:.85rem;display:flex}.dashboard-module__ri1OsW__budgetList{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__ri1OsW__budgetRowHead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.dashboard-module__ri1OsW__budgetCatName{color:var(--text-main);flex:1;min-width:120px;font-size:.88rem;font-weight:600}.dashboard-module__ri1OsW__budgetAmounts{color:var(--text-muted);white-space:nowrap;font-size:.8rem}.dashboard-module__ri1OsW__budgetPct{white-space:nowrap;text-align:right;min-width:38px;font-size:.78rem;font-weight:700}.dashboard-module__ri1OsW__budgetTrack{background:rgba(var(--brand-brown-rgb), .08);border-radius:3px;height:6px;overflow:hidden}.dashboard-module__ri1OsW__budgetFill{border-radius:3px;height:100%;transition:width .35s}.dashboard-module__ri1OsW__budgetRemain{margin-top:.2rem;font-size:.74rem}.dashboard-module__ri1OsW__dtmKpiRow{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.dashboard-module__ri1OsW__dtmKpiCol{flex:1;min-width:120px}.dashboard-module__ri1OsW__dtmKpiColRight{text-align:right;flex:0;min-width:60px}.dashboard-module__ri1OsW__dtmKpiLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.75rem;font-weight:600}.dashboard-module__ri1OsW__dtmKpiValue{font-size:1.15rem;font-weight:800}.dashboard-module__ri1OsW__dtmProgressTrack{background:rgba(var(--brand-brown-rgb), .08);border-radius:4px;height:8px;margin-bottom:1rem;overflow:hidden}.dashboard-module__ri1OsW__dtmProgressFill{border-radius:4px;height:100%;transition:width .35s}.dashboard-module__ri1OsW__dtmChannelList{flex-direction:column;gap:.6rem;display:flex}.dashboard-module__ri1OsW__dtmChannelHead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.2rem;display:flex}.dashboard-module__ri1OsW__dtmChannelName{color:var(--text-main);flex:1;align-items:center;gap:6px;min-width:100px;font-size:.83rem;font-weight:600;display:flex}.dashboard-module__ri1OsW__dtmChannelDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dashboard-module__ri1OsW__dtmChannelAmounts{color:var(--text-muted);white-space:nowrap;font-size:.78rem}.dashboard-module__ri1OsW__dtmChannelPct{text-align:right;min-width:36px;font-size:.78rem;font-weight:700}.dashboard-module__ri1OsW__dtmChannelTrack{background:rgba(var(--brand-brown-rgb), .08);border-radius:2px;height:4px;overflow:hidden}.dashboard-module__ri1OsW__dtmChannelFill{border-radius:2px;height:100%;transition:width .35s}@media (max-width:768px){.dashboard-module__ri1OsW__mainContent{padding:var(--space-6) var(--space-4)}.dashboard-module__ri1OsW__banner{align-items:flex-start;gap:var(--space-5);padding:var(--space-5);flex-direction:column}.dashboard-module__ri1OsW__bannerText h1{font-size:var(--text-xl)}.dashboard-module__ri1OsW__actions,.dashboard-module__ri1OsW__actions button{width:100%}.dashboard-module__ri1OsW__dashboardGrid{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}.dashboard-module__ri1OsW__largeCard{grid-column:span 1}.dashboard-module__ri1OsW__statCard h3{font-size:1.3rem}.dashboard-module__ri1OsW__cardHeader{margin-bottom:.5rem;font-size:.62rem}.dashboard-module__ri1OsW__cardInfo{font-size:.72rem}}
.duyet-module__yvpVba__loaderContainer{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.duyet-module__yvpVba__spinner{border:4px solid var(--border);border-left-color:var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite duyet-module__yvpVba__spin}@keyframes duyet-module__yvpVba__spin{to{transform:rotate(360deg)}}.duyet-module__yvpVba__mainContent{min-width:0;max-width:100%;padding:var(--space-8);flex:1}.duyet-module__yvpVba__pageHeader{margin-bottom:var(--space-8)}.duyet-module__yvpVba__pageHeader h1{font-size:1.75rem;font-weight:var(--weight-extrabold);color:var(--text-main);margin-bottom:var(--space-1)}.duyet-module__yvpVba__pageDesc{color:var(--text-muted);font-size:var(--text-base)}.duyet-module__yvpVba__tabContainer{background:rgba(var(--brand-brown-rgb), .03);border:1px solid var(--border);border-radius:var(--radius-lg);gap:var(--space-1);margin-bottom:var(--space-8);padding:.375rem;display:flex}.duyet-module__yvpVba__tabBtn{color:var(--text-muted);cursor:pointer;transition:color .18s var(--ease-out), background .18s var(--ease-out), box-shadow .18s var(--ease-out);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.6rem;padding:.7rem .875rem;font-size:.9rem;font-weight:600;display:flex;overflow:hidden}.duyet-module__yvpVba__tabBtn:hover{color:var(--text-main);background:rgba(var(--brand-brown-rgb), .05)}.duyet-module__yvpVba__activeTab{background:var(--primary);box-shadow:0 2px 10px #2563eb47,inset 0 1px #ffffff1f;color:#fff!important}.duyet-module__yvpVba__activeTab:hover{background:var(--primary)}.duyet-module__yvpVba__tabBadge{background:var(--danger);color:#fff;border-radius:9999px;flex-shrink:0;padding:.1rem .45rem;font-size:.72rem;font-weight:700}.duyet-module__yvpVba__activeTab .duyet-module__yvpVba__tabBadge{color:#fff;background:#ffffff47}.duyet-module__yvpVba__cardHeader h2{color:var(--text-main);font-size:1.2rem;font-weight:700}.duyet-module__yvpVba__noiDungBox{white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-size:.9rem;overflow:hidden}.duyet-module__yvpVba__nccLabel{color:var(--text-muted);margin-top:.125rem;font-size:.75rem;display:block}.duyet-module__yvpVba__approvalButtons{justify-content:center;gap:.5rem;display:flex}.duyet-module__yvpVba__mobileApprovalCards{display:none}.duyet-module__yvpVba__desktopApprovalTable{display:block}.duyet-module__yvpVba__approvalCard{background:rgba(var(--brand-brown-rgb), .025);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;flex-direction:column;gap:.9rem;padding:1rem;display:flex}.duyet-module__yvpVba__approvalCardSelected{border-color:var(--primary);background:#2563eb0f}.duyet-module__yvpVba__approvalCardTop{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.duyet-module__yvpVba__approvalCardTop strong{color:var(--text-main);white-space:nowrap;font-size:1.05rem}.duyet-module__yvpVba__approvalCheck{color:var(--info);align-items:center;gap:.55rem;font-weight:800;display:flex}.duyet-module__yvpVba__approvalCheck input{width:18px;height:18px}.duyet-module__yvpVba__approvalMetaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.duyet-module__yvpVba__approvalMetaGrid div,.duyet-module__yvpVba__approvalCardControls label{flex-direction:column;gap:.25rem;min-width:0;display:flex}.duyet-module__yvpVba__approvalMetaGrid span,.duyet-module__yvpVba__approvalCardBody span,.duyet-module__yvpVba__approvalCardControls span{color:var(--text-muted);text-transform:uppercase;font-size:.74rem;font-weight:700}.duyet-module__yvpVba__approvalMetaGrid strong{color:var(--text-main);overflow-wrap:anywhere;font-size:.88rem}.duyet-module__yvpVba__approvalCardBody{background:rgba(var(--brand-brown-rgb), .035);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.3rem;padding:.75rem;display:flex}.duyet-module__yvpVba__approvalCardBody p{color:var(--text-main);overflow-wrap:anywhere;margin:0;font-size:.92rem;line-height:1.45}.duyet-module__yvpVba__approvalCardBody small{color:var(--text-muted)}.duyet-module__yvpVba__prepaidPill{background:var(--success-bg);border:1px solid var(--success);border-radius:999px;align-self:flex-start;padding:.15rem .45rem;color:var(--success)!important;text-transform:none!important}.duyet-module__yvpVba__approvalCardControls{grid-template-columns:1fr;gap:.75rem;display:grid}.duyet-module__yvpVba__approvalCardActions{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.duyet-module__yvpVba__approvalCardActions button{justify-content:center;min-height:42px;padding:.5rem .45rem;font-size:.82rem}.duyet-module__yvpVba__splitLayout{align-items:flex-start;gap:1.5rem;display:flex}.duyet-module__yvpVba__splitDesc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.85rem}.duyet-module__yvpVba__staffList{flex-direction:column;gap:.75rem;display:flex}.duyet-module__yvpVba__staffItem{background:rgba(var(--brand-brown-rgb), .02);border:1px solid var(--border);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;gap:.5rem;width:100%;padding:1rem;transition:all .2s;display:flex}.duyet-module__yvpVba__staffItem:hover{background:rgba(var(--brand-brown-rgb), .05);border-color:rgba(var(--brand-brown-rgb), .12)}.duyet-module__yvpVba__activeStaff{border-color:var(--primary)!important;background:#2563eb14!important}.duyet-module__yvpVba__staffHeader{color:var(--text-main);align-items:center;gap:.5rem;display:flex}.duyet-module__yvpVba__staffName{font-size:.95rem;font-weight:700}.duyet-module__yvpVba__staffFooter{color:var(--text-muted);justify-content:space-between;font-size:.75rem;display:flex}.duyet-module__yvpVba__unselectedState{text-align:center;color:var(--text-muted);padding:4rem 2rem}.duyet-module__yvpVba__alertIcon{color:var(--warning);margin-bottom:1rem}.duyet-module__yvpVba__mergeSummaryBar{background:rgba(var(--brand-brown-rgb), .02);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem;display:flex}.duyet-module__yvpVba__mergeSummaryText{flex-direction:column;flex:1;gap:.375rem;font-size:.9rem;display:flex}.duyet-module__yvpVba__mergeActionBox{border-left:1px solid var(--border);width:260px;padding-left:1.5rem}.duyet-module__yvpVba__loaderSmall{text-align:center;color:var(--text-muted);padding:2rem}.duyet-module__yvpVba__emptyState{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;font-size:.9rem;display:flex}.duyet-module__yvpVba__emptyStateTitle{color:var(--text-main);font-size:.95rem;font-weight:600}.duyet-module__yvpVba__overdueRow{border-left:3px solid var(--danger);background:var(--danger-bg)!important}.duyet-module__yvpVba__urgentRow{border-left:3px solid var(--warning);background:var(--warning-bg)!important}@media (max-width:1024px){.duyet-module__yvpVba__splitLayout{flex-direction:column;align-items:stretch}}@media (max-width:768px){.duyet-module__yvpVba__desktopApprovalTable{display:none}.duyet-module__yvpVba__mobileApprovalCards{flex-direction:column;gap:.85rem;display:flex}.duyet-module__yvpVba__tabContainer{flex-direction:column}.duyet-module__yvpVba__tabBtn{text-overflow:unset;white-space:normal;justify-content:flex-start;overflow:visible}.duyet-module__yvpVba__bulkBar{z-index:20;box-shadow:var(--shadow-md);border-radius:12px;position:sticky;bottom:.75rem}.duyet-module__yvpVba__bulkActions{width:100%}.duyet-module__yvpVba__mergeSummaryBar{flex-direction:column;align-items:stretch}.duyet-module__yvpVba__mergeActionBox{border-left:none;border-top:1px solid var(--border);width:100%;padding-top:1rem;padding-left:0}.duyet-module__yvpVba__mainContent{padding:1.5rem 1rem}.duyet-module__yvpVba__approvalCardActions{grid-template-columns:1fr}}@media (min-width:769px){.duyet-module__yvpVba__desktopApprovalTable{display:block}.duyet-module__yvpVba__mobileApprovalCards{display:none}}.duyet-module__yvpVba__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.duyet-module__yvpVba__modalContent{width:100%;max-width:680px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) duyet-module__yvpVba__modalFadeIn;overflow-y:auto}@keyframes duyet-module__yvpVba__modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.duyet-module__yvpVba__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.duyet-module__yvpVba__modalHeader h2{color:var(--text-main);font-size:1.25rem;font-weight:700}.duyet-module__yvpVba__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.duyet-module__yvpVba__closeBtn:hover{background:rgba(var(--brand-brown-rgb), .05);color:var(--text-main)}.duyet-module__yvpVba__detailContent{max-width:600px}.duyet-module__yvpVba__detailGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1.5rem;display:grid}.duyet-module__yvpVba__detailItem{flex-direction:column;gap:.25rem;display:flex}.duyet-module__yvpVba__detailLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.duyet-module__yvpVba__detailValue{color:var(--text-main);font-size:.95rem;font-weight:500}.duyet-module__yvpVba__invoiceImgWrapper{border:1px solid var(--border);border-radius:8px;margin-top:.5rem;overflow:hidden}.duyet-module__yvpVba__invoiceImg{object-fit:cover;width:100%;max-height:220px}.duyet-module__yvpVba__modalActions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding-top:1.25rem;display:flex}.duyet-module__yvpVba__bulkBar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2563eb0f;border:1px solid #2563eb2e;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1.1rem;display:flex}.duyet-module__yvpVba__bulkInfo{color:var(--text-main);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.duyet-module__yvpVba__bulkActions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.duyet-module__yvpVba__filterToolbar{background:rgba(var(--brand-brown-rgb), .04);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.6rem .85rem;display:flex}
.thu-chi-module__z19VFa__loaderContainer{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.thu-chi-module__z19VFa__spinner{border:4px solid var(--border);border-left-color:var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite thu-chi-module__z19VFa__spin}@keyframes thu-chi-module__z19VFa__spin{to{transform:rotate(360deg)}}.thu-chi-module__z19VFa__mainContent{min-width:0;max-width:100%;padding:var(--space-8);flex:1}.thu-chi-module__z19VFa__pageHeader{margin-bottom:var(--space-8);justify-content:space-between;align-items:center;display:flex}.thu-chi-module__z19VFa__pageHeader h1{font-size:1.75rem;font-weight:var(--weight-extrabold);color:var(--text-main);margin-bottom:var(--space-1)}.thu-chi-module__z19VFa__pageDesc{color:var(--text-muted);font-size:var(--text-base)}.thu-chi-module__z19VFa__filterCard{z-index:10;margin-bottom:1.5rem;position:relative}.thu-chi-module__z19VFa__filterGroup{gap:1.5rem;display:flex}.thu-chi-module__z19VFa__filterItem{flex:1}.thu-chi-module__z19VFa__noiDungBox{white-space:nowrap;text-overflow:ellipsis;max-width:250px;overflow:hidden}.thu-chi-module__z19VFa__thuBadge{background:var(--success-bg);color:var(--success);border:1px solid rgba(var(--success-rgb), .2);border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700;display:inline-flex}.thu-chi-module__z19VFa__chiBadge{background:var(--danger-bg);color:var(--danger);border:1px solid rgba(var(--danger-rgb), .2);border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700;display:inline-flex}.thu-chi-module__z19VFa__originMergeBadge{background:var(--info-bg);color:var(--info);border:1px solid rgba(var(--info-rgb), .2);border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.thu-chi-module__z19VFa__viewDetailBtn{border:1px solid var(--border);background:rgba(var(--brand-brown-rgb), .03);cursor:pointer;width:32px;height:32px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.thu-chi-module__z19VFa__viewDetailBtn:hover{background:var(--info-bg);color:var(--info);border-color:rgba(var(--info-rgb), .3)}.thu-chi-module__z19VFa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.thu-chi-module__z19VFa__modalContent{width:100%;max-width:680px;max-height:92vh;animation:.3s cubic-bezier(.16,1,.3,1) thu-chi-module__z19VFa__modalFadeIn;overflow-y:auto}@keyframes thu-chi-module__z19VFa__modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.thu-chi-module__z19VFa__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.thu-chi-module__z19VFa__modalHeader h2{color:var(--text-main);font-size:1.25rem;font-weight:700}.thu-chi-module__z19VFa__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.thu-chi-module__z19VFa__closeBtn:hover{background:rgba(var(--brand-brown-rgb), .05);color:var(--text-main)}.thu-chi-module__z19VFa__formRow{gap:1rem;display:flex}.thu-chi-module__z19VFa__formActions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.thu-chi-module__z19VFa__errorAlert{background:var(--danger-bg);border:1px solid rgba(var(--danger-rgb), .3);color:var(--alert-error-text);border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.thu-chi-module__z19VFa__successAlert{background:var(--success-bg);border:1px solid rgba(var(--success-rgb), .3);color:var(--alert-success-text);border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.thu-chi-module__z19VFa__detailCardGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1.5rem;margin-bottom:1.5rem;display:grid}.thu-chi-module__z19VFa__detailItem{flex-direction:column;gap:.25rem;display:flex}.thu-chi-module__z19VFa__detailLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.thu-chi-module__z19VFa__detailValue{color:var(--text-main);font-size:.95rem;font-weight:500}.thu-chi-module__z19VFa__subProposalsSection{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.thu-chi-module__z19VFa__subProposalsHeader{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.thu-chi-module__z19VFa__subProposalsHeader h3{font-size:1rem;font-weight:700}.thu-chi-module__z19VFa__subProposalsDesc{color:var(--text-muted);margin-bottom:1rem;font-size:.8rem}.thu-chi-module__z19VFa__modalActions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding-top:1.25rem;display:flex}.thu-chi-module__z19VFa__loaderSmall{text-align:center;color:var(--text-muted);padding:2rem}.thu-chi-module__z19VFa__emptyState{text-align:center;color:var(--text-muted);padding:3rem}.thu-chi-module__z19VFa__desktopTable{display:block}.thu-chi-module__z19VFa__mobileCards{flex-direction:column;gap:1rem;display:none}.thu-chi-module__z19VFa__mobileCard{background:rgba(var(--brand-brown-rgb), .02);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:all .2s}.thu-chi-module__z19VFa__mobileCard:hover{border-color:var(--brand-accent);background:rgba(var(--brand-brown-rgb), .04)}.thu-chi-module__z19VFa__cardHeaderRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.thu-chi-module__z19VFa__cardMaPhieu{font-size:1rem;font-weight:700}.thu-chi-module__z19VFa__cardDate{color:var(--text-muted);font-size:.8rem}.thu-chi-module__z19VFa__cardBodyRow{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.thu-chi-module__z19VFa__cardDetailItem{justify-content:space-between;font-size:.85rem;display:flex}.thu-chi-module__z19VFa__cardLabel{color:var(--text-muted)}.thu-chi-module__z19VFa__cardValue{min-width:0;color:var(--text-main);overflow-wrap:anywhere;text-align:right;font-weight:500}.thu-chi-module__z19VFa__cardAmount{font-size:1.1rem;font-weight:800}.thu-chi-module__z19VFa__cardFooterRow{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.75rem;display:flex}.thu-chi-module__z19VFa__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;margin-top:1.5rem;padding:.5rem 0;display:flex}.thu-chi-module__z19VFa__pageBtn{border:1px solid var(--border);background:rgba(var(--brand-brown-rgb), .03);color:var(--text-main);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-width:32px;padding:.4rem .75rem;font-size:.85rem;transition:all .2s;display:inline-flex}.thu-chi-module__z19VFa__pageBtn:hover:not(:disabled){background:rgba(var(--brand-brown-rgb), .08);border-color:var(--brand-accent);color:var(--brand-accent)}.thu-chi-module__z19VFa__pageBtn:disabled{opacity:.4;cursor:not-allowed}.thu-chi-module__z19VFa__pageActive{font-weight:600;background:var(--brand-accent)!important;border-color:var(--brand-accent)!important;color:#fff!important}.thu-chi-module__z19VFa__pageInfo{color:var(--text-muted);margin:0 .5rem;font-size:.85rem}.thu-chi-module__z19VFa__cancelTxBtn{border:1px solid var(--border);background:rgba(var(--brand-brown-rgb), .03);cursor:pointer;width:32px;height:32px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.thu-chi-module__z19VFa__cancelTxBtn:hover{background:var(--danger-bg);color:var(--danger);border-color:rgba(var(--danger-rgb), .3)}@media (max-width:768px){.thu-chi-module__z19VFa__formRow{flex-direction:column;gap:0}.thu-chi-module__z19VFa__filterGroup{flex-direction:column;gap:.75rem}.thu-chi-module__z19VFa__detailCardGrid{grid-template-columns:1fr;gap:1rem}.thu-chi-module__z19VFa__detailItem{grid-column:span 1!important}.thu-chi-module__z19VFa__pageHeader{flex-direction:column;align-items:flex-start;gap:1rem}.thu-chi-module__z19VFa__pageHeader button{width:100%}.thu-chi-module__z19VFa__mainContent{padding:1.5rem 1rem}.thu-chi-module__z19VFa__desktopTable{display:none!important}.thu-chi-module__z19VFa__mobileCards{display:flex}}
.AutoPushSubscribe-module__RKtBdG__banner{z-index:850;background:var(--surface);border:1px solid var(--border);width:calc(100% - 2rem);max-width:340px;box-shadow:var(--shadow-lg);animation:AutoPushSubscribe-module__RKtBdG__pushBannerIn .28s var(--ease-out,ease);border-radius:14px;align-items:center;gap:.7rem;padding:.75rem .9rem;display:flex;position:fixed;bottom:1rem;right:1rem}@keyframes AutoPushSubscribe-module__RKtBdG__pushBannerIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.AutoPushSubscribe-module__RKtBdG__icon{color:var(--primary);flex-shrink:0}.AutoPushSubscribe-module__RKtBdG__text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.AutoPushSubscribe-module__RKtBdG__text strong{color:var(--text-main);font-size:.86rem;font-weight:700}.AutoPushSubscribe-module__RKtBdG__text span{color:var(--text-muted);font-size:.76rem;line-height:1.35}.AutoPushSubscribe-module__RKtBdG__allowBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;min-width:76px;min-height:38px;padding:.5rem .95rem;font-size:.82rem;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex}.AutoPushSubscribe-module__RKtBdG__allowBtn:hover{filter:brightness(1.05)}.AutoPushSubscribe-module__RKtBdG__allowBtn:active{transform:scale(.96)}.AutoPushSubscribe-module__RKtBdG__allowBtn:disabled{opacity:.7;cursor:default}.AutoPushSubscribe-module__RKtBdG__dismissBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:4px;line-height:0;display:flex}.AutoPushSubscribe-module__RKtBdG__dismissBtn:hover{background:rgba(var(--brand-brown-rgb), .08)}.AutoPushSubscribe-module__RKtBdG__spin{animation:.8s linear infinite AutoPushSubscribe-module__RKtBdG__pushSpin}@keyframes AutoPushSubscribe-module__RKtBdG__pushSpin{to{transform:rotate(360deg)}}@media (max-width:768px){.AutoPushSubscribe-module__RKtBdG__banner{top:calc(env(safe-area-inset-top) + 4.75rem);width:auto;max-width:none;bottom:auto;left:1rem;right:1rem}@keyframes AutoPushSubscribe-module__RKtBdG__pushBannerIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}}
.bao-cao-module__AI6GTG__mainContent{padding:var(--space-8);background:var(--background);flex:1;min-height:100vh}.bao-cao-module__AI6GTG__pageHeader{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.bao-cao-module__AI6GTG__pageHeader h1{font-size:1.75rem;font-weight:var(--weight-bold);color:var(--brand-brown)}.bao-cao-module__AI6GTG__pageDesc{color:var(--text-muted);margin-top:var(--space-1);font-size:.9rem}.bao-cao-module__AI6GTG__loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.bao-cao-module__AI6GTG__spinner{border:3px solid #d6a8a833;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite bao-cao-module__AI6GTG__spin}@keyframes bao-cao-module__AI6GTG__spin{to{transform:rotate(360deg)}}.bao-cao-module__AI6GTG__filterCard{z-index:10;margin-bottom:1.5rem;padding:1.25rem 1.5rem;position:relative}.bao-cao-module__AI6GTG__chipGroup{flex-wrap:wrap;gap:.35rem;margin-top:.35rem;display:flex}.bao-cao-module__AI6GTG__chip{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:.28rem .7rem;font-size:.78rem;line-height:1.4;transition:all .15s}.bao-cao-module__AI6GTG__chip:hover{border-color:var(--brand-accent);color:var(--brand-accent)}.bao-cao-module__AI6GTG__chipActive{background:var(--brand-accent);border-color:var(--brand-accent);color:#fff;font-weight:600}.bao-cao-module__AI6GTG__filterTitleBar{color:var(--brand-brown);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:flex}.bao-cao-module__AI6GTG__filterGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.bao-cao-module__AI6GTG__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.bao-cao-module__AI6GTG__sumCard{border-radius:16px;padding:1.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.bao-cao-module__AI6GTG__sumCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #634d3e14}.bao-cao-module__AI6GTG__sumHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.bao-cao-module__AI6GTG__sumHeader span{color:var(--text-muted);font-size:.85rem;font-weight:600}.bao-cao-module__AI6GTG__sumIcon{color:var(--text-muted)}.bao-cao-module__AI6GTG__sumCard h3{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.bao-cao-module__AI6GTG__sumCard p{color:var(--text-muted);font-size:.75rem}.bao-cao-module__AI6GTG__greenBg{border-left:4px solid var(--success)}.bao-cao-module__AI6GTG__greenBg .bao-cao-module__AI6GTG__sumIcon,.bao-cao-module__AI6GTG__greenBg h3{color:var(--success)}.bao-cao-module__AI6GTG__redBg{border-left:4px solid var(--danger)}.bao-cao-module__AI6GTG__redBg .bao-cao-module__AI6GTG__sumIcon,.bao-cao-module__AI6GTG__redBg h3{color:var(--danger)}.bao-cao-module__AI6GTG__blueBg{border-left:4px solid #3b82f6}.bao-cao-module__AI6GTG__blueBg .bao-cao-module__AI6GTG__sumIcon{color:#3b82f6}.bao-cao-module__AI6GTG__chartsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:900px){.bao-cao-module__AI6GTG__chartsGrid{grid-template-columns:1fr}}.bao-cao-module__AI6GTG__trendChart{align-items:flex-end;gap:6px;height:140px;padding-bottom:28px;display:flex;position:relative;overflow-x:auto}.bao-cao-module__AI6GTG__trendCol{flex-direction:column;flex:1;align-items:center;gap:2px;min-width:28px;display:flex}.bao-cao-module__AI6GTG__trendBars{justify-content:center;align-items:flex-end;gap:2px;width:100%;height:100px;display:flex}.bao-cao-module__AI6GTG__trendBarDt{background:var(--success);border-radius:3px 3px 0 0;flex:1;max-width:12px;min-height:2px;transition:height .4s}.bao-cao-module__AI6GTG__trendBarCp{background:var(--danger);border-radius:3px 3px 0 0;flex:1;max-width:12px;min-height:2px;transition:height .4s}.bao-cao-module__AI6GTG__trendLabel{color:var(--text-muted);text-align:center;margin-top:3px;font-size:.7rem}.bao-cao-module__AI6GTG__trendNet{text-align:center;white-space:nowrap;font-size:.65rem;font-weight:700}@media (max-width:768px){.bao-cao-module__AI6GTG__mainContent{padding:1rem .85rem 2rem}.bao-cao-module__AI6GTG__pageHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.bao-cao-module__AI6GTG__sumCard h3{font-size:1.3rem}}.bao-cao-module__AI6GTG__cardHeader{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.bao-cao-module__AI6GTG__cardHeader h2{color:var(--brand-brown);margin:0;font-size:1.05rem;font-weight:700}.bao-cao-module__AI6GTG__cardTitleIcon{color:var(--primary)}.bao-cao-module__AI6GTG__statsBox{flex-direction:column;gap:1.25rem;display:flex}.bao-cao-module__AI6GTG__statItem{flex-direction:column;gap:.4rem;display:flex}.bao-cao-module__AI6GTG__statHeader{color:var(--text-main);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.bao-cao-module__AI6GTG__progressBarWrapper{background:#634d3e0d;border-radius:4px;height:8px;position:relative;overflow:hidden}.bao-cao-module__AI6GTG__progressBar{border-radius:4px;height:100%;transition:width .6s}.bao-cao-module__AI6GTG__emptyState{text-align:center;color:var(--text-muted);padding:3rem 1.5rem;font-size:.9rem;font-style:italic}.bao-cao-module__AI6GTG__loaderSmall{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.bao-cao-module__AI6GTG__printHeader,.bao-cao-module__AI6GTG__printSignature{display:none}@media print{.bao-cao-module__AI6GTG__pageHeader,.bao-cao-module__AI6GTG__filterCard{display:none!important}.bao-cao-module__AI6GTG__printHeader{text-align:center;border-bottom:2px solid var(--brand-brown);margin-bottom:2rem;padding-bottom:1rem;display:block}.bao-cao-module__AI6GTG__printLogo{text-align:left;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.bao-cao-module__AI6GTG__printLogo img{width:auto;height:48px}.bao-cao-module__AI6GTG__printShopInfo{color:var(--brand-brown);flex-direction:column;display:flex}.bao-cao-module__AI6GTG__printShopInfo strong{letter-spacing:1px;font-size:1.1rem}.bao-cao-module__AI6GTG__printShopInfo span{color:var(--text-muted);font-size:.8rem}.bao-cao-module__AI6GTG__printHeader h2{text-transform:uppercase;margin:0 0 .5rem;font-size:1.5rem;font-weight:800;color:var(--brand-brown)!important}.bao-cao-module__AI6GTG__printPeriod{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--text-main)!important}.bao-cao-module__AI6GTG__printDate{font-size:.85rem;font-style:italic;color:var(--text-muted)!important}.bao-cao-module__AI6GTG__mainContent table,.bao-cao-module__AI6GTG__mainContent th,.bao-cao-module__AI6GTG__mainContent td{color:#000!important;border:1px solid #634d3e80!important}.bao-cao-module__AI6GTG__mainContent th{color:var(--brand-brown)!important;background:#634d3e0d!important}.bao-cao-module__AI6GTG__printSignature{page-break-inside:avoid;justify-content:space-between;margin-top:4rem;padding:0 1rem;display:flex}.bao-cao-module__AI6GTG__signatureBox{text-align:center;width:30%}.bao-cao-module__AI6GTG__signatureBox strong{color:var(--brand-brown);margin-bottom:.25rem;font-size:1rem;display:block}.bao-cao-module__AI6GTG__signatureBox p{color:var(--text-muted);font-size:.85rem;font-style:italic}}.bao-cao-module__AI6GTG__thuBadge{color:var(--success);background:#10b9811a;border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.bao-cao-module__AI6GTG__chiBadge{color:var(--danger);background:#ef44441a;border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.bao-cao-module__AI6GTG__duKienCard{margin-bottom:1.25rem;padding:1rem 1.1rem}.bao-cao-module__AI6GTG__duKienTitle{margin:0 0 .25rem;font-size:1rem;font-weight:700}.bao-cao-module__AI6GTG__duKienNote{color:var(--text-muted);margin:0 0 .75rem;font-size:.82rem}
.cau-hinh-module__nS0y2q__mainContent{padding:var(--space-8);background:var(--background);flex:1;min-height:100vh}.cau-hinh-module__nS0y2q__pageHeader{margin-bottom:var(--space-8);justify-content:space-between;align-items:center;display:flex}.cau-hinh-module__nS0y2q__pageHeader h1{font-size:1.75rem;font-weight:var(--weight-bold);color:var(--brand-brown)}.cau-hinh-module__nS0y2q__pageDesc{color:var(--text-muted);margin-top:var(--space-1);font-size:.9rem}.cau-hinh-module__nS0y2q__loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.cau-hinh-module__nS0y2q__spinner{border:3px solid #d6a8a833;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite cau-hinh-module__nS0y2q__spin}@keyframes cau-hinh-module__nS0y2q__spin{to{transform:rotate(360deg)}}.cau-hinh-module__nS0y2q__twoColumnLayout{grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem;display:grid}@media (max-width:1024px){.cau-hinh-module__nS0y2q__twoColumnLayout{grid-template-columns:1fr}}.cau-hinh-module__nS0y2q__panel{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:1.5rem}.cau-hinh-module__nS0y2q__panelHeader{border-bottom:2px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.cau-hinh-module__nS0y2q__panelTitle{color:var(--brand-brown);align-items:center;gap:.75rem;font-size:1.15rem;font-weight:700;display:flex}.cau-hinh-module__nS0y2q__panelIcon{color:var(--primary)}.cau-hinh-module__nS0y2q__groupCard{border:1px solid var(--border);background:#634d3e05;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem;transition:all .2s}.cau-hinh-module__nS0y2q__groupHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cau-hinh-module__nS0y2q__groupTitle{color:var(--brand-brown);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:flex}.cau-hinh-module__nS0y2q__categoryList{flex-direction:column;gap:.75rem;display:flex}.cau-hinh-module__nS0y2q__categoryItem{border:1px solid var(--border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.cau-hinh-module__nS0y2q__categoryItem:hover{border-color:#d6a8a880;box-shadow:0 4px 12px #634d3e08}.cau-hinh-module__nS0y2q__categoryInfo{flex-direction:column;gap:.25rem;display:flex}.cau-hinh-module__nS0y2q__categoryName{color:var(--text-main);font-size:.95rem;font-weight:600}.cau-hinh-module__nS0y2q__categoryMeta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.cau-hinh-module__nS0y2q__badgeRole{color:var(--brand-brown);background:#634d3e0f;border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.cau-hinh-module__nS0y2q__badgeNcc{background:var(--warning-bg);color:#8c5b32;border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.cau-hinh-module__nS0y2q__actionButtons{gap:.5rem;display:flex}.cau-hinh-module__nS0y2q__actionBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:6px;padding:.35rem;transition:all .2s}.cau-hinh-module__nS0y2q__editBtn:hover{color:var(--brand-brown);background:#634d3e14}.cau-hinh-module__nS0y2q__deleteBtn:hover{color:var(--danger);background:#ef444414}.cau-hinh-module__nS0y2q__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#634d3e4d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cau-hinh-module__nS0y2q__modalContent{width:100%;max-width:500px;margin:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards cau-hinh-module__nS0y2q__modalIn}@keyframes cau-hinh-module__nS0y2q__modalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.cau-hinh-module__nS0y2q__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.cau-hinh-module__nS0y2q__modalHeader h2{color:var(--brand-brown);font-size:1.25rem;font-weight:700}.cau-hinh-module__nS0y2q__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:50%;padding:.25rem;transition:all .2s}.cau-hinh-module__nS0y2q__closeBtn:hover{color:var(--brand-brown);background:#634d3e14}.cau-hinh-module__nS0y2q__formGroup{margin-bottom:1.25rem}.cau-hinh-module__nS0y2q__checkboxGroup{gap:1.25rem;margin-top:.5rem;display:flex}.cau-hinh-module__nS0y2q__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.cau-hinh-module__nS0y2q__formActions{justify-content:flex-end;gap:.75rem;margin-top:1.75rem;display:flex}.cau-hinh-module__nS0y2q__alert{border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.cau-hinh-module__nS0y2q__errorAlert{background:var(--danger-bg);color:var(--alert-error-text);border:1px solid #cf8d8d4d}.cau-hinh-module__nS0y2q__successAlert{background:var(--success-bg);color:var(--alert-success-text);border:1px solid #7da08e4d}
.doi-soat-module__18fQbW__noteBox{border-radius:var(--radius);border:1px solid rgba(var(--brand-brown-rgb), .18);background:rgba(var(--brand-brown-rgb), .04);color:var(--text-main);align-items:flex-start;gap:.6rem;margin-top:1.25rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.55;display:flex}.doi-soat-module__18fQbW__tableWrap{display:block}.doi-soat-module__18fQbW__cardList{display:none}@media (max-width:768px){.doi-soat-module__18fQbW__tableWrap{display:none}.doi-soat-module__18fQbW__cardList{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}}.doi-soat-module__18fQbW__monthCard{padding:1rem 1.1rem}.doi-soat-module__18fQbW__monthWarn{border-color:var(--warning)!important;background:var(--warning-bg)!important}.doi-soat-module__18fQbW__monthCardHead{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.doi-soat-module__18fQbW__monthLabel{color:var(--text-main);align-items:center;gap:.4rem;font-size:1rem;font-weight:700;display:flex}.doi-soat-module__18fQbW__tyLeChip{font-size:1.1rem;font-weight:800}.doi-soat-module__18fQbW__warnBadge{color:var(--warning);background:var(--warning-bg);border:1px solid var(--warning);border-radius:999px;align-items:center;gap:4px;padding:1px 6px;font-size:.68rem;font-weight:600;display:inline-flex}.doi-soat-module__18fQbW__warnNote{color:var(--warning);border-left:3px solid var(--warning);background:var(--warning-bg);border-radius:0 var(--radius-sm,4px) var(--radius-sm,4px) 0;margin:.3rem 0 .6rem;padding:.4rem .6rem;font-size:.78rem}.doi-soat-module__18fQbW__monthCardGrid{grid-template-columns:1fr 1fr 1fr;gap:.5rem .75rem;margin-bottom:.75rem;display:grid}.doi-soat-module__18fQbW__cardField{flex-direction:column;gap:.15rem;display:flex}.doi-soat-module__18fQbW__cardField span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.66rem}.doi-soat-module__18fQbW__cardField strong{color:var(--text-main);font-size:.8rem;font-weight:700}.doi-soat-module__18fQbW__barWrap{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.doi-soat-module__18fQbW__barTrack{background:rgba(var(--brand-brown-rgb), .12);border-radius:3px;flex:1;height:6px;overflow:hidden}.doi-soat-module__18fQbW__barFill{border-radius:3px;height:100%;transition:width .4s}.doi-soat-module__18fQbW__noteRow{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}
