@charset "UTF-8";.home-page .stats-row{margin-bottom:24px}.home-page .stat-card{background:var(--bg-card);border-radius:12px;padding:24px;height:100%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.home-page .stat-card:after{content:"";position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.02) 50%);border-radius:50%;transition:all .3s}.home-page .stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000000d;border-color:#1677ff}.home-page .stat-card:hover:after{background:linear-gradient(135deg,transparent 50%,rgba(22,119,255,.05) 50%);transform:scale(1.2)}.home-page .stat-card:hover .stat-icon-box{transform:scale(1.1)}.home-page .stat-card .stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;position:relative;z-index:1}.home-page .stat-card .stat-title{font-size:14px;color:var(--text-secondary);font-weight:500}.home-page .stat-card .stat-icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .3s}.home-page .stat-card .stat-content{position:relative;z-index:1}.home-page .stat-card .stat-content .stat-value{font-size:32px;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:4px}.home-page .stat-card .stat-content .stat-description{font-size:12px;color:var(--text-secondary);display:flex;align-items:center;gap:4px}.home-page .stat-card.total .stat-icon-box{background:#e6f7ff;color:#1890ff}.home-page .stat-card.total:hover{border-color:#1890ff}.home-page .stat-card.current .stat-icon-box{background:#f6ffed;color:#52c41a}.home-page .stat-card.current:hover{border-color:#52c41a}.home-page .stat-card.future .stat-icon-box{background:#fff7e6;color:#fa8c16}.home-page .stat-card.future:hover{border-color:#fa8c16}.home-page .stat-card.expired .stat-icon-box{background:#fff1f0;color:#ff4d4f}.home-page .stat-card.expired:hover{border-color:#ff4d4f}.admin-header{height:64px;background:#ffffff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding-inline:16px;gap:12px;color:#1f2328;position:sticky;top:0;z-index:10}.admin-header .header-left{display:flex;align-items:center;gap:24px;flex:1;min-width:0}.admin-header .header-logo{cursor:pointer;display:flex;align-items:center;gap:10px;padding-right:12px;margin-right:10px}.admin-header .header-logo .logo-square{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#1677ff 0%,#4096ff 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;box-shadow:0 2px 4px #1677ff33}.admin-header .header-logo .logo-text{font-weight:800;font-size:19px;letter-spacing:-.5px;color:#1f2328}.admin-header .top-menu{font-size:15px;font-weight:500;border-bottom:none!important;flex:1;min-width:0;background:transparent!important;display:flex;justify-content:flex-start}.admin-header .top-menu .ant-menu-item{padding:0 20px!important;background-color:transparent!important;transition:all .2s cubic-bezier(.645,.045,.355,1)!important;display:flex;align-items:center;gap:6px}.admin-header .top-menu .ant-menu-item .anticon{font-size:16px;margin-right:4px}.admin-header .top-menu .ant-menu-item:after{inset-inline:0!important;border-bottom:none!important}.admin-header .top-menu .ant-menu-item:hover,.admin-header .top-menu .ant-menu-item.ant-menu-item-active{color:#1677ff!important}.admin-header .top-menu .ant-menu-item:hover:after,.admin-header .top-menu .ant-menu-item.ant-menu-item-active:after{border-bottom:none!important}.admin-header .top-menu .ant-menu-item.ant-menu-item-selected{background-color:transparent!important;color:#1677ff!important;font-weight:600}.admin-header .top-menu .ant-menu-item.ant-menu-item-selected:after{display:block!important;border-bottom:3px solid #1677ff!important}.admin-header .header-right{display:flex;align-items:center;gap:16px;padding-left:12px}.admin-header .header-right .user-info-trigger{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 12px;border-radius:6px;transition:all .2s;justify-content:flex-end}.admin-header .header-right .user-info-trigger:hover{background-color:#f5f5f5}.admin-header .header-right .user-info-trigger .username{font-size:14px;font-weight:500;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:8ch}.admin-sider{background:#f9fafb!important;border-right:1px solid #e5e7eb;overflow:auto;height:calc(100vh - 64px);position:sticky;top:64px;left:0}.admin-content-wrapper{padding:16px}.admin-content-wrapper .admin-content-card{padding:12px;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;min-height:360px}:root{--bg-layout: #f7f8fa;--bg-card: #ffffff;--text-primary: #1f2328;--text-secondary: #6e7781;--border-color: #e5e7eb}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:var(--text-primary);background:var(--bg-layout)}.ant-input-affix-wrapper{border-radius:999px}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.ant-menu a:hover{text-decoration:none!important}.page-container{padding:16px}.page-title{margin:0 0 12px;font-size:20px;font-weight:600}.minimal-card{border-radius:8px;border:1px solid var(--border-color);box-shadow:none}.minimal-card .ant-card-body{padding:14px}.form-inline-compact .ant-form-item{margin-right:12px;margin-bottom:8px}.ant-modal .ant-modal-content{background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%)}.ant-modal .ant-modal-header{background:linear-gradient(90deg,#1677ff 0%,#4096ff 100%);border-bottom:none;border-radius:8px 8px 0 0}.ant-modal .ant-modal-title{color:#fff!important;font-weight:600}.ant-modal .ant-modal-close{color:#fff}.ant-modal .ant-modal-close:hover{color:#e6f4ff}.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.ant-btn-dashed{border-style:dashed;border-color:#d9d9d9;transition:all .3s ease}.ant-btn-dashed:hover{border-color:#1677ff;color:#1677ff;background:#e6f4ff}.ant-layout-sider{background:#f9fafb!important}.ant-layout-sider .ant-menu{border-inline-end:none!important}.sider-menu.ant-menu-inline{background:transparent!important;border-inline-end:none!important}.sider-menu .ant-menu-item,.sider-menu .ant-menu-submenu-title{margin:4px 12px!important;width:calc(100% - 24px)!important;border-radius:8px!important;height:40px!important;line-height:40px!important;font-size:14px;color:#4b5563!important}.sider-menu .ant-menu-item:hover,.sider-menu .ant-menu-submenu-title:hover{background-color:#f3f4f6!important;color:#1677ff!important}.sider-menu .ant-menu-item-selected{background-color:#eff6ff!important;color:#1677ff!important;font-weight:600}.sider-menu .ant-menu-item-selected:after{display:none}.sider-menu .ant-menu-submenu-title{font-weight:500}.sider-menu .ant-menu-sub{background:transparent!important}.sider-menu .ant-menu-sub .ant-menu-item{padding-left:48px!important;height:36px!important;line-height:36px!important;font-size:13px}.sider-menu .ant-menu-item-group-title{padding:20px 24px 8px!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af!important}.ant-menu-item .anticon{font-size:16px;margin-inline-end:8px}
