.site-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100;height:64px}.header-left{display:flex;align-items:center;gap:24px}.header-logo{display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .3s}.header-logo:hover{opacity:.8}.logo-image{max-height:45px}.logo-text{font-size:20px;color:#1890ff;white-space:nowrap}.desktop-nav{flex:1;border-bottom:none;background:transparent;justify-content:center}.desktop-nav .ant-menu-item,.desktop-nav .ant-menu-submenu{font-size:16px;line-height:36px}.desktop-nav .ant-menu-item-selected{color:#1890ff;border-bottom-color:#1890ff;background:transparent}.desktop-nav .ant-menu-item:hover,.desktop-nav .ant-menu-submenu-title:hover{color:#1890ff;background:#1890ff0d}.desktop-nav .ant-menu-item-icon{font-size:16px}.mobile-menu-btn{display:none;font-size:20px;padding:0 12px;height:64px}.header-right{display:flex;align-items:center}.header-icon-btn{font-size:18px;cursor:pointer;transition:color .3s}.header-icon-btn:hover{color:#1890ff}.user-info{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .3s}.user-info:hover{background-color:#f5f5f5}.user-details{display:flex;flex-direction:column;line-height:1.2}.user-role{font-size:12px;text-transform:capitalize}.mobile-drawer .ant-drawer-body{padding:0}.mobile-nav-menu{border-right:none}.mobile-nav-menu .ant-menu-item,.mobile-nav-menu .ant-menu-submenu{margin:0;border-radius:0}@media(max-width:1200px){.desktop-nav{display:none!important}.mobile-menu-btn{display:inline-flex!important}.header-left{gap:12px}}@media(max-width:768px){.site-header{padding:0 16px}.logo-text{font-size:18px}.logo-icon{font-size:20px}.header-right{gap:8px}.user-details{display:none!important}.user-info{padding:4px 8px}}@media(max-width:480px){.site-header{padding:0 12px}.logo-text{display:none}.logo-image{max-width:270px}.header-icon-btn{font-size:16px}.mobile-menu-btn{padding:0 8px}}.main-content{margin:0 24px;padding:0;min-height:calc(100vh - 200px)}.content-wrapper{margin-top:20px;padding:24px;background:#fff;border-radius:8px;box-shadow:0 0 5px 5px #efefef;border:1px solid #e8e8e8}.site-footer{padding:10px;text-align:center}@media(max-width:768px){.main-content{margin:16px}.content-wrapper{padding:16px}}@media(max-width:480px){.main-content{margin:12px}.content-wrapper{padding:12px;border-radius:4px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1890ff;--success-color: #52c41a;--warning-color: #faad14;--error-color: #f5222d;--text-color: #000000d9;--text-secondary: #00000073;--border-color: #d9d9d9;--background-color: #f0f2f5;--white: #ffffff;--transition: all .3s ease}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.card{background:var(--white);border-radius:8px;padding:24px;box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005}.page-container{padding:24px;min-height:calc(100vh - 64px)}.page-header{margin-bottom:24px}.page-title{font-size:24px;font-weight:600;margin-bottom:8px}.page-description{color:var(--text-secondary);font-size:14px}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;display:inline-block}.status-success{background-color:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.status-warning{background-color:#fffbe6;color:#faad14;border:1px solid #ffe58f}.status-error{background-color:#fff2f0;color:#f5222d;border:1px solid #ffccc7}.status-info{background-color:#e6f7ff;color:#1890ff;border:1px solid #91d5ff}.status-default{background-color:#fafafa;color:#595959;border:1px solid #d9d9d9}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){.page-container,.card{padding:16px}.page-title{font-size:20px}}.loading-overlay{position:fixed;inset:0;background:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}@media print{.no-print{display:none!important}}.ant-table-container{border-top:1px solid #aaa;border-left:1px solid #aaa;border-right:1px solid #aaa;border-radius:0!important}.ant-table-container table thead th{border-radius:0!important;background-color:#000!important;color:#fff!important;border-color:#aaa}.ant-table-container table thead th:before{height:100%!important}.ant-table-container table tbody tr:nth-child(odd) td{background-color:#eee!important}.ant-table-container table tbody tr td{border-color:#aaa!important}.ant-table-container table tbody tr td>.anticon{display:block;font-size:22px}.ant-table-container table tbody tr td .ant-tag{background-color:#108ee9;color:#fff}.table-toolbar{padding:16px 0!important;border-bottom:none!important}.ant-table-column-sorter{color:#fff!important}.ant-table-column-sorter-up.active,.ant-table-column-sorter-down.active{color:#fbcc57!important}.ant-btn.green{background-color:#32cd32!important;border-color:#32cd32!important;color:#fff!important}.ant-modal-title{font-size:26px!important;font-weight:700!important}.ant-tag.ant-tag-green:not(.ant-tag-disabled).ant-tag-filled{border:1px solid var(--ant-green-7)}.ant-tag.ant-tag-red:not(.ant-tag-disabled).ant-tag-filled{border:1px solid var(--ant-red-7)}.ant-pagination .ant-pagination-item-active{background-color:#1890ff!important;border-color:#1890ff!important}.ant-pagination .ant-pagination-item-active a{color:#fff!important}
