@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.dashboard-layout{min-height:100vh}.dashboard-sider{position:fixed;left:0;top:0;bottom:0;z-index:100;display:flex;flex-direction:column}.dashboard-sider .logo{height:64px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.logo-icon{font-size:28px;color:#8b4513}.logo-text{font-size:18px;font-weight:700;color:#fff;white-space:nowrap}.dashboard-menu{flex:1;overflow-y:auto;border-right:none!important}.sider-footer{border-top:1px solid rgba(255,255,255,.1);padding:8px 0}.dashboard-header{position:fixed;top:0;right:0;left:240px;z-index:99;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;border-bottom:1px solid rgba(255,255,255,.1);transition:left .2s}.ant-layout-sider-collapsed+.ant-layout .dashboard-header{left:80px}.collapse-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s}.collapse-btn:hover{background:#ffffff1a;border-color:#fff3}.header-right{display:flex;align-items:center;gap:12px}.user-info{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;line-height:1.4}.user-name{font-weight:600;color:#fff;font-size:14px;line-height:1.3;margin:0}.user-role{font-size:12px;color:#ffffff80;line-height:1.3;margin:0}.user-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8b4513,sienna);border-radius:50%;font-weight:600;color:#fff;font-size:16px}.dashboard-content{margin-left:240px;margin-top:64px;padding:24px;min-height:calc(100vh - 64px);transition:margin-left .2s}.ant-layout-sider-collapsed+.ant-layout .dashboard-content{margin-left:80px}.mobile-menu-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s;font-size:18px}.mobile-menu-btn:hover,.mobile-menu-btn:active{background:#ffffff1a;border-color:#fff3}.mobile-page-title{font-size:18px;font-weight:600;color:#fff;flex:1;text-align:center;margin-right:44px}.dashboard-header.mobile{left:0;padding:0 12px;gap:8px}.dashboard-content.mobile{margin-left:0;padding:16px}.mobile-drawer-header{display:flex;align-items:center;gap:10px}.mobile-drawer-header .logo-icon{font-size:24px}.mobile-drawer-header .logo-text{font-size:16px}.mobile-drawer .ant-drawer-body{padding:0;background:#141414;display:flex;flex-direction:column}.mobile-drawer .dashboard-menu{flex:1}.mobile-drawer .sider-footer{margin-top:auto}@media(max-width:768px){.dashboard-header{left:0;padding:0 12px}.dashboard-content{margin-left:0;padding:16px}.user-info{display:none}.user-avatar{width:36px;height:36px;font-size:14px}}@media(max-width:375px){.mobile-page-title{font-size:16px}.dashboard-content.mobile{padding:12px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f0f0f,#1a1a1a);padding:24px}.login-container{width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:32px}.login-logo{font-size:56px;color:#8b4513;display:block;margin-bottom:16px}.login-header h1{font-size:28px;font-weight:700;color:#fff;margin:0 0 8px}.login-header p{color:#ffffff80;margin:0;font-size:15px}.login-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:16px}.login-card .ant-card-body{padding:32px}.login-btn{height:48px;font-weight:600;font-size:16px;background:linear-gradient(135deg,#8b4513,sienna);border:none}.login-btn:hover{background:linear-gradient(135deg,sienna,#8b4513)!important}.login-footer{text-align:center;color:#ffffff4d;font-size:13px;margin-top:24px}.dashboard-page{animation:fadeIn .3s ease}.dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.stat-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .2s}.stat-card:hover{border-color:#8b451380;box-shadow:0 4px 20px #0000004d}.stat-card .ant-statistic-title{color:#fff9;font-size:14px}.stat-card .ant-statistic-content{color:#fff}.stat-footer{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#ffffff80;display:flex;align-items:center;gap:6px}.stat-footer.positive{color:#52c41a}.stat-card-secondary{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-align:center}.stat-card-secondary .ant-statistic-title{color:#fff9}.stat-card-secondary .ant-statistic-content{color:#fff}.chart-card,.table-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;height:100%}.chart-card .ant-card-head,.table-card .ant-card-head{border-bottom:1px solid rgba(255,255,255,.1)}.chart-card .ant-card-head-title,.table-card .ant-card-head-title{color:#fff;font-weight:600}.table-card .ant-table{background:transparent}.table-card .ant-table-thead>tr>th{background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.1);color:#fff9}.table-card .ant-table-tbody>tr>td{border-bottom:1px solid rgba(255,255,255,.05);color:#ffffffd9}.table-card .ant-table-tbody>tr:hover>td{background:#ffffff05}@media(max-width:767px){.page-header{margin-bottom:16px}.page-header h2{font-size:20px}.page-subtitle{font-size:13px}.stat-card{border-radius:8px}.stat-card .ant-card-body{padding:12px}.stat-card .ant-statistic-title{font-size:12px}.stat-card .ant-statistic-content-value{font-size:22px!important}.stat-footer{margin-top:8px;padding-top:8px;font-size:11px}.stat-card-secondary{border-radius:8px}.stat-card-secondary .ant-card-body{padding:12px}.chart-card{border-radius:8px}.chart-card .ant-card-body{padding:12px}.chart-card .ant-card-head{padding:0 12px;min-height:44px}.chart-card .ant-card-head-title{font-size:14px}.chart-card .recharts-responsive-container{height:220px!important}.table-card{border-radius:8px;margin-top:16px}.table-card .ant-card-body{padding:8px}.table-card .ant-card-head{padding:0 12px;min-height:44px}.table-card .ant-card-head-title{font-size:14px}.table-card .ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-card .ant-table-thead>tr>th,.table-card .ant-table-tbody>tr>td{padding:8px;font-size:13px}.dashboard-loading{min-height:300px}}@media(max-width:375px){.stat-card .ant-statistic-content-value{font-size:18px!important}.stat-footer{font-size:10px}.chart-card .recharts-responsive-container{height:180px!important}}.confirm-dialog .ant-modal-header{background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.confirm-dialog .ant-modal-content{background:#1a1a1a;border:1px solid rgba(255,255,255,.1)}.confirm-dialog .ant-modal-title{color:#fff}.confirm-message{color:#fffc;font-size:14px;line-height:1.6;margin:8px 0}.confirm-dialog .ant-modal-footer{border-top:1px solid rgba(255,255,255,.1)}.date-filter .ant-select-selector{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important}.date-filter .ant-select-selection-item{color:#ffffffd9}.date-filter .ant-select-arrow{color:#ffffff80}.date-filter:hover .ant-select-selector{border-color:#8b451380!important}.date-filter.ant-select-focused .ant-select-selector{border-color:#8b4513!important;box-shadow:0 0 0 2px #8b451333!important}.page-container{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-header{margin-bottom:24px}.page-header h2{margin:0;color:#fff}.page-subtitle{color:#ffffff80;margin:4px 0 0}.content-card{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px}.table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.content-card .ant-table{background:transparent}.content-card .ant-table-thead>tr>th{background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.1);color:#fff9}.content-card .ant-table-tbody>tr>td{border-bottom:1px solid rgba(255,255,255,.05);color:#ffffffd9}.content-card .ant-table-tbody>tr:hover>td{background:#ffffff05}.content-card .ant-pagination{margin-top:16px}.content-card .ant-pagination-item{background:#ffffff0d;border-color:#ffffff1a}.content-card .ant-pagination-item a{color:#ffffffa6}.content-card .ant-pagination-item-active{background:#8b4513;border-color:#8b4513}.content-card .ant-pagination-item-active a{color:#fff}.empty-state{text-align:center;padding:60px 20px}.empty-state-icon{font-size:64px;color:#fff3;margin-bottom:16px}.empty-state h3{color:#fff;margin:0 0 8px}.empty-state p{color:#ffffff80;margin:0}@media(max-width:767px){.page-header{margin-bottom:16px}.page-header h2{font-size:20px}.page-subtitle{font-size:13px}.table-toolbar{flex-direction:column;align-items:stretch;gap:12px}.table-toolbar>.ant-space{flex-wrap:wrap;width:100%}.table-toolbar>.ant-space>.ant-space-item{width:100%}.table-toolbar .ant-input,.table-toolbar .ant-select{width:100%!important}.table-toolbar .ant-btn{width:100%}.content-card{border-radius:8px}.content-card .ant-card-body{padding:12px}.content-card .ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.content-card .ant-table{min-width:600px}.content-card .ant-table-thead>tr>th,.content-card .ant-table-tbody>tr>td{padding:10px 8px;font-size:13px}.content-card .ant-pagination{margin-top:12px;justify-content:center}.empty-state{padding:40px 16px}.empty-state-icon{font-size:48px}}@media(max-width:375px){.page-header h2{font-size:18px}.table-toolbar{gap:8px}.content-card .ant-card-body{padding:8px}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{background:#0f0f0f;color:#fff;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}::selection{background:#8b451366;color:#fff}.loading-spinner{width:40px;height:40px;border:3px solid rgba(139,69,19,.3);border-top-color:#8b4513;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ant-layout{background:#0f0f0f}.ant-card{background:#1a1a1a;border-color:#ffffff1a}.ant-card-head{border-color:#ffffff1a;color:#fff}.ant-card-body{color:#ffffffd9}.ant-input,.ant-input-password,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{background:#ffffff0d!important;border-color:#ffffff1a!important;color:#fff!important;font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ant-input-affix-wrapper{background:#ffffff0d!important}.ant-input-affix-wrapper>input.ant-input{background:transparent!important;color:#fff!important;font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ant-input::placeholder,.ant-input-affix-wrapper input::placeholder{color:#fff6!important;font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:1}.ant-input-prefix{color:#fff6}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-input-password:focus,.ant-select-focused .ant-select-selector{border-color:#8b4513!important;box-shadow:0 0 0 2px #8b451333!important}.ant-select-dropdown{background:#1a1a1a}.ant-select-item{color:#fff}.ant-select-item-option-selected{background:#8b45134d!important}.ant-select-item-option-active{background:#ffffff0d!important}.ant-btn-primary{background:linear-gradient(135deg,#8b4513,sienna);border:none}.ant-btn-primary:hover{background:linear-gradient(135deg,sienna,#8b4513)!important}.ant-menu-dark{background:transparent}.ant-menu-dark .ant-menu-item-selected{background:#8b45134d!important}.ant-drawer-content{background:#1a1a1a}.ant-drawer-header{background:#1a1a1a;border-color:#ffffff1a}.ant-drawer-title{color:#fff}.ant-modal-content{background:#1a1a1a}.ant-modal-header{background:#1a1a1a;border-color:#ffffff1a}.ant-modal-title{color:#fff}.ant-statistic-title{color:#fff9}.ant-statistic-content{color:#fff}.ant-form-item-label>label{color:#ffffffd9}.ant-divider{border-color:#ffffff1a}.ant-alert-info{background:#8b45131a;border-color:#8b45134d}.mobile-only,.tablet-only{display:none!important}.desktop-only{display:block!important}@media(max-width:767px){.mobile-only{display:block!important}.desktop-only,.hide-on-mobile{display:none!important}}@media(min-width:768px)and (max-width:991px){.tablet-only{display:block!important}.hide-on-tablet{display:none!important}}@media(max-width:767px){.ant-btn{min-height:44px;padding:8px 16px}.ant-input,.ant-select-selector,.ant-picker{min-height:44px!important}.ant-select-selection-item,.ant-select-selection-placeholder{line-height:42px!important}}@media(max-width:767px){.mobile-mt-16{margin-top:16px!important}.mobile-mb-16{margin-bottom:16px!important}.mobile-p-12{padding:12px!important}.mobile-px-0{padding-left:0!important;padding-right:0!important}}@media(max-width:767px){.mobile-stack{flex-direction:column!important}.mobile-full-width{width:100%!important}.mobile-text-center{text-align:center!important}}@media(max-width:767px){.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px!important;font-size:13px}.ant-pagination{flex-wrap:wrap;gap:8px}.ant-pagination-options,.ant-pagination-total-text{display:none}}@media(max-width:767px){.ant-card{border-radius:8px}.ant-card-body{padding:12px}.ant-card-head{padding:0 12px;min-height:40px}.ant-card-head-title{font-size:14px;padding:10px 0}}@media(max-width:767px){.ant-statistic-content-value{font-size:20px!important}.ant-statistic-title{font-size:12px!important}}@media(max-width:767px){.ant-typography h2,.page-header h2{font-size:20px!important}.page-subtitle{font-size:13px!important}}@media(max-width:767px){.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important;top:16px!important}.ant-modal-content{border-radius:12px}.ant-modal-header{padding:12px 16px}.ant-modal-body{padding:12px 16px;max-height:65vh;overflow-y:auto}.ant-modal-footer{padding:12px 16px;flex-wrap:wrap;gap:8px}.ant-modal-footer .ant-btn{flex:1;min-width:100px}.mobile-fullscreen-modal{max-width:100vw!important;margin:0!important;top:0!important;padding:0!important}.mobile-fullscreen-modal .ant-modal-content{min-height:100vh;min-height:100dvh;border-radius:0;display:flex;flex-direction:column}.mobile-fullscreen-modal .ant-modal-body{flex:1;max-height:none}}@media(max-width:767px){.ant-form-item{margin-bottom:16px}.ant-row.ant-form-item{flex-direction:column}.ant-col.ant-form-item-label{width:100%;text-align:left;padding:0 0 4px}.ant-col.ant-form-item-control{width:100%}}@media(max-width:767px){.ant-descriptions-bordered .ant-descriptions-view{border-radius:8px}.ant-descriptions-bordered .ant-descriptions-item-label,.ant-descriptions-bordered .ant-descriptions-item-content{padding:8px 12px!important;font-size:13px}.ant-descriptions-bordered .ant-descriptions-row{display:flex;flex-direction:column}.ant-descriptions-bordered .ant-descriptions-item{display:flex;flex-direction:column;border-bottom:1px solid rgba(255,255,255,.1)}.ant-descriptions-bordered .ant-descriptions-item-label{border-right:none!important;background:#ffffff05;font-weight:500}}.mobile-drawer .ant-drawer-content{background:#141414}.mobile-drawer .ant-drawer-header{background:#141414;border-bottom:1px solid rgba(255,255,255,.1);padding:16px}.mobile-drawer .ant-drawer-title{color:#fff}.mobile-drawer .ant-drawer-body{padding:0;background:#141414}.mobile-drawer .ant-drawer-close{color:#ffffffa6}@media(max-width:767px){.ant-tag{font-size:11px;padding:2px 6px;margin:2px}}@media(max-width:767px){.user-cell-avatar{width:32px!important;height:32px!important;font-size:12px!important}}@supports (padding: max(0px)){@media(max-width:767px){.dashboard-content{padding-bottom:max(24px,env(safe-area-inset-bottom))}.ant-modal-footer{padding-bottom:max(12px,env(safe-area-inset-bottom))}}}
