page { background-color: #f4f6fb; color: #1f2937; font-size: 28rpx; } .container { padding: 24rpx 24rpx 32rpx; } .card { background: #fff; border-radius: 20rpx; padding: 24rpx; margin-bottom: 20rpx; box-shadow: 0 8rpx 24rpx rgba(15, 23, 42, 0.06); border: 1rpx solid rgba(15, 23, 42, 0.04); } .card--inner { background: #f8fafc; box-shadow: none; border: 1rpx solid #eef2f7; } .card-title { font-size: 30rpx; font-weight: 600; margin-bottom: 12rpx; color: #0f172a; } .section-title { font-size: 26rpx; font-weight: 500; color: #6b7280; margin: 18rpx 0 10rpx; } .row { display: flex; align-items: center; gap: 16rpx; flex-wrap: wrap; } .row .input { flex: 1 1 200rpx; } .row .btn { flex: 0 0 auto; } .grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16rpx; } .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .module-card { padding: 20rpx; display: flex; flex-direction: column; gap: 10rpx; } .module-title { font-size: 28rpx; font-weight: 600; color: #111827; } .module-desc { font-size: 24rpx; color: #94a3b8; } .label { color: #6b6b6b; margin-bottom: 8rpx; display: block; } .input { background: #f8fafc; border-radius: 12rpx; padding: 18rpx; font-size: 28rpx; border: 1rpx solid #e5e7eb; } .textarea { background: #f8fafc; border-radius: 12rpx; padding: 18rpx; min-height: 160rpx; font-size: 26rpx; border: 1rpx solid #e5e7eb; } .btn { background: #2b7cff; color: #fff; border-radius: 12rpx; padding: 0 24rpx; min-height: 72rpx; text-align: center; display: inline-flex; align-items: center; justify-content: center; font-size: 28rpx; } .btn::after { border: none; } .btn-secondary { background: #eef3ff; color: #2b7cff; } .btn-danger { background: #ff4d4f; color: #fff; } .badge { display: inline-block; background: #eef3ff; color: #2b7cff; border-radius: 999rpx; padding: 6rpx 16rpx; font-size: 22rpx; } .badge--success { background: #e8f7ee; color: #16a34a; } .badge--warn { background: #fff4e5; color: #d97706; } .result { background: #0b1220; color: #e2e8f0; border-radius: 12rpx; padding: 16rpx; white-space: pre-wrap; font-size: 24rpx; line-height: 1.6; max-height: 360rpx; overflow: auto; } .result-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8rpx; } .result-title { font-size: 28rpx; font-weight: 600; color: #0f172a; } .result-hint { font-size: 22rpx; color: #94a3b8; margin-bottom: 12rpx; } .list { display: flex; flex-direction: column; gap: 12rpx; } .list-item { margin: 0; } .action-row { margin-top: 16rpx; gap: 12rpx; } .pagination { justify-content: space-between; } .subtle { color: #94a3b8; font-size: 24rpx; } .page-header { margin-bottom: 20rpx; } .page-title { font-size: 34rpx; font-weight: 700; color: #0f172a; } .page-subtitle { font-size: 24rpx; color: #94a3b8; margin-top: 6rpx; } .section-hint { font-size: 24rpx; color: #94a3b8; margin-top: 6rpx; } .file-row { align-items: center; gap: 12rpx; } .file-name { color: #64748b; font-size: 24rpx; } .preview-image { width: 100%; border-radius: 12rpx; box-shadow: 0 8rpx 20rpx rgba(15, 23, 42, 0.08); } .result-card { border: 1rpx solid rgba(148, 163, 184, 0.2); } .result-actions { display: flex; align-items: center; gap: 12rpx; } .result-toggle { background: #0b1220; color: #e2e8f0; border-radius: 999rpx; padding: 6rpx 16rpx; font-size: 22rpx; } .result--collapsed { max-height: 360rpx; overflow: hidden; } .result--expanded { max-height: none; overflow: visible; } .result-entity { border: 1rpx solid #e5e7eb; } .meta-row { display: flex; flex-wrap: wrap; gap: 12rpx; margin-top: 8rpx; } .meta-item { font-size: 24rpx; color: #64748b; background: #f1f5f9; padding: 6rpx 12rpx; border-radius: 10rpx; } .result-avatar { width: 48rpx; height: 48rpx; border-radius: 50%; background: #e2e8f0; flex: 0 0 auto; } .input:focus, .textarea:focus { border-color: #93c5fd; box-shadow: 0 0 0 4rpx rgba(59, 130, 246, 0.12); }