.admin-layout{height:100vh}.admin-sider{background:#fff;box-shadow:2px 0 8px #0000000f}.logo{height:64px;display:flex;align-items:center;justify-content:center;gap:10px;border-bottom:1px solid #e5e6eb}.logo-icon{width:28px;height:28px;object-fit:contain;transition:all .3s}.logo-text{font-size:18px;font-weight:600;color:#1d2129}.admin-sider .arco-menu{border-right:none}.admin-sider .arco-menu-item{margin:4px 8px;border-radius:8px}.admin-sider .arco-menu-item.arco-menu-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-sider .arco-menu-item.arco-menu-selected svg{color:#fff}.admin-header{height:64px;background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000f}.header-user{display:flex;align-items:center;cursor:pointer}.admin-content{padding:24px;background:#f2f3f5;overflow-y:auto}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fffffff2;border-radius:16px;padding:48px 40px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:80px;height:80px;object-fit:contain;margin-bottom:24px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.login-header h3{margin:0 0 8px;color:#1d2129}.login-subtitle{color:#86909c;margin:0;font-size:14px}.login-card .arco-form-item{margin-bottom:20px}.login-card .arco-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;height:44px;font-size:16px;font-weight:500}.login-card .arco-btn-primary:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190)}.login-card .arco-input-wrapper{height:44px}.login-card .arco-input-wrapper .arco-input{font-size:15px}.dashboard{padding:0}.dashboard-loading{display:flex;justify-content:center;align-items:center;height:400px}.stat-card{border-radius:12px;border:none;box-shadow:0 2px 12px #00000014}.stat-card-content{display:flex;align-items:center;gap:16px}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.stat-card .arco-statistic-title{color:#86909c;font-size:14px;margin-bottom:4px}.action-card{border-radius:12px;border:none;box-shadow:0 2px 12px #00000014;cursor:pointer;transition:all .3s}.action-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.action-card-content{display:flex;align-items:center;gap:16px}.action-icon{font-size:40px}.action-title{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:4px}.action-desc{font-size:13px;color:#86909c}.templates-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.templates-page .page-header h4{margin:0}.templates-page .arco-card{border-radius:12px;box-shadow:0 2px 12px #00000014}.templates-page .arco-table-th{background:#f7f8fa}.users-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.users-page .page-header h4{margin:0}.users-page .arco-card{border-radius:12px;box-shadow:0 2px 12px #00000014}.users-page .arco-table-th{background:#f7f8fa}.user-detail .user-info-header{display:flex;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid #e5e6eb}.user-stats{display:flex;gap:32px;padding:20px 0;border-bottom:1px solid #e5e6eb}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:12px;color:#86909c}.stat-value{font-size:16px;font-weight:600;color:#1d2129}.sessions-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.messages-list{display:flex;flex-direction:column;gap:16px}.message-item{padding:12px 16px;border-radius:8px;background:#f5f5f5}.message-item.user{background:#e6f7ff;border-left:3px solid #1890ff}.message-item.assistant{background:#f6ffed;border-left:3px solid #52c41a}.message-role{font-size:12px;color:#666;margin-bottom:4px;font-weight:500}.message-content{font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.message-image{margin-top:8px}.message-images{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;padding:8px;background:#00000005;border-radius:6px}.message-images:before{content:"用户上传的图片：";display:block;width:100%;font-size:12px;color:#666;margin-bottom:4px}.message-time{font-size:12px;color:#999;margin-top:8px;text-align:right}.credits-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.credits-page .page-header h4{margin:0}.orders-page{padding:24px}.stats-row{margin-bottom:24px}.stats-row .ant-card,.table-card{border-radius:8px}.table-header{margin-bottom:16px}.table-header .ant-space{width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh}
