.app{height:100vh;overflow:hidden}.main-layout{height:100%;display:flex;flex-direction:column}.layout-header{background:#fff;box-shadow:0 2px 8px #0000001a;z-index:1000}.layout-content{flex:1;display:flex;overflow:hidden}.layout-sider{background:#ffffff!important;overflow-y:auto;border-right:1px solid #e8e8e8!important}.layout-sider .ant-menu-light{background:#ffffff!important;color:#333!important}.layout-sider .ant-menu-light .ant-menu-item{color:#333!important}.layout-sider .ant-menu-light .ant-menu-item:hover{background-color:#f5f5f5!important;color:#1890ff!important}.layout-sider .ant-menu-light .ant-menu-item-selected{background-color:#e6f7ff!important;color:#1890ff!important}.layout-sider .ant-menu-light .ant-menu-item-selected:after{border-right:3px solid #1890ff!important}.layout-sider .ant-menu-light .ant-menu-item .anticon{color:#666}.layout-sider .ant-menu-light .ant-menu-item:hover .anticon,.layout-sider .ant-menu-light .ant-menu-item-selected .anticon{color:#1890ff!important}.layout-main{flex:1;background:#f5f5f5;overflow-y:auto;padding:16px}.login-container{height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center}.login-form{background:white;padding:40px;border-radius:8px;box-shadow:0 4px 20px #0000001a;width:400px;max-width:90vw}.login-title{text-align:center;margin-bottom:30px;color:#333;font-size:24px;font-weight:600}.login-subtitle{text-align:center;margin-bottom:30px;color:#666;font-size:14px}.page-container{background:white;border-radius:6px;padding:24px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a}.page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.page-title{font-size:20px;font-weight:600;color:#333;margin:0}.page-description{color:#666;margin-top:8px;font-size:14px}.dashboard-card{background:white;border-radius:6px;padding:20px;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.dashboard-card:hover{box-shadow:0 4px 12px #00000026}.card-title{font-size:16px;font-weight:600;margin-bottom:12px;color:#333}.card-content{color:#666;line-height:1.6}.stat-number{font-size:28px;font-weight:700;color:#1890ff;margin-bottom:8px}.stat-label{color:#666;font-size:14px}@media (max-width: 768px){.layout-main{padding:12px}.page-container{padding:16px}.login-form{padding:30px 20px}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:14px;line-height:1.5;color:#333;background-color:#f5f5f5}#root{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-center{text-align:center}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.full-height{height:100%}.full-width{width:100%}@media (max-width: 768px){.mobile-hidden{display:none!important}}@media (min-width: 769px){.desktop-hidden{display:none!important}}
