@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700&display=swap";:root{--font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--primary-color: #1a7f37;--background-light: #ffffff;--background-dark: #141414;--text-light: #1f2937;--text-dark: #e5e7eb}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:var(--font-family);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}.ant-layout{min-height:100vh}.ant-layout-sider{position:fixed!important;left:0;top:0;bottom:0;z-index:100}.ant-layout-content{overflow-y:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}.dark-mode ::-webkit-scrollbar-thumb{background:#fff3}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.stat-card{border-radius:8px;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ant-table-wrapper{background:transparent}.ant-form-item-label>label{font-weight:500}.ant-btn-primary{font-weight:500}.page-header{margin-bottom:24px}.page-header h1{margin:0;font-size:24px;font-weight:600}.page-header p{margin:4px 0 0;color:#6b7280}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.pos-container{display:grid;grid-template-columns:1fr 400px;gap:24px;height:calc(100vh - 180px)}.pos-products{overflow-y:auto}.pos-cart{background:var(--background-light);border-radius:8px;padding:16px;display:flex;flex-direction:column}.dark-mode .pos-cart{background:#1f1f1f}@media print{.no-print{display:none!important}.print-only{display:block!important}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:9999}.dark-mode .loading-overlay{background:#000c}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#fee2e2;color:#991b1b}.status-badge.pending{background:#fef3c7;color:#92400e}.dark-mode .status-badge.active{background:#166534;color:#dcfce7}.dark-mode .status-badge.inactive{background:#991b1b;color:#fee2e2}.dark-mode .status-badge.pending{background:#92400e;color:#fef3c7}.bs-total-row td{background:#1a7f370f!important;border-top:2px solid #1a7f37!important}.tabular-nums{font-variant-numeric:tabular-nums;white-space:nowrap}.bs-table .ant-table-thead>tr>th:first-child{border-radius:0!important}.bs-table .ant-table-thead>tr>th:last-child{border-radius:0!important}@media (max-width: 768px){.ant-layout-sider{display:none!important}.mobile-main-layout{margin-left:0!important}.mobile-header{padding:8px 12px!important;min-height:56px!important;height:56px!important;gap:6px!important}.mobile-header .ant-space-item .ant-btn-lg{width:36px!important;height:36px!important}.mobile-header .header-user-info{display:none!important}.mobile-content{margin:8px!important}.mobile-footer{flex-direction:column!important;text-align:center!important;justify-content:center!important;gap:4px!important;height:auto!important;padding:10px 16px!important}.mobile-dashboard .ant-row{margin-left:-6px!important;margin-right:-6px!important}.mobile-dashboard .ant-row>.ant-col{padding-left:6px!important;padding-right:6px!important}.mobile-dashboard .stat-card .ant-card-body{padding:14px 16px!important}.mobile-dashboard .stat-card .ant-statistic-content-value{font-size:22px!important}.mobile-dashboard .recharts-responsive-container{min-height:200px}.mobile-dashboard .ant-card-head-title{font-size:13px!important}.ant-table-wrapper .ant-table-content{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.ant-table-cell-fix-left,.ant-table-cell-fix-right,.ant-table-cell-fix-left-last,.ant-table-cell-fix-right-first,td.ant-table-cell-fix-right,th.ant-table-cell-fix-right,td.ant-table-cell-fix-left,th.ant-table-cell-fix-left{position:static!important;left:auto!important;right:auto!important;z-index:auto!important;background:inherit!important;box-shadow:none!important}.ant-table-cell-fix-left-last:after,.ant-table-cell-fix-right-first:after,.ant-table-cell-fix-left:after,.ant-table-cell-fix-right:after{display:none!important;box-shadow:none!important}.ant-table-ping-left .ant-table-cell-fix-left-last:after,.ant-table-ping-right .ant-table-cell-fix-right-first:after{box-shadow:none!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{font-size:12px!important;padding:8px 10px!important}.ant-table-tbody>tr>td{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-table-tbody>tr>td .ant-typography{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.ant-modal{max-width:calc(100vw - 16px)!important;width:calc(100vw - 16px)!important;margin:0 auto!important;padding:0!important;top:12px!important}.ant-modal-wrap{overflow:auto!important;padding:0 8px!important}.ant-modal-centered .ant-modal{top:0!important}.ant-modal-centered .ant-modal-wrap{display:flex!important;align-items:flex-start!important;padding-top:12px!important;padding-bottom:12px!important}.ant-modal-content{max-height:calc(100dvh - 24px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:10px!important}.ant-modal-header{flex-shrink:0!important;padding:12px 16px!important}.ant-modal-body{flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important;min-height:0!important;padding:16px!important;-webkit-overflow-scrolling:touch}.ant-modal-footer{flex-shrink:0!important;padding:10px 16px!important;border-top:1px solid var(--ant-color-border, #f0f0f0)!important;margin-top:0!important}.ant-modal-close{top:10px!important;right:10px!important}.ant-modal-title{font-size:15px!important}.ant-modal-header div[style*=gap]{gap:10px!important}.ant-modal-header div[style*="width: 40px"]{width:32px!important;height:32px!important;font-size:16px!important}.ant-modal .ant-tabs-nav{padding:0 12px!important;margin-bottom:0!important}.ant-modal .ant-tabs-content-holder{padding:0!important}.ant-modal-footer .ant-space{flex-wrap:wrap;gap:6px!important}.ant-modal-footer .ant-btn{font-size:13px!important}.ant-modal-confirm .ant-modal-content{max-height:none!important}.ant-modal-confirm .ant-modal-body{overflow-y:visible!important;padding:16px!important}.auth-card-enter .ant-card .ant-card-body{padding:20px 18px 18px!important}.pos-container{grid-template-columns:1fr;height:auto}.mobile-sidebar-drawer .ant-drawer-body{padding:0!important}.mobile-sidebar-drawer .ant-drawer-header{display:none!important}.ant-layout{overflow-x:hidden}.mobile-header h2,.mobile-header p{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:calc(100vw - 180px)!important}.ant-drawer .ant-drawer-content-wrapper{max-width:100vw!important}.ant-drawer .ant-drawer-header{padding:12px 16px!important}.ant-drawer .ant-drawer-header-title{overflow:hidden!important}.ant-drawer .ant-drawer-title{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px!important}.ant-drawer .ant-drawer-extra{flex-shrink:0!important}.ant-popconfirm,.ant-popover{max-width:calc(100vw - 16px)!important;left:8px!important;right:8px!important}.ant-popover-placement-topRight,.ant-popover-placement-topLeft,.ant-popover-placement-top,.ant-popover-placement-bottomRight,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottom{max-width:calc(100vw - 16px)!important}.ant-popconfirm .ant-popconfirm-inner-content,.ant-popover-inner{max-width:calc(100vw - 32px)!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.ant-popconfirm .ant-popconfirm-message{max-width:100%!important}.ant-popconfirm .ant-popconfirm-description{max-width:100%!important;word-wrap:break-word!important}.ant-popconfirm .ant-popconfirm-buttons{flex-wrap:wrap!important}.ant-modal .ant-descriptions-view{overflow-x:auto!important}.ant-modal .ant-descriptions-item-label,.ant-modal .ant-descriptions-item-content{padding:8px 10px!important;font-size:12px!important;word-break:break-word!important}.ant-modal .ant-descriptions-row>th,.ant-modal .ant-descriptions-row>td{display:block!important;width:100%!important}.ant-modal .ant-table-wrapper{overflow-x:auto!important}.dashboard-date-filter{flex-direction:column!important;align-items:stretch!important;gap:6px!important}.dashboard-date-filter .ant-picker{max-width:100%!important}.dashboard-date-filter .ant-select{min-width:100%!important}.ant-modal .ant-form-item{margin-bottom:14px!important}.ant-modal .ant-descriptions-item{padding-bottom:8px!important}.ant-modal .ant-row{flex-direction:column!important}.ant-modal .ant-col{max-width:100%!important;flex:0 0 100%!important}.ant-table-thead>tr>th{white-space:nowrap!important;font-size:11px!important;padding:6px 8px!important}.ant-segmented{font-size:12px!important}.bs-fund-row>div{padding:10px 12px!important;gap:8px!important}.bs-fund-row>div>div:first-child{width:20px!important}.bs-fund-row>div>div:last-child{min-width:80px!important}.bs-fund-row>div+div[style*=paddingLeft]{padding-left:36px!important;padding-right:12px!important}.bs-asset-sub-details{min-width:0!important;flex-wrap:wrap!important;gap:4px 12px!important}.ant-card .ant-card-head{padding:8px 12px!important;min-height:auto!important}.ant-card .ant-card-extra{font-size:10px!important}.bs-total-row td{font-size:12px!important}.ant-segmented+.ant-picker,.ant-segmented+.ant-picker-range{width:100%!important}div[style*="gridTemplateColumns: '1fr 0.7fr'"],div[style*="gridTemplateColumns: '1fr 1fr'"],div[style*=grid-template-columns]{grid-template-columns:1fr!important}.dashboard-grid,div[style*="repeat(auto-fit, minmax(250px"]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}div[style*="repeat(auto-fit, minmax(250px"]>div .ant-card-body,div[style*="repeat(auto-fit, minmax(250px"]>.ant-card .ant-card-body{padding:14px 12px!important}div[style*="repeat(auto-fit, minmax(250px"] .ant-statistic-content-value{font-size:20px!important}div[style*="repeat(auto-fit, minmax(250px"] div[style*="width: 48px"]{width:36px!important;height:36px!important;font-size:18px!important}.fade-in>.ant-card>.ant-card-body>div[style*="display: flex"][style*="gap: 16"]{gap:8px!important}div[style*="gap: 20"][style*="flexShrink: 0"]{gap:10px!important}div[style*="gap: 20"][style*="flexShrink: 0"]>div[style*="minWidth: 48"]{min-width:36px!important}.ant-modal .ant-descriptions{overflow-x:auto!important}.ant-modal .ant-descriptions[bordered] .ant-descriptions-item-label,.ant-modal .ant-descriptions[bordered] .ant-descriptions-item-content{display:block!important;width:100%!important}.report-category-item{flex-wrap:wrap!important;padding:12px 14px!important;gap:10px!important}.report-category-item>div[style*="width: 40"]{width:34px!important;height:34px!important}.report-category-item>div[style*="minWidth: 0"]>div:last-child .ant-typography{font-size:11px!important}.report-category-item>div[style*="gap: 20"]{gap:10px!important;flex-shrink:1!important}.report-category-item>div[style*="gap: 20"]>div{min-width:36px!important}.report-category-item>div[style*="gap: 20"]>div>div:first-child{font-size:13px!important}.report-category-item>div[style*="gap: 20"]>div>div:last-child{font-size:9px!important}.ant-picker-dropdown{max-width:100vw!important;left:0!important;right:0!important}.ant-picker-dropdown .ant-picker-panel-container{max-width:calc(100vw - 8px)!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.ant-picker-dropdown .ant-picker-panels{flex-wrap:wrap!important}.ant-picker-dropdown .ant-picker-date-panel,.ant-picker-dropdown .ant-picker-month-panel,.ant-picker-dropdown .ant-picker-year-panel{max-width:calc(100vw - 16px)!important}.ant-picker-dropdown .ant-picker-panel-layout{flex-wrap:wrap!important}.product-category-node{margin-left:0!important}.settings-category-node{padding:8px 10px!important;gap:8px!important}.settings-category-node>div:last-child{gap:0!important}.expense-sub-row{padding-left:36px!important}.category-toolbar .ant-btn-text span:not(.anticon){display:none!important}.ant-drawer .ant-drawer-body{padding:16px!important}.ant-drawer .ant-descriptions-item-label,.ant-drawer .ant-descriptions-item-content{padding:6px 10px!important;font-size:12px!important}.farmer-profile-page{overflow-x:hidden!important}.farmer-profile-page .ant-descriptions-item-label,.farmer-profile-page .ant-descriptions-item-content{word-break:break-word!important}.farmer-profile-page .ant-image{max-width:100%!important}.farmer-profile-page .ant-image img{max-width:100%!important;height:auto!important}.mobile-dashboard .dashboard-greeting{padding-left:4px!important}.mobile-dashboard>div:first-child .ant-row{margin-left:0!important;margin-right:0!important}.mobile-dashboard>div:first-child .ant-col{padding-left:4px!important}.ant-tabs-nav{padding:0 4px!important}.ant-tabs-nav .ant-tabs-tab{padding:6px 8px!important;font-size:12px!important}.ant-tabs-nav .ant-tabs-tab-remove,.ant-tabs-nav .ant-space{gap:4px!important}.ant-tabs-nav .ant-space-item{white-space:nowrap}.ant-tabs-nav .anticon{font-size:14px!important}.ant-tabs-nav span{font-size:12px!important}.bs-asset-main{padding:10px 12px!important;gap:8px!important;flex-wrap:wrap!important}.bs-asset-amount{min-width:80px!important}.bs-asset-period{flex-wrap:wrap!important;gap:2px 12px!important}.bs-asset-subs{padding-left:20px!important;padding-right:12px!important}.bs-asset-sub-row{flex-wrap:wrap!important;gap:4px!important}.bs-asset-sub-details{min-width:0!important;flex-wrap:wrap!important;gap:6px 12px!important;flex:0 0 100%!important}.bs-asset-bank-breakdown{flex-wrap:wrap!important;gap:2px 12px!important}}
