*,*:before,*:after{box-sizing:border-box}body{margin:0}#root{min-height:100vh}.desktop-layout{display:none!important}.mobile-layout{display:flex!important;flex-direction:column;min-height:100vh}@media(min-width:768px){.desktop-layout{display:flex!important}.mobile-layout{display:none!important}}.login-bg{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#0f172a,#312e81,#1e1b4b)}.login-box{display:flex;flex-direction:column;align-items:center;gap:24px;width:min(440px,100%);padding:24px 16px}.login-brand{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.login-logo-icon{font-size:40px;color:#818cf8}.login-card{position:relative;overflow:hidden;width:100%;box-shadow:0 25px 50px #00000059!important}.login-card__glow{position:absolute;inset:-80px auto auto -40px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,#6366f12e,#6366f100);pointer-events:none}.login-demo-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.login-demo-chip{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:12px;font-weight:600}.sider-logo{display:flex;align-items:center;gap:10px;padding:16px;min-height:56px;border-bottom:1px solid #1e293b}.sider-logo-icon{font-size:20px;color:#818cf8;flex-shrink:0}.sider-logo-text{color:#f1f5f9;font-weight:700;font-size:15px;white-space:nowrap;overflow:hidden}.sider-user{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #1e293b;position:absolute;bottom:48px;left:0;right:0}.sider-user-info{display:flex;flex-direction:column;min-width:0;flex:1}.main-header{background:#fff!important;padding:0 24px!important;display:flex;align-items:center;box-shadow:0 1px 4px #00000014}.main-content{padding:24px;overflow-y:auto;background:linear-gradient(180deg,#f8fafc,#eef2ff)}.mobile-header{background:#fff!important;padding:0 16px!important;display:flex!important;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 1px 4px #00000014;height:64px!important;line-height:1!important;flex-shrink:0}.mobile-header__brand{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.mobile-header__logo{width:38px;height:38px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);box-shadow:inset 0 1px #ffffffb3;flex-shrink:0}.mobile-header__title-wrap{min-width:0}.mobile-header__eyebrow{display:block;color:#64748b;font-size:11px;line-height:1.2;margin-bottom:3px}.mobile-header__logout{width:42px;height:42px;border-radius:14px;background:#f8fafcf2!important;border:1px solid #e2e8f0;flex-shrink:0}.mobile-content{flex:1;overflow-y:auto;padding:16px 12px 92px;background:linear-gradient(180deg,#f8fafc,#eef2ff)}.mobile-tabbar{position:fixed;bottom:0;left:0;right:0;height:72px;background:#fff;border-top:1px solid #e2e8f0;display:flex;z-index:1000}.mobile-tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:none;background:none;cursor:pointer;color:#94a3b8;font-size:10px;font-weight:600;padding:8px 0;width:auto;height:auto;border-radius:0;transition:color .2s ease}.mobile-tab-btn__icon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.mobile-tab-btn .anticon{font-size:19px}.mobile-tab-btn.active{color:#6366f1}.mobile-tab-btn.active .mobile-tab-btn__icon{background:linear-gradient(135deg,#eef2ff,#e0e7ff);box-shadow:inset 0 1px #fffc}.mobile-tab-btn:hover{transform:none;box-shadow:none;color:#6366f1}.page-actions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.mobile-list-stack{display:flex;flex-direction:column;gap:12px}.mobile-data-card{width:100%;border:1px solid #e2e8f0;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);padding:14px;text-align:left;color:inherit;box-shadow:0 8px 24px #0f172a0d}.mobile-data-card.compact{padding:12px;border-radius:16px}.mobile-data-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.mobile-data-card__amount-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px}.mobile-data-card__label{color:#64748b;font-size:12px;line-height:1.4;margin-bottom:4px}.mobile-data-card__subtle{color:#64748b;font-size:12px;line-height:1.5}.mobile-meta-grid{display:grid;grid-template-columns:1fr;gap:10px}.mobile-meta-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-audit-fields{display:flex;flex-direction:column;gap:10px;margin-top:12px}.mobile-audit-field{padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #eef2ff}.mobile-audit-field.changed{background:#fef9c3;border-color:#fde68a}.mobile-filter-stack{width:100%;justify-content:flex-end}.mobile-filter-stack .ant-picker,.mobile-filter-stack .ant-btn{width:100%}.mobile-date-range-fields{width:100%;display:flex;flex-direction:column;gap:8px}.mobile-date-range-fields .ant-form-item{margin-bottom:0}.mobile-date-input{width:100%}.mobile-date-input input{min-height:36px}.mobile-filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.mobile-card-actions.single{grid-template-columns:1fr}.mobile-card-actions .ant-btn{height:38px;border-radius:12px}.mobile-bottom-drawer .ant-drawer-content{border-top-left-radius:24px;border-top-right-radius:24px;overflow:hidden}.mobile-bottom-drawer .ant-drawer-header{padding:16px 16px 12px}.mobile-bottom-drawer .ant-drawer-body{padding:8px 16px 16px}.mobile-bottom-drawer .ant-drawer-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.mobile-bottom-drawer .ant-drawer-footer .ant-btn{width:100%;height:44px;border-radius:12px}.mobile-sheet-modal .ant-modal-content{border-radius:22px;overflow:hidden}.mobile-sheet-modal .ant-modal-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-sheet-modal .ant-modal-footer .ant-btn{width:100%;height:42px;border-radius:12px}.mobile-form-friendly .ant-input,.mobile-form-friendly .ant-input-affix-wrapper,.mobile-form-friendly .ant-input-number,.mobile-form-friendly .ant-select-selector,.mobile-form-friendly .ant-picker,.mobile-form-friendly .ant-btn,.mobile-form-friendly textarea{min-height:42px;border-radius:12px}.mobile-form-friendly .ant-select-selector{padding-top:4px!important;padding-bottom:4px!important}.mobile-form-friendly .ant-upload-wrapper,.mobile-form-friendly .ant-upload-wrapper .ant-btn{width:100%}.reconcile-mobile-list,.reconcile-detail-mobile-list{display:flex;flex-direction:column;gap:12px}.reconcile-mobile-card{width:100%;border:1px solid #e2e8f0;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);padding:14px;text-align:left;color:inherit;box-shadow:0 8px 24px #0f172a0f}.reconcile-mobile-card__top,.reconcile-detail-mobile-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.reconcile-mobile-card__subtext,.reconcile-mobile-card__label{color:#64748b;font-size:12px;line-height:1.5}.reconcile-mobile-card__amount{margin:12px 0;font-size:28px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.reconcile-mobile-card__meta{display:flex;flex-direction:column;gap:10px}.reconcile-mobile-card__actions{margin-top:14px}.reconcile-detail-mobile-card{border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:14px;box-shadow:0 8px 24px #0f172a0d}.reconcile-detail-mobile-card__amounts,.reconcile-detail-mobile-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.reconcile-detail-mobile-card__grid{padding-top:12px;border-top:1px solid #f1f5f9}.reconcile-detail-modal-mobile .ant-modal{max-width:calc(100vw - 24px)}.reconcile-detail-modal-mobile .ant-modal-content{border-radius:20px;overflow:hidden}.reconcile-detail-modal-mobile .ant-modal-header{padding-bottom:8px}.reconcile-detail-modal-mobile .ant-modal-body{max-height:72vh;overflow-y:auto;padding-top:12px}.entry-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}.entry-row:last-child{border-bottom:none}@media(max-width:767px){.main-header,.mobile-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb!important}.mobile-tabbar{height:68px;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -6px 24px #0f172a14;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-tab-btn .anticon{font-size:18px}.login-box{width:100%;padding:24px 14px}.login-card{border-radius:24px!important}.page-actions-header{flex-direction:column;align-items:stretch;gap:12px}.page-actions-header .ant-btn{width:100%;height:42px}.mobile-content{padding:12px 10px 80px}.mobile-filter-stack{align-items:stretch}.mobile-filter-stack .ant-space-item{width:100%}.mobile-filter-stack>.ant-btn,.mobile-filter-stack>.ant-space-item>.ant-btn{height:42px}.mobile-meta-grid.two-col{grid-template-columns:1fr}.entry-row{flex-direction:column;align-items:flex-start;gap:8px}}
